/* ==========================================================================
   SodaSlim - soda-slim.co
   Genius Song design system : Bootstrap 5 + custom layer, zero Mobirise deps
   ========================================================================== */

:root{
  --ss-orange:#e08a1e;
  --ss-orange-dark:#c07300;
  --ss-amber:#f0a848;
  --ss-gold:#d8a830;
  --ss-brown:#7a4a08;
  --ss-ink:#1f2430;
  --ss-body:#4a5261;
  --ss-line:#ecdfc9;
  --ss-cream:#fdf8ef;
  --ss-cream-2:#faf1e2;
  --ss-white:#ffffff;
  --ss-green:#1f8a56;
  --ss-radius:16px;
  --ss-shadow:0 10px 30px rgba(122,74,8,.08);
  --ss-shadow-lg:0 18px 48px rgba(122,74,8,.14);
  --ss-font:'Roboto',-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif;
}

*{-webkit-tap-highlight-color:transparent}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{
  font-family:var(--ss-font);
  color:var(--ss-body);
  background:var(--ss-white);
  font-size:17px;
  line-height:1.75;
  overflow-x:hidden;
}
h1,h2,h3,h4,h5,h6{font-family:var(--ss-font);color:var(--ss-ink);font-weight:900;line-height:1.25}
p{margin-bottom:1.05rem}
a{color:var(--ss-orange-dark);text-decoration:none;transition:color .2s ease}
a:hover{color:var(--ss-brown);text-decoration:underline}
img{max-width:100%;height:auto}
:focus-visible{outline:3px solid var(--ss-orange);outline-offset:3px;border-radius:6px}

/* ==========================================================================
   ALWAYS-CENTRED IMAGERY  (standing rule - never rely on inherited .text-center)
   ========================================================================== */
section img,
header img,
footer img,
.content-section img,
.hero-cover,
.price-card img,
.quality-badge,
.guarantee-badge,
.review-avatar,
.pay-cards,
.final-cover,
.post-figure img{
  display:block !important;
  margin-left:auto !important;
  margin-right:auto !important;
}
.ingredient-card img,
.bonus-card img,
.blog-card img{margin-left:auto !important;margin-right:auto !important}

