/* ============================================================
   CitrusBurn™ Special Report — styles.css v=42
   Design System: Regra 60/30/10 | Advertorial Style
   ✅ v42: Header rebrandado para CitrusBurn + Special Report
============================================================ */

:root {
  --cb-cta:      #FF5722;
  --cb-cta-dark: #E64A19;
  --cb-cta-glow: rgba(255, 87, 34, 0.40);
  --cb-navy:     #2C3E50;
  --cb-navy-mid: #34495E;
  --cb-green:    #00bc40;
  --cb-green-bg: #E8F5E9;

  /* Mantidos para compatibilidade */
  --cb-orange-1: #ed4e00;
  --cb-orange-2: #ff9f13;
  --cb-coral:    #fa5e41;

  /* Neutrals */
  --bg:        #F8F8F8;
  --panel:     #ffffff;
  --panel-alt: #E8F5E9;
  --text:      #1a1a1a;
  --muted:     #575757;
  --line:      #d1d1d1;

  /* Sistema */
  --radius:    14px;
  --shadow:    0 10px 24px rgba(0,0,0,.08);
  --container: 1120px;
  --adv-width: 800px;

  /* Tipografia */
  --font-body: 18px;
  --lh-body:   1.65;
}

/* ============================================================
   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;
  font-size: var(--font-body);
  line-height: var(--lh-body);
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-bottom: 0;
}
a { color: inherit; }

.container {
  width: min(var(--container), calc(100% - 40px));
  margin: 0 auto;
}
.advertorial-container {
  width: min(var(--adv-width), 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; }

/* ============================================================
   HEADER — ✅ v42: CitrusBurn branding
============================================================ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: #fff;
  border-bottom: 1px solid var(--line);
  box-shadow: 0 2px 12px rgba(0,0,0,.06);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 0;
}
.brand { display: flex; align-items: center; gap: 12px; }

/* ✅ Brand mark — container do logo CitrusBurn */
.brand-mark {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg,
    rgba(255,87,34,.12),
    rgba(0,188,64,.10));
  border: 1px solid rgba(255,87,34,.20);
  overflow: hidden;
  flex-shrink: 0;
}

/* Logo img dentro do brand-mark */
.brand-logo-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  padding: 6px;
}

/* Fallback emoji caso logo não carregue */
.brand-logo-fallback {
  font-size: 24px;
  line-height: 1;
}

/* Textos do brand */
.brand-text strong {
  display: block;
  font-size: 16px;
  font-weight: 900;
  color: var(--cb-navy);
  letter-spacing: -.2px;
}

/* ✅ Tag "Special Report" — novo elemento */
.brand-tag {
  display: inline-block;
  margin-top: 2px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .4px;
  text-transform: uppercase;
  color: var(--cb-cta);
  background: rgba(255,87,34,.08);
  border: 1px solid rgba(255,87,34,.22);
  padding: 2px 8px;
  border-radius: 999px;
}

.nav { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; }
.nav a {
  text-decoration: none;
  color: var(--cb-navy);
  font-size: 15px;
  font-weight: 600;
  padding: 8px 10px;
  border-radius: 10px;
  transition: background .15s ease;
}
.nav a:hover { background: rgba(44,62,80,.07); }

/* ============================================================
   SECTIONS
============================================================ */
.section { padding: 56px 0; }
.section-alt {
  background: linear-gradient(180deg, var(--panel-alt), #f8f8f8);
  border-top: 1px solid rgba(0,0,0,.06);
  border-bottom: 1px solid rgba(0,0,0,.06);
}

/* ============================================================
   HERO
============================================================ */
.hero {
  padding: 34px 0 24px;
  background:
    radial-gradient(900px 380px at 20% 0%, rgba(44,62,80,.06), transparent 55%),
    radial-gradient(900px 380px at 80% 0%, rgba(255,87,34,.06), transparent 60%),
    #F8F8F8;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 26px;
  align-items: start;
}

/* ============================================================
   EYEBROW
============================================================ */
.eyebrow {
  display: inline-block;
  font-weight: 800;
  letter-spacing: .2px;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--cb-navy);
  background: rgba(44,62,80,.08);
  border: 1px solid rgba(44,62,80,.18);
  padding: 8px 10px;
  border-radius: 999px;
}

