/* ===================================================================
   GELAGEN — gelagens.com
   Palette : ink #7A3B4A (deep rose/burgundy, from the label's rose
             gummies) | ink-dk #522530 | steel(=rose-pink accent)
             #D4738A | steel-dk #B14F68 | sage(=lighter pink
             highlight) #E8A0B0 | stone #FDF8F5 (warm cream, matching
             the label background) | sand #F5E8E2 | slate #5A4640 |
             line #EDDDD3
   Type    : 'Cormorant' (elegant, editorial serif, matching the
             label's gold serif wordmark) + 'Mulish' (soft, clean
             body) — a fresh pairing not reused
   Motif   : the dew shimmer — small sparkle/shimmer dots that
             twinkle in sequence along a gentle arc, like dew catching
             light, echoing the "glow from within" concept and the
             infographic's own soft golden glow ring; distinct from
             every other signature used across this project (not a
             radiating dot fan/burst, not a curved cell-stream, not a
             zigzag streak, not right-angle circuit traces, not
             concentric rings, not a drop ripple, not a crest pulse,
             not a honeycomb bloom, not a leaf vein, not a gut-flow
             spiral, not a neuron pulse, not a flame flicker)
   Layout  : STRUCTURALLY UNIQUE HERO — a fifteenth distinct hero
             paradigm for this project: a PETAL BACKDROP. A few soft,
             organic petal/blob shapes are arranged asymmetrically
             behind the bottle in open space, echoing a botanical
             beauty aesthetic - purely as colored background shapes,
             NEVER clipping or framing the bottle image itself, which
             stays fully open with object-fit:contain. Distinct from
             the two-column split, diagonal clip-path, centered rings,
             droplet clip-path, tilted card frame, radial burst
             spotlight, floating shelf, vertical ledger, spotlight
             pedestal, honeycomb frame, wave arc, split diagonal
             ribbon, calm halo, and bold frame corners used in this
             project's other builds.
   Voice   : confident, direct brand voice grounded in real product-
             category substance (collagen, hydration, antioxidants)
             rather than repeated boilerplate disclaimer language.
             Structure-function claims only - supports collagen
             formation, skin hydration, and a healthy-looking
             complexion. NEVER claims to reverse aging, erase
             wrinkles, or treat any diagnosed skin condition.
   HONESTY NOTE (genuine transparency finding): the official source's
             own 18-item ingredient list is, on inspection, really
             just 9 distinct botanicals/vitamins repeated under
             slightly different naming forms (e.g. "Hibiscus Powder,"
             "Hibiscus Sabdariffa Tea," and "Hibiscus Tea" are all the
             same Hibiscus ingredient; the same pattern repeats for
             Hawthorn, Olive Leaf, Buchu Leaf, Green Tea, Juniper
             Berry, and Garlic). This build lists the 9 real distinct
             ingredients honestly rather than presenting the padded
             18-item count as if each were unique. No milligram doses
             are disclosed for any botanical - stated honestly.
   Rules   : grids minmax(0,1fr) · flex min-width:0 · img max-width min(Npx,100%)
             mobile hero order = IMAGE first, then H1, then rest
=================================================================== */

:root{
  --ink:#7A3B4A;
  --ink-dk:#522530;
  --steel:#D4738A;
  --steel-dk:#B14F68;
  --sage:#E8A0B0;
  --stone:#FDF8F5;
  --sand:#F5E8E2;
  --slate:#5A4640;
  --line:#EDDDD3;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;background:var(--stone);color:#211C18;
  font-family:'Mulish',system-ui,sans-serif;font-size:17px;line-height:1.72;
  -webkit-font-smoothing:antialiased;
}
h1,h2,h3{font-family:'Cormorant',sans-serif;font-weight:700;line-height:1.24;margin:0 0 .5em;
  color:var(--ink);text-transform:none;overflow-wrap:break-word;word-break:break-word}
h1{font-size:clamp(2.05rem,5vw,2.95rem);font-weight:800}
h2{font-size:clamp(1.55rem,3.1vw,2.05rem)}
h3{font-size:1.25rem}
h4{font-family:'Cormorant',sans-serif;font-weight:600;font-size:1.02rem;margin:0 0 .5em;color:var(--ink)}
p{margin:0 0 1.15em}
a{color:inherit;text-decoration:none}
strong,b{color:var(--ink)}
img{max-width:100%;height:auto;display:block}
.gl-wrap{max-width:1160px;margin:0 auto;padding:0 22px}
.gl-narrow{max-width:830px;margin:0 auto}
.gl-mid{text-align:center}

.gl-eyebrow{display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:.16em;
  text-transform:uppercase;color:var(--steel-dk);margin-bottom:.8em}
