:root {
  --ink: #100a30;
  --ink-soft: #21163f;
  --cyan: #59cbe8;
  --pink: #dc3265;
  --paper: #f7f8fb;
  --white: #ffffff;
  --muted: #6f6b82;
  --line: rgba(16, 10, 48, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; letter-spacing: 0; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.site-header { position: sticky; z-index: 40; top: 0; display: flex; align-items: center; min-height: 74px; gap: 32px; padding: 0 5vw; color: var(--white); background: rgba(16, 10, 48, 0.94); border-bottom: 1px solid rgba(255,255,255,0.14); backdrop-filter: blur(16px); }
.wordmark { display: flex; align-items: center; gap: 11px; }
.wordmark img { width: 42px; height: 42px; border-radius: 8px; object-fit: cover; }
.wordmark strong { font-size: 20px; font-weight: 900; }
.site-header nav { display: flex; gap: 28px; margin-left: auto; font-size: 13px; font-weight: 700; }
.site-header nav a { color: rgba(255,255,255,0.72); }
.site-header nav a:hover { color: var(--cyan); }
.header-contact, .primary-action, .dark-action { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; padding: 0 20px; border-radius: 8px; font-size: 13px; font-weight: 900; }
.header-contact, .primary-action { color: var(--ink); background: var(--cyan); }

.hero { position: relative; min-height: calc(92svh - 74px); overflow: hidden; color: var(--white); background: var(--ink); }
.hero-field { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.94; }
.hero::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(16,10,48,0.98) 0%, rgba(16,10,48,0.83) 46%, rgba(16,10,48,0.28) 100%); }
.hero-copy { position: relative; z-index: 3; width: min(620px, 47vw); padding: 12vh 0 10vh 8vw; }
.eyebrow { margin: 0; color: var(--cyan); font-size: 11px; line-height: 1.3; font-weight: 900; }
.hero h1 { margin: 20px 0 0; font-size: 104px; line-height: 0.9; font-weight: 900; }
.hero h2 { max-width: 560px; margin: 24px 0 18px; font-size: 36px; line-height: 1.08; font-weight: 800; }
.hero-copy > p:not(.eyebrow) { max-width: 530px; margin: 0; color: rgba(255,255,255,0.76); font-size: 17px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 34px; }
.inline-link { padding: 8px 0; border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 800; }
.screen-stage { position: absolute; z-index: 2; top: 4.5%; right: 5vw; width: 45vw; height: 91%; }
.screen { position: absolute; width: min(290px, 21vw); border: 1px solid rgba(255,255,255,0.55); border-radius: 28px; box-shadow: 0 24px 70px rgba(4, 2, 22, 0.45); }
.screen-home { right: 4%; top: 1%; transform: rotate(4deg); }
.screen-ai { left: 5%; bottom: -25%; transform: rotate(-5deg); }
.stage-label { position: absolute; right: 0; bottom: 6%; padding: 12px 15px; color: var(--ink); background: var(--cyan); font-size: 10px; font-weight: 900; }

.current-line { display: flex; justify-content: center; gap: 34px; align-items: center; min-height: 58px; padding: 0 5vw; color: var(--ink); background: var(--cyan); font-size: 12px; font-weight: 900; white-space: nowrap; overflow: hidden; }
.current-line i { width: 5px; height: 5px; border-radius: 50%; background: var(--pink); }

.journey-band { padding: 112px 8vw; background: var(--paper); }
.section-heading { display: flex; justify-content: space-between; gap: 40px; align-items: flex-start; }
.section-heading h2, .coach-copy h2, .policies-band h2 { margin: 20px 0 0; font-size: 64px; line-height: 0.98; font-weight: 900; }
.section-lead { max-width: 650px; margin: 44px 0 64px auto; color: var(--muted); font-size: 18px; line-height: 1.7; }
.feature-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.feature-list article { min-height: 300px; padding: 28px; border-radius: 8px; }
.feature-list article:nth-child(1) { color: var(--white); background: var(--ink); }
.feature-list article:nth-child(2) { color: var(--ink); background: var(--cyan); }
.feature-list article:nth-child(3) { color: var(--white); background: var(--pink); }
.feature-list span { font-size: 11px; font-weight: 900; }
.feature-list h3 { margin: 100px 0 14px; font-size: 28px; line-height: 1.1; }
.feature-list p { margin: 0; max-width: 310px; color: inherit; opacity: 0.78; line-height: 1.6; }

.coach-band { display: grid; grid-template-columns: 1fr 1fr; align-items: center; min-height: 760px; padding: 80px 8vw; background: var(--cyan); }
.coach-copy { max-width: 590px; }
.coach-copy .eyebrow { color: var(--pink); }
.coach-copy p:not(.eyebrow) { max-width: 520px; margin: 28px 0; font-size: 17px; line-height: 1.7; }
.dark-action { color: var(--white); background: var(--ink); }
.coach-screen { position: relative; width: min(360px, 75%); margin: 0 auto; }
.coach-screen img { border-radius: 28px; box-shadow: 0 28px 65px rgba(16,10,48,0.28); }
.coach-screen figcaption { position: absolute; right: -48px; bottom: 42px; padding: 13px 16px; color: var(--white); background: var(--pink); font-size: 10px; font-weight: 900; }