/* ============================================================
   HEADINGS
============================================================ */
h1, h2, h3, h4, h5, h6 {
  color: var(--cb-navy);
  line-height: 1.15;
}
h1 {
  font-size: 44px;
  line-height: 1.1;
  margin: 14px 0 10px;
  color: var(--cb-navy);
}
.highlight {
  background: linear-gradient(to right, var(--cb-cta), #FF8C00);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.lead {
  color: var(--muted);
  font-size: var(--font-body);
  line-height: var(--lh-body);
  max-width: 70ch;
}

/* ============================================================
   HERO WOMAN IMAGE
============================================================ */
.hero-woman-wrap {
  margin: 18px 0 22px;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid rgba(0,0,0,.08);
}
.hero-woman-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-height: 420px;
}
.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 18px 0 12px;
}

/* ============================================================
   PRESELL HERO CTA
============================================================ */
.presell-hero-cta { margin: 20px 0 16px; }
.presell-cta-note {
  margin: 10px 0 0;
  font-size: 13px;
  color: var(--muted);
  text-align: center;
}

/* ============================================================
   CARDS / PANELS
============================================================ */
.card, .feature, .panel {
  background: var(--panel);
  border: 1px solid rgba(0,0,0,.10);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.card { padding: 18px; }
.feature, .panel { padding: 16px; box-shadow: none; }
.divider { height: 1px; background: rgba(0,0,0,.12); margin: 16px 0; }

.section-head { margin-bottom: 28px; }
.section-head h2 { margin: 0 0 8px; font-size: 30px; }
.section-head .eyebrow { margin-bottom: 10px; }

.muted { color: var(--muted); }
.tiny  { font-size: 12px; line-height: 1.55; }

.grid-3 {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.grid-2 {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.feature h3, .panel h3 { margin: 0 0 10px; color: var(--cb-navy); }
.feature p { margin: 0; color: var(--muted); line-height: var(--lh-body); }
.note {
  margin-top: 16px;
  padding: 12px 14px;
  border-radius: 12px;
  border: 2px solid rgba(44,62,80,.25);
  background: rgba(44,62,80,.05);
  color: var(--cb-navy);
  font-size: 15px;
}
.mt { margin-top: 18px; }
.w-100 { width: 100%; }

/* ============================================================
   TRUST BOX
============================================================ */
.trust-box {
  margin-top: 12px;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,.12);
  background: rgba(255,255,255,.85);
  font-size: 15px;
}
.trust-line { margin: 0 0 6px; }
.trust-line:last-child { margin: 0; }

/* ============================================================
   BUTTONS
============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  border-radius: 8px;
  padding: 12px 14px;
  border: 1px solid transparent;
  font-weight: 900;
  font-size: 15px;
  cursor: pointer;
  user-select: none;
  transition: filter .15s ease, transform .1s ease, box-shadow .15s ease;
  min-height: 48px;
}
.btn-primary {
  background: linear-gradient(135deg, var(--cb-cta), #FF8C00);
  color: #fff;
  border-color: rgba(0,0,0,.10);
  font-weight: 900;
}
.btn-primary:hover  { filter: brightness(1.06); }
.btn-primary:active { transform: translateY(1px); }

.btn-large {
  padding: 16px 28px;
  font-size: 17px;
  border-radius: 10px;
  min-height: 55px;
}
.btn-secondary {
  background: var(--cb-green);
  color: #fff;
  border-color: rgba(0,0,0,.08);
  text-transform: uppercase;
  letter-spacing: .3px;
}
.btn-secondary:hover  { filter: brightness(1.04); }
.btn-secondary:active { transform: translateY(1px); }

.btn-ghost {
  background: #fff;
  border-color: rgba(0,0,0,.18);
  color: var(--cb-navy);
  font-weight: 700;
}
.btn-ghost:hover  { background: rgba(44,62,80,.04); }
.btn-ghost:active { transform: translateY(1px); }

.btn-cta-hero {
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  padding: 22px 28px;
  border-radius: 8px;
  font-size: 19px;
  font-weight: 900;
  letter-spacing: .3px;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(135deg, var(--cb-cta), var(--cb-cta-dark));
  border: none;
  box-shadow: 0 8px 28px var(--cb-cta-glow);
  cursor: pointer;
  min-height: 55px;
  transition: filter .2s ease, transform .1s ease, box-shadow .2s ease;
  animation: pulse-cta 2.4s ease-in-out infinite;
}
.btn-cta-hero:hover {
  filter: brightness(1.06);
  box-shadow: 0 12px 40px rgba(255,87,34,.60);
}
.btn-cta-hero:active { transform: translateY(2px); }

@keyframes pulse-cta {
  0%   { box-shadow: 0 8px 28px rgba(255,87,34,.40); }
  50%  { box-shadow: 0 8px 44px rgba(255,87,34,.70); }
  100% { box-shadow: 0 8px 28px rgba(255,87,34,.40); }
}

/* ============================================================
   CTA BANNER
============================================================ */
.cta-banner {
  margin-top: 20px;
  border: 2px solid rgba(255,87,34,.45);
  background: linear-gradient(90deg, rgba(255,87,34,.08), rgba(255,140,0,.08));
  border-radius: 12px;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.offer-banner   { margin-top: 18px; }
.offer-title    { font-size: 18px; color: var(--cb-navy); }
.offer-subtitle { margin: 6px 0 0; }

.cta-banner--hero {
  display: block;
  text-align: center;
  border: 3px solid rgba(255,87,34,.45);
  background: linear-gradient(135deg, rgba(255,87,34,.07), rgba(255,140,0,.05));
  padding: 40px 28px;
  margin-top: 24px;
}
.cta-banner-content { max-width: 720px; margin: 0 auto; }
.cta-main-title {
  font-size: 28px;
  font-weight: 900;
  margin: 0 0 8px;
  color: var(--cb-navy);
  line-height: 1.2;
}
.cta-main-sub  { margin: 0 0 22px; }
.cta-note      { margin-top: 16px; display: block; }

.cta-arrow-hint { text-align: center; margin-top: 28px; }
.cta-arrow-hint span {
  font-size: 36px;
  display: block;
  animation: bounce 1.4s ease-in-out infinite;
}
.cta-arrow-hint p { margin: 6px 0 0; font-weight: 700; font-size: 16px; color: var(--cb-navy); }

@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(8px); }
}
.cta-secondary-wrap {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

/* ============================================================
   MID-PAGE CTA BAND
============================================================ */
.mid-cta-band {
  margin-top: 36px;
  padding: 28px 24px;
  border-radius: 14px;
  border: 3px solid rgba(255,87,34,.40);
  background: linear-gradient(135deg, rgba(255,87,34,.07), rgba(255,140,0,.05));
  text-align: center;
}
.mid-cta-label { font-size: 16px; font-weight: 800; margin: 0 0 16px; color: var(--cb-navy); }
.mid-cta-btn   { max-width: 680px; margin: 0 auto; }
.mid-cta-note  { margin-top: 12px; display: block; }

/* ============================================================
   SEAL ROW
============================================================ */
.seal-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.seal-row--center { justify-content: center; }
.seal-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  background: rgba(44,62,80,.07);
  border: 1px solid rgba(44,62,80,.15);
  color: var(--cb-navy);
}

/* ============================================================
   PRODUCT BRIDGE
============================================================ */
.product-bridge {
  margin-top: 36px;
  border-radius: 18px;
  border: 3px solid rgba(255,87,34,.25);
  background: linear-gradient(135deg, rgba(255,87,34,.06), rgba(255,140,0,.04));
  padding: 32px 28px;
  overflow: hidden;
}
.product-bridge-inner {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 32px;
  align-items: center;
}
.product-bridge-image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-bridge-img {
  width: 100%;
  max-width: 340px;
  height: auto;
  display: block;
  filter: drop-shadow(0 14px 30px rgba(0,0,0,.18));
  transition: transform .3s ease;
}
.product-bridge-img:hover { transform: scale(1.03); }

.product-bridge-label {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .4px;
  color: var(--cb-cta);
  margin: 0 0 8px;
}
.product-bridge-title {
  font-size: 24px;
  font-weight: 900;
  color: var(--cb-navy);
  margin: 0 0 12px;
  line-height: 1.2;
}
.product-bridge-desc {
  font-size: 16px;
  line-height: var(--lh-body);
  color: var(--muted);
  margin: 0 0 20px;
}
.product-bridge-btn { max-width: 100%; }
.product-bridge-seals { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 14px; }
.mini-seal {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  background: rgba(0,188,64,.12);
  border: 1px solid rgba(0,188,64,.28);
  color: #007a29;
}

/* ============================================================
   FINAL PRODUCT WRAP
============================================================ */
.final-product-wrap {
  display: flex;
  justify-content: center;
  margin: 32px 0 16px;
}
.final-product-img {
  width: min(360px, 100%);
  height: auto;
  display: block;
  filter: drop-shadow(0 16px 36px rgba(0,0,0,.20));
}

/* ============================================================
   LISTS
============================================================ */
.checklist, .simple-list, .info-list {
  margin: 10px 0 0;
  padding-left: 18px;
  color: var(--muted);
  line-height: var(--lh-body);
  font-size: var(--font-body);
}
.simple-list { list-style: none; padding-left: 0; }
.simple-list li {
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
  font-size: var(--font-body);
}
.simple-list li:last-child { border-bottom: none; }

/* ============================================================
   BRIDGE LINE
============================================================ */
.bridge-line {
  background: var(--cb-green-bg);
  border-left: 4px solid var(--cb-green);
  padding: 12px 16px;
  margin: 20px 0;
  border-radius: 0 8px 8px 0;
}
.bridge-line p { margin: 0; font-size: .95rem; color: var(--cb-navy); font-weight: 600; }

/* ============================================================
   EDU BLOCKS
============================================================ */
.edu-block { max-width: var(--adv-width); margin: 0 auto 24px; }
.edu-text {
  font-size: var(--font-body);
  line-height: var(--lh-body);
  color: var(--text);
  margin: 0 0 18px;
}
.edu-text:last-child { margin-bottom: 0; }

/* ============================================================
   INFO FLOW
============================================================ */
.info-flow { margin-top: 28px; display: grid; gap: 20px; }
.info-card {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 16px;
  align-items: stretch;
  background: var(--panel);
  border: 1px solid rgba(0,0,0,.10);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 20px;
}
.info-text h3 { margin: 0 0 10px; color: var(--cb-cta); font-size: 22px; line-height: 1.2; }
.info-media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
}
.arrow {
  position: absolute;
  left: -18px;
  width: 0; height: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 18px solid var(--cb-cta);
  filter: drop-shadow(0 6px 10px rgba(0,0,0,.18));
}

