/* ===================================================================
   SUGARTIDE — sugartidde.com
   Built on Bootstrap 5 (CDN) + this override sheet.
   Palette: crimson/blood-red (matches label) + charcoal ink + warm
   amber accent + cream background — a fresh combination not reused
   from any other build in this project.
   Type: 'Roboto Slab' (headings, bold editorial weight) + 'Roboto'
   (body) — as requested.
   Every major section below uses a DELIBERATELY DIFFERENT layout
   pattern (zigzag ingredient rows, horizontal number-stepper,
   pill-cloud benefits, accordion FAQ, comparison table, masonry
   testimonials) rather than one repeated card style, so no single
   "template fingerprint" repeats section to section.
   Hero signature: "The Bloodstream Current" — a wavy vessel line
   with small red corpuscle dots animating along it on a loop,
   directly echoing the bottle's own red-blood-cell artwork; distinct
   from every other animation used elsewhere in this project (no
   gallop, flow+hex, honeycomb, gauge, bars, EKG, wave-calm, flame,
   neural-spark, liquid-drop, or angular-circuit signature repeats).
=================================================================== */
:root{
  --crimson:#a61c2e;
  --crimson-dark:#7a121f;
  --crimson-light:#d94b57;
  --ink:#241f1f;
  --muted:#6b5f5b;
  --amber:#d4a017;
  --amber-dark:#a87b0d;
  --cream:#fbf7f2;
  --sand:#f3e9dd;
  --line:#e8dcd0;
  --good:#2e7d5b;
  --bs-body-font-family: 'Roboto', sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  background:var(--cream);
  color:var(--ink);
  font-family:'Roboto',system-ui,sans-serif;
  font-size:1.03rem;
  line-height:1.72;
}
h1,h2,h3,h4{font-family:'Roboto Slab',serif;color:var(--crimson-dark);line-height:1.22;font-weight:700}
h1{font-weight:800}
img{max-width:100%;height:auto}
a{color:var(--crimson-dark)}
a:hover{color:var(--crimson)}
.st-wrap{max-width:1180px}

