/* ============================================================
   CitrusBurn™ — Product Presell / Review Advertorial
   Design System v5 — EN-US Market
   Palette: CitrusBurn Original (orange/coral/green)
============================================================ */

:root {
  --orange-1:  #ed4e00;
  --orange-2:  #ff9f13;
  --coral:     #fa5e41;
  --green:     #00bc40;
  --bg:        #ffffff;
  --alt:       #f3f4f6;
  --text:      #0b0b0b;
  --muted:     #6a7282;
  --line:      rgba(0,0,0,.12);
  --radius:    16px;
  --shadow:    0 18px 40px rgba(0,0,0,.10);
  --container: 1120px;
}

/* ============================================================
   RESET & BASE
============================================================ */

*, *::before, *::after { box-sizing: border-box; }

html, body { height: 100%; }

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, Segoe UI,
               Roboto, Arial, sans-serif;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a { color: inherit; }

.container {
  width: min(var(--container), calc(100% - 40px));
  margin: 0 auto;
}

.skip-link {
  position: absolute; left: -9999px; top: 12px;
  background: #fff; color: #000;
  padding: 10px 12px; border-radius: 10px; z-index: 9999;
}

.skip-link:focus { left: 12px; }

/* ============================================================
   OFFER STRIP
============================================================ */

.offer-strip {
  background: linear-gradient(90deg, var(--orange-1), var(--orange-2));
  padding: 10px 0;
  text-align: center;
}

.strip-text {
  font-size: 14px;
  font-weight: 700;
  color: #000;
}

.strip-link {
  color: #000;
  text-decoration: underline;
  margin-left: 8px;
  font-weight: 900;
}

/* ============================================================
   FIXED HEADER / NAV
============================================================ */

.top-fix-bar {
  position: sticky;
  top: 0;
  z-index: 30;
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.logo-badge {
  width: 44px; height: 44px; border-radius: 12px;
  display: grid; place-items: center;
  background: linear-gradient(135deg,
    rgba(237,78,0,.16), rgba(255,159,19,.18));
  border: 1px solid var(--line);
  font-weight: 900;
  flex-shrink: 0;
}

.brand-text strong { display: block; font-size: 14px; }

.brand-text span {
  display: block;
  color: var(--muted);
  font-size: 11px;
  margin-top: 2px;
}

.menu-list { display: flex; gap: 10px; flex-wrap: wrap; }

.menu-list a {
  text-decoration: none;
  color: #000;
  padding: 8px 10px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
}

.menu-list a:hover { background: rgba(0,0,0,.05); }

.btn-arrow { font-weight: 900; }

.nav-btn {
  background: linear-gradient(135deg, var(--orange-1), var(--orange-2));
  color: #000;
  text-decoration: none;
  font-weight: 900;
  font-size: 13px;
  padding: 10px 14px;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,.10);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  transition: filter .15s ease;
}

.nav-btn:hover { filter: brightness(1.05); }

/* ============================================================
   MOBILE MENU
============================================================ */

.mob-btn {
  display: none;
  width: 44px; height: 44px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
  flex-shrink: 0;
}

.mob-btn span {
  display: block;
  height: 2px; width: 20px;
  background: #111;
  margin: 5px auto;
}

