:root {
  --night: #030817;
  --navy: #071127;
  --panel: rgba(8, 20, 44, 0.78);
  --panel-solid: #09162f;
  --ink: #f2f7ff;
  --muted: #a9b9d0;
  --faint: #71819d;
  --cyan: #4ee9ff;
  --cyan-soft: #9bf4ff;
  --violet: #9a6cff;
  --magenta: #ef68ff;
  --amber: #ffc66c;
  --line: rgba(116, 207, 255, 0.16);
  --line-bright: rgba(78, 233, 255, 0.36);
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.42);
  --container: 1200px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--night);
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 82% 18%, rgba(102, 65, 220, 0.1), transparent 32rem),
    radial-gradient(circle at 14% 48%, rgba(17, 170, 214, 0.08), transparent 34rem),
    var(--night);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

body::before {
  position: fixed;
  z-index: -1;
  inset: 0;
  background-image:
    linear-gradient(rgba(84, 164, 226, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(84, 164, 226, 0.025) 1px, transparent 1px);
  background-size: 72px 72px;
  content: "";
  mask-image: linear-gradient(to bottom, black, transparent 88%);
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
}

h1,
h2,
h3,
p,
blockquote,
figure {
  margin-top: 0;
}

h1,
h2,
h3,
.brand,
.button,
.header-play {
  letter-spacing: -0.025em;
}

.container {
  width: min(var(--container), calc(100% - 48px));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  border-radius: 8px;
  color: #02101b;
  background: var(--cyan);
  font-weight: 800;
  transform: translateY(-160%);
  transition: transform 0.2s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  right: 0;
  left: 0;
  border-bottom: 1px solid rgba(144, 219, 255, 0.13);
  background: linear-gradient(to bottom, rgba(2, 7, 20, 0.84), rgba(2, 7, 20, 0.28));
  backdrop-filter: blur(16px);
}

.header-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 34px;
  align-items: center;
  width: min(1320px, calc(100% - 48px));
  min-height: 82px;
  margin-inline: auto;
}

.brand {
  display: inline-flex;
  gap: 11px;
  align-items: center;
  min-width: 0;
}

.brand img {
  flex: 0 0 auto;
  border-radius: 50%;
  filter: drop-shadow(0 0 16px rgba(78, 233, 255, 0.28));
}

.brand span {
  display: grid;
  min-width: 0;
}

.brand b {
  font-size: 1rem;
  letter-spacing: 0.22em;
  line-height: 1.15;
}