/* ---------- nav ---------- */
.st-nav{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:1000}
.st-logo{font-family:'Roboto Slab',serif;font-weight:800;font-size:1.5rem;color:var(--crimson-dark);text-decoration:none}
.st-logo em{font-style:normal;color:var(--amber-dark)}
.st-nav .nav-link{font-weight:600;color:var(--ink)}
.st-nav .nav-link:hover{color:var(--crimson)}
.st-cta-btn{background:var(--crimson);color:#fff!important;border-radius:6px;padding:.5rem 1.1rem!important;font-weight:700}
.st-cta-btn:hover{background:var(--crimson-dark)}

.st-btn{display:inline-block;background:var(--crimson);color:#fff;font-weight:700;padding:14px 30px;
  border-radius:8px;text-decoration:none;border:0;font-size:1.05rem}
.st-btn:hover{background:var(--crimson-dark);color:#fff}
.st-btn-amber{background:var(--amber);color:var(--ink)}
.st-btn-amber:hover{background:var(--amber-dark);color:#fff}
.st-btn-outline{background:transparent;border:2px solid var(--crimson);color:var(--crimson-dark)}
.st-btn-outline:hover{background:var(--crimson);color:#fff}
.st-sub{font-size:.85rem;color:var(--muted);margin-top:10px}

/* =================== HERO: "The Bloodstream Current" =================== */
.st-hero{background:linear-gradient(180deg,#fff 0%,var(--sand) 100%);padding:56px 0 60px;position:relative;overflow:hidden}
.st-hero::before{content:'';position:absolute;top:-15%;right:-8%;width:420px;height:420px;border-radius:50%;
  background:radial-gradient(circle,rgba(166,28,46,.08) 0%,transparent 70%)}
.st-eyebrow{display:inline-block;background:var(--crimson);color:#fff;font-weight:700;font-size:.78rem;
  letter-spacing:.06em;text-transform:uppercase;border-radius:999px;padding:6px 16px;margin-bottom:16px}
.st-hero h1{font-size:clamp(2.1rem,4.6vw,2.9rem)}
.st-hero h1 em{font-style:normal;color:var(--crimson)}
.st-hero-lede{font-size:1.1rem;color:var(--muted);max-width:38em}
.st-hero-shot{text-align:center;position:relative;z-index:1}
.st-hero-shot img{max-width:min(280px,100%);filter:drop-shadow(0 30px 40px rgba(122,18,31,.18))}
.st-facts-row{display:flex;flex-wrap:wrap;gap:10px;margin:20px 0}
.st-facts-row span{background:#fff;border:1px solid var(--line);border-radius:999px;padding:7px 15px;font-size:.82rem;font-weight:700}
.st-vessel-card{background:#fff;border:1px solid var(--line);border-radius:12px;padding:16px 18px;margin-top:20px;
  box-shadow:0 10px 26px rgba(122,18,31,.06);text-align:center}
.st-vessel-card svg{display:block;margin:0 auto}
.st-vessel-cap{font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin-top:8px}
.st-cell{animation:stCellMove 3.2s linear infinite}
.st-cell.d2{animation-delay:.8s}
.st-cell.d3{animation-delay:1.6s}
.st-cell.d4{animation-delay:2.4s}
@keyframes stCellMove{
  0%{offset-distance:0%;opacity:0}
  8%{opacity:1}
  92%{opacity:1}
  100%{offset-distance:100%;opacity:0}
}
@media(prefers-reduced-motion:reduce){.st-cell{animation:none;opacity:1}}

/* =================== SECTION 1: why-it-works icon cards =================== */
.st-icon-card{background:#fff;border:1px solid var(--line);border-radius:10px;padding:24px 20px;text-align:center;height:100%}
.st-icon-card .ic{width:52px;height:52px;border-radius:50%;background:var(--sand);display:flex;align-items:center;
  justify-content:center;font-size:1.5rem;margin:0 auto 14px}
.st-icon-card h4{font-size:1.05rem;margin-bottom:8px}
.st-icon-card p{font-size:.9rem;color:var(--muted);margin:0}

/* =================== SECTION 2: ingredients — ZIGZAG rows =================== */
.st-zig{padding:26px 0;border-bottom:1px solid var(--line)}
.st-zig:last-child{border-bottom:0}
.st-zig-num{font-family:'Roboto Slab',serif;font-weight:800;font-size:2.6rem;color:var(--sand);
  -webkit-text-stroke:2px var(--crimson-light);line-height:1}
.st-zig-badge{display:inline-block;background:var(--crimson);color:#fff;font-size:.68rem;font-weight:700;
  letter-spacing:.06em;text-transform:uppercase;border-radius:6px;padding:4px 10px;margin-bottom:10px}
.st-zig h3{margin-bottom:8px}
.st-zig p{color:var(--muted);margin:0}

/* =================== SECTION 3: benefits — PILL CLOUD =================== */
.st-pill-cloud{display:flex;flex-wrap:wrap;gap:14px;justify-content:center}
.st-pill{background:#fff;border:2px solid var(--line);border-radius:14px;padding:16px 20px;display:flex;
  align-items:center;gap:12px;flex:1 1 260px;max-width:340px}
.st-pill .n{width:36px;height:36px;min-width:36px;border-radius:50%;background:var(--crimson);color:#fff;
  display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.95rem}
.st-pill span.t{font-weight:700;font-size:.95rem}

/* =================== SECTION 4: how-to-use — HORIZONTAL STEPPER =================== */
.st-stepper{display:flex;align-items:flex-start;justify-content:space-between;position:relative;margin:30px 0 10px}
.st-stepper::before{content:'';position:absolute;top:22px;left:8%;right:8%;height:3px;background:var(--line);z-index:0}
.st-step{flex:1;text-align:center;position:relative;z-index:1;padding:0 8px}
.st-step .dot{width:46px;height:46px;border-radius:50%;background:var(--crimson);color:#fff;font-weight:800;
  display:flex;align-items:center;justify-content:center;margin:0 auto 12px;font-family:'Roboto Slab',serif;font-size:1.1rem}
.st-step h5{font-size:.92rem;margin-bottom:6px}
.st-step p{font-size:.82rem;color:var(--muted);margin:0}
@media(max-width:760px){
  .st-stepper{flex-direction:column;gap:22px}
  .st-stepper::before{display:none}
  .st-step{text-align:left;display:flex;gap:14px;align-items:flex-start}
  .st-step .dot{margin:0;flex-shrink:0}
}

/* =================== SECTION 5: pricing cards =================== */
.st-plan{background:#fff;border:2px solid var(--line);border-radius:14px;padding:26px 20px;text-align:center;
  position:relative;height:100%;display:flex;flex-direction:column}
.st-plan.top{border-color:var(--crimson);transform:scale(1.03);box-shadow:0 18px 40px rgba(122,18,31,.14)}
.st-plan-badge{position:absolute;top:-14px;left:50%;transform:translateX(-50%);background:var(--amber);color:var(--ink);
  font-size:.7rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;padding:5px 16px;border-radius:999px;
  white-space:nowrap}
.st-plan img.pk{max-width:150px;margin:14px auto}
.st-plan-name{font-family:'Roboto Slab',serif;font-weight:800;font-size:1.15rem}
.st-plan-sub{font-size:.82rem;color:var(--muted);margin-bottom:12px}
.st-plan-price{font-family:'Roboto Slab',serif;font-size:2.3rem;font-weight:800;color:var(--crimson)}
.st-plan-price small{font-size:.9rem;font-weight:400;color:var(--muted)}
.st-plan-was{font-size:.82rem;color:var(--muted);text-decoration:line-through}
.st-plan-tot{font-weight:700;margin:6px 0}
.st-plan-ship{font-size:.82rem;font-weight:700;color:var(--good);margin-bottom:14px}
.st-plan ul{list-style:none;padding:0;margin:0 0 18px;text-align:left;font-size:.86rem;flex:1}
.st-plan li{padding-left:22px;position:relative;margin-bottom:7px;color:var(--muted)}
.st-plan li::before{content:'\2713';position:absolute;left:0;color:var(--good);font-weight:800}

/* =================== SECTION 6: bonuses =================== */
.st-bonus-card{background:#fff;border:1px solid var(--line);border-radius:10px;padding:20px 16px 22px;text-align:center;height:100%}
.st-bonus-card img{max-width:130px;margin:0 auto 14px;box-shadow:0 14px 26px rgba(36,31,31,.18);border-radius:3px}
.st-bonus-tag{display:inline-block;background:var(--amber);color:var(--ink);font-size:.62rem;font-weight:800;
  letter-spacing:.06em;text-transform:uppercase;padding:4px 12px;border-radius:999px;margin-bottom:12px}
.st-bonus-card h5{font-size:.92rem;margin-bottom:6px}
.st-bonus-card p{font-size:.8rem;color:var(--muted);margin:0}
.st-bonus-was{font-size:.75rem;color:var(--muted);text-decoration:line-through;display:block;margin-top:6px}

/* =================== SECTION 7: guarantee split =================== */
.st-guar-badge{position:relative;display:flex;align-items:center;justify-content:center}
.st-guar-badge::before{content:'';position:absolute;width:230px;height:230px;border-radius:50%;
  background:radial-gradient(circle,rgba(212,160,23,.16) 0%,transparent 72%)}
.st-guar-badge svg{position:relative}
.st-note-box{background:var(--sand);border-left:4px solid var(--amber-dark);border-radius:0 8px 8px 0;padding:16px 20px;margin-top:16px}

/* =================== SECTION 8: testimonials masonry =================== */
.st-test-card{background:#fff;border:1px solid var(--line);border-radius:10px;padding:22px 20px;height:100%}
.st-test-head{display:flex;align-items:center;gap:12px;margin-bottom:12px}
.st-test-head img{width:52px;height:52px;border-radius:50%;object-fit:cover}
.st-test-name{font-weight:700;font-size:.92rem}
.st-test-loc{font-size:.78rem;color:var(--muted)}
.st-stars{color:var(--amber-dark);letter-spacing:1px}
.st-test-card p{font-size:.9rem;color:var(--muted);margin:10px 0 0}
.st-verified{display:inline-block;font-size:.7rem;font-weight:700;color:var(--good);margin-top:10px}

/* =================== SECTION 9: comparison TABLE =================== */
.st-compare-table{width:100%;border-collapse:collapse;background:#fff;border-radius:10px;overflow:hidden}
.st-compare-table th,.st-compare-table td{padding:14px 16px;border-bottom:1px solid var(--line);text-align:left;font-size:.92rem}
.st-compare-table thead th{background:var(--crimson);color:#fff;font-family:'Roboto Slab',serif}
.st-compare-table tbody th{font-weight:700;background:var(--sand)}
.st-compare-table td.yes{color:var(--good);font-weight:700}
.st-compare-table td.no{color:var(--muted)}
.st-compare-table tr:last-child td,.st-compare-table tr:last-child th{border-bottom:0}

/* =================== SECTION 10: FAQ accordion (bootstrap) =================== */
.accordion-button{font-weight:700;font-family:'Roboto Slab',serif;color:var(--crimson-dark)}
.accordion-button:not(.collapsed){background:var(--sand);color:var(--crimson-dark)}
.accordion-button:focus{box-shadow:0 0 0 3px rgba(166,28,46,.15)}

/* =================== blog cards =================== */
.st-blog-card{background:#fff;border:1px solid var(--line);border-radius:10px;overflow:hidden;height:100%;display:flex;flex-direction:column}
.st-blog-head{background:var(--crimson);padding:20px}
.st-blog-head span{color:var(--amber);font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.st-blog-head h3{color:#fff;margin:8px 0 0;font-size:1.05rem}
.st-blog-body{padding:18px 20px;flex:1;display:flex;flex-direction:column}
.st-blog-body p{color:var(--muted);font-size:.88rem;flex:1}
.st-blog-body a.read{font-weight:700;color:var(--crimson-dark)}

/* =================== final CTA =================== */
.st-final{background:linear-gradient(135deg,var(--crimson-dark) 0%,var(--crimson) 100%);border-radius:16px;
  padding:44px 30px;text-align:center;color:#fff}
.st-final h2{color:#fff}
.st-final img{max-width:min(220px,100%);margin:16px auto}
.st-final .old{color:#f0c9ce;text-decoration:line-through;font-size:.95rem}
.st-final .new{font-size:1.9rem;font-family:'Roboto Slab',serif;font-weight:800;margin-bottom:16px}

/* =================== references / crumb / footer =================== */
.st-crumb{font-size:.85rem;color:var(--muted);padding:14px 0}
.st-refs{list-style:none;padding:0}
.st-refs li{padding:8px 0;border-bottom:1px solid var(--line)}
.st-foot{background:var(--ink);color:#e7ddd3;padding:50px 0 26px;margin-top:60px}
.st-foot h5{color:#fff;font-family:'Roboto Slab',serif;font-size:.95rem;text-transform:uppercase;letter-spacing:.08em}
.st-foot a{color:#d9a8ac}
.st-foot ul{list-style:none;padding:0}
.st-foot li{margin-bottom:6px;font-size:.9rem}
.st-foot-legal{border-top:1px solid #3a3333;padding-top:18px;margin-top:26px;font-size:.82rem;color:#a89890}
.st-sticky{position:fixed;left:0;right:0;bottom:0;z-index:1050;background:var(--crimson-dark);color:#fff;
  display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 16px}
.st-sticky.hide{display:none}
.st-sticky p{margin:0;font-size:.82rem}
@media(min-width:900px){.st-sticky{display:none!important}}
