:root {
  --navy: #10213A;
  --red: #F52525;
  --cream: #FFF1DC;
  --white: #FFFFFF;
  --soft: #F3F5F8;
  --green: #24C26A;
  --gold: #B8862D;
  --ink: #10213A;
  --ink-2: #34445F;
  --muted: #66748B;
  --line: rgba(16, 33, 58, .13);
  --shadow: 0 18px 44px rgba(16, 33, 58, .13);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--soft);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Inter", "Segoe UI", sans-serif;
  text-rendering: optimizeLegibility;
}

body.legal-page {
  background: var(--white);
}

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

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

:focus-visible {
  outline: 3px solid rgba(245, 37, 37, .36);
  outline-offset: 3px;
}

.site {
  min-height: 100vh;
  overflow-x: hidden;
}

.nav {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, .94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.nav-inner {
  width: min(var(--max), calc(100% - 40px));
  min-height: 72px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

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

.brand-mark {
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  overflow: hidden;
  border: 2px solid var(--navy);
  border-radius: 8px;
  background: var(--white);
}

.brand-name {
  display: block;
  font-size: 17px;
  line-height: 1;
  font-weight: 950;
}

.brand-sub {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 750;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
  color: var(--ink-2);
  font-size: 14px;
  font-weight: 850;
}

.nav-links a {
  white-space: nowrap;
}

.button,
.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 19px;
  border: 2px solid transparent;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 950;
  line-height: 1;
  white-space: nowrap;
}

.nav-cta,
.button.primary {
  color: var(--white);
  background: var(--red);
  box-shadow: 0 12px 28px rgba(245, 37, 37, .22);
}

.button.secondary {
  color: var(--navy);
  background: var(--white);
  border-color: var(--line);
}

.button.dark {
  color: var(--white);
  background: var(--navy);
}

.hero {
  position: relative;
  min-height: 650px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .92), rgba(255, 255, 255, .72) 48%, rgba(255, 241, 220, .64)),
    var(--cream);
  overflow: hidden;
}

.hero-inner {
  position: relative;
  width: min(var(--max), calc(100% - 40px));
  min-height: 650px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .98fr) minmax(330px, .72fr);
  gap: 40px;
  align-items: center;
  padding: 42px 0 54px;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 740px;
}

.product-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 40px;
  padding: 0 14px 0 8px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  box-shadow: 0 8px 20px rgba(16, 33, 58, .08);
  font-size: 13px;
  font-weight: 950;
}

.chip-dot {
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--red);
}

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

h1 {
  margin-bottom: 0;
  max-width: 610px;
  font-size: 72px;
  line-height: .92;
  font-weight: 950;
  letter-spacing: 0;
}

.hero-lede {
  max-width: 630px;
  margin: 20px 0 0;
  color: var(--ink-2);
  font-size: 20px;
  line-height: 1.45;
  font-weight: 650;
}

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

.proof-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 640px;
  margin-top: 28px;
}

.proof-item {
  min-height: 72px;
  padding: 12px 14px;
  border-left: 5px solid var(--red);
  background: rgba(255, 255, 255, .78);
}

.proof-item b {
  display: block;
  font-size: 23px;
  line-height: 1;
}

.proof-item span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.25;
  font-weight: 850;
}

.hero-visual {
  position: relative;
  min-height: 620px;
}

.hero-logo {
  position: absolute;
  right: -20px;
  bottom: 8px;
  width: min(460px, 100%);
  opacity: .18;
}

.phone {
  position: absolute;
  right: 50px;
  bottom: 22px;
  width: 292px;
  border: 8px solid var(--navy);
  border-radius: 42px;
  background: var(--white);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.phone::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 50%;
  z-index: 2;
  width: 92px;
  height: 23px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: var(--navy);
}

.phone-screen {
  min-height: 560px;
  padding: 55px 18px 20px;
  background: var(--soft);
}

.app-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.app-wordmark {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
}

.app-wordmark img {
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.app-wordmark b,
.app-wordmark span {
  display: block;
}

.app-wordmark b {
  font-size: 14px;
  line-height: 1.05;
}

.app-wordmark span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 850;
}

.streak {
  padding: 8px 10px;
  border-radius: 999px;
  color: var(--red);
  background: rgba(245, 37, 37, .10);
  font-size: 11px;
  font-weight: 950;
}

.quiz-panel {
  margin-top: 22px;
  padding: 18px;
  color: var(--white);
  background: var(--navy);
  box-shadow: 0 12px 24px rgba(16, 33, 58, .18);
}

.quiz-kicker {
  color: #FFB1A9;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.quiz-question {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 950;
}

.quiz-meta {
  margin-top: 8px;
  color: rgba(255, 255, 255, .72);
  font-size: 12px;
  font-weight: 750;
}