.mobilemenu {
  display: none;
  padding: 8px 0 14px;
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.mobilemenu a {
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  color: #000;
  font-weight: 600;
}

.mobile-cta {
  margin: 8px 20px 0;
  display: inline-flex;
  justify-content: center;
  background: linear-gradient(135deg, var(--orange-1), var(--orange-2));
  padding: 12px 14px;
  border-radius: 12px;
  font-weight: 900;
  border: 1px solid rgba(0,0,0,.10);
  text-decoration: none;
  gap: 10px;
}

/* ============================================================
   HERO
============================================================ */

.hero {
  padding: 34px 0 32px;
  background:
    radial-gradient(900px 380px at 20% 0%,
      rgba(255,159,19,.18), transparent 55%),
    radial-gradient(900px 380px at 80% 0%,
      rgba(250,94,65,.14), transparent 60%),
    #fff;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 26px;
  align-items: center;
}

.brand-row { margin-bottom: 12px; }

.brand-logo-slot { width: 180px; max-width: 65%; }

.brand-logo { width: 100%; height: auto; display: block; }

.eyebrow-tag {
  display: inline-block;
  font-weight: 800;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .3px;
  color: #000;
  background: #fff5d3;
  border: 1px solid rgba(0,0,0,.10);
  padding: 7px 12px;
  border-radius: 999px;
  margin-bottom: 12px;
}

.hero-title {
  font-size: 40px;
  line-height: 1.1;
  margin: 0 0 14px;
  font-weight: 900;
}

.highlight-text {
  background: linear-gradient(to right, var(--orange-1), var(--orange-2));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.h1-sub {
  font-size: .68em;
  font-weight: 600;
  color: #000;
  display: inline-block;
  margin-top: 6px;
}

.hero-lead {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
  max-width: 70ch;
}

.bridge-line {
  background: #f8f9fa;
  border-left: 4px solid var(--green);
  padding: 12px 16px;
  margin: 0 0 20px;
  border-radius: 0 8px 8px 0;
}

.bridge-line p {
  margin: 0;
  font-size: .95rem;
  color: #2c3e50;
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}

.hero-note {
  margin: 14px 0 0;
  color: rgba(0,0,0,.65);
  font-weight: 600;
  font-size: 13px;
}

/* Product hero card */

.media-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 300px;
  position: relative;
}

.product-badge-float {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, var(--orange-1), var(--orange-2));
  color: #000;
  font-weight: 900;
  font-size: 12px;
  padding: 6px 16px;
  border-radius: 999px;
  white-space: nowrap;
  border: 2px solid #fff;
  box-shadow: 0 4px 12px rgba(237,78,0,.35);
}

.product-image {
  width: min(420px, 100%);
  height: auto;
  display: block;
}

.product-rating-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
}

.stars {
  color: #f59e0b;
  font-size: 18px;
  letter-spacing: 2px;
}

.rating-label {
  font-size: 13px;
  font-weight: 700;
  color: var(--muted);
}

/* ============================================================
   BUTTONS
============================================================ */

.btn-primary, .btn-secondary, .btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  border-radius: 12px;
  padding: 12px 18px;
  border: 1px solid rgba(0,0,0,.10);
  font-weight: 900;
  font-size: 15px;
  cursor: pointer;
  transition: filter .15s ease, transform .1s ease;
}

.btn-primary {
  background: linear-gradient(135deg, var(--orange-1), var(--orange-2));
  color: #000;
}

.btn-primary:hover  { filter: brightness(1.05); }

.btn-primary:active { transform: translateY(1px); }

.btn-secondary {
  background: var(--green);
  color: #fff;
}

.btn-secondary:hover  { filter: brightness(1.05); }

.btn-secondary:active { transform: translateY(1px); }

.btn-ghost {
  background: #fff;
  color: #000;
  border-color: rgba(0,0,0,.18);
}

.btn-ghost:hover  { background: rgba(0,0,0,.04); }

.btn-ghost:active { transform: translateY(1px); }

/* Hero CTA — Pulsing green button */

.btn-cta-hero {
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  padding: 22px 28px;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: .3px;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(135deg, var(--green), #00a036);
  border: none;
  box-shadow: 0 8px 28px rgba(0,188,64,.35);
  cursor: pointer;
  transition: filter .2s ease, transform .1s ease;
  animation: pulse-cta 2.4s ease-in-out infinite;
}

.btn-cta-hero:hover  {
  filter: brightness(1.06);
  box-shadow: 0 12px 36px rgba(0,188,64,.50);
}

.btn-cta-hero:active { transform: translateY(2px); }

@keyframes pulse-cta {
  0%   { box-shadow: 0 8px 28px rgba(0,188,64,.35); }
  50%  { box-shadow: 0 8px 40px rgba(0,188,64,.65); }
  100% { box-shadow: 0 8px 28px rgba(0,188,64,.35); }
}

/* ============================================================
   SECTIONS
============================================================ */

.section { padding: 52px 0; }

.section-alt {
  background: var(--alt);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.section-head { margin-bottom: 24px; }

.section-title {
  margin: 0 0 8px;
  font-size: 32px;
  line-height: 1.15;
  font-weight: 900;
}

.section-title span { color: var(--orange-1); }

.section-subtitle {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
  font-size: 17px;
}

/* ============================================================
   EDU BLOCKS
============================================================ */

.edu-block {
  max-width: 800px;
  margin: 0 auto 28px;
}

.edu-text {
  font-size: 17px;
  line-height: 1.75;
  color: var(--text);
  margin: 0 0 16px;
}

.edu-text:last-child { margin-bottom: 0; }

/* ============================================================
   INFO FLOW (Thermogenesis Cards)
============================================================ */

.info-flow {
  display: grid;
  gap: 28px;
  margin-top: 28px;
}

.info-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 28px;
  position: relative;
}

.info-text h3 {
  margin: 0 0 14px;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 900;
  color: var(--orange-1);
}

.info-text .muted {
  margin: 0 0 18px;
  color: var(--muted);
  line-height: 1.65;
  font-size: 16px;
}

.info-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.info-list li {
  margin-bottom: 12px;
  color: var(--text);
  line-height: 1.65;
  position: relative;
  padding-left: 28px;
}

.info-list li::before {
  content: "";
  position: absolute;
  left: 0; top: 8px;
  width: 16px; height: 16px;
  background: linear-gradient(135deg, var(--orange-1), var(--orange-2));
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 2px 6px rgba(237,78,0,.30);
}

.info-list li strong { color: var(--orange-1); font-weight: 900; }

.info-media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.photo-slot-img {
  width: 100%;
  max-width: 340px;
  height: auto;
  border-radius: 14px;
  border: 1px solid var(--line);
  box-shadow: 0 12px 32px rgba(0,0,0,.10);
  display: block;
}

.arrow {
  position: absolute;
  right: -24px;
  width: 48px; height: 48px;
  background: linear-gradient(135deg, var(--orange-1), var(--orange-2));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 20px;
  border: 3px solid #fff;
  box-shadow: 0 6px 16px rgba(237,78,0,.40);
  z-index: 2;
}

.arrow::after { content: "→"; }

/* ============================================================
   QUOTE GRID
============================================================ */

.quote-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 36px;
}