/* ============================================================
   QUOTE GRID
============================================================ */
.quote-grid { margin-top: 24px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.quote-box {
  border-radius: 12px;
  border: 2px solid rgba(44,62,80,.20);
  background: var(--cb-green-bg);
  padding: 20px;
  box-shadow: 0 10px 18px rgba(0,0,0,.06);
}
.quote-box p {
  margin: 0;
  font-weight: 900;
  font-size: 17px;
  line-height: 1.5;
  color: var(--cb-navy);
  font-style: italic;
}
.quote-box p::before { content: "\201C"; }
.quote-box p::after  { content: "\201D"; }

/* ============================================================
   INGREDIENTS FLOW
============================================================ */
.ingredients-flow { margin-top: 32px; display: grid; gap: 24px; }
.ingredient-card {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 24px;
  align-items: center;
  background: var(--panel);
  border: 1px solid rgba(0,0,0,.10);
  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 16px 36px rgba(0,0,0,.12);
}
.ingredient-card--reverse { grid-template-columns: 1.25fr .75fr; }
.ingredient-card--reverse .ingredient-media { order: 2; }
.ingredient-card--reverse .ingredient-text  { order: 1; }

.ingredient-media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ingredient-img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 12px;
  border: 2px dashed rgba(0,0,0,.18);
  background: #fff;
  display: block;
}
.ingredient-badge {
  position: absolute;
  top: -12px; left: -12px;
  width: 40px; height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--cb-cta), #FF8C00);
  color: #fff;
  font-weight: 900;
  font-size: 16px;
  display: grid;
  place-items: center;
  box-shadow: 0 4px 12px rgba(255,87,34,.45);
  border: 2px solid #fff;
}
.ingredient-text h3 {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 900;
  color: var(--cb-navy);
  line-height: 1.2;
}
.ingredient-aka { font-size: 14px; font-weight: 600; color: var(--muted); }
.ingredient-desc { margin: 0 0 14px; font-size: 15px; line-height: var(--lh-body); color: var(--muted); }
.ingredient-benefit { display: flex; flex-wrap: wrap; gap: 8px; }
.benefit-tag {
  display: inline-block;
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  background: rgba(255,87,34,.10);
  border: 1px solid rgba(255,87,34,.28);
  color: var(--cb-cta-dark);
}

