/*
Theme Name: Gyla Landing
Theme URI: https://gylaedu.vn/
Author: MT Solutions
Description: Landing page theme for Gyla IELTS Camp 2026.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 8.0
Text Domain: gyla-landing
*/

/* ============================================================
   GYLA — IELTS Camp Hè 2026 Landing Page
   Mobile-first, responsive
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@400;500;600;700;800&display=swap');

:root {
  /* Brand greens */
  --green-900: #1B4332;
  --green-800: #245C42;
  --green-700: #2D6A4F;
  --green-600: #40916C;
  --cta: #1A7A3C;
  --cta-dark: #12632F;

  /* Mint */
  --mint-50:  #EEF7F1;
  --mint-100: #DCF1E2;
  --mint-200: #BEE6CB;
  --mint-300: #95D5B2;

  /* Navy (commitments) */
  --navy: #1B3A5C;
  --navy-700: #173150;

  /* Cream / gold (offers) */
  --cream-50:  #FFF8EC;
  --cream-100: #FFF1D6;
  --cream-200: #FCE4B0;
  --gold:      #B9821B;
  --gold-ink:  #8A5E08;

  /* Urgency */
  --urg-bg:  #FFEDE6;
  --urg-ink: #C5371F;
  --urg-line:#F6C9BC;

  /* Neutrals */
  --ink:    #182420;
  --ink-60: #4B564F;
  --ink-40: #7A847E;
  --line:   #E6EAE7;
  --paper:  #FFFFFF;
  --paper-2:#F6F8F6;

  --danger: #D32F2F;

  /* System */
  --maxw: 1180px;
  --radius: 16px;
  --radius-lg: 24px;
  --shadow-sm: 0 1px 2px rgba(20,40,30,.06), 0 2px 8px rgba(20,40,30,.05);
  --shadow:    0 6px 18px rgba(20,40,30,.08), 0 2px 6px rgba(20,40,30,.05);
  --shadow-lg: 0 18px 50px rgba(20,40,30,.16), 0 6px 16px rgba(20,40,30,.08);
  --ease-out: cubic-bezier(.2,.8,.2,1);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }
html, body { max-width: 100%; }

body {
  margin: 0;
  font-family: 'Be Vietnam Pro', system-ui, -apple-system, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }

h1, h2, h3, h4 { margin: 0; line-height: 1.12; letter-spacing: -0.02em; font-weight: 800; }
p { margin: 0; }

.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 20px; }
.hero-grid,
.camp-grid,
.team-grid,
.founder-grid,
.offer-grid,
.final-grid,
.fame-wall,
.video-rail,
.proof-card,
.problem-card,
.coach,
.camp,
.offer,
.founder-card {
  min-width: 0;
}

section { scroll-margin-top: 120px; }

.sect { padding: 56px 0; }
.sect-pad-lg { padding: 72px 0; }

/* Section eyebrow + heading rhythm */
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12.5px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  color: var(--green-600);
  margin-bottom: 14px;
}
.eyebrow::before { content:""; width: 22px; height: 2px; background: var(--green-600); border-radius: 2px; }

.h-sect {
  font-size: clamp(26px, 6vw, 40px);
  color: var(--green-900);
  text-wrap: balance;
}
.sub-sect { color: var(--ink-60); font-size: 16.5px; margin-top: 12px; max-width: 56ch; }

.center { text-align: center; }
.center .sub-sect { margin-left: auto; margin-right: auto; }
.center .eyebrow::before { display: none; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-weight: 700; font-size: 16px;
  padding: 15px 26px; border-radius: 999px; border: 0;
  transition: transform .15s ease, box-shadow .2s ease, background .2s ease;
  white-space: nowrap;
  overflow-wrap: break-word;
}
.btn:active { transform: translateY(1px) scale(.99); }
.btn-cta {
  background: var(--cta); color: #fff;
  box-shadow: 0 8px 20px rgba(31,160,85,.30);
}
.btn-cta:hover { background: var(--cta-dark); box-shadow: 0 10px 26px rgba(31,160,85,.40); }
.btn-ghost {
  background: transparent; color: var(--green-900);
  border: 1.5px solid var(--mint-300);
}
.btn-ghost:hover { background: var(--mint-50); border-color: var(--green-600); }
.btn-white { background:#fff; color: var(--green-900); box-shadow: var(--shadow); }
.btn-white:hover { background: var(--mint-50); }
.btn-lg { padding: 18px 34px; font-size: 17.5px; }
.btn-block { width: 100%; }
.arrow { font-size: 1.05em; }

/* ---------- Image placeholders ---------- */
.ph {
  position: relative; overflow: hidden;
  background-color: var(--mint-50);
  background-image: repeating-linear-gradient(135deg,
      rgba(45,106,79,.10) 0, rgba(45,106,79,.10) 2px,
      transparent 2px, transparent 11px);
  border: 1px dashed var(--mint-300);
  display: flex; align-items: center; justify-content: center;
  color: var(--green-700);
}
.ph span {
  font-family: 'SF Mono', ui-monospace, 'Cascadia Code', Menlo, monospace;
  font-size: 12px; letter-spacing: .02em; font-weight: 500;
  background: rgba(255,255,255,.82); padding: 5px 11px; border-radius: 6px;
  text-align: center; max-width: 80%;
}
.ph.has-image {
  border: 0;
  background: transparent;
}
.ph.has-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ph.dark {
  background-color: rgba(255,255,255,.06);
  background-image: repeating-linear-gradient(135deg,
      rgba(255,255,255,.10) 0, rgba(255,255,255,.10) 2px,
      transparent 2px, transparent 11px);
  border-color: rgba(255,255,255,.28); color: #fff;
}
.ph.dark span { background: rgba(0,0,0,.28); color:#fff; }

/* ============================================================
   1. URGENCY BAR
   ============================================================ */
.urgency {
  position: sticky; top: 0; z-index: 60;
  background: var(--urg-bg);
  border-bottom: 1px solid var(--urg-line);
  color: var(--urg-ink);
  transition: transform .24s var(--ease-out), opacity .2s ease;
  will-change: transform;
}
.urgency .wrap {
  display: flex; align-items: center; gap: 14px;
  padding: 9px 20px; min-height: 42px;
}
.urgency-msg {
  display: flex; align-items: center; gap: 8px 18px; flex-wrap: wrap;
  font-size: 12.5px; font-weight: 600; line-height: 1.35; flex: 1;
}
.urgency-msg .clk { font-size: 14px; }
.urgency-msg b { font-weight: 800; }
.urgency .slot {
  display: inline-block; min-width: 20px; text-align: center;
  background: var(--urg-ink); color:#fff; border-radius: 6px;
  padding: 0 7px; font-weight: 800;
}
.urgency .dot { width: 4px; height: 4px; border-radius: 50%; background: var(--urg-line); }
.urgency .urg-cta {
  flex-shrink: 0; font-size: 12.5px; font-weight: 800;
  color: #fff; background: var(--urg-ink);
  padding: 7px 14px; border-radius: 999px; white-space: nowrap;
}
.urgency .urg-cta:hover { filter: brightness(1.08); }
body.hide-urgency .urgency {
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
}
body.hide-urgency .site-header { top: 0; }
body.admin-bar.hide-urgency .site-header { top: 32px; }

/* ============================================================
   HEADER
   ============================================================ */
.site-header {
  position: sticky; top: 42px; z-index: 55;
  background: var(--green-900);
  color: #fff;
  box-shadow: 0 1px 0 rgba(255,255,255,.06);
}
.admin-bar .urgency { top: 32px; }
.admin-bar .site-header { top: 74px; }
.site-header .wrap {
  display: flex; align-items: center; justify-content: space-between;
  height: 64px; gap: 16px;
}
.brand { display: flex; align-items: center; gap: 11px; }
.brand img { height: 30px; width: auto; }
.brand .wordmark {
  font-weight: 800; font-size: 22px; letter-spacing: .04em; color: #fff;
}
.brand .wordmark .dot { color: var(--mint-300); }
.header-nav { display: none; gap: 26px; font-size: 14.5px; font-weight: 500; }
.header-nav a { color: rgba(255,255,255,.82); transition: color .15s; }
.header-nav a:hover { color: #fff; }
.mobile-menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 12px;
  background: rgba(255,255,255,.08);
  padding: 0;
  place-content: center;
  gap: 5px;
}
.mobile-menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 99px;
  background: #fff;
  transition: transform .2s var(--ease-out), opacity .18s ease;
}
.header-actions { display: flex; align-items: center; gap: 14px; }
.header-phone {
  display: none; align-items: center; gap: 8px;
  font-weight: 700; font-size: 15px; color: var(--mint-300);
}
.header-phone svg { display: none; }
.header-zalo {
  display: none;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 9px 16px;
  border-radius: 999px;
  background: #0068ff;
  color: #fff;
  font-size: 14.5px;
  font-weight: 800;
  box-shadow: 0 8px 18px rgba(0,104,255,.28);
  transition: transform .18s var(--ease-out), box-shadow .18s var(--ease-out), background .18s var(--ease-out);
}
.header-zalo:hover {
  background: #0057d8;
  box-shadow: 0 10px 24px rgba(0,104,255,.38);
  transform: translateY(-1px);
}
.header-actions .btn-cta { padding: 11px 20px; font-size: 14.5px; }

/* ============================================================
   2. HERO
   ============================================================ */
.hero {
  position: relative;
  background:
    radial-gradient(120% 120% at 100% 0%, var(--mint-50) 0%, transparent 55%),
    linear-gradient(180deg, #fff 0%, var(--paper-2) 100%);
  padding: 48px 0 56px;
  overflow: hidden;
}
.hero-grid { display: grid; gap: 32px; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
.pill {
  display: inline-flex; align-items: center; gap: 7px;
  background: var(--mint-100); color: var(--green-800);
  font-size: 12.5px; font-weight: 700;
  padding: 7px 13px; border-radius: 999px;
  max-width: 100%;
  line-height: 1.35;
}
.pill .ic { display: none; }
.hero h1 {
  font-size: clamp(33px, 8.4vw, 60px);
  color: var(--green-900);
  line-height: 1.05;
  text-wrap: balance;
}
.hero h1 .hl {
  position: relative; color: var(--cta); white-space: nowrap;
}
.hero .lead {
  font-size: clamp(16px, 4.2vw, 19px);
  color: var(--ink-60);
  margin-top: 20px; max-width: 52ch;
}
.hero .lead b { color: var(--green-800); font-weight: 700; }
.hero-support {
  margin-top: 20px; display: flex; flex-direction: column; gap: 9px;
}
.hero-support .line {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 14.5px; color: var(--ink); font-weight: 500;
}
.hero-support .ck {
  flex-shrink: 0; width: 22px; height: 22px; border-radius: 50%;
  background: var(--mint-200); color: var(--green-800);
  display: grid; place-items: center; font-size: 12px; font-weight: 800; margin-top:1px;
}
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }

.hero-media { position: relative; }
.hero-media .ph { aspect-ratio: 4/3.2; border-radius: var(--radius-lg); }
.hero-media .ph.has-image {
  background: var(--mint-50);
}
.hero-media .ph.has-image img {
  object-fit: contain;
  object-position: center;
}
.hero-media::before {
  content: "";
  position: absolute;
  inset: -18px;
  z-index: 0;
  background:
    radial-gradient(circle at 24% 20%, rgba(149,213,178,.44), transparent 28%),
    radial-gradient(circle at 84% 78%, rgba(185,130,27,.20), transparent 30%);
  filter: blur(12px);
  animation: gylaFloatGlow 7s var(--ease-out) infinite alternate;
}
.hero-media > * { position: relative; z-index: 1; }
.hero-stat {
  position: absolute; background: #fff; border-radius: 16px;
  box-shadow: var(--shadow-lg); padding: 13px 16px;
  display: flex; align-items: center; gap: 11px;
}
.hero-stat .num { font-size: 26px; font-weight: 800; color: var(--green-900); line-height: 1; }
.hero-stat .lbl { font-size: 12px; color: var(--ink-60); font-weight: 600; line-height: 1.25; }
.hero-stat.s1 { left: -8px; bottom: 36px; }
.hero-stat.s2 { right: -8px; top: 28px; }

/* ============================================================
   3. PAIN POINTS
   ============================================================ */
.pain { background: var(--paper-2); }
.pain-grid { display: grid; gap: 20px; margin-top: 30px; }
.pain-col {
  background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius-lg); padding: 28px 24px;
  box-shadow: var(--shadow-sm);
}
.pain-col.parent { border-top: 4px solid var(--gold); }
.pain-col.student { border-top: 4px solid var(--green-600); }
.pain-col .tag {
  display: inline-block; font-size: 12px; font-weight: 800; letter-spacing: .08em;
  text-transform: uppercase; padding: 5px 11px; border-radius: 999px; margin-bottom: 14px;
}
.pain-col.parent .tag { background: var(--cream-100); color: var(--gold-ink); }
.pain-col.student .tag { background: var(--mint-100); color: var(--green-800); }
.pain-col h3 { font-size: 21px; color: var(--green-900); margin-bottom: 18px; }
.pain-list { display: flex; flex-direction: column; gap: 14px; margin: 0 0 20px; padding: 0; list-style: none; }
.pain-list li { display: flex; gap: 12px; font-size: 15px; color: var(--ink); line-height: 1.5; }
.pain-list .x {
  flex-shrink: 0; width: 24px; height: 24px; border-radius: 7px;
  background: #FDE7E3; color: var(--danger);
  display: grid; place-items: center; font-weight: 800; font-size: 13px; margin-top: 1px;
}
.pain-out {
  display: flex; gap: 11px; align-items: flex-start;
  background: var(--mint-50); border-radius: 14px; padding: 15px 16px;
  font-weight: 600; font-size: 15px; color: var(--green-900);
}
.pain-out .ar { color: var(--cta); font-weight: 800; flex-shrink: 0; }

/* ============================================================
   4. SOCIAL PROOF (case study)
   ============================================================ */
.proof { background: var(--mint-50); }
.proof-card {
  display: grid; gap: 0; background: #fff;
  border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow-lg); border: 1px solid var(--mint-100);
}
.proof-media { position: relative; min-height: 280px; }
.proof-media .ph { position: absolute; inset: 0; border: 0; border-radius: 0; }
.proof-media .ph.has-image {
  background: #fff;
}
.proof-media .ph.has-image img {
  object-fit: contain;
  object-position: center;
}
.proof-scorebadge {
  position: absolute; right: 16px; bottom: 16px;
  background: var(--green-900); color:#fff; border-radius: 14px;
  padding: 12px 16px; box-shadow: var(--shadow-lg);
}
.proof-scorebadge .big { font-size: 30px; font-weight: 800; line-height: 1; color: var(--mint-300); }
.proof-scorebadge .small { font-size: 11.5px; opacity: .85; font-weight: 600; }
.proof-body { padding: 32px 28px; }
.proof-verified {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 12.5px; font-weight: 700; color: var(--cta);
  background: var(--mint-100); padding: 6px 12px; border-radius: 999px; margin-bottom: 18px;
}
.proof-quote {
  font-size: clamp(15.5px, 2.3vw, 18px); font-weight: 700; color: var(--green-900);
  line-height: 1.62; letter-spacing: 0; text-wrap: pretty;
}
.proof-quote .mk { color: var(--mint-300); font-weight: 800; }
.proof-teacher-note {
  margin-top: 14px;
  padding: 12px 14px;
  border-left: 3px solid var(--mint-300);
  border-radius: 0 12px 12px 0;
  background: var(--mint-50);
  color: var(--ink-60);
  font-size: 13.5px;
  line-height: 1.55;
}
.proof-teacher-note b {
  color: var(--green-900);
}
.proof-cite { display: flex; align-items: center; gap: 12px; margin-top: 22px; }
.proof-cite .av {
  width: 48px; height: 48px; border-radius: 50%; flex-shrink: 0;
  background: var(--mint-200); display:grid; place-items:center;
  font-weight: 800; color: var(--green-800); font-size: 17px;
}
.proof-cite .who b { display: block; color: var(--green-900); font-size: 15.5px; }
.proof-cite .who span { font-size: 13px; color: var(--ink-60); }
.proof-stats {
  display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px;
  padding-top: 22px; border-top: 1px solid var(--line);
}
.proof-stats .st { flex: 1; min-width: 110px; }
.proof-stats .st .k { font-size: 12px; color: var(--ink-40); font-weight: 600; text-transform: uppercase; letter-spacing: .05em; }
.proof-stats .st .v { font-size: 21px; font-weight: 800; color: var(--green-900); margin-top: 3px; }
.proof-stats .st.win .v { color: var(--cta); }

/* ============================================================
   5. CAMP CARDS
   ============================================================ */
.camps { background: #fff; }
.camp-grid { display: grid; gap: 20px; margin-top: 36px; align-items: stretch; }
.camp {
  position: relative; display: flex; flex-direction: column;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 28px 24px; box-shadow: var(--shadow-sm);
  overflow: hidden;
  transition: transform .24s var(--ease-out), box-shadow .24s var(--ease-out), border-color .24s var(--ease-out);
}
.camp::after,
.why-card::after,
.offer::after,
.commit-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(115deg, transparent 0%, rgba(255,255,255,.34) 46%, transparent 62%);
  transform: translateX(-120%);
  transition: transform .7s var(--ease-out);
}
.camp:hover::after,
.why-card:hover::after,
.offer:hover::after,
.commit-card:hover::after {
  transform: translateX(120%);
}
.camp:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.camp.featured {
  border: 2px solid var(--cta); box-shadow: 0 20px 50px rgba(31,160,85,.18);
  padding-top: 44px;
}
.camp-badge {
  position: absolute; top: 12px; left: 50%; transform: translateX(-50%);
  background: var(--cta); color: #fff; font-size: 12px; font-weight: 800;
  letter-spacing: .04em; padding: 6px 16px; border-radius: 999px;
  box-shadow: 0 6px 16px rgba(31,160,85,.35);
  max-width: calc(100% - 28px);
  text-align: center;
  line-height: 1.25;
}
.camp-name { font-size: 22px; color: var(--green-900); }
.camp-level {
  display: inline-block; margin-top: 8px; font-size: 12px; font-weight: 700;
  color: var(--green-700); background: var(--mint-100); padding: 4px 10px; border-radius: 8px;
}
.camp-meta { margin: 20px 0 18px; display: flex; flex-direction: column; gap: 12px; }
.camp-meta .row { display: flex; gap: 11px; font-size: 14px; line-height: 1.45; }
.camp-meta .row .ic { display: none; }
.camp-meta .row .k { color: var(--ink-40); font-weight: 600; min-width: 64px; }
.camp-meta .row .t { color: var(--ink); font-weight: 500; }
.camp-meta .row .t b { color: var(--green-800); font-weight: 700; }
.camp-price {
  margin-top: auto; padding: 18px 0 4px; border-top: 1px dashed var(--line);
}
.camp-price .was { font-size: 14px; color: var(--ink-40); text-decoration: line-through; }
.camp-price .now { display: flex; align-items: baseline; gap: 8px; margin-top: 2px; }
.camp-price .now .amt { font-size: 28px; font-weight: 800; color: var(--green-900); }
.camp-price .save {
  display: inline-block; margin-top: 8px; font-size: 12px; font-weight: 700;
  color: var(--gold-ink); background: var(--cream-100); padding: 4px 10px; border-radius: 8px;
}
.camp .btn { margin-top: 18px; }

/* ============================================================
   6. WHY GYLA
   ============================================================ */
.why { background: var(--mint-50); }
.why-grid { display: grid; gap: 16px; margin-top: 36px; }
.why-card {
  position: relative;
  overflow: hidden;
  background: #fff; border: 1px solid var(--mint-100); border-radius: var(--radius);
  padding: 26px 22px; box-shadow: var(--shadow-sm);
  transition: transform .24s var(--ease-out), box-shadow .24s var(--ease-out), border-color .24s var(--ease-out);
}
.why-card:hover { transform: translateY(-5px); border-color: var(--mint-300); box-shadow: var(--shadow); }
.why-ic {
  display: none;
}
.why-ic svg { display: none; }
.why-card h3 { font-size: 18px; color: var(--green-900); margin-bottom: 9px; line-height: 1.25; }
.why-card h3 b { color: var(--cta); }
.why-card p { font-size: 14.5px; color: var(--ink-60); line-height: 1.55; }

/* ============================================================
   7. TEAM
   ============================================================ */
.team { background: #fff; }
.team-grid { display: grid; gap: 14px; margin-top: 28px; }
.coach {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  overflow: hidden; box-shadow: var(--shadow-sm);
  transition: transform .2s, box-shadow .2s;
}
.coach:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.coach-photo {
  position: relative;
  aspect-ratio: 4 / 3.35;
  background: var(--mint-50);
}
.coach-photo .ph { position: absolute; inset: 0; border: 0; border-radius: 0; }
.coach-photo .ph.has-image img {
  object-fit: cover;
  object-position: center;
}
.coach-score {
  display: none;
}
.coach-score .mn { color: var(--mint-300); }
.coach-body { padding: 14px 14px 16px; }
.coach-role {
  font-size: 10.5px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase;
  color: var(--green-600); margin-bottom: 6px;
}
.coach-body h3 { font-size: 15.5px; color: var(--green-900); line-height: 1.18; }
.coach-creds { margin: 10px 0 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 6px; }
.coach-creds li { font-size: 12px; color: var(--ink-60); display: flex; gap: 7px; line-height: 1.32; }
.coach-creds li::before { content:""; flex-shrink:0; width: 5px; height: 5px; border-radius: 2px; background: var(--mint-300); margin-top: 6px; }
.founders {
  background: linear-gradient(180deg, #fff 0%, var(--mint-50) 100%);
}
.founder-grid {
  display: grid;
  gap: 16px;
  max-width: 1060px;
  margin: 32px auto 0;
}
.founder-card {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--mint-100);
  border-radius: var(--radius-lg);
  background: #fff;
  box-shadow: var(--shadow-sm);
  transition: none;
}
.founder-card:hover {
  transform: none;
  box-shadow: var(--shadow-sm);
}
.founder-photo {
  position: relative;
  min-height: 0;
  aspect-ratio: 4 / 5;
  background: var(--mint-50);
}
.founder-photo > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.founder-photo .ph {
  position: absolute;
  inset: 0;
  border: 0;
  border-radius: 0;
}
.founder-placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 18px;
  color: #fff;
  text-align: center;
  background:
    repeating-linear-gradient(135deg, rgba(255,255,255,.1) 0, rgba(255,255,255,.1) 2px, transparent 2px, transparent 11px),
    rgba(255,255,255,.06);
}
.founder-placeholder span {
  max-width: 80%;
  padding: 6px 12px;
  border-radius: 7px;
  background: rgba(0,0,0,.28);
  font-family: 'SF Mono', ui-monospace, 'Cascadia Code', Menlo, monospace;
  font-size: 12px;
}
.ph.has-image img {
  object-fit: cover;
  object-position: center;
}
.brand-logo {
  object-fit: contain;
}
.founder-info {
  padding: 18px 20px 20px;
}
.founder-kicker {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 5px 11px;
  border-radius: 999px;
  background: var(--mint-100);
  color: var(--green-800);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.founder-info h3 {
  color: var(--green-900);
  font-size: clamp(19px, 4vw, 24px);
}
.founder-info p {
  margin-top: 10px;
  color: var(--ink-60);
  font-size: 13.5px;
  line-height: 1.52;
}
.founder-points {
  display: grid;
  gap: 7px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}
.founder-points li {
  position: relative;
  padding-left: 18px;
  color: var(--ink);
  font-size: 13px;
  line-height: 1.38;
}
.founder-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--cta);
}

/* ============================================================
   8. HALL OF FAME
   ============================================================ */
.fame { background: var(--paper-2); }
.fame-count {
  display: inline-flex; align-items: baseline; gap: 8px;
  margin-top: 6px; font-size: 16px; color: var(--ink-60); font-weight: 600;
}
.fame-count b { font-size: 22px; color: var(--cta); font-weight: 800; }

.fame-wall { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 34px; }
.fame-cell {
  position: relative; aspect-ratio: 4 / 3.05; border-radius: 14px; overflow: hidden;
  background: var(--mint-50);
}
.fame-cell .ph { position: absolute; inset: 0; border-radius: 0; border: 0; }
.fame-cell > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.fame-meta {
  position: absolute; left: 0; right: 0; bottom: 0;
  background: linear-gradient(transparent, rgba(27,67,50,.92));
  padding: 26px 12px 11px; color: #fff;
}
.fame-meta b { display: block; font-size: 13.5px; font-weight: 700; }
.fame-meta .sc,
.fame-meta .cp { display: none; }

