:root {
  --accent: #2f7df4;
  --bg: #06152f;
  --fg: #f7fbff;
  --muted: #a8bad6;
  --surface: color-mix(in srgb, var(--bg) 92%, var(--fg));
  --line: color-mix(in srgb, var(--fg) 18%, transparent);
  --shadow: 0 24px 70px rgba(0,0,0,.14);
  --radius: 24px;
  --max: 1180px;
}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--fg);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.65;text-rendering:optimizeLegibility}
img{max-width:100%;height:auto;display:block}
a{color:inherit}
button,input{font:inherit}
.skip-link{position:fixed;left:1rem;top:1rem;z-index:1000;background:var(--fg);color:var(--bg);padding:.75rem 1rem;border-radius:.5rem;transform:translateY(-160%)}
.skip-link:focus{transform:translateY(0)}
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.affiliate-note{font-size:.78rem;text-align:center;padding:.5rem 1rem;border-bottom:1px solid var(--line);background:color-mix(in srgb,var(--bg) 92%,var(--accent));color:var(--muted)}
.brand img{width:clamp(210px,24vw,300px)}
.nav-toggle{display:none;background:none;border:0;padding:.5rem;color:inherit}
.nav-toggle span:not(.sr-only){display:block;width:24px;height:2px;background:currentColor;margin:5px 0}
.button,.leaf-button,.power-button,.private-button,.editorial-button{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;text-decoration:none;font-weight:800;border-radius:999px;padding:.9rem 1.25rem;border:1px solid transparent;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}
.button:hover,.leaf-button:hover,.power-button:hover,.private-button:hover,.editorial-button:hover{transform:translateY(-2px)}
.button:focus-visible,.leaf-button:focus-visible,.power-button:focus-visible,.private-button:focus-visible,.editorial-button:focus-visible,a:focus-visible,summary:focus-visible{outline:3px solid color-mix(in srgb,var(--accent) 65%,white);outline-offset:4px}
.site-footer{padding:4rem max(1.25rem,calc((100vw - var(--max))/2));border-top:1px solid var(--line)}
.footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:2rem}
.footer-grid p{color:var(--muted);max-width:42ch}
.footer-bottom{display:flex;justify-content:space-between;gap:1rem;margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid var(--line);font-size:.84rem;color:var(--muted)}
.faq-list{display:grid;gap:.75rem}
.faq-item{border-bottom:1px solid var(--line)}
.faq-item summary{cursor:pointer;list-style:none;padding:1.15rem 3rem 1.15rem 0;font-weight:800;position:relative}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary::after{content:"+";position:absolute;right:.25rem;top:1rem;font-size:1.5rem;color:var(--accent)}
.faq-item[open] summary::after{content:"−"}
.faq-answer{padding:0 2.5rem 1.2rem 0;color:var(--muted)}
[data-reveal]{opacity:0;transform:translateY(22px);transition:opacity .65s ease,transform .65s cubic-bezier(.2,.75,.2,1)}
[data-reveal].is-visible{opacity:1;transform:none}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}[data-reveal]{opacity:1;transform:none}}
@media (max-width:800px){
  .nav-toggle{display:block}
  [data-nav]{display:none;position:absolute;left:1rem;right:1rem;top:calc(100% + .5rem);padding:1rem;background:var(--bg);border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);z-index:30}
  [data-nav][data-open]{display:grid;gap:.8rem}
  .footer-grid{grid-template-columns:1fr}
  .footer-bottom{flex-direction:column}
}