.brand small {
  color: var(--faint);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.site-header nav {
  display: flex;
  gap: clamp(18px, 2.4vw, 38px);
  justify-content: flex-end;
}

.site-header nav a,
footer nav a {
  color: #c7d4e6;
  font-size: 0.82rem;
  font-weight: 750;
  letter-spacing: 0.04em;
  transition: color 0.2s ease;
}

.site-header nav a:hover,
.site-header nav a:focus-visible,
footer nav a:hover,
footer nav a:focus-visible {
  color: var(--cyan);
}

.header-play {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  border: 1px solid rgba(78, 233, 255, 0.5);
  border-radius: 7px;
  color: #03101b;
  background: linear-gradient(135deg, var(--cyan), #79f0cf);
  box-shadow: 0 12px 36px rgba(23, 205, 238, 0.16);
  font-size: 0.82rem;
  font-weight: 850;
}

.header-play span,
.button span,
.text-link span {
  font-size: 1.25em;
  line-height: 1;
  transition: transform 0.2s ease;
}

.header-play:hover span,
.button:hover span,
.text-link:hover span {
  transform: translateX(3px);
}

.hero {
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: 920px;
  overflow: hidden;
  background: #030817;
}

.hero-image,
.hero-shade,
.hero-grid {
  position: absolute;
  z-index: -3;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
  object-position: center;
}

.hero-shade {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(2, 7, 20, 0.99) 0%, rgba(2, 7, 20, 0.9) 34%, rgba(2, 7, 20, 0.24) 67%, rgba(2, 7, 20, 0.16) 100%),
    linear-gradient(180deg, rgba(2, 7, 20, 0.22) 50%, #030817 100%);
}

.hero-grid {
  z-index: -1;
  opacity: 0.28;
  background-image:
    linear-gradient(rgba(87, 209, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(87, 209, 255, 0.08) 1px, transparent 1px);
  background-size: 86px 86px;
  mask-image: linear-gradient(90deg, black, transparent 72%);
}

.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.52fr);
  gap: 58px;
  align-items: end;
  min-height: 800px;
  padding-top: 150px;
  padding-bottom: 126px;
}

.hero-copy {
  max-width: 760px;
}

.eyebrow {
  display: flex;
  gap: 13px;
  align-items: center;
  margin-bottom: 22px;
  color: var(--cyan-soft);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.19em;
  line-height: 1.4;
  text-transform: uppercase;
}

.eyebrow > span {
  display: block;
  width: 30px;
  height: 1px;
  background: linear-gradient(90deg, var(--cyan), var(--violet));
  box-shadow: 0 0 12px rgba(78, 233, 255, 0.7);
}

.hero h1 {
  max-width: 800px;
  margin-bottom: 26px;
  font-size: clamp(3.6rem, 6.2vw, 6.4rem);
  font-weight: 760;
  letter-spacing: -0.062em;
  line-height: 0.93;
}

.hero h1 em {
  color: transparent;
  background: linear-gradient(95deg, #83efff 0%, #af8aff 52%, #ffa3ed 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-style: normal;
  text-shadow: 0 0 44px rgba(98, 125, 255, 0.1);
}

.hero-lead {
  max-width: 690px;
  margin-bottom: 32px;
  color: #c1cde0;
  font-size: clamp(1.04rem, 1.55vw, 1.25rem);
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 7px;
  font-size: 0.9rem;
  font-weight: 850;
}

.button-primary {
  color: #03101b;
  background: linear-gradient(125deg, var(--cyan) 0%, #76f0d1 46%, #b291ff 100%);
  box-shadow: 0 14px 40px rgba(48, 210, 235, 0.2);
}

.button-primary:hover,
.button-primary:focus-visible {
  box-shadow: 0 18px 55px rgba(78, 233, 255, 0.31);
  transform: translateY(-1px);
}

.button-secondary {
  border: 1px solid rgba(180, 215, 255, 0.22);
  color: #dce7f6;
  background: rgba(8, 17, 36, 0.68);
  backdrop-filter: blur(12px);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  border-color: var(--line-bright);
  background: rgba(12, 31, 61, 0.82);
}

.trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.trust-list li {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: #91a6c2;
  font-size: 0.72rem;
  font-weight: 780;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.trust-list li span {
  display: grid;
  width: 19px;
  height: 19px;
  place-items: center;
  border: 1px solid rgba(78, 233, 255, 0.5);
  border-radius: 50%;
  color: var(--cyan);
  font-size: 0.65rem;
}

.coach-glance {
  align-self: end;
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 17px;
  width: min(100%, 390px);
  margin-bottom: 4px;
  padding: 15px;
  border: 1px solid rgba(113, 221, 255, 0.24);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(7, 21, 47, 0.9), rgba(17, 14, 50, 0.82));
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.coach-glance > img {
  width: 76px;
  height: 76px;
  aspect-ratio: 1;
  border: 1px solid rgba(84, 228, 255, 0.44);
  border-radius: 11px;
  object-fit: cover;
}

.coach-glance p {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 6px;
  color: var(--cyan);
  font-size: 0.62rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.live-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #78ffd4;
  box-shadow: 0 0 12px #78ffd4;
  animation: pulse 2.1s ease-in-out infinite;
}

.coach-glance blockquote {
  margin-bottom: 7px;
  color: #e5edfa;
  font-size: 0.86rem;
  line-height: 1.45;
}

.coach-glance small {
  color: #7f91ad;
  font-size: 0.66rem;
  font-weight: 700;
}

.proof-rail {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid rgba(91, 197, 239, 0.16);
  border-bottom: 0;
  border-radius: 14px 14px 0 0;
  background: rgba(3, 11, 27, 0.88);
  box-shadow: 0 -20px 60px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
}

.proof-rail div {
  display: grid;
  gap: 2px;
  min-width: 0;
  padding: 19px 28px;
  border-right: 1px solid rgba(96, 184, 223, 0.14);
}

.proof-rail div:last-child {
  border-right: 0;
}

.proof-rail strong {
  color: #dffbff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
  font-weight: 500;
  line-height: 1;
}

.proof-rail span {
  color: #7f93af;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section {
  position: relative;
  padding: 120px 0;
}

.opening {
  padding-top: 145px;
}

.section-heading h2,
.story-copy h2,
.coach-copy h2,
.faq-intro h2,
.final-content h2 {
  margin-bottom: 24px;
  font-size: clamp(2.5rem, 4.8vw, 4.8rem);
  font-weight: 720;
  letter-spacing: -0.055em;
  line-height: 1.02;
}

.split-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.7fr);
  gap: 80px;
  align-items: end;
}

.split-heading h2 {
  max-width: 760px;
  margin-bottom: 0;
}

.split-heading > p {
  margin-bottom: 7px;
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.75;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 68px 0 0;
  padding: 0;
  list-style: none;
}

.process-grid li {
  position: relative;
  min-width: 0;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background:
    linear-gradient(145deg, rgba(11, 28, 58, 0.78), rgba(5, 13, 30, 0.56));
}

.process-grid li::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  border-radius: 0 0 13px 13px;
  background: linear-gradient(90deg, transparent, var(--cyan), var(--violet), transparent);
  content: "";
  opacity: 0.45;
}

.process-grid li > span {
  display: inline-block;
  margin-bottom: 34px;
  color: var(--cyan);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.12rem;
}

.process-grid h3 {
  margin-bottom: 12px;
  font-size: 1.4rem;
}

.process-grid p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.visual-story {
  background: linear-gradient(180deg, rgba(8, 20, 44, 0), rgba(8, 20, 44, 0.72), rgba(8, 20, 44, 0));
}

.story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.72fr);
  gap: clamp(48px, 7vw, 96px);
  align-items: center;
}