.answer-stack {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.answer {
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .08);
  font-size: 13px;
  font-weight: 800;
}

.answer strong {
  width: 24px;
  height: 24px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  color: var(--navy);
  background: var(--white);
  font-size: 11px;
}

.answer.good {
  color: var(--navy);
  background: var(--white);
}

.answer.good strong {
  color: var(--white);
  background: var(--green);
}

.mini-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 14px;
}

.mini-stat {
  min-height: 90px;
  padding: 14px;
  border: 1px solid var(--line);
  background: var(--white);
}

.mini-stat b {
  display: block;
  font-size: 24px;
}

.mini-stat span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.25;
  font-weight: 800;
}

.section {
  padding: 82px 0;
}

.section.white {
  background: var(--white);
}

.section.soft {
  background: var(--soft);
}

.section.cream {
  background: var(--cream);
}

.section.navy {
  color: var(--white);
  background: var(--navy);
}

.inner {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 30px;
}

.eyebrow {
  margin-bottom: 10px;
  color: var(--red);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.section-title {
  margin-bottom: 0;
  max-width: 720px;
  font-size: 43px;
  line-height: 1.05;
  font-weight: 950;
  letter-spacing: 0;
}

.section-copy {
  max-width: 440px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.5;
  font-weight: 620;
}

.navy .section-copy,
.navy .muted {
  color: rgba(255, 255, 255, .73);
}

.feature-grid,
.legal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.feature-card,
.legal-card,
.faq-item,
.launch-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 8px 22px rgba(16, 33, 58, .055);
}

.feature-card {
  min-height: 246px;
  padding: 22px;
}

.feature-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: var(--red);
  background: rgba(245, 37, 37, .10);
  font-size: 22px;
  font-weight: 950;
}

.feature-card.gold .feature-icon {
  color: var(--gold);
  background: rgba(184, 134, 45, .16);
}

.feature-card.green .feature-icon {
  color: var(--green);
  background: rgba(36, 194, 106, .14);
}

.feature-card h3,
.legal-card h3,
.faq-item h3,
.launch-card h3 {
  margin: 18px 0 0;
  font-size: 22px;
  line-height: 1.1;
}

.feature-card p,
.legal-card p,
.faq-item p,
.launch-card p {
  margin: 11px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5;
  font-weight: 590;
}

.journey {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 46px;
  align-items: center;
}

.module-list {
  display: grid;
  gap: 12px;
}

.module {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  align-items: center;
  min-height: 84px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--navy);
  background: var(--white);
}

.module-number {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: var(--white);
  background: var(--navy);
  font-weight: 950;
}

.module h3 {
  margin: 0;
  font-size: 17px;
}

.module p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 720;
}

.module-tag {
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--red);
  background: rgba(245, 37, 37, .10);
  font-size: 11px;
  font-weight: 950;
  white-space: nowrap;
}

.coach-panel {
  position: relative;
  min-height: 500px;
  display: grid;
  align-content: end;
  padding: 34px;
  overflow: hidden;
  color: var(--navy);
  background: var(--cream);
  border: 1px solid rgba(16, 33, 58, .16);
}

.coach-panel img {
  position: absolute;
  top: 18px;
  right: 20px;
  width: 330px;
}

.coach-note {
  position: relative;
  z-index: 2;
  max-width: 460px;
  padding: 22px;
  border-left: 6px solid var(--red);
  background: rgba(255, 255, 255, .88);
}

.coach-note b {
  display: block;
  font-size: 24px;
  line-height: 1.1;
}

.coach-note p {
  margin: 10px 0 0;
  color: var(--ink-2);
  line-height: 1.45;
  font-weight: 650;
}

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

.search-card {
  min-height: 154px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  background: rgba(255, 255, 255, .08);
}

.search-card b {
  display: block;
  color: var(--cream);
  font-size: 28px;
  line-height: 1;
}

.search-card span {
  display: block;
  margin-top: 12px;
  color: rgba(255, 255, 255, .76);
  font-size: 13px;
  line-height: 1.35;
  font-weight: 720;
}

.legal-card {
  padding: 22px;
}

.legal-card h3 {
  margin-top: 0;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.faq-item {
  padding: 22px;
}

.faq-item h3 {
  margin-top: 0;
  font-size: 19px;
}

.launch-panel {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 24px;
  align-items: stretch;
}

.launch-card {
  padding: 24px;
}

.launch-card h3 {
  margin-top: 0;
}

.launch-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.launch-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  color: var(--ink-2);
  font-size: 15px;
  line-height: 1.45;
  font-weight: 650;
}

.check {
  width: 28px;
  height: 22px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  color: var(--white);
  background: var(--green);
  font-size: 10px;
  font-weight: 950;
}