/* ============================================================
   FORMULA PANEL
============================================================ */
.formula-panel {
  margin-top: 32px;
  border-radius: var(--radius);
  border: 2px solid rgba(0,188,64,.35);
  background: var(--cb-green-bg);
  padding: 28px;
}
.formula-panel-inner { text-align: center; }
.formula-panel-inner h3 { margin: 0 0 20px; font-size: 22px; font-weight: 900; color: var(--cb-navy); }
.formula-badges { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.formula-badge {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  background: rgba(0,188,64,.14);
  border: 1px solid rgba(0,188,64,.35);
  color: #007a29;
}

/* ============================================================
   PHOTO SLOT
============================================================ */
.photo-slot-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 12px;
  border: 2px dashed rgba(0,0,0,.18);
  background: #fff;
  display: block;
}

/* ============================================================
   FOOTER
============================================================ */
.site-footer { margin-top: 24px; padding-top: 16px; border-top: 1px solid rgba(0,0,0,.10); }
.footer-grid { display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; align-items: flex-start; }
.footer-links { display: flex; gap: 12px; flex-wrap: wrap; }
.footer-links a { color: var(--muted); text-decoration: none; font-size: 14px; transition: color .15s ease; }
.footer-links a:hover { color: var(--cb-navy); }

/* ============================================================
   CENTERED DISCLAIMER
============================================================ */
.centered-title { text-align: center; margin-bottom: 24px; }
.centered-title h2   { margin: 0 0 8px; }
.centered-title .muted { margin: 0; }
.centered-disclaimer {
  text-align: center;
  margin-top: 24px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255,255,255,.60);
}
.disclaimer-text { margin: 0; line-height: 1.7; color: var(--muted); font-size: 13px; }
.disclaimer-text strong { color: var(--cb-navy); font-weight: 900; }