.story-grid-reverse {
  grid-template-columns: minmax(340px, 0.72fr) minmax(0, 1.08fr);
}

.story-image {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(104, 211, 255, 0.24);
  border-radius: 18px;
  background: #061128;
  box-shadow: var(--shadow);
}

.story-image::after {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 70px rgba(3, 9, 24, 0.42);
  content: "";
  pointer-events: none;
}

.story-image img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.story-image:hover img {
  transform: scale(1.018);
}

.story-image figcaption {
  position: absolute;
  z-index: 2;
  right: 15px;
  bottom: 15px;
  left: 15px;
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 13px 15px;
  border: 1px solid rgba(123, 211, 255, 0.22);
  border-radius: 9px;
  color: #bac9dc;
  background: rgba(3, 11, 28, 0.82);
  backdrop-filter: blur(14px);
  font-size: 0.72rem;
}

.story-image figcaption span {
  color: var(--cyan);
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.story-copy {
  min-width: 0;
}

.story-copy > p:not(.eyebrow) {
  margin-bottom: 30px;
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.78;
}

.feature-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.feature-list li {
  display: grid;
  gap: 5px;
  padding: 17px 0;
  border-top: 1px solid var(--line);
}

.feature-list b {
  color: #e6f6ff;
  font-size: 0.92rem;
}

.feature-list span {
  color: #8598b3;
  font-size: 0.82rem;
  line-height: 1.6;
}

.evolution-section {
  padding-top: 140px;
  padding-bottom: 150px;
}

.gene-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 28px;
}

.gene-tags span {
  padding: 7px 11px;
  border: 1px solid rgba(78, 233, 255, 0.18);
  border-radius: 100px;
  color: #a9c9dc;
  background: rgba(10, 29, 57, 0.66);
  font-size: 0.7rem;
  font-weight: 750;
}

