/* ============================================================
   Ervas e Benzimento — Landing Page (Fase 4)
   Direção: black editorial, botânico, ancestral, premium.
   ============================================================ */

:root{
  --carvao:      #111412;
  --carvao-2:    #0c0f0d;
  --carvao-3:    #181c19;
  --verde:       #1F4A35;
  --verde-2:     #173a29;
  --salvia:      #6F8B63;
  --papel:       #F4EFE4;
  --papel-2:     #ece5d6;
  --ambar:       #C9944C;
  --ambar-2:     #d8ad6f;
  --texto:       #151411;
  --texto-claro: #ECE7DA;
  --mute-claro:  #b4ad9d;
  --mute-escuro: #5c5547;

  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, "Times New Roman", serif;
  --sans: "Inter", system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, sans-serif;

  --maxw: 1140px;
  --rad: 14px;
  --shadow: 0 30px 70px rgba(0,0,0,.45);
}

*{ box-sizing:border-box; }
html{ scroll-behavior:smooth; overflow-x:hidden; }
body{
  margin:0; font-family:var(--sans); color:var(--texto-claro);
  background:var(--carvao);
  line-height:1.65; font-size:17px;
  -webkit-font-smoothing:antialiased; text-rendering:optimizeLegibility;
  overflow-x:hidden;
}
img{ max-width:100%; display:block; }
a{ color:inherit; }
.wrap{ max-width:var(--maxw); margin:0 auto; padding:0 24px; }

h1,h2,h3{ font-family:var(--serif); font-weight:600; line-height:1.12; margin:0; }
p{ margin:0 0 1em; }