.site-one{--bg:#f7fbff;--fg:#071a36;--muted:#526984;--surface:#ffffff}
.site-one .affiliate-note{background:#06152f;color:#c9d8ee;border:0}
.site-header{height:86px;max-width:var(--max);margin:auto;display:flex;align-items:center;justify-content:space-between;padding:0 1.25rem;position:relative}
.site-header nav{display:flex;align-items:center;gap:1.4rem;font-size:.92rem;font-weight:700}
.site-header nav>a:not(.button){text-decoration:none;color:#4c607a}
.button{background:#2f7df4;color:#fff;box-shadow:0 12px 30px rgba(47,125,244,.28)}
.button-small{padding:.65rem 1rem}
.hero{max-width:var(--max);margin:1rem auto 5rem;padding:0 1.25rem;display:grid;grid-template-columns:1fr .96fr;align-items:center;gap:4rem}
.hero-copy{padding:3rem 0}.eyebrow,.kicker{color:#2f7df4;text-transform:uppercase;letter-spacing:.14em;font-size:.78rem;font-weight:900}
.hero h1{font-size:clamp(2.7rem,5.8vw,5.3rem);line-height:1.02;letter-spacing:-.055em;margin:.6rem 0 1.4rem;max-width:11ch}
.lead{font-size:1.16rem;max-width:58ch;color:#526984}.hero-actions{display:flex;align-items:center;gap:1.2rem;margin:2rem 0}.text-link{font-weight:800;text-underline-offset:.3em}
.trust-list{display:flex;flex-wrap:wrap;gap:.6rem 1.25rem;list-style:none;padding:0;margin:2rem 0 0;font-size:.84rem;color:#526984}.trust-list li::before{content:"✓";color:#2f7df4;font-weight:900;margin-right:.35rem}
.hero-media img{border-radius:34px;box-shadow:var(--shadow)}
.answer-strip{max-width:var(--max);margin:auto;padding:2rem 2.2rem;background:#06152f;color:white;border-radius:26px;display:grid;grid-template-columns:1fr 1.4fr;gap:3rem;align-items:center}.answer-strip h2{font-size:1.7rem;margin:.2rem 0}.answer-strip p:last-child{color:#c9d8ee}
.section{max-width:var(--max);margin:0 auto;padding:7rem 1.25rem}.split{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center}.split h2,.section-heading h2{font-size:clamp(2.2rem,4vw,3.8rem);line-height:1.08;letter-spacing:-.04em;margin:.6rem 0 1.2rem}.split p{color:#526984}.definition-card{background:#eaf2ff;border:1px solid #d8e5f8;border-radius:26px;padding:1rem 2rem}.definition-card>div{display:grid;grid-template-columns:46px 1fr;column-gap:1rem;padding:1.25rem 0;border-bottom:1px solid #ccdcf2}.definition-card>div:last-child{border:0}.definition-card span{grid-row:span 2;color:#2f7df4;font-weight:900}.definition-card h3,.definition-card p{margin:0}.definition-card p{font-size:.9rem}
.criteria-section{padding-top:3rem}.section-heading{max-width:760px;margin-bottom:2.5rem}.section-heading>p:last-child{color:#526984}.criteria-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.criteria-grid article{background:#fff;border:1px solid #dfe8f4;border-radius:22px;padding:1.7rem;min-height:210px}.criteria-grid span{color:#2f7df4;font-weight:900;font-size:.8rem}.criteria-grid h3{font-size:1.15rem}.criteria-grid p{color:#526984;font-size:.93rem}
.product-window{max-width:var(--max);margin:0 auto 5rem;padding:4rem;background:linear-gradient(135deg,#0a2146,#103a75);color:white;border-radius:36px;display:grid;grid-template-columns:1.4fr .7fr;gap:3rem;align-items:center}.product-window p{color:#c7d9ef}.check-list{list-style:none;padding:0}.check-list li{margin:.5rem 0}.check-list li::before{content:"✓";color:#76aaff;margin-right:.6rem}.product-cta{text-align:center;display:grid;justify-items:center;gap:1rem}.roundel{display:grid;place-items:center;width:100px;height:100px;border-radius:50%;border:1px solid #7aa7df;color:#bcd6f7;letter-spacing:.2em}.roundel b{color:white}.product-cta small{color:#afc5e0;max-width:28ch}
.local-section{background:#eaf2ff;max-width:none;padding-left:max(1.25rem,calc((100vw - var(--max))/2));padding-right:max(1.25rem,calc((100vw - var(--max))/2));display:grid;grid-template-columns:.7fr 1.3fr;gap:5rem}.local-section p{color:#526984}.notice{padding:1rem;border-left:3px solid #2f7df4;background:#fff}
.medical-note{max-width:var(--max);margin:5rem auto;padding:2rem 1.25rem;display:grid;grid-template-columns:80px 1fr;gap:1.5rem;align-items:center}.medical-icon{width:70px;height:70px;border-radius:50%;display:grid;place-items:center;background:#2f7df4;color:white;font-size:2rem}.medical-note p{color:#526984}
.faq-section{display:grid;grid-template-columns:.8fr 1.2fr;gap:5rem}.final-cta{max-width:var(--max);margin:0 auto 6rem;padding:5rem 2rem;text-align:center;border-radius:34px;background:#dceaff}.final-cta h2{font-size:clamp(2rem,4vw,3.5rem);margin:.5rem}.final-cta p{color:#526984}
@media(max-width:900px){.hero,.split,.answer-strip,.product-window,.local-section,.faq-section{grid-template-columns:1fr;gap:2rem}.hero{margin-top:0}.hero-copy{padding:1rem 0}.hero h1{font-size:clamp(2.5rem,12vw,4rem)}.criteria-grid{grid-template-columns:1fr 1fr}.site-header nav{display:none}.site-header [data-nav][data-open]{display:grid}.product-window{margin-left:1rem;margin-right:1rem;padding:2rem}.section{padding:4.5rem 1.25rem}}
@media(max-width:560px){.criteria-grid{grid-template-columns:1fr}.hero-actions{align-items:stretch;flex-direction:column}.button{width:100%}.trust-list{display:grid}.answer-strip{margin:0 1rem}.final-cta{margin:0 1rem 4rem}.site-header{height:72px}}