.quote-box {
  background: linear-gradient(135deg,
    rgba(237,78,0,.10), rgba(255,159,19,.15));
  border: 2px solid rgba(237,78,0,.25);
  border-radius: var(--radius);
  padding: 24px;
  text-align: center;
  position: relative;
}

.quote-box::before {
  content: "\201C";
  position: absolute;
  top: 10px; left: 18px;
  font-size: 48px;
  color: var(--orange-1);
  opacity: .30;
  font-family: Georgia, serif;
  font-weight: 900;
}

.quote-box::after {
  content: "\201D";
  position: absolute;
  bottom: 10px; right: 18px;
  font-size: 48px;
  color: var(--orange-1);
  opacity: .30;
  font-family: Georgia, serif;
  font-weight: 900;
}

.quote-box p {
  margin: 0;
  font-size: 19px;
  line-height: 1.5;
  font-weight: 800;
  color: var(--text);
  font-style: italic;
  position: relative;
  z-index: 1;
}

/* ============================================================
   PRODUCT MIDDLE PLACEMENT
============================================================ */

.product-mid-wrap {
  display: flex;
  justify-content: center;
  margin: 32px 0;
}

.product-mid-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 20px 32px;
  text-align: center;
  max-width: 480px;
  width: 100%;
}

.product-mid-img {
  width: min(380px, 100%);
  height: auto;
  display: block;
  margin: 0 auto 12px;
}

.product-mid-caption {
  font-size: 14px;
  color: var(--muted);
  font-weight: 600;
}

/* ============================================================
   INGREDIENTS FLOW — BLOCK 3
============================================================ */

.ingredients-flow {
  margin-top: 36px;
  display: grid;
  gap: 24px;
}

.ingredient-card {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: 24px;
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 24px;
  transition: transform .2s ease, box-shadow .2s ease;
}

.ingredient-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 48px rgba(0,0,0,.14);
}

/* Alternating layout */

.ingredient-card--rev {
  grid-template-columns: 1.3fr .7fr;
}

.ingredient-card--rev .ingredient-media { order: 2; }

.ingredient-card--rev .ingredient-text  { order: 1; }

.ingredient-media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ingredient-img {
  width: 100%;
  max-width: 260px;
  height: 240px;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid var(--line);
  box-shadow: 0 8px 24px rgba(0,0,0,.10);
  display: block;
}

.ingredient-number {
  position: absolute;
  top: -14px; left: -14px;
  width: 42px; height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--orange-1), var(--orange-2));
  color: #fff;
  font-weight: 900;
  font-size: 16px;
  display: grid;
  place-items: center;
  border: 3px solid #fff;
  box-shadow: 0 4px 12px rgba(237,78,0,.45);
}

.ingredient-text h3 {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 900;
  color: var(--orange-1);
  line-height: 1.2;
}

.ing-aka {
  font-size: 14px;
  font-weight: 600;
  color: var(--muted);
}

.ing-desc {
  margin: 0 0 14px;
  font-size: 15px;
  line-height: 1.7;
  color: var(--muted);
}

