/* =========================================================
   SodaTide (sodastiide.com) — style.css
   Purple/violet synbiotic theme matching the label.
   Class prefix: stv-
   ========================================================= */

:root{
  --stv-violet:#5B2A86;
  --stv-violet-deep:#3E1B60;
  --stv-plum:#8B3F9E;
  --stv-mint:#3FA893;
  --stv-ink:#211A2B;
  --stv-mute:#5E5568;
  --stv-bg:#FFFFFF;
  --stv-bg-soft:#FAF8FC;
  --stv-bg-tint:#F1E9F7;
  --stv-line:#E7DAF0;
  --stv-r:14px;
  --stv-shadow:0 8px 24px rgba(33,26,43,.09);
  --stv-shadow-lg:0 20px 46px rgba(33,26,43,.16);
  --stv-max:min(1180px,92vw);
}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;font-family:"Figtree",system-ui,-apple-system,Segoe UI,Roboto,sans-serif;
  color:var(--stv-mute);background:var(--stv-bg);
  font-size:clamp(1rem,.95rem + .25vw,1.08rem);line-height:1.74;overflow-x:hidden;-webkit-font-smoothing:antialiased;
}
img{max-width:100%;height:auto;display:block}
a{color:var(--stv-violet);text-decoration:none}
ul{margin:0;padding:0;list-style:none}
h1,h2,h3,h4{font-family:"Spectral",Georgia,serif;color:var(--stv-ink);font-weight:600;line-height:1.2;margin:0 0 .5em}
h1{font-size:clamp(2rem,1.5rem + 2.5vw,3.15rem)}
h2{font-size:clamp(1.5rem,1.2rem + 1.5vw,2.2rem)}
h3{font-size:clamp(1.02rem,1rem + .3vw,1.16rem);font-family:"Figtree",sans-serif;font-weight:700}
p{margin:0 0 1em}
.stv-max{width:var(--stv-max);margin-inline:auto}
.stv-sec{padding:clamp(3rem,4vw + 1rem,5.5rem) 0}
.stv-sec--soft{background:var(--stv-bg-soft)}
.stv-sec--tint{background:var(--stv-bg-tint)}
.stv-eyebrow{display:inline-flex;align-items:center;gap:.5em;font-weight:700;font-size:.75rem;letter-spacing:1.5px;text-transform:uppercase;color:var(--stv-violet)}
.stv-eyebrow::before{content:"";width:22px;height:2px;background:var(--stv-mint)}
.stv-headwrap{max-width:740px;margin-bottom:clamp(1.6rem,2vw + 1rem,2.8rem)}
.stv-headwrap--c{margin-inline:auto;text-align:center}
.stv-headwrap--c .stv-eyebrow{justify-content:center}
.stv-headwrap--c .stv-eyebrow::before{display:none}
.stv-lede{font-size:1.08rem}

