:root{--ink:#102747;--muted:#687b96;--green:#39a83a;--green2:#238d2c;--pale:#f2f8f3;--bluep:#f3f7fc;--line:#e4ebf2;--white:#fff;--shadow:0 20px 60px rgba(18,45,76,.10)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff}a{text-decoration:none;color:inherit}.topbar{background:#123d2a;color:#fff;text-align:center;padding:10px;font-size:11px;font-weight:800;letter-spacing:.08em}.topbar span{opacity:.5;margin:0 10px}.nav{height:86px;display:flex;align-items:center;justify-content:space-between;padding:0 5%;border-bottom:1px solid var(--line);background:rgba(255,255,255,.96);position:sticky;top:0;z-index:30;backdrop-filter:blur(10px)}.brand{display:flex;align-items:center;gap:10px;font-weight:900;letter-spacing:.1em;font-size:18px;color:#17304f}.brand b{color:var(--green)}.brand i{font-size:8px}.brand-mark{width:43px;height:43px;border-radius:50%;display:grid;place-items:center;background:#eaf7eb;color:var(--green);font-weight:900;font-size:13px;letter-spacing:0}.nav nav{display:flex;gap:31px;font-size:14px;font-weight:800}.nav nav a:hover,.text-link:hover{color:var(--green)}.btn{display:inline-flex;justify-content:center;align-items:center;border:0;background:linear-gradient(135deg,#42aa35,#278f20);color:#fff;padding:16px 27px;border-radius:10px;font-weight:900;box-shadow:0 10px 22px rgba(45,145,38,.2);transition:.2s transform,.2s box-shadow}.btn:hover{transform:translateY(-2px);box-shadow:0 15px 28px rgba(45,145,38,.26)}.btn-small{padding:13px 23px}.menu{display:none;background:none;border:0;font-size:24px}.hero{min-height:690px;padding:70px 7%;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:50px;background:radial-gradient(circle at 75% 50%,#edf8f0,transparent 40%),linear-gradient(180deg,#fff,#fbfdfb)}.eyebrow,.section-tag{font-size:12px;letter-spacing:.14em;font-weight:950;color:var(--green);margin-bottom:18px}.hero h1{font-size:clamp(44px,5.4vw,78px);line-height:1.02;letter-spacing:-.055em;margin:0 0 24px;max-width:720px}.lead{font-size:19px;line-height:1.65;color:var(--muted);max-width:670px}.trust-row{display:flex;flex-wrap:wrap;gap:10px;margin:26px 0}.trust-row span{font-size:12px;font-weight:800;background:#f2f7f3;padding:10px 12px;border-radius:99px}.hero-btn{font-size:15px}.micro{font-size:11px;color:#7a8ba0}.hero-art{height:540px;border-radius:42px;background:linear-gradient(145deg,#edf8ef,#f5f9fd);position:relative;display:grid;place-items:center;overflow:hidden}.orb{position:absolute;border-radius:50%;filter:blur(3px)}.orb-a{width:360px;height:360px;background:rgba(74,170,75,.12)}.orb-b{width:220px;height:220px;background:rgba(88,159,194,.10);right:-50px;bottom:-50px}.leaf{position:absolute;color:#65b45f;font-size:80px;opacity:.65}.l1{left:12%;top:23%;transform:rotate(-20deg)}.l2{right:10%;top:31%;transform:rotate(25deg)}.bottle-set{position:relative;width:340px;height:430px;z-index:4}.bottle{position:absolute;bottom:0;left:75px;width:190px;height:335px;background:linear-gradient(90deg,#34160c,#7b3214 47%,#32130a);border-radius:42px 42px 25px 25px;box-shadow:0 28px 30px rgba(20,32,24,.22);border:2px solid rgba(255,255,255,.15)}.bottle-back{left:175px;bottom:28px;transform:scale(.83);opacity:.94}.cap{position:absolute;top:-72px;left:22px;width:146px;height:88px;border-radius:30px 30px 10px 10px;background:linear-gradient(90deg,#101112,#323436,#111);box-shadow:inset 8px 0 10px rgba(255,255,255,.08)}.cap:after{content:"";position:absolute;top:-44px;left:34px;width:78px;height:64px;border-radius:40px 40px 8px 8px;background:#121313}.label{position:absolute;left:0;right:0;top:112px;height:160px;background:linear-gradient(#fff,#f5f5f4);padding:24px 15px;text-align:center;box-shadow:0 8px 15px rgba(0,0,0,.08)}.label strong{display:block;color:#e83932;font-size:29px;letter-spacing:.02em}.label b{display:block;color:#9d1f20;font-size:31px;letter-spacing:.01em}.label small{display:block;margin-top:28px;color:#5b6571;font-weight:800;font-size:10px}.hero-badge{position:absolute;bottom:27px;right:27px;background:#fff;border:2px solid #d8ecd9;border-radius:50%;width:92px;height:92px;display:grid;place-content:center;text-align:center;color:var(--green);font-size:12px;font-weight:900;line-height:1.1;z-index:8;box-shadow:var(--shadow)}.hero-badge strong{font-size:10px}.proof{display:grid;grid-template-columns:repeat(4,1fr);border-block:1px solid var(--line);background:#fff}.proof div{padding:25px 20px;text-align:center;border-right:1px solid var(--line)}.proof div:last-child{border:0}.proof strong,.proof span{display:block}.proof strong{font-size:14px}.proof span{font-size:12px;color:var(--muted);margin-top:5px}.section{padding:100px 7%}.center{text-align:center;max-width:850px;margin:0 auto 50px}.center h2,.section h2{font-size:clamp(36px,4.4vw,60px);line-height:1.06;letter-spacing:-.045em;margin:0 0 20px}.center p,.section p{color:var(--muted);line-height:1.7;font-size:16px}.intro{background:#fff}.three{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.three article{padding:32px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:0 12px 30px rgba(16,39,71,.05)}.icon{font-size:12px;color:var(--green);font-weight:900}.three h3{font-size:22px;margin:22px 0 8px}.three p{margin:0;font-size:14px}.pale{background:linear-gradient(135deg,#f4faf5,#f6f9fd);display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center}.checklist{list-style:none;padding:0;margin:30px 0}.checklist li{padding:18px 0;border-bottom:1px solid #dce8df}.checklist b,.checklist span{display:block}.checklist b{font-size:16px}.checklist span{font-size:13px;color:var(--muted);margin-top:5px}.text-link{font-weight:900;color:var(--green2)}.benefit-card{height:530px;border-radius:34px;background:#eaf6ed;position:relative;overflow:hidden;display:grid;place-items:center}.rings{position:absolute;width:440px;height:180px;border-radius:50%;border:10px solid rgba(83,165,188,.15);box-shadow:0 0 0 18px rgba(83,165,188,.06)}.benefit-bottle{position:relative;left:0;z-index:3;transform:scale(1.02)}.float-card{position:absolute;right:28px;bottom:28px;background:#fff;border-radius:15px;padding:17px 20px;box-shadow:var(--shadow);z-index:5}.float-card strong,.float-card span{display:block}.float-card span{font-size:12px;color:var(--muted);margin-top:4px}.ingredients{background:#fbfcfd}.ingredient-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;max-width:1180px;margin:auto}.ingredient-grid article{background:#fff;border:1px solid var(--line);border-radius:18px;padding:27px}.ingredient-grid span{font-size:11px;color:var(--green);font-weight:900}.ingredient-grid h3{font-size:20px;margin:17px 0 8px}.ingredient-grid p{font-size:13px;margin:0}.standards{background:#f1f8f2}.standards-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;max-width:1150px;margin:auto}.standards-grid div{text-align:center;padding:28px 18px;background:#fff;border-radius:18px}.standards-grid b{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;margin:auto;background:#edf8ee;color:var(--green);font-size:23px}.standards-grid h3{margin:16px 0 5px}.standards-grid p{font-size:12px;margin:0}.offer{background:#fff}.offers{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;max-width:1200px;margin:auto;align-items:stretch}.offer-card{position:relative;border:1px solid #dfe7ee;border-radius:22px;padding:34px 27px;text-align:center;background:#fff;box-shadow:0 14px 35px rgba(16,39,71,.06)}.offer-card.featured{border:2px solid var(--green);transform:translateY(-10px);box-shadow:0 25px 55px rgba(42,145,49,.15)}.popular{position:absolute;top:-14px;left:50%;transform:translateX(-50%);background:var(--green);color:#fff;padding:7px 18px;border-radius:99px;font-size:10px;font-weight:900;white-space:nowrap}.pill{color:var(--green);font-weight:900;letter-spacing:.1em;font-size:11px}.offer-card h3{font-size:25px;margin:12px 0 5px}.offer-card>span{font-size:12px;color:var(--muted)}.price{margin:22px 0}.price small{text-decoration:line-through;color:#9aa6b4;margin-right:8px}.price strong{font-size:46px;letter-spacing:-.05em}.price em{font-size:12px;font-style:normal;color:var(--muted)}.offer-card ul{text-align:left;list-style:none;padding:0;line-height:2;font-size:13px;color:#52657f;margin:20px 0 25px}.offer-card .btn{width:100%}.total{display:block;margin-top:12px;color:#8491a3}.footnote{text-align:center;font-size:11px!important;margin-top:24px}.reviews{background:#f7fafc}.stars{color:#f1a928;font-size:18px}.stars span{font-size:12px;color:var(--muted);margin-left:8px}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:1180px;margin:auto}.review-grid blockquote{margin:0;background:#fff;border:1px solid var(--line);border-radius:18px;padding:30px;box-shadow:0 12px 28px rgba(16,39,71,.05)}.review-grid blockquote>div{color:#f1a928}.review-grid p{font-size:15px;line-height:1.7;color:#4e617d}.review-grid footer{font-size:12px;font-weight:800;color:#183251}.guarantee{display:grid;grid-template-columns:180px 1fr;gap:50px;align-items:center;background:linear-gradient(135deg,#eaf7eb,#f5fafc)}.guarantee-seal{width:160px;height:160px;border:5px solid var(--green);border-radius:50%;display:grid;place-content:center;text-align:center;color:var(--green);font-size:38px;font-weight:900;background:#fff;box-shadow:var(--shadow)}.guarantee-seal small{font-size:12px;letter-spacing:.2em}.faq{background:#fff}.faq-list{max-width:900px;margin:auto;border-top:1px solid var(--line)}details{border-bottom:1px solid var(--line);padding:0}summary{list-style:none;cursor:pointer;padding:23px 4px;font-weight:900;font-size:16px;position:relative;padding-right:35px}summary::-webkit-details-marker{display:none}summary:after{content:"+";position:absolute;right:4px;font-size:24px;color:var(--green)}details[open] summary:after{content:"−"}details p{margin:0 35px 23px 4px;font-size:14px}.final-cta{padding:80px 7%;background:linear-gradient(135deg,#1e7226,#2b9b32);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:35px}.final-cta .section-tag{color:#d8f5d9}.final-cta h2{font-size:clamp(34px,4.5vw,58px);line-height:1.05;letter-spacing:-.04em;margin:0 0 14px;max-width:850px}.final-cta p{opacity:.88}.btn.light{background:#fff;color:#217b27;white-space:nowrap;box-shadow:none}footer{background:#0e2138;color:#c4cfdd;padding:60px 7% 25px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:60px}.footer-grid .brand{color:#fff}.footer-grid p{max-width:400px;line-height:1.7;font-size:13px}.footer-grid h4{color:#fff;margin-top:0}.footer-grid a:not(.brand){display:block;font-size:13px;margin:11px 0}.footer-grid a:not(.brand):hover{color:#fff}.disclaimer{border-top:1px solid #29405b;margin-top:45px;padding-top:25px;font-size:10px;line-height:1.7;color:#8fa0b5}.copyright{font-size:11px;text-align:center;margin:24px 0 0;color:#77899f}@media(max-width:1000px){.nav nav{display:none}.menu{display:block}.hero,.pale{grid-template-columns:1fr}.hero-art{order:-1}.three,.ingredient-grid,.offers,.review-grid{grid-template-columns:1fr 1fr}.standards-grid{grid-template-columns:1fr 1fr}.final-cta{flex-direction:column;align-items:flex-start}.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:620px){.topbar{font-size:9px}.nav{height:72px;padding:0 4%}.nav .btn{display:none}.brand{font-size:15px}.brand-mark{width:37px;height:37px}.hero{padding:45px 5%;min-height:auto}.hero-art{height:440px}.hero h1{font-size:46px}.lead{font-size:16px}.trust-row{gap:7px}.trust-row span{font-size:10px}.proof{grid-template-columns:1fr 1fr}.proof div{border-bottom:1px solid var(--line)}.section{padding:70px 5%}.center h2,.section h2{font-size:40px}.three,.ingredient-grid,.offers,.review-grid,.standards-grid{grid-template-columns:1fr}.offer-card.featured{transform:none}.bottle-set{transform:scale(.82)}.hero-badge{right:10px;bottom:15px}.pale{gap:35px}.benefit-card{height:450px}.guarantee{grid-template-columns:1fr;text-align:center}.guarantee-seal{margin:auto}.final-cta{padding:65px 5%}.footer-grid{grid-template-columns:1fr}.footer-grid{gap:30px}}
.product-hero-art .hero-product-image{position:relative;z-index:4;width:min(82%,411px);height:auto;object-fit:contain;filter:drop-shadow(0 22px 22px rgba(16,39,71,.16))}.product-benefit-card .benefit-product-image{position:relative;z-index:3;width:min(88%,411px);height:auto;object-fit:contain;filter:drop-shadow(0 22px 22px rgba(16,39,71,.14))}.offer-product-image{display:block;width:100%;height:190px;object-fit:contain;margin:-8px auto 8px;filter:drop-shadow(0 12px 16px rgba(16,39,71,.10))}.featured .offer-product-image{height:210px}.final-cta-product{display:flex;align-items:center;justify-content:center;min-width:190px}.final-cta-product img{width:190px;height:auto;filter:drop-shadow(0 16px 20px rgba(0,0,0,.18))}.product-benefit-card .rings{z-index:1}
@media(max-width:620px){.product-hero-art .hero-product-image{width:94%}.offer-product-image{height:165px}.featured .offer-product-image{height:180px}.final-cta-product{display:none}}

/* Quiet Nerves bottle-inspired visual refresh */
:root{
  --ink:#173b70;
  --ink2:#0f2f5b;
  --muted:#647897;
  --blue:#1d4f8f;
  --blue2:#0d376f;
  --gold:#d4b45f;
  --gold2:#f0d98b;
  --pale:#eef5fb;
  --bluep:#f5f8fc;
  --line:#dce6f1;
  --white:#fff;
  --green:#1d4f8f;
  --green2:#0d376f;
  --shadow:0 22px 60px rgba(17,55,99,.12);
}
body{background:#fff;color:var(--ink)}
.topbar{background:linear-gradient(90deg,#0d376f,#1d4f8f);color:#fff}
.nav{border-bottom-color:#dce6f1}
.brand{color:#153967}
.brand b{color:#d4b45f}
.brand-mark{background:#edf4fb;color:#1d4f8f;border:1px solid #d9e5f1}
.nav nav a:hover,.text-link:hover{color:#1d4f8f}
.btn{background:linear-gradient(135deg,#1d4f8f,#0d376f);box-shadow:0 12px 24px rgba(13,55,111,.20)}
.btn:hover{box-shadow:0 16px 30px rgba(13,55,111,.28)}
.hero{background:radial-gradient(circle at 76% 42%,rgba(212,180,95,.20),transparent 22%),radial-gradient(circle at 78% 62%,rgba(45,103,166,.16),transparent 39%),linear-gradient(180deg,#fff 0%,#f5f9fd 100%)}
.eyebrow,.section-tag{color:#1d4f8f}
.trust-row span{background:#f1f6fb;border:1px solid #dce8f3;color:#24466f}
.hero-art{min-height:560px;height:auto;background:linear-gradient(145deg,#edf5fb 0%,#f9fbfd 48%,#f4ecd4 140%);border:1px solid rgba(29,79,143,.10);box-shadow:0 24px 70px rgba(17,55,99,.10)}
.hero-art:before{content:"";position:absolute;width:70%;height:70%;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.98) 0%,rgba(255,255,255,.72) 38%,rgba(212,180,95,.12) 68%,transparent 72%);filter:blur(2px);z-index:1}
.hero-art:after{content:"";position:absolute;left:10%;right:10%;bottom:9%;height:18%;border-radius:50%;background:radial-gradient(ellipse,rgba(26,63,103,.16),transparent 70%);filter:blur(13px);z-index:2}
.orb-a{background:rgba(29,79,143,.08)}
.orb-b{background:rgba(212,180,95,.14)}
.product-hero-art .hero-product-image{position:relative;z-index:5;width:min(94%,500px);max-width:500px;height:auto;max-height:430px;object-fit:contain;object-position:center;filter:drop-shadow(0 24px 25px rgba(13,47,91,.20));transform:none;transition:transform .35s ease}
.hero-art:hover .hero-product-image{transform:scale(1.03)}
.hero-badge{border-color:#e4cf8d;color:#1d4f8f;background:rgba(255,255,255,.96)}
.hero-badge strong{color:#d0a83f}
.proof{background:#fbfdff;border-color:#dce6f1}
.proof strong{color:#173b70}
.icon{color:#1d4f8f}
.pale{background:linear-gradient(135deg,#eef5fb 0%,#f7fafc 58%,#fbf6e8 125%)}
.checklist li{border-bottom-color:#d9e4ef}
.text-link{color:#1d4f8f}
.benefit-card{background:linear-gradient(145deg,#edf5fb,#f9fbfd 62%,#f5edd9);border:1px solid #dce7f1;box-shadow:var(--shadow)}
.benefit-card:before{content:"";position:absolute;inset:13%;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.95),rgba(255,255,255,.3) 52%,transparent 70%)}
.rings{border-color:rgba(29,79,143,.13);box-shadow:0 0 0 18px rgba(212,180,95,.08)}
.float-card{border:1px solid #e1e8ef}
.ingredients{background:#f8fbfe}
.ingredient-grid article{border-color:#dce6f1}
.ingredient-grid span{color:#b88f2e}
.standards{background:linear-gradient(180deg,#eef5fb,#f9fbfd)}
.standards-grid div{border:1px solid #dce6f1;box-shadow:0 10px 30px rgba(17,55,99,.05)}
.standards-grid b{background:#edf4fb;color:#1d4f8f;border:1px solid #dbe7f2}
.offer{background:linear-gradient(180deg,#fff,#f8fbfe)}
.offer-card{border-color:#d8e3ee}
.offer-card.featured{border-color:#d4b45f;box-shadow:0 25px 55px rgba(29,79,143,.13),0 0 0 1px rgba(212,180,95,.18)}
.popular{background:linear-gradient(135deg,#1d4f8f,#0d376f)}
.pill{color:#1d4f8f}
.price strong{color:#173b70}
.offer-card .btn{background:linear-gradient(135deg,#1d4f8f,#0d376f)}
.reviews{background:#f5f9fd}
.stars{color:#d3a73f}
.guarantee{background:linear-gradient(135deg,#eef5fb,#fbf8ee)}
.guarantee-seal{border-color:#d4b45f;color:#1d4f8f}
.final-cta{background:linear-gradient(135deg,#0d376f,#1d4f8f);position:relative;overflow:hidden}
.final-cta:after{content:"";position:absolute;width:420px;height:420px;border-radius:50%;right:-130px;top:-180px;border:80px solid rgba(212,180,95,.10)}
.final-cta .section-tag{color:#e7d69d}
.btn.light{color:#123d72;border:2px solid rgba(212,180,95,.65)}
footer{background:#0a2547}
.disclaimer{border-top-color:#23456e}

/* Supplied product artwork: preserve proportions and make the first image fit cleanly */
.hero-art{padding:24px 18px}
.product-hero-art .hero-product-image{display:block;margin:auto}
.product-benefit-card{padding:24px}
.product-benefit-card .benefit-product-image{width:min(96%,500px);max-width:500px;height:auto;object-fit:contain;filter:drop-shadow(0 22px 24px rgba(13,47,91,.18))}
.offer-product-image{height:210px;object-fit:contain;margin:-5px auto 10px;filter:drop-shadow(0 15px 18px rgba(13,47,91,.12))}
.featured .offer-product-image{height:230px}
.final-cta-product img{filter:drop-shadow(0 16px 20px rgba(0,0,0,.18))}
@media(max-width:1000px){.hero-art{min-height:500px}.product-hero-art .hero-product-image{width:min(92%,500px);max-height:410px;transform:none}.hero-art:hover .hero-product-image{transform:scale(1.02)}}
@media(max-width:620px){.hero-art{min-height:390px;height:390px;padding:12px 8px;border-radius:28px}.product-hero-art .hero-product-image{width:100%;max-width:410px;max-height:310px;transform:none}.hero-art:hover .hero-product-image{transform:scale(1.02)}.hero-badge{width:82px;height:82px;right:8px;bottom:10px}.product-benefit-card{height:430px;padding:12px}.product-benefit-card .benefit-product-image{width:108%;max-width:430px}.offer-product-image{height:180px}.featured .offer-product-image{height:200px}}