/* ---------- buttons ---------- */
.btn{
  display:inline-flex; align-items:center; gap:.5em; cursor:pointer;
  font-family:var(--sans); font-weight:700; font-size:16px;
  text-decoration:none; border:0; border-radius:999px;
  padding:15px 30px; transition:transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.btn-primary{
  background:linear-gradient(180deg, var(--ambar-2), var(--ambar));
  color:#241a09; box-shadow:0 12px 30px rgba(201,148,76,.32);
}
.btn-primary:hover{ transform:translateY(-2px); box-shadow:0 16px 38px rgba(201,148,76,.45); }
.btn-ghost{
  background:transparent; color:var(--papel);
  box-shadow:inset 0 0 0 1.5px rgba(244,239,228,.35);
}
.btn-ghost:hover{ box-shadow:inset 0 0 0 1.5px var(--ambar-2); color:var(--ambar-2); }
.btn-lg{ padding:18px 38px; font-size:17px; }

.kicker{
  font-family:var(--sans); font-weight:700; letter-spacing:.28em;
  text-transform:uppercase; font-size:12px; color:var(--ambar-2);
}
.section-mark{ color:var(--ambar); font-size:22px; }

/* ============================================================
   HEADER
   ============================================================ */
.site-header{
  position:sticky; top:0; z-index:50;
  backdrop-filter:saturate(1.1) blur(8px);
  background:rgba(12,15,13,.72);
  border-bottom:1px solid rgba(244,239,228,.08);
}
.site-header .wrap{ display:flex; align-items:center; justify-content:space-between; height:64px; }
.brand{ font-family:var(--serif); font-weight:600; font-size:20px; color:var(--papel);
  letter-spacing:.01em; display:flex; align-items:center; gap:10px; text-decoration:none; }
.brand .leaf{ color:var(--ambar); }
.brand-logo{ width:30px; height:30px; object-fit:contain; display:block; }
.site-footer .brand-logo{ width:34px; height:34px; }
.site-header .btn{ padding:10px 20px; font-size:14px; }
.nav-hide{ }
@media (max-width:620px){ .site-header .btn-text{ display:none; } }

/* ============================================================
   HERO
   ============================================================ */
.hero{
  position:relative; overflow:hidden;
  background:var(--carvao-2);
  padding:72px 0 80px;
}
.hero-bg{
  position:absolute; inset:0; z-index:0;
  background-image:url('assets/ervas-hero.png');
  background-size:cover; background-position:center;
  opacity:.42;
}
.hero-bg::after{
  content:""; position:absolute; inset:0;
  background:
    linear-gradient(180deg, rgba(12,15,13,.55), rgba(12,15,13,.78) 60%, var(--carvao-2)),
    radial-gradient(80% 60% at 70% 30%, rgba(31,74,53,.35), transparent 70%);
}
.hero .wrap{ position:relative; z-index:2; }
.hero-grid{
  display:grid; grid-template-columns:1.05fr .95fr; gap:54px; align-items:center;
}
.hero-copy .kicker{ margin-bottom:18px; display:inline-block; }
.hero h1{
  font-size:clamp(34px, 5vw, 56px); color:#f7f2e7; margin:0 0 18px;
  text-shadow:0 2px 30px rgba(0,0,0,.5);
}
.hero h1 .am{ color:var(--ambar-2); font-style:italic; }
.hero-sub{ font-size:clamp(17px,2.2vw,20px); color:#e6e0d2; max-width:36ch; margin:0 0 28px; }
.hero-cta{ display:flex; align-items:center; gap:16px; flex-wrap:wrap; margin-bottom:26px; }
.hero-note{ font-size:13.5px; color:var(--mute-claro); }

.seals{ display:flex; flex-wrap:wrap; gap:10px; margin-top:30px; }
.seal{
  display:inline-flex; align-items:center; gap:8px;
  background:rgba(244,239,228,.06); border:1px solid rgba(244,239,228,.14);
  border-radius:999px; padding:8px 14px; font-size:13px; color:#e8e2d4;
}
.seal b{ color:var(--ambar-2); font-weight:700; }

/* product mockup */
.hero-product{ position:relative; display:flex; justify-content:center; }
.book{
  position:relative; width:min(330px, 78%);
  border-radius:6px; overflow:hidden;
  box-shadow:
    0 2px 0 rgba(255,255,255,.06),
    24px 34px 70px rgba(0,0,0,.6),
    0 0 0 1px rgba(0,0,0,.4);
  transform:rotate(-3deg);
  transition:transform .4s ease;
}
.book::before{ /* spine highlight */
  content:""; position:absolute; top:0; left:0; width:14px; height:100%;
  background:linear-gradient(90deg, rgba(0,0,0,.45), rgba(255,255,255,.06) 60%, transparent);
  z-index:3;
}
.book::after{ /* gloss */
  content:""; position:absolute; inset:0;
  background:linear-gradient(115deg, rgba(255,255,255,.16), transparent 38%);
  z-index:3; pointer-events:none;
}
.hero-product:hover .book{ transform:rotate(-1.5deg) translateY(-4px); }
.book img{ width:100%; }
.book-glow{
  position:absolute; inset:-12% -8% -22%; z-index:-1;
  background:radial-gradient(50% 50% at 50% 55%, rgba(201,148,76,.32), transparent 70%);
  filter:blur(18px);
}
.product-tag{
  position:absolute; bottom:-14px; right:8%;
  background:var(--ambar); color:#241a09; font-weight:700; font-size:13px;
  padding:8px 16px; border-radius:999px; box-shadow:0 10px 24px rgba(0,0,0,.4);
  transform:rotate(-3deg);
}

/* ============================================================
   GENERIC SECTIONS
   ============================================================ */
section{ position:relative; }
.band{ padding:84px 0; }
.band-paper{ background:var(--papel); color:var(--texto); }
.band-paper h2{ color:var(--verde); }
.band-dark{ background:var(--carvao); color:var(--texto-claro); }
.band-green{
  background:
     radial-gradient(120% 90% at 50% 0%, rgba(111,139,99,.16), transparent 60%),
     linear-gradient(180deg, var(--verde-2), var(--verde));
  color:var(--papel);
}
.band-deep{ background:var(--carvao-2); color:var(--texto-claro); }

.sec-head{ max-width:640px; margin-bottom:44px; }
.sec-head.center{ margin-left:auto; margin-right:auto; text-align:center; }
.sec-head .kicker{ display:inline-block; margin-bottom:14px; }
.sec-head h2{ font-size:clamp(28px,3.6vw,40px); margin:0 0 14px; }
.sec-head p{ font-size:18px; opacity:.92; margin:0; }
.band-paper .sec-head p{ color:#3c3a31; }

.lead{ font-size:19px; }

/* ---------- O QUE É (split) ---------- */
.about-grid{ display:grid; grid-template-columns:1.1fr .9fr; gap:50px; align-items:center; }
.about-text h2{ font-size:clamp(28px,3.6vw,40px); color:var(--verde); margin-bottom:18px; }
.about-text p{ color:#3c3a31; font-size:18px; }
.about-figure{ position:relative; }
.about-figure img{
  border-radius:10px; box-shadow:var(--shadow); border:1px solid rgba(21,20,17,.12);
}
.about-figure .stamp{
  position:absolute; top:-16px; left:-16px;
  background:var(--verde); color:var(--papel); font-family:var(--serif);
  font-size:14px; padding:10px 16px; border-radius:8px; box-shadow:0 10px 24px rgba(0,0,0,.3);
}
.pull{
  margin:26px 0 0; padding-left:18px; border-left:3px solid var(--ambar);
  font-family:var(--serif); font-style:italic; font-size:20px; color:var(--verde);
}

/* ---------- O QUE VOCÊ ENCONTRA (cards com visual) ---------- */
.contents-grid{ list-style:none; margin:0; padding:0;
  display:grid; grid-template-columns:repeat(2,1fr); gap:22px; }
@media (min-width:1000px){ .contents-grid{ grid-template-columns:repeat(2,1fr); } }
.content-card{
  display:flex; gap:0; flex-direction:column;
  background:rgba(244,239,228,.04); border:1px solid rgba(244,239,228,.1);
  border-radius:14px; overflow:hidden; transition:border-color .2s ease, transform .2s ease;
}
.content-card:hover{ border-color:rgba(201,148,76,.45); transform:translateY(-3px); }
.cc-visual{
  position:relative; height:150px; flex:0 0 auto;
  background:
     linear-gradient(150deg, rgba(31,74,53,.35), rgba(12,15,13,.82)),
     var(--cc-img, none) center/cover no-repeat,
     radial-gradient(120% 90% at 30% 20%, rgba(111,139,99,.25), transparent 60%),
     #161b16;
  display:flex; align-items:center; justify-content:center;
}
.cc-visual::after{ /* botanical watermark */
  content:"❧"; position:absolute; right:14px; bottom:8px; color:rgba(201,148,76,.5); font-size:22px;
}
.cc-ix{
  font-family:var(--serif); font-size:34px; font-weight:600; color:#f1ead9;
  width:64px; height:64px; border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  border:1px solid rgba(201,148,76,.55);
  background:rgba(12,15,13,.45); backdrop-filter:blur(2px);
  text-shadow:0 2px 12px rgba(0,0,0,.5);
}
.cc-body{ padding:18px 20px 22px; }
.cc-body h3{ font-size:19px; color:var(--papel); margin:0 0 6px; }
.cc-body p{ margin:0; font-size:15px; color:var(--mute-claro); }

/* ---------- PREVIEW (tabs) ---------- */
.preview-tabs{ display:flex; flex-wrap:wrap; gap:10px; justify-content:center; margin-bottom:30px; }
.tab-btn{
  font-family:var(--sans); font-weight:600; font-size:14px; cursor:pointer;
  background:rgba(244,239,228,.06); color:var(--texto-claro);
  border:1px solid rgba(244,239,228,.16); border-radius:999px; padding:10px 20px;
  transition:all .15s ease;
}
.tab-btn:hover{ border-color:var(--ambar-2); }
.tab-btn.is-active{ background:var(--ambar); color:#241a09; border-color:var(--ambar); }
.preview-stage{
  display:flex; justify-content:center; gap:26px; align-items:flex-start;
}
.preview-frame{ display:none; }
.preview-frame.is-active{ display:block; animation:fade .4s ease; }
.no-js .preview-frame{ display:block; margin-bottom:24px; } /* fallback */
@keyframes fade{ from{ opacity:0; transform:translateY(8px);} to{ opacity:1; transform:none;} }
.preview-frame img{
  border-radius:8px; box-shadow:var(--shadow);
  border:1px solid rgba(244,239,228,.1); max-height:560px; width:auto; margin:0 auto;
}
.preview-cap{ text-align:center; margin-top:16px; color:var(--mute-claro); font-size:14px; }

/* ---------- PARA QUEM (chips/rows) ---------- */
.audience{ display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.aud-card{
  background:rgba(244,239,228,.04); border:1px solid rgba(244,239,228,.1);
  border-radius:var(--rad); padding:24px;
}
.aud-card .ico{ color:var(--ambar-2); font-size:20px; margin-bottom:10px; }
.aud-card h3{ font-size:18px; color:var(--papel); margin:0 0 6px; }
.aud-card p{ font-size:15px; color:var(--mute-claro); margin:0; }

/* ---------- DIFERENCIAIS (special) ---------- */
.special{ display:grid; grid-template-columns:repeat(2,1fr); gap:28px 44px; }
.special-item{ display:flex; gap:16px; }
.special-item .num{
  font-family:var(--serif); font-size:24px; color:var(--papel);
  background:rgba(244,239,228,.12); width:48px; height:48px; border-radius:50%;
  display:flex; align-items:center; justify-content:center; flex:0 0 auto;
  border:1px solid rgba(201,148,76,.5);
}
.special-item h3{ font-size:19px; margin:0 0 6px; color:var(--papel); }
.special-item p{ margin:0; font-size:15.5px; color:var(--mute-claro); }

/* ---------- OFERTA ---------- */
.offer-card{
  max-width:720px; margin:0 auto; background:var(--papel); color:var(--texto);
  border-radius:18px; box-shadow:var(--shadow); overflow:hidden;
  display:grid; grid-template-columns:1fr 1.15fr;
}
.offer-aside{
  background:linear-gradient(180deg, var(--verde-2), var(--verde)); color:var(--papel);
  padding:34px; display:flex; flex-direction:column; justify-content:center; gap:14px;
}
.offer-aside img{ border-radius:6px; box-shadow:0 16px 30px rgba(0,0,0,.4); width:160px; margin:0 auto 6px;
  transform:rotate(-3deg); }
.offer-aside .oa-list{ list-style:none; margin:0; padding:0; font-size:14px; }
.offer-aside .oa-list li{ padding:5px 0 5px 22px; position:relative; }
.offer-aside .oa-list li::before{ content:"✿"; position:absolute; left:0; color:var(--ambar-2); }
.offer-main{ padding:36px; display:flex; flex-direction:column; }
.offer-main h2{ color:var(--verde); font-size:28px; margin:0 0 6px; }
.offer-main .o-sub{ color:var(--mute-escuro); margin:0 0 20px; font-size:15px; }
.price{ display:flex; flex-direction:column; gap:2px; margin:6px 0 4px; }
.price-old{ font-size:15px; color:var(--mute-escuro); }
.price-old s{ color:#9a9282; }
.price-now{ display:flex; align-items:baseline; gap:8px; }
.price .cur{ font-size:18px; color:var(--verde); font-weight:700; }
.price .val{ font-family:var(--serif); font-size:54px; font-weight:600; color:var(--verde); line-height:1; }
.price .per{ font-size:14px; color:var(--mute-escuro); }
.price-note{ font-size:13.5px; color:var(--mute-escuro); margin:2px 0 18px; }

/* Brinde / bônus */
.bonus{ display:flex; gap:16px; align-items:center; margin:0 0 22px;
  background:#fbf6ec; border:1px solid rgba(201,148,76,.45); border-radius:12px; padding:14px; }
.bonus-cover{ position:relative; flex:0 0 auto; width:80px; height:108px; border-radius:6px;
  background:linear-gradient(160deg, #20251f, #0c0f0d); box-shadow:0 8px 18px rgba(0,0,0,.4);
  display:flex; flex-direction:column; align-items:center; justify-content:center; gap:8px;
  border:1px solid rgba(201,148,76,.4); overflow:hidden; padding-bottom:14px; }
.bc-mark{ color:var(--ambar-2); font-size:16px; }
.bc-title{ font-family:var(--serif); color:var(--papel); font-size:12.5px; text-align:center; line-height:1.12; padding:0 6px; }
.bc-tag{ position:absolute; bottom:0; left:0; right:0; background:var(--ambar); color:#241a09;
  font-size:9px; font-weight:700; letter-spacing:.1em; text-transform:uppercase; text-align:center; padding:2px 0; }
.bonus-info{ flex:1; }
.bonus-kicker{ font-family:var(--sans); font-weight:700; letter-spacing:.12em; text-transform:uppercase;
  font-size:10.5px; color:#8a5e1d; }
.bonus-info h3{ font-family:var(--serif); font-size:18px; color:var(--verde); margin:3px 0 4px; }
.bonus-info p{ font-size:13.5px; color:var(--mute-escuro); margin:0 0 4px; }
.bonus-price{ margin:6px 0 0 !important; font-size:14px; }
.bonus-price s{ color:#9a9282; }
.bonus-price .bp-old s{ color:#9a9282; }
.bonus-price .bp-now{ font-weight:700; color:var(--verde); margin-left:6px; }

/* Brinde — capa real */
.bonus-cover-real{ position:relative; flex:0 0 auto; width:86px; border-radius:6px;
  overflow:hidden; box-shadow:0 8px 18px rgba(0,0,0,.42); border:1px solid rgba(201,148,76,.4);
  line-height:0; }
.bonus-cover-real img{ width:100%; height:auto; display:block; }
.bonus-cover-real .bc-tag{ position:absolute; bottom:0; left:0; right:0; background:var(--ambar);
  color:#241a09; font-size:9px; font-weight:700; letter-spacing:.1em; text-transform:uppercase;
  text-align:center; padding:3px 0; }
.bonus-meta{ font-size:12px !important; letter-spacing:.02em; color:#8a5e1d !important;
  font-weight:600; margin:0 0 6px !important; }

/* Reforço de entrega combinada */
.combo-note{ font-size:13.5px; color:var(--mute-escuro); text-align:center;
  margin:0 0 16px; padding:8px 12px; background:#fbf6ec; border-radius:8px;
  border:1px solid rgba(201,148,76,.30); }
.combo-note strong{ color:var(--verde); }

.offer-main .btn{ width:100%; justify-content:center; }
.offer-trust{ margin-top:16px; display:flex; flex-wrap:wrap; gap:14px; font-size:13px; color:var(--mute-escuro); }
.offer-trust span{ display:inline-flex; align-items:center; gap:6px; }

/* ---------- BÔNUS (futuro, discreto) ---------- */
.future{
  margin-top:40px; border:1px dashed rgba(244,239,228,.22); border-radius:12px;
  padding:22px 26px; background:rgba(244,239,228,.03);
}
.future .kicker{ color:var(--salvia); }
.future ul{ margin:10px 0 0; padding-left:18px; color:var(--mute-claro); font-size:14.5px; columns:2; }
.future li{ margin:4px 0; break-inside:avoid; }

/* ---------- FAQ ---------- */
.faq{ max-width:780px; margin:0 auto; }
.faq details{
  border-top:1px solid rgba(244,239,228,.14); padding:6px 0;
}
.faq details:last-child{ border-bottom:1px solid rgba(244,239,228,.14); }
.faq summary{
  list-style:none; cursor:pointer; padding:20px 40px 20px 0; position:relative;
  font-family:var(--serif); font-size:19px; color:var(--papel);
}
.faq summary::-webkit-details-marker{ display:none; }
.faq summary::after{
  content:"+"; position:absolute; right:6px; top:18px; font-size:24px; color:var(--ambar-2);
  transition:transform .2s ease;
}
.faq details[open] summary::after{ content:"–"; }
.faq .ans{ padding:0 40px 20px 0; color:var(--mute-claro); font-size:16px; }
.band-paper .faq summary{ color:var(--verde); }
.band-paper .faq .ans{ color:#46443a; }
.band-paper .faq details{ border-color:rgba(21,20,17,.14); }
.band-paper .faq details:last-child{ border-color:rgba(21,20,17,.14); }

/* ---------- CTA FINAL ---------- */
.final{
  text-align:center; position:relative; overflow:hidden;
  background:linear-gradient(180deg, var(--carvao), var(--carvao-2));
}
.final-logo{ width:74px; height:auto; margin:0 auto 6px; display:block; filter:drop-shadow(0 6px 16px rgba(0,0,0,.5)); }
.final h2{ font-size:clamp(30px,4vw,46px); color:#f6f1e6; max-width:18ch; margin:14px auto 16px; }
.final p{ color:#d8d1c2; max-width:48ch; margin:0 auto 30px; font-size:18px; }

/* ---------- FOOTER ---------- */
.site-footer{ background:var(--carvao-2); color:var(--mute-claro); padding:48px 0 60px;
  border-top:1px solid rgba(244,239,228,.08); font-size:14px; }
.site-footer .f-top{ display:flex; justify-content:space-between; gap:24px; flex-wrap:wrap; align-items:flex-start; }
.site-footer .brand{ font-size:22px; margin-bottom:8px; }
.f-links{ display:flex; flex-direction:column; gap:12px; align-items:flex-end; }
.legal-links{ display:flex; gap:18px; flex-wrap:wrap; }
.legal-links a{ font-size:13px; }
@media (max-width:620px){ .f-links{ align-items:flex-start; } }
.site-footer .disclaimer{
  margin-top:22px; padding-top:20px; border-top:1px solid rgba(244,239,228,.08);
  font-size:13px; color:#8a8475; max-width:75ch; line-height:1.6;
}
.site-footer a{ color:var(--ambar-2); text-decoration:none; }

/* ---------- STICKY MOBILE CTA ---------- */
.sticky-cta{
  position:fixed; left:0; right:0; bottom:0; z-index:60;
  display:none; gap:14px; align-items:center; justify-content:space-between;
  background:rgba(12,15,13,.92); backdrop-filter:blur(10px);
  border-top:1px solid rgba(244,239,228,.12); padding:12px 16px;
}
.sticky-cta .sc-price{ font-size:14px; color:var(--papel); }
.sticky-cta .sc-price s{ color:var(--mute-claro); margin-right:2px; }
.sticky-cta .sc-price b{ font-family:var(--serif); font-size:20px; color:var(--ambar-2); }
.sticky-cta .btn{ padding:12px 22px; font-size:15px; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width:900px){
  .hero-grid{ grid-template-columns:1fr; gap:40px; text-align:center; }
  .hero-copy .kicker{ }
  .hero-sub{ margin-left:auto; margin-right:auto; }
  .hero-cta{ justify-content:center; }
  .seals{ justify-content:center; }
  .hero-product{ order:-1; }
  .about-grid{ grid-template-columns:1fr; gap:32px; }
  .about-figure{ order:-1; }
  .contents-grid{ grid-template-columns:1fr; gap:18px; }
  .audience{ grid-template-columns:1fr; }
  .special{ grid-template-columns:1fr; gap:22px; }
  .offer-card{ grid-template-columns:1fr; }
  .offer-aside{ flex-direction:row; align-items:center; gap:20px; }
  .offer-aside img{ width:120px; margin:0; }
  .future ul{ columns:1; }
}
@media (max-width:620px){
  body{ font-size:16px; }
  .band{ padding:60px 0; }
  .wrap{ width:100%; padding:0 18px; }
  .hero{ padding:54px 0 70px; }
  .hero-grid,
  .hero-copy,
  .hero-product{ min-width:0; }
  .hero h1{
    max-width:10.5ch;
    margin-left:auto;
    margin-right:auto;
    font-size:34px;
    line-height:1.08;
    overflow-wrap:normal;
    word-break:normal;
  }
  .hero-copy .kicker{
    max-width:100%;
    font-size:10px;
    letter-spacing:.18em;
    line-height:1.7;
    white-space:normal;
  }
  .hero-sub{
    max-width:28ch;
    margin-left:auto;
    margin-right:auto;
  }
  .hero-product{ max-width:100%; }
  .book{ width:min(300px, 82vw); }
  .product-tag{
    display:none;
  }
  .btn{ padding:14px 24px; }
  .hero-cta .btn{ width:100%; justify-content:center; }
  .offer-aside{ flex-direction:column; }
  .offer-aside img{ width:140px; }
  .price .val{ font-size:44px; }
  .sticky-cta{
    display:flex;
    flex-direction:column;
    align-items:stretch;
    gap:8px;
    padding:10px 12px;
  }
  .sticky-cta .sc-price{
    text-align:center;
    overflow:visible;
    text-overflow:clip;
    white-space:normal;
    font-size:12px;
    line-height:1.25;
  }
  .sticky-cta .sc-price b{ font-size:16px; }
  .sticky-cta .btn{
    width:100%;
    max-width:none;
    justify-content:center;
    padding:10px 14px;
    font-size:13px;
    white-space:nowrap;
  }
  body{ padding-bottom:104px; } /* room for sticky cta */
  .final::before{ top:20px; }
}
@media (max-width:380px){
  .seal{ font-size:12px; padding:7px 11px; }
}

/* ============================================================
   LEGAL PAGES (termos / privacidade)
   ============================================================ */
.legal-page{ max-width:820px; margin:0 auto; padding:48px 24px 80px; color:var(--texto-claro); }
.legal-page .back{ display:inline-flex; align-items:center; gap:8px; color:var(--ambar-2);
  text-decoration:none; font-size:14px; margin-bottom:24px; }
.legal-page .legal-head{ display:flex; align-items:center; gap:14px; margin-bottom:8px; }
.legal-page .legal-head img{ width:40px; height:40px; }
.legal-page h1{ font-family:var(--serif); font-size:34px; color:#f4efe4; margin:0; }
.legal-page .updated{ color:var(--mute-claro); font-size:13px; margin:0 0 28px; }
.legal-page h2{ font-family:var(--serif); color:var(--ambar-2); font-size:21px; margin:30px 0 8px; }
.legal-page p, .legal-page li{ color:#cfc8b9; font-size:15.5px; line-height:1.7; }
.legal-page ul{ padding-left:20px; }
.legal-page a{ color:var(--ambar-2); }
.legal-page .placeholder{ background:rgba(201,148,76,.12); border:1px dashed rgba(201,148,76,.5);
  border-radius:6px; padding:1px 7px; color:#e7d8bd; font-size:14px; }
.legal-page .legal-foot{ margin-top:40px; padding-top:20px; border-top:1px solid rgba(244,239,228,.1);
  font-size:13px; color:#8a8475; }
