:root {
  --navy: #0e2948;
  --navy-2: #173b61;
  --blue: #2e6e8d;
  --teal: #31a6a0;
  --aqua: #9ee4dd;
  --ink: #10253c;
  --muted: #5d6b79;
  --paper: #f7fafb;
  --white: #ffffff;
  --line: #dbe5e9;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
a { color: inherit; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1240px;
  margin: 0 auto;
  padding: 18px 32px;
  background: rgba(247,250,251,.93);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(14,41,72,.08);
}
.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; font-family: Manrope, sans-serif; font-size: .95rem; }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; color: white; background: var(--navy); border-radius: 50%; font-weight: 800; letter-spacing: -.06em; }
nav { display: flex; align-items: center; gap: 28px; }
nav a { text-decoration: none; font-weight: 600; font-size: .9rem; }
.nav-cta { color: white; background: var(--navy); padding: 10px 18px; border-radius: 999px; }

.hero {
  min-height: 730px;
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  gap: 50px;
  align-items: center;
  max-width: 1240px;
  margin: 0 auto;
  padding: 86px 32px 100px;
}
.eyebrow { margin: 0 0 18px; color: var(--blue); font-family: Manrope, sans-serif; font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
h1, h2, h3 { font-family: Manrope, sans-serif; line-height: 1.08; letter-spacing: -.04em; }
h1 { max-width: 770px; margin: 0; font-size: clamp(3.2rem, 6.3vw, 5.7rem); }
h1 em, .problem-band em { color: var(--teal); font-style: normal; }
.hero-lead { max-width: 680px; margin: 30px 0; color: var(--muted); font-size: 1.18rem; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin: 34px 0 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; padding: 15px 22px; border-radius: 6px; text-decoration: none; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(14,41,72,.18); }
.button.primary { color: white; background: var(--navy); }
.text-link { text-underline-offset: 5px; font-weight: 700; }
.price-line { display: flex; align-items: baseline; gap: 14px; }
.price-line strong { font-family: Manrope; font-size: 1.35rem; }
.price-line span { color: var(--muted); font-size: .9rem; }

.hero-panel { position: relative; min-height: 480px; display: grid; place-items: center; overflow: hidden; background: var(--navy); border-radius: 46% 46% 10px 10px; box-shadow: 0 30px 70px rgba(14,41,72,.2); }
.orbit { position: absolute; border: 1px solid rgba(158,228,221,.35); border-radius: 50%; }
.orbit-one { width: 470px; height: 470px; }
.orbit-two { width: 340px; height: 340px; }
.panel-card { position: relative; z-index: 2; width: 76%; padding: 34px; color: white; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18); backdrop-filter: blur(12px); border-radius: 16px; }
.tiny-label { color: var(--aqua); font-size: .67rem; font-weight: 800; letter-spacing: .13em; }
.panel-card h2 { margin: 13px 0 26px; font-size: 2rem; }
.method-row { display: grid; grid-template-columns: 42px 1fr; align-items: center; padding: 10px 0; border-top: 1px solid rgba(255,255,255,.14); }
.method-row span { color: var(--aqua); font-size: .75rem; font-weight: 700; }
.method-row p { margin: 0; }
.float-card { position: absolute; z-index: 3; padding: 9px 15px; color: var(--navy); background: var(--aqua); border-radius: 999px; font-size: .78rem; font-weight: 800; white-space: nowrap; box-shadow: 0 10px 30px rgba(0,0,0,.18); }
.float-top { top: 92px; right: 34px; }
.float-bottom { bottom: 48px; left: 21px; }

.problem-band { padding: 75px 8vw; color: white; text-align: center; background: var(--navy); }
.problem-band p { margin: 0 0 12px; color: var(--aqua); font-weight: 700; }
.problem-band h2 { max-width: 980px; margin: auto; font-size: clamp(2rem, 4vw, 3.5rem); }
.section { max-width: 1180px; margin: 0 auto; padding: 92px 32px; }
.section-heading { max-width: 720px; margin-bottom: 54px; }
.section-heading.compact { margin-bottom: 36px; }
.section-heading h2 { margin: 0 0 20px; font-size: clamp(2.25rem, 4.7vw, 4rem); }
.section-heading > p:last-child { color: var(--muted); font-size: 1.08rem; }
.benefit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.benefit { min-height: 240px; display: flex; flex-direction: column; justify-content: space-between; padding: 30px; background: white; border: 1px solid var(--line); border-radius: 12px; }
.benefit.featured { color: white; background: var(--blue); border-color: var(--blue); }
.benefit-number { color: var(--teal); font-family: Manrope; font-weight: 800; }
.featured .benefit-number { color: var(--aqua); }
.benefit h3 { margin: 0 0 10px; font-size: 1.5rem; }
.benefit p { margin: 0; color: var(--muted); }
.benefit.featured p { color: rgba(255,255,255,.8); }