.stv-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5em;padding:.95em 2.1em;font-weight:700;font-size:.92rem;border:2px solid transparent;border-radius:100px;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background .2s ease;white-space:nowrap}
.stv-btn--pri{background:var(--stv-violet);color:#fff;box-shadow:0 10px 24px rgba(91,42,134,.32)}
.stv-btn--pri:hover{background:var(--stv-violet-deep);transform:translateY(-2px)}
.stv-btn--out{border-color:var(--stv-ink);color:var(--stv-ink);background:transparent}
.stv-btn--out:hover{background:var(--stv-ink);color:#fff}
.stv-btn--block{width:100%}
.stv-btn--lg{padding:1.1em 2.5em;font-size:1rem}

.stv-strip{background:var(--stv-violet-deep);color:#F1E9F7;font-size:.79rem}
.stv-strip .stv-max{display:flex;justify-content:center;gap:clamp(.8rem,3vw,2.2rem);flex-wrap:wrap;padding:.55em 0;text-align:center}
.stv-strip strong{color:var(--stv-mint)}

.stv-nav{position:sticky;top:0;z-index:60;background:rgba(255,255,255,.97);backdrop-filter:blur(8px);box-shadow:0 1px 0 var(--stv-line)}
.stv-nav .stv-max{display:flex;align-items:center;justify-content:space-between;padding:.85em 0}
.stv-logo{font-family:"Spectral",serif;font-weight:600;font-size:1.42rem;color:var(--stv-ink)}
.stv-logo em{color:var(--stv-violet);font-style:normal}
.stv-links{display:flex;align-items:center;gap:clamp(1rem,2vw,1.7rem)}
.stv-links a{font-weight:600;font-size:.84rem;color:var(--stv-ink)}
.stv-links a:hover{color:var(--stv-violet)}
.stv-navcta{display:flex;align-items:center;gap:1rem}
.stv-burger{display:none;background:none;border:none;cursor:pointer;padding:.4em}
.stv-burger span{display:block;width:24px;height:2px;background:var(--stv-ink);margin:5px 0}

.stv-hero{padding:clamp(2rem,4vw,3.6rem) 0 clamp(2.4rem,5vw,4.2rem);background:radial-gradient(1000px 460px at 82% -10%,var(--stv-bg-tint) 0%,transparent 60%),#fff}
.stv-hero .stv-max{display:grid;grid-template-columns:1fr 1.06fr;gap:clamp(2rem,4vw,3.4rem);align-items:center}
.stv-hero-media{display:flex;flex-direction:column;align-items:center;gap:1.3rem}
.stv-tagrow{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1em}
.stv-chip{display:inline-flex;align-items:center;gap:.4em;background:#fff;border:1px solid var(--stv-line);padding:.4em .95em;border-radius:100px;font-size:.73rem;font-weight:700;color:var(--stv-ink);box-shadow:var(--stv-shadow)}
.stv-hero h1 em{color:var(--stv-violet);font-style:normal}
.stv-qa{background:#fff;border-radius:var(--stv-r);padding:1.3em 1.5em;margin:1.1em 0;box-shadow:var(--stv-shadow);border-left:4px solid var(--stv-violet)}
.stv-qa strong{display:block;font-family:"Spectral",serif;font-size:.85rem;font-weight:700;margin-bottom:.4em;color:var(--stv-ink)}
.stv-facts{display:flex;flex-wrap:wrap;gap:.5rem;margin:1em 0}
.stv-facts li{background:var(--stv-bg-soft);border:1px solid var(--stv-line);padding:.42em .95em;border-radius:100px;font-size:.78rem;font-weight:600}
.stv-check{display:grid;gap:.5em;margin:1em 0}
.stv-check li{display:flex;gap:.6em;align-items:flex-start;font-size:.96rem;color:var(--stv-ink)}
.stv-check li::before{content:"✓";flex:0 0 auto;width:19px;height:19px;border-radius:50%;background:var(--stv-mint);color:#fff;font-size:.66rem;display:flex;align-items:center;justify-content:center;margin-top:.15em}
.stv-herobtn{display:flex;gap:.9rem;flex-wrap:wrap;margin-top:1.2em}
.stv-trust{margin-top:1em;font-size:.8rem}

.stv-bottlebox{position:relative;width:min(280px,74%)}
.stv-bottlebox img{position:relative;z-index:2;filter:drop-shadow(0 20px 28px rgba(33,26,43,.22))}

/* Unique hero diagram: three small "strain" dots slowly orbiting a
   central "prebiotic core" circle — a distinct concept from the
   surge bar, target rings, compass, waves and dials used in prior
   builds. */
.stv-orbit{width:100%;background:#fff;border-radius:var(--stv-r);padding:1.2em 1.3em;box-shadow:var(--stv-shadow)}
.stv-orbit-h{font-family:"Spectral",serif;font-weight:600;font-size:.85rem;text-align:center;color:var(--stv-ink);margin-bottom:.8em}
.stv-orbit-stage{position:relative;width:170px;height:170px;margin-inline:auto}
.stv-orbit-ring{position:absolute;inset:0;border:1.5px dashed var(--stv-line);border-radius:50%}
.stv-orbit-core{position:absolute;top:50%;left:50%;width:52px;height:52px;margin:-26px 0 0 -26px;border-radius:50%;background:radial-gradient(circle at 35% 30%,var(--stv-plum),var(--stv-violet-deep));box-shadow:0 6px 16px rgba(91,42,134,.35)}
.stv-orbit-dot{position:absolute;width:14px;height:14px;border-radius:50%;background:var(--stv-mint);top:50%;left:50%;transform-origin:0 0;animation:stv-spin 10s linear infinite}
.stv-orbit-dot:nth-child(3){animation-duration:10s;animation-delay:0s}
.stv-orbit-dot:nth-child(4){animation-duration:10s;animation-delay:-3.3s;background:var(--stv-plum)}
.stv-orbit-dot:nth-child(5){animation-duration:10s;animation-delay:-6.6s;background:var(--stv-violet)}
@keyframes stv-spin{from{transform:rotate(0deg) translateX(78px)}to{transform:rotate(360deg) translateX(78px)}}
@media (prefers-reduced-motion:reduce){.stv-orbit-dot{animation:none}.stv-orbit-dot:nth-child(3){transform:rotate(0deg) translateX(78px)}.stv-orbit-dot:nth-child(4){transform:rotate(120deg) translateX(78px)}.stv-orbit-dot:nth-child(5){transform:rotate(240deg) translateX(78px)}}
.stv-orbit-note{font-size:.75rem;color:var(--stv-mute);text-align:center;margin-top:.9em;margin-bottom:0;line-height:1.5}

.stv-badges{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(1rem,2vw,1.6rem)}
.stv-badge{text-align:center;padding:1.6em 1em;background:#fff;border-radius:var(--stv-r);box-shadow:var(--stv-shadow);transition:transform .2s ease,box-shadow .2s ease}
.stv-badge:hover{transform:translateY(-4px);box-shadow:var(--stv-shadow-lg)}
.stv-badge img{width:52px;height:52px;object-fit:contain;margin:0 auto .7em}
.stv-badge h3{font-size:.94rem;margin-bottom:.3em}
.stv-badge p{font-size:.83rem;margin:0}

.stv-split{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,4vw,3.4rem);align-items:center}
.stv-split img{border-radius:var(--stv-r);box-shadow:var(--stv-shadow-lg)}
.stv-note{background:var(--stv-bg-tint);border-radius:10px;border-left:4px solid var(--stv-mint);padding:1em 1.2em;font-size:.89rem;margin-top:1.1em}
.stv-note strong{color:var(--stv-ink)}

.stv-points{display:grid;gap:1.3rem}
.stv-points li{display:grid;grid-template-columns:auto 1fr;gap:1rem}
.stv-points b{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:var(--stv-violet);color:#fff;font-family:"Spectral",serif;font-weight:700;border-radius:50%;flex:0 0 auto}
.stv-points h3{margin-bottom:.2em;font-size:1.02rem}
.stv-points p{margin:0;font-size:.9rem}

.stv-flowgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(1rem,2vw,1.6rem)}
.stv-flowcard{background:#fff;border-radius:var(--stv-r);padding:1.6em 1.3em;box-shadow:var(--stv-shadow);border-top:3px solid var(--stv-violet)}
.stv-flowcard b{display:block;font-family:"Spectral",serif;font-size:1.5rem;font-weight:700;color:var(--stv-violet);margin-bottom:.25em}
.stv-flowcard h3{font-size:.98rem}
.stv-flowcard p{font-size:.85rem;margin:0}

.stv-revhead{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.8rem}
.stv-agg{display:flex;align-items:center;gap:1rem;background:#fff;border-radius:var(--stv-r);padding:.9em 1.4em;box-shadow:var(--stv-shadow)}
.stv-agg b{font-family:"Spectral",serif;font-size:2.3rem;font-weight:700;color:var(--stv-ink)}
.stv-stars{color:var(--stv-plum);letter-spacing:2px}
.stv-agg small{display:block;font-size:.76rem}
.stv-revgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(1rem,2vw,1.6rem)}
.stv-revcard{background:#fff;border-radius:var(--stv-r);padding:1.5em;box-shadow:var(--stv-shadow)}
.stv-revwho{display:flex;align-items:center;gap:.8em;margin-bottom:.7em}
.stv-revwho img{width:44px;height:44px;border-radius:50%;object-fit:cover}
.stv-revwho strong{display:block;font-size:.9rem;color:var(--stv-ink)}
.stv-revwho small{font-size:.74rem}
.stv-revcard p{font-size:.88rem;font-style:italic;margin:0}

.stv-pricegrid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(1rem,2vw,1.6rem);align-items:stretch}
.stv-pricecard{position:relative;background:#fff;border-radius:var(--stv-r);border:2px solid var(--stv-line);padding:2em 1.4em;text-align:center;display:flex;flex-direction:column;box-shadow:var(--stv-shadow)}
.stv-pricecard--hot{border-color:var(--stv-violet);box-shadow:var(--stv-shadow-lg);transform:scale(1.03)}
.stv-flag{position:absolute;top:-13px;left:50%;transform:translateX(-50%);background:var(--stv-violet);color:#fff;font-size:.67rem;font-weight:700;letter-spacing:.6px;text-transform:uppercase;padding:.4em 1.1em;border-radius:100px;box-shadow:0 8px 16px rgba(91,42,134,.35);white-space:nowrap}
.stv-pricecard img{width:100%;max-width:180px;margin:.6em auto 1em}
.stv-pricecard .stv-sup{font-size:.74rem;font-weight:700;letter-spacing:.5px;text-transform:uppercase;color:var(--stv-mute)}
.stv-pricecard .stv-bn{font-family:"Spectral",serif;font-size:1.18rem;font-weight:700;margin:.15em 0 .6em}
.stv-pp{font-family:"Spectral",serif;font-size:2.25rem;font-weight:700;color:var(--stv-violet)}
.stv-pp span{font-size:.82rem;color:var(--stv-mute);font-family:"Figtree",sans-serif}
.stv-pt{font-size:.79rem;margin:.3em 0 1.1em}
.stv-pt del{color:#D9C8E5;margin-right:.4em}
.stv-pricecard ul{margin:0 0 1.3em;text-align:left;display:grid;gap:.4em}
.stv-pricecard ul li{font-size:.82rem;display:flex;gap:.5em}
.stv-pricecard ul li::before{content:"✓";color:var(--stv-violet);font-weight:800}
.stv-pricecard .stv-btn{margin-top:auto}
.stv-pnote{text-align:center;font-size:.82rem;margin-top:1.8rem}

.stv-inggrid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(1rem,2vw,1.6rem)}
.stv-ingcard{background:#fff;border-radius:var(--stv-r);overflow:hidden;display:flex;flex-direction:column;height:100%;box-shadow:var(--stv-shadow)}
.stv-ingcard img{width:100%;height:150px;object-fit:cover}
.stv-ingcard-body{padding:1.3em;display:flex;flex-direction:column;flex:1}
.stv-ingamt{display:inline-block;background:var(--stv-bg-tint);color:var(--stv-violet);font-size:.72rem;font-weight:700;padding:.25em .7em;border-radius:100px;margin-bottom:.5em;width:fit-content}
.stv-ingcard h3{font-size:.98rem;margin-bottom:.35em}
.stv-ingcard p{font-size:.83rem;margin:0 0 1em;flex:1}
.stv-ingcard a{font-size:.78rem;font-weight:700}

.stv-bengrid{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(1rem,2vw,1.4rem)}
.stv-bencard{background:#fff;border-radius:var(--stv-r);padding:1.4em;box-shadow:var(--stv-shadow)}
.stv-benicon{width:40px;height:40px;border-radius:50%;background:var(--stv-bg-tint);color:var(--stv-violet);display:flex;align-items:center;justify-content:center;font-size:1.05rem;margin-bottom:.7em}
.stv-bencard h3{font-size:.93rem;margin-bottom:.3em}
.stv-bencard p{font-size:.82rem;margin:0}

.stv-guar{display:grid;grid-template-columns:auto 1fr;gap:clamp(1.5rem,3vw,2.8rem);align-items:center;background:var(--stv-bg-tint);padding:clamp(1.7rem,3vw,2.8rem);border-radius:var(--stv-r)}
.stv-guar img{width:min(135px,35vw)}

.stv-bonusgrid{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(1rem,2vw,1.3rem)}
.stv-bonuscard{background:#fff;border-radius:var(--stv-r);overflow:hidden;box-shadow:var(--stv-shadow);text-align:center}
.stv-bonuscard img{width:100%;height:150px;object-fit:cover}
.stv-bonuscard h3{font-size:.88rem;padding:.9em .8em .3em}
.stv-bonuscard p{font-size:.78rem;padding:0 .8em .9em;margin:0}

.stv-faqwrap{max-width:800px;margin-inline:auto;display:grid;gap:.65rem}
.stv-faqit{background:#fff;border-radius:var(--stv-r);overflow:hidden;box-shadow:var(--stv-shadow)}
.stv-faqq{width:100%;text-align:left;background:none;border:none;padding:1.05em 1.25em;font-weight:700;font-size:.94rem;color:var(--stv-ink);display:flex;justify-content:space-between;gap:1em;cursor:pointer}
.stv-faqq::after{content:"+";font-size:1.35rem;color:var(--stv-violet);transition:transform .25s}
.stv-faqit.is-open .stv-faqq::after{transform:rotate(45deg)}
.stv-faqa{max-height:0;overflow:hidden;transition:max-height .3s ease;padding:0 1.25em}
.stv-faqit.is-open .stv-faqa{max-height:420px;padding:0 1.25em 1.15em}
.stv-faqa p{font-size:.89rem;margin:0}

.stv-srcs{display:grid;gap:.5rem;max-width:760px;margin-inline:auto}
.stv-srcs li{background:#fff;border-radius:10px;padding:.8em 1.15em;font-size:.86rem;box-shadow:var(--stv-shadow)}

.stv-bloggrid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(1rem,2vw,1.6rem)}
.stv-blogcard{background:#fff;border-radius:var(--stv-r);overflow:hidden;box-shadow:var(--stv-shadow);display:flex;flex-direction:column}
.stv-blogbody{padding:1.2em}
.stv-blogtag{font-size:.68rem;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:var(--stv-violet)}
.stv-blogcard h3{font-size:.96rem;margin:.4em 0}
.stv-blogcard p{font-size:.83rem;margin:0}

.stv-final{position:relative;background:var(--stv-violet-deep);border-radius:var(--stv-r);padding:clamp(2.2rem,4vw,3.5rem);display:grid;grid-template-columns:auto 1fr auto;gap:2rem;align-items:center;color:#fff;overflow:hidden}
.stv-final::before{content:"";position:absolute;right:-50px;top:-50px;width:240px;height:240px;background:radial-gradient(circle,rgba(63,168,147,.4),transparent 70%)}
.stv-final img{width:105px;position:relative;z-index:1}
.stv-final h2{color:#fff}
.stv-final p{color:#DACFE6;margin:0}
.stv-final-price{font-size:.86rem;color:#DACFE6;text-align:right}
.stv-final-price b{display:block;font-family:"Spectral",serif;font-size:1.8rem;font-weight:700;color:var(--stv-mint)}

.stv-foot{background:var(--stv-violet-deep);color:#D2C6DE;padding:3.4rem 0 6.5rem}
.stv-foot .stv-max{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:2rem}
.stv-foot h4{color:#fff;font-size:.78rem;letter-spacing:1px;text-transform:uppercase;margin-bottom:.9em}
.stv-foot a{color:#D2C6DE;font-size:.85rem;display:block;margin-bottom:.55em}
.stv-foot a:hover{color:#fff}
.stv-flogo{font-family:"Spectral",serif;font-weight:600;font-size:1.45rem;color:#fff;margin-bottom:.6em}
.stv-flogo em{color:var(--stv-mint);font-style:normal}
.stv-foot p{font-size:.79rem;color:#A697B8}
.stv-legal{border-top:1px solid rgba(255,255,255,.1);margin-top:2.4rem;padding-top:1.5rem;font-size:.73rem;color:#9C8CAF;line-height:1.7}

.stv-sticky{position:fixed;left:0;right:0;bottom:0;z-index:70;background:#fff;box-shadow:0 -8px 20px rgba(0,0,0,.08);padding:.6em 0}
.stv-sticky .stv-max{display:flex;align-items:center;justify-content:space-between;gap:1rem}
.stv-sinfo strong{display:block;font-size:.88rem;color:var(--stv-ink)}
.stv-sinfo span{font-size:.74rem}

.stv-crumb{font-size:.77rem;padding:1em 0}
.stv-crumb a{color:var(--stv-mute);font-weight:600}
.stv-crumb a:hover{color:var(--stv-violet)}

.stv-phead{background:var(--stv-bg-soft);padding:clamp(2rem,4vw,3rem) 0;text-align:center}
.stv-phead p{max-width:680px;margin-inline:auto}

.stv-artbody h2{margin-top:1.3em;font-size:1.42rem}
.stv-artbody h3{margin-top:1.1em;font-family:"Figtree",sans-serif}
.stv-artbody p{font-size:1rem}
.stv-relgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:.9rem;margin-top:1rem}
.stv-relgrid a{background:#fff;border-radius:10px;padding:1em;font-weight:700;font-size:.84rem;color:var(--stv-ink);box-shadow:var(--stv-shadow)}
.stv-relgrid a:hover{color:var(--stv-violet)}

.stv-c{text-align:center}
.stv-mt{margin-top:2rem}

@media (max-width:1080px){
  .stv-badges,.stv-revgrid,.stv-pricegrid,.stv-inggrid,.stv-bengrid,.stv-bloggrid,.stv-relgrid,.stv-flowgrid,.stv-bonusgrid{grid-template-columns:repeat(2,1fr)}
  .stv-foot .stv-max{grid-template-columns:1fr 1fr}
}
@media (max-width:860px){
  .stv-links{display:none}
  .stv-burger{display:block}
  .stv-hero .stv-max{grid-template-columns:1fr}
  .stv-split{grid-template-columns:1fr}
  .stv-split > *:first-child{order:1}
  .stv-guar{grid-template-columns:1fr;text-align:center;justify-items:center}
  .stv-final{grid-template-columns:1fr;text-align:center}
  .stv-final img{margin-inline:auto}
  .stv-final-price{text-align:center}
}
@media (max-width:640px){
  .stv-badges,.stv-revgrid,.stv-pricegrid,.stv-inggrid,.stv-bengrid,.stv-bloggrid,.stv-relgrid,.stv-flowgrid,.stv-bonusgrid{grid-template-columns:1fr}
  .stv-foot .stv-max{grid-template-columns:1fr 1fr}
  .stv-strip .stv-max{font-size:.71rem}
  .stv-pricecard--hot{transform:none}
}
.stv-links.is-open{display:flex;position:absolute;top:100%;left:0;right:0;background:#fff;flex-direction:column;padding:1rem var(--stv-max,6vw);box-shadow:var(--stv-shadow-lg)}
