*{box-sizing:border-box;margin:0;padding:0}
:root{--navy:#06293a;--navy2:#031d2b;--teal:#0b9e9b;--teal2:#36c5b5;--green:#2ca447;--green2:#168a3b;--gold:#f4bd2d;--ink:#102a3b;--muted:#5c6d78;--light:#f5fafb;--white:#fff;--line:#dce8eb}
html{scroll-behavior:smooth}
body{font-family:Inter,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.55}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
.container{width:min(1160px,calc(100% - 40px));margin:auto}
.announcement{background:#031b28;color:#dff8f7;font-size:13px;font-weight:600}
.announcement-inner{min-height:34px;display:flex;align-items:center;justify-content:center;gap:8px}
.announcement span{color:var(--gold)}
.announcement a{margin-left:18px;color:#8de6d9;text-decoration:underline}
.site-header{position:sticky;top:0;z-index:50;background:rgba(3,29,43,.96);backdrop-filter:blur(12px);box-shadow:0 4px 18px rgba(0,0,0,.08)}
.nav{height:72px;display:flex;align-items:center;justify-content:space-between}
.brand{display:flex;align-items:center;gap:9px;color:#fff;font-size:14px;line-height:.95;font-weight:700;letter-spacing:.4px}
.brand-mark{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;border:2px solid #4bd3c1;color:#4bd3c1;font-weight:900;font-size:20px}
.brand strong{font-weight:900}
.nav-links{display:flex;align-items:center;gap:26px;color:#fff;font-size:13px;font-weight:600}
.nav-links a:not(.nav-cta){opacity:.9;transition:.2s}
.nav-links a:not(.nav-cta):hover{color:#69e3d3}
.nav-cta{background:var(--green);padding:12px 20px;border-radius:5px;font-weight:800}
.menu-toggle{display:none;background:none;border:0}
.menu-toggle span{display:block;width:26px;height:2px;background:#fff;margin:5px}
.hero{position:relative;overflow:hidden;background:radial-gradient(circle at 72% 40%,rgba(31,185,184,.2),transparent 34%),linear-gradient(115deg,#032538,#041d2b 60%,#003344);color:#fff}
.hero:before{content:"";position:absolute;inset:0;background-image:radial-gradient(rgba(94,225,215,.35) 1px,transparent 1px);background-size:42px 42px;opacity:.12}
.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;min-height:570px;align-items:center}
.hero-copy{padding:70px 0}
.rating{display:flex;align-items:center;gap:9px;font-size:11px;color:#b9cbd2;margin-bottom:18px}
.stars{color:var(--gold);letter-spacing:2px}
.eyebrow,.section-kicker{font-size:12px;font-weight:800;letter-spacing:1.8px;color:#57d5c7}
.hero h1{font-family:Oswald,Impact,sans-serif;font-size:clamp(45px,5vw,67px);line-height:.99;letter-spacing:.4px;margin-bottom:20px}
.hero h1 span{color:#39c9ba}
.hero-lead{max-width:570px;color:#d1e1e6;font-size:16px;margin-bottom:22px}
.hero-checks{list-style:none;display:grid;gap:8px;margin-bottom:28px}
.hero-checks li:before{content:"✓";display:inline-grid;place-items:center;width:20px;height:20px;background:#45b947;color:#fff;border-radius:50%;font-size:12px;font-weight:900;margin-right:9px}
.btn{display:inline-flex;justify-content:center;align-items:center;gap:10px;border-radius:5px;padding:14px 24px;font-weight:800;font-size:14px;transition:.2s;cursor:pointer;border:0}
.btn-primary{background:linear-gradient(180deg,#3ab54e,#238d3c);color:#fff;box-shadow:0 8px 22px rgba(23,132,53,.25)}
.btn-primary:hover{transform:translateY(-2px);filter:brightness(1.06)}
.btn-large{padding:17px 30px;font-size:15px}
.hero-trust{display:flex;flex-wrap:wrap;gap:16px;color:#b8d0d6;font-size:11px;margin-top:15px}
.hero-product{position:relative;height:570px;display:grid;place-items:center}
.hero-bottle{position:relative;z-index:5;width:auto;max-width:360px;height:auto;max-height:430px;object-fit:contain;object-position:center;filter:drop-shadow(0 30px 28px rgba(0,0,0,.42));animation:float 5s ease-in-out infinite}
@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}
.product-glow{position:absolute;width:430px;height:430px;border-radius:50%;background:rgba(34,199,194,.18);filter:blur(35px)}
.product-pedestal{position:absolute;bottom:82px;width:430px;height:75px;border-radius:50%;background:rgba(0,0,0,.4);box-shadow:0 0 35px rgba(39,216,202,.18)}
.floating-badge{position:absolute;z-index:8;width:78px;height:78px;border:2px solid rgba(255,255,255,.7);border-radius:50%;display:grid;place-items:center;text-align:center;font-weight:800;font-size:13px;line-height:1.05;background:rgba(2,30,44,.8);color:#fff;box-shadow:0 8px 24px rgba(0,0,0,.2)}
.floating-badge small{font-size:8px;letter-spacing:1px;color:#70ddd0}
.badge-top{right:5%;top:100px}.badge-mid{right:0;top:245px}.badge-bottom{right:8%;bottom:90px}
.brain-orbit{position:absolute;border:1px solid rgba(82,221,211,.25);border-radius:50%;transform:rotate(-18deg)}
.orbit-one{width:480px;height:210px}.orbit-two{width:520px;height:260px;transform:rotate(22deg)}
.section{padding:82px 0}
.section-heading{text-align:center;max-width:780px;margin:0 auto 42px}
.section-heading h2{font-family:Oswald,Impact,sans-serif;font-size:40px;line-height:1.1;color:var(--ink);margin:8px 0 12px}
.section-heading p{color:var(--muted);font-size:15px}
.benefits{background:#fff}
.benefit-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}
.benefit-card{text-align:center;padding:20px 12px}
.icon{width:60px;height:60px;margin:0 auto 14px;border:2px solid #49bcb1;border-radius:50%;display:grid;place-items:center;color:#168d84;font-size:29px;font-weight:700}
.benefit-card h3{font-size:16px;margin-bottom:7px}.benefit-card p{font-size:12px;color:var(--muted)}
.formula{background:#f5fafb;border-top:1px solid #e4eff1}
.ingredient-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.ingredient-card{background:#fff;border:1px solid var(--line);border-radius:12px;padding:24px;text-align:center;box-shadow:0 5px 18px rgba(13,58,72,.04);transition:.2s}
.ingredient-card:hover{transform:translateY(-3px);box-shadow:0 12px 28px rgba(13,58,72,.09)}
.ingredient-art{height:110px;width:110px;margin:0 auto 15px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#e4faf5,#d9f0ee);color:#117d76;font-size:30px;font-weight:900;letter-spacing:1px}
.ingredient-card h3{font-size:16px;margin-bottom:7px}.ingredient-card p{font-size:12px;color:var(--muted)}
.formula-badges{display:flex;justify-content:center;flex-wrap:wrap;gap:10px;margin-top:30px}
.formula-badges span{border:1px solid #a8d8d4;background:#fff;border-radius:30px;padding:8px 14px;font-size:11px;font-weight:700;color:#176b67}
.how{background:#fff}
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}
.step{position:relative;padding:30px;border:1px solid var(--line);border-radius:12px;background:#fff}
.step>span{font-family:Oswald;font-size:50px;color:#d7efec;font-weight:800;position:absolute;right:20px;top:5px}
.step h3{font-size:19px;margin-bottom:8px}.step p{font-size:13px;color:var(--muted);max-width:290px}
.dark-section{background:linear-gradient(130deg,#032536,#063e4b);color:#fff}
.light h2,.light p{color:#fff}.light p{opacity:.8}
.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.review-card{background:#fff;color:var(--ink);border-radius:10px;padding:28px;box-shadow:0 10px 25px rgba(0,0,0,.12)}
.review-card .stars{font-size:17px;margin-bottom:14px}
.review-card p{font-size:14px;line-height:1.7;font-style:italic;margin-bottom:18px}
.review-card strong{display:block;font-size:13px}.review-card span{font-size:10px;color:#83919a}
.pricing{background:#f7fafb}
.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;align-items:stretch}
.price-card{position:relative;background:#fff;border:1px solid #d4e0e4;border-radius:10px;padding:28px 24px;text-align:center;box-shadow:0 8px 22px rgba(0,0,0,.05)}
.price-card.popular{border:2px solid #e2b800;transform:translateY(-8px);box-shadow:0 14px 34px rgba(0,0,0,.11)}
.popular-ribbon{position:absolute;left:-2px;right:-2px;top:-1px;background:#f1bf08;color:#111;padding:7px;border-radius:8px 8px 0 0;font-size:11px;font-weight:900}
.popular .package-label{margin-top:24px}
.package-label{font-size:12px;font-weight:900;letter-spacing:1px;color:#0a6c70}
.price-card h3{font-family:Oswald;font-size:25px;margin-top:4px}.supply{font-size:11px;color:#74818a;font-weight:700}
.bottles{height:175px;display:flex;align-items:flex-end;justify-content:center;gap:0;margin:14px auto 4px;overflow:visible}
.bottles img{display:block;width:auto;height:150px;max-width:105px;object-fit:contain;object-position:center;flex:0 0 auto;filter:drop-shadow(0 12px 10px rgba(0,0,0,.18))}
.bottles.three img{height:148px;max-width:92px}.bottles.six img{height:126px;max-width:78px;margin-left:-13px}.bottles.six img:first-child{margin-left:0}
.price{font-family:Oswald;font-size:47px;font-weight:800;color:#0b2636;line-height:1;margin-top:10px}
.price sup{font-size:22px;vertical-align:top;top:9px;position:relative}.price small{font-family:Inter;font-size:11px;font-weight:700}
.total{font-size:12px;color:#71808a;margin:8px 0 16px}.price-card .btn{width:100%}.card-note{font-size:10px;color:#687780;margin-top:10px}
.checkout-note{text-align:center;font-size:11px;color:#78878e;margin-top:25px}.checkout-note code{background:#e8eff1;padding:2px 5px;border-radius:3px}
.guarantee{background:linear-gradient(90deg,#087a7b,#0a5365);color:#fff;padding:35px 0}
.guarantee-inner{display:grid;grid-template-columns:95px 1fr auto;align-items:center;gap:24px}
.seal{width:86px;height:86px;border-radius:50%;border:4px solid #f2c326;display:grid;place-items:center;text-align:center;font-family:Oswald;font-size:32px;line-height:.75;background:#082e3d;box-shadow:0 0 0 4px #0a6670}
.seal small{font-size:10px;letter-spacing:1px}.guarantee h2{font-family:Oswald;font-size:31px}.guarantee p{font-size:12px;color:#d2eeee;max-width:760px}
.btn-outline{border:1px solid rgba(255,255,255,.75);color:#fff;background:transparent}.btn-outline:hover{background:#fff;color:#0a5365}
.narrow{max-width:900px}
.faq-list{display:grid;gap:10px}
.faq-list details{border:1px solid var(--line);border-radius:6px;background:#fff;overflow:hidden}
.faq-list summary{list-style:none;cursor:pointer;padding:18px 20px;font-weight:700;font-size:14px;display:flex;justify-content:space-between;align-items:center}
.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{font-size:22px;font-weight:400;color:#557}
.faq-list details[open] summary span{transform:rotate(45deg)}.faq-list details p{padding:0 20px 18px;color:var(--muted);font-size:13px;max-width:780px}
.final-cta{background:radial-gradient(circle at 25% 50%,rgba(29,178,177,.18),transparent 30%),linear-gradient(130deg,#032637,#042d3b);color:#fff;padding:65px 0}
.final-grid{display:grid;grid-template-columns:330px 1fr;align-items:center;gap:60px}
.final-product{text-align:center}.final-product img{height:auto;width:auto;max-width:240px;max-height:300px;object-fit:contain;margin:auto;filter:drop-shadow(0 22px 25px rgba(0,0,0,.35))}
.final-cta h2{font-family:Oswald;font-size:42px;line-height:1.08;margin:8px 0 12px}.final-cta p{color:#c7dce0;margin-bottom:22px}
.mini-trust{display:flex;gap:20px;margin-top:14px;color:#b6d2d6;font-size:11px}
.footer{background:#021722;color:#a9c0c6;padding:50px 0 22px}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:60px;padding-bottom:35px}
.footer-brand{margin-bottom:15px}.footer-grid p{font-size:12px;max-width:330px}.footer h3{color:#fff;font-size:13px;margin-bottom:14px}.footer-grid>div:nth-child(n+2) a{display:block;font-size:12px;margin:7px 0;color:#a9c0c6}.footer-grid>div:nth-child(n+2) a:hover{color:#5dd9cb}
.disclaimer{border-top:1px solid rgba(255,255,255,.08);padding-top:20px;text-align:center;font-size:10px;line-height:1.7}.disclaimer p:first-child{max-width:1000px;margin:0 auto 12px}.sticky-mobile-cta{display:none}
@media(max-width:950px){.nav-links{gap:15px}.hero-grid{grid-template-columns:1fr}.hero-copy{text-align:center;padding:55px 0 25px}.hero-lead{margin-left:auto;margin-right:auto}.hero-checks{max-width:390px;margin-left:auto;margin-right:auto;text-align:left}.hero-trust{justify-content:center}.hero-product{height:480px}.badge-top{right:16%}.badge-mid{right:7%}.badge-bottom{right:15%}.benefit-grid{grid-template-columns:repeat(3,1fr)}.ingredient-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.container{width:min(100% - 28px,1160px)}.announcement-inner{font-size:10px}.announcement a{margin-left:8px}.nav{height:64px}.menu-toggle{display:block}.nav-links{display:none;position:absolute;left:0;right:0;top:64px;background:#031d2b;padding:14px;flex-direction:column;align-items:stretch;gap:0;box-shadow:0 12px 25px rgba(0,0,0,.18)}.nav-links.open{display:flex}.nav-links a{padding:12px}.nav-cta{text-align:center}.hero h1{font-size:43px}.hero-product{height:420px}.hero-bottle{position:relative;z-index:5;width:auto;max-width:360px;height:auto;max-height:430px;object-fit:contain;object-position:center;filter:drop-shadow(0 30px 28px rgba(0,0,0,.42));animation:float 5s ease-in-out infinite}.product-pedestal{width:310px;bottom:55px}.floating-badge{width:65px;height:65px;font-size:10px}.badge-top{right:2%;top:70px}.badge-mid{right:-2%;top:195px}.badge-bottom{right:4%;bottom:60px}.section{padding:62px 0}.section-heading h2{font-size:34px}.benefit-grid{grid-template-columns:1fr 1fr}.ingredient-grid{grid-template-columns:1fr 1fr;gap:10px}.ingredient-card{padding:16px 10px}.ingredient-art{width:80px;height:80px;font-size:23px}.steps,.review-grid,.pricing-grid{grid-template-columns:1fr}.price-card.popular{transform:none}.guarantee-inner{grid-template-columns:75px 1fr}.guarantee-inner .btn{grid-column:1/-1}.seal{width:68px;height:68px;font-size:25px}.final-grid{grid-template-columns:1fr;gap:20px;text-align:center}.final-product img{height:auto;width:auto;max-width:240px;max-height:300px;object-fit:contain;margin:auto;filter:drop-shadow(0 22px 25px rgba(0,0,0,.35))}.mini-trust{justify-content:center}.footer-grid{grid-template-columns:1fr 1fr;gap:30px}.footer-grid>div:first-child{grid-column:1/-1}.sticky-mobile-cta{display:block;position:fixed;z-index:60;bottom:0;left:0;right:0;background:#238f3e;padding:11px;text-align:center;color:#fff;font-size:12px;font-weight:900;box-shadow:0 -5px 18px rgba(0,0,0,.18)}}
@media(max-width:430px){.benefit-grid,.ingredient-grid{grid-template-columns:1fr}.hero-product{height:380px}.hero-bottle{position:relative;z-index:5;width:auto;max-width:360px;height:auto;max-height:430px;object-fit:contain;object-position:center;filter:drop-shadow(0 30px 28px rgba(0,0,0,.42));animation:float 5s ease-in-out infinite}.floating-badge{display:none}.formula-badges span{font-size:10px}.bottles.six img{height:126px;max-width:78px;margin-left:-13px}.bottles.three img{height:148px;max-width:92px}.footer-grid{grid-template-columns:1fr}.footer-grid>div:first-child{grid-column:auto}}

/* Product-image quality safeguards */
img{height:auto}
.hero-product{isolation:isolate}
.hero-product:after{content:"";position:absolute;z-index:1;width:310px;height:310px;border-radius:50%;background:radial-gradient(circle,rgba(51,215,202,.20),rgba(51,215,202,0) 68%);filter:blur(8px)}
.hero-bottle{transform-origin:center bottom}
.price-card .bottles{position:relative}
.price-card .bottles:before{content:"";position:absolute;bottom:4px;left:50%;transform:translateX(-50%);width:190px;height:22px;border-radius:50%;background:rgba(3,31,43,.10);filter:blur(7px)}
.final-product{position:relative}
.final-product:before{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:250px;height:250px;border-radius:50%;background:radial-gradient(circle,rgba(50,210,198,.22),transparent 68%);filter:blur(14px);z-index:0}
.final-product img{position:relative;z-index:1}
@media(max-width:760px){
  .hero-bottle{max-width:280px;max-height:360px}
  .bottles{height:160px}
  .bottles img{height:138px;max-width:96px}
  .bottles.three img{height:136px;max-width:86px}
  .bottles.six img{height:116px;max-width:70px;margin-left:-12px}
}
@media(max-width:430px){
  .hero-bottle{max-width:235px;max-height:325px}
  .bottles{height:150px}
  .bottles img{height:130px;max-width:88px}
  .bottles.three img{height:128px;max-width:80px}
  .bottles.six img{height:106px;max-width:64px;margin-left:-13px}
}