/* ============================================================
   EXIT INTENT POPUP
============================================================ */
.exit-popup { position: fixed; inset: 0; z-index: 9999; }
.exit-popup-overlay {
  position: absolute; inset: 0;
  background: rgba(0,0,0,.65);
  backdrop-filter: blur(3px);
}
.exit-popup-box {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 18px;
  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-popup-close {
  position: absolute; top: 14px; right: 16px;
  background: none; border: none;
  font-size: 24px; cursor: pointer;
  color: var(--muted); line-height: 1;
  transition: color .15s ease;
}
.exit-popup-close:hover { color: var(--cb-navy); }
.exit-popup-eyebrow {
  font-size: 13px; font-weight: 700;
  text-transform: uppercase;
  color: var(--cb-cta);
  margin: 0 0 10px;
  letter-spacing: .5px;
}
.exit-popup-title { font-size: 22px; font-weight: 900; line-height: 1.25; margin: 0 0 14px; color: var(--cb-navy); }
.exit-popup-body  { font-size: 15px; line-height: 1.65; margin: 0 0 22px; }
.exit-popup-dismiss {
  display: block; margin-top: 14px;
  cursor: pointer; text-decoration: underline;
  color: var(--muted); background: none; border: none;
  font-size: 12px; transition: color .15s ease;
}
.exit-popup-dismiss:hover { color: var(--cb-navy); }

/* ============================================================
   SCROLL TO TOP
============================================================ */
.scroll-top {
  position: fixed;
  bottom: 24px; right: 24px;
  width: 44px; height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--cb-cta), var(--cb-cta-dark));
  color: #fff;
  border: none;
  font-size: 20px;
  cursor: pointer;
  box-shadow: 0 6px 18px var(--cb-cta-glow);
  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 24px rgba(255,87,34,.55); }