.gl-pill{display:inline-flex;align-items:center;gap:9px;background:#fff;border:1px solid var(--line);
  border-radius:999px;padding:9px 19px;font-size:.8rem;font-weight:700;color:var(--ink);
  box-shadow:0 4px 14px rgba(28,56,50,.06)}

/* ---------- buttons ---------- */
.gl-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;
  background:var(--ink);color:#fff;font-weight:700;font-size:.98rem;font-family:'Mulish',sans-serif;
  padding:15px 30px;border:none;border-radius:6px;cursor:pointer;letter-spacing:.02em;
  transition:transform .16s,box-shadow .16s,background .16s;
  box-shadow:0 10px 24px rgba(28,56,50,.26)}
.gl-btn:hover{background:var(--ink-dk);transform:translateY(-2px);color:#fff}
.gl-btn-sage{background:var(--sage);box-shadow:0 10px 24px rgba(110,156,126,.32)}
.gl-btn-sage:hover{background:#5A8768}
.gl-btn-ghost{display:inline-flex;align-items:center;justify-content:center;gap:10px;
  background:#fff;border:1px solid var(--line);color:var(--ink);font-family:'Mulish',sans-serif;
  font-weight:600;font-size:.95rem;padding:14px 26px;border-radius:6px;transition:.16s}
.gl-btn-ghost:hover{border-color:var(--steel);color:var(--steel-dk)}
.gl-btn-full{width:100%}

/* ---------- top bar ---------- */
.gl-strip{background:var(--ink);color:#B9CBC4;font-size:.76rem;text-align:center;padding:9px 16px}
.gl-strip b{color:var(--sage)}
.gl-strip span{white-space:nowrap;margin:0 10px;display:inline-block}
@media(max-width:580px){.gl-strip{font-size:.7rem;line-height:1.55}.gl-strip span{white-space:normal;margin:0 6px}}

/* ---------- nav ---------- */
.gl-nav{position:sticky;top:0;z-index:900;background:rgba(247,246,241,.94);backdrop-filter:blur(9px);
  border-bottom:1px solid var(--line)}
.gl-nav .gl-wrap{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 22px}
.gl-logo{font-family:'Cormorant',sans-serif;font-weight:700;font-size:1.3rem;color:var(--ink);white-space:nowrap;letter-spacing:.01em}
.gl-logo em{font-style:normal;color:var(--steel-dk)}
.gl-links{display:flex;align-items:center;gap:24px;list-style:none;margin:0;padding:0}
.gl-links a{font-size:.87rem;font-weight:600;color:var(--ink);opacity:.8}
.gl-links a:hover{opacity:1;color:var(--steel-dk)}
.gl-links a.gl-btn,.gl-links a.gl-btn:hover{color:#fff;opacity:1}
.gl-toggle{display:none;background:none;border:none;color:var(--ink);font-size:1.5rem;cursor:pointer;line-height:1}
@media(max-width:1020px){
  .gl-links{position:absolute;top:100%;left:0;right:0;background:var(--stone);flex-direction:column;
    align-items:stretch;gap:0;border-top:1px solid var(--line);display:none;max-height:76vh;overflow:auto}
  .gl-links.open{display:flex}
  .gl-links li{border-bottom:1px solid var(--line)}
  .gl-links a{display:block;padding:15px 22px}
  .gl-links .gl-btn{margin:14px 22px;width:calc(100% - 44px)}
  .gl-toggle{display:block}
}

/* ---------- sections ---------- */
.gl-sec{padding:76px 0}
.gl-sec-sand{background:var(--sand)}
.gl-sec-dark{background:var(--ink);color:#B9CBC4}
.gl-sec-dark h2,.gl-sec-dark h3,.gl-sec-dark h4{color:#fff}
.gl-sec-dark .gl-eyebrow{color:#8FBBA8}
.gl-head{max-width:770px;margin:0 auto 44px;text-align:center}
.gl-head p{color:var(--slate)}
.gl-sec-dark .gl-head p{color:#AABDB4}

/* ---------- HERO : PETAL BACKDROP — soft organic petal/blob shapes behind the bottle, NEVER clipping the image ---------- */
.gl-hero{background:linear-gradient(180deg,var(--stone) 0%,var(--sand) 100%);padding:54px 0 68px;overflow:hidden;position:relative}
.gl-petal-bg{position:absolute;inset:0;z-index:0;pointer-events:none;overflow:hidden}
.gl-petal-bg::before{content:'';position:absolute;top:8%;left:6%;width:220px;height:180px;border-radius:60% 40% 55% 45%/50% 60% 40% 50%;
  background:var(--sage);opacity:.22;transform:rotate(-12deg)}
.gl-petal-bg::after{content:'';position:absolute;bottom:6%;right:10%;width:260px;height:200px;border-radius:45% 55% 40% 60%/55% 45% 55% 45%;
  background:var(--steel);opacity:.14;transform:rotate(18deg)}
.gl-hero-grid{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:50px;align-items:center;
  position:relative;z-index:1}
.gl-hero-shot{order:1;position:relative;display:flex;justify-content:center}
.gl-hero-copy{order:2}
.gl-hero-shot img{max-width:min(228px,100%);width:100%;height:auto;object-fit:contain;margin:0 auto;
  position:relative;z-index:2;filter:drop-shadow(0 24px 34px rgba(122,59,74,.22))}
.gl-petal-tag{position:absolute;top:6%;right:2%;background:#fff;border:1px solid var(--line);border-radius:10px;
  padding:8px 14px;font-size:.74rem;font-weight:700;color:var(--ink);box-shadow:0 10px 20px rgba(122,59,74,.14);
  z-index:3;white-space:nowrap}
.gl-hero h1 em{font-style:italic;color:var(--steel-dk)}
.gl-lede{font-size:1.05rem;color:var(--slate);max-width:37em}

.gl-answer{background:#fff;border-left:4px solid var(--steel);border-radius:0 8px 8px 0;
  padding:23px 25px;margin:0 0 22px;box-shadow:0 8px 24px rgba(122,59,74,.08)}
.gl-answer .tag{display:block;font-size:.68rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;
  color:var(--steel-dk);margin-bottom:9px}
.gl-answer p{margin:0;color:var(--slate)}
.gl-answer p.first{color:var(--ink);font-weight:700;margin-bottom:.75em}

.gl-facts{display:flex;flex-wrap:wrap;gap:9px;list-style:none;margin:0 0 22px;padding:0}
.gl-facts li{background:#fff;border:1px solid var(--line);border-radius:999px;padding:7px 15px;
  font-size:.8rem;font-weight:700;color:var(--ink)}

.gl-check{list-style:none;margin:0 0 24px;padding:0}
.gl-check li{position:relative;padding-left:32px;margin-bottom:11px;font-size:.96rem;font-weight:500}
.gl-check li::before{content:'';position:absolute;left:0;top:5px;width:18px;height:18px;border-radius:50%;
  background:var(--steel);box-shadow:0 0 0 4px rgba(212,115,138,.18)}
.gl-check li::after{content:'\2713';position:absolute;left:4px;top:6.5px;color:#fff;font-size:.62rem;font-weight:800}

.gl-figures{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:0 0 26px}
.gl-figures div{background:#fff;border:1px solid var(--line);border-radius:8px;padding:14px 8px;text-align:center}
.gl-figures b{display:block;font-family:'Cormorant',serif;font-weight:700;font-size:1.35rem;color:var(--ink);line-height:1.1}
.gl-figures span{font-size:.68rem;font-weight:700;color:var(--slate);text-transform:uppercase;letter-spacing:.05em}

.gl-hero-btns{display:flex;flex-wrap:wrap;gap:13px;margin-bottom:20px}
.gl-hero-trust{display:flex;flex-wrap:wrap;gap:8px 18px;font-size:.78rem;font-weight:700;color:var(--slate)}

@media(max-width:920px){
  .gl-hero-grid{grid-template-columns:minmax(0,1fr);gap:26px}
  .gl-hero-copy{display:contents}
  .gl-hero-shot{order:1}
  .gl-hero-title{order:2}
  .gl-hero-rest{order:3}
  .gl-hero-shot img{max-width:min(185px,100%)}
  .gl-petal-tag{top:0;right:0}
}

/* ---------- "the circuit" signature — angular PCB trace, animated, always-on loop ---------- */
.gl-ascent{margin-top:18px;background:#fff;border:1px solid var(--line);border-radius:12px;padding:20px 18px 16px;
  box-shadow:0 8px 22px rgba(122,59,74,.07);text-align:center;max-width:260px;margin-left:auto;margin-right:auto}
.gl-ascent h4{font-size:.7rem;letter-spacing:.13em;text-transform:uppercase;color:var(--steel-dk);
  margin-bottom:8px;font-family:'Mulish',sans-serif;font-weight:700}
.gl-ascent svg{display:block;margin:0 auto;overflow:visible}
.gl-shimmer-arc{fill:none;stroke:var(--line);stroke-width:1.4;stroke-dasharray:3 5}
.gl-shimmer-dot{fill:var(--steel);opacity:0;animation:glShimmerTwinkle 2.8s ease-in-out infinite}
.gl-ascent-cap{font-size:.68rem;font-weight:700;color:var(--slate);margin-top:8px}
@keyframes glShimmerTwinkle{0%,100%{opacity:0;transform:scale(.5)}50%{opacity:1;transform:scale(1.2)}}
@media(prefers-reduced-motion:reduce){.gl-shimmer-dot{animation:none;opacity:.6;transform:scale(1)}}

/* ---------- grids ---------- */
.gl-grid{display:grid;gap:20px}
.gl-g2{grid-template-columns:repeat(2,minmax(0,1fr))}
.gl-g3{grid-template-columns:repeat(3,minmax(0,1fr))}
.gl-g4{grid-template-columns:repeat(4,minmax(0,1fr))}
@media(max-width:980px){.gl-g4{grid-template-columns:repeat(2,minmax(0,1fr))}.gl-g3{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:680px){.gl-g4,.gl-g3,.gl-g2{grid-template-columns:minmax(0,1fr)}}

.gl-card{background:#fff;border:1px solid var(--line);border-radius:8px;padding:26px 22px}
.gl-card p{color:var(--slate);font-size:.93rem;margin:0}
.gl-sec-dark .gl-card{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.16)}
.gl-sec-dark .gl-card p{color:#AABDB4}
.gl-card-badge{text-align:center}
.gl-card-badge img{max-width:min(135px,100%);margin:0 auto 14px;border-radius:6px}

.gl-idx{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:6px;
  background:var(--ink);color:#fff;font-family:'Cormorant',sans-serif;font-weight:700;font-size:.9rem;margin-bottom:13px}
.gl-idx-sage{background:var(--sage)}

/* ---------- split ---------- */
.gl-split{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:48px;align-items:center}
@media(max-width:920px){.gl-split{grid-template-columns:minmax(0,1fr);gap:30px}}
.gl-split img{max-width:min(440px,100%);margin:0 auto;border-radius:8px}
.gl-split-copy p{color:var(--slate)}
.gl-sec-dark .gl-split-copy p{color:#AABDB4}

/* ---------- list ---------- */
.gl-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}
@media(max-width:780px){.gl-list{grid-template-columns:minmax(0,1fr)}}
.gl-list li{background:#fff;border:1px solid var(--line);border-left:3px solid var(--steel);
  border-radius:0 8px 8px 0;padding:15px 18px;font-size:.92rem;color:var(--slate)}
.gl-list li b{display:block;color:var(--ink);margin-bottom:3px;font-size:.97rem;font-family:'Cormorant',sans-serif}

/* ---------- callouts ---------- */
.gl-callout{background:#fff;border:1px solid var(--line);border-radius:8px;padding:22px 24px;font-size:.92rem;color:var(--slate)}
.gl-callout b{color:var(--ink)}
.gl-callout a{color:var(--steel-dk);text-decoration:underline;text-underline-offset:3px}
.gl-flagbox{background:#F2EEDF;border:1px solid #DCCE9E;border-radius:8px;padding:21px 23px;font-size:.9rem;color:#5F5423}
.gl-flagbox b{color:#7A6A1E}
.gl-alert{background:#EAEFE9;border:1px solid #BFD0BE;border-radius:8px;padding:21px 23px;font-size:.9rem;color:#33453A}
.gl-alert b{color:var(--steel-dk)}

/* ---------- reviews ---------- */
.gl-rev-head{display:flex;align-items:center;gap:13px;margin-bottom:11px}
.gl-rev-head img{width:52px;height:52px;border-radius:50%;object-fit:cover;flex-shrink:0}
.gl-rev-name{font-weight:700;font-size:.94rem;color:var(--ink);font-family:'Cormorant',sans-serif}
.gl-rev-sub{font-size:.77rem;color:var(--slate)}
.gl-stars{color:#6E9C7E;letter-spacing:2px;font-size:.9rem;margin-bottom:8px}
.gl-board{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;text-align:center;margin-top:34px}
@media(max-width:680px){.gl-board{grid-template-columns:minmax(0,1fr)}}
.gl-board b{display:block;font-family:'Cormorant',sans-serif;font-weight:700;font-size:1.85rem;color:var(--ink)}
.gl-board span{font-size:.78rem;font-weight:700;color:var(--slate);text-transform:uppercase;letter-spacing:.08em}

/* ---------- pricing ---------- */
.gl-plans{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;align-items:stretch}
@media(max-width:980px){.gl-plans{grid-template-columns:minmax(0,1fr);max-width:430px;margin:0 auto}}
.gl-plan{background:#fff;border:1px solid var(--line);border-radius:8px;padding:28px 22px;text-align:center;
  display:flex;flex-direction:column;position:relative}
.gl-plan.top{border-color:var(--sage);box-shadow:0 24px 46px rgba(110,156,126,.2)}
@media(min-width:981px){.gl-plan.top{transform:translateY(-10px)}}
.gl-badge{position:absolute;top:-14px;left:50%;transform:translateX(-50%);background:var(--sage);color:#fff;
  font-size:.7rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:6px 16px;border-radius:999px;
  white-space:nowrap;font-family:'Cormorant',sans-serif}
.gl-badge-steel{background:var(--steel);color:#fff}
.gl-plan img.pk{max-width:min(190px,100%);max-height:170px;width:auto;height:170px;object-fit:contain;margin:8px auto 16px}
.gl-plan-ttl{font-family:'Cormorant',sans-serif;font-weight:700;font-size:1.28rem;color:var(--ink)}
.gl-plan-sub{font-size:.83rem;color:var(--slate);margin-bottom:14px}
.gl-plan-price{font-family:'Cormorant',sans-serif;font-weight:700;font-size:2.2rem;color:var(--ink);line-height:1}
.gl-plan-price small{font-family:'Mulish',sans-serif;font-size:.8rem;font-weight:700;color:var(--slate)}
.gl-plan-was{text-decoration:line-through;color:var(--slate);font-size:.86rem;margin:8px 0 2px}
.gl-plan-tot{font-weight:700;font-size:.97rem;color:var(--ink);margin-bottom:6px}
.gl-plan-ship{font-size:.83rem;font-weight:700;color:var(--steel-dk);margin-bottom:12px}
.gl-plan-ship.pay{color:var(--slate)}
.gl-plan ul{list-style:none;margin:0 0 18px;padding:0;text-align:left;font-size:.86rem;color:var(--slate)}
.gl-plan ul li{position:relative;padding-left:21px;margin-bottom:7px}
.gl-plan ul li::before{content:'\2713';position:absolute;left:0;color:var(--steel-dk);font-weight:700}
.gl-plan .gl-btn{margin-top:auto}
.gl-plan .cards{max-width:min(165px,100%);margin:13px auto 0;opacity:.6}

/* ---------- guarantee ---------- */
.gl-guar{display:grid;grid-template-columns:auto minmax(0,1fr);gap:40px;align-items:center;
  background:#fff;border:1px solid var(--line);border-radius:8px;padding:36px}
@media(max-width:820px){.gl-guar{grid-template-columns:minmax(0,1fr);gap:24px;text-align:center;padding:28px 22px}}
.gl-guar img{max-width:min(175px,100%);margin:0 auto}
.gl-guar p{color:var(--slate)}

/* ---------- steps ---------- */
.gl-steps{display:grid;gap:15px}
.gl-step-row{background:#fff;border:1px solid var(--line);border-radius:8px;padding:22px 24px;
  display:grid;grid-template-columns:auto minmax(0,1fr);gap:18px;align-items:start}
.gl-step-row .n{width:34px;height:34px;border-radius:6px;background:rgba(78,124,142,.14);color:var(--steel-dk);
  font-family:'Cormorant',sans-serif;font-weight:700;display:flex;align-items:center;justify-content:center;font-size:.92rem}
.gl-step-row p{margin:0;color:var(--slate);font-size:.93rem}

/* ---------- FAQ ---------- */
.gl-faq{border-top:1px solid var(--line)}
.gl-faq-row{border-bottom:1px solid var(--line)}
.gl-faq-btn{width:100%;background:none;border:none;text-align:left;cursor:pointer;padding:20px 4px;
  display:flex;justify-content:space-between;align-items:center;gap:16px;
  font-family:'Cormorant',sans-serif;font-weight:600;font-size:1.04rem;color:var(--ink)}
.gl-faq-btn::after{content:'+';font-size:1.5rem;color:var(--steel-dk);flex-shrink:0;transition:transform .2s;font-family:'Mulish',sans-serif}
.gl-faq-row.on .gl-faq-btn::after{transform:rotate(45deg)}
.gl-faq-body{max-height:0;overflow:hidden;transition:max-height .28s ease}
.gl-faq-body p{padding:0 4px 20px;margin:0;color:var(--slate);font-size:.94rem}

/* ---------- refs ---------- */
.gl-refs{list-style:none;margin:0 0 18px;padding:0}
.gl-refs li{padding:11px 0;border-bottom:1px solid var(--line);font-size:.91rem;color:var(--slate)}
.gl-refs a{color:var(--steel-dk);font-weight:600;text-decoration:underline;text-underline-offset:3px}

/* ---------- final CTA ---------- */
.gl-final{background:linear-gradient(150deg,var(--ink) 0%,var(--ink-dk) 100%);border-radius:14px;
  padding:52px 30px;text-align:center}
.gl-final h2{color:#fff}
.gl-final p{color:#B9CBC4}
.gl-final img{max-width:min(260px,100%);margin:22px auto}
.gl-final .old{color:#B9CBC4;text-decoration:line-through}
.gl-final .new{font-family:'Cormorant',sans-serif;font-weight:700;font-size:2.05rem;color:var(--sage);margin:4px 0 20px}
.gl-final .sm{font-size:.84rem;color:#B9CBC4;margin:16px 0 0}

/* ---------- breadcrumb ---------- */
.gl-crumb{font-size:.81rem;color:var(--slate);padding:16px 0 0}
.gl-crumb a{color:var(--steel-dk);font-weight:700}
.gl-crumb i{font-style:normal;margin:0 7px;opacity:.5}

/* ---------- related ---------- */
.gl-rel{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
@media(max-width:780px){.gl-rel{grid-template-columns:minmax(0,1fr)}}
.gl-rel a{display:block;background:#fff;border:1px solid var(--line);border-radius:8px;padding:19px 20px;transition:.15s}
.gl-rel a:hover{border-color:var(--sage);transform:translateY(-2px)}
.gl-rel b{display:block;font-size:.98rem;color:var(--ink);margin-bottom:5px;font-family:'Cormorant',sans-serif}
.gl-rel span{font-size:.84rem;color:var(--slate)}

/* ---------- article ---------- */
.gl-article h2{margin-top:1.6em}
.gl-article h3{margin-top:1.35em}
.gl-article p{color:var(--slate)}
.gl-article a{color:var(--steel-dk);text-decoration:underline;text-underline-offset:3px}
.gl-meta{font-size:.86rem;color:var(--slate);margin-bottom:26px}
.gl-meta a{color:var(--steel-dk);font-weight:700}

/* ---------- footer ---------- */
.gl-foot{background:var(--ink-dk);color:#8AA098;padding:48px 0 34px;font-size:.87rem}
.gl-foot a{color:#CBDAD3}
.gl-foot a:hover{color:var(--sage)}
.gl-foot-nav{display:flex;flex-wrap:wrap;justify-content:center;gap:12px 25px;list-style:none;margin:0 0 20px;padding:0;font-weight:700}
.gl-foot-legal{display:flex;flex-wrap:wrap;justify-content:center;gap:10px 21px;list-style:none;margin:0 0 26px;padding:0;font-size:.84rem}
.gl-foot hr{border:none;border-top:1px solid rgba(255,255,255,.1);margin:22px 0}
.gl-foot p{margin:0 0 14px;line-height:1.68}
.gl-foot .cr{text-align:center;font-size:.84rem;opacity:.85;margin-top:22px}

/* ---------- free bonuses ---------- */
.gl-bonus-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}
@media(max-width:980px){.gl-bonus-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:560px){.gl-bonus-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
.gl-bonus-card{background:#fff;border:1px solid var(--line);border-radius:10px;padding:22px 18px 24px;
  text-align:center;transition:transform .16s,box-shadow .16s}
.gl-bonus-card:hover{transform:translateY(-3px);box-shadow:0 14px 28px rgba(122,59,74,.09);border-color:var(--steel)}
.gl-bonus-tag{display:inline-block;background:var(--steel);color:#fff;font-size:.63rem;font-weight:700;
  letter-spacing:.07em;text-transform:uppercase;padding:4px 12px;border-radius:999px;margin-bottom:14px}
.gl-bonus-card img{max-width:135px;margin:0 auto 15px;border-radius:3px;
  box-shadow:0 14px 26px rgba(122,59,74,.18)}
.gl-bonus-card h4{font-size:.94rem;margin-bottom:7px}
.gl-bonus-card p{font-size:.82rem;color:var(--slate);margin:0}

/* ---------- guarantee badge ---------- */
.gl-guar-badge{display:flex;align-items:center;justify-content:center;position:relative;padding:10px}
.gl-guar-badge::before{content:'';position:absolute;width:210px;height:210px;border-radius:50%;
  background:radial-gradient(circle,rgba(212,115,138,.13) 0%,transparent 72%);z-index:0}
.gl-guar-badge img,.gl-guar-badge svg{position:relative;z-index:1;margin:0}

/* ================= SECTION-UNIQUE TREATMENT #1 =================
   Ingredients: icon-cards with a copper top-bar (used ONLY here) */
.gl-ing-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
@media(max-width:980px){.gl-ing-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){.gl-ing-grid{grid-template-columns:minmax(0,1fr)}}
.gl-ing-card{background:#fff;border:1px solid var(--line);border-radius:10px;overflow:hidden;
  display:flex;flex-direction:column;transition:transform .16s,box-shadow .16s}
.gl-ing-card:hover{transform:translateY(-3px);box-shadow:0 14px 30px rgba(122,59,74,.09);border-color:var(--steel)}
.gl-ing-top{height:5px}
.gl-ing-body{padding:21px 21px 19px;flex:1;display:flex;flex-direction:column}
.gl-ing-head{display:flex;align-items:center;gap:12px;margin-bottom:13px}
.gl-ing-icon{width:42px;height:42px;min-width:42px;border-radius:9px;display:flex;align-items:center;
  justify-content:center;font-size:1.25rem}
.gl-ing-name{font-family:'Cormorant',sans-serif;font-weight:700;font-size:1rem;color:var(--ink);line-height:1.22;margin:0}
.gl-ing-cat{font-size:.64rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:var(--slate);margin-top:3px}
.gl-ing-body p{color:var(--slate);font-size:.87rem;margin:0 0 15px;flex:1;line-height:1.6}
.gl-ing-dose{font-size:.7rem;font-weight:700;color:var(--steel-dk);background:var(--stone);border:1px solid var(--line);
  border-radius:6px;padding:6px 10px;display:inline-flex;align-items:center;gap:6px;width:fit-content}
.gl-ing-dose.warn{color:#9C4221;background:#FBEEE8;border-color:#F0D3C2}
.gl-ing-dose.on{color:#1F6B5C;background:#E4F3EC;border-color:#C4E3D4}

/* pathway breakdown table (replaces a typical dose-table since doses ARE disclosed here;
   this instead shows the NO/circulation-pathway redundancy honestly) */
.gl-pathtable{width:100%;border-collapse:collapse;background:#fff;border:1px solid var(--line);border-radius:8px;overflow:hidden;font-size:.85rem}
.gl-pathtable th{background:var(--ink);color:#fff;text-align:left;padding:12px 14px;font-family:'Cormorant',sans-serif;font-weight:700;font-size:.85rem}
.gl-pathtable td{padding:12px 14px;border-top:1px solid var(--line);color:var(--slate)}
.gl-pathtable tr:nth-child(even) td{background:var(--sand)}
.gl-pathtable td b{color:var(--ink)}
.gl-pathtable-wrap{overflow-x:auto}
@media(max-width:680px){.gl-pathtable{font-size:.76rem}.gl-pathtable th,.gl-pathtable td{padding:9px 10px}}

/* ================= SECTION-UNIQUE TREATMENT #2 =================
   Benefits: a horizontal ribbon-list, icon left / text right, used
   ONLY in the Benefits section — deliberately different from the
   ingredient icon-card grid above */
.gl-ribbon-list{display:flex;flex-direction:column;border:1px solid var(--line);border-radius:12px;overflow:hidden;background:#fff}
.gl-ribbon{display:flex;align-items:flex-start;gap:16px;padding:20px 22px;border-bottom:1px solid var(--line)}
.gl-ribbon:last-child{border-bottom:none}
.gl-ribbon:nth-child(even){background:var(--stone)}
.gl-ribbon-icon{width:44px;height:44px;min-width:44px;border-radius:50%;background:var(--sand);
  display:flex;align-items:center;justify-content:center;font-size:1.3rem;color:var(--steel-dk)}
.gl-ribbon-body h4{margin:0 0 4px;font-size:1.02rem;color:var(--ink)}
.gl-ribbon-body p{margin:0;color:var(--slate);font-size:.9rem}

/* ================= SECTION-UNIQUE TREATMENT #3 =================
   Quick How-To-Use: a connected vertical timeline, used ONLY here —
   distinct from both the icon-card grid and the ribbon list */
.gl-timeline{position:relative;padding-left:38px}
.gl-timeline::before{content:'';position:absolute;left:13px;top:6px;bottom:6px;width:2px;background:var(--line)}
.gl-tl-item{position:relative;padding-bottom:26px}
.gl-tl-item:last-child{padding-bottom:0}
.gl-tl-dot{position:absolute;left:-38px;top:0;width:28px;height:28px;border-radius:50%;background:var(--ink);
  color:#fff;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:800;font-family:'Cormorant',sans-serif;
  box-shadow:0 0 0 4px #fff, 0 0 0 5px var(--line)}
.gl-tl-item h4{margin:0 0 4px;font-size:1rem;color:var(--ink)}
.gl-tl-item p{margin:0;color:var(--slate);font-size:.9rem}

/* ================= SECTION-UNIQUE TREATMENT #4 =================
   The Difference: a two-column comparison callout ("Typical Formula"
   vs "VapoCept's Formula"), used ONLY here — distinct from every
   other section's visual treatment */
.gl-compare{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;border:1px solid var(--line);
  border-radius:12px;overflow:hidden}
@media(max-width:760px){.gl-compare{grid-template-columns:minmax(0,1fr)}}
.gl-compare>div{padding:24px 24px 26px}
.gl-compare .a{background:var(--stone)}
.gl-compare .b{background:var(--ink);color:#fff}
.gl-compare h4{font-size:.72rem;letter-spacing:.11em;text-transform:uppercase;margin:0 0 14px}
.gl-compare .a h4{color:var(--steel-dk)}
.gl-compare .b h4{color:var(--steel)}
.gl-compare ul{margin:0;padding:0;list-style:none}
.gl-compare li{position:relative;padding-left:22px;margin-bottom:11px;font-size:.9rem;line-height:1.5}
.gl-compare .a li{color:var(--slate)}
.gl-compare .b li{color:#D8DBE6}
.gl-compare li::before{content:'\2022';position:absolute;left:2px;top:0;font-size:1.1rem}
.gl-compare .a li::before{color:var(--steel)}
.gl-compare .b li::before{color:var(--steel)}

/* ---------- blog hub hero + cards ---------- */
.gl-bhero{background:linear-gradient(160deg,var(--sand) 0%,var(--stone) 100%);padding:58px 0 44px;text-align:center;
  border-bottom:1px solid var(--line);position:relative;overflow:hidden}
.gl-bhero::before{content:'';position:absolute;top:-40%;right:-10%;width:340px;height:340px;border-radius:50%;
  background:radial-gradient(circle,rgba(212,115,138,.12) 0%,transparent 70%);z-index:0}
.gl-bhero::after{content:'';position:absolute;bottom:-50%;left:-8%;width:260px;height:260px;border-radius:50%;
  background:radial-gradient(circle,rgba(232,160,176,.1) 0%,transparent 70%);z-index:0}
.gl-bhero>.gl-wrap{position:relative;z-index:1}
.gl-bhero .gl-pill{margin-bottom:18px}
.gl-bhero h1{margin-bottom:12px}
.gl-bhero p.lede{color:var(--slate);max-width:560px;margin:0 auto;font-size:1.02rem}
.gl-bhero-meta{display:flex;justify-content:center;align-items:center;gap:10px 22px;margin-top:24px;flex-wrap:wrap}
.gl-bhero-meta span{font-size:.72rem;font-weight:700;color:var(--steel-dk);text-transform:uppercase;letter-spacing:.08em;
  background:#fff;border:1px solid var(--line);border-radius:999px;padding:7px 15px}

.gl-bsection-ttl{font-size:.74rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase;color:var(--steel-dk);
  margin:0 0 18px;padding-bottom:10px;border-bottom:2px solid var(--line);display:inline-block}
.gl-bgroup{margin-bottom:46px}
.gl-bgroup:last-child{margin-bottom:0}

.gl-bgrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
@media(max-width:900px){.gl-bgrid{grid-template-columns:minmax(0,1fr)}}
.gl-bcard{background:#fff;border:1px solid var(--line);border-radius:10px;overflow:hidden;
  display:flex;flex-direction:column;transition:transform .16s,box-shadow .16s}
.gl-bcard:hover{transform:translateY(-3px);box-shadow:0 16px 32px rgba(122,59,74,.1);border-color:var(--steel)}
.gl-bcard-head{background:var(--ink);padding:22px 22px 19px}
.gl-bcard-head .tag{display:block;font-size:.66rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;
  color:var(--steel);margin-bottom:9px}
.gl-bcard-head h3{color:#fff;margin:0;font-size:1.08rem;line-height:1.3}
.gl-bcard-body{padding:19px 22px 22px;flex:1;display:flex;flex-direction:column}
.gl-bcard-body p{color:var(--slate);font-size:.89rem;flex:1;margin:0 0 14px}
.gl-bcard-body .read{color:var(--steel-dk);font-weight:700;font-size:.85rem;margin-top:auto;display:inline-flex;align-items:center;gap:5px}
.gl-bcard-body .read:hover{color:var(--steel)}

/* ---------- sticky bar ---------- */
.gl-sticky{position:fixed;left:0;right:0;bottom:0;z-index:950;background:var(--ink-dk);
  border-top:2px solid var(--sage);padding:9px 15px;display:none;align-items:center;justify-content:space-between;
  gap:12px;box-shadow:0 -8px 24px rgba(0,0,0,.2)}
.gl-sticky .t{min-width:0;line-height:1.25;color:#fff}
.gl-sticky .t b{display:block;font-size:.92rem;color:var(--sage);font-family:'Cormorant',sans-serif}
.gl-sticky .t small{color:#B9CBC4;font-size:.71rem}
.gl-sticky .gl-btn{padding:11px 18px;font-size:.86rem;flex-shrink:0}
@media(max-width:920px){.gl-sticky{display:flex}body{padding-bottom:68px}}
