:root {
  --ink: #090b0a;
  --ink-soft: #121613;
  --paper: #f5f6f1;
  --white: #ffffff;
  --muted: #a9b0aa;
  --line: rgba(255, 255, 255, 0.14);
  --paper-line: rgba(9, 11, 10, 0.14);
  --green: #36d27b;
  --green-dark: #0d6c42;
  --gold: #d9af52;
  --blue: #1673ff;
  --shell: min(1180px, calc(100vw - 48px));
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  font-synthesis: none;
}

* { box-sizing: border-box; letter-spacing: 0 !important; }
html { scroll-behavior: smooth; background: var(--ink); }
body {
  margin: 0;
  overflow-x: clip;
  color: var(--ink);
  background: var(--paper);
  font-family: "Outfit", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body::selection { color: var(--ink); background: var(--green); }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.section-shell { width: var(--shell); margin-inline: auto; }

.skip-link {
  position: fixed;
  z-index: 999;
  top: 12px;
  left: 12px;
  translate: 0 -150%;
  padding: 12px 18px;
  color: var(--ink);
  background: var(--green);
  font-weight: 700;
}
.skip-link:focus { translate: 0; }

:focus-visible {
  outline: 3px solid var(--green);
  outline-offset: 4px;
}

.site-header {
  position: absolute;
  z-index: 30;
  top: 22px;
  left: calc((100vw - var(--shell)) / 2);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: var(--shell);
  min-height: 76px;
  padding: 10px 12px 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(8, 10, 9, 0.84);
  box-shadow: 0 18px 70px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
  translate: none;
}
.brand { display: inline-flex; align-items: center; gap: 10px; width: max-content; }
.brand img { width: 50px; height: 50px; object-fit: contain; }
.brand span { display: grid; line-height: 1; }
.brand strong { color: var(--white); font-size: 1rem; letter-spacing: -0.02em; }
.brand small { margin-top: 6px; color: var(--muted); font-size: 0.62rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; }
.nav { display: flex; align-items: center; gap: 30px; }
.nav a { color: #e8ebe7; font-size: 0.86rem; font-weight: 600; transition: color 180ms ease; }
.nav a:hover { color: var(--green); }
.header-cta {
  justify-self: end;
  padding: 15px 20px;
  color: var(--ink);
  background: var(--green);
  font-size: 0.8rem;
  font-weight: 800;
  transition: transform 220ms var(--ease), background 180ms ease;
}
.header-cta:hover { background: #52e491; transform: translateY(-2px); }

.hero {
  position: relative;
  min-height: 780px;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
}
.hero-visual {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% 50%;
  filter: saturate(0.92) contrast(1.08);
  transform: scale(1.02);
}
.hero-video {
  pointer-events: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.hero-video::-webkit-media-controls,
.hero-video::-webkit-media-controls-enclosure,
.hero-video::-webkit-media-controls-panel,
.hero-video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}
.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 7, 6, 0.98) 0%, rgba(5, 7, 6, 0.86) 39%, rgba(5, 7, 6, 0.24) 68%, rgba(5, 7, 6, 0.42) 100%),
    linear-gradient(180deg, rgba(5, 7, 6, 0.36) 0%, transparent 55%, rgba(5, 7, 6, 0.94) 100%);
}
.hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 780px;
  padding: 172px 0 58px;
}
.kicker, .eyebrow {
  margin: 0 0 22px;
  color: var(--green);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.kicker { display: flex; align-items: center; gap: 12px; }
.kicker::before { width: 34px; height: 1px; background: currentColor; content: ""; }
.hero-title {
  max-width: 890px;
  margin: 0;
  font-size: clamp(4rem, 5.6vw, 5.7rem);
  font-weight: 600;
  line-height: 0.91;
  letter-spacing: -0.07em;
  text-wrap: balance;
}
.hero-title em { display: block; color: var(--green); font-style: normal; }
.hero-lead {
  max-width: 660px;
  margin: 30px 0 0;
  color: #d3d9d4;
  font-size: clamp(1.08rem, 1.6vw, 1.35rem);
  line-height: 1.55;
}
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 34px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 0;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  transition: transform 220ms var(--ease), background 180ms ease, color 180ms ease, border-color 180ms ease;
}
.btn:hover { transform: translateY(-3px); }
.btn-primary { color: #07130c; background: var(--green); }
.btn-primary:hover { background: #52e491; }
.btn-secondary { color: var(--white); border-color: var(--line); background: rgba(255, 255, 255, 0.05); }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--white); font-size: 0.9rem; font-weight: 700; }
.text-link span { color: var(--green); font-size: 1.2em; transition: transform 180ms ease; }
.text-link:hover span { transform: translate(3px, 3px); }
.hero-credentials {
  display: flex;
  gap: 0;
  width: max-content;
  margin-top: 46px;
  border-top: 1px solid var(--line);
}
.hero-credentials span { display: grid; gap: 2px; min-width: 164px; padding: 16px 34px 0 0; color: var(--muted); font-size: 0.78rem; }
.hero-credentials strong { color: var(--white); font-size: 1rem; }