.ing-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ing-tag {
  display: inline-block;
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  background: rgba(237,78,0,.10);
  border: 1px solid rgba(237,78,0,.28);
  color: var(--orange-1);
}

/* ============================================================
   FORMULA PANEL
============================================================ */

.formula-panel {
  margin-top: 32px;
  border-radius: var(--radius);
  border: 2px solid rgba(0,188,64,.35);
  background: linear-gradient(135deg,
    rgba(0,188,64,.07), rgba(0,160,54,.04));
  padding: 28px;
  text-align: center;
}

.formula-panel h3 {
  margin: 0 0 18px;
  font-size: 22px;
  font-weight: 900;
}

.formula-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.f-badge {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  background: rgba(0,188,64,.12);
  border: 1px solid rgba(0,188,64,.32);
  color: #006b1f;
}

/* ============================================================
   SOLUTION QUOTE BLOCKQUOTE
============================================================ */

.solution-quote {
  margin: 32px auto 0;
  max-width: 720px;
  text-align: center;
}

.solution-quote blockquote {
  margin: 0;
  font-size: 20px;
  font-style: italic;
  font-weight: 800;
  line-height: 1.55;
  color: var(--text);
  padding: 24px 32px;
  border-radius: var(--radius);
  background: linear-gradient(135deg,
    rgba(237,78,0,.08), rgba(255,159,19,.12));
  border: 2px solid rgba(237,78,0,.20);
  position: relative;
}

.solution-quote blockquote::before {
  content: "\201C";
  font-size: 64px;
  color: var(--orange-1);
  opacity: .25;
  font-family: Georgia, serif;
  position: absolute;
  top: 8px; left: 18px;
  line-height: 1;
}

/* ============================================================
   CTA SECTION — BLOCK 4
============================================================ */

.cta-product-wrap {
  display: flex;
  justify-content: center;
  margin: 28px 0;
}

.cta-product-img {
  width: min(400px, 100%);
  height: auto;
  display: block;
  filter: drop-shadow(0 16px 32px rgba(0,0,0,.18));
}

.cta-arrow-hint {
  text-align: center;
  margin: 20px 0;
}

.bounce-arrow {
  font-size: 40px;
  display: block;
  animation: bounce 1.4s ease-in-out infinite;
}

.cta-arrow-hint p {
  margin: 8px 0 0;
  font-weight: 700;
  font-size: 17px;
  color: var(--text);
}

@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(9px); }
}

.cta-hero-block {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.cta-sub-note {
  margin: 14px 0 0;
  font-size: 14px;
  color: var(--muted);
  line-height: 1.6;
}

/* TRUST SEALS */

.trust-seals {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}

.seal {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 14px 18px;
  min-width: 110px;
  box-shadow: 0 4px 12px rgba(0,0,0,.06);
}

.seal-icon { font-size: 24px; }

.seal-text { font-size: 12px; font-weight: 700; text-align: center; }

/* CTA BAND */

.cta-band {
  margin-top: 28px;
  border: 2px solid rgba(250,94,65,.55);
  background: linear-gradient(90deg,
    rgba(250,94,65,.12), rgba(255,159,19,.12));
  border-radius: var(--radius);
  padding: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

.cta-band-text strong { display: block; font-size: 16px; }

.cta-band-text span {
  display: block;
  color: var(--muted);
  margin-top: 4px;
  font-size: 14px;
}

/* ============================================================
   FAQ
============================================================ */

.faq { margin-top: 20px; display: grid; gap: 10px; }

.faq-item {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 14px 18px;
  transition: box-shadow .2s ease;
}

.faq-item:hover { box-shadow: 0 6px 20px rgba(0,0,0,.08); }

.faq-item[open] {
  border-color: rgba(237,78,0,.30);
  box-shadow: 0 6px 20px rgba(237,78,0,.10);
}

.faq-item summary {
  cursor: pointer;
  font-weight: 900;
  font-size: 16px;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-item summary::-webkit-details-marker { display: none; }

.faq-item summary::after {
  content: "+";
  font-size: 22px;
  font-weight: 900;
  color: var(--orange-1);
  transition: transform .2s ease;
  flex-shrink: 0;
}

.faq-item[open] summary::after {
  content: "−";
}

.faq-item p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.65;
  font-size: 15px;
}

.cta-row { margin-top: 20px; }

/* ============================================================
   FOOTER
============================================================ */

.footer {
  padding: 28px 0;
  border-top: 1px solid var(--line);
  background: #fff;
}

.footer-inner { max-width: 900px; }

.footer-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 15px;
}

.footer-small {
  margin: 0 0 10px;
  color: var(--muted);
  line-height: 1.65;
  font-size: 13px;
}

.footer-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 14px;
}