.text-link {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  color: var(--cyan);
  font-size: 0.83rem;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.coach-section {
  padding-top: 40px;
}

.coach-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, 0.48fr) minmax(0, 1fr);
  gap: clamp(45px, 7vw, 100px);
  align-items: center;
  padding: clamp(38px, 6vw, 78px);
  overflow: hidden;
  border: 1px solid rgba(126, 113, 255, 0.26);
  border-radius: 24px;
  background:
    radial-gradient(circle at 18% 50%, rgba(64, 217, 255, 0.19), transparent 31%),
    radial-gradient(circle at 82% 8%, rgba(143, 83, 255, 0.17), transparent 31%),
    linear-gradient(145deg, rgba(8, 25, 54, 0.96), rgba(13, 8, 38, 0.95));
  box-shadow: var(--shadow);
}

.coach-panel::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(123, 206, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(123, 206, 255, 0.04) 1px, transparent 1px);
  background-size: 46px 46px;
  content: "";
  pointer-events: none;
}

.coach-portrait {
  position: relative;
  isolation: isolate;
  justify-self: center;
  width: min(100%, 350px);
}

.coach-portrait img {
  position: relative;
  z-index: 2;
  width: 100%;
  aspect-ratio: 1;
  border: 1px solid rgba(107, 225, 255, 0.4);
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 80px rgba(80, 191, 255, 0.2);
}

.portrait-orbit {
  position: absolute;
  z-index: 1;
  inset: -22px;
  border: 1px solid rgba(84, 226, 255, 0.24);
  border-radius: 50%;
  box-shadow: inset 0 0 40px rgba(120, 84, 255, 0.14);
}

.portrait-orbit::before,
.portrait-orbit::after {
  position: absolute;
  border: 1px dashed rgba(164, 104, 255, 0.24);
  border-radius: 50%;
  content: "";
}

.portrait-orbit::before {
  inset: 10px -12px;
  transform: rotate(18deg);
}

.portrait-orbit::after {
  inset: -8px 15px;
  transform: rotate(-23deg);
}

.coach-portrait > span {
  position: absolute;
  z-index: 3;
  right: 8%;
  bottom: 3%;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid rgba(99, 241, 202, 0.34);
  border-radius: 100px;
  color: #b9ffe8;
  background: rgba(4, 19, 35, 0.88);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.coach-portrait > span i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #72ffd0;
  box-shadow: 0 0 10px #72ffd0;
}

.coach-copy {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.coach-copy > p:not(.eyebrow) {
  max-width: 720px;
  color: #b2c1d7;
  font-size: 1.04rem;
}

.coach-copy blockquote {
  max-width: 720px;
  margin: 30px 0;
  padding: 18px 22px;
  border-left: 2px solid var(--violet);
  color: #e6eaff;
  background: rgba(4, 11, 30, 0.48);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.08rem, 1.7vw, 1.36rem);
  font-style: italic;
  line-height: 1.55;
}

.coach-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.coach-points div {
  display: grid;
  gap: 6px;
  min-width: 0;
  padding-top: 15px;
  border-top: 1px solid rgba(104, 207, 255, 0.18);
}

.coach-points b {
  color: #dcefff;
  font-size: 0.8rem;
}

.coach-points span {
  color: #7f91ad;
  font-size: 0.72rem;
  line-height: 1.5;
}

.depth-section {
  padding-top: 155px;
}

.centered-heading {
  max-width: 820px;
  margin: 0 auto 64px;
  text-align: center;
}

.centered-heading .eyebrow {
  justify-content: center;
}

.centered-heading > p:not(.eyebrow) {
  max-width: 670px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 1.02rem;
}

.depth-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 11px;
}

.depth-grid article {
  min-width: 0;
  padding: 27px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: linear-gradient(145deg, rgba(10, 27, 55, 0.72), rgba(5, 13, 29, 0.6));
}

.depth-icon {
  display: grid;
  width: 44px;
  height: 44px;
  margin-bottom: 32px;
  place-items: center;
  border: 1px solid rgba(89, 225, 255, 0.25);
  border-radius: 50%;
  color: var(--cyan);
  background: rgba(31, 164, 210, 0.08);
  font-family: Georgia, serif;
  font-size: 1.3rem;
  box-shadow: inset 0 0 18px rgba(76, 215, 255, 0.08);
}