.authority-marquee { overflow: hidden; color: var(--ink); border-bottom: 1px solid var(--paper-line); background: var(--green); }
.marquee-track { display: flex; align-items: center; width: max-content; padding: 15px 0; animation: marquee 26s linear infinite; }
.marquee-track span { padding: 0 28px; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.marquee-track i { width: 5px; height: 5px; border: 1px solid var(--ink); transform: rotate(45deg); }
@keyframes marquee { to { transform: translateX(-50%); } }

.problem {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 90px;
  align-items: end;
  padding-block: 118px;
}
.problem h2, .section-heading h2, .desire-pin h2, .mentor-copy h2, .offer-copy h2, .application-copy h2, .faq-heading h2, .final-cta h2 {
  margin: 0;
  font-size: clamp(2.8rem, 5vw, 5rem);
  font-weight: 600;
  line-height: 0.96;
  letter-spacing: -0.06em;
  text-wrap: balance;
}
.problem h2 span { color: var(--green-dark); }
.problem-copy { padding-bottom: 4px; }
.problem-copy > p { margin: 0; color: #454b46; font-size: 1.15rem; line-height: 1.62; }
.problem-copy ul { display: grid; gap: 12px; margin: 26px 0 0; padding: 0; list-style: none; }
.problem-copy li { display: flex; gap: 13px; align-items: center; font-size: 0.92rem; font-weight: 700; }
.problem-copy li::before { width: 7px; height: 7px; background: var(--green-dark); content: ""; transform: rotate(45deg); }

.system { padding: 112px 0 96px; color: var(--white); background: var(--ink); }
.system::before, .system::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--line);
  content: "";
}
.system { position: relative; width: 100%; }
.system > * { width: var(--shell); margin-inline: auto; }
.system::before { top: 0; }
.system::after { bottom: 0; }
.section-heading { display: grid; grid-template-columns: 1fr 0.55fr; gap: 70px; align-items: end; margin-bottom: 54px; }
.section-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -40px; }
.section-heading h2 { max-width: 760px; font-size: clamp(3rem, 5.2vw, 5.4rem); }
.section-heading > p:not(.eyebrow) { margin: 0 0 4px; color: var(--muted); font-size: 1.02rem; line-height: 1.6; }

