@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@400;500;600;700&display=swap";:root{--primary-navy:#0d1f3c;--primary-navy-dark:#071225;--primary-navy-light:#1a3668;--accent-teal:#00b8a9;--accent-teal-hover:#008f83;--accent-teal-glow:#00b8a94d;--text-primary:#0d1f3c;--text-secondary:#0d1f3c99;--text-muted:#0d1f3c6b;--bg-dark:#dee3e8;--bg-mid:#f0f4f7;--glass-bg:#fff;--glass-border:#0d1f3c1f;--layout-max-width:1280px}*{box-sizing:border-box;margin:0;padding:0}body{color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#dee3e8;font-family:Inter,sans-serif;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:Outfit,sans-serif;font-weight:600;line-height:1.2}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:Inter,sans-serif}.container{max-width:var(--layout-max-width);margin:0 auto;padding:0 2rem}.text-teal{color:var(--accent-teal)}.text-secondary{color:var(--text-secondary)}.btn-primary{background-color:var(--accent-teal);color:var(--primary-navy-dark);box-shadow:0 4px 14px var(--accent-teal-glow);border-radius:.5rem;justify-content:center;align-items:center;gap:.5rem;padding:.875rem 2rem;font-weight:600;transition:all .3s;display:inline-flex}.btn-primary:hover{background-color:var(--accent-teal-hover);transform:translateY(-2px);box-shadow:0 6px 20px #00d4b299}.btn-secondary{color:var(--text-primary);border:1px solid var(--glass-border);background-color:#0000;border-radius:.5rem;padding:.875rem 2rem;font-weight:500;transition:all .3s}.btn-secondary:hover{background-color:#ffffff0d;border-color:#fff3}.glass-card{background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);border-radius:1rem}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-up{animation:.8s cubic-bezier(.16,1,.3,1) forwards fadeUp}.navbar{z-index:100;background:0 0;border-bottom:none;align-items:center;height:100px;display:flex;position:absolute;top:0;left:0;right:0}.navbar.transparent{-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border-bottom:none}.nav-menu-toggle{color:var(--text-primary);cursor:pointer;transition:opacity .3s}.nav-menu-toggle:hover{opacity:.7}.navbar .container{justify-content:space-between;align-items:center;width:100%;display:flex}.nav-brand{letter-spacing:-.5px;align-items:center;gap:.5rem;font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:700;display:flex}.nav-links{align-items:center;gap:2rem;display:flex}.nav-links a{color:var(--text-secondary);font-size:.9375rem;font-weight:500;transition:color .3s}html{scroll-behavior:smooth}.section{padding:8rem 0;position:relative}.sec-dark{background-color:var(--bg-dark)}.sec-navy{background-color:var(--bg-mid)}.section-label{text-transform:uppercase;letter-spacing:.08em;color:var(--accent-teal);margin-bottom:1.25rem;font-family:Inter,sans-serif;font-size:.7rem;font-weight:700;display:block}.section-title{color:var(--text-primary);margin-bottom:1.5rem;font-size:clamp(2rem,4vw,3.25rem);font-weight:700;line-height:1.15}.section-title-sm{color:var(--text-primary);margin-bottom:1.5rem;font-size:clamp(1.75rem,3vw,2.6rem);font-weight:700;line-height:1.2}.section-sub{color:var(--text-secondary);margin-bottom:2.5rem;font-size:1.1rem;line-height:1.8}.text-center{text-align:center}.lh-loose{line-height:1.85}.navbar{z-index:1000;transition:background .4s,border-color .4s,-webkit-backdrop-filter .4s,backdrop-filter .4s;position:fixed;top:0;left:0;right:0}.navbar.scrolled{-webkit-backdrop-filter:blur(24px);background:#f0f4f7eb;border-bottom:1px solid #0d1f3c1a}.nav-inner{max-width:var(--layout-max-width);align-items:center;gap:2.5rem;height:76px;margin:0 auto;padding:0 2rem;display:flex}.nav-brand{flex-shrink:0}.logo-img{mix-blend-mode:multiply;width:auto;height:44px;display:block}.nav-links{flex:1;align-items:center;gap:2.25rem;display:flex}.nav-links a{color:var(--text-secondary);white-space:nowrap;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .2s}.nav-links a:hover{color:var(--text-primary)}.nav-actions{flex-shrink:0;align-items:center;display:flex}.btn-sm{gap:.375rem!important;padding:.6rem 1.2rem!important;font-size:.85rem!important}.nav-mobile-toggle{color:var(--text-primary);cursor:pointer;background:0 0;border:none;margin-left:auto;padding:.5rem;display:none}.mobile-menu{z-index:999;opacity:0;pointer-events:none;background:#fff;flex-direction:column;justify-content:center;align-items:center;gap:2rem;transition:opacity .25s;display:flex;position:fixed;inset:0}.mobile-menu.open{opacity:1;pointer-events:all}.mobile-menu a{color:var(--text-primary);font-size:1.5rem;font-weight:600;text-decoration:none;transition:color .2s}.mobile-menu a:hover{color:var(--accent-teal)}.btn-mobile-cta{margin-top:1rem;padding:1rem 2.5rem!important;font-size:1rem!important}.hero-section{background:var(--bg-dark);align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero-mesh{pointer-events:none;background:radial-gradient(60% 80% at 15% 60%,#00b8a912 0%,#0000 55%),radial-gradient(50% 60% at 85% 15%,#0d1f3c0d 0%,#0000 60%);position:absolute;inset:0}.hero-glow{filter:blur(100px);pointer-events:none;border-radius:50%;position:absolute}.hero-glow.g1{background:#00b8a91a;width:700px;height:700px;top:-150px;right:-150px}.hero-glow.g2{background:#0d1f3c0d;width:450px;height:450px;bottom:-50px;left:-100px}.hero-container{z-index:10;flex-direction:column;align-items:center;padding-top:76px;padding-bottom:4rem;display:flex;position:relative}.hero-content{text-align:center;max-width:840px;margin:0 auto 3rem;padding-top:3.5rem}.hero-badge{color:var(--accent-teal);background:#00d4b214;border:1px solid #00d4b238;border-radius:2rem;align-items:center;gap:.5rem;margin-bottom:2.5rem;padding:.5rem 1.25rem;font-size:.82rem;font-weight:500;display:inline-flex}.hero-title{letter-spacing:-.025em;color:var(--text-primary);margin-bottom:1.75rem;font-size:clamp(3rem,6.5vw,5.5rem);font-weight:800;line-height:1.05}.hero-sub{color:var(--text-secondary);max-width:600px;margin:0 auto 3rem;font-size:1.2rem;line-height:1.75}.hero-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;display:flex}.btn-hero{padding:1.1rem 2.5rem!important;font-size:1rem!important}.btn-outline{color:var(--text-primary);cursor:pointer;background:0 0;border:1px solid #0d1f3c33;border-radius:.5rem;align-items:center;gap:.5rem;padding:.875rem 2rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;transition:all .3s;display:inline-flex}.btn-outline:hover{background:#0d1f3c0d;border-color:#0d1f3c59}.btn-ghost{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;padding:.875rem 1rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;transition:color .2s}.btn-ghost:hover{color:var(--text-primary)}.btn-lg{padding:1.25rem 3rem!important;font-size:1.05rem!important}.hero-cards{grid-template-columns:1fr 1fr;gap:1.25rem;width:100%;max-width:780px;display:grid}.product-card{cursor:pointer;background-position:50%;background-size:cover;border-radius:1.25rem;height:340px;transition:transform .45s cubic-bezier(.165,.84,.44,1),box-shadow .45s;position:relative;overflow:hidden}.product-card:hover{transform:translateY(-10px);box-shadow:0 40px 80px #00000073}.card-score{background-image:url(/score-bg-prod.png)}.card-reset{background-image:url(/reset-bg-prod.png)}.pc-overlay{background:linear-gradient(#050a140d 0%,#050a14d1 100%);transition:background .3s;position:absolute;inset:0}.product-card:hover .pc-overlay{background:linear-gradient(#050a1426 0%,#050a14e6 100%)}.pc-content{padding:2rem;position:absolute;bottom:0;left:0;right:0}.pc-label{letter-spacing:.08em;color:var(--accent-teal);margin-bottom:.75rem;font-family:Inter,sans-serif;font-size:.8rem;font-weight:700;display:block}.pc-desc{color:#ffffffc7;margin-bottom:1.25rem;font-size:.9rem;line-height:1.6}.pc-cta{color:#fff;border-bottom:1px solid #ffffff4d;align-items:center;gap:.4rem;padding-bottom:.1rem;font-size:.875rem;font-weight:600;transition:all .2s;display:inline-flex}.product-card:hover .pc-cta{color:var(--accent-teal);border-bottom-color:var(--accent-teal)}.stats-bar{background:var(--bg-mid);border-top:1px solid #0d1f3c14;border-bottom:1px solid #0d1f3c14;padding:3rem 0}.stats-grid{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.stat-item{text-align:center;flex-direction:column;align-items:center;gap:.5rem;display:flex}.stat-value{color:var(--accent-teal);font-family:Outfit,sans-serif;font-size:2.4rem;font-weight:700;line-height:1}.stat-label{color:var(--text-secondary);text-align:center;font-size:.82rem;font-weight:500}.problem-grid{grid-template-columns:repeat(5,1fr);gap:1.25rem;margin-top:3.5rem;display:grid}.problem-card{background:#fff;border:1px solid #0d1f3c1a;border-radius:1.25rem;padding:2rem 1.75rem;transition:border-color .3s,background .3s,transform .35s}.problem-card:hover{background:#00b8a908;border-color:#00b8a94d;transform:translateY(-6px)}.problem-icon{width:52px;height:52px;color:var(--accent-teal);background:#00d4b21a;border-radius:.875rem;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.problem-card h3{color:var(--text-primary);margin-bottom:.625rem;font-size:.975rem;font-weight:600}.problem-card p{color:var(--text-secondary);font-size:.875rem;line-height:1.65}.split-layout{grid-template-columns:1fr 1fr;align-items:center;gap:6rem;display:grid}.split-text{flex-direction:column;display:flex}.split-text .text-secondary{margin-bottom:1.75rem;font-size:1.05rem}.check-list{flex-direction:column;gap:1rem;margin-top:1.5rem;list-style:none;display:flex}.check-list li{color:var(--text-secondary);align-items:flex-start;gap:.875rem;font-size:.975rem;line-height:1.55;display:flex}.check-list li svg{flex-shrink:0;margin-top:2px}.metric-card-main{background:#fff;border:1px solid #0d1f3c1a;border-radius:1.5rem;flex-direction:column;gap:1.5rem;padding:2.5rem;display:flex}.metric-big{text-align:center;background:#00d4b20a;border:1px solid #00d4b224;border-radius:1rem;padding:2rem}.metric-num{margin-bottom:.625rem;font-family:Outfit,sans-serif;font-size:3.25rem;font-weight:800;line-height:1;display:block}.metric-caption{color:var(--text-secondary);font-size:.85rem;line-height:1.5}.metric-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.metric-mini{color:var(--text-secondary);background:#0d1f3c0a;border:1px solid #0d1f3c14;border-radius:.75rem;align-items:center;gap:.75rem;padding:1.1rem;font-size:.82rem;font-weight:500;display:flex}.sec-score{overflow:hidden}.score-glow{background:var(--accent-teal);filter:blur(160px);opacity:.055;pointer-events:none;border-radius:50%;width:700px;height:700px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.score-wrap{max-width:680px;margin:0 auto}.score-meters{text-align:left;flex-direction:column;gap:.9rem;max-width:480px;margin:0 auto;display:flex}.meter-row{align-items:center;gap:1rem;display:flex}.meter-lbl{color:var(--text-secondary);min-width:105px;font-size:.82rem;font-weight:500}.meter-track{background:#0d1f3c1a;border-radius:3px;flex:1;height:5px;overflow:hidden}.meter-fill{background:linear-gradient(to right, var(--accent-teal), #00d4b28c);border-radius:3px;height:100%;animation:1.1s forwards meterIn}@keyframes meterIn{0%{width:0!important}}.steps-grid{grid-template-columns:repeat(4,1fr);gap:0;margin-top:4rem;display:grid;position:relative}.steps-grid:before{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#00d4b240,#0000);height:1px;position:absolute;top:2.4rem;left:12%;right:12%}.step-card{text-align:center;padding:0 2.25rem}.step-num{color:var(--accent-teal);background:#00d4b20a;border:1px solid #00d4b247;border-radius:50%;justify-content:center;align-items:center;width:4.75rem;height:4.75rem;margin:0 auto 2rem;font-family:Inter,sans-serif;font-size:.85rem;font-weight:700;display:flex}.step-card h3{color:var(--text-primary);margin-bottom:.875rem;font-size:1.2rem;font-weight:700}.step-card p{color:var(--text-secondary);font-size:.9rem;line-height:1.7}.benefits-layout{grid-template-columns:1fr 1fr;align-items:start;gap:6rem;display:grid}.benefits-header{flex-direction:column;display:flex}.benefits-list{flex-direction:column;gap:.875rem;display:flex}.benefit-item{color:var(--text-primary);background:#fff;border:1px solid #0d1f3c1a;border-radius:1rem;align-items:center;gap:1.25rem;padding:1.4rem 1.75rem;font-size:.975rem;font-weight:500;transition:border-color .25s,background .25s;display:flex}.benefit-item:hover{background:#00b8a908;border-color:#00b8a940}.benefit-icon{width:40px;height:40px;color:var(--accent-teal);background:#00d4b21a;border-radius:.625rem;flex-shrink:0;justify-content:center;align-items:center;display:flex}.testi-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:4rem;display:grid}.testi-card{background:#fff;border:1px solid #0d1f3c14;border-radius:1.25rem;flex-direction:column;gap:1.5rem;padding:2.25rem;transition:border-color .3s,transform .3s;display:flex}.testi-card:hover{border-color:#00b8a940;transform:translateY(-4px)}.testi-stars{color:var(--accent-teal);gap:.2rem;display:flex}.testi-quote{color:var(--text-secondary);flex:1;font-size:.92rem;line-height:1.8}.testi-author{align-items:center;gap:1rem;display:flex}.testi-avatar{background:linear-gradient(135deg, var(--accent-teal), var(--primary-navy-light));width:40px;height:40px;color:var(--primary-navy-dark);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.95rem;font-weight:700;display:flex}.testi-name{color:var(--text-primary);font-size:.9rem;font-weight:600}.testi-role{color:var(--text-muted);margin-top:.2rem;font-size:.78rem}.sec-science{border-top:1px solid #0d1f3c14;border-bottom:1px solid #0d1f3c14}.science-tags{flex-wrap:wrap;justify-content:center;gap:.875rem;display:flex}.stag{color:var(--accent-teal);cursor:default;background:#00d4b20d;border:1px solid #00d4b233;border-radius:2rem;padding:.6rem 1.5rem;font-size:.875rem;font-weight:500;transition:all .2s}.stag:hover{background:#00d4b21a;border-color:#00d4b266}.programs-grid{grid-template-columns:1fr 1fr;gap:2rem;max-width:880px;margin:4rem auto 0;display:grid}.program-card{background:#fff;border:1px solid #0d1f3c1a;border-radius:1.5rem;flex-direction:column;padding:3rem;transition:transform .3s,border-color .3s;display:flex;position:relative}.program-card:hover{border-color:#0d1f3c2e;transform:translateY(-6px)}.prog-featured{background:#00b8a908!important;border-color:#00b8a959!important}.prog-featured:hover{border-color:#00b8a980!important}.prog-badge{background:var(--accent-teal);color:var(--primary-navy-dark);text-transform:uppercase;letter-spacing:.08em;white-space:nowrap;border-radius:2rem;padding:.3rem 1.2rem;font-size:.68rem;font-weight:700;position:absolute;top:-14px;left:50%;transform:translate(-50%)}.prog-badge-soon{color:var(--text-secondary);background:#0d1f3c1a}.prog-coming-soon{opacity:.55;pointer-events:none;background:#0d1f3c05!important;border-color:#0d1f3c14!important}.prog-coming-soon .prog-icon{color:var(--text-muted)}.prog-coming-soon button:disabled{cursor:not-allowed;opacity:.5}.prog-icon{color:var(--accent-teal);margin-bottom:1.75rem}.program-card h3{color:var(--text-primary);margin-bottom:.875rem;font-size:1.5rem;font-weight:700}.program-card .text-secondary{margin-bottom:2rem;font-size:.925rem;line-height:1.7}.prog-features{flex-direction:column;flex:1;gap:.875rem;margin-bottom:2.5rem;list-style:none;display:flex}.prog-features li{color:var(--text-secondary);align-items:center;gap:.75rem;font-size:.875rem;display:flex}.prog-features li svg{color:var(--accent-teal);flex-shrink:0}.sec-coming-soon{opacity:.6;pointer-events:none;position:relative}.coming-soon-banner{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.08em;z-index:10;white-space:nowrap;-webkit-backdrop-filter:blur(8px);pointer-events:none;background:#f0f4f7e6;border:1px solid #0d1f3c1f;border-radius:2rem;align-items:center;gap:.6rem;padding:.55rem 1.5rem;font-family:Inter,sans-serif;font-size:.78rem;font-weight:600;display:inline-flex;position:absolute;top:2rem;left:50%;transform:translate(-50%)}.cs-dot{background:var(--accent-teal);opacity:.7;border-radius:50%;flex-shrink:0;width:7px;height:7px}.telehealth-card{background:#fff;border:1px solid #0d1f3c1a;border-radius:1.5rem;flex-direction:column;gap:2rem;padding:2.5rem;display:flex}.th-header{align-items:center;gap:1.25rem;display:flex}.th-title{color:var(--text-primary);font-size:1.05rem;font-weight:700}.th-sub{color:var(--text-secondary);margin-top:.2rem;font-size:.82rem}.th-features{background:#0d1f3c0a;border-radius:1rem;flex-direction:column;gap:1.1rem;padding:1.5rem;display:flex}.th-feat{color:var(--text-secondary);align-items:center;gap:1rem;font-size:.875rem;display:flex}.sec-cta{background:var(--bg-dark);padding:11rem 0;overflow:hidden}.cta-glow{background:var(--accent-teal);filter:blur(200px);opacity:.045;pointer-events:none;border-radius:50%;width:900px;height:900px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.cta-title{letter-spacing:-.025em;color:var(--text-primary);margin-bottom:1.75rem;font-size:clamp(2.5rem,5vw,4.75rem);font-weight:800;line-height:1.08}.cta-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:1.5rem;display:flex}.footer{background:var(--bg-mid);border-top:1px solid #0d1f3c1a;padding:6rem 0 3rem}.footer-grid{grid-template-columns:2.5fr 1fr 1fr 1fr;gap:4rem;margin-bottom:5rem;display:grid}.footer-brand{flex-direction:column;gap:1.5rem;display:flex}.footer-brand p{max-width:270px;color:var(--text-secondary);font-size:.9rem}.footer-logo-img{object-fit:contain;object-position:left center;mix-blend-mode:multiply;width:auto;max-width:220px;height:52px;display:block}.footer-col{flex-direction:column;gap:1rem;display:flex}.footer-col h4{text-transform:uppercase;letter-spacing:.08em;color:var(--text-primary);margin-bottom:.5rem;font-family:Inter,sans-serif;font-size:.7rem;font-weight:700}.footer-col a{color:var(--text-secondary);font-size:.875rem;text-decoration:none;transition:color .2s}.footer-col a:hover{color:var(--text-primary)}.footer-bottom{border-top:1px solid #0d1f3c1a;justify-content:space-between;align-items:center;gap:3rem;padding-top:2.5rem;display:flex}.footer-bottom p{color:var(--text-muted);max-width:580px;font-size:.78rem;line-height:1.65}@media (width<=1100px){.problem-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=992px){.nav-links,.nav-actions{display:none}.nav-mobile-toggle{display:flex}.hero-cards{grid-template-columns:1fr;max-width:460px}.product-card{height:280px}.stats-grid,.problem-grid{grid-template-columns:repeat(2,1fr)}.split-layout{grid-template-columns:1fr;gap:3rem}.split-visual{order:-1}.steps-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.steps-grid:before{display:none}.benefits-layout{grid-template-columns:1fr;gap:3rem}.testi-grid{grid-template-columns:1fr}.programs-grid{grid-template-columns:1fr;max-width:480px}.footer-grid{grid-template-columns:1fr 1fr;gap:3rem}.footer-brand{grid-column:1/-1}.footer-bottom{text-align:center;flex-direction:column;gap:1.25rem}.footer-bottom p{max-width:100%}}@media (width<=768px){.section{padding:5rem 0}.hero-title{font-size:clamp(2.4rem,7vw,3.5rem)}.hero-actions{flex-direction:column;align-items:stretch}.hero-actions .btn-hero,.hero-actions .btn-outline{text-align:center;justify-content:center}.problem-grid,.steps-grid,.footer-grid{grid-template-columns:1fr}.cta-actions{flex-direction:column;align-items:stretch}.cta-actions .btn-lg,.cta-actions .btn-ghost{text-align:center;justify-content:center}.sec-cta{padding:7rem 0}.score-wrap{padding:0 1rem}}