.cta-band {
  position: relative;
  padding: 80px 0 90px;
  color: var(--navy);
  background: var(--cream);
  overflow: hidden;
}

.cta-band img {
  position: absolute;
  right: 8%;
  bottom: -72px;
  width: 330px;
  opacity: .20;
}

.cta-copy {
  position: relative;
  z-index: 1;
  width: min(780px, 100%);
}

.cta-copy h2 {
  margin-bottom: 0;
  font-size: 54px;
  line-height: 1;
  font-weight: 950;
}

.cta-copy p {
  max-width: 620px;
  margin: 18px 0 0;
  color: var(--ink-2);
  font-size: 19px;
  line-height: 1.45;
  font-weight: 650;
}

.footer {
  padding: 36px 0;
  color: rgba(255, 255, 255, .74);
  background: var(--navy);
}

.footer-grid {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: .8fr 1.35fr;
  gap: 32px;
  align-items: start;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--white);
  font-weight: 950;
}

.footer-brand img {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: var(--white);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 14px;
  font-size: 13px;
  font-weight: 800;
}

.disclaimer {
  margin: 0;
  font-size: 12px;
  line-height: 1.58;
  font-weight: 620;
}

.legal-hero {
  padding: 62px 0 36px;
  background: var(--cream);
}

.legal-hero .inner {
  max-width: 900px;
}

.legal-hero h1 {
  font-size: 52px;
}

.legal-content {
  max-width: 900px;
  padding: 42px 0 80px;
}

.legal-content h2 {
  margin: 34px 0 10px;
  font-size: 26px;
}

.legal-content p,
.legal-content li {
  color: var(--ink-2);
  font-size: 16px;
  line-height: 1.62;
  font-weight: 560;
}

.legal-content ul {
  margin: 12px 0 0;
  padding-left: 22px;
}

.note {
  padding: 16px 18px;
  border-left: 5px solid var(--red);
  background: var(--soft);
  color: var(--ink-2);
  font-weight: 650;
}

@media (max-width: 1020px) {
  .hero-inner {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 64px;
  }

  .hero-visual {
    min-height: 620px;
  }

  .phone {
    left: 50%;
    right: auto;
    bottom: 0;
    width: 282px;
    transform: translateX(-50%);
  }

  .hero-logo {
    left: 50%;
    right: auto;
    bottom: 20px;
    width: 430px;
    transform: translateX(-50%);
  }

  .feature-grid,
  .legal-grid,
  .journey,
  .launch-panel,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .section-head {
    display: grid;
    gap: 14px;
  }
}

@media (max-width: 760px) {
  .nav-links {
    display: none;
  }

  .nav-inner,
  .inner,
  .hero-inner,
  .footer-grid {
    width: min(100% - 28px, var(--max));
  }

  .nav-inner {
    min-height: 66px;
  }

  .brand-sub {
    display: none;
  }

  .brand-name {
    font-size: 15px;
  }

  .nav-cta {
    min-height: 40px;
    padding: 0 13px;
    font-size: 13px;
  }

  .hero {
    min-height: auto;
  }

  .hero-inner {
    display: block;
    padding: 48px 0 26px;
  }

  .hero-visual {
    display: none;
  }

  h1 {
    max-width: 100%;
    font-size: 50px;
    line-height: .96;
  }

  .hero-lede {
    font-size: 17px;
  }

  .hero-actions {
    display: grid;
  }

  .button {
    width: 100%;
    min-height: 52px;
    font-size: 15px;
  }

  .proof-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .proof-item {
    min-height: 92px;
    padding: 10px 8px;
  }

  .proof-item b {
    font-size: 18px;
  }

  .proof-item span {
    font-size: 10px;
    line-height: 1.25;
  }

  .section {
    padding: 58px 0;
  }

  .section-title,
  .cta-copy h2 {
    font-size: 36px;
  }

  .feature-grid,
  .search-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .module {
    grid-template-columns: auto 1fr;
  }

  .module-tag {
    grid-column: 2;
    width: fit-content;
  }

  .coach-panel {
    min-height: 485px;
    padding: 22px;
  }

  .coach-panel img {
    right: 50%;
    width: 280px;
    transform: translateX(50%);
  }

  .coach-note {
    padding: 18px;
  }

  .cta-band img {
    right: -80px;
    width: 260px;
  }

  .legal-hero h1 {
    font-size: 40px;
  }
}

@media (max-width: 400px) {
  h1 {
    font-size: 44px;
  }

  .brand-mark {
    width: 40px;
    height: 40px;
  }

  .nav-cta {
    padding: 0 10px;
  }

  .product-chip {
    max-width: 100%;
    font-size: 12px;
  }
}

@media (max-width: 360px) {
  .proof-item {
    min-height: 70px;
  }

  .proof-item span {
    display: none;
  }
}