.outcome { padding-top: 0; padding-bottom: 72px; }
.outcome-card { display: grid; grid-template-columns: .9fr 1.1fr; gap: 50px; padding: 64px; color: white; background: var(--navy-2); border-radius: 18px; }
.eyebrow.light { color: var(--aqua); }
.outcome-card h2 { margin: 0; font-size: clamp(2.2rem, 4.5vw, 3.8rem); }
.outcome-card ul { display: grid; gap: 18px; margin: 0; padding: 0; list-style: none; }
.outcome-card li { padding: 0 0 18px 28px; border-bottom: 1px solid rgba(255,255,255,.16); position: relative; }
.outcome-card li::before { content: "✓"; position: absolute; top: -.08em; left: 0; color: var(--aqua); font-size: 1.35rem; line-height: 1; font-weight: 800; }

.who-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.who-grid article { display: flex; gap: 18px; min-height: 135px; padding: 26px; background: white; border: 1px solid var(--line); border-radius: 10px; }
.who-grid span { color: var(--teal); font-size: 1.4rem; font-weight: 800; }
.who-grid p { margin: 0; font-size: 1.05rem; font-weight: 600; }
.not-for { max-width: 790px; margin: 30px 0 0; color: var(--muted); }

.founder { display: grid; grid-template-columns: .35fr 1.25fr .9fr; gap: 42px; align-items: start; padding-top: 82px; padding-bottom: 82px; border-top: 1px solid var(--line); }
.founder-label { color: var(--blue); font-size: .75rem; font-weight: 800; letter-spacing: .12em; }
.founder h2 { margin: 0 0 18px; font-size: 2.4rem; }
.founder-copy p { color: var(--muted); }
.inline-link { color: var(--blue); font-weight: 700; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.inline-link:hover { color: var(--navy); }
.founder-quote { padding: 28px; color: var(--navy); background: #dff4f2; border-radius: 10px; font-family: Manrope; font-size: 1.12rem; font-weight: 700; }

.faq { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; padding-top: 82px; padding-bottom: 82px; }
.faq-list { border-top: 1px solid var(--line); }
details { padding: 22px 0; border-bottom: 1px solid var(--line); }
summary { display: flex; justify-content: space-between; align-items: center; cursor: pointer; font-family: Manrope; font-size: 1.08rem; font-weight: 700; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary span { color: var(--teal); font-size: 1.5rem; }
details[open] summary span { transform: rotate(45deg); }
details p { max-width: 650px; margin: 15px 35px 0 0; color: var(--muted); }

.final-cta { display: grid; grid-template-columns: 1.25fr .75fr; gap: 60px; align-items: center; padding: 90px max(32px, calc((100vw - 1180px)/2)); color: white; background: linear-gradient(115deg, var(--navy), #194d69); }
.final-cta h2 { max-width: 720px; margin: 0; font-size: clamp(2.5rem, 5vw, 4.5rem); }
.join-card { padding: 32px; color: var(--ink); background: white; border-radius: 14px; box-shadow: 0 24px 60px rgba(0,0,0,.2); }
.join-card strong { font-family: Manrope; font-size: 3.3rem; }
.join-card > div span { color: var(--muted); }
.join-card p { margin: -7px 0 20px; color: var(--muted); }
.button.bright { width: 100%; color: var(--navy); background: var(--aqua); }
.join-card small { display: block; margin-top: 14px; color: var(--muted); text-align: center; }

footer { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 35px; max-width: 1240px; margin: auto; padding: 36px 32px; color: var(--muted); font-size: .82rem; }
.footer-brand { color: var(--ink); }

@media (max-width: 900px) {
  nav a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 64px; }
  .hero-panel { min-height: 430px; }
  .outcome-card, .founder, .faq, .final-cta { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .site-header { padding: 14px 18px; }
  .brand > span:last-child { display: none; }
  .nav-cta { padding: 9px 13px; }
  .hero { min-height: auto; padding: 54px 20px 70px; gap: 45px; }
  h1 { font-size: 3rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .text-link { text-align: center; }
  .price-line { align-items: flex-start; flex-direction: column; gap: 2px; }
  .hero-panel { min-height: 390px; border-radius: 34% 34% 8px 8px; }
  .panel-card { width: 86%; padding: 24px; }
  .panel-card h2 { font-size: 1.6rem; }
  .float-top { top: 90px; right: 18px; }
  .float-bottom { bottom: 24px; left: 10px; }
  .section { padding: 64px 20px; }
  .benefit-grid, .who-grid { grid-template-columns: 1fr; }
  .outcome { padding-top: 0; padding-bottom: 56px; }
  .outcome-card { padding: 38px 25px; }
  .founder { gap: 24px; padding-top: 56px; padding-bottom: 56px; }
  .faq { gap: 24px; padding-top: 56px; padding-bottom: 56px; }
  .final-cta { padding: 72px 20px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