.footer-links a {
  color: var(--muted);
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
}

.footer-links a:hover { color: #000; }

.footer-tiny {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 12px;
}

/* ============================================================
   EXIT INTENT POPUP
============================================================ */

.exit-popup {
  position: fixed;
  inset: 0;
  z-index: 9999;
}

.exit-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.65);
  backdrop-filter: blur(3px);
}

.exit-box {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 20px;
  padding: 36px 32px;
  max-width: 560px;
  width: calc(100% - 32px);
  box-shadow: 0 24px 64px rgba(0,0,0,.28);
  text-align: center;
  animation: popup-in .3s ease;
}

@keyframes popup-in {
  from { transform: translate(-50%,-46%); opacity: 0; }
  to   { transform: translate(-50%,-50%); opacity: 1; }
}

.exit-close {
  position: absolute;
  top: 14px; right: 16px;
  background: none; border: none;
  font-size: 22px; cursor: pointer;
  color: var(--muted); line-height: 1;
}

.exit-close:hover { color: #000; }

.exit-eyebrow {
  font-size: 13px; font-weight: 700;
  text-transform: uppercase;
  color: var(--coral);
  margin: 0 0 10px;
  letter-spacing: .5px;
}

.exit-title {
  font-size: 22px; font-weight: 900;
  line-height: 1.25;
  margin: 0 0 14px;
  color: #000;
}

.exit-body {
  font-size: 15px;
  line-height: 1.65;
  margin: 0 0 22px;
  color: var(--muted);
}

.exit-dismiss {
  display: block;
  margin-top: 14px;
  cursor: pointer;
  text-decoration: underline;
  color: var(--muted);
  font-size: 12px;
}

.exit-dismiss:hover { color: #000; }

/* ============================================================
   SCROLL TO TOP
============================================================ */

.scroll-top {
  position: fixed;
  bottom: 24px; right: 24px;
  width: 46px; height: 46px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--orange-1), var(--orange-2));
  color: #fff;
  border: none;
  font-size: 20px;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(237,78,0,.40);
  z-index: 99;
  display: grid;
  place-items: center;
  transition: transform .2s ease, box-shadow .2s ease;
}

.scroll-top:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 26px rgba(237,78,0,.52);
}

/* ============================================================
   FADE-IN ANIMATION
============================================================ */

.fade-in {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .55s ease, transform .55s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ============================================================
   RESPONSIVE
============================================================ */

@media (max-width: 980px) {
  .hero-grid                      { grid-template-columns: 1fr; }
  .hero-title                     { font-size: 34px; }
  .media-card                     { min-height: 220px; }
  .menu-list                      { display: none; }
  .mob-btn                        { display: block; }
  .info-card                      { grid-template-columns: 1fr; gap: 20px; padding: 22px; }
  .info-media                     { order: -1; }
  .arrow                          { display: none; }
  .quote-grid                     { grid-template-columns: 1fr; gap: 16px; margin-top: 28px; }
  .photo-slot-img                 { max-width: 100%; }
  .info-text h3                   { font-size: 22px; }
  .ingredient-card,
  .ingredient-card--rev           { grid-template-columns: 1fr; }
  .ingredient-card--rev .ingredient-media,
  .ingredient-card--rev .ingredient-text { order: unset; }
  .ingredient-img                 { max-width: 100%; height: 220px; }
  .section-title                  { font-size: 26px; }
  .btn-cta-hero                   { font-size: 15px; padding: 18px 20px; }
  .trust-seals                    { gap: 8px; }
  .seal                           { min-width: 90px; padding: 10px 12px; }
}

@media (max-width: 640px) {
  .info-card                      { padding: 18px; }
  .info-text h3                   { font-size: 20px; }
  .quote-box                      { padding: 18px; }
  .quote-box p                    { font-size: 17px; }
  .quote-box::before,
  .quote-box::after               { font-size: 36px; }
  .exit-box                       { padding: 28px 18px; }
  .exit-title                     { font-size: 18px; }
  .formula-badges                 { gap: 8px; }
  .f-badge                        { font-size: 12px; padding: 6px 12px; }
  .cta-band                       { flex-direction: column; text-align: center; }
  .hero-title                     { font-size: 30px; }
  .nav-btn                        { display: none; }
}