/* ============================================================
   RUDRA SSC — Premium Mentorship Landing (LIGHT)
   Warm cream/white · deep navy ink · saffron CTA · gold accents.
   Built on the RUDRA SSC design tokens.
   ============================================================ */

:root {
  --navy:        #14233c;          /* deep premium navy (headlines/accents) */
  --navy-soft:   #2c3d52;          /* ink-700 */
  --cream:       #faf7f1;          /* page base */
  --cream-2:     #f3ede1;          /* alt band */
  --white:       #ffffff;
  --edge:        #e8e0d1;          /* warm hairline */
  --edge-soft:   #f0e9dc;

  /* Gold — antique, text-safe on light */
  --gold:        #a87f2a;
  --gold-bright: #c69a3e;
  --gold-tint:   #f6efdd;
  --gold-line:   #e3d3a6;
  --gold-grad:   linear-gradient(135deg, #d8b258 0%, #b08327 55%, #9a6f1e 100%);

  --cta:         #f59e0b;          /* saffron */
  --cta-strong:  #d9830b;

  --ink:         #14233c;
  --ink-2:       #46586d;
  --ink-3:       #74839a;

  /* Royal blue — primary coaching accent */
  --blue:        #034fad;
  --blue-600:    #0a59c2;
  --blue-bright: #3f77d2;
  --blue-tint:   #eaf1fb;
  --blue-line:   #cfe0f5;
}

html { scroll-behavior: smooth; }

body {
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font-body);
  overflow-x: hidden;
}
.mobile-copy,
.mobile-batch-copy { display: none; }
#root { min-height: 100vh; }
::selection { background: var(--gold-line); color: var(--navy); }

h1, h2, h3 { font-family: var(--font-display); color: var(--navy); }

/* ---- Layout primitives -------------------------------------- */
.wrap { width: 100%; max-width: 1180px; margin: 0 auto; padding-inline: clamp(20px, 5vw, 56px); }
.section { position: relative; }
.section-pad { padding-block: clamp(64px, 8vw, 118px); }
.band-cream { background: var(--cream); }
.band-white { background: var(--white); }
.band-alt   { background: var(--cream-2); }

.eyebrow {
  display: inline-flex; align-items: center; gap: 11px; white-space: nowrap;
  font-family: var(--font-body);
  font-size: 12px; font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--blue);
}
.eyebrow::before { content: ""; width: 26px; height: 1.5px; background: var(--blue-line); }
.eyebrow.solo::before { display: none; }
.eyebrow.center { justify-content: center; }
.eyebrow.center::after { content: ""; width: 26px; height: 1.5px; background: var(--blue-line); }

.gold-text {
  background: var(--gold-grad);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.blue-text { color: var(--blue); }

.section-title {
  font-weight: 800; letter-spacing: -0.022em; line-height: 1.08;
  font-size: clamp(30px, 4.2vw, 48px);
}
.lead { color: var(--ink-2); font-size: clamp(16px, 1.35vw, 19px); line-height: 1.62; font-weight: 400; }

.sec-head { max-width: 720px; }
.sec-head.center { margin-inline: auto; text-align: center; }
.sec-head .section-title { margin-top: 16px; }
.sec-head .lead { margin-top: 18px; }

/* ---- Buttons ------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--font-body); font-weight: 600; cursor: pointer;
  border: 1.5px solid transparent; border-radius: var(--radius-md);
  transition: transform var(--duration-fast) var(--ease-standard),
              filter var(--duration-fast) var(--ease-standard),
              background var(--duration-fast) var(--ease-standard),
              border-color var(--duration-fast) var(--ease-standard),
              color var(--duration-fast) var(--ease-standard);
  text-decoration: none; white-space: nowrap;
}
.btn:hover { text-decoration: none; }
.btn:active { transform: translateY(1px) scale(0.99); }
.btn-lg { font-size: 16px; padding: 15px 28px; border-radius: var(--radius-lg); }
.btn-md { font-size: 15px; padding: 12px 22px; }
.btn-sm { font-size: 14px; padding: 9px 16px; }
.btn-block { width: 100%; }

.btn-cta { background: var(--cta); color: var(--navy); box-shadow: 0 10px 24px -10px rgba(245,158,11,0.55); }
.btn-cta:hover { filter: brightness(1.04); box-shadow: 0 14px 30px -10px rgba(245,158,11,0.65); }

.btn-navy { background: var(--navy); color: #fff; }
.btn-navy:hover { filter: brightness(1.12); }

.btn-navy-outline { background: transparent; color: var(--navy); border-color: var(--edge); }
.btn-navy-outline:hover { border-color: var(--navy); background: #fff; }

.btn-gold-outline-dark { background: transparent; color: #f4ecd8; border-color: rgba(214,178,88,0.4); }
.btn-gold-outline-dark:hover { border-color: var(--gold-bright); color: #fff; background: rgba(214,178,88,0.08); }

/* ---- NAV ----------------------------------------------------- */
.nav {
  position: sticky; top: 0; z-index: 40;
  background: color-mix(in srgb, var(--cream) 82%, transparent);
  backdrop-filter: blur(14px) saturate(1.3); -webkit-backdrop-filter: blur(14px) saturate(1.3);
  border-bottom: 1px solid var(--edge-soft);
}
.nav-inner { height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand:hover { text-decoration: none; }
.brand-logo-img { display: block; width: 142px; height: 58px; object-fit: contain; object-position: left center; }
.brand-mark { width: 38px; height: 38px; flex: none; color: var(--navy); }
.brand-wm { display: flex; flex-direction: column; line-height: 1; }
.brand-name { font-family: var(--font-display); font-weight: 800; font-size: 21px; letter-spacing: -0.01em; color: var(--navy); }
.brand-name .ssc { color: var(--gold); }
.brand-tag { font-size: 9px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--ink-3); margin-top: 5px; font-weight: 600; }
.nav-links { display: flex; align-items: center; gap: clamp(16px, 2vw, 28px); }
.nav-link { color: var(--ink-2); font-size: 15px; font-weight: 500; text-decoration: none; transition: color var(--duration-fast) var(--ease-standard); }
.nav-link:hover { color: var(--navy); text-decoration: none; }
.nav-cta { display: flex; align-items: center; gap: 12px; }
.nav-burger { display: none; background: none; border: 1px solid var(--edge); border-radius: 10px; width: 42px; height: 42px; color: var(--navy); cursor: pointer; align-items: center; justify-content: center; }

.mobile-menu {
  position: fixed; inset: 74px 0 auto 0; z-index: 39;
  background: var(--cream); border-bottom: 1px solid var(--edge);
  padding: 16px clamp(20px, 5vw, 56px) 24px;
  display: flex; flex-direction: column; gap: 2px;
  transform: translateY(-12px); opacity: 0; pointer-events: none;
  transition: opacity var(--duration-base) var(--ease-standard), transform var(--duration-base) var(--ease-standard);
}
.mobile-menu.open { transform: none; opacity: 1; pointer-events: auto; }
.mobile-menu a { color: var(--ink-2); font-size: 17px; font-weight: 500; padding: 14px 4px; border-bottom: 1px solid var(--edge-soft); text-decoration: none; }
.mobile-menu a:last-of-type { border-bottom: none; }
.mobile-menu .btn { margin-top: 14px; }

/* ---- HERO ---------------------------------------------------- */
.hero { position: relative; overflow: hidden; padding-block: clamp(52px, 7vw, 92px) clamp(64px, 8vw, 108px); }
.hero-bg { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.hero-glow { position: absolute; width: 620px; height: 620px; border-radius: 50%; filter: blur(30px); }
.hero-glow.g1 { top: -300px; right: -160px; background: radial-gradient(circle, rgba(214,178,88,0.16) 0%, transparent 62%); }
.hero-glow.g2 { bottom: -360px; left: -220px; background: radial-gradient(circle, rgba(3,79,173,0.07) 0%, transparent 62%); }
.hero-inner { position: relative; z-index: 2; display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(28px, 3.5vw, 48px); align-items: center; }
.hero-identity { display: inline-flex; align-items: center; gap: 14px; }
.hi-name { font-family: var(--font-display); font-weight: 800; font-size: 18px; letter-spacing: -0.01em; color: var(--navy); }
.hi-name .ssc { color: var(--gold); }
.hi-bar { width: 1.5px; height: 30px; background: var(--edge); flex: none; }
.hi-meta { font-size: 10px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-3); line-height: 1.55; }
.hi-meta .hi-gold { color: var(--gold); }

.hero-headline { font-size: clamp(34px, 5vw, 60px); font-weight: 800; letter-spacing: -0.026em; line-height: 1.07; margin-top: 24px; }
.hero-line2 { margin-top: 18px; font-size: clamp(15.5px, 1.45vw, 19px); color: var(--ink-2); line-height: 1.6; max-width: 542px; }
.hero-line2 strong { color: var(--blue); font-weight: 700; }
.hero-points { margin-top: 26px; display: flex; flex-wrap: wrap; gap: 10px; max-width: 540px; }
.hp { display: inline-flex; align-items: center; gap: 9px; background: var(--white); border: 1px solid var(--edge); border-radius: 999px; padding: 7px 15px 7px 7px; font-size: 14px; font-weight: 600; color: var(--navy); }
.hp-ic { width: 26px; height: 26px; flex: none; display: grid; place-items: center; border-radius: 50%; color: var(--blue); background: var(--blue-tint); }
.hero-actions { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 13px; }
.hero-audience { margin-top: 22px; font-size: 14px; color: var(--ink-3); max-width: 490px; line-height: 1.55; }

/* hero visual — clean landscape showcase */
.hero-visual { position: relative; width: 100%; max-width: 660px; justify-self: end; }
.mentor-frame {
  position: relative; width: 100%; aspect-ratio: 3 / 2; border-radius: var(--radius-2xl); overflow: hidden;
  border: 1px solid var(--edge);
  background: #031326;
  box-shadow: 0 34px 70px -30px rgba(3,79,173,0.45);
}
.mentor-frame picture { position: absolute; inset: 0; display: block; }
.mentor-photo { position: absolute; inset: 0; width: 100%; height: 100%; display: block; z-index: 1; }
.mentor-photo { object-fit: contain; object-position: center center; }
.hero-visual .float-card,
.hero-visual .mf-watermark,
.hero-visual .mf-tag,
.hero-visual .mf-grad,
.hero-visual .mf-caption { display: none; }
.mf-watermark { position: absolute; inset: 0; display: grid; place-items: center; pointer-events: none; z-index: 0; }
.mf-watermark img { width: 46%; opacity: 0.16; filter: brightness(0) invert(1); }
.mf-tag { position: absolute; z-index: 3; top: 18px; left: 18px; white-space: nowrap; display: inline-flex; align-items: center; gap: 8px; background: rgba(12,22,40,0.6); backdrop-filter: blur(6px); border: 1px solid rgba(255,255,255,0.2); color: #fff; font-size: 12px; font-weight: 600; padding: 8px 13px; border-radius: 999px; }
.mf-tag .dot { width: 7px; height: 7px; border-radius: 50%; background: #36c98a; }
.mf-grad { position: absolute; z-index: 2; inset: auto 0 0 0; height: 44%; background: linear-gradient(to top, rgba(8,16,30,0.85), transparent); pointer-events: none; }
.mf-caption { position: absolute; z-index: 3; left: 20px; right: 20px; bottom: 18px; display: flex; align-items: center; gap: 11px; color: #fff; font-size: 14px; font-weight: 600; line-height: 1.3; }
.mf-cap-ic { width: 32px; height: 32px; flex: none; border-radius: 9px; display: grid; place-items: center; color: var(--navy); background: var(--gold-grad); }

.float-card { position: absolute; z-index: 5; background: var(--white); border: 1px solid var(--edge); border-radius: var(--radius-lg); padding: 11px 14px; box-shadow: 0 18px 38px -16px rgba(12,34,64,0.45); width: max-content; max-width: 210px; display: flex; align-items: flex-start; gap: 10px; }
.float-card .fc-ic { width: 30px; height: 30px; flex: none; border-radius: 9px; display: grid; place-items: center; color: var(--blue); background: var(--blue-tint); }
.fc-body { min-width: 0; }
.fc-title { font-size: 12.5px; font-weight: 700; color: var(--navy); line-height: 1.2; white-space: nowrap; }
.mf-c1 { top: 36px; right: -22px; }
.mf-c2 { bottom: 96px; left: -24px; }
.mf-c3 { bottom: -16px; right: 22px; }
.fc-days { display: flex; gap: 4px; margin-top: 7px; }
.fc-days span { width: 8px; height: 8px; border-radius: 3px; background: var(--edge); }
.fc-days span.on { background: var(--blue); }
.fc-bars { display: flex; align-items: flex-end; gap: 4px; height: 24px; margin-top: 7px; }
.fc-bars span { width: 7px; border-radius: 2px; background: var(--blue); opacity: 0.5; }
.fc-bars span:last-child { opacity: 1; background: var(--cta); }
.fc-online { display: flex; align-items: center; gap: 7px; font-size: 11.5px; color: var(--ink-2); margin-top: 6px; font-weight: 500; white-space: nowrap; }
.fc-online .od { width: 7px; height: 7px; border-radius: 50%; background: #36c98a; }

/* ---- FEATURE STRIP (royal-blue band) ------------------------ */
.feature-strip { background: linear-gradient(120deg, #034fad 0%, #0a59c2 100%); }
.fs-row { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 14px 20px; padding-block: 22px; }
.fs-item { display: flex; align-items: center; gap: 11px; color: #fff; font-size: 14px; font-weight: 600; }
.fs-ic { width: 36px; height: 36px; flex: none; display: grid; place-items: center; border-radius: 10px; color: #fff; background: rgba(255,255,255,0.14); border: 1px solid rgba(255,255,255,0.2); }

/* ---- JOURNEY ------------------------------------------------ */
.journey { margin-top: 50px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 8px; }
.j-node { flex: 1 1 0; min-width: 126px; max-width: 178px; text-align: center; background: var(--white); border: 1px solid var(--edge); border-radius: var(--radius-lg); padding: 22px 14px; transition: transform var(--duration-base) var(--ease-standard), box-shadow var(--duration-base) var(--ease-standard); }
.j-node:hover { transform: translateY(-3px); box-shadow: 0 16px 32px -18px rgba(20,35,60,0.3); }
.j-ic { width: 48px; height: 48px; margin: 0 auto 12px; border-radius: 14px; display: grid; place-items: center; color: var(--blue); background: var(--blue-tint); border: 1px solid var(--blue-line); }
.j-label { font-family: var(--font-display); font-weight: 700; font-size: 17px; color: var(--navy); }
.j-sub { font-size: 12.5px; color: var(--ink-3); margin-top: 4px; }
.j-goal { background: var(--navy); border-color: var(--navy); }
.j-goal .j-ic { color: var(--navy); background: var(--gold-grad); border: none; }
.j-goal .j-label { color: #fff; }
.j-goal .j-sub { color: #aeb9c8; }
.j-arrow { display: flex; align-items: center; color: var(--blue); opacity: 0.45; flex: none; }

/* ---- WHY ---------------------------------------------------- */
.why-grid { display: grid; grid-template-columns: 1fr 0.82fr; gap: clamp(28px, 4vw, 56px); align-items: center; }
.why-statement { font-size: clamp(23px, 2.9vw, 33px); font-weight: 800; letter-spacing: -0.02em; line-height: 1.22; margin-top: 16px; color: var(--navy); }
.compare {
  border-radius: var(--radius-2xl); padding: 34px 32px;
  display: flex; flex-direction: column;
}
.compare.bad { background: var(--white); border: 1px solid var(--edge); }
.compare.good { background: var(--navy); border: 1px solid var(--navy); position: relative; overflow: hidden; }
.compare.good::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--gold-grad);
}
.compare-eyebrow { font-size: 12px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; }
.compare.bad .compare-eyebrow { color: var(--ink-3); }
.compare.good .compare-eyebrow { color: var(--gold-bright); }
.compare h3 { font-size: 23px; font-weight: 700; margin-top: 12px; }
.compare.bad h3 { color: var(--navy); }
.compare.good h3 { color: #fff; }
.compare-list { margin-top: 24px; display: flex; flex-direction: column; gap: 16px; }
.compare-li { display: flex; align-items: flex-start; gap: 13px; font-size: 16px; line-height: 1.4; }
.compare.bad .compare-li { color: var(--ink-2); }
.compare.good .compare-li { color: #d7dfeb; }
.compare-li .ci { width: 24px; height: 24px; flex: none; margin-top: 1px; border-radius: 7px; display: grid; place-items: center; }
.compare.bad .compare-li .ci { color: #c2554d; background: #f8e8e6; }
.compare.good .compare-li .ci { color: var(--navy); background: var(--gold-grad); }
.compare.good .compare-foot { margin-top: auto; padding-top: 26px; }
.compare.good .compare-foot p { color: #aeb9c8; font-size: 14px; line-height: 1.55; border-top: 1px solid rgba(255,255,255,0.1); padding-top: 18px; }

/* ---- WHAT YOU GET ------------------------------------------- */
.feat-grid { margin-top: 50px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feat-card {
  position: relative; background: var(--white); border: 1px solid var(--edge);
  border-radius: var(--radius-xl); padding: 30px 28px;
  transition: transform var(--duration-base) var(--ease-standard), box-shadow var(--duration-base) var(--ease-standard), border-color var(--duration-base) var(--ease-standard);
}
.feat-card:hover { transform: translateY(-4px); box-shadow: 0 22px 44px -24px rgba(20,35,60,0.3); border-color: var(--blue-line); }
.feat-num { position: absolute; top: 20px; right: 24px; font-family: var(--font-mono); font-size: 13px; color: var(--ink-3); font-weight: 500; opacity: 0.6; }
.feat-ic { width: 50px; height: 50px; border-radius: 13px; display: grid; place-items: center; color: var(--blue); background: var(--blue-tint); border: 1px solid var(--blue-line); margin-bottom: 18px; }
.feat-card h3 { font-size: 19px; font-weight: 700; color: var(--navy); }
.feat-card p { margin-top: 8px; font-size: 15px; color: var(--ink-2); line-height: 1.55; }

/* ---- CERTIFICATE -------------------------------------------- */
.cert-grid { margin-top: 50px; display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(32px, 5vw, 64px); align-items: center; }
.cert-preview { position: relative; }
.certificate {
  position: relative; aspect-ratio: 4 / 3; background: #fdfbf6;
  border: 1px solid var(--gold-line); border-radius: var(--radius-md);
  box-shadow: 0 26px 56px -28px rgba(20,35,60,0.4);
  padding: clamp(20px, 3.4vw, 38px); display: flex; flex-direction: column; align-items: center; text-align: center;
}
.certificate::before { content: ""; position: absolute; inset: 12px; border: 1.5px solid var(--gold-line); border-radius: 6px; pointer-events: none; }
.certificate::after { content: ""; position: absolute; inset: 16px; border: 1px solid var(--edge-soft); border-radius: 4px; pointer-events: none; }
.cert-emblem { width: 46px; height: 46px; object-fit: contain; }
.cert-kicker { margin-top: 12px; font-size: 10.5px; letter-spacing: 0.26em; text-transform: uppercase; color: var(--gold); font-weight: 700; }
.cert-title { font-family: var(--font-display); font-weight: 800; font-size: clamp(18px, 2.4vw, 26px); color: var(--navy); margin-top: 8px; letter-spacing: -0.01em; }
.cert-body { font-size: clamp(11px, 1.2vw, 13px); color: var(--ink-2); margin-top: 12px; line-height: 1.6; max-width: 80%; }
.cert-name { font-family: var(--font-display); font-style: italic; font-weight: 600; font-size: clamp(15px, 1.9vw, 20px); color: var(--navy); margin-top: 12px; padding-bottom: 6px; border-bottom: 1.5px solid var(--gold-line); }
.cert-foot { margin-top: auto; width: 100%; display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; padding-top: 16px; }
.cert-sign { text-align: left; }
.cert-sign .sig { font-family: var(--font-display); font-style: italic; font-size: clamp(13px, 1.6vw, 17px); color: var(--navy); }
.cert-sign .sig-l { font-size: 9.5px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-3); border-top: 1px solid var(--edge); padding-top: 4px; margin-top: 3px; font-weight: 600; }
.cert-seal { width: clamp(46px, 7vw, 66px); height: clamp(46px, 7vw, 66px); flex: none; border-radius: 50%; background: var(--gold-grad); display: grid; place-items: center; color: #fff; box-shadow: 0 6px 14px -6px rgba(168,127,42,0.6); position: relative; }
.cert-seal::before { content: ""; position: absolute; inset: 5px; border: 1.5px dashed rgba(255,255,255,0.55); border-radius: 50%; }
.cert-float { position: absolute; left: -16px; bottom: 28px; background: #fff; border: 1px solid var(--edge); border-radius: var(--radius-md); padding: 11px 15px; box-shadow: 0 16px 32px -16px rgba(20,35,60,0.4); display: flex; align-items: center; gap: 10px; }
.cert-float .cf-ic { width: 32px; height: 32px; border-radius: 8px; display: grid; place-items: center; color: var(--gold); background: var(--gold-tint); }
.cert-float .cf-t { font-size: 13px; font-weight: 700; color: var(--navy); }
.cert-float .cf-s { font-size: 11px; color: var(--ink-3); }

.cert-benefits { margin-top: 28px; display: flex; flex-direction: column; gap: 14px; }
.cert-benefit { display: flex; align-items: flex-start; gap: 13px; }
.cert-benefit .cb-ic { width: 30px; height: 30px; flex: none; border-radius: 9px; display: grid; place-items: center; color: var(--gold); background: var(--gold-tint); border: 1px solid var(--gold-line); }
.cert-benefit h4 { font-size: 16px; font-weight: 700; color: var(--navy); font-family: var(--font-body); }
.cert-benefit p { font-size: 14px; color: var(--ink-2); margin-top: 2px; line-height: 1.5; }
.cert-note { margin-top: 26px; font-size: 13px; color: var(--ink-3); font-style: italic; }

/* ---- BATCHES ------------------------------------------------- */
.batch-grid { margin-top: 52px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.batch-card {
  position: relative; display: flex; flex-direction: column;
  background: var(--white); border: 1px solid var(--edge);
  border-radius: var(--radius-2xl); padding: 28px 24px;
  transition: transform var(--duration-base) var(--ease-standard), box-shadow var(--duration-base) var(--ease-standard);
}
.batch-card:hover { transform: translateY(-5px); box-shadow: 0 26px 50px -26px rgba(20,35,60,0.32); }
.batch-card.featured { border: 1.5px solid var(--gold-line); box-shadow: 0 24px 50px -26px rgba(168,127,42,0.4); }
.batch-card.featured::before { content: ""; position: absolute; top: 0; left: 24px; right: 24px; height: 3px; background: var(--gold-grad); border-radius: 0 0 3px 3px; }
.batch-flag {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
  background: var(--gold-grad); color: #fff;
  font-size: 11px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase;
  padding: 7px 16px; border-radius: 999px; white-space: nowrap;
  box-shadow: 0 8px 18px -8px rgba(168,127,42,0.7);
}
.batch-name { font-family: var(--font-display); font-weight: 700; font-size: 13.5px; letter-spacing: 0.05em; text-transform: uppercase; color: var(--blue); }
.batch-price { margin-top: 10px; display: flex; align-items: baseline; flex-wrap: wrap; gap: 5px; font-family: var(--font-display); }
.batch-price .batch-was {
  font-family: var(--font-display);
  font-size: 17px; font-weight: 600;
  color: var(--ink-3);
  text-decoration: line-through;
  text-decoration-color: var(--ink-3);
  text-decoration-thickness: 1.5px;
  letter-spacing: -0.01em;
  margin-right: 2px;
}
.batch-price .amt { font-size: 36px; font-weight: 800; letter-spacing: -0.02em; color: var(--navy); }
.batch-price .per { font-size: 14px; font-weight: 500; color: var(--ink-3); }
.batch-tagline { margin-top: 10px; font-size: 14.5px; line-height: 1.5; font-weight: 500; color: var(--ink-2); }
.batch-rule { height: 1px; margin: 18px 0; background: var(--edge-soft); }
.batch-points { display: flex; flex-direction: column; gap: 11px; flex: 1; }
.batch-point { display: flex; align-items: flex-start; gap: 11px; font-size: 14px; line-height: 1.4; color: var(--navy-soft); }
.batch-point .pc { width: 20px; height: 20px; flex: none; margin-top: 1px; border-radius: 6px; display: grid; place-items: center; color: var(--blue); background: var(--blue-tint); }
.batch-mentor-tag {
  margin-top: 14px; display: inline-flex; align-items: center; gap: 8px; align-self: flex-start;
  font-size: 11.5px; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase;
  color: var(--gold); background: var(--gold-tint); border: 1px solid var(--gold-line);
  padding: 7px 12px; border-radius: 999px;
}
.batch-foot { margin-top: 20px; display: flex; flex-direction: column; gap: 9px; }
.batch-foot .btn-md { font-size: 14.5px; padding: 11px 18px; }

/* ---- COMPARISON (grouped, Apple-style) ---------------------- */
.cmp2 {
  --cmp-cols: 1.7fr 1fr 1fr 1fr;
  position: relative;
  margin-top: 52px;
  background: var(--white);
  border: 1px solid var(--edge);
  border-radius: var(--radius-xl);
  overflow: hidden;
}

/* continuous highlight columns sitting behind the rows */
.cmp2-overlay { position: absolute; inset: 0; display: grid; grid-template-columns: var(--cmp-cols); pointer-events: none; z-index: 0; }
.cmp2-overlay .ov { margin: 7px 0; border-radius: 14px; }
.cmp2-overlay .ov-pop { background: rgba(3,79,173,0.045); box-shadow: inset 0 0 0 1px var(--blue-line); }
.cmp2-overlay .ov-elite { background: var(--gold-tint); box-shadow: inset 0 0 0 1.5px var(--gold-line), 0 18px 40px -26px rgba(168,127,42,0.5); }

.cmp2-head, .cmp2-row, .cmp2-grouprow { position: relative; z-index: 1; display: grid; grid-template-columns: var(--cmp-cols); }
.cmp2-head { align-items: end; border-bottom: 1px solid var(--edge); }
.cmp2-corner { padding: 24px 22px 18px; font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-3); }
.cmp2-plan { padding: 22px 12px 18px; display: flex; flex-direction: column; align-items: center; gap: 4px; text-align: center; }
.cmp2-tab { font-size: 9px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; color: #fff; background: var(--blue); padding: 3px 9px; border-radius: 999px; margin-bottom: 4px; }
.cmp2-tab.gold { background: var(--gold-grad); color: #2a1f06; }
.cmp2-pname { font-family: var(--font-display); font-weight: 800; font-size: clamp(15px, 1.6vw, 18px); color: var(--navy); letter-spacing: -0.01em; }
.cmp2-plan.is-elite .cmp2-pname { color: var(--gold); }
.cmp2-pprice { font-family: var(--font-mono); font-size: 12px; font-weight: 500; color: var(--ink-3); white-space: nowrap; }
.cmp2-was { color: var(--ink-3); opacity: 0.7; margin-right: 4px; text-decoration: line-through; text-decoration-thickness: 1px; }

.cmp2-grouprow { margin-top: 4px; }
.cmp2-group:first-of-type .cmp2-grouprow { margin-top: 0; }
.cmp2-grouphead { grid-column: 1 / 2; display: flex; align-items: center; gap: 10px; padding: 22px 22px 12px; font-family: var(--font-display); font-weight: 700; font-size: 14.5px; color: var(--navy); }
.cmp2-grouphead svg { color: var(--blue); flex: none; }
.cmp2-gnum { width: 22px; height: 22px; flex: none; display: grid; place-items: center; border-radius: 7px; background: var(--navy); color: #fff; font-family: var(--font-mono); font-size: 11px; font-weight: 600; }

.cmp2-row { align-items: center; border-top: 1px solid var(--edge-soft); }
.cmp2-label { padding: 13px 22px; font-size: 14px; color: var(--navy-soft); font-weight: 500; }
.cmp2-cell { padding: 13px 12px; display: flex; align-items: center; justify-content: center; text-align: center; min-width: 0; }
.cmp2-yes { color: var(--blue); display: inline-flex; }
.cmp2-cell.is-elite .cmp2-yes { color: var(--gold); }
.cmp2-no { color: var(--ink-3); opacity: 0.4; display: inline-flex; }
.cmp2-txt { font-size: 12.5px; font-weight: 600; color: var(--navy-soft); line-height: 1.3; text-wrap: balance; }
.cmp2-cell.is-elite .cmp2-txt { color: var(--gold); }
.cmp2-num { font-family: var(--font-mono); font-weight: 600; letter-spacing: -0.01em; }

/* ---- WHO SHOULD BUY ----------------------------------------- */
.who-buy { margin-top: 70px; }
.who-head { text-align: center; max-width: 640px; margin-inline: auto; }
.who-title { font-family: var(--font-display); font-weight: 800; font-size: clamp(22px, 2.6vw, 30px); color: var(--navy); margin-top: 14px; letter-spacing: -0.012em; }
.who-grid { margin-top: 36px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.who-card { background: var(--white); border: 1px solid var(--edge); border-radius: var(--radius-xl); padding: 28px 26px; display: flex; flex-direction: column; gap: 14px; transition: transform 0.18s var(--ease, ease), box-shadow 0.18s var(--ease, ease); }
.who-card:hover { transform: translateY(-3px); box-shadow: 0 24px 46px -26px rgba(20,35,60,0.32); }
.who-card.is-pop { border-color: var(--blue-line); box-shadow: inset 0 0 0 1px var(--blue-line); }
.who-card.is-elite { border: 1.5px solid var(--gold-line); background: linear-gradient(180deg, #fffdf7 0%, var(--white) 60%); box-shadow: 0 22px 46px -28px rgba(168,127,42,0.4); }
.who-badge { align-self: flex-start; white-space: nowrap; font-size: 10px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; padding: 4px 11px; border-radius: 999px; }
.badge-plain { background: var(--cream-2); color: var(--ink-2); }
.badge-pop { background: var(--blue-tint); color: var(--blue); }
.badge-gold { background: var(--gold-tint); color: var(--gold); border: 1px solid var(--gold-line); }
.who-name { font-family: var(--font-display); font-weight: 800; font-size: 21px; color: var(--navy); display: flex; align-items: baseline; gap: 9px; letter-spacing: -0.015em; }
.who-card.is-elite .who-name { color: var(--gold); }
.who-price { font-family: var(--font-mono); font-size: 13px; font-weight: 500; color: var(--ink-3); letter-spacing: -0.01em; }
.who-text { font-size: 14.5px; line-height: 1.6; color: var(--ink-2); }

/* ---- FINAL CTA — Free Mock + Mentorship Assessment ---------- */
.cta2 { position: relative; overflow: hidden; background: var(--navy); }
.cta2::before { content: ""; position: absolute; top: -220px; left: 12%; width: 620px; height: 520px; background: radial-gradient(circle, rgba(214,178,88,0.16) 0%, transparent 62%); pointer-events: none; }
.cta2::after { content: ""; position: absolute; bottom: -260px; right: 4%; width: 600px; height: 540px; background: radial-gradient(circle, rgba(3,79,173,0.26) 0%, transparent 62%); pointer-events: none; }
.cta2-inner { position: relative; z-index: 2; }
.cta2-grid { display: grid; grid-template-columns: 1.02fr 0.98fr; gap: clamp(32px, 5vw, 76px); align-items: center; }

/* left explanation */
.cta2-left { color: #fff; }
.cta2 .eyebrow.solo { color: var(--gold-bright); }
.cta2 .eyebrow.solo::before { background: rgba(214,178,88,0.45); }
.cta2-title { font-family: var(--font-display); font-weight: 800; font-size: clamp(28px, 3.3vw, 44px); line-height: 1.08; letter-spacing: -0.022em; color: #fff; margin-top: 16px; }
.cta2-sub { margin-top: 18px; color: #aeb9c8; font-size: clamp(15px, 1.3vw, 17px); line-height: 1.62; max-width: 520px; }
.cta2-explain { margin-top: 30px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,0.13); }
.cta2-eh { font-family: var(--font-display); font-weight: 700; font-size: 18px; color: #fff; letter-spacing: -0.01em; }
.cta2-et { margin-top: 12px; color: #9aa7b8; font-size: 14.5px; line-height: 1.62; max-width: 500px; }
.cta2-trust { margin-top: 22px; display: flex; flex-direction: column; gap: 13px; }
.cta2-trust-item { display: flex; align-items: center; gap: 13px; font-size: 14.5px; font-weight: 500; color: #e7ecf3; }
.cta2-tick { width: 27px; height: 27px; flex: none; display: grid; place-items: center; border-radius: 50%; color: var(--gold-bright); background: rgba(214,178,88,0.14); border: 1px solid rgba(214,178,88,0.32); }
.cta2-note { margin-top: 24px; display: inline-flex; align-items: center; gap: 9px; font-size: 13px; font-weight: 600; color: var(--gold-bright); }

/* right form card */
.cta2-card { background: var(--white); border: 1px solid var(--edge); border-radius: var(--radius-xl); padding: clamp(26px, 3vw, 38px); box-shadow: 0 42px 92px -42px rgba(0,0,0,0.6); }
.cta2-fh { font-family: var(--font-display); font-weight: 800; font-size: clamp(20px, 2.2vw, 23px); color: var(--navy); letter-spacing: -0.012em; }
.cta2-fsub { margin-top: 7px; font-size: 13.5px; color: var(--ink-3); line-height: 1.5; }
.cta2-fields { margin-top: 22px; display: flex; flex-direction: column; gap: 14px; }
.cf-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.cf { display: flex; flex-direction: column; gap: 7px; }
.cf-l { font-size: 12.5px; font-weight: 600; color: var(--navy-soft); white-space: nowrap; line-height: 1.25; }
.cf-i { width: 100%; font-family: inherit; font-size: 14.5px; color: var(--navy); background: var(--cream); border: 1.5px solid var(--edge); border-radius: var(--radius-md); padding: 11px 13px; transition: border-color 0.14s, box-shadow 0.14s, background 0.14s; }
.cf-i:focus { outline: none; border-color: var(--blue); background: #fff; box-shadow: 0 0 0 3px rgba(3,79,173,0.13); }
.cf-i::placeholder { color: var(--ink-3); }
select.cf-i { appearance: none; -webkit-appearance: none; cursor: pointer; padding-right: 36px; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%232c3d52' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>"); background-repeat: no-repeat; background-position: right 13px center; }
.cf-ta { resize: vertical; min-height: 56px; line-height: 1.5; }
.cf-check { flex-direction: row; align-items: center; gap: 11px; background: var(--blue-tint); border: 1px solid var(--blue-line); border-radius: var(--radius-md); padding: 12px 14px; cursor: pointer; }
.cf-check input { width: 18px; height: 18px; accent-color: var(--blue); flex: none; cursor: pointer; }
.cf-check span { font-size: 13.5px; font-weight: 600; color: var(--navy); }
.cta2-actions { margin-top: 22px; display: flex; flex-direction: column; gap: 11px; }
.cta2-wa { background: #1f9a63; color: #fff; }
.cta2-wa:hover { filter: brightness(1.07); }
.telegram-cta {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 13px 15px;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(135deg, #2aabee 0%, #168ac7 100%);
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: var(--radius-md);
  box-shadow: 0 14px 28px -16px rgba(22,138,199,0.8);
  transition: transform var(--duration-fast) var(--ease-standard), filter var(--duration-fast) var(--ease-standard);
}
.telegram-cta:hover { color: #fff; text-decoration: none; filter: brightness(1.05); transform: translateY(-1px); }
.telegram-cta-icon { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,0.18); }
.telegram-cta-copy { min-width: 0; display: flex; flex-direction: column; gap: 2px; text-align: left; }
.telegram-cta-copy strong { color: #fff; font-size: 14.5px; line-height: 1.25; }
.telegram-cta-copy small { color: rgba(255,255,255,0.82); font-size: 11.5px; line-height: 1.35; }
.btn[disabled] { opacity: 0.5; cursor: not-allowed; transform: none; }
.cta2-fnote { margin-top: 14px; text-align: center; font-size: 12px; color: var(--ink-3); }

/* success state */
.cta2-success { text-align: center; padding: 26px 6px; display: flex; flex-direction: column; align-items: center; gap: 13px; }
.cta2-success-ic { width: 60px; height: 60px; border-radius: 50%; display: grid; place-items: center; color: #1f9a63; background: rgba(31,154,99,0.12); border: 1.5px solid rgba(31,154,99,0.32); }
.cta2-success h3 { font-family: var(--font-display); font-weight: 800; font-size: 22px; color: var(--navy); letter-spacing: -0.01em; }
.cta2-success p { font-size: 14.5px; color: var(--ink-2); line-height: 1.6; max-width: 340px; }
.cta2-success .btn { margin-top: 6px; }

/* ---- Footer -------------------------------------------------- */
.foot { background: var(--cream-2); border-top: 1px solid var(--edge); }
.foot-inner { padding-block: 40px; display: flex; flex-wrap: wrap; gap: 24px; align-items: center; justify-content: space-between; }
.foot-tag { font-size: 13.5px; color: var(--ink-3); max-width: 420px; line-height: 1.6; }
.foot-legal { font-size: 12.5px; color: var(--ink-3); }

/* ---- Dialog modal extras ------------------------------------ */
.modal-hero { display: flex; align-items: center; gap: 16px; margin: -4px 0 4px; }
.modal-price { font-family: var(--font-display); font-weight: 800; font-size: 28px; color: var(--navy); margin-left: auto; }
.modal-price small { font-size: 14px; font-weight: 500; color: var(--ink-3); }
.modal-badge { font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold); background: var(--gold-tint); border: 1px solid var(--gold-line); padding: 6px 12px; border-radius: 999px; }
.modal-section-label { font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-3); margin: 22px 0 12px; }
.modal-list { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 18px; }
.modal-list.one { grid-template-columns: 1fr; }
.modal-li { display: flex; align-items: flex-start; gap: 9px; font-size: 14.5px; color: var(--navy-soft); line-height: 1.4; }
.modal-li .mc { width: 18px; height: 18px; flex: none; margin-top: 1px; color: #1f9a63; }
.modal-li.no { color: var(--ink-3); }
.modal-li.no .mc { color: var(--ink-3); }
.modal-philosophy { margin-top: 22px; padding: 18px 20px; background: var(--gold-tint); border-radius: var(--radius-lg); border-left: 3px solid var(--gold); font-size: 15px; font-style: italic; color: var(--navy-soft); line-height: 1.5; }

/* ---- Join form fields --------------------------------------- */
.jf { display: flex; flex-direction: column; gap: 7px; }
.jf-label { font-size: 13px; font-weight: 600; color: var(--navy-soft); }
.jf-input { font-family: var(--font-body); font-size: 15px; color: var(--navy); background: #fff; border: 1.5px solid var(--border-default); border-radius: var(--radius-md); padding: 12px 14px; transition: border-color var(--duration-fast) var(--ease-standard), box-shadow var(--duration-fast) var(--ease-standard); width: 100%; }
.jf-input:focus { outline: none; border-color: var(--royal-500); box-shadow: var(--shadow-focus); }
.jf-input::placeholder { color: var(--ink-3); }

.reveal { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

/* hero copy as a flex column so we can reorder for mobile (text → CTA → chips) */
.hero-copy { display: flex; flex-direction: column; }

/* ---- MOBILE COMPARISON (plan selector + grouped list) ------- */
.cmp-m { display: none; margin-top: 40px; }
.cmpm-tabs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; position: sticky; top: 74px; z-index: 20; background: color-mix(in srgb, var(--white) 86%, transparent); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); padding: 8px; margin: 0 -8px 8px; border-radius: var(--radius-lg); }
.cmpm-tab { display: flex; flex-direction: column; align-items: center; gap: 3px; padding: 11px 6px; border-radius: var(--radius-md); border: 1.5px solid var(--edge); background: var(--white); cursor: pointer; transition: border-color 0.14s, background 0.14s, box-shadow 0.14s; }
.cmpm-tname { font-family: var(--font-display); font-weight: 800; font-size: 14px; color: var(--navy); letter-spacing: -0.01em; }
.cmpm-tprice { font-family: var(--font-mono); font-size: 11px; color: var(--ink-3); }
.cmpm-tab.active.tone-plain { border-color: var(--navy); box-shadow: inset 0 0 0 1px var(--navy); }
.cmpm-tab.active.tone-pop { border-color: var(--blue); background: var(--blue-tint); box-shadow: inset 0 0 0 1px var(--blue); }
.cmpm-tab.active.tone-pop .cmpm-tname { color: var(--blue); }
.cmpm-tab.active.tone-elite { border-color: var(--gold-line); background: var(--gold-tint); box-shadow: 0 10px 24px -14px rgba(168,127,42,0.6); }
.cmpm-tab.active.tone-elite .cmpm-tname { color: var(--gold); }
.cmpm-group { border: 1px solid var(--edge); border-radius: var(--radius-lg); overflow: hidden; margin-top: 14px; background: var(--white); }
.cmpm-ghead { display: flex; align-items: center; gap: 10px; padding: 14px 16px; font-family: var(--font-display); font-weight: 700; font-size: 15px; color: var(--navy); background: var(--cream); border-bottom: 1px solid var(--edge-soft); }
.cmpm-ghead .cmpm-gic { display: inline-flex; color: var(--blue); }
.cmpm-gnum { width: 22px; height: 22px; flex: none; display: grid; place-items: center; border-radius: 7px; background: var(--navy); color: #fff; font-family: var(--font-mono); font-size: 11px; font-weight: 600; }
.cmpm-row { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 13px 16px; border-top: 1px solid var(--edge-soft); }
.cmpm-row:first-child { border-top: none; }
.cmpm-rl { font-size: 14.5px; color: var(--navy-soft); font-weight: 500; line-height: 1.35; }
.cmpm-row.off .cmpm-rl { color: var(--ink-3); }
.cmpm-rv { flex: none; display: flex; align-items: center; }
.cmpm-yes { width: 26px; height: 26px; border-radius: 8px; display: grid; place-items: center; color: var(--blue); background: var(--blue-tint); }
.cmpm-no { width: 26px; height: 26px; border-radius: 8px; display: grid; place-items: center; color: var(--ink-3); background: var(--cream-2); opacity: 0.7; }
.cmpm-txt { font-size: 13.5px; font-weight: 600; color: var(--navy); text-align: right; line-height: 1.3; }
.cmpm-num { font-family: var(--font-mono); letter-spacing: -0.01em; }

/* ---- Responsive --------------------------------------------- */

/* TABLET (≤1000) — keep hero balanced (text + visual side by side),
   just shrink the visual and floating cards; stack the rest. */
@media (max-width: 1000px) {
  .hero-inner { gap: clamp(24px, 4vw, 44px); }
  .hero-visual { width: 100%; max-width: 540px; }
  .float-card { max-width: 168px; padding: 10px 12px; }
  .mf-c1 { right: -8px; top: 22px; }
  .mf-c2 { left: -8px; bottom: 88px; }
  .mf-c3 { right: 10px; bottom: -14px; }
  .feat-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: 1fr; }
  .cert-grid { grid-template-columns: 1fr; }
  .cert-preview { max-width: 520px; margin-inline: auto; }
  .batch-grid { grid-template-columns: repeat(3, 1fr); gap: 14px; max-width: none; margin-inline: 0; }
  .batch-card { padding: 24px 18px; border-radius: var(--radius-xl); }
  .batch-price .amt { font-size: 30px; }
  .batch-price .batch-was { font-size: 15px; }
  .batch-name { font-size: 12.5px; }
  .batch-tagline { font-size: 13.5px; }
  .batch-point { font-size: 13.5px; }
  .batch-flag { font-size: 10px; padding: 6px 12px; letter-spacing: 0.08em; }
  .who-grid { grid-template-columns: 1fr; max-width: 480px; margin-inline: auto; }
  .cta2-grid { grid-template-columns: 1fr; gap: 34px; }
  .cta2-left { max-width: 600px; }
  .cta2-card { max-width: 600px; }
}

/* MOBILE (≤760) — stack hero; text first, CTA before visual.
   First screen must fit identity + headline + support + CTA + chips. */
@media (max-width: 767px) {
  .hero { padding-block: 26px 44px; }
  .hero-inner { grid-template-columns: 1fr; gap: 24px; }

  /* reorder hero copy: identity → headline → support → CTA → chips → audience */
  .hero-identity { order: 1; }
  .hero-headline  { order: 2; margin-top: 14px; font-size: clamp(28px, 8.4vw, 36px); letter-spacing: -0.024em; line-height: 1.1; }
  .hero-line2     { order: 3; margin-top: 12px; font-size: 15px; line-height: 1.55; }
  .hero-actions   { order: 4; margin-top: 18px; gap: 10px; }
  .hero-points    { order: 5; margin-top: 14px; gap: 8px; }
  .hero-audience  { order: 6; margin-top: 16px; font-size: 13px; }

  /* identity row stays compact on phone */
  .hi-bar { height: 26px; }
  .hi-name { font-size: 16px; }
  .hi-meta { font-size: 9.5px; letter-spacing: 0.14em; }

  /* tighter, lower-profile chips so 3 fit in 1–2 rows without dominating */
  .hp { font-size: 13px; padding: 5px 13px 5px 5px; gap: 7px; }
  .hp-ic { width: 22px; height: 22px; }
  /* 3 proof chips max on phone */
  .hero-points .hp:nth-child(n+4) { display: none; }

  /* visual centered below the CTA — shorter so it never dominates first scroll */
  .hero-visual { max-width: 340px; margin: 8px auto 0; }
  .mentor-frame { aspect-ratio: 5 / 5; }

  /* CTA buttons full-width, premium tap targets */
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn { width: 100%; padding: 14px 22px; font-size: 15.5px; }
}

@media (max-width: 720px) {
  .nav-links { display: none; }
  .nav-cta .btn-explore { display: none; }
  .nav-burger { display: flex; }
  .modal-list { grid-template-columns: 1fr; }
  .hero-points { gap: 8px; }

  /* feature strip → tidy 2-column cards on the blue band */
  .fs-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding-block: 22px; }
  .fs-item { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.16); border-radius: var(--radius-md); padding: 13px 14px; }
  .fs-ic { width: 32px; height: 32px; }
  .fs-label { font-size: 13.5px; line-height: 1.25; }

  /* journey → vertical steps */
  .journey { display: flex; flex-direction: column; gap: 12px; margin-top: 32px; }
  .j-node { display: grid; grid-template-columns: auto 1fr; column-gap: 15px; align-items: center; text-align: left; max-width: none; padding: 16px 18px; }
  .j-node:hover { transform: none; }
  .j-ic { grid-row: 1 / 3; margin: 0; }
  .j-label { align-self: end; font-size: 16px; }
  .j-sub { align-self: start; margin-top: 2px; }
  .j-arrow { display: none; }
}

/* COMPARISON → swap wide table for the mobile plan-selector list */
@media (max-width: 767px) {
  .cmp2 { display: none; }
  .cmp-m { display: block; }
}

@media (max-width: 520px) {
  .feat-grid { grid-template-columns: 1fr; }
  .feat-card { padding: 24px 22px; }
  .cta-actions .btn { width: 100%; }
  .brand-tag { display: none; }
  .cert-preview { max-width: 360px; margin-inline: auto; }
  .certificate { aspect-ratio: 4 / 3.2; }
  .cert-float { left: 8px; bottom: 18px; }

  /* CTA form: every field full-width, no two-up rows */
  .cf-row { grid-template-columns: 1fr; }

  /* Hide the audience caption on phones — it's redundant with sections below
     and steals first-screen real estate. */
  .hero-audience { display: none; }

  /* keep 2 tidy float cards on the phone hero, tucked at the frame edges */
  .float-card { max-width: 152px; padding: 9px 11px; }
  .fc-title { font-size: 12px; }
  .mf-c1 { right: -4px; top: 14px; }
  .mf-c2 { left: -4px; bottom: 72px; }
  .mf-c3 { display: none; }

  /* Tighten section padding so the whole page feels purposeful, not airy */
  .section-pad { padding-block: 56px; }

  /* Comparison mobile: lift the sticky offset since nav is shorter on phone */
  .cmpm-tabs { top: 66px; }
}

/* Smallest phones (≤390px) — extra tightening so headline never wraps awkward */
@media (max-width: 400px) {
  .wrap { padding-inline: 18px; }
  .hero-headline { font-size: 28px; }
  .hero-line2 { font-size: 14.5px; }
  .hp { font-size: 12.5px; padding: 5px 11px 5px 5px; }
  .hp-ic { width: 20px; height: 20px; }
  .nav-inner { height: 64px; gap: 12px; }
  .brand-mark { width: 32px; height: 32px; }
  .brand-logo-img { width: 112px; height: 48px; }
  .brand-name { font-size: 18px; }
  .nav-cta { gap: 8px; }
  .nav-cta .btn-cta { padding: 9px 14px; font-size: 14px; }
  .mobile-menu { inset: 64px 0 auto 0; }
  .cmpm-tabs { top: 64px; }
  .mac-tabs { top: 64px; }
  .hero-visual { max-width: 300px; }
}

/* ============================================================
   MOBILE STORY MODE
   Compress the page into 5 premium sections on phones:
     1. Hero  ·  2. System  ·  3. Batches  ·  4. Compare  ·  5. CTA
   The desktop sections stay in the DOM but are hidden < 760px.
   ============================================================ */

/* Default: mobile-only blocks hidden on desktop */
.msys, .mob-cert, .mac { display: none; }

@media (max-width: 767px) {
  /* --- Hide desktop story sections we'll replace ------------- */
  .feature-strip,
  #journey.section,
  #why.section,
  #what.section,
  #certificate.section,
  .who-buy { display: none !important; }

  /* --- Tighter section rhythm (-40%) + tighter type ----------- */
  .section-pad { padding-block: 44px; }
  .section-title { font-size: clamp(22px, 5.8vw, 28px); letter-spacing: -0.018em; line-height: 1.15; }
  .sec-head .lead { margin-top: 12px; font-size: 14.5px; }
  .sec-head .section-title { margin-top: 12px; }
  .batches-head .eyebrow,
  .batches-head .lead { display: none; }
  .batches-head .section-title { margin-top: 0; }

  /* ============ MOBILE SYSTEM (replaces FeatureStrip + Journey) */
  .desktop-copy,
  .desktop-batch-copy { display: none !important; }
  .mobile-copy { display: inline; }
  .mobile-batch-copy { display: block; }

  .msys { display: block; background: var(--white); padding-block: 32px; }
  .msys-head { text-align: center; max-width: 540px; margin-inline: auto; }
  .msys-title {
    font-family: var(--font-display); font-weight: 800;
    font-size: clamp(22px, 5.8vw, 28px); letter-spacing: -0.018em;
    color: var(--navy); line-height: 1.15; margin-top: 0;
  }
  .msys-steps { list-style: none; padding: 0; margin: 16px 0 0; display: grid; grid-template-columns: repeat(5, 1fr); gap: 5px; }
  .msys-step {
    display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px;
    background: var(--white); border: 1px solid var(--edge); border-radius: var(--radius-lg);
    padding: 9px 3px; text-align: center;
  }
  .msys-num { display: none; }
  .msys-ic { width: 28px; height: 28px; border-radius: 8px; display: grid; place-items: center; color: var(--blue); background: var(--blue-tint); border: 1px solid var(--blue-line); }
  .msys-body { min-width: 0; }
  .msys-l { font-family: var(--font-display); font-weight: 700; font-size: 11px; color: var(--navy); line-height: 1.15; }
  .msys-step.is-goal { background: var(--navy); border-color: var(--navy); }
  .msys-step.is-goal .msys-num { color: var(--gold-bright); }
  .msys-step.is-goal .msys-ic { background: var(--gold-grad); color: var(--navy); border-color: transparent; }
  .msys-step.is-goal .msys-l { color: #fff; }
  .msys-step.is-goal .msys-s { color: #aeb9c8; }
  .msys-bens { margin-top: 10px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; }
  .msys-ben { display: flex; flex-direction: column; align-items: center; gap: 5px; padding: 8px 5px; text-align: center; background: var(--cream); border: 1px solid var(--edge-soft); border-radius: var(--radius-md); font-size: 10.5px; font-weight: 600; color: var(--navy); line-height: 1.2; }
  .msys-ben-ic { width: 26px; height: 26px; flex: none; border-radius: 8px; display: grid; place-items: center; color: var(--blue); background: var(--blue-tint); }

  /* ============ BATCH cards: horizontal swipe carousel ------- */
  .batch-grid {
    display: flex;
    grid-template-columns: none;
    gap: 14px;
    /* break out of the wrap padding so the row goes edge-to-edge */
    margin: 16px calc(clamp(20px, 5vw, 56px) * -1) 0;
    padding: 16px clamp(20px, 5vw, 56px);
    max-width: none;
    overflow-x: auto;
    overflow-y: visible;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .batch-grid::-webkit-scrollbar { display: none; }
  .batch-card {
    flex: 0 0 78vw;
    max-width: 310px;
    padding: 19px 17px;
    border-radius: var(--radius-xl);
    scroll-snap-align: center;
  }
  .batch-card:hover { transform: none; }
  .batch-name { font-size: 12.5px; }
  .batch-price { margin-top: 8px; }
  .batch-price .amt { font-size: 32px; }
  .batch-price .batch-was { font-size: 15px; }
  .batch-tagline { font-size: 12.5px; line-height: 1.4; margin-top: 7px; }
  .batch-rule { margin: 11px 0; }
  .batch-points { gap: 7px; }
  .batch-point { font-size: 12.5px; }
  /* hard-cap to top 3 highlights on phone */
  .batch-card .batch-points .batch-point:nth-child(n+4) { display: none; }
  .batch-mentor-tag { margin-top: 12px; font-size: 11px; padding: 6px 11px; }
  .batch-foot { margin-top: 13px; gap: 7px; }
  .batch-enroll { padding: 10px 14px; font-size: 13.5px; }
  .batch-view { padding: 9px 14px; font-size: 13px; }
  /* swipe hint dots below the row */
  .batch-hint {
    display: flex; align-items: center; justify-content: center; gap: 8px;
    margin: 10px 0 0; font-size: 11.5px; font-weight: 600;
    letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-3);
  }
  .batch-hint::before, .batch-hint::after {
    content: ""; width: 26px; height: 1.5px; background: var(--edge);
  }

  /* ============ COMPARISON ACCORDION (replaces wide table) --- */
  .mac { display: block; margin-top: 16px; }
  .mac-tabs {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px;
    padding: 6px; border-radius: var(--radius-lg);
    border: 1px solid var(--edge-soft);
    background: color-mix(in srgb, var(--white) 90%, transparent);
    backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
    position: sticky; top: 74px; z-index: 20;
  }
  .mac-tab {
    display: flex; flex-direction: column; align-items: center; gap: 2px;
    padding: 8px 4px; border-radius: var(--radius-md);
    border: 1.5px solid transparent; background: transparent; cursor: pointer;
    transition: background 0.14s, border-color 0.14s;
  }
  .mac-tn { font-family: var(--font-display); font-weight: 700; font-size: 13px; color: var(--navy); letter-spacing: -0.01em; }
  .mac-tp { font-family: var(--font-mono); font-size: 10.5px; color: var(--ink-3); }
  .mac-tab.active { background: var(--white); border-color: var(--edge); box-shadow: 0 4px 10px -6px rgba(20,35,60,0.18); }
  .mac-tab.active.tone-pop   { border-color: var(--blue); background: var(--blue-tint); }
  .mac-tab.active.tone-pop   .mac-tn { color: var(--blue); }
  .mac-tab.active.tone-elite { border-color: var(--gold-line); background: var(--gold-tint); }
  .mac-tab.active.tone-elite .mac-tn { color: var(--gold); }

  .mac-list { margin-top: 10px; display: flex; flex-direction: column; gap: 7px; }
  .mac-grp { border: 1px solid var(--edge); border-radius: var(--radius-lg); background: var(--white); overflow: hidden; }
  .mac-head {
    width: 100%; display: flex; align-items: center; gap: 11px;
    padding: 11px 13px; background: var(--white); border: none; cursor: pointer; text-align: left;
    font-family: var(--font-display); font-weight: 700; font-size: 13.5px; color: var(--navy);
    transition: background 0.14s;
  }
  .mac-head:hover { background: var(--cream); }
  .mac-hic { width: 28px; height: 28px; flex: none; border-radius: 8px; display: grid; place-items: center; color: var(--blue); background: var(--blue-tint); }
  .mac-t { flex: 1; }
  .mac-chev { width: 26px; height: 26px; flex: none; border-radius: 8px; display: grid; place-items: center; color: var(--ink-2); background: var(--cream-2); transition: background 0.14s, color 0.14s; }
  .mac-grp.open .mac-chev { color: #fff; background: var(--navy); }
  .mac-rows { border-top: 1px solid var(--edge-soft); }
  .mac-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 9px 13px; border-top: 1px solid var(--edge-soft); }
  .mac-row:first-child { border-top: none; }
  .mac-rl { font-size: 13.5px; color: var(--navy-soft); font-weight: 500; line-height: 1.35; }
  .mac-row.off .mac-rl { color: var(--ink-3); }
  .mac-rv { flex: none; }
  .mac-yes { width: 24px; height: 24px; border-radius: 7px; display: grid; place-items: center; color: var(--blue); background: var(--blue-tint); }
  .mac-no  { width: 24px; height: 24px; border-radius: 7px; display: grid; place-items: center; color: var(--ink-3); background: var(--cream-2); opacity: 0.6; }
  .mac-txt { font-size: 13px; font-weight: 600; color: var(--navy); text-align: right; line-height: 1.25; }
  .mac-txt.mono { font-family: var(--font-mono); letter-spacing: -0.01em; }
  .mac-who { border-top: 1px solid var(--edge-soft); padding: 12px; display: flex; flex-direction: column; gap: 10px; }
  .mac-wc { border: 1px solid var(--edge); border-radius: var(--radius-md); padding: 13px 14px; background: var(--white); }
  .mac-wc.is-pop   { border-color: var(--blue-line); background: var(--blue-tint); }
  .mac-wc.is-elite { border-color: var(--gold-line); background: var(--gold-tint); }
  .mac-wh { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; }
  .mac-wn { font-family: var(--font-display); font-weight: 800; font-size: 16px; color: var(--navy); letter-spacing: -0.01em; }
  .mac-wc.is-elite .mac-wn { color: var(--gold); }
  .mac-wp { font-family: var(--font-mono); font-size: 12px; color: var(--ink-3); }
  .mac-wt { font-size: 13px; line-height: 1.55; color: var(--ink-2); margin-top: 6px; }

  /* hide the old plan-selector list (we use the accordion now) */
  .cmp-m { display: none !important; }

  /* ============ MOBILE TRUST CARD (replaces big Certificate sec) */
  .mob-cert {
    display: flex; align-items: center; gap: 13px;
    margin-top: 14px; padding: 11px 13px;
    background: rgba(214,178,88,0.10);
    border: 1px solid rgba(214,178,88,0.32);
    border-radius: var(--radius-lg);
  }
  .mob-cert-ic { width: 38px; height: 38px; flex: none; border-radius: 10px; display: grid; place-items: center; color: var(--navy); background: var(--gold-grad); }
  .mob-cert-body { min-width: 0; }
  .mob-cert h4 { font-family: var(--font-display); font-weight: 800; font-size: 14px; color: #fff; letter-spacing: -0.01em; line-height: 1.25; }
  .mob-cert p { font-size: 12.5px; color: #aeb9c8; margin-top: 3px; line-height: 1.4; }

  /* ============ CTA / form compactness ---------------------- */
  .cta2 { padding-block: 32px; }
  .cta2-title { font-size: clamp(22px, 5.8vw, 28px); margin-top: 12px; line-height: 1.1; }
  .cta2-sub { font-size: 14px; margin-top: 12px; }
  .cta2-explain { display: none; }
  .cta2-eh { font-size: 16px; }
  .cta2-et { font-size: 13.5px; margin-top: 10px; }
  .cta2-trust { margin-top: 16px; gap: 10px; }
  .cta2-trust-item { font-size: 13.5px; gap: 11px; }
  .cta2-grid { gap: 16px; }
  .cta2-left > .eyebrow,
  .cta2-left > .cta2-title,
  .cta2-left > .cta2-sub { display: none; }
  .cta2-card { padding: 18px 16px; }
  .cta2-fh { font-size: 19px; }
  .cta2-fsub { font-size: 13px; }
  .cta2-fields { margin-top: 16px; gap: 11px; }
  .cf-row { grid-template-columns: 1fr; }
  .cf-l { font-size: 12px; }
  .cf-i { padding: 9px 12px; font-size: 14px; }
  .cf-ta { min-height: 48px; }
  .cf-check { padding: 9px 12px; }
  .cf-check span { font-size: 13px; }
  .mobile-hide-field,
  .mobile-optional-action { display: none !important; }
  .cta2-actions { margin-top: 16px; gap: 9px; }
  .cta2-actions .btn-lg { padding: 12px 22px; font-size: 14.5px; border-radius: var(--radius-md); }
  .telegram-cta { padding: 11px 13px; }
  .telegram-cta-icon { width: 32px; height: 32px; }
  .telegram-cta-copy strong { font-size: 13.5px; }
  .telegram-cta-copy small { font-size: 10.5px; }
  .cta2-fnote { margin-top: 10px; font-size: 11.5px; }
}

@media (max-width: 1050px) {
  .nav-links { display: none; }
  .nav-cta .btn-explore { display: none; }
  .nav-burger { display: flex; }
}

/* Final mobile hero constraints. Desktop rules above remain unchanged. */
@media (max-width: 767px) {
  .hero { padding-block: 18px 30px; }
  .hero-inner { grid-template-columns: 1fr; gap: 15px; }
  .hero-headline { margin-top: 10px; font-size: clamp(27px, 7.6vw, 32px); line-height: 1.08; letter-spacing: -0.02em; }
  .hero-line2 { margin-top: 8px; max-width: 360px; font-size: 14px; line-height: 1.42; }
  .hero-actions { margin-top: 13px; gap: 8px; }
  .hero-actions .btn { padding: 11px 15px; font-size: 14px; }
  .hero-points { margin-top: 10px; gap: 5px; }
  .hp { padding: 4px 8px 4px 4px; gap: 5px; font-size: 10.5px; }
  .hp-ic { width: 20px; height: 20px; }
  .hero-audience { display: none; }
  .hero-visual { width: 100%; max-width: 430px; margin: 5px auto 0; }
  .mentor-frame {
    display: block !important;
    width: 100%;
    height: min(260px, 66vw);
    max-height: 260px;
    aspect-ratio: auto;
    overflow: hidden;
  }
  .mentor-photo {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }
  .float-card,
  .mf-tag,
  .mf-caption { display: none !important; }
  .mf-grad { height: 20%; }
}