/* ============================================================
   FADE-IN
============================================================ */
.fade-in { opacity: 0; transform: translateY(22px); transition: opacity .55s ease, transform .55s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }

/* ============================================================
   STICKY MOBILE CTA
============================================================ */
.sticky-mobile-cta {
  display: none;
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 1000;
  padding: 10px 16px 14px;
  background: linear-gradient(to top, rgba(0,0,0,.94), rgba(0,0,0,.82));
  border-top: 2px solid rgba(255,87,34,.60);
  box-shadow: 0 -4px 24px rgba(0,0,0,.30);
}
.sticky-mobile-btn {
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  padding: 16px 20px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: .3px;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(135deg, var(--cb-cta), var(--cb-cta-dark));
  border: 2px solid rgba(255,255,255,.15);
  box-shadow: 0 6px 20px var(--cb-cta-glow);
  animation: pulse-cta 2.4s ease-in-out infinite;
  min-height: 55px;
}
.sticky-mobile-btn:active { transform: scale(.98); }

/* ============================================================
   RESPONSIVE
============================================================ */
@media (max-width: 980px) {
  .hero-grid                    { grid-template-columns: 1fr; }
  h1                            { font-size: 34px; }
  .info-card                    { grid-template-columns: 1fr; }
  .arrow                        { display: none; }
  .quote-grid                   { grid-template-columns: 1fr; }
  .grid-3                       { grid-template-columns: 1fr; }
  .ingredient-card,
  .ingredient-card--reverse     { grid-template-columns: 1fr; }
  .ingredient-card--reverse .ingredient-media,
  .ingredient-card--reverse .ingredient-text { order: unset; }
  .cta-main-title               { font-size: 22px; }
  .btn-cta-hero                 { font-size: 16px; padding: 18px 20px; }
  .product-bridge-inner         { grid-template-columns: 1fr; }
  .product-bridge-img           { max-width: 280px; margin: 0 auto; }
  .advertorial-container        { width: min(680px, calc(100% - 40px)); }
}

@media (max-width: 620px) {
  :root { --font-body: 17px; --lh-body: 1.6; }
  .nav          { display: none; }
  .header-cta   { display: none; }
  .grid-2       { grid-template-columns: 1fr; }
  .formula-badges { gap: 8px; }
  .formula-badge  { font-size: 12px; padding: 6px 14px; }
  .exit-popup-box { padding: 28px 20px; }
  .exit-popup-title { font-size: 18px; }
  .ingredient-img { height: 200px; }
  .hero-woman-img { max-height: 260px; }
  .sticky-mobile-cta { display: block; }
  body { padding-bottom: 80px; }
  .scroll-top { bottom: 90px; }
  .product-bridge { padding: 20px 16px; }
  .product-bridge-title { font-size: 20px; }
  .cta-main-title { font-size: 17px; }
  .seal-badge { font-size: 11px; padding: 5px 10px; }
  .advertorial-container { width: calc(100% - 32px); }
  .btn-cta-hero { font-size: 14px; padding: 16px 16px; }
  h1 { font-size: 28px; }

  /* Header mobile — logo menor */
  .brand-mark { width: 40px; height: 40px; }
  .brand-text strong { font-size: 14px; }
  .brand-tag { font-size: 10px; }
}

@media (max-width: 380px) {
  h1 { font-size: 24px; }
  .btn-cta-hero { font-size: 13px; }
  .offer-title  { font-size: 15px; }
}
/* 
   v51 — Hero single column (aside removido)
 */
.hero-grid--single {
  grid-template-columns: 1fr;
  max-width: var(--adv-width);
  margin: 0 auto;
}
