
:root{
  --navy:#10243E;
  --teal:#2AA89E;
  --teal-dark:#167F78;
  --soft-teal:#EAF7F5;
  --warm:#FAFAF8;
  --muted:#667085;
  --muted-light:#8B95A3;
  --yellow:#F4CC67;
  --border:#E5E9ED;
  --white:#FFFFFF;
  --shadow:0 12px 32px rgba(16,36,62,.055);
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--white);
  color:var(--navy);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  line-height:1.62;
  -webkit-font-smoothing:antialiased;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button,input,textarea,select{font:inherit}
.container{max-width:var(--max);margin:0 auto;padding:0 24px}
.skip-link{position:absolute;left:-9999px}
.skip-link:focus{left:16px;top:16px;z-index:100;background:#fff;padding:10px;border:2px solid var(--navy)}

.noticebar{background:var(--navy);color:#fff;text-align:center;padding:7px 14px;font-size:12px}
.header{
  position:sticky;top:0;z-index:40;
  background:rgba(255,255,255,.97);
  border-bottom:1px solid var(--border);
  backdrop-filter:blur(12px);
}
.nav{min-height:80px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.brand{display:flex;align-items:center;gap:10px;color:var(--navy);font-weight:900;letter-spacing:.04em}
.brand img{width:34px;height:43px;object-fit:contain}
.brand-word{font-size:20px;line-height:1}
.brand-word b{color:var(--teal)}
.brand-word small{display:block;margin-top:5px;color:var(--muted);font-size:9px;letter-spacing:.18em}
.nav-links{display:flex;align-items:center;gap:22px;font-size:14px;font-weight:750}
.nav-links a:hover,.nav-links a:focus-visible{color:var(--teal-dark)}
.mobile-menu{display:none;border:1px solid var(--border);background:#fff;color:var(--navy);border-radius:10px;padding:9px 11px;font-weight:800}
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:44px;padding:12px 18px;border-radius:10px;
  border:1px solid transparent;font-weight:850;cursor:pointer;
}
.btn-navy{background:var(--navy);color:#fff;border-color:var(--navy)}
.btn-teal{background:var(--teal-dark);color:#fff;border-color:var(--teal-dark)}
.btn-yellow{background:var(--yellow);color:var(--navy);border-color:var(--yellow)}
.btn-outline{background:#fff;color:var(--navy);border-color:#CDD4DB}
.btn:hover{transform:translateY(-1px)}
.btn:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,button:focus-visible{
  outline:3px solid rgba(42,168,158,.25);outline-offset:2px
}

.hero{padding:54px 0 40px;background:linear-gradient(180deg,#fff 0%,var(--warm) 100%)}
.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:46px;align-items:center}
.kicker,.section-label{
  color:var(--teal-dark);
  font-size:12px;font-weight:900;letter-spacing:.15em;text-transform:uppercase
}
h1,h2,h3{color:var(--navy);margin-top:0}
h1{font-size:clamp(45px,5vw,70px);line-height:1.02;letter-spacing:-.048em;margin-bottom:20px}
h1 .accent{color:var(--teal-dark)}
h2{font-size:clamp(32px,4vw,48px);line-height:1.08;letter-spacing:-.04em;margin-bottom:18px}
h3{font-size:22px;line-height:1.25;margin-bottom:10px}
.lede{font-size:20px;color:var(--muted);line-height:1.65;max-width:680px}
.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}
.text-link{display:inline-block;margin-top:15px;color:var(--navy);font-weight:850;text-decoration:underline;text-decoration-color:var(--teal);text-decoration-thickness:2px;text-underline-offset:4px}
.proofline{display:flex;flex-wrap:wrap;gap:9px;margin-top:20px}
.proofline span{
  border:1px solid #D7E8E5;background:#F6FCFB;color:var(--navy);
  border-radius:999px;padding:8px 11px;font-size:13px;font-weight:800
}
.hero-media{border:1px solid #DCE9E7;border-radius:24px;overflow:hidden;background:#F4F8F7;box-shadow:var(--shadow)}
.hero-media img{width:100%;height:auto}

.stats{padding:0 0 26px}
.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--border);border-radius:18px;overflow:hidden;box-shadow:var(--shadow)}
.stat{padding:22px 24px;background:#fff;border-right:1px solid var(--border)}
.stat:last-child{border-right:none}
.stat strong{display:block;font-size:33px;line-height:1.1;color:var(--navy)}
.stat span{display:block;margin-top:6px;color:var(--muted);font-size:14px;line-height:1.5}
.source-note{margin-top:8px;color:var(--muted-light);font-size:11px}

.section{padding:60px 0}
.section-soft{background:var(--warm)}
.section-teal{background:var(--soft-teal)}
.section-head{margin-bottom:24px}
.section-head.center{text-align:center}
.section-head.center p{color:var(--muted);margin:-7px auto 0;max-width:680px}

.grid{display:grid;gap:16px}
.grid-4{grid-template-columns:repeat(4,1fr)}
.grid-3{grid-template-columns:repeat(3,1fr)}
.grid-2{grid-template-columns:repeat(2,1fr)}
.card{
  background:#fff;border:1px solid var(--border);border-radius:20px;padding:24px;box-shadow:var(--shadow)
}
a.card{transition:.18s ease}
a.card:hover{transform:translateY(-2px);border-color:#9ED4CE}
.card p{color:var(--muted);margin-bottom:0}
.number{
  width:42px;height:42px;display:grid;place-items:center;border-radius:50%;
  background:var(--soft-teal);border:1px solid #B9E0DC;color:var(--navy);font-weight:900;margin-bottom:17px
}
.card-cta{display:inline-block;margin-top:15px;color:var(--navy);font-weight:850}

.founder-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:22px}
.founder-copy,.quote-card{border-radius:22px;padding:30px}
.founder-copy{background:#fff;border:1px solid var(--border);box-shadow:var(--shadow)}
.founder-copy p{color:var(--muted);font-size:17px}
.quote-card{background:linear-gradient(155deg,var(--navy),#0B1B2E);color:#fff;display:flex;flex-direction:column;justify-content:center;box-shadow:0 20px 42px rgba(16,36,62,.16)}
.quote-card blockquote{margin:0;font-size:29px;line-height:1.3;font-weight:820;letter-spacing:-.025em}
.quote-card small{color:#C8D1DB;margin-top:18px}

.two-col{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.steps{display:grid;gap:11px;margin:22px 0}
.steps div{display:flex;align-items:center;gap:12px}
.steps b{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:var(--soft-teal);border:1px solid #B9E0DC}
.steps span{font-weight:750}
.flare-card{border-top:4px solid var(--teal)}
.flare-card li{margin:9px 0;color:var(--muted)}

.topic-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.topic{
  border:1px solid var(--border);border-radius:18px;background:#fff;padding:20px;box-shadow:0 8px 22px rgba(16,36,62,.035)
}
.topic strong{display:block;color:var(--navy)}
.topic small{display:block;margin-top:5px;color:var(--muted);line-height:1.45}
.topic:hover{border-color:#9ED4CE}

.feature h3{font-size:26px}
.feature ul{padding-left:19px;color:var(--muted)}
.feature li{margin:7px 0}

.form-card{background:#fff;border:1px solid var(--border);border-radius:20px;padding:24px;box-shadow:var(--shadow)}
.form-grid{display:grid;gap:12px}
.form-grid label{font-size:13px;font-weight:800;color:var(--navy)}
.form-grid input,.form-grid textarea,.form-grid select{
  width:100%;border:1px solid #CDD5DE;border-radius:10px;padding:13px 14px;background:#fff;color:var(--navy)
}
.checkbox{display:flex!important;gap:9px;align-items:flex-start;font-weight:500!important;color:var(--muted)!important}
.checkbox input{width:auto;margin-top:4px}
.waitlist-card{background:linear-gradient(180deg,#F3FBFA,var(--soft-teal));border:1px solid #CFE8E4}
.inline-form{display:flex;gap:10px;margin-top:16px}
.inline-form input{flex:1;min-width:0;border:1px solid #CBD5DF;border-radius:10px;padding:13px 14px}

.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #D7E9E6;border-radius:20px;overflow:hidden;box-shadow:var(--shadow)}
.trust{padding:22px;background:rgba(255,255,255,.9);border-right:1px solid #D7E9E6}
.trust:last-child{border-right:none}
.trust strong{display:block;margin-bottom:6px}
.trust span{color:var(--muted);font-size:14px;line-height:1.5}
.disclaimer-note{font-size:12px;color:var(--muted);text-align:center;margin:13px auto 0;max-width:920px}

.article{max-width:820px}
.article h1{font-size:clamp(42px,5vw,62px)}
.article h2{font-size:34px;margin-top:42px}
.article p,.article li{font-size:18px;color:var(--muted);line-height:1.72}
.article .note{border:1px solid #CCE7E3;background:var(--soft-teal);border-radius:14px;padding:18px 20px;color:var(--navy)}
.article .note strong{color:var(--navy)}

.tool-result{display:none;margin-top:18px;border:1px solid #CCE7E3;background:var(--soft-teal);padding:18px;border-radius:14px}
.progress-list{display:grid;gap:0}
.progress-row{display:grid;grid-template-columns:190px 1fr auto;gap:14px;align-items:center;padding:15px 0;border-bottom:1px solid var(--border)}
.progress-row:last-child{border-bottom:none}
.status{font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.status.complete{color:var(--teal-dark)}
.status.now{color:var(--navy)}
.status.next{color:var(--muted)}

.footer{background:var(--navy);color:#fff;padding:44px 0 24px}
.footer-grid{display:grid;grid-template-columns:1.7fr repeat(3,1fr);gap:32px}
.footer .brand-word{color:#fff}
.footer p{color:#C7D1DC;max-width:430px}
.footer h4{margin:0 0 12px;font-size:15px}
.footer a{display:block;color:#DDE4EA;font-size:14px;margin:7px 0}
.footer a:hover{color:#fff}
.footer-bottom{border-top:1px solid #2A4058;margin-top:28px;padding-top:18px;display:flex;justify-content:space-between;gap:18px;color:#ABB8C5;font-size:12px}

@media(max-width:1020px){
  .nav-links{gap:14px;font-size:13px}
  .hero-grid,.founder-grid,.two-col{grid-template-columns:1fr}
  .grid-4,.topic-grid,.trust-grid,.stats-grid{grid-template-columns:repeat(2,1fr)}
  .grid-3{grid-template-columns:1fr}
  .stat,.trust{border-bottom:1px solid var(--border)}
}
@media(max-width:780px){
  .container{padding:0 18px}
  .nav{min-height:70px;position:relative}
  .mobile-menu{display:inline-flex}
  .nav-links{
    display:none;position:absolute;left:0;right:0;top:70px;
    background:#fff;border:1px solid var(--border);border-radius:0 0 16px 16px;
    padding:16px 18px;box-shadow:var(--shadow);
    flex-direction:column;align-items:stretch;gap:4px
  }
  .nav-links.open{display:flex}
  .nav-links a{padding:10px 6px}
  .nav-links .btn{margin-top:8px}
  .hero{padding-top:36px}
  h1{font-size:44px}
  .lede{font-size:18px}
  .grid-4,.grid-2,.topic-grid,.trust-grid,.stats-grid{grid-template-columns:1fr}
  .stat,.trust{border-right:none}
  .inline-form{flex-direction:column}
  .footer-grid{grid-template-columns:1fr 1fr}
  .footer-bottom{flex-direction:column}
  .progress-row{grid-template-columns:1fr auto}
  .progress-row span:nth-child(2){grid-column:1/-1}
}
@media(max-width:520px){
  .footer-grid{grid-template-columns:1fr}
  h1{font-size:39px}
  h2{font-size:31px}
}



/* V14 final visual audit */
.hero-media{
  position:relative;
  padding:0;
  overflow:hidden;
  background:#F8FAFA;
  border:1px solid #E1E7EB;
  box-shadow:0 18px 42px rgba(16,36,62,.055);
}
.hero-media img{
  width:100%;
  height:auto;
  display:block;
  object-fit:cover;
  background:#F8FAFA;
}
.hero-medical-copy{
  position:absolute;
  inset:0 auto 0 0;
  width:45%;
  padding:11% 0 8% 6%;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:22px;
  pointer-events:none;
}
.medical-callout{
  max-width:205px;
  padding:12px 14px;
  border-radius:13px;
  background:rgba(255,255,255,.90);
  border:1px solid rgba(218,224,230,.95);
  box-shadow:0 8px 20px rgba(16,36,62,.055);
  backdrop-filter:blur(5px);
}
.medical-callout strong{
  display:block;
  color:var(--navy);
  font-size:12px;
  line-height:1.2;
  letter-spacing:.08em;
}
.medical-callout span{
  display:block;
  margin-top:4px;
  color:var(--muted);
  font-size:12px;
  line-height:1.42;
}

/* Softer yellow, reserved mainly for the top-right conversion CTA. */
.header .btn-yellow{
  background:#F5D57A;
  border-color:#F5D57A;
  color:var(--navy);
}
.header .btn-yellow:hover{
  background:#F0CD70;
  border-color:#F0CD70;
}
.hero .btn-yellow,
.section .btn-yellow,
.waitlist-card .btn-yellow,
.footer .btn-yellow{
  background:var(--navy);
  border-color:var(--navy);
  color:#fff;
}

/* Slightly quieter surfaces and shadows for a more premium medical feel. */
.card,.topic,.form-card,.stats-grid,.founder-copy,.trust-grid{
  box-shadow:0 10px 28px rgba(16,36,62,.04);
}
.section-soft{background:#FAFAF9}
.section-teal{background:#EDF8F6}
.proofline span{background:#F8FCFB}
.number{background:#EDF8F6}

/* Keep line length comfortable on information-heavy pages. */
.article{max-width:800px}
.article p,.article li{max-width:760px}

/* Improve mobile hero visual without covering the foot. */
@media(max-width:780px){
  .hero-medical-copy{
    position:static;
    width:auto;
    padding:16px;
    gap:10px;
    background:#F8FAFA;
  }
  .medical-callout{
    max-width:none;
    box-shadow:none;
  }
}


/* V15 founder story */
.founder-story{
  max-width:840px;
}
.founder-story > p{
  font-size:19px;
  line-height:1.78;
}
.story-beat{
  margin:30px 0;
  font-size:23px !important;
  color:var(--navy) !important;
}
.story-question{
  margin:30px 0;
  padding:24px 28px;
  border-left:4px solid var(--teal);
  background:var(--soft-teal);
  color:var(--navy);
  border-radius:0 14px 14px 0;
  font-size:25px;
  line-height:1.45;
  font-weight:800;
}
.story-anchor{
  margin:34px 0 10px;
  padding:30px;
  border-radius:20px;
  background:var(--navy);
  color:#fff;
}
.story-anchor span{
  display:block;
  color:#C7D1DC;
  font-size:14px;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-weight:800;
  margin-bottom:10px;
}
.story-anchor strong{
  display:block;
  font-size:30px;
  line-height:1.3;
}
.story-divider{
  border:0;
  height:1px;
  background:var(--border);
  margin:54px 0;
}
.story-questions{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:10px;
  margin:24px 0 30px;
}
.story-questions span{
  padding:14px 16px;
  background:#fff;
  border:1px solid var(--border);
  border-radius:12px;
  color:var(--navy);
  font-weight:750;
}
.story-closing{
  margin-top:30px;
  font-size:23px !important;
  color:var(--navy) !important;
}
@media(max-width:700px){
  .story-questions{grid-template-columns:1fr}
  .story-question{font-size:21px}
  .story-anchor strong{font-size:25px}
}

/* V16 hero conversion update */
.hero .btn-outline{
  background:#fff;
  border-color:#C9D1D9;
  color:var(--navy);
}
.hero .btn-outline:hover{
  border-color:var(--teal);
  color:var(--teal-dark);
}
.hero .lede strong{
  color:var(--navy);
}

/* V17 emotionally stronger stats */
.stat em{
  display:block;
  margin-top:10px;
  color:var(--navy);
  font-size:15px;
  font-style:normal;
  font-weight:850;
}
.stat strong{
  letter-spacing:-.03em;
}


/* V18 urgency-first homepage structure */
.urgent-flare-section{
  padding:34px 0 26px;
}
.urgent-flare-card{
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:34px;
  align-items:center;
  background:linear-gradient(145deg,#10243E 0%,#0B1C30 100%);
  color:#fff;
  border-radius:24px;
  padding:34px;
  box-shadow:0 22px 48px rgba(16,36,62,.18);
}
.urgent-flare-card .section-label{
  color:#9BD9D3;
}
.urgent-flare-card h2{
  color:#fff;
  margin:8px 0 14px;
}
.urgent-flare-card p{
  color:#D5DEE7;
  font-size:18px;
  line-height:1.7;
  max-width:680px;
}
.urgent-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:22px;
}
.urgent-flare-card .btn-yellow{
  background:#F5D57A !important;
  border-color:#F5D57A !important;
  color:#10243E !important;
}
.btn-outline-light{
  background:transparent;
  color:#fff;
  border:1px solid #6E8193;
}
.btn-outline-light:hover{
  border-color:#fff;
}
.urgent-flare-list{
  display:grid;
  gap:12px;
}
.urgent-flare-list div{
  display:flex;
  align-items:flex-start;
  gap:12px;
  padding:14px 15px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:14px;
  background:rgba(255,255,255,.045);
}
.urgent-flare-list strong{
  width:30px;
  height:30px;
  border-radius:50%;
  display:grid;
  place-items:center;
  flex:0 0 30px;
  background:#EAF7F5;
  color:#10243E;
  font-size:13px;
}
.urgent-flare-list span{
  color:#F3F6F8;
  font-weight:700;
  line-height:1.45;
}
.single-info-wrap{
  max-width:900px;
}
.single-info-wrap .card{
  padding:32px;
}
@media(max-width:900px){
  .urgent-flare-card{
    grid-template-columns:1fr;
    padding:28px;
  }
}


/* V20 final polish */
.quick-links{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:10px;
  margin-top:18px;
}
.quick-links a{
  padding:10px 13px;
  border:1px solid var(--border);
  border-radius:999px;
  background:#fff;
  color:var(--navy);
  font-size:14px;
  font-weight:750;
}
.quick-links a:hover{
  border-color:#9ED4CE;
  color:var(--teal-dark);
}

.patient-voices-section{
  padding-top:48px;
  padding-bottom:48px;
}
.patient-voices-grid{
  grid-template-columns:1.05fr .95fr;
}
.patient-voices-section .form-card{
  max-width:520px;
  justify-self:end;
}
.patient-voices-section h2{
  max-width:560px;
}

.final-conversion-intro{
  padding:34px 0 0;
}
.final-conversion-intro p{
  max-width:780px;
  margin:0 auto;
  text-align:center;
  color:var(--navy);
  font-size:20px;
  font-weight:800;
  line-height:1.5;
}
.final-conversion-intro + #waitlist{
  padding-top:26px;
}

@media(max-width:900px){
  .patient-voices-grid{
    grid-template-columns:1fr;
  }
  .patient-voices-section .form-card{
    max-width:none;
    justify-self:stretch;
  }
}
