:root {
  color-scheme: only light;
  --midnight: #06090f;
  --midnight-soft: #0b111b;
  --navy-section: #081523;
  --surface: #101925;
  --paper: #ffffff;
  --white: #ffffff;
  --ink: #0b1018;
  --muted: #616a77;
  --blue: #3ba7ff;
  --blue-bright: #71c0ff;
  --line-dark: rgba(255, 255, 255, 0.14);
  --line-light: rgba(11, 16, 24, 0.15);
  --header-height: 78px;
  --shell: min(1240px, calc(100vw - 64px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
section[id] { scroll-margin-top: var(--header-height); }
body {
  margin: 0;
  background: #ffffff;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link {
  position: fixed;
  z-index: 100;
  top: 10px;
  left: 10px;
  padding: 12px 16px;
  background: var(--blue);
  color: var(--ink);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  height: var(--header-height);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding-inline: 32px;
  color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,.16);
  transition: background .3s ease, backdrop-filter .3s ease;
}
.site-header.scrolled { background: rgba(6,9,15,.88); backdrop-filter: blur(18px); }
.brand-lockup { display: inline-flex; align-items: center; gap: 13px; width: max-content; }
.monogram { color: var(--blue); font-size: 22px; line-height: 1; font-weight: 950; letter-spacing: -.07em; }
.brand-name { display: flex; flex-direction: column; font-size: 12px; font-weight: 900; letter-spacing: .12em; line-height: 1; }
.brand-name small { margin-top: 5px; color: rgba(255,255,255,.56); font-size: 7px; letter-spacing: .28em; }
.site-header nav { display: flex; gap: 34px; font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.site-header nav a { opacity: .62; transition: opacity .2s ease; }
.site-header nav a:hover { opacity: 1; }
.header-action {
  justify-self: end;
  min-height: 40px;
  padding: 0 17px;
  border: 1px solid rgba(255,255,255,.38);
  background: transparent;
  color: white;
  cursor: pointer;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  display: flex;
  align-items: center;
  isolation: isolate;
  background: #03070d;
  color: var(--white);
}
.hero-scene {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: #010306 url('assets/hero-soft-blue-halo.png') center / cover no-repeat;
  filter: brightness(.82) saturate(.9);
}
.hero-transformation {
  position: absolute;
  z-index: 1;
  right: clamp(24px, 3.2vw, 56px);
  top: 50%;
  width: min(48vw, 690px);
  aspect-ratio: 1320 / 762;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  background: #09111a;
  box-shadow: 0 28px 72px rgba(0,0,0,.42);
  transform: translateY(-45%);
  animation: transformationReveal .9s .08s cubic-bezier(.18,.76,.24,1) both;
}
.hero-transformation::before {
  content: '';
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10,37,61,.08), transparent 48%, rgba(44,148,234,.12)),
    linear-gradient(0deg, rgba(2,6,11,.28), transparent 20% 80%, rgba(2,6,11,.1));
  pointer-events: none;
}
.hero-transformation img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.transformation-label {
  position: absolute;
  z-index: 3;
  left: 17px;
  padding: 8px 10px 7px;
  border-left: 2px solid var(--blue);
  background: rgba(3,7,13,.78);
  color: white;
  font-size: 8px;
  font-weight: 950;
  letter-spacing: .18em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}
.transformation-before { top: 17px; }
.transformation-after { top: 17px; left: calc(50% + 17px); }
.hero-overlay {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: rgba(0,2,6,.05);
  pointer-events: none;
}
.hero-content {
  position: relative;
  z-index: 2;
  width: min(42vw, 600px);
  margin-left: max(32px, calc((100vw - 1240px) / 2));
  padding-top: var(--header-height);
  animation: heroReveal .85s .1s cubic-bezier(.2,.8,.2,1) both;
}
.hero-brand, .kicker, .form-kicker { margin: 0; color: var(--blue); font-size: 10px; font-weight: 900; letter-spacing: .22em; text-transform: uppercase; }
.hero h1 {
  margin: 22px 0 24px;
  max-width: 600px;
  font-size: clamp(58px, 5.6vw, 88px);
  font-weight: 950;
  line-height: .86;
  letter-spacing: -.072em;
  text-transform: uppercase;
}
.hero h1 em, .final-cta h2 em { color: var(--blue); font-style: normal; }
.hero-copy { max-width: 570px; color: rgba(255,255,255,.72); font-size: 17px; line-height: 1.6; }
.hero-actions { display: flex; gap: 12px; margin-top: 32px; }
.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 0 22px;
  cursor: pointer;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--blue); color: #04111d; }