.depth-grid small {
  color: var(--violet);
  font-size: 0.63rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.depth-grid h3 {
  margin: 8px 0 13px;
  font-size: 1.22rem;
  line-height: 1.25;
}

.depth-grid p {
  margin-bottom: 0;
  color: #8798b0;
  font-size: 0.82rem;
}

.faq-section {
  padding-top: 155px;
  padding-bottom: 150px;
}

.faq-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(55px, 8vw, 120px);
  align-items: start;
}

.faq-intro {
  position: sticky;
  top: 35px;
}

.faq-intro > p:not(.eyebrow) {
  margin-bottom: 28px;
  color: var(--muted);
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: center;
  padding: 25px 0;
  color: #e6eef9;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 760;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary span {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 1px solid rgba(78, 233, 255, 0.22);
  border-radius: 50%;
  color: var(--cyan);
  transition: transform 0.2s ease;
}

.faq-list details[open] summary span {
  transform: rotate(45deg);
}

.faq-list details p {
  max-width: 720px;
  margin: -6px 50px 27px 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.final-cta {
  position: relative;
  isolation: isolate;
  min-height: 580px;
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.final-cta > img,
.final-shade {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
}

.final-cta > img {
  object-fit: cover;
  object-position: center;
  transform: scaleX(-1);
}

.final-shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(3, 8, 23, 0.1), rgba(3, 8, 23, 0.72) 48%, rgba(3, 8, 23, 0.97) 100%),
    linear-gradient(180deg, rgba(3, 8, 23, 0.25), rgba(3, 8, 23, 0.88));
}

.final-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 580px;
  padding-left: min(49%, 610px);
}

.final-content h2 {
  max-width: 620px;
  font-size: clamp(3rem, 5.4vw, 5.3rem);
}

.final-content > p:not(.eyebrow) {
  max-width: 540px;
  margin-bottom: 28px;
  color: #bccadd;
  font-size: 1.08rem;
}

footer {
  padding: 38px 0 45px;
  background: #020611;
}

.footer-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 36px;
  align-items: center;
}

.footer-inner > p {
  margin: 0;
  color: #667793;
  font-size: 0.76rem;
  text-align: center;
}

footer nav {
  display: flex;
  gap: 24px;
}

@keyframes pulse {
  0%, 100% { opacity: 0.7; transform: scale(0.9); }
  50% { opacity: 1; transform: scale(1.15); }
}

@media (max-width: 1020px) {
  .site-header nav {
    display: none;
  }

  .hero {
    min-height: auto;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 160px;
    padding-bottom: 148px;
  }

  .hero-copy {
    max-width: 720px;
  }

  .coach-glance {
    justify-self: end;
  }

  .split-heading,
  .story-grid,
  .story-grid-reverse,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .split-heading {
    gap: 28px;
  }

  .split-heading > p {
    max-width: 720px;
  }

  .story-copy {
    max-width: 760px;
  }

  .story-grid-reverse .story-copy {
    order: 2;
  }

  .story-grid-reverse .story-image {
    order: 1;
  }

  .coach-panel {
    grid-template-columns: 260px 1fr;
    gap: 50px;
  }

  .depth-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .faq-intro {
    position: static;
    max-width: 760px;
  }

  .final-content {
    padding-left: 42%;
  }
}