/* ========================= BUTTONS ========================= */
.btn{font-weight:700;border-radius:60px;padding:.72rem 1.55rem;transition:all .22s ease;border-width:2px}
.btn-cta{
  background:linear-gradient(135deg,var(--ss-amber) 0%,var(--ss-orange) 55%,var(--ss-orange-dark) 100%);
  color:#fff;border:none;box-shadow:0 8px 22px rgba(224,138,30,.34);letter-spacing:.2px;
}
.btn-cta:hover,.btn-cta:focus{color:#fff;transform:translateY(-2px);box-shadow:0 12px 30px rgba(224,138,30,.45);text-decoration:none}
.btn-outline-primary{border-color:var(--ss-orange);color:var(--ss-orange-dark);background:transparent}
.btn-outline-primary:hover{background:var(--ss-orange);border-color:var(--ss-orange);color:#fff;text-decoration:none}
.btn-lg{padding:.95rem 2.1rem;font-size:1.05rem}

/* ========================= NAVBAR ========================= */
#topNav{box-shadow:0 2px 14px rgba(31,36,48,.07);padding:.6rem 0;z-index:1040}
.navbar-brand .brand-text{font-size:1.55rem;font-weight:900;color:var(--ss-orange-dark);letter-spacing:-.5px}
.navbar-brand .brand-text sup{font-size:.5em;top:-.75em}
#topNav .nav-link{color:var(--ss-ink);font-weight:600;padding:.55rem .85rem;font-size:.96rem}
#topNav .nav-link:hover{color:var(--ss-orange-dark);text-decoration:none}
.navbar-toggler{border-color:var(--ss-line)}
.navbar-toggler:focus{box-shadow:0 0 0 .18rem rgba(224,138,30,.28)}

/* ========================= HERO ========================= */
.hero-section{
  background:linear-gradient(165deg,var(--ss-cream) 0%,var(--ss-cream-2) 48%,#fff 100%);
  padding:56px 0 64px;border-bottom:1px solid var(--ss-line);
}
.hero-cover{max-width:100%;filter:drop-shadow(0 18px 34px rgba(122,74,8,.2))}
.hero-title{font-size:2.35rem;margin-bottom:1.05rem;letter-spacing:-.6px}
.hero-text{font-size:1.06rem;color:var(--ss-body)}
.hero-bullets{margin-top:1.35rem}
.hero-bullets div{display:flex;align-items:flex-start;gap:.6rem;margin-bottom:.62rem;font-weight:600;color:var(--ss-ink);font-size:1rem}
.hero-bullets i{color:var(--ss-green);font-size:1.14rem;flex-shrink:0;margin-top:.16rem}
.hero-buttons .btn{margin-bottom:.6rem}
.rating-line{font-size:.97rem;color:var(--ss-body);margin-bottom:0}
.stars{color:var(--ss-gold);letter-spacing:1px;font-size:1.06rem}

/* ========================= TITLE BAND ========================= */
.title-band{
  background:linear-gradient(135deg,var(--ss-orange) 0%,var(--ss-orange-dark) 100%);
  padding:26px 0;text-align:center;
}
.title-band-text{color:#fff;font-size:1.75rem;margin:0;letter-spacing:-.3px}

/* ========================= SECTIONS ========================= */
.content-section{padding:58px 0}
.content-section.pt-0{padding-top:0}
.content-section.pb-0{padding-bottom:0}
.lead-text{font-size:1.14rem;font-weight:600;color:var(--ss-ink)}
.speakable-summary{font-size:1.08rem}
.callout-soft{
  background:var(--ss-cream);border-left:5px solid var(--ss-gold);
  padding:18px 22px;border-radius:12px;font-size:.95rem;margin-top:26px;
}

/* ========================= TRUST CARDS ========================= */
.trust-section{padding:52px 0;background:var(--ss-cream)}
.trust-card{
  background:#fff;border:1px solid var(--ss-line);border-radius:var(--ss-radius);
  padding:28px 22px;text-align:center;height:100%;box-shadow:var(--ss-shadow);transition:transform .25s ease,box-shadow .25s ease;
}
.trust-card:hover{transform:translateY(-5px);box-shadow:var(--ss-shadow-lg)}
.trust-icon{
  width:62px;height:62px;border-radius:50%;margin:0 auto 15px;
  background:linear-gradient(135deg,var(--ss-amber),var(--ss-orange));
  display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.65rem;
}
.trust-card h3{font-size:1.08rem;margin-bottom:.55rem}
.trust-card p{font-size:.94rem;margin-bottom:0}

/* ========================= ADVANTAGES ========================= */
.adv-section{padding:58px 0;background:var(--ss-cream-2)}
.adv-eyebrow{
  text-transform:uppercase;letter-spacing:2.4px;font-size:.79rem;font-weight:800;
  color:var(--ss-orange-dark);margin-bottom:.5rem;text-align:center;
}
.adv-heading{font-size:1.95rem;text-align:center;margin-bottom:1rem}
.adv-intro{text-align:center;font-size:1.06rem;max-width:820px;margin:0 auto 2rem}
.adv-list{list-style:none;padding:0;margin:0}
.adv-list li{display:flex;gap:14px;align-items:flex-start;background:#fff;border:1px solid var(--ss-line);border-radius:14px;padding:16px 20px;margin-bottom:12px;box-shadow:0 4px 14px rgba(122,74,8,.05)}
.adv-tick{
  flex-shrink:0;width:28px;height:28px;border-radius:50%;background:var(--ss-green);
  color:#fff;display:flex;align-items:center;justify-content:center;font-size:.95rem;margin-top:.14rem;
}
.adv-list p{margin:0;font-size:.98rem}

/* ========================= STEPS ========================= */
.step-block{display:flex;gap:18px;align-items:flex-start;margin-bottom:26px}
.step-num{
  flex-shrink:0;width:48px;height:48px;border-radius:50%;
  background:linear-gradient(135deg,var(--ss-amber),var(--ss-orange-dark));
  color:#fff;font-weight:900;font-size:1.24rem;display:flex;align-items:center;justify-content:center;
  box-shadow:0 6px 16px rgba(224,138,30,.3);
}
.step-block h3{font-size:1.16rem;margin-bottom:.42rem}
.step-block p{font-size:.99rem;margin-bottom:0}

/* ========================= PRICING ========================= */
.pricing-section{background:var(--ss-cream)}
.pricing-sub{max-width:840px;margin:0 auto 2.2rem;font-size:1.04rem}
.price-card{
  background:#fff;border:2px solid var(--ss-line);border-radius:20px;padding:26px 22px 28px;
  height:100%;position:relative;box-shadow:var(--ss-shadow);transition:transform .25s ease,box-shadow .25s ease;text-align:center;
}
.price-card:hover{transform:translateY(-6px);box-shadow:var(--ss-shadow-lg)}
.price-card.popular{border-color:var(--ss-orange);box-shadow:0 16px 42px rgba(224,138,30,.24)}
.price-card img{max-width:210px;margin-bottom:14px}
.price-badge{
  position:absolute;top:-15px;left:50%;transform:translateX(-50%);
  background:linear-gradient(135deg,var(--ss-amber),var(--ss-orange-dark));color:#fff;
  font-size:.79rem;font-weight:800;padding:6px 18px;border-radius:60px;white-space:nowrap;
  box-shadow:0 6px 16px rgba(224,138,30,.34);
}
.price-title{font-size:1.42rem;font-weight:900;color:var(--ss-ink)}
.price-supply{font-size:.93rem;color:var(--ss-body);margin-bottom:.7rem}
.price-old{text-decoration:line-through;color:#a0a6b2;font-size:1.03rem;margin-right:.5rem}
.price-amt{font-size:2.5rem;font-weight:900;color:var(--ss-orange-dark);line-height:1}
.price-per{font-size:.95rem;font-weight:700;color:var(--ss-ink);margin-top:.28rem;margin-bottom:1rem}
.price-feat{list-style:none;padding:0;margin:0 0 1.25rem;text-align:left}
.price-feat li{font-size:.93rem;margin-bottom:.5rem;display:flex;gap:.5rem;align-items:flex-start}
.price-feat i{color:var(--ss-green);margin-top:.2rem;flex-shrink:0}
.pay-cards{max-width:300px;margin-top:2rem}
.warning-text{font-size:.92rem;color:var(--ss-body);max-width:780px;margin-left:auto;margin-right:auto}

/* ========================= INGREDIENTS ========================= */
.ingredient-card{
  display:flex;gap:16px;background:#fff;border:1px solid var(--ss-line);
  border-radius:var(--ss-radius);padding:22px;height:100%;box-shadow:var(--ss-shadow);transition:transform .25s ease;
}
.ingredient-card:hover{transform:translateY(-4px)}
.ingredient-ic{
  flex-shrink:0;width:52px;height:52px;border-radius:14px;
  background:linear-gradient(135deg,var(--ss-cream-2),var(--ss-amber));
  color:var(--ss-brown);display:flex;align-items:center;justify-content:center;font-size:1.44rem;
}
.ingredient-card h3{font-size:1.1rem;margin-bottom:.42rem}
.ingredient-card p{font-size:.95rem;margin-bottom:0}

/* ========================= QUALITY BADGES ========================= */
.quality-section{padding:46px 0;background:var(--ss-cream-2);border-top:1px solid var(--ss-line);border-bottom:1px solid var(--ss-line)}
.quality-badge{max-width:118px;margin-bottom:.6rem}
.quality-cap{font-size:.9rem;font-weight:700;color:var(--ss-ink)}

/* ========================= REVIEWS ========================= */
.reviews-section{background:#fff}
.review-card{
  background:var(--ss-cream);border:1px solid var(--ss-line);border-radius:var(--ss-radius);
  padding:26px 22px;height:100%;text-align:center;box-shadow:var(--ss-shadow);
}
.review-avatar{width:80px;height:80px;border-radius:50%;object-fit:cover;border:3px solid #fff;box-shadow:0 6px 18px rgba(122,74,8,.18);margin-bottom:.8rem}
.review-card h4{font-size:1.06rem;margin-bottom:.2rem;font-weight:800}
.review-location{font-size:.87rem;color:var(--ss-body);margin-bottom:.45rem}
.review-stars{color:var(--ss-gold);font-size:1.02rem;margin-bottom:.7rem;letter-spacing:1px}
.verified{
  font-size:.72rem;color:var(--ss-green);font-weight:800;text-transform:uppercase;
  letter-spacing:.6px;background:rgba(31,138,86,.1);padding:3px 9px;border-radius:40px;margin-left:.3rem;letter-spacing:.4px;
}
.review-text{font-size:.96rem;font-style:italic;margin-bottom:0}
.review-source{font-size:.82rem;color:#7c8493;margin-top:.7rem;margin-bottom:0;font-style:normal}

/* ========================= BENEFITS / FEATURES ========================= */
.benefit-block{
  border-left:5px solid var(--ss-amber);padding:4px 0 4px 20px;margin-bottom:24px;
}
.benefit-block h3{font-size:1.14rem;margin-bottom:.42rem}
.benefit-block p{font-size:.99rem;margin-bottom:0}
.feature-block{
  background:var(--ss-cream);border-radius:14px;padding:20px 22px;margin-bottom:16px;border:1px solid var(--ss-line);
}
.feature-block h3{font-size:1.1rem;margin-bottom:.42rem;display:flex;align-items:center;gap:.6rem}
.feature-block h3 i{color:var(--ss-orange-dark)}
.feature-block p{font-size:.97rem;margin-bottom:0}

/* ========================= BONUSES ========================= */
.bonuses-section{background:var(--ss-cream-2)}
.bonus-card{
  background:#fff;border:1px solid var(--ss-line);border-radius:var(--ss-radius);
  padding:26px 22px;height:100%;text-align:center;box-shadow:var(--ss-shadow);transition:transform .25s ease;
}
.bonus-card:hover{transform:translateY(-5px)}
.bonus-ic{
  width:58px;height:58px;border-radius:50%;margin:0 auto 14px;
  background:linear-gradient(135deg,var(--ss-amber),var(--ss-orange));
  color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.5rem;
}
.bonus-card h3{font-size:1.04rem;margin-bottom:.35rem}
.bonus-value{font-size:.86rem;font-weight:800;color:var(--ss-green);margin-bottom:.6rem}
.bonus-card p{font-size:.93rem;margin-bottom:0}

/* ========================= GUARANTEE ========================= */
.guarantee-section{padding:56px 0;background:var(--ss-cream)}
.guarantee-badge{max-width:230px}
.guarantee-title{font-size:1.6rem;margin-bottom:.8rem}
.guarantee-section p{font-size:1rem}

/* ========================= WARN BOX ========================= */
.warn-box{
  background:#fff8ec;border:2px solid var(--ss-gold);border-radius:14px;
  padding:20px 22px;font-size:.96rem;color:var(--ss-ink);
}

/* ========================= FAQ ========================= */
.faq-section .accordion-item{border:1px solid var(--ss-line);border-radius:12px !important;margin-bottom:11px;overflow:hidden;box-shadow:0 3px 12px rgba(122,74,8,.05)}
.faq-section .accordion-button{font-weight:700;color:var(--ss-ink);background:#fff;font-size:1rem;padding:1.05rem 1.2rem}
.faq-section .accordion-button:not(.collapsed){background:var(--ss-cream);color:var(--ss-orange-dark);box-shadow:none}
.faq-section .accordion-button:focus{box-shadow:0 0 0 .18rem rgba(224,138,30,.24);border-color:var(--ss-orange)}
.faq-section .accordion-button::after{filter:sepia(1) saturate(4) hue-rotate(-15deg)}
.faq-section .accordion-body{font-size:.97rem;background:#fff;padding:1.05rem 1.2rem}

/* ========================= BLOG ========================= */
.blog-grid{padding:0 0 58px}
.blog-card{
  background:#fff;border:1px solid var(--ss-line);border-radius:var(--ss-radius);
  overflow:hidden;height:100%;display:flex;flex-direction:column;box-shadow:var(--ss-shadow);transition:transform .25s ease,box-shadow .25s ease;
}
.blog-card:hover{transform:translateY(-6px);box-shadow:var(--ss-shadow-lg)}
.blog-thumb{
  height:132px;display:flex;align-items:center;justify-content:center;font-size:2.5rem;color:#fff;
  background:linear-gradient(135deg,var(--ss-amber),var(--ss-orange-dark));
}
.blog-thumb.navy{background:linear-gradient(135deg,#3d4a63,#1f2430)}
.blog-card-body{padding:20px;display:flex;flex-direction:column;flex-grow:1}
.blog-cat{
  display:inline-block;font-size:.71rem;font-weight:800;text-transform:uppercase;letter-spacing:.9px;
  background:rgba(224,138,30,.14);color:var(--ss-orange-dark);padding:4px 11px;border-radius:40px;margin-bottom:.65rem;align-self:flex-start;
}
.blog-cat.info{background:rgba(31,138,86,.13);color:var(--ss-green)}
.blog-card h3{font-size:1.04rem;margin-bottom:.5rem;line-height:1.4}
.blog-card h3 a{color:var(--ss-ink)}
.blog-card h3 a:hover{color:var(--ss-orange-dark);text-decoration:none}
.blog-meta{font-size:.82rem;color:#7c8493;margin-bottom:.55rem}
.blog-card p{font-size:.93rem;margin-bottom:1rem}
.blog-readmore{font-weight:700;font-size:.9rem;margin-top:auto;align-self:flex-start}

/* Blog filter tabs */
.blog-filter{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin-bottom:34px}
.blog-filter button{
  border:2px solid var(--ss-line);background:#fff;color:var(--ss-ink);font-weight:700;font-size:.92rem;
  padding:.5rem 1.3rem;border-radius:60px;cursor:pointer;transition:all .2s ease;
}
.blog-filter button.active,.blog-filter button:hover{background:var(--ss-orange);border-color:var(--ss-orange);color:#fff}

/* ========================= ARTICLE ========================= */
.post-header{background:linear-gradient(165deg,var(--ss-cream) 0%,#fff 100%);padding:44px 0 34px;border-bottom:1px solid var(--ss-line)}
.post-title{font-size:2.05rem;margin-bottom:.8rem;letter-spacing:-.5px}
.post-meta{font-size:.9rem;color:#7c8493;margin-bottom:0}
.post-body{padding:44px 0 56px;font-size:1.03rem}
.post-body h2{font-size:1.55rem;margin:2.1rem 0 .85rem}
.post-body h3{font-size:1.18rem;margin:1.5rem 0 .6rem}
.post-body ul,.post-body ol{margin-bottom:1.15rem;padding-left:1.3rem}
.post-body li{margin-bottom:.45rem}
.post-body table{width:100%;border-collapse:collapse;margin:1.4rem 0;font-size:.94rem}
.post-body th,.post-body td{border:1px solid var(--ss-line);padding:.7rem .85rem;text-align:left}
.post-body th{background:var(--ss-cream);font-weight:800;color:var(--ss-ink)}
.post-body blockquote{border-left:5px solid var(--ss-amber);background:var(--ss-cream);padding:16px 20px;border-radius:10px;margin:1.5rem 0;font-size:.99rem}
.post-figure{margin:1.6rem 0;text-align:center}
.post-figure img{border-radius:14px;box-shadow:var(--ss-shadow);max-width:420px;width:100%}
.post-cta{
  background:linear-gradient(135deg,var(--ss-cream),var(--ss-cream-2));
  border:2px solid var(--ss-gold);border-radius:18px;padding:26px 24px;text-align:center;margin:2.2rem 0;
}
.post-cta h3{font-size:1.24rem;margin-bottom:.6rem}
.post-cta p{font-size:.98rem;margin-bottom:1.1rem}
.post-toc{background:var(--ss-cream);border:1px solid var(--ss-line);border-radius:14px;padding:20px 24px;margin-bottom:2rem}
.post-toc h2{font-size:1.05rem;margin:0 0 .7rem;text-transform:uppercase;letter-spacing:1.2px}
.post-toc ul{margin:0;padding-left:1.15rem}
.post-toc li{margin-bottom:.35rem;font-size:.95rem}
.related-posts{background:var(--ss-cream);padding:48px 0}
.related-posts h2{font-size:1.5rem;text-align:center;margin-bottom:1.8rem}

/* ========================= FINAL CTA ========================= */
.final-cta-section{padding:52px 0 60px;text-align:center;background:linear-gradient(165deg,#fff,var(--ss-cream))}
.final-cover{max-width:330px;margin-bottom:1.2rem;filter:drop-shadow(0 16px 30px rgba(122,74,8,.2))}
.final-price{font-size:1.04rem;color:var(--ss-body)}
.final-price .strike{text-decoration:line-through;color:#a0a6b2}
.final-price-now{font-size:1.75rem;font-weight:900;color:var(--ss-orange-dark);margin-bottom:.6rem}
.cta-foot{font-size:.9rem;color:var(--ss-body);margin-top:1rem;margin-bottom:0}

/* ========================= FOOTER ========================= */
.site-footer{background:var(--ss-ink);color:#b9c0cd;padding:46px 0 34px;font-size:.9rem}
.footer-nav{list-style:none;padding:0;margin:0 0 1.1rem;display:flex;flex-wrap:wrap;justify-content:center;gap:.35rem 1.35rem}
.footer-nav a{color:#e6eaf1;font-weight:600}
.footer-nav a:hover{color:var(--ss-amber);text-decoration:none}
.footer-nav.legal{margin-bottom:1.8rem;font-size:.86rem}
.footer-nav.legal a{color:#9aa3b2;font-weight:500}
.footer-disclaimer{
  font-size:.8rem;line-height:1.75;color:#8f98a8;max-width:1000px;margin:0 auto 1.6rem;
  border-top:1px solid #333a49;border-bottom:1px solid #333a49;padding:1.4rem 0;
}
.footer-disclaimer a{color:var(--ss-amber)}
.footer-copy{text-align:center;font-size:.86rem;color:#8f98a8;margin-bottom:0}
.footer-copy small{font-size:.79rem}

/* ========================= MOBILE STICKY CTA ========================= */
.mobile-cta{
  display:none;position:fixed;bottom:0;left:0;right:0;z-index:1050;
  background:rgba(255,255,255,.97);backdrop-filter:blur(8px);
  border-top:1px solid var(--ss-line);padding:9px 14px 10px;text-align:center;
  box-shadow:0 -6px 22px rgba(31,36,48,.12);
}
.mobile-cta .btn{width:100%;padding:.72rem 1rem;font-size:.98rem}
.mobile-cta small{display:block;font-size:.72rem;color:var(--ss-body);margin-top:.32rem}

/* ========================= RESPONSIVE ========================= */
@media (max-width:991.98px){
  .hero-title{font-size:2rem}
  .title-band-text{font-size:1.45rem}
  .adv-heading{font-size:1.65rem}
  .post-title{font-size:1.72rem}
  #topNav .navbar-nav{padding-top:.6rem}
}
@media (max-width:767.98px){
  body{font-size:16.5px}
  .hero-section{padding:34px 0 44px}
  .hero-title{font-size:1.72rem}
  .content-section,.trust-section,.adv-section{padding:42px 0}
  .title-band{padding:20px 0}
  .title-band-text{font-size:1.28rem}
  .mobile-cta{display:block}
  body{padding-bottom:82px}
  .step-block{gap:13px}
  .step-num{width:40px;height:40px;font-size:1.06rem}
  .price-amt{font-size:2.15rem}
  .footer-nav{gap:.3rem .9rem;font-size:.86rem}
  .post-body h2{font-size:1.34rem}
  .guarantee-title{font-size:1.34rem}
}
@media (max-width:575.98px){
  .hero-title{font-size:1.55rem}
  .ingredient-card{flex-direction:column;text-align:center}
  .ingredient-ic{margin-left:auto;margin-right:auto}
}

@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{animation-duration:.01ms !important;transition-duration:.01ms !important;scroll-behavior:auto !important}
  .trust-card:hover,.price-card:hover,.blog-card:hover,.bonus-card:hover,.ingredient-card:hover,.btn-cta:hover{transform:none}
}

@media print{
  #topNav,.mobile-cta,.hero-buttons,.post-cta,.btn{display:none !important}
}