.videos-head { margin-top: 56px; margin-bottom: 22px; }
.videos-head h3 { font-size: clamp(20px,5vw,27px); color: var(--green-900); }
.video-rail {
  display: grid; grid-auto-flow: column; grid-auto-columns: 80%;
  gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory;
  padding: 6px 20px 18px; margin: 0 -20px;
  scrollbar-width: thin;
}
.video-rail::-webkit-scrollbar { height: 7px; }
.video-rail::-webkit-scrollbar-thumb { background: var(--mint-200); border-radius: 99px; }
.yt {
  position: relative; scroll-snap-align: start;
  aspect-ratio: 16/9; border-radius: var(--radius); overflow: hidden;
  background: #0d1f17; box-shadow: var(--shadow); cursor: pointer;
}
.yt img, .yt iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; object-fit: cover; }
.yt::after {
  content:""; position: absolute; inset: 0;
  background: linear-gradient(transparent 55%, rgba(13,31,23,.6));
  pointer-events: none;
}
.yt.playing::after { display: none; }
.yt-play {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);
  width: 62px; height: 62px; border-radius: 50%; border: 0;
  background: rgba(255,255,255,.95); display: grid; place-items: center;
  box-shadow: 0 8px 24px rgba(0,0,0,.35); z-index: 2;
  transition: transform .15s, background .15s;
}
.yt-play:hover { transform: translate(-50%,-50%) scale(1.08); background:#fff; }
.yt-play svg { width: 24px; height: 24px; margin-left: 3px; fill: var(--green-900); }
.yt-name {
  position: absolute; left: 14px; bottom: 12px; z-index: 2;
  color: #fff; font-size: 14px; font-weight: 700;
  text-shadow: 0 1px 4px rgba(0,0,0,.5);
}
.yt.playing .yt-play, .yt.playing .yt-name { display: none; }

.fame-cta { margin-top: 40px; text-align: center; }

/* ============================================================
   9. SCHOLARSHIPS / OFFERS
   ============================================================ */
.offers { background: var(--cream-50); }
.offer-grid { display: grid; gap: 18px; margin-top: 34px; }
.offer {
  position: relative;
  overflow: hidden;
  background: #fff; border: 1px solid var(--cream-200); border-radius: var(--radius-lg);
  padding: 26px 22px; box-shadow: var(--shadow-sm);
  transition: transform .24s var(--ease-out), box-shadow .24s var(--ease-out), border-color .24s var(--ease-out);
}
.offer:hover { transform: translateY(-5px); border-color: var(--gold); box-shadow: var(--shadow); }
.offer-ic {
  display: none;
}
.offer h3 { font-size: 19px; color: var(--green-900); line-height: 1.25; }
.offer .amt { color: var(--gold-ink); }
.offer dl { margin: 14px 0 0; display: grid; gap: 9px; }
.offer .drow { display: flex; gap: 8px; font-size: 14px; line-height: 1.4; }
.offer .drow dt { color: var(--ink-40); font-weight: 600; flex-shrink: 0; min-width: 78px; }
.offer .drow dd { margin: 0; color: var(--ink); font-weight: 500; }
.offer-combo {
  grid-column: 1 / -1;
  background: linear-gradient(120deg, var(--green-900), var(--green-700));
  color: #fff; border: 0; position: relative; overflow: hidden;
  display: grid; gap: 18px; align-items: center;
}
.offer-combo .save-badge {
  position: absolute; top: 18px; right: 18px;
  background: var(--mint-300); color: var(--green-900); font-weight: 800; font-size: 13px;
  padding: 7px 14px; border-radius: 999px;
}
.offer-combo .combo-tag {
  font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase;
  color: var(--mint-300); margin-bottom: 10px;
}
.offer-combo h3 { color: #fff; font-size: clamp(21px,5vw,27px); line-height: 1.25; }
.offer-combo .price-line { margin-top: 10px; font-size: 15px; color: rgba(255,255,255,.85); }
.offer-combo .price-line .big { font-size: 30px; font-weight: 800; color: #fff; }
.offer-cta { margin-top: 36px; text-align: center; }

/* ============================================================
   10. COMMITMENTS (navy)
   ============================================================ */
.commit { background: var(--navy); color: #fff; }
.commit .h-sect { color: #fff; }
.commit .sub-sect { color: rgba(255,255,255,.7); }
.commit .eyebrow { color: var(--mint-300); }
.commit-grid { display: grid; gap: 18px; margin-top: 38px; }
.commit-card {
  position: relative;
  overflow: hidden;
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius-lg); padding: 30px 26px;
  backdrop-filter: blur(2px);
  transition: transform .24s var(--ease-out), background .24s var(--ease-out), border-color .24s var(--ease-out);
}
.commit-card:hover { transform: translateY(-5px); background: rgba(255,255,255,.08); border-color: rgba(149,213,178,.42); }
.commit-ic {
  display: none;
}
.commit-ic svg { display: none; }
.commit-card h3 { font-size: 20px; color: #fff; margin-bottom: 11px; }
.commit-card p { font-size: 14.5px; color: rgba(255,255,255,.78); line-height: 1.6; }
.commit-card .num { font-size: 13px; font-weight: 800; color: var(--mint-300); letter-spacing: .1em; }

/* ============================================================
   11. FAQ
   ============================================================ */
.faq { background: #fff; }
.faq-list { max-width: 800px; margin: 34px auto 0; display: flex; flex-direction: column; gap: 12px; }
.faq-item { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: #fff; transition: box-shadow .2s, border-color .2s; }
.faq-item.open { border-color: var(--mint-300); box-shadow: var(--shadow-sm); }
.faq-q {
  width: 100%; text-align: left; background: none; border: 0;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 19px 22px; font-size: 16px; font-weight: 700; color: var(--green-900); line-height: 1.4;
}
.faq-q .chev {
  flex-shrink: 0; width: 28px; height: 28px; border-radius: 50%;
  background: var(--mint-100); color: var(--green-700);
  display: grid; place-items: center; transition: transform .25s, background .2s;
  font-size: 16px; font-weight: 700;
}
.faq-item.open .faq-q .chev { transform: rotate(45deg); background: var(--cta); color: #fff; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-a-inner { padding: 0 22px 20px; font-size: 14.5px; color: var(--ink-60); line-height: 1.65; }

/* ============================================================
   12. FINAL CTA / FORM
   ============================================================ */
.final {
  background:
    radial-gradient(100% 100% at 0% 0%, var(--green-800) 0%, transparent 60%),
    var(--green-900);
  color: #fff;
}
.final-grid { display: grid; gap: 36px; }
.final-copy .h-sect { color: #fff; font-size: clamp(28px,7vw,44px); }
.final-copy .lead { font-size: 17px; color: rgba(255,255,255,.78); margin-top: 16px; max-width: 44ch; }
.final-copy .lead b { color: var(--mint-300); font-weight: 700; }
.final-contacts { margin-top: 30px; display: flex; flex-direction: column; gap: 12px; }
.contact-row {
  display: flex; align-items: center; gap: 14px;
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1);
  border-radius: 14px; padding: 14px 16px; transition: background .15s;
}
.contact-row:hover { background: rgba(255,255,255,.11); }
.contact-row .ic {
  flex-shrink: 0; width: 42px; height: 42px; border-radius: 11px;
  background: rgba(149,213,178,.16); color: var(--mint-300);
  display: grid; place-items: center;
}
.contact-row .ic svg { width: 21px; height: 21px; }
.contact-row .k { font-size: 12px; color: rgba(255,255,255,.6); font-weight: 600; }
.contact-row .v { font-size: 15.5px; color: #fff; font-weight: 700; }

.final-form {
  background: #fff; color: var(--ink); border-radius: var(--radius-lg);
  padding: 30px 26px; box-shadow: var(--shadow-lg);
}
.final-form h3 { font-size: 22px; color: var(--green-900); }
.final-form .fsub { font-size: 14px; color: var(--ink-60); margin-top: 6px; margin-bottom: 22px; }
.field { margin-bottom: 16px; }
.field label { display: block; font-size: 13.5px; font-weight: 700; color: var(--green-900); margin-bottom: 7px; }
.field label .req { color: var(--danger); }
.field input, .field select {
  width: 100%; font-family: inherit; font-size: 15px; color: var(--ink);
  padding: 13px 15px; border: 1.5px solid var(--line); border-radius: 12px;
  background: var(--paper-2); transition: border-color .15s, box-shadow .15s; appearance: none;
}
.field select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%232D6A4F' stroke-width='3'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 15px center; padding-right: 40px; cursor: pointer;
}
.field input:focus, .field select:focus {
  outline: none; border-color: var(--cta); background: #fff;
  box-shadow: 0 0 0 4px rgba(31,160,85,.12);
}
.field.invalid input, .field.invalid select { border-color: var(--danger); background: #FDF3F1; }
.field .err { display: none; font-size: 12.5px; color: var(--danger); margin-top: 6px; font-weight: 600; }
.field.invalid .err { display: block; }
.seg { display: grid; grid-template-columns: repeat(2,1fr); gap: 8px; }
.seg label {
  margin: 0; display: flex; align-items: center; justify-content: center;
  text-align: center; font-size: 13.5px; font-weight: 600; color: var(--ink);
  padding: 11px 8px; border: 1.5px solid var(--line); border-radius: 11px;
  background: var(--paper-2); cursor: pointer; transition: all .15s; line-height: 1.2;
}
.seg input { position: absolute; opacity: 0; pointer-events: none; }
.seg label:hover { border-color: var(--mint-300); }
.seg input:checked + span { }
.seg label.on { background: var(--mint-100); border-color: var(--cta); color: var(--green-900); font-weight: 700; }
.form-note { font-size: 12.5px; color: var(--ink-40); text-align: center; margin-top: 14px; }
.form-success {
  display: none; text-align: center; padding: 30px 10px;
}
.form-success.show { display: block; }
.form-success .ok {
  width: 64px; height: 64px; border-radius: 50%; margin: 0 auto 18px;
  background: var(--mint-100); color: var(--cta); display: grid; place-items: center;
}
.form-success .ok svg { width: 32px; height: 32px; }
.form-success h3 { color: var(--green-900); }
.form-success p { color: var(--ink-60); margin-top: 8px; font-size: 14.5px; }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer { background: var(--green-900); color: rgba(255,255,255,.7); padding: 40px 0 30px; }
.footer-top { display: flex; flex-direction: column; gap: 22px; padding-bottom: 26px; border-bottom: 1px solid rgba(255,255,255,.1); }
.footer-brand .wordmark { font-size: 24px; font-weight: 800; color: #fff; letter-spacing: .04em; }
.footer-brand .wordmark .dot { color: var(--mint-300); }
.footer-brand p { font-size: 13.5px; margin-top: 10px; max-width: 38ch; }
.footer-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.footer-cols h4 { font-size: 13px; color: #fff; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 12px; }
.footer-cols a, .footer-cols p { font-size: 13.5px; color: rgba(255,255,255,.7); display: block; margin-bottom: 8px; }
.footer-cols a:hover { color: var(--mint-300); }
.footer-bottom { padding-top: 22px; font-size: 12.5px; color: rgba(255,255,255,.5); text-align: center; }

/* Floating mobile contact buttons */
.float-contacts {
  position: fixed; right: 16px; bottom: 16px; z-index: 50;
  display: flex; flex-direction: column; gap: 10px;
}
.float-contacts a {
  width: 52px; height: 52px; border-radius: 50%;
  display: grid; place-items: center; box-shadow: var(--shadow-lg);
  color: #fff; transition: transform .15s;
}
.float-contacts a:hover { transform: scale(1.08); }
.float-contacts a svg { width: 26px; height: 26px; }
.float-zalo { background: #0068FF; }
.float-phone { background: var(--cta); }
.float-facebook { background: #1877F2; }
.float-contacts { display: none !important; }

.contact-popup {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 80;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.contact-popup-btn {
  position: relative;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  transform: translateY(0);
  animation: contactButtonFloat 3.4s var(--ease-out) infinite;
  transition: transform .2s var(--ease-out), filter .2s var(--ease-out);
}
.contact-popup-btn::before {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: inherit;
  opacity: 1;
  animation: contactRingPulse 2.2s var(--ease-out) infinite;
  transition: transform .2s var(--ease-out), opacity .2s var(--ease-out);
}
.contact-popup-btn:nth-child(2) {
  animation-delay: .5s;
}
.contact-popup-btn:hover {
  animation: none;
  transform: translateY(-3px) scale(1.04);
  filter: brightness(1.04);
}
.contact-popup-btn:hover::before {
  transform: scale(1.08);
}
.contact-popup-zalo {
  color: #fff;
  background: rgba(69, 177, 235, .25);
}
.contact-popup-zalo::before {
  background: rgba(58, 169, 232, .45);
}
.contact-popup-phone {
  color: #fff;
  background: rgba(32, 161, 128, .25);
}
.contact-popup-phone::before {
  background: rgba(25, 146, 115, .42);
}
.contact-popup-facebook {
  color: #fff;
  background: rgba(24, 119, 242, .22);
}
.contact-popup-facebook::before {
  background: rgba(24, 119, 242, .38);
}
.contact-popup-dot {
  position: relative;
  z-index: 1;
  width: 52px;
  height: 52px;
  border-radius: inherit;
  display: grid;
  place-items: center;
  background: #2f9fe8;
  box-shadow: 0 12px 22px rgba(22, 122, 183, .28), inset 0 0 0 1px rgba(255,255,255,.22);
  animation: contactDotBreath 2.4s var(--ease-out) infinite;
}
.contact-popup-phone .contact-popup-dot {
  background: #078b73;
  box-shadow: 0 12px 22px rgba(0, 105, 84, .28), inset 0 0 0 1px rgba(255,255,255,.22);
  animation-name: contactPhoneShake;
  animation-duration: 2.8s;
}
.contact-popup-facebook .contact-popup-dot {
  background: #1877F2;
  box-shadow: 0 12px 22px rgba(24, 119, 242, .28), inset 0 0 0 1px rgba(255,255,255,.22);
}
.contact-popup-dot svg {
  width: 29px;
  height: 29px;
  display: block;
}
.contact-popup-dot img {
  width: 31px;
  height: 31px;
  display: block;
  object-fit: contain;
}
.contact-popup-btn > span:not(.contact-popup-dot) {
  display: none;
}
.contact-popup-btn::after {
  display: none;
}

@keyframes contactRingPulse {
  0% { transform: scale(.9); opacity: .78; }
  68% { transform: scale(1.24); opacity: .18; }
  100% { transform: scale(1.24); opacity: 0; }
}

@keyframes contactDotBreath {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.07); }
}

@keyframes contactButtonFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}

@keyframes contactPhoneShake {
  0%, 72%, 100% { transform: rotate(0deg) scale(1); }
  78% { transform: rotate(-9deg) scale(1.06); }
  84% { transform: rotate(9deg) scale(1.06); }
  90% { transform: rotate(-6deg) scale(1.04); }
  96% { transform: rotate(0deg) scale(1); }
}

/* Motion layer */
.motion-ready .reveal {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity .65s var(--ease-out),
    transform .65s var(--ease-out);
}
.motion-ready .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.motion-ready .hero-copy,
.motion-ready .hero-media {
  animation: gylaFadeUp .72s var(--ease-out) both;
}
.motion-ready .hero-media { animation-delay: .12s; }

@keyframes gylaFadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes gylaFloatGlow {
  from { transform: translate3d(-8px, -4px, 0) scale(.98); opacity: .74; }
  to { transform: translate3d(8px, 6px, 0) scale(1.03); opacity: 1; }
}

@keyframes contactPulse {
  0% { transform: scale(.95); opacity: .22; }
  70% { transform: scale(1.18); opacity: 0; }
  100% { transform: scale(1.18); opacity: 0; }
}

/* ---------- Comparison Table ---------- */
.table-wrapper {
  overflow-x: auto;
  margin-top: 32px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  background: #fff;
}
.comp-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 15px;
  min-width: 600px;
}
.comp-table th, .comp-table td {
  padding: 16px 20px;
  border-bottom: 1px solid var(--line);
}
.comp-table th {
  background: var(--green-900);
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .05em;
}
.comp-table th:first-child {
  border-top-left-radius: var(--radius);
}
.comp-table th:last-child {
  border-top-right-radius: var(--radius);
  background: var(--cta);
}
.comp-table td:first-child {
  font-weight: 700;
  color: var(--green-900);
  background: var(--paper-2);
}
.comp-table td:last-child {
  font-weight: 600;
  color: var(--green-800);
  background: var(--mint-50);
}
.comp-table tr:last-child td {
  border-bottom: 0;
}

/* ---------- The Real Stakes ---------- */
.stakes-grid {
  display: grid;
  gap: 24px;
  margin-top: 36px;
}
.stakes-col {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 36px 28px;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
}
.stakes-col.highschool {
  background: var(--mint-50);
  border-color: var(--mint-100);
}
.stakes-col.university {
  background: #fff;
}
.stakes-col h3 {
  font-size: clamp(19px, 4vw, 24px);
  color: var(--green-900);
  margin-bottom: 20px;
  line-height: 1.3;
}
.stakes-list {
  list-style: none;
  margin: 0 0 24px 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.stakes-list li {
  position: relative;
  padding-left: 28px;
  font-size: 15px;
  color: var(--ink);
  line-height: 1.55;
}
.stakes-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 1px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--cta);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 800;
}
.stakes-note {
  margin-top: auto;
  padding-top: 20px;
  font-weight: 700;
  color: var(--green-800);
  font-size: 14.5px;
  border-top: 1px dashed var(--line);
}

/* ---------- The Real Problem ---------- */
.problem-video-section {
  background: linear-gradient(180deg, #fff 0%, var(--mint-50) 100%);
  padding-top: 54px;
  padding-bottom: 54px;
}
.problem-video-layout {
  display: grid;
  gap: 28px;
  align-items: center;
  max-width: 920px;
  margin: 0 auto;
}
.problem-video-copy {
  text-align: center;
}
.problem-video-copy .eyebrow::before {
  display: none;
}
.problem-video-copy p {
  max-width: 52ch;
  margin: 14px auto 0;
  color: var(--ink-60);
  font-size: 16px;
  line-height: 1.65;
}
.problem-video {
  width: min(100%, 330px);
  aspect-ratio: 9 / 16;
  margin: 0 auto;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--green-900);
  box-shadow: var(--shadow-lg);
}
.problem-video iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
.problem-grid {
  display: grid;
  gap: 20px;
  margin-top: 36px;
}
.problem-card {
  background: #fff;
  border: 1px solid var(--line);
  border-left: 4px solid var(--green-600);
  border-radius: var(--radius-lg);
  padding: 28px;
  box-shadow: var(--shadow-sm);
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.problem-icon {
  display: none;
}
.problem-body h3 {
  font-size: 18px;
  color: var(--green-900);
  margin-bottom: 8px;
}
.problem-body p {
  font-size: 14.5px;
  color: var(--ink-60);
  line-height: 1.6;
}
.problem-conclusion {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: var(--green-900);
  margin-top: 36px;
}

/* ---------- Urgency Overrides ---------- */
.urgency {
  background: var(--danger) !important;
  color: #fff !important;
}
.urgency .urg-cta {
  background: #fff !important;
  color: var(--danger) !important;
}
.urgency .slot {
  background: #fff !important;
  color: var(--danger) !important;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (min-width: 600px) {
  .hero-cta .btn { flex: 0 0 auto; }
  .fame-wall { grid-template-columns: repeat(3, 1fr); }
  .seg.seg-flex { grid-template-columns: repeat(4,1fr); }
}

@media (min-width: 768px) {
  .sect { padding: 72px 0; }
  .sect-pad-lg { padding: 96px 0; }
  .pain-grid { grid-template-columns: 1fr 1fr; }
  .stakes-grid { grid-template-columns: 1fr 1fr; }
  .problem-video-layout {
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 44px;
  }
  .problem-video-copy {
    text-align: left;
  }
  .problem-video-copy .eyebrow::before {
    display: block;
  }
  .problem-video-copy p {
    margin-left: 0;
    margin-right: 0;
  }
  .problem-grid { grid-template-columns: repeat(3, 1fr); }
  .proof-card { grid-template-columns: 0.9fr 1.1fr; }
  .proof-media { min-height: auto; }
  .camp-grid { grid-template-columns: repeat(3,1fr); }
  .why-grid { grid-template-columns: repeat(2,1fr); }
  .team-grid { grid-template-columns: repeat(3,1fr); }
  .founder-card { grid-template-columns: 1fr; }
  .founder-photo { aspect-ratio: 4 / 5; }
  .offer-grid { grid-template-columns: repeat(3,1fr); }
  .offer-combo { grid-template-columns: 1.4fr 1fr; }
  .commit-grid { grid-template-columns: repeat(3,1fr); }
  .final-grid { grid-template-columns: 1fr 1fr; align-items: start; }
  .video-rail { grid-auto-columns: 46%; }
  .footer-top { flex-direction: row; justify-content: space-between; align-items: flex-start; }
  .footer-brand { flex: 0 0 40%; }
  .footer-cols { flex: 1; }
  .header-nav { display: flex; }
}

@media (min-width: 1024px) {
  .hero-grid { grid-template-columns: 1.08fr 0.92fr; align-items: center; }
  .why-grid { grid-template-columns: repeat(3,1fr); }
  .why-grid .why-card:nth-child(4),
  .why-grid .why-card:nth-child(5) { } /* 3+2 natural flow */
  .team-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .founder-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .founder-card { grid-template-columns: 1fr; }
  .founder-photo { aspect-ratio: 4 / 5; }
  .header-phone { display: flex; }
  .video-rail { grid-auto-columns: 31.5%; }
  .fame-wall { grid-template-columns: repeat(4, 1fr); }
}

@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
  .motion-ready .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 767px) {
  .wrap { padding-left: 16px; padding-right: 16px; }
  section { scroll-margin-top: 86px; }
  .urgency .wrap {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .urgency-msg {
    justify-content: center;
    text-align: center;
    font-size: 11.5px;
  }
  .urgency .urg-cta {
    align-self: center;
    font-size: 11.5px;
    padding: 6px 12px;
    max-width: 100%;
    white-space: normal;
    text-align: center;
  }
  .site-header {
    top: 0;
    position: sticky;
  }
  .site-header .wrap {
    position: relative;
    height: auto;
    min-height: 58px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .brand img { height: 26px; }
  .mobile-menu-toggle {
    display: grid;
    flex: 0 0 auto;
    margin-left: auto;
  }
  body.mobile-menu-open .mobile-menu-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  body.mobile-menu-open .mobile-menu-toggle span:nth-child(2) {
    opacity: 0;
  }
  body.mobile-menu-open .mobile-menu-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
  .header-nav {
    position: absolute;
    left: 16px;
    right: 16px;
    top: calc(100% + 8px);
    z-index: 70;
    display: grid;
    gap: 2px;
    padding: 8px;
    border-radius: 16px;
    background: var(--green-900);
    box-shadow: var(--shadow-lg);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity .2s ease, transform .2s var(--ease-out), visibility .2s;
  }
  .header-nav a {
    padding: 12px 14px;
    border-radius: 10px;
    font-weight: 700;
    color: rgba(255,255,255,.9);
  }
  .header-nav a:hover,
  .header-nav a:focus-visible {
    background: rgba(255,255,255,.08);
    color: #fff;
  }
  body.mobile-menu-open .header-nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }
  .header-actions { gap: 8px; }
  .header-phone { display: none; }
  .header-actions .btn-cta {
    padding: 9px 13px;
    font-size: 12.5px;
  }
  .hero {
    padding: 34px 0 42px;
  }
  .hero-grid {
    gap: 26px;
  }
  .hero h1 {
    font-size: clamp(34px, 11.2vw, 46px);
    line-height: 1.08;
  }
  .hero h1 .hl {
    white-space: normal;
  }
  .hero .lead {
    font-size: 15.5px;
  }
  .pill {
    font-size: 11.5px;
    padding: 6px 10px;
  }
  .hero-media .ph {
    min-height: 250px;
    aspect-ratio: 4/3.25;
  }
  .hero-stat {
    padding: 10px 12px;
    border-radius: 13px;
  }
  .hero-stat .num { font-size: 21px; }
  .hero-stat .lbl { font-size: 10.5px; }
  .hero-stat.s1 { left: 10px; bottom: 12px; }
  .hero-stat.s2 { right: 10px; top: 12px; }
  .camp {
    padding: 24px 20px;
  }
  .camp.featured {
    padding-top: 46px;
  }
  .camp-badge {
    font-size: 11px;
    padding: 5px 12px;
    line-height: 1.25;
    white-space: normal;
  }
  .founder-grid {
    gap: 14px;
    margin-top: 26px;
  }
  .founder-photo { aspect-ratio: 4 / 5; }
  .founder-info {
    padding: 16px;
  }
  .btn {
    max-width: 100%;
    white-space: normal;
    text-align: center;
    line-height: 1.3;
  }
  .btn-lg {
    padding: 15px 18px;
    font-size: 15px;
  }
  .fame-cta,
  .offer-cta {
    padding: 0 4px;
  }
  .fame-cta .btn,
  .offer-cta .btn {
    width: 100%;
    min-height: 58px;
  }
  .video-rail {
    grid-auto-columns: minmax(238px, 78vw);
    padding-left: 16px;
    padding-right: 16px;
    margin-left: -16px;
    margin-right: -16px;
  }
  .offer {
    padding: 24px 18px;
  }
  .offer .drow {
    align-items: flex-start;
  }
  .offer-combo {
    gap: 12px;
    padding-top: 22px;
  }
  .offer-combo .save-badge {
    position: static;
    justify-self: start;
    width: fit-content;
    max-width: 100%;
    white-space: normal;
    line-height: 1.25;
  }
  .offer-combo .price-line .big {
    display: inline-block;
    font-size: 27px;
    line-height: 1.15;
  }
  .contact-popup {
    right: 10px;
    bottom: 10px;
  }
}

@media screen and (max-width: 782px) {
  .admin-bar .urgency { top: 46px; }
  .admin-bar .site-header { top: 46px; }
  body.admin-bar.hide-urgency .site-header { top: 46px; }
  .contact-popup {
    right: 12px;
    bottom: 12px;
    gap: 10px;
  }
  .contact-popup-btn {
    width: 72px;
    height: 72px;
  }
  .contact-popup-dot {
    width: 48px;
    height: 48px;
  }
}

@media (max-width: 480px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    overflow-x: clip;
  }

  body {
    position: relative;
  }

  .wrap {
    width: 100%;
    max-width: 100%;
    padding-left: 14px;
    padding-right: 14px;
  }

  .urgency,
  .site-header,
  main,
  section,
  .hero,
  .hero-grid,
  .hero-copy,
  .hero-media,
    .final-form,
    .final-copy {
    max-width: 100%;
    overflow-x: hidden;
    overflow-x: clip;
  }

  .urgency .wrap {
    padding-left: 12px;
    padding-right: 12px;
  }

  .urgency-msg {
    width: 100%;
    max-width: 100%;
    gap: 6px;
    line-height: 1.35;
  }

  .urgency .urg-cta {
    width: fit-content;
    max-width: min(100%, 320px);
  }

  .site-header .wrap {
    display: grid;
    grid-template-columns: minmax(0, auto) 44px minmax(112px, max-content);
    justify-content: space-between;
    gap: 8px;
  }

  .brand {
    min-width: 0;
  }

  .brand img {
    max-width: 96px;
    height: 26px;
    object-fit: contain;
  }

  .mobile-menu-toggle {
    width: 42px;
    height: 42px;
  }

  .header-actions {
    min-width: 0;
  }

  .header-actions .btn-cta {
    max-width: 128px;
    min-height: 42px;
    padding: 8px 10px;
    line-height: 1.2;
  }

  .hero {
    padding-top: 28px;
  }

  .hero-badges {
    display: flex;
    width: 100%;
    max-width: 100%;
    gap: 8px;
  }

  .pill {
    flex: 0 1 auto;
    min-width: 0;
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
    line-height: 1.35;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(30px, 10.2vw, 42px);
    line-height: 1.1;
    overflow-wrap: break-word;
  }

  .hero .lead {
    max-width: 100%;
    font-size: 15px;
    line-height: 1.7;
    overflow-wrap: break-word;
  }

  .hero-cta .btn {
    width: 100%;
    max-width: 100%;
    min-height: 56px;
  }

  .hero-media {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-media::before {
    inset: 10px;
  }

  .hero-media .ph {
    width: 100%;
    min-height: 0;
    aspect-ratio: 4 / 3.2;
    border-radius: 16px;
  }

  .hero-stat {
    max-width: calc(100% - 24px);
  }

  .hero-stat.s1 {
    left: 8px;
    bottom: 8px;
  }

  .hero-stat.s2 {
    right: 8px;
    top: 8px;
  }

  .problem-video-section {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .problem-video-layout {
    gap: 22px;
  }

  .problem-video-copy p {
    font-size: 14.5px;
  }

  .problem-video {
    width: min(78vw, 300px);
    border-radius: 18px;
  }

  .contact-popup {
    right: max(8px, env(safe-area-inset-right));
    bottom: max(8px, env(safe-area-inset-bottom));
    gap: 7px;
  }

  .contact-popup-btn {
    width: 58px;
    height: 58px;
  }

  .contact-popup-dot {
    width: 40px;
    height: 40px;
  }

  .contact-popup-dot svg,
  .contact-popup-dot img {
    width: 25px;
    height: 25px;
  }
}

@media (max-width: 360px) {
  .wrap {
    padding-left: 12px;
    padding-right: 12px;
  }

  .site-header .wrap {
    grid-template-columns: minmax(0, auto) 40px minmax(96px, max-content);
    gap: 6px;
  }

  .brand img {
    max-width: 82px;
  }

  .header-actions .btn-cta {
    max-width: 108px;
    font-size: 11.5px;
  }

  .hero h1 {
    font-size: clamp(28px, 9.8vw, 36px);
  }

  .hero .lead {
    font-size: 14.5px;
  }
}