.community-band { padding: 112px 8vw; color: var(--white); background: var(--ink); }
.section-heading.light h2 { max-width: 720px; }
.community-gallery { display: grid; grid-template-columns: 0.78fr 0.78fr 1fr; gap: 28px; align-items: center; margin-top: 68px; }
.community-gallery figure { margin: 0; }
.community-gallery img { width: 100%; border-radius: 28px; border: 1px solid rgba(255,255,255,0.22); }
.community-gallery figcaption { margin-top: 16px; color: rgba(255,255,255,0.62); font-size: 12px; line-height: 1.5; }
.community-copy { padding-left: 4vw; }
.community-copy p { margin: 0 0 28px; color: rgba(255,255,255,0.76); font-size: 19px; line-height: 1.7; }

.policies-band { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 8vw; padding: 110px 8vw; background: var(--white); }
.policies-band nav { border-top: 1px solid var(--line); }
.policies-band nav a { display: grid; grid-template-columns: 48px 1fr auto; align-items: center; min-height: 94px; border-bottom: 1px solid var(--line); }
.policies-band nav a:hover { color: var(--pink); }
.policies-band nav span, .policies-band nav b { font-size: 11px; }
.policies-band nav strong { font-size: 27px; }

.site-footer { display: grid; grid-template-columns: 1.2fr 1fr 0.8fr; gap: 42px; padding: 52px 8vw 26px; color: var(--white); background: var(--ink-soft); }
.footer-brand { display: flex; align-items: center; gap: 14px; }
.footer-brand img { width: 54px; height: 54px; border-radius: 8px; }
.footer-brand div { display: flex; flex-direction: column; gap: 5px; }
.footer-brand strong { font-size: 18px; }
.footer-brand span, .site-footer p, .site-footer small { color: rgba(255,255,255,0.58); font-size: 11px; }
.site-footer > div > a { font-size: 15px; font-weight: 800; }
.site-footer nav { display: flex; flex-direction: column; gap: 10px; font-size: 13px; }
.site-footer small { grid-column: 1 / -1; padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.14); }

@media (max-width: 980px) {
  .site-header nav { display: none; }
  .header-contact { margin-left: auto; }
  .hero-copy { width: 58vw; padding-left: 6vw; }
  .hero h1 { font-size: 82px; }
  .hero h2 { font-size: 30px; }
  .screen-stage { right: 1vw; width: 43vw; }
  .screen { width: 235px; }
  .section-heading h2, .coach-copy h2, .policies-band h2 { font-size: 52px; }
  .community-gallery { grid-template-columns: 1fr 1fr; }
  .community-copy { grid-column: 1 / -1; padding: 20px 0 0; }
}

@media (max-width: 720px) {
  .site-header { min-height: 66px; padding: 0 20px; }
  .wordmark img { width: 38px; height: 38px; }
  .header-contact { min-height: 38px; padding: 0 14px; }
  .hero { min-height: 88svh; }
  .hero::after { background: linear-gradient(180deg, rgba(16,10,48,0.95) 0%, rgba(16,10,48,0.62) 58%, rgba(16,10,48,0.88) 100%); }
  .hero-copy { width: auto; padding: 54px 22px 0; }
  .hero h1 { font-size: 64px; }
  .hero h2 { max-width: 330px; font-size: 27px; }
  .hero-copy > p:not(.eyebrow) { max-width: 340px; font-size: 15px; }
  .hero-actions { gap: 16px; margin-top: 24px; }
  .inline-link { display: none; }
  .screen-stage { top: auto; right: 0; bottom: -18%; left: 0; width: 100%; height: 55%; }
  .screen { width: 170px; border-radius: 20px; }
  .screen-home { right: 13%; top: 0; }
  .screen-ai { left: 9%; bottom: 0; }
  .stage-label { display: none; }
  .current-line { justify-content: flex-start; gap: 22px; }
  .journey-band, .community-band, .policies-band { padding: 76px 22px; }
  .section-heading { display: block; }
  .section-heading h2, .coach-copy h2, .policies-band h2 { font-size: 42px; }
  .section-lead { margin: 30px 0 42px; font-size: 16px; }
  .feature-list { grid-template-columns: 1fr; }
  .feature-list article { min-height: 250px; }
  .feature-list h3 { margin-top: 70px; }
  .coach-band { grid-template-columns: 1fr; padding: 72px 22px 88px; }
  .coach-screen { width: min(290px, 86%); margin-top: 54px; }
  .coach-screen figcaption { right: -16px; bottom: 32px; }
  .community-gallery { grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 44px; }
  .community-gallery img { border-radius: 18px; }
  .community-gallery figcaption { display: none; }
  .community-copy p { font-size: 16px; }
  .policies-band { grid-template-columns: 1fr; gap: 46px; }
  .policies-band nav strong { font-size: 20px; }
  .site-footer { grid-template-columns: 1fr; padding: 44px 22px 24px; }
  .site-footer small { grid-column: auto; }
}