.button-primary:hover { background: var(--blue-bright); }
.button-ghost { border: 1px solid rgba(255,255,255,.3); color: white; }
.button-dark { width: max-content; background: var(--midnight); color: white; }
.founding-note { display: flex; align-items: center; gap: 9px; margin-top: 21px; color: rgba(255,255,255,.5); font-size: 11px; }
.founding-note i { width: 6px; height: 6px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 5px rgba(59,167,255,.12); }
.hero-principle { position: absolute; z-index: 2; right: 32px; bottom: 24px; margin: 0; color: rgba(255,255,255,.38); font-size: 8px; font-weight: 900; letter-spacing: .2em; }
.hero-principle span { color: var(--blue); }

.results { padding: 104px 0 110px; overflow: hidden; background: #ffffff; }
.results-heading { display: grid; grid-template-columns: 1fr .72fr; gap: 90px; align-items: end; }
.results h2, .experience h2, .included h2, .process h2, .about h2, .offer h2, .faq h2, .final-cta h2 {
  margin: 20px 0 0;
  font-size: clamp(48px, 5.5vw, 78px);
  line-height: .95;
  letter-spacing: -.055em;
  font-weight: 900;
  text-transform: uppercase;
}
.results h2 { font-size: clamp(62px, 7.2vw, 104px); }
.results h2 span { color: #188fe6; }
.results-summary { max-width: 500px; padding-bottom: 8px; }
.results-proof { display: block; color: #188fe6; font-size: 15px; font-weight: 900; letter-spacing: .1em; }
.results-summary p { margin: 18px 0 0; color: #4f5966; font-size: 17px; line-height: 1.65; }
.review-stage { margin-top: 92px; border-block: 1px solid rgba(11,16,24,.2); outline: none; touch-action: pan-y; }
.review-stage:focus-visible { box-shadow: 0 0 0 3px rgba(59,167,255,.35); }
.review-slide { min-height: 390px; display: grid; grid-template-columns: 160px minmax(0,1fr); grid-template-rows: 1fr auto; column-gap: 38px; padding: 48px 0 38px; animation: reviewIn .38s cubic-bezier(.2,.8,.2,1) both; }
.review-mark { grid-row: 1 / 3; color: var(--blue); font-family: Georgia, serif; font-size: 180px; line-height: .72; }
.review-slide blockquote { max-width: 930px; margin: 0; align-self: center; font-size: clamp(30px,3.3vw,51px); font-weight: 800; line-height: 1.12; letter-spacing: -.042em; }
.review-slide footer { display: flex; align-items: center; gap: 18px; margin-top: 40px; }
.review-slide footer strong { font-size: 14px; letter-spacing: .04em; }
.review-slide footer span { padding-left: 18px; border-left: 1px solid rgba(11,16,24,.25); color: #65707d; font-size: 9px; font-weight: 900; letter-spacing: .15em; }
.review-controls { min-height: 66px; display: grid; grid-template-columns: 90px 1fr auto; gap: 24px; align-items: center; }
.review-controls p { margin: 0; font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.review-progress { display: grid; grid-template-columns: repeat(6,1fr); gap: 6px; }
.review-progress i { height: 2px; background: rgba(11,16,24,.18); transition: background .25s ease, transform .25s ease; }
.review-progress i.active { background: #188fe6; transform: scaleY(2); }
.review-buttons { display: flex; }
.review-buttons button { width: 54px; height: 54px; display: grid; place-items: center; border: 1px solid rgba(11,16,24,.22); background: transparent; cursor: pointer; font-size: 20px; transition: background .2s ease, color .2s ease; }
.review-buttons button + button { border-left: 0; }
.review-buttons button:hover { background: var(--midnight); color: white; }

.experience { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; padding: 104px 0 135px; background: var(--navy-section); color: white; box-shadow: 0 0 0 100vmax var(--navy-section); clip-path: inset(0 -100vmax); }
.experience-copy > p:not(.kicker) { max-width: 570px; color: rgba(255,255,255,.66); line-height: 1.7; }
.experience-intro { margin-bottom: 0; font-size: 15px; }
.platform-signature { max-width: 610px; margin-top: 28px; padding: 18px 0; display: grid; grid-template-columns: auto auto 1fr; gap: 11px 18px; align-items: center; border-block: 1px solid var(--line-dark); }
.platform-signature > span { color: var(--blue); font-size: 8px; font-weight: 950; letter-spacing: .18em; }
.platform-signature > strong { font-size: 19px; letter-spacing: -.025em; }
.platform-signature > small { color: rgba(255,255,255,.58); font-size: 11px; line-height: 1.55; }
.experience-list { margin-top: 28px; }
.experience-list > div { display: grid; grid-template-columns: 42px 170px 1fr; gap: 14px; padding: 18px 0; border-top: 1px solid var(--line-dark); align-items: baseline; }
.experience-list > div:last-child { border-bottom: 1px solid var(--line-dark); }
.experience-list span { color: var(--blue); font-size: 9px; font-weight: 900; }
.experience-list strong { font-size: 15px; }
.experience-list small { color: rgba(255,255,255,.58); font-size: 13px; line-height: 1.5; }

.phone-stage { display: flex; flex-direction: column; align-items: center; perspective: 1500px; }
.phone-stage .platform-signature { width: 365px; max-width: none; margin: 0 0 26px; grid-template-columns: auto 1fr; }
.phone-stage .platform-signature > small { grid-column: 1 / -1; }
.phone { width: 365px; min-height: 720px; overflow: hidden; position: relative; background: #f7f9fb; color: var(--ink); border: 8px solid #131a24; border-radius: 46px; box-shadow: 0 44px 110px rgba(11,20,33,.27); transform: rotateY(-6deg) rotateX(2deg); transition: transform .45s ease; }
.phone:hover { transform: rotateY(-1deg) rotateX(0); }
.phone-status { height: 32px; padding: 12px 23px 0; display: flex; justify-content: space-between; font-size: 8px; font-weight: 900; }
.app-header { display: flex; align-items: center; justify-content: space-between; padding: 20px 22px 15px; }
.app-header small, .app-header strong { display: block; }
.app-header small { margin-bottom: 7px; color: #1688df; font-size: 8px; font-weight: 950; letter-spacing: .16em; }
.app-header strong { font-size: 16px; }
.app-avatar { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: var(--midnight); color: var(--blue); font-size: 10px; font-weight: 950; }
.app-tabs { --segments: 3; display: grid; grid-template-columns: repeat(var(--segments),1fr); padding: 0 14px; border-block: 1px solid rgba(11,16,24,.12); }
.app-tabs button { border: 0; border-bottom: 2px solid transparent; background: transparent; padding: 13px 0 11px; color: #818a95; cursor: pointer; font-size: 9px; font-weight: 900; }
.app-tabs button.active { border-bottom-color: var(--blue); color: var(--ink); }
.app-panel { display: none; min-height: 548px; padding: 20px 20px 76px; }
.app-panel.active { display: block; animation: panelIn .28s ease both; }
.app-date { color: #7b8591; font-size: 8px; font-weight: 900; letter-spacing: .14em; }
.session-title { margin: 20px 0; }
.session-title small, .session-title strong { display: block; }
.session-title small { color: #1688df; font-size: 8px; font-weight: 950; letter-spacing: .12em; }
.session-title strong { margin-top: 6px; font-size: 25px; line-height: 1; }
.workout-list { margin: 0; padding: 0; list-style: none; }
.workout-list li { display: grid; grid-template-columns: 24px 1fr auto; gap: 10px; align-items: center; padding: 15px 0; border-top: 1px solid rgba(11,16,24,.12); }
.workout-list b { color: #188ce1; font-size: 8px; }
.workout-list span { font-size: 11px; font-weight: 900; }
.workout-list small { display: block; margin-top: 5px; color: #828b95; font-size: 8px; font-weight: 500; }
.workout-list em { color: #1688df; font-size: 7px; font-style: normal; font-weight: 950; }
.app-primary { width: 100%; margin-top: 18px; display: flex; justify-content: space-between; border: 0; background: var(--midnight); color: white; padding: 15px 16px; cursor: pointer; font-size: 9px; font-weight: 950; text-transform: uppercase; }
.app-primary span { color: var(--blue); }
.habit { margin-top: 18px; padding: 14px 0; display: grid; grid-template-columns: 1fr auto auto; gap: 10px; align-items: center; border-top: 1px solid rgba(11,16,24,.12); font-size: 9px; }
.habit span { color: #818a94; }
.habit i { color: #1688df; font-size: 17px; }
.checkin-card { margin-top: 34px; }
.checkin-card > small { color: #1688df; font-size: 8px; font-weight: 950; }
.checkin-card > strong { display: block; margin-top: 14px; font-size: 26px; line-height: 1.08; }
.scale { margin-top: 32px; display: grid; grid-template-columns: repeat(5,1fr); gap: 7px; }
.scale button { aspect-ratio: 1; border: 1px solid rgba(11,16,24,.18); border-radius: 50%; background: transparent; font-size: 10px; }
.scale button.selected { border-color: var(--blue); background: var(--blue); }
.scale-label { margin-top: 8px; display: flex; justify-content: space-between; color: #818a94; font-size: 8px; }
.coach-note { margin-top: 43px; padding: 17px; background: #e8edf2; }
.coach-note small { color: #1688df; font-size: 7px; font-weight: 950; letter-spacing: .08em; }
.coach-note p { margin: 8px 0 0; font-size: 10px; line-height: 1.45; }
.progress-total { margin: 27px 0 20px; display: flex; gap: 10px; align-items: baseline; }
.progress-total strong { font-size: 52px; letter-spacing: -.06em; }
.progress-total span { color: #7c8691; font-size: 9px; }
.chart { height: 160px; padding: 0 8px; display: flex; align-items: flex-end; gap: 9px; border-bottom: 1px solid rgba(11,16,24,.16); }
.chart i { flex: 1; border-radius: 4px 4px 0 0; background: linear-gradient(var(--blue-bright), #1688df); transform-origin: bottom; animation: chartGrow .6s ease both; }
.progress-list { margin-top: 17px; }
.progress-list div { display: flex; justify-content: space-between; padding: 13px 0; border-bottom: 1px solid rgba(11,16,24,.12); font-size: 10px; }
.progress-list span { color: #7d8792; }
.app-nav { position: relative; height: 62px; margin-top: -62px; padding: 10px 18px 8px; display: grid; grid-template-columns: repeat(4,1fr); background: #f7f9fb; border-top: 1px solid rgba(11,16,24,.12); }
.app-nav span { color: #838c96; text-align: center; font-size: 13px; }
.app-nav span.active { color: #1688df; }
.app-nav small { display: block; margin-top: 3px; font-size: 6px; }
.prototype-note { margin-top: 25px; display: flex; flex-direction: column; align-items: center; gap: 6px; color: rgba(255,255,255,.5); font-size: 9px; text-align: center; }
.prototype-note strong { color: var(--blue); font-size: 8px; letter-spacing: .16em; }

.included { padding: 112px 0 145px; overflow: hidden; background: #ffffff; color: var(--ink); }
.included-heading { display: grid; grid-template-columns: minmax(170px,.38fr) minmax(0,1.62fr); gap: 54px; }
.included h2 { margin-top: 0; }
.included h2 span, .process h2 span { color: var(--blue); }
.section-index { margin: 54px 0 0; color: rgba(11,16,24,.38); font-size: 13px; font-weight: 800; letter-spacing: .14em; }
.section-intro { max-width: 570px; margin: 30px 0 0; color: var(--muted); font-size: 18px; line-height: 1.6; }
.included-rows { margin-top: 92px; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border-top: 1px solid var(--line-light); }
.included-rows article { min-height: 260px; display: grid; grid-template-columns: 60px 1fr; grid-template-rows: auto 1fr; gap: 30px 18px; padding: 34px 42px 38px 0; border-bottom: 1px solid var(--line-light); }
.included-rows article:nth-child(even) { padding-left: 42px; border-left: 1px solid var(--line-light); }
.included-rows span { color: var(--blue); font-size: 12px; font-weight: 950; letter-spacing: .12em; }
.included-rows h3 { margin: 0; font-size: clamp(23px,2.1vw,31px); line-height: 1.05; letter-spacing: -.035em; }
.included-rows p { grid-column: 2; align-self: end; margin: 0; max-width: 470px; color: var(--muted); font-size: 17px; line-height: 1.58; }

.process { padding: 112px 0 150px; display: grid; grid-template-columns: minmax(300px,.72fr) minmax(0,1.28fr); gap: clamp(70px,10vw,150px); align-items: start; background: var(--navy-section); color: white; box-shadow: 0 0 0 100vmax var(--navy-section); clip-path: inset(0 -100vmax); }
.process-heading { position: sticky; top: 125px; }
.process h2 { margin-top: 22px; }
.process-heading > p:last-child { max-width: 420px; margin: 30px 0 0; color: rgba(255,255,255,.66); font-size: 18px; line-height: 1.6; }
.process-track { position: relative; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line-dark); }
.process-track::before { content: ''; position: absolute; left: 29px; top: 54px; bottom: 54px; width: 1px; background: linear-gradient(var(--blue), rgba(59,167,255,.12)); }
.process-track li { position: relative; min-height: 190px; display: grid; grid-template-columns: 60px 1fr; gap: 30px; align-items: start; padding: 34px 0; border-bottom: 1px solid var(--line-dark); }
.process-track > li > span { position: relative; z-index: 1; width: 60px; height: 60px; display: grid; place-items: center; border: 1px solid rgba(59,167,255,.5); border-radius: 50%; background: var(--navy-section); color: var(--blue); font-size: 12px; font-weight: 950; }
.process-track li:last-child > span { background: var(--blue); color: #05111d; }
.process-track strong { display: block; padding-top: 4px; font-size: clamp(23px,2.2vw,31px); line-height: 1.05; letter-spacing: -.035em; }
.process-track p { margin: 16px 0 0; max-width: 560px; color: rgba(255,255,255,.62); font-size: 16px; line-height: 1.65; }

.about { padding: 0; overflow: hidden; background: #ffffff; }
.about-grid { width: 100%; max-width: none; display: grid; grid-template-columns: minmax(0,1.02fr) minmax(0,.98fr); gap: 0; align-items: stretch; }
.about-photo { position: relative; min-height: 820px; margin: 0; overflow: hidden; background: #0b0f15; }
.about-photo::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg,rgba(4,7,12,.56),transparent 45%); pointer-events: none; }
.about-photo img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: center 58%; filter: saturate(.84) contrast(1.05); transform: scale(1.18); transition: transform .8s cubic-bezier(.2,.8,.2,1), filter .8s ease; }
.about-photo:hover img { transform: scale(1.205); filter: saturate(1) contrast(1.03); }
.about-photo figcaption { position: absolute; z-index: 1; inset: auto 38px 32px; display: flex; justify-content: space-between; color: white; font-size: 10px; font-weight: 900; letter-spacing: .18em; }
.about-photo figcaption span:last-child { color: var(--blue); }
.about-copy { display: flex; flex-direction: column; justify-content: center; padding: 70px clamp(38px,7vw,110px) 130px; }
.about-copy > p:not(.kicker) { max-width: 640px; color: #4e5966; font-size: 17px; line-height: 1.75; }
.about blockquote { margin: 46px 0 0; padding: 29px 0 0; border-top: 1px solid rgba(11,16,24,.2); font-size: clamp(28px,3vw,43px); font-weight: 900; line-height: 1.05; letter-spacing: -.035em; }
.about blockquote span { color: #147fcf; }
.about cite { display: block; margin-top: 18px; color: #5e6975; font-size: 10px; font-style: normal; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }

.offer { padding: 104px 0 135px; background: var(--navy-section); color: white; box-shadow: 0 0 0 100vmax var(--navy-section); clip-path: inset(0 -100vmax); }
.offer-top { display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: end; }
.offer-heading { position: relative; }
.offer h2 em { color: var(--blue); font-style: normal; }
.founding-edition { width: 190px; margin: 24px 0 22px; display: flex; align-items: center; gap: 14px; color: rgba(255,255,255,.46); font-size: 9px; font-weight: 900; letter-spacing: .18em; }
.founding-edition i { flex: 1; height: 1px; background: linear-gradient(90deg,var(--blue),rgba(59,167,255,.12)); }
.offer-intro { max-width: 520px; margin: 24px 0 0; color: rgba(255,255,255,.62); font-size: 16px; line-height: 1.55; }
.price { display: flex; flex-direction: column; align-items: flex-end; }
.price strong { font-size: clamp(76px, 10vw, 144px); line-height: .76; letter-spacing: -.08em; }
.price span { margin-top: 15px; color: rgba(255,255,255,.5); font-size: 9px; font-weight: 900; letter-spacing: .18em; }
.offer-bottom { margin-top: 72px; padding: 34px 0; display: grid; grid-template-columns: .9fr 1.35fr auto; gap: clamp(34px,5vw,76px); align-items: start; border-block: 1px solid var(--line-dark); }
.offer-promise > span, .offer-action > span { display: block; margin-bottom: 14px; color: var(--blue); font-size: 8px; font-weight: 950; letter-spacing: .17em; }
.offer-promise p { margin: 0; max-width: 390px; color: rgba(255,255,255,.66); font-size: 12px; line-height: 1.7; }
.offer-terms { margin: 0; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); }
.offer-terms div { min-height: 82px; padding: 3px 24px 20px 0; border-bottom: 1px solid var(--line-dark); }
.offer-terms div:nth-child(even) { padding-left: 24px; border-left: 1px solid var(--line-dark); }
.offer-terms div:nth-last-child(-n+2) { padding-top: 20px; padding-bottom: 0; border-bottom: 0; }
.offer-terms dt { color: white; font-size: 10px; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.offer-terms dd { margin: 8px 0 0; color: rgba(255,255,255,.5); font-size: 10px; line-height: 1.55; }
.offer-action { min-width: 214px; }
.offer-action .button { width: 100%; }
.offer-action small { display: block; margin-top: 12px; color: rgba(255,255,255,.38); font-size: 8px; line-height: 1.45; text-align: center; }
.offer-fineprint { grid-column: 1 / -1; margin: -5px 0 0; padding-top: 20px; border-top: 1px solid var(--line-dark); color: rgba(255,255,255,.34); font-size: 8px; line-height: 1.55; letter-spacing: .02em; }

.faq { padding: 20px 0 135px; background: #ffffff; }
.faq-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 100px; }
.faq h2 { margin-top: 18px; }
.faq details { border-top: 1px solid var(--line-light); }
.faq details:last-child { border-bottom: 1px solid var(--line-light); }
.faq summary { padding: 22px 0; cursor: pointer; font-size: 14px; font-weight: 900; list-style: none; }
.faq summary::after { content: '+'; float: right; color: #1688df; font-size: 18px; font-weight: 500; }
.faq details[open] summary::after { content: '−'; }
.faq details p { margin: -5px 0 24px; max-width: 650px; color: var(--muted); font-size: 12px; line-height: 1.65; }

.final-cta { min-height: 690px; position: relative; display: grid; place-items: center; overflow: hidden; background: url('assets/jake-garza-final-cta.jpg') center 30% / cover; color: white; text-align: center; }
.final-overlay { position: absolute; inset: 0; background: linear-gradient(180deg,rgba(4,7,12,.68),rgba(4,7,12,.82)); }
.final-content { position: relative; z-index: 1; width: min(880px, calc(100vw - 40px)); }
.final-cta h2 { font-size: clamp(58px, 7.8vw, 112px); }
.final-cta p:not(.hero-brand) { color: rgba(255,255,255,.6); }
.final-cta .button { margin-top: 18px; }

body > footer { min-height: 135px; padding: 36px 32px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; background: var(--midnight); color: white; border-top: 1px solid var(--line-dark); }
body > footer p { margin: 0; color: rgba(255,255,255,.35); font-size: 8px; letter-spacing: .11em; text-transform: uppercase; }
body > footer p:last-child { justify-self: end; }

.application { width: min(740px, calc(100vw - 28px)); max-height: min(880px, calc(100svh - 24px)); padding: 0; border: 0; background: #ffffff; color: var(--ink); box-shadow: 0 50px 150px rgba(0,0,0,.5); }
.application::backdrop { background: rgba(3,6,10,.78); backdrop-filter: blur(8px); }
.application form { min-height: 700px; position: relative; padding: 27px 48px 42px; }
.application-top { display: flex; justify-content: space-between; align-items: flex-start; }
.brand-lockup.dark .brand-name small { color: #77808c; }
.dialog-close { border: 0; background: transparent; color: #6d7681; cursor: pointer; font-size: 28px; line-height: 1; }
.application-progress { height: 2px; margin: 25px 0 45px; background: #d9dee4; }
.application-progress i { display: block; width: 16.6667%; height: 100%; background: #1688df; transition: width .35s ease; }
.form-step { display: none; }
.form-step.active { display: block; animation: formIn .32s ease both; }
.form-step h2 { margin: 14px 0 28px; max-width: 610px; font-size: clamp(36px, 5vw, 55px); font-weight: 900; line-height: .95; letter-spacing: -.055em; text-transform: uppercase; }
.form-intro { max-width: 540px; margin: -14px 0 22px; color: #66717d; font-size: 12px; line-height: 1.5; }
.choice { display: flex; gap: 13px; padding: 15px 0; border-top: 1px solid var(--line-light); cursor: pointer; }
.form-step[data-step="1"] .choice { padding-block: 12px; }
.choice:last-of-type { margin-bottom: 24px; border-bottom: 1px solid var(--line-light); }
.choice input { margin-top: 3px; accent-color: #1688df; }
.choice strong, .choice small { display: block; }
.choice strong { font-size: 13px; }
.choice small { margin-top: 5px; color: #737d88; font-size: 10px; line-height: 1.4; }
.form-step label:not(.choice):not(.consent) { display: block; margin-bottom: 16px; color: #66717d; font-size: 9px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.form-step select, .form-step input:not([type='radio']):not([type='checkbox']), .form-step textarea { width: 100%; margin-top: 8px; padding: 14px 12px; border: 1px solid #c9d0d7; border-radius: 0; outline: none; background: white; color: var(--ink); font-size: 14px; font-weight: 500; letter-spacing: 0; text-transform: none; }
.form-step select:focus, .form-step input:focus, .form-step textarea:focus { border-color: #1688df; }
.step-actions { margin-top: 25px; display: flex; justify-content: space-between; align-items: center; }
.text-button { border: 0; background: transparent; color: #69737e; cursor: pointer; }
.consent { display: flex; gap: 10px; align-items: flex-start; margin: 14px 0; color: #626d79; font-size: 10px; line-height: 1.5; }
.consent input { accent-color: #1688df; }
.consent strong { display: block; margin-bottom: 2px; color: var(--ink); font-size: 11px; }
.form-assurance { margin: -3px 0 0; color: #7a8490; font-size: 10px; line-height: 1.5; }
.submission-notice { margin: 18px 0 0; padding-top: 15px; border-top: 1px solid var(--line-light); color: #7a8490; font-size: 9px; line-height: 1.55; }
.submission-notice a { color: #1688df; font-weight: 800; }
.form-submit-status { margin: 16px 0 0; padding: 12px 14px; border-left: 2px solid #c64444; background: rgba(198,68,68,.06); color: #8f2f2f; font-size: 10px; font-weight: 700; line-height: 1.5; }
.form-submit-status[hidden] { display: none; }
.application-submit:disabled, #application-submit:disabled { cursor: wait; opacity: .62; }
.conditional-field:not([hidden]) { display: block; animation: conditionalReveal .24s ease both; }
.field-limit { display: block; margin-top: 5px; color: #8a949f; font-size: 8px; font-weight: 800; letter-spacing: .08em; text-align: right; }
.success > p:not(.form-kicker) { max-width: 580px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.success-path { padding: 20px 0 35px; display: flex; flex-wrap: wrap; gap: 12px; align-items: center; font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.success-path i { color: #1688df; }
.demo-note { position: absolute; left: 48px; bottom: 17px; margin: 0; color: #929ba5; font-size: 8px; }

.reveal-on-scroll { opacity: 1; transform: none; }
.reveal-on-scroll.is-visible { animation: sectionReveal .7s cubic-bezier(.2,.8,.2,1) both; }

@keyframes transformationReveal { from { opacity: 0; transform: translateY(calc(-45% + 28px)) scale(1.012); } to { opacity: 1; transform: translateY(-45%) scale(1); } }
@keyframes heroReveal { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
@keyframes panelIn { from { opacity: 0; transform: translateX(10px); } to { opacity: 1; transform: translateX(0); } }
@keyframes reviewIn { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
@keyframes chartGrow { from { transform: scaleY(0); } to { transform: scaleY(1); } }
@keyframes formIn { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
@keyframes conditionalReveal { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: translateY(0); } }
@keyframes sectionReveal { from { opacity: .01; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 960px) {
  :root { --shell: min(100% - 38px, 760px); --header-height: 70px; }
  .site-header { grid-template-columns: 1fr auto; padding-inline: 19px; }
  .site-header nav { display: none; }
  .hero-content { width: min(45vw, 470px); margin-left: 21px; }
  .hero-transformation { right: 20px; width: min(47vw,510px); }
  .hero-overlay { background: rgba(0,2,6,.08); }
  .hero h1 { font-size: clamp(50px,5.75vw,58px); }
  .results-heading, .experience, .faq-grid { grid-template-columns: 1fr; gap: 58px; }
  .review-slide { grid-template-columns: 110px minmax(0,1fr); }
  .included-heading { grid-template-columns: 1fr; }
  .section-index { display: none; }
  .process { grid-template-columns: 1fr; gap: 70px; }
  .process-heading { position: static; }
  .about-grid { grid-template-columns: 1fr; }
  .about-photo { min-height: min(105vw,760px); }
  .about-copy { padding: 64px max(19px,calc((100vw - 760px) / 2)) 116px; }
  .offer-bottom { grid-template-columns: .8fr 1.2fr; }
  .offer-action { grid-column: 1 / -1; width: max-content; }
  body > footer { grid-template-columns: 1fr; }
  body > footer p:last-child { justify-self: start; }
}

@media (max-width: 620px) {
  .brand-name { font-size: 10px; }
  .header-action { padding-inline: 12px; }
  .hero { min-height: 960px; align-items: flex-end; padding-bottom: 68px; }
  .hero-content { width: calc(100vw - 42px); padding-top: var(--header-height); }
  .hero-transformation { top: 72px; right: -8%; width: 108%; opacity: .82; transform: none; animation: none; }
  .transformation-label { left: 12px; padding: 6px 8px; font-size: 7px; }
  .transformation-after { left: calc(50% + 12px); }
  .hero-scene { background-position: 68% center; }
  .hero-overlay { background: linear-gradient(0deg,rgba(1,3,7,.98) 0%,rgba(1,3,7,.86) 42%,rgba(1,3,7,.08) 76%); }
  .hero h1 { max-width: 305px; font-size: 45px; line-height: .9; letter-spacing: -.065em; }
  .hero-copy { max-width: 350px; font-size: 14px; }
  .hero-actions { max-width: 330px; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-principle { display: none; }
  .results, .experience, .process, .offer { padding: 72px 0 90px; }
  .included { padding: 72px 0 90px; }
  .about { padding-block: 90px; }
  .results h2, .experience h2, .included h2, .process h2, .about h2, .offer h2, .faq h2 { font-size: 43px; }
  .results-heading { gap: 34px; }
  .results-summary p { font-size: 15px; }
  .review-stage { margin-top: 58px; }
  .review-slide { min-height: 390px; display: flex; flex-direction: column; padding: 34px 0 28px; }
  .review-mark { height: 60px; font-size: 118px; line-height: .75; }
  .review-slide blockquote { margin-top: 18px; font-size: 29px; line-height: 1.16; }
  .review-slide footer { margin-top: auto; padding-top: 34px; align-items: flex-start; flex-direction: column; gap: 8px; }
  .review-slide footer span { padding-left: 0; border-left: 0; }
  .review-controls { grid-template-columns: 64px 1fr auto; gap: 12px; }
  .review-buttons button { width: 46px; height: 46px; }
  .experience-list > div { grid-template-columns: 32px 1fr; }
  .experience-list small { grid-column: 2; }
  .platform-signature { grid-template-columns: auto 1fr; }
  .platform-signature > small { grid-column: 1 / -1; }
  .phone-stage .platform-signature { width: min(355px, calc(100vw - 26px)); }
  .phone { width: min(355px, calc(100vw - 26px)); transform: none; }
  .included-rows { margin-top: 55px; grid-template-columns: 1fr; }
  .included-rows article { min-height: 0; grid-template-columns: 42px 1fr; gap: 24px 10px; padding: 28px 0 32px; }
  .included-rows article:nth-child(even) { padding-left: 0; border-left: 0; }
  .included-rows h3 { font-size: 24px; }
  .included-rows p { grid-column: 2; font-size: 16px; }
  .section-intro { font-size: 17px; }
  .process { gap: 55px; }
  .process-track li { min-height: 0; grid-template-columns: 52px 1fr; gap: 20px; padding: 28px 0; }
  .process-track::before { left: 25px; }
  .process-track > li > span { width: 52px; height: 52px; }
  .process-track strong { font-size: 23px; }
  .process-track p { font-size: 16px; }
  .about-photo { min-height: 590px; }
  .about-photo figcaption { inset: auto 20px 22px; }
  .about-copy { padding-top: 58px; padding-bottom: 106px; }
  .about-copy > p:not(.kicker) { font-size: 16px; }
  .offer-top { grid-template-columns: 1fr; }
  .price { align-items: flex-start; }
  .offer-bottom { grid-template-columns: 1fr; gap: 25px; }
  .offer-terms { grid-template-columns: 1fr; }
  .offer-terms div, .offer-terms div:nth-child(even), .offer-terms div:nth-last-child(-n+2) { min-height: 0; padding: 16px 0; border-left: 0; border-bottom: 1px solid var(--line-dark); }
  .offer-terms div:last-child { border-bottom: 0; }
  .offer-action { grid-column: auto; width: 100%; padding-top: 8px; }
  .offer-action .button { width: 100%; }
  .faq { padding-bottom: 90px; }
  .final-cta { min-height: 610px; background-position: center 28%; }
  .final-cta h2 { font-size: 49px; }
  .application form { min-height: 700px; padding: 22px 21px 44px; }
  .application-progress { margin-bottom: 34px; }
  .form-step h2 { font-size: 38px; }
  .form-grid { grid-template-columns: 1fr; gap: 0; }
  .form-step select, .form-step input:not([type='radio']):not([type='checkbox']), .form-step textarea { font-size: 16px; }
  .demo-note { left: 21px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