.system-bento {
  display: grid;
  grid-template-columns: 7fr 5fr;
  grid-template-rows: 1fr 1fr;
  min-height: 560px;
  border: 1px solid var(--line);
}
.system-figure { position: relative; grid-row: 1 / 3; margin: 0; overflow: hidden; border-right: 1px solid var(--line); }
.system-figure img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.system-figure::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 44%, rgba(4, 6, 5, 0.94) 100%); content: ""; }
.system-figure figcaption { position: absolute; z-index: 2; right: 30px; bottom: 26px; left: 30px; display: grid; grid-template-columns: auto 1fr auto 1fr; gap: 10px; align-items: center; color: #c9cfca; font-size: 0.76rem; line-height: 1.35; }
.system-figure figcaption span, .system-figure figcaption strong { color: var(--green); font-size: 0.66rem; letter-spacing: 0.12em; text-transform: uppercase; }
.system-figure figcaption strong { color: var(--gold); }
.bento-outcome, .bento-format { display: flex; flex-direction: column; justify-content: center; padding: 42px; }
.bento-outcome { border-bottom: 1px solid var(--line); background: linear-gradient(135deg, rgba(54, 210, 123, 0.12), transparent 65%); }
.bento-format { background: #101411; }
.bento-outcome > span, .bento-format > span { margin-bottom: 18px; color: var(--green); font-size: 0.68rem; font-weight: 800; letter-spacing: 0.15em; text-transform: uppercase; }
.bento-outcome strong, .bento-format strong { max-width: 420px; font-size: clamp(1.7rem, 2.5vw, 2.55rem); font-weight: 600; line-height: 1.04; letter-spacing: -0.045em; }
.bento-outcome p, .bento-format p { max-width: 390px; margin: 18px 0 0; color: var(--muted); line-height: 1.55; }

.route-stage { position: relative; margin-top: 56px; }
.system-route { display: grid; grid-template-columns: repeat(6, 1fr); gap: 0; margin: 0; padding: 0; list-style: none; }
.system-route li { position: relative; display: grid; gap: 8px; min-height: 116px; padding: 24px 18px 18px 0; border-top: 1px solid rgba(255, 255, 255, 0.22); opacity: 0.44; transition: opacity 350ms ease, border-color 350ms ease; }
.system-route li::before { position: absolute; top: -5px; left: 0; width: 9px; height: 9px; background: #6f7771; content: ""; transform: rotate(45deg); transition: background 350ms ease, box-shadow 350ms ease; }
.system-route li[data-active="true"] { border-color: var(--green); opacity: 1; }
.system-route li[data-active="true"]::before { background: var(--green); box-shadow: 0 0 22px var(--green); }
.system-route strong { font-size: 0.92rem; }
.system-route small { max-width: 140px; color: var(--muted); font-size: 0.73rem; line-height: 1.35; }
.route-progress { position: absolute; top: 0; right: 0; left: 0; height: 1px; transform-origin: left; }
.route-progress span { display: block; width: 100%; height: 100%; background: var(--green); transform: scaleX(0); transform-origin: left; }

.desire {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 88px;
  padding-block: 120px;
}
.desire-pin { align-self: start; padding-top: 18px; }
.desire-pin h2 { color: var(--ink); font-size: clamp(3.1rem, 5vw, 5.3rem); text-shadow: 0 1px 0 rgba(6, 5, 4, 0.12); }
.desire-pin > p:not(.eyebrow) { max-width: 440px; margin: 26px 0; color: #4c534e; font-size: 1.04rem; line-height: 1.65; }
.desire-pin .text-link { color: var(--ink); }
.desire-stack { display: grid; border-top: 1px solid var(--paper-line); }
.stack-card { display: grid; grid-template-columns: 110px 1fr; gap: 5px 28px; padding: 30px 0; border-bottom: 1px solid var(--paper-line); background: var(--paper); }
.stack-card > span { grid-row: 1 / 4; padding-top: 5px; color: var(--green-dark); font-size: 0.68rem; font-weight: 800; letter-spacing: 0.13em; text-transform: uppercase; }
.stack-card h3 { margin: 0; font-size: clamp(1.5rem, 2.2vw, 2.1rem); font-weight: 600; letter-spacing: -0.04em; }
.stack-card p { max-width: 480px; margin: 8px 0; color: #555c57; line-height: 1.5; }
.stack-card small { color: var(--ink); font-weight: 700; }

.proof { padding-block: 110px; color: var(--white); background: #0d100e; }
.proof::before { position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 82% 0%, rgba(54, 210, 123, 0.1), transparent 28%); content: ""; }
.proof { position: relative; width: 100%; }
.proof > * { position: relative; width: var(--shell); margin-inline: auto; }
.proof-heading { margin-bottom: 50px; }
.proof-rail { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.proof-card { display: flex; min-width: 0; flex-direction: column; border-right: 1px solid var(--line); background: #111512; }
.proof-card:nth-child(3n) { border-right: 0; }
.proof-card:nth-child(n + 4) { border-top: 1px solid var(--line); }
.proof-media { height: 300px; overflow: hidden; background: #181d19; }
.proof-media img { width: 100%; height: 100%; object-fit: cover; object-position: top center; filter: saturate(0.8) contrast(1.04); transition: transform 700ms var(--ease), filter 300ms ease; }
.proof-card:hover .proof-media img { filter: saturate(1); transform: scale(1.035); }
.proof-body { padding: 28px; }
.proof-body > span { color: var(--green); font-size: 0.65rem; font-weight: 800; letter-spacing: 0.13em; text-transform: uppercase; }
.proof-body h3 { min-height: 76px; margin: 14px 0 25px; font-size: 1.45rem; font-weight: 600; line-height: 1.1; letter-spacing: -0.035em; }
.proof-body > div { display: grid; grid-template-columns: auto 1fr auto 1fr; gap: 8px 10px; align-items: baseline; padding-top: 18px; border-top: 1px solid var(--line); }
.proof-body strong { color: var(--white); font-size: 1.35rem; }
.proof-body small { color: var(--muted); font-size: 0.68rem; line-height: 1.25; }
.testimonial-card .proof-media { height: 285px; }
.testimonial-card .proof-body { display: flex; min-height: 330px; flex: 1; flex-direction: column; }
.testimonial-card .proof-body h3 { min-height: 0; margin-bottom: 15px; }
.proof-result { margin: 0 0 24px; color: #c6cec8; font-size: 0.93rem; line-height: 1.55; }
.testimonial-card .proof-meta { margin-top: auto; }
.testimonial-card .proof-meta strong { font-size: 1rem; }
.testimonial-proof { isolation: isolate; }
.proof-media--dual { position: relative; }
.proof-media--dual .proof-shot--primary { object-position: center 30%; }
.proof-media--dual .proof-shot--inset { position: absolute; right: 22px; bottom: 20px; width: 102px; height: 132px; padding: 3px; border: 1px solid rgba(255, 255, 255, 0.28); background: #111512; box-shadow: 0 15px 35px rgba(0, 0, 0, 0.48); object-fit: cover; object-position: top center; }
.proof-card:hover .proof-media--dual .proof-shot--inset { transform: translateY(-3px) scale(1.02); }
.proof-badge { position: absolute; top: 18px; left: 18px; padding: 8px 10px; color: var(--ink); background: var(--green); font-size: 0.62rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }

.mentor-offer { padding-block: 116px; }
.mentor { display: grid; grid-template-columns: 0.78fr 1.22fr; min-height: 560px; color: var(--white); background: var(--ink); }
.mentor-media { min-height: 560px; overflow: hidden; background: #141814; }
.mentor-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(0.86) contrast(1.04); }
.mentor-copy { display: flex; flex-direction: column; justify-content: center; padding: 58px 64px; }
.mentor-copy h2 { max-width: 650px; font-size: clamp(2.7rem, 4.2vw, 4.4rem); }
.mentor-copy > p:not(.eyebrow) { max-width: 650px; margin: 26px 0; color: #b8c0ba; font-size: 1rem; line-height: 1.68; }
.signature { display: flex; gap: 14px; align-items: center; margin-top: 16px; color: var(--gold); font-weight: 700; }
.signature span { padding-left: 14px; border-left: 1px solid var(--line); color: var(--muted); font-size: 0.72rem; font-weight: 500; }

.offer-panel { display: grid; grid-template-columns: 1.55fr 0.75fr; margin-top: 24px; border: 1px solid var(--paper-line); background: var(--white); }
.offer-copy { padding: 62px; }
.offer-copy h2 { max-width: 800px; font-size: clamp(2.7rem, 4.7vw, 4.8rem); }
.offer-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; margin-top: 38px; }
.offer-list { display: grid; gap: 13px; margin: 0; padding: 0; list-style: none; }
.offer-list li { display: flex; gap: 12px; align-items: baseline; color: #303531; font-size: 0.9rem; }
.offer-list li::before { flex: 0 0 6px; width: 6px; height: 6px; background: var(--green-dark); content: ""; transform: rotate(45deg); }
.offer-guarantee { margin: 38px 0 0; padding-top: 22px; border-top: 1px solid var(--paper-line); color: #5b615c; font-size: 0.82rem; line-height: 1.6; }
.offer-guarantee strong { color: var(--ink); }
.price-card { display: flex; flex-direction: column; justify-content: center; padding: 46px 38px; color: var(--white); background: var(--ink); }
.price-card > span { color: var(--green); font-size: 0.68rem; font-weight: 800; letter-spacing: 0.13em; text-transform: uppercase; }
.price-card > strong { margin-top: 20px; font-size: 2.45rem; font-weight: 600; line-height: 0.98; letter-spacing: -0.05em; }
.price-card > p { margin: 22px 0 0; color: var(--muted); line-height: 1.55; }
.admission-flow { display: flex; align-items: center; gap: 9px; margin: 28px 0; color: #dfe4df; font-size: 0.66rem; font-weight: 700; text-transform: uppercase; }
.admission-flow i { flex: 1; height: 1px; background: var(--line); }
.price-card .btn { width: 100%; }
.price-card > small { margin-top: 15px; color: #78817a; font-size: 0.67rem; line-height: 1.45; }

.application {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 76px;
  padding-block: 118px;
}
.application-copy { padding-top: 32px; }
.application-copy h2 { font-size: clamp(3rem, 4.8vw, 5rem); }
.application-copy > p:not(.eyebrow) { max-width: 470px; margin: 26px 0 0; color: #505751; font-size: 1.04rem; line-height: 1.65; }
.application-note { display: grid; gap: 6px; margin-top: 28px; padding: 20px 0; border-block: 1px solid var(--paper-line); }
.application-note strong { color: var(--green-dark); }
.application-note span { color: #606760; font-size: 0.8rem; }
.apply-steps { display: grid; gap: 0; margin: 24px 0 0; padding: 0; list-style: none; }
.apply-steps li { display: flex; gap: 16px; padding: 12px 0; border-bottom: 1px solid rgba(9, 11, 10, 0.08); font-size: 0.86rem; font-weight: 600; }
.apply-steps span { color: var(--green-dark); font-size: 0.66rem; font-weight: 800; letter-spacing: 0.08em; }

.application-form { min-width: 0; padding: 46px; color: var(--white); background: var(--ink); box-shadow: 0 28px 80px rgba(11, 16, 12, 0.12); }
.form-lux-header > span { color: var(--green); font-size: 0.66rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
.landing-v2 .application-form h3 { margin: 10px 0 8px; color: #f5f4ed; font-size: 2rem; font-weight: 600; letter-spacing: -0.04em; }
.form-lux-header p { margin: 0; color: var(--muted); font-size: 0.8rem; }
.form-progress { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 30px 0 34px; padding: 0; list-style: none; }
.form-progress li { display: flex; gap: 8px; padding: 12px 8px 12px 0; border-top: 1px solid #3a413b; color: #717a73; font-size: 0.72rem; font-weight: 700; transition: color 220ms ease, border-color 220ms ease; }
.form-progress li[data-active="true"] { color: var(--white); border-color: var(--green); }
.form-progress span { color: inherit; font-size: 0.64rem; }
.hidden-field { position: absolute; overflow: hidden; width: 1px; height: 1px; clip: rect(0 0 0 0); }
.form-step { display: grid; gap: 16px; margin: 0; padding: 0; border: 0; }
.form-step[hidden] { display: none; }
.form-step legend { margin-bottom: 18px; padding: 0; color: var(--white); font-size: 1.1rem; font-weight: 700; }
.landing-v2 .application-form label { display: grid; gap: 8px; color: #dce2dc; font-size: 0.78rem; font-weight: 600; }
.landing-v2 .application-form input,
.landing-v2 .application-form select,
.landing-v2 .application-form textarea {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid #343a35;
  border-radius: 0;
  color: #f5f4ed;
  background: #121613;
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}
.landing-v2 .application-form textarea { min-height: 88px; resize: vertical; }
.landing-v2 .application-form input:focus,
.landing-v2 .application-form select:focus,
.landing-v2 .application-form textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(54, 210, 123, 0.12); }
.form-navigation { display: flex; justify-content: flex-end; gap: 12px; margin-top: 12px; }
.form-navigation .btn { min-height: 50px; }
.form-navigation .btn-secondary { background: transparent; }
.landing-v2 .application-note strong { color: #36d27b; }

.faq { display: grid; grid-template-columns: 0.62fr 1.38fr; gap: 80px; padding-bottom: 118px; }
.faq-heading h2 { font-size: clamp(2.8rem, 4.2vw, 4.4rem); }
.faq-list { border-top: 1px solid var(--paper-line); }
.faq-list details { border-bottom: 1px solid var(--paper-line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 23px 0; cursor: pointer; font-size: 1rem; font-weight: 700; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { position: relative; width: 20px; height: 20px; }
.faq-list summary span::before, .faq-list summary span::after { position: absolute; top: 50%; left: 50%; width: 14px; height: 1px; background: var(--green-dark); content: ""; transform: translate(-50%, -50%); transition: transform 180ms ease; }
.faq-list summary span::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq-list details[open] summary span::after { transform: translate(-50%, -50%) rotate(0deg); }
.faq-list details p { max-width: 680px; margin: -5px 0 24px; color: #555c56; line-height: 1.6; }

.final-cta { display: flex; flex-direction: column; align-items: center; padding: 88px 28px; color: var(--white); text-align: center; background: var(--ink); }
.final-cta img { width: 86px; height: 86px; }
.final-cta > p { margin: 24px 0 12px; color: var(--green); font-size: 0.72rem; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; }
.final-cta h2 { max-width: 860px; font-size: clamp(3rem, 5.2vw, 5.5rem); }
.final-cta .btn { margin-top: 34px; }
.final-cta small { margin-top: 16px; color: var(--muted); }

.footer { display: flex; align-items: center; justify-content: space-between; min-height: 130px; color: var(--white); background: var(--ink); }
.footer { width: 100%; max-width: none; padding-inline: max(24px, calc((100vw - 1180px) / 2)); border-top: 1px solid var(--line); }
.footer p { color: var(--muted); font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; }
.footer > div { display: flex; gap: 24px; color: #cbd1cc; font-size: 0.78rem; }

.sticky-apply {
  position: fixed;
  z-index: 40;
  right: 22px;
  bottom: 22px;
  display: flex;
  gap: 22px;
  align-items: center;
  padding: 10px 10px 10px 18px;
  color: var(--white);
  background: rgba(9, 11, 10, 0.94);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(16px);
  opacity: 0;
  pointer-events: none;
  transform: translateY(22px);
  transition: opacity 220ms ease, transform 300ms var(--ease);
}
.sticky-apply.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.sticky-apply > span { display: grid; gap: 3px; }
.sticky-apply strong { font-size: 0.78rem; }
.sticky-apply small { color: var(--muted); font-size: 0.65rem; }
.sticky-apply .btn { min-height: 46px; padding-inline: 18px; font-size: 0.75rem; }

.reveal-ready [data-reveal] { opacity: 0; transform: translateY(24px); }
.reveal-ready [data-reveal].is-visible { opacity: 1; transform: translateY(0); transition: opacity 700ms var(--ease), transform 700ms var(--ease); }

@media (max-width: 1080px) {
  :root { --shell: min(100% - 40px, 920px); }
  .site-header { grid-template-columns: 1fr auto; }
  .nav { display: none; }
  .hero { min-height: 740px; }
  .hero-inner { min-height: 740px; }
  .hero-title { max-width: 800px; }
  .system-bento { min-height: 500px; }
  .bento-outcome, .bento-format { padding: 32px; }
  .system-route { grid-template-columns: repeat(3, 1fr); row-gap: 20px; }
  .desire { gap: 54px; }
  .mentor-copy { padding: 46px; }
  .offer-copy { padding: 46px; }
  .application { gap: 44px; }
}

@media (max-width: 820px) {
  :root { --shell: calc(100vw - 40px); }
  .site-header { top: 14px; min-height: 66px; }
  .brand img { width: 42px; height: 42px; }
  .header-cta { padding: 13px 16px; font-size: 0.72rem; }
  .hero, .hero-inner { min-height: 720px; }
  .hero-inner { padding-top: 138px; padding-bottom: 42px; }
  .hero-visual { object-position: 69% 50%; }
  .hero-shade { background: linear-gradient(90deg, rgba(5,7,6,.98), rgba(5,7,6,.8) 62%, rgba(5,7,6,.44)), linear-gradient(180deg, rgba(5,7,6,.25), transparent 48%, rgba(5,7,6,.95)); }
  .hero-title { font-size: clamp(3.5rem, 9vw, 5rem); }
  .hero-lead { max-width: 590px; }
  .problem, .section-heading, .desire, .application, .faq { grid-template-columns: 1fr; }
  .problem { gap: 36px; padding-block: 88px; }
  .problem-copy { max-width: 620px; }
  .section-heading { gap: 24px; }
  .section-heading .eyebrow { margin-bottom: -6px; }
  .system { padding-block: 88px 70px; }
  .system-bento { grid-template-columns: 1fr 1fr; grid-template-rows: auto auto; min-height: 0; }
  .system-figure { grid-column: 1 / 3; grid-row: auto; height: 440px; border-right: 0; border-bottom: 1px solid var(--line); }
  .bento-outcome { border-right: 1px solid var(--line); border-bottom: 0; }
  .bento-outcome strong, .bento-format strong { font-size: 1.6rem; }
  .desire { gap: 40px; padding-block: 88px; }
  .desire-pin { position: static !important; transform: none !important; }
  .stack-card { grid-template-columns: 90px 1fr; }
  .proof { padding-block: 86px; }
  .proof-rail { overflow-x: auto; grid-auto-flow: column; grid-auto-columns: minmax(330px, 1fr); grid-template-columns: none; grid-template-rows: auto; scroll-snap-type: x mandatory; }
  .proof-card { border-right: 1px solid var(--line); border-top: 0; scroll-snap-align: start; }
  .proof-card:nth-child(3n) { border-right: 1px solid var(--line); }
  .proof-card:last-child { border-right: 0; }
  .mentor { grid-template-columns: 0.8fr 1.2fr; min-height: 500px; }
  .mentor-media { min-height: 500px; }
  .mentor-copy { padding: 36px; }
  .mentor-copy h2 { font-size: 2.8rem; }
  .offer-panel { grid-template-columns: 1fr; }
  .price-card { min-height: 420px; }
  .application { gap: 48px; padding-block: 90px; }
  .application-copy { display: grid; grid-template-columns: 1fr 1fr; gap: 0 36px; }
  .application-copy .eyebrow, .application-copy h2 { grid-column: 1 / -1; }
  .application-copy > p:not(.eyebrow) { grid-column: 1 / -1; }
  .faq { gap: 34px; padding-bottom: 90px; }
  .footer { flex-wrap: wrap; gap: 20px; }
}

@media (max-width: 680px) {
  :root { --shell: calc(100vw - 28px); }
  html, body { overflow-x: clip; }
  .site-header { left: 10px; width: calc(100% - 20px); min-height: 62px; padding: 8px 9px 8px 11px; }
  .brand { gap: 7px; }
  .brand img { width: 40px; height: 40px; }
  .brand strong { font-size: 0.88rem; }
  .brand small { display: none; }
  .header-cta { padding: 12px 13px; max-width: 156px; }
  .hero, .hero-inner { min-height: 700px; }
  .hero-inner { justify-content: flex-end; padding: 116px 0 28px; }
  .hero-visual { object-position: 61% 50%; filter: saturate(.86) contrast(1.08) brightness(.8); }
  .hero-shade { background: linear-gradient(180deg, rgba(5,7,6,.74) 0%, rgba(5,7,6,.64) 36%, rgba(5,7,6,.96) 76%, #050706 100%); }
  .kicker { margin-bottom: 16px; font-size: 0.62rem; }
  .hero-title { max-width: 100%; font-size: clamp(3.15rem, 14.3vw, 4.2rem); line-height: 0.9; letter-spacing: -0.065em; }
  .hero-title em { display: inline; }
  .hero-lead { margin-top: 22px; font-size: 1rem; line-height: 1.48; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 16px; margin-top: 25px; }
  .hero-actions .btn { width: 100%; }
  .hero-actions .text-link { justify-content: center; }
  .hero-credentials { display: grid; grid-template-columns: repeat(3, 1fr); width: 100%; margin-top: 26px; }
  .hero-credentials span { min-width: 0; padding: 13px 8px 0 0; font-size: 0.62rem; }
  .hero-credentials strong { font-size: 0.82rem; }
  .marquee-track { padding-block: 12px; }
  .problem { padding-block: 72px; }
  .problem h2, .section-heading h2, .desire-pin h2, .mentor-copy h2, .offer-copy h2, .application-copy h2, .faq-heading h2, .final-cta h2 { font-size: clamp(2.6rem, 12vw, 3.6rem); }
  .problem-copy > p { font-size: 1rem; }
  .system { padding-block: 72px 58px; }
  .section-heading { margin-bottom: 34px; }
  .section-heading > p:not(.eyebrow) { font-size: 0.94rem; }
  .system-bento { grid-template-columns: 1fr; }
  .system-figure { grid-column: auto; height: 330px; }
  .system-figure figcaption { right: 18px; bottom: 18px; left: 18px; grid-template-columns: auto 1fr; }
  .system-figure figcaption strong { margin-top: 5px; }
  .bento-outcome, .bento-format { min-height: 260px; padding: 28px; border-right: 0; border-bottom: 1px solid var(--line); }
  .bento-format { border-bottom: 0; }
  .route-stage { margin-top: 40px; }
  .system-route { grid-template-columns: repeat(2, 1fr); gap: 14px 18px; }
  .system-route li { min-height: 100px; padding-right: 8px; }
  .system-route small { max-width: 150px; }
  .desire { padding-block: 72px; }
  .stack-card { grid-template-columns: 1fr; gap: 9px; }
  .stack-card > span { grid-row: auto; }
  .proof { padding-block: 72px; }
  .proof-rail { width: calc(100vw - 42px); grid-auto-columns: minmax(82vw, 1fr); margin-left: 14px; border-left: 1px solid var(--line); }
  .proof-media { height: 280px; }
  .proof-body h3 { min-height: auto; }
  .testimonial-card .proof-body { min-height: 0; }
  .proof-media--dual .proof-shot--inset { right: 16px; bottom: 16px; width: 92px; height: 118px; }
  .mentor-offer { padding-block: 72px; }
  .mentor { grid-template-columns: 1fr; }
  .mentor-media { min-height: 390px; height: 390px; }
  .mentor-copy { padding: 34px 25px 40px; }
  .mentor-copy h2 { font-size: 2.75rem; }
  .signature { align-items: flex-start; flex-direction: column; gap: 7px; }
  .signature span { padding: 0; border: 0; }
  .offer-panel { margin-top: 14px; }
  .offer-copy { padding: 38px 24px; }
  .offer-columns { grid-template-columns: 1fr; gap: 13px; margin-top: 28px; }
  .price-card { min-height: 0; padding: 40px 24px; }
  .price-card > strong { font-size: 2.3rem; }
  .application { padding-block: 72px; }
  .application-copy { display: block; }
  .application-form { padding: 32px 20px; }
  .form-progress li { overflow: hidden; font-size: 0; }
  .form-progress li span { font-size: 0.7rem; }
  .form-navigation { align-items: stretch; flex-direction: column-reverse; }
  .form-navigation .btn { width: 100%; }
  .faq { padding-bottom: 72px; }
  .faq-list summary { font-size: 0.92rem; }
  .final-cta { width: 100%; padding: 72px 18px; }
  .final-cta h2 { font-size: 3.2rem; }
  .footer { justify-content: center; padding: 34px 18px 100px; text-align: center; }
  .footer p { width: 100%; }
  .sticky-apply { right: 8px; bottom: max(8px, env(safe-area-inset-bottom)); left: 8px; justify-content: space-between; gap: 10px; padding: 8px 8px 8px 12px; }
  .sticky-apply > span { min-width: 0; }
  .sticky-apply strong { font-size: 0.7rem; }
  .sticky-apply small { font-size: 0.58rem; }
  .sticky-apply .btn { min-height: 44px; padding-inline: 12px; font-size: 0.68rem; }
}

@media (max-width: 390px) {
  .header-cta { max-width: 140px; font-size: 0.67rem; }
  .hero-title { font-size: 3.05rem; }
  .hero-lead { font-size: 0.94rem; }
  .hero-credentials span { font-size: 0.56rem; }
  .final-cta h2 { font-size: 2.8rem; }
}

@media (hover: hover) {
  .system-bento:hover .system-figure img { transform: scale(1.035); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  .reveal-ready [data-reveal] { opacity: 1; transform: none; }
  .marquee-track { animation: none; }
}