@media (max-width: 720px) {
  .container,
  .header-inner {
    width: min(100% - 28px, var(--container));
  }

  .header-inner {
    gap: 14px;
    min-height: 70px;
  }

  .brand img {
    width: 38px;
    height: 38px;
  }

  .brand b {
    font-size: 0.84rem;
  }

  .brand small {
    display: none;
  }

  .header-play {
    min-height: 40px;
    padding: 0 14px;
    font-size: 0.75rem;
  }

  .hero-image {
    object-position: 67% center;
  }

  .hero-shade {
    background:
      linear-gradient(180deg, rgba(2, 7, 20, 0.63) 0%, rgba(2, 7, 20, 0.9) 52%, #030817 91%),
      linear-gradient(90deg, rgba(2, 7, 20, 0.78), rgba(2, 7, 20, 0.2));
  }

  .hero-inner {
    gap: 48px;
    padding-top: 132px;
    padding-bottom: 205px;
  }

  .hero h1 {
    font-size: clamp(2.8rem, 13.6vw, 4.2rem);
    line-height: 0.98;
  }

  .hero h1 br {
    display: none;
  }

  .hero-lead {
    font-size: 1rem;
    line-height: 1.68;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .button {
    width: 100%;
  }

  .trust-list {
    gap: 13px 18px;
  }

  .coach-glance {
    justify-self: stretch;
    grid-template-columns: 68px 1fr;
    width: 100%;
  }

  .coach-glance > img {
    width: 68px;
    height: 68px;
  }

  .proof-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .proof-rail div {
    padding: 14px 16px;
  }

  .proof-rail div:nth-child(2) {
    border-right: 0;
  }

  .proof-rail div:nth-child(-n+2) {
    border-bottom: 1px solid rgba(96, 184, 223, 0.14);
  }

  .proof-rail strong {
    font-size: 1.25rem;
  }

  .proof-rail span {
    font-size: 0.58rem;
  }

  .section {
    padding: 88px 0;
  }

  .opening {
    padding-top: 110px;
  }

  .section-heading h2,
  .story-copy h2,
  .coach-copy h2,
  .faq-intro h2,
  .final-content h2 {
    font-size: clamp(2.35rem, 10.5vw, 3.55rem);
  }

  .process-grid,
  .coach-points,
  .depth-grid {
    grid-template-columns: 1fr;
  }

  .process-grid {
    margin-top: 46px;
  }

  .process-grid li {
    padding: 25px;
  }

  .process-grid li > span {
    margin-bottom: 18px;
  }

  .story-grid,
  .story-grid-reverse {
    gap: 42px;
  }

  .story-image {
    border-radius: 13px;
  }

  .story-image figcaption {
    position: static;
    border: 0;
    border-top: 1px solid var(--line);
    border-radius: 0;
    background: rgba(4, 13, 31, 0.94);
  }

  .coach-section {
    padding-top: 25px;
  }

  .coach-panel {
    grid-template-columns: 1fr;
    gap: 55px;
    width: min(100% - 20px, var(--container));
    padding: 36px 22px;
    border-radius: 18px;
  }

  .coach-portrait {
    width: min(78vw, 300px);
  }

  .coach-copy blockquote {
    margin: 24px 0;
  }

  .centered-heading {
    margin-bottom: 44px;
    text-align: left;
  }

  .centered-heading .eyebrow {
    justify-content: flex-start;
  }

  .depth-section,
  .faq-section {
    padding-top: 100px;
  }

  .faq-grid {
    gap: 50px;
  }

  .faq-list summary {
    font-size: 0.93rem;
  }

  .faq-list details p {
    margin-right: 0;
  }

  .final-cta,
  .final-content {
    min-height: 560px;
  }

  .final-cta > img {
    object-position: 32% center;
  }

  .final-shade {
    background: linear-gradient(180deg, rgba(3, 8, 23, 0.48), rgba(3, 8, 23, 0.96) 75%);
  }

  .final-content {
    justify-content: flex-end;
    padding: 60px 0;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .footer-inner > p {
    text-align: left;
  }

  footer nav {
    flex-wrap: wrap;
  }
}

@media (max-width: 390px) {
  .header-play {
    padding-inline: 11px;
  }

  .header-play span {
    display: none;
  }

  .eyebrow {
    font-size: 0.65rem;
    letter-spacing: 0.15em;
  }

  .hero h1 {
    font-size: 2.72rem;
  }

  .trust-list {
    display: grid;
    grid-template-columns: repeat(2, auto);
    justify-content: start;
  }

  .story-image figcaption {
    display: grid;
    gap: 3px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
