*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--navy:#15395A;--navy-dark:#0D2840;--navy-light:#2C5C8C;--gold:#BE934A;--gold-light:#E2BB70;--gold-pale:#FAF3E3;--cream:#FAF8F2;--white:#FFFFFF;--text-dark:#1C2230;--text-mid:#3D4658;--text-muted:#6B7385;--text-light:#9AA0AE;--border:#E4E6EC;--border-light:#F1F2F6;--nav-bg:#FAF3E3;--nav-border:rgba(190,147,74,0.28);--serif:var(--font-playfair),"Playfair Display",Georgia,serif;--sans:var(--font-source-sans),"Source Sans 3",system-ui,sans-serif;--radius-sm:4px;--radius-md:8px;--radius-lg:16px;--radius-xl:24px}html{scroll-behavior:smooth}body{font-family:var(--sans);font-size:18px;line-height:1.75;color:var(--text-dark);background:var(--white);-webkit-font-smoothing:antialiased}nav{position:fixed;top:0;left:0;right:0;z-index:100;background:var(--nav-bg);border-bottom:1px solid var(--nav-border);box-shadow:0 2px 16px rgba(21,57,90,.07);padding:0 2rem;height:72px;display:flex;justify-content:space-between}.nav-logo,nav{align-items:center}.nav-logo{display:inline-flex;gap:.6rem;text-decoration:none;flex-shrink:0}.brand-logo-img{display:block;height:44px;width:auto}.brand-logo-img--footer{height:48px}.nav-links{display:flex;gap:2rem;align-items:center}.nav-links a{font-size:.875rem;font-weight:500;color:var(--text-mid);text-decoration:none;letter-spacing:.02em;transition:color .2s}.nav-links a:hover{color:var(--navy)}.nav-hcp{color:var(--gold)!important;font-weight:600!important}.nav-hcp:hover{color:#9A7430!important}.nav-cta{background:var(--navy)!important;color:var(--white)!important;padding:.5rem 1.25rem;border-radius:100px;font-weight:600!important;transition:background .2s!important}.nav-cta:hover{background:var(--navy-dark)!important}.nav-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;background:none;border:none;cursor:pointer;padding:8px}.nav-toggle span{display:block;height:2px;width:100%;background:var(--navy);border-radius:2px;transition:transform .3s ease,opacity .3s ease}.nav-toggle.open span:first-child{transform:translateY(7px) rotate(45deg)}.nav-toggle.open span:nth-child(2){opacity:0}.nav-toggle.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.hero{min-height:100vh;background:linear-gradient(160deg,var(--navy-dark) 0,var(--navy) 55%,#22588A 100%);display:flex;align-items:center;padding:120px 2rem 80px;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 80% 60% at 70% 50%,rgba(190,147,74,.12) 0,transparent 70%)}.hero-inner{max-width:1140px;margin:0 auto;width:100%;display:grid;grid-template-columns:1fr 1fr;grid-gap:80px;gap:80px;align-items:center;position:relative;z-index:1}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.2);padding:.375rem 1rem;border-radius:100px;font-size:.8rem;font-weight:600;color:rgba(255,255,255,.9);letter-spacing:.08em;text-transform:uppercase;margin-bottom:1.5rem}.hero-badge-dot{width:6px;height:6px;border-radius:50%;background:var(--gold-light)}.hero h1{font-family:var(--serif);font-size:clamp(2.4rem,4vw,3.5rem);font-weight:700;line-height:1.15;color:var(--white);letter-spacing:-.02em;margin-bottom:1.5rem}.hero h1 em{font-style:italic;color:#E6C57B}.hero-sub{font-size:1.2rem;line-height:1.8;color:rgba(255,255,255,.82);margin-bottom:2.5rem;font-weight:300}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.btn-primary{display:inline-flex;align-items:center;gap:8px;background:var(--gold);color:var(--white);font-family:var(--sans);font-size:.9375rem;font-weight:600;padding:.875rem 1.75rem;border-radius:100px;text-decoration:none;border:none;cursor:pointer;transition:background .2s,transform .15s;letter-spacing:.01em}.btn-primary:hover{background:var(--gold-light);transform:translateY(-1px)}.btn-secondary{display:inline-flex;align-items:center;gap:8px;background:transparent;color:var(--white);font-family:var(--sans);font-size:.9375rem;font-weight:500;padding:.875rem 1.75rem;border-radius:100px;text-decoration:none;border:1.5px solid rgba(255,255,255,.35);cursor:pointer;transition:border-color .2s,background .2s,transform .15s}.btn-secondary:hover{border-color:rgba(255,255,255,.65);background:rgba(255,255,255,.07);transform:translateY(-1px)}.hero-visual{display:flex;flex-direction:column;gap:16px}.stat-card{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.15);border-radius:var(--radius-lg);padding:1.25rem 1.5rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.stat-card-callout{background:rgba(190,147,74,.18);border-color:rgba(190,147,74,.4)}.stat-cards-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}section{padding:100px 2rem}.container{max-width:1140px;margin:0 auto;width:100%}.container-narrow{max-width:760px;margin:0 auto;width:100%}.section-label{display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem}.section-title{font-family:var(--serif);font-size:clamp(1.875rem,3vw,2.625rem);font-weight:700;line-height:1.2;color:var(--navy);letter-spacing:-.02em;margin-bottom:1.25rem}.section-title em{font-style:italic;color:var(--gold)}.section-intro{font-size:1.2rem;color:var(--text-muted);line-height:1.8;font-weight:300}.problem{background:var(--cream)}.problem-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:80px;gap:80px;align-items:start;margin-top:60px}.callout-stat{background:var(--navy);border-radius:var(--radius-xl);padding:2.5rem;position:relative;overflow:hidden}.callout-stat:before{content:'"';position:absolute;top:-20px;left:20px;font-family:var(--serif);font-size:12rem;color:rgba(255,255,255,.06);line-height:1}.callout-stat blockquote{font-family:var(--serif);font-size:1.3rem;font-style:italic;line-height:1.65;color:var(--white);margin-bottom:1.25rem;position:relative;z-index:1}.callout-stat blockquote strong{color:#E6C57B;font-style:normal;font-weight:700}.callout-source{font-size:.8rem;color:rgba(255,255,255,.55);font-weight:500;letter-spacing:.04em;text-transform:uppercase;position:relative;z-index:1}.problem-points{display:flex;flex-direction:column;gap:1.5rem}.problem-point{display:flex;gap:1rem;align-items:flex-start}.problem-point-icon{width:40px;height:40px;flex-shrink:0;background:var(--gold-pale);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;margin-top:2px}.problem-point-icon svg{width:20px;height:20px;color:var(--gold)}.problem-point h4{font-family:var(--sans);font-size:1rem;font-weight:600;color:var(--navy);margin-bottom:.2rem}.problem-point p{font-size:.9375rem;color:var(--text-muted);line-height:1.6}.problem-closing{margin-top:60px;padding:2.5rem 3rem;background:var(--navy);border-radius:var(--radius-lg);font-family:var(--serif);font-size:1.4rem;font-style:italic;color:var(--white);line-height:1.65;text-align:center}.program{background:var(--white)}.pillars-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:32px;gap:32px;margin-top:60px}.pillar-card{background:var(--cream);border:1px solid var(--border-light);border-radius:var(--radius-xl);padding:2rem;position:relative;transition:transform .2s,box-shadow .2s}.pillar-card:hover{transform:translateY(-4px);box-shadow:0 20px 60px rgba(27,58,107,.1)}.pillar-number{font-family:var(--serif);font-size:3.5rem;font-weight:700;color:var(--border);line-height:1;position:absolute;top:1.25rem;right:1.75rem}.pillar-icon{width:52px;height:52px;background:var(--navy);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.pillar-icon svg{width:26px;height:26px;color:var(--white)}.pillar-card h3{font-family:var(--sans);font-weight:700;color:var(--gold);letter-spacing:.02em;text-transform:uppercase;font-size:.8125rem;margin-bottom:.5rem}.pillar-card h2{font-family:var(--serif);font-size:1.4rem;font-weight:600;color:var(--navy);line-height:1.3;margin-bottom:1rem}.pillar-card p{font-size:.9375rem;color:var(--text-mid);line-height:1.75}.ingredient-list{list-style:none;margin-top:1rem;display:flex;flex-direction:column;gap:.5rem}.ingredient-list li{display:flex;align-items:flex-start;gap:8px;font-size:.9rem;color:var(--text-mid);line-height:1.5}.ingredient-list li:before{content:"";display:block;width:6px;height:6px;border-radius:50%;background:var(--gold);margin-top:6px;flex-shrink:0}.ingredient-list strong{color:var(--navy);font-weight:600}.science{background:var(--navy);padding:100px 2rem}.science .section-label{color:#E6C57B}.science .section-title{color:var(--white)}.science .section-intro{color:rgba(255,255,255,.65)}.mechanism-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:24px;gap:24px;margin-top:60px}.mechanism-card{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);border-radius:var(--radius-lg);padding:1.75rem 1.5rem;text-align:center;transition:background .2s}.mechanism-card:hover{background:rgba(255,255,255,.11)}.mechanism-verb{font-family:var(--serif);font-size:1.75rem;font-weight:700;font-style:italic;color:#E6C57B;margin-bottom:.5rem}.mechanism-subject{font-size:.8125rem;font-weight:700;color:rgba(255,255,255,.5);letter-spacing:.1em;text-transform:uppercase;margin-bottom:.875rem}.mechanism-desc{font-size:.875rem;color:rgba(255,255,255,.65);line-height:1.65}.quotes-row{margin-top:60px;display:grid;grid-template-columns:1fr 1fr;grid-gap:24px;gap:24px}.quote-card{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-lg);padding:1.75rem}.quote-card blockquote{font-family:var(--serif);font-style:italic;font-size:1rem;color:rgba(255,255,255,.85);line-height:1.7;margin-bottom:1rem}.quote-source{font-size:.8rem;color:rgba(255,255,255,.4);font-weight:500;letter-spacing:.05em;text-transform:uppercase}.for-you{background:var(--cream)}.for-you-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:80px;gap:80px;align-items:center;margin-top:60px}.for-you-list{display:flex;flex-direction:column;gap:1rem}.for-you-item{display:flex;gap:1rem;align-items:flex-start;background:var(--white);border:1px solid var(--border-light);border-radius:var(--radius-lg);padding:1.25rem 1.5rem;transition:border-color .2s,transform .2s}.for-you-item:hover{border-color:var(--gold);transform:translateX(4px)}.check-icon{width:24px;height:24px;flex-shrink:0;background:var(--gold-pale);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-top:1px}.check-icon svg{width:13px;height:13px;color:var(--navy)}.for-you-item p{font-size:.9375rem;color:var(--text-mid);line-height:1.55}.for-you-cta-box{background:var(--navy);border-radius:var(--radius-xl);padding:2.5rem}.for-you-cta-box h3{font-family:var(--serif);font-size:1.6rem;font-weight:700;color:var(--white);line-height:1.3;margin-bottom:1rem}.steps{background:var(--white)}.steps-row{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:0;gap:0;margin-top:60px;position:relative}.steps-row:before{content:"";position:absolute;top:28px;left:10%;right:10%;height:1px;background:linear-gradient(to right,transparent,var(--border) 20%,var(--border) 80%,transparent)}.step{flex-direction:column;text-align:center;padding:0 1.25rem}.step,.step-num{display:flex;align-items:center;position:relative}.step-num{width:56px;height:56px;background:var(--white);border:2px solid var(--navy);border-radius:50%;justify-content:center;font-family:var(--serif);font-size:1.25rem;font-weight:700;color:var(--navy);margin-bottom:1.5rem;z-index:1;transition:background .2s,color .2s}.step:hover .step-num{background:var(--navy);color:var(--white)}.step-title{font-family:var(--sans);font-size:.9375rem;font-weight:700;color:var(--navy);margin-bottom:.625rem;letter-spacing:.01em}.step-desc{font-size:.875rem;color:var(--text-muted);line-height:1.65}.step-evolve .step-num{border-color:var(--gold);color:var(--gold)}.step-evolve:hover .step-num{background:var(--gold);color:var(--white);border-color:var(--gold)}.physicians{background:var(--cream)}.credential-placeholder{padding:1rem 1.25rem;background:var(--cream);border:1px dashed var(--border);border-radius:var(--radius-md);font-size:.825rem;color:var(--text-light);font-style:italic;text-align:center}.receive{background:var(--white)}.receive-list{display:flex;flex-direction:column;gap:20px;margin-top:48px}.receive-item{display:flex;gap:1.5rem;align-items:flex-start;padding:1.5rem 1.75rem;background:var(--cream);border:1px solid var(--border-light);border-radius:var(--radius-lg);transition:border-color .2s}.receive-item:hover{border-color:var(--navy)}.receive-num{font-family:var(--serif);font-size:2rem;font-weight:700;color:var(--border);line-height:1;flex-shrink:0;width:32px;margin-top:-2px}.receive-content h4{font-size:1rem;font-weight:700;color:var(--navy);margin-bottom:.3rem}.receive-content p{font-size:.9rem;color:var(--text-muted);line-height:1.6}.receive-two-col{display:grid;grid-template-columns:1fr 1fr;grid-gap:40px;gap:40px;margin-top:60px;align-items:start}.faq{background:var(--cream)}.faq-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:0 60px;gap:0 60px;margin-top:60px}.faq-item{border-bottom:1px solid var(--border);padding:1.5rem 0}.faq-item:first-child,.faq-item:nth-child(2){padding-top:0}.faq-q{font-size:.9375rem;font-weight:700;color:var(--navy);margin-bottom:.625rem;line-height:1.45}.faq-a{font-size:.9rem;color:var(--text-muted);line-height:1.75}.pricing-card{max-width:560px;margin:60px auto 0;background:var(--cream);border:1px solid var(--border);border-radius:var(--radius-xl);padding:3rem;text-align:center}.pricing-badge{display:inline-block;background:var(--navy);color:var(--white);font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.375rem 1rem;border-radius:100px;margin-bottom:1.5rem}.pricing-title{font-family:var(--serif);font-size:1.75rem;font-weight:700;color:var(--navy);margin-bottom:.5rem}.pricing-sub{font-size:1rem;color:var(--text-muted);margin-bottom:2rem}.pricing-includes{list-style:none;text-align:left;margin-bottom:2rem;display:flex;flex-direction:column;gap:.75rem}.pricing-includes li{display:flex;gap:.75rem;align-items:flex-start;font-size:.9375rem;color:var(--text-mid);line-height:1.5}.pricing-includes li:before{content:"✓";color:var(--gold);font-weight:700;flex-shrink:0;margin-top:1px}.pricing-price{font-family:var(--serif);font-size:2.5rem;font-weight:700;color:var(--navy);margin-bottom:.25rem}.pricing-note{font-size:.875rem;color:var(--text-light);font-style:italic;margin-bottom:2rem}.cta-section{background:linear-gradient(135deg,var(--navy-dark) 0,var(--navy) 100%);padding:120px 2rem;text-align:center;position:relative;overflow:hidden}.cta-section:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 60% 80% at 50% 0,rgba(190,147,74,.15),transparent 60%)}.cta-section .container{position:relative;z-index:1}.cta-section h2{font-family:var(--serif);font-size:clamp(2rem,4vw,3rem);font-weight:700;color:var(--white);line-height:1.2;margin-bottom:1.25rem;letter-spacing:-.02em}.cta-section h2 em{color:#E6C57B;font-style:italic}.cta-section p{font-size:1.125rem;color:rgba(255,255,255,.7);margin-bottom:2.5rem;font-weight:300}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}footer{background:var(--text-dark);padding:48px 2rem}.footer-inner{max-width:1140px;margin:0 auto;display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.5rem}.footer-logo{display:flex;justify-content:center}.footer-motto{font-family:var(--serif);font-style:italic;font-size:1.3rem;line-height:1.6;color:rgba(255,255,255,.92);max-width:620px;position:relative;padding-top:1.75rem}.footer-motto:before{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);width:48px;height:2px;background:var(--gold)}.footer-note{font-size:.8125rem;color:rgba(255,255,255,.35);line-height:1.6;max-width:520px;margin:0 auto}.footer-hcp{margin-top:.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.12);width:100%;max-width:520px}.footer-hcp a{font-size:.875rem;letter-spacing:.04em;color:rgba(255,255,255,.6);text-decoration:none;transition:color .2s ease}.footer-hcp a:hover{color:var(--gold-light)}.footer-hcp a .arrow{transition:transform .2s ease;display:inline-block}.footer-hcp a:hover .arrow{transform:translateX(4px)}@keyframes fadeUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}.fade-up{animation:fadeUp .7s ease both}.delay-1{animation-delay:.1s}.delay-2{animation-delay:.22s}.delay-3{animation-delay:.34s}.delay-4{animation-delay:.46s}.reveal{opacity:0;transform:translateY(24px);transition:opacity .65s ease,transform .65s ease}.reveal.visible{opacity:1;transform:translateY(0)}@media (max-width:900px){.faq-grid,.for-you-grid,.hero-inner,.physicians-inner,.pillars-grid,.problem-grid,.receive-two-col{grid-template-columns:1fr;gap:40px}.mechanism-grid,.steps-row{grid-template-columns:1fr 1fr}.steps-row{gap:40px}.steps-row:before{display:none}.quotes-row,.stat-cards-grid{grid-template-columns:1fr}.nav-toggle{display:flex}nav .nav-links{position:fixed;top:72px;left:0;right:0;flex-direction:column;align-items:stretch;gap:0;background:var(--nav-bg);border-bottom:1px solid var(--nav-border);padding:.5rem 0 1.25rem;box-shadow:0 12px 24px rgba(13,40,64,.08);transform:translateY(-12px);opacity:0;pointer-events:none;transition:transform .3s ease,opacity .3s ease}nav .nav-links.open{transform:translateY(0);opacity:1;pointer-events:auto}nav .nav-links a{padding:.9rem 2rem;font-size:1rem;border-bottom:1px solid var(--border-light)}nav .nav-links a:last-child{border-bottom:none}.nav-hcp{background:var(--gold-pale)}.nav-cta{margin:1rem 2rem 0;text-align:center;border-radius:100px}}