/* Renova40 — site oficial
   Paleta tirada do rótulo: laca (vermelho), vinho, ouro, marfim. */

:root {
  --laca: #A31E22;
  --laca-viva: #C0232A;
  --vinho: #6E1216;
  --noite: #2A0A0C;
  --ouro: #C9A24B;
  --ouro-claro: #EBD08A;
  --ouro-escuro: #8A6420;
  --marfim: #F7EEDF;
  --papel: #FFFBF4;
  --blush: #FBEAE6;
  --rosa: #F6D3D2;
  --tinta: #2A1512;
  --tinta-2: #5B3A33;

  --f-display: "Barlow Condensed", "Arial Narrow", "Roboto Condensed", Impact, sans-serif;
  --f-serif: "DM Serif Display", Georgia, "Times New Roman", serif;
  --f-body: "Figtree", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --f-kanji: "Noto Serif SC", "Songti SC", "STSong", "SimSun", serif;

  --gold-grad: linear-gradient(135deg, #F7E6A6 0%, #D9B866 35%, #C9A24B 55%, #EBD08A 78%, #B28A3A 100%);
  --band: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='18'%3E%3Cg fill='none' stroke='%23D9B866' stroke-width='1.3'%3E%3Cpath d='M0 1.5h44M0 16.5h44'/%3E%3Cpath d='M0 9c3.7-5 7.3-5 11 0s7.3 5 11 0 7.3-5 11 0 7.3 5 11 0'/%3E%3Ccircle cx='5.5' cy='6.2' r='1.4'/%3E%3Ccircle cx='16.5' cy='11.8' r='1.4'/%3E%3Ccircle cx='27.5' cy='6.2' r='1.4'/%3E%3Ccircle cx='38.5' cy='11.8' r='1.4'/%3E%3C/g%3E%3C/svg%3E");
  --frame: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48'%3E%3Cg fill='none' stroke='%23C9A24B'%3E%3Crect x='1' y='1' width='46' height='46' stroke-width='2'/%3E%3Crect x='5' y='5' width='38' height='38' stroke-width='1'/%3E%3Cpath stroke-width='1.6' d='M1 13h8V9h4V1M47 13h-8V9h-4V1M1 35h8v4h4v8M47 35h-8v4h-4v8'/%3E%3C/g%3E%3Cg fill='%23C9A24B'%3E%3Crect x='9' y='9' width='3' height='3'/%3E%3Crect x='36' y='9' width='3' height='3'/%3E%3Crect x='9' y='36' width='3' height='3'/%3E%3Crect x='36' y='36' width='3' height='3'/%3E%3C/g%3E%3C/svg%3E");
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font: 400 17px/1.6 var(--f-body);
  color: var(--tinta);
  background: var(--marfim);
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
h1, h2, h3, p, ul, ol, figure, blockquote { margin: 0; }
ul, ol { padding: 0; list-style: none; }
a { color: inherit; }
strong, b { font-weight: 700; }
:focus-visible { outline: 3px solid var(--ouro); outline-offset: 3px; border-radius: 4px; }

.skip { position: absolute; left: -9999px; top: 0; }
.skip:focus { left: 12px; top: 12px; z-index: 10; background: var(--papel); padding: 8px 14px; }

.wrap { width: 100%; max-width: 1120px; margin: 0 auto; padding: 0 18px; }
.wrap--narrow { max-width: 820px; }
.center { text-align: center; }
.ic { width: 1.2em; height: 1.2em; vertical-align: -0.22em; flex: none; }

/* ---------- Faixas topo ---------- */
.topbar {
  background: var(--vinho);
  color: #fff;
  text-align: center;
  padding: 9px 14px;
}
.topbar__frete {
  font: 800 19px/1.15 var(--f-display);
  letter-spacing: .02em;
  text-wrap: balance;
}
.topbar__frete .ic { color: var(--ouro-claro); margin-right: 4px; }

/* ---------- Faixa ornamental do rótulo ---------- */
.band { height: 18px; background: var(--band) repeat-x center / auto 18px; }
.label-red {
  position: relative;
  color: #fff;
  background:
    radial-gradient(90% 60% at 50% 0%, rgba(255, 120, 110, .18), transparent 70%),
    radial-gradient(120% 90% at 50% 100%, rgba(40, 0, 0, .35), transparent 70%),
    var(--laca);
}
.label-red > .band--top { position: absolute; top: 10px; left: 0; right: 0; }
.label-red > .band--bottom { position: absolute; bottom: 10px; left: 0; right: 0; }

/* ---------- Tipografia ---------- */
.h-display {
  font: 800 clamp(30px, 8.2vw, 50px)/1.02 var(--f-display);
  text-transform: uppercase;
  letter-spacing: .005em;
  text-wrap: balance;
}
.h-display--red { color: var(--laca); }
.h-display--light { color: #fff; }
.h-display--sm { font-size: clamp(26px, 6.4vw, 34px); }
.u-gold {
  color: var(--vinho);
  background: linear-gradient(transparent 62%, rgba(201, 162, 75, .45) 62%, rgba(201, 162, 75, .45) 92%, transparent 92%);
  -webkit-box-decoration-break: clone; box-decoration-break: clone;
}
.u-goldlight { color: var(--ouro-claro); }
.h-serif {
  font: 400 clamp(32px, 8.4vw, 50px)/1.08 var(--f-serif);
  text-wrap: balance;
}
.h-serif em { color: var(--ouro-claro); }
.lead-serif { font: italic 400 clamp(22px, 5.6vw, 28px)/1.25 var(--f-serif); color: var(--vinho); }
.fine { font-size: 14px; line-height: 1.5; color: var(--tinta-2); }

/* ---------- Seções ---------- */
.sec { position: relative; padding: 60px 0; }
.sec--ivory { background: var(--marfim); }
.sec--paper { background: var(--papel); }
.sec--blush { background: linear-gradient(180deg, var(--blush), var(--marfim)); }
.sec--night {
  color: #F5E9E4;
  background:
    radial-gradient(70% 55% at 85% 20%, rgba(163, 30, 34, .55), transparent 70%),
    radial-gradient(60% 50% at 0% 100%, rgba(110, 18, 22, .7), transparent 70%),
    var(--noite);
}
.label-red.sec { padding: 72px 0; }

/* ---------- CTA ---------- */
.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 60px;
  padding: 16px 26px;
  border-radius: 999px;
  font: 800 21px/1.1 var(--f-display);
  letter-spacing: .03em;
  text-align: center;
  text-decoration: none;
  transition: transform .15s ease, box-shadow .15s ease, filter .15s ease;
  max-width: 100%;
}
.cta:hover { transform: translateY(-2px); filter: brightness(1.05); }
.cta:active { transform: translateY(0); }
.cta--red {
  color: #fff;
  background: linear-gradient(180deg, var(--laca-viva), #97171C);
  box-shadow: 0 0 0 2px var(--ouro), 0 10px 22px -8px rgba(110, 18, 22, .7);
}
.cta--gold {
  color: #4A0B0E;
  background: var(--gold-grad);
  box-shadow: 0 0 0 2px rgba(255, 244, 214, .6), 0 12px 24px -10px rgba(0, 0, 0, .55);
}
.cta--block { display: flex; width: 100%; }
.pulse { animation: pulse 2.2s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.035); }
}

/* ---------- Checks ---------- */
.checks li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-weight: 600;
  line-height: 1.35;
  padding: 7px 0;
}
.checks svg {
  flex: none;
  width: 26px; height: 26px;
  padding: 4px;
  border-radius: 50%;
  margin-top: -1px;
}
.checks--hero li { font-size: 17px; }
.checks--hero svg { color: #4A0B0E; background: var(--gold-grad); }
.checks--red li { font-size: 18px; border-bottom: 1px dashed rgba(163, 30, 34, .2); padding: 10px 0; }
.checks--red svg { color: #fff; background: var(--laca); box-shadow: 0 0 0 2px var(--ouro); }

/* ---------- Medalhões (círculo do rótulo) ---------- */
.medal {
  flex: none;
  display: grid;
  place-items: center;
  width: 64px; height: 64px;
  border-radius: 50%;
  color: var(--ouro-claro);
  background: radial-gradient(circle at 35% 30%, #BE2A2F, var(--laca) 55%, var(--vinho));
  box-shadow: 0 0 0 2px var(--ouro), 0 0 0 5px var(--papel), 0 0 0 6px rgba(201, 162, 75, .6);
}
.medal svg { width: 42px; height: 42px; }
.medal--sm { width: 52px; height: 52px; }
.medal--sm svg { width: 32px; height: 32px; }

/* ---------- Molduras de foto ---------- */
.frame {
  padding: 8px;
  background: var(--papel);
  border: 12px solid transparent;
  border-image: var(--frame) 16 / 12px stretch;
  box-shadow: 0 18px 40px -22px rgba(70, 20, 10, .45);
}
.arch {
  position: relative;
  border-radius: 999px 999px 18px 18px;
  overflow: hidden;
}
.arch img { width: 100%; height: 100%; object-fit: cover; }
.arch--gold { box-shadow: 0 0 0 2px var(--ouro), 0 0 0 8px rgba(201, 162, 75, .18), 0 0 0 9px rgba(201, 162, 75, .7), 0 30px 60px -30px rgba(0, 0, 0, .6); }

/* ---------- HERO ---------- */
.hero { padding: 58px 0 64px; overflow: hidden; }
.cartouche {
  position: absolute;
  top: 0; left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  padding: 6px 18px 8px 22px;
  font: 700 26px/1 var(--f-kanji);
  letter-spacing: .28em;
  color: var(--ouro-claro);
  background: linear-gradient(180deg, #7A1519, #5E0E12);
  border: 2px solid var(--ouro);
  border-top: 0;
  border-radius: 0 0 14px 14px;
  box-shadow: inset 0 0 0 3px #5E0E12, inset 0 0 0 4px rgba(235, 208, 138, .6), 0 6px 14px rgba(0, 0, 0, .25);
}
.hero__grid {
  display: grid;
  gap: 22px;
  justify-items: center;
  text-align: center;
  padding-top: 14px;
}
.hero__logo { width: min(290px, 78vw); filter: drop-shadow(0 4px 10px rgba(60, 0, 0, .35)); }
.moongate {
  position: relative;
  width: min(330px, 86vw);
  aspect-ratio: 1;
  margin: 6px 0 4px;
}
.moongate > img {
  width: 100%; height: 100%;
  object-fit: cover;
  border-radius: 50%;
  box-shadow:
    0 0 0 3px var(--ouro),
    0 0 0 10px var(--vinho),
    0 0 0 12px var(--ouro-claro),
    0 26px 50px -18px rgba(30, 0, 0, .7);
}
.sprig {
  position: absolute;
  z-index: 1;
  width: 46%;
  left: -14%;
  top: -6%;
  transform: scaleX(-1) rotate(8deg);
  filter: drop-shadow(0 3px 4px rgba(40, 0, 0, .3));
}
.hero__copy { display: grid; gap: 20px; justify-items: center; }
.hero__title {
  font: 800 clamp(28px, 7.6vw, 46px)/1.04 var(--f-display);
  letter-spacing: .005em;
  text-wrap: balance;
  text-shadow: 0 2px 12px rgba(50, 0, 0, .35);
}
.hero__title em { font-style: normal; color: var(--ouro-claro); }
.checks--hero { text-align: left; width: 100%; max-width: 440px; }
.trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  max-width: 420px;
  color: #F8E6C8;
  font-size: 14px;
  line-height: 1.15;
}
.trust li { display: grid; justify-items: center; gap: 6px; text-align: center; }
.trust svg { width: 30px; height: 30px; color: var(--ouro-claro); }
.trust span b { display: block; }

/* ---------- TRANSFORMAÇÃO ---------- */
.polaroids {
  max-width: 980px;
  margin: 34px auto 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 14px;
}
.polaroid {
  position: relative;
  background: #fff;
  padding: 7px 7px 26px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .08), 0 14px 26px -14px rgba(70, 20, 10, .45);
  transform: rotate(-1.6deg);
}
.polaroid:nth-child(2n) { transform: rotate(1.8deg); }
.polaroid:nth-child(3) { transform: rotate(1.2deg); }
.polaroid:nth-child(4) { transform: rotate(-1.2deg); }
.polaroid img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.polaroid::after {
  content: "";
  position: absolute;
  top: -9px; left: 50%;
  width: 62px; height: 20px;
  transform: translateX(-50%) rotate(-3deg);
  background: rgba(201, 162, 75, .55);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .3);
}
.tag {
  position: absolute;
  bottom: 4px;
  font: 700 13px/1 var(--f-display);
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--tinta-2);
}
.tag--l { left: 12px; }
.tag--r { right: 12px; color: var(--laca); }

/* ---------- SEGREDO ---------- */
.secret__grid { display: grid; gap: 40px; }
.secret__copy { display: grid; gap: 18px; justify-items: start; }
.secret__copy strong { color: var(--ouro-claro); }
.secret__copy p { font-size: 18px; }
.secret__quote {
  margin: 8px 0 6px;
  padding: 18px 0 18px 20px;
  border-left: 3px solid var(--ouro);
  background: linear-gradient(90deg, rgba(201, 162, 75, .12), transparent 80%);
}
.secret__quote p { font: 400 clamp(28px, 7.4vw, 42px)/1.12 var(--f-serif); color: #fff; }
.secret__quote em { color: var(--ouro-claro); }
.secret__img { width: min(420px, 100%); aspect-ratio: 4 / 5; justify-self: center; }

/* ---------- ATIVOS ---------- */
.actives__grid { margin-top: 34px; display: grid; gap: 34px; }
.actives__img { max-width: 460px; width: 100%; justify-self: center; }
.actives__list { display: grid; gap: 16px; }
.active {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 16px;
  row-gap: 12px;
  align-items: center;
  padding: 20px 18px;
  background: var(--papel);
  border: 1px solid #EAD9BC;
  border-radius: 16px;
  box-shadow: 0 10px 26px -20px rgba(70, 20, 10, .5);
}
.active > div { display: contents; }
.active h3 { font: 800 25px/1.05 var(--f-display); text-transform: uppercase; color: var(--laca); }
.active p { grid-column: 1 / -1; font-size: 16.5px; line-height: 1.55; color: var(--tinta-2); }

/* ---------- ANVISA ---------- */
.anvisa__grid { display: grid; gap: 34px; align-items: center; }
.anvisa__img { position: relative; width: min(420px, 92%); justify-self: center; }
.anvisa__photo { border-radius: 20px; box-shadow: 0 0 0 2px var(--ouro), 0 0 0 7px rgba(235, 208, 138, .18), 0 26px 50px -24px rgba(0, 0, 0, .6); }
.anvisa__badge {
  position: absolute;
  right: -14px; bottom: -18px;
  width: 34%;
  background: #fff;
  border-radius: 14px;
  padding: 6px;
  box-shadow: 0 0 0 2px var(--ouro), 0 12px 24px -10px rgba(0, 0, 0, .5);
}
.anvisa__copy { display: grid; gap: 18px; text-align: center; justify-items: center; }
.anvisa__copy p { font-size: 18px; color: #FBEDE6; max-width: 520px; }

/* ---------- REDESCUBRA ---------- */
.rediscover__grid { display: grid; gap: 36px; }
.rediscover__copy { display: grid; gap: 16px; }
.rediscover__copy .cta { justify-self: center; margin-top: 10px; }
.rediscover__img { width: min(380px, 88%); aspect-ratio: 490 / 610; justify-self: center; order: -1; }

/* ---------- BARRAS ---------- */
.results__grid { display: grid; gap: 34px; align-items: center; }
.results__img { width: min(360px, 90%); justify-self: center; }
.bars { display: grid; gap: 22px; }
.bar__head { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; margin-bottom: 8px; }
.bar__head span { font: 700 21px/1.1 var(--f-display); text-transform: uppercase; letter-spacing: .02em; }
.bar__head b { font: 800 30px/1 var(--f-display); color: var(--laca); }
.bar__track {
  height: 18px;
  border-radius: 99px;
  background: #F1E3CC;
  box-shadow: inset 0 1px 3px rgba(80, 30, 10, .18);
  overflow: hidden;
}
.bar__fill {
  height: 100%;
  width: var(--v);
  border-radius: 99px;
  background:
    linear-gradient(90deg, transparent calc(100% - 26px), rgba(235, 208, 138, .9) calc(100% - 8px), transparent),
    linear-gradient(90deg, var(--vinho), var(--laca-viva));
}
@supports (animation-timeline: view()) {
  .bar__fill {
    animation: fill linear both;
    animation-timeline: view();
    animation-range: entry 20% cover 45%;
  }
  @keyframes fill { from { width: 0; } }
}

/* ---------- COMO USAR ---------- */
.howto__intro { margin-top: 12px; text-wrap: balance; font: italic 400 clamp(21px, 5.4vw, 26px)/1.3 var(--f-serif); color: var(--vinho); }
.steps { margin-top: 30px; display: grid; gap: 22px; }
.step {
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 16px;
  align-items: start;
  padding: 14px;
  background: var(--papel);
  border-radius: 18px;
  border: 1px solid #EAD9BC;
  box-shadow: 0 12px 28px -22px rgba(70, 20, 10, .55);
}
.step__img { width: 112px; height: 112px; object-fit: cover; border-radius: 12px; }
.step__day {
  display: inline-block;
  padding: 4px 12px 3px;
  font: 800 15px/1 var(--f-display);
  letter-spacing: .12em;
  border-radius: 6px;
  color: var(--ouro-claro);
  background: var(--vinho);
  box-shadow: inset 0 0 0 1px var(--ouro);
}
.step--drops .step__day { color: #4A0B0E; background: var(--gold-grad); box-shadow: none; }
.step__title {
  margin: 10px 0 8px;
  font: 800 25px/1.08 var(--f-display);
  text-transform: uppercase;
  color: var(--laca);
}
.step__title svg { width: 30px; height: 30px; vertical-align: -6px; margin-right: 6px; color: var(--laca); }
.step--drops .step__title svg { color: var(--ouro-escuro); }
.step__title small { display: block; margin-top: 4px; font: 600 17px/1.3 var(--f-body); text-transform: none; color: var(--tinta); }
.step p { font-size: 16.5px; line-height: 1.5; color: var(--tinta-2); }
.step__verb { font: italic 400 19px/1 var(--f-serif); color: var(--vinho); }

.week {
  margin-top: 30px;
  padding: 20px 6px 18px;
  background: var(--papel);
  border: 10px solid transparent;
  border-image: var(--frame) 16 / 10px stretch;
}
.week__label {
  text-align: center;
  font: 800 16px/1 var(--f-display);
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--ouro-escuro);
  margin-bottom: 14px;
}
.week__days { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 3px; }
.d {
  display: grid;
  justify-items: center;
  gap: 6px;
  padding: 10px 0 9px;
  border-radius: 10px;
}
.d svg { width: 36px; height: 36px; margin: -2px 0; }
.d__n { font: 800 15px/1 var(--f-display); letter-spacing: .04em; }
.d__t { font: 700 12px/1 var(--f-display); text-transform: uppercase; }
.d--caps { background: #F6E9D6; color: var(--laca); box-shadow: inset 0 0 0 1px #E6D1AE; }
.d--caps .d__n, .d--caps .d__t { color: var(--vinho); }
.d--drops { background: linear-gradient(180deg, var(--laca), var(--vinho)); color: var(--ouro-claro); box-shadow: inset 0 0 0 1px var(--ouro); }
.d--drops .d__n, .d--drops .d__t { color: #fff; }
.d--drops svg use { color: var(--ouro-claro); }
.week__legend { margin-top: 18px; display: grid; gap: 10px; }
.week__legend li { display: flex; gap: 12px; align-items: center; font-size: 16px; line-height: 1.35; }
.dot { flex: none; display: grid; place-items: center; width: 40px; height: 40px; border-radius: 10px; }
.dot svg { width: 28px; height: 28px; }
.dot--caps { background: #F6E9D6; color: var(--laca); box-shadow: inset 0 0 0 1px #E6D1AE; }
.dot--drops { background: var(--laca); color: var(--ouro-claro); box-shadow: inset 0 0 0 1px var(--ouro); }
.week__repeat {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px dashed #E2CFAE;
  text-align: center;
  font-weight: 700;
  color: var(--vinho);
}
.week__repeat .ic { color: var(--laca); margin-right: 6px; }

.yield {
  margin-top: 26px;
  padding: 22px 18px;
  text-align: center;
  border-radius: 18px;
  color: #FBEDE6;
  background: radial-gradient(100% 120% at 50% 0%, #B3242A, var(--vinho));
  box-shadow: 0 0 0 2px var(--ouro), 0 18px 36px -24px rgba(60, 0, 0, .8);
}
.yield__eq { display: flex; justify-content: center; align-items: center; gap: 8px; margin-bottom: 14px; }
.yield__item { display: grid; justify-items: center; gap: 2px; color: var(--ouro-claro); }
.yield__item svg { width: 42px; height: 42px; }
.yield__item small { font: 700 14px/1 var(--f-display); letter-spacing: .05em; text-transform: uppercase; color: #fff; }
.yield__op { font: 800 30px/1 var(--f-display); color: var(--ouro-claro); }
.yield__result {
  font: 800 20px/1 var(--f-display);
  white-space: nowrap;
  text-transform: uppercase;
  color: #4A0B0E;
  background: var(--gold-grad);
  padding: 9px 11px;
  border-radius: 12px;
}
.yield__result b { font-size: 34px; vertical-align: -4px; margin-right: 2px; }
.yield p { font-size: 17px; }
.yield strong { color: var(--ouro-claro); }
.yield .fine { margin-top: 8px; color: #F1CFC6; }

/* ---------- KIT ---------- */
.kit__grid { margin-top: 32px; display: grid; gap: 28px; align-items: center; }
.kit__photo { width: min(420px, 100%); justify-self: center; }
.kit__items { display: grid; gap: 16px; }
.item {
  display: flex;
  gap: 18px;
  align-items: center;
  padding: 16px 18px;
  background: #fff;
  border-radius: 18px;
  border: 1px solid #EAD9BC;
}
.item__stage {
  flex: none;
  display: grid;
  place-items: end center;
  width: 108px; height: 132px;
  padding-bottom: 8px;
  border-radius: 999px 999px 14px 14px;
  background: radial-gradient(80% 70% at 50% 60%, #FDEDEE, var(--rosa));
}
.item__stage img { max-height: 118px; width: auto; filter: drop-shadow(0 8px 8px rgba(80, 10, 10, .25)); }
.item h3 { font: 400 26px/1.1 var(--f-serif); color: var(--laca); margin-bottom: 4px; }
.item p { font-size: 16.5px; color: var(--tinta-2); }
.pillars {
  max-width: 760px;
  margin: 34px auto 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  text-align: center;
}
.pillars li {
  display: grid;
  justify-items: center;
  gap: 12px;
  font: 800 15px/1 var(--f-display);
  letter-spacing: .03em;
  white-space: nowrap;
  text-transform: uppercase;
  color: var(--vinho);
}

/* ---------- OFERTAS ---------- */
.offers {
  padding: 76px 0;
  background:
    radial-gradient(80% 50% at 50% 0%, rgba(192, 35, 42, .55), transparent 70%),
    linear-gradient(180deg, var(--vinho), #4B0B0E);
}
.offers > .band--top { position: absolute; top: 10px; left: 0; right: 0; }
.offers > .band--bottom { position: absolute; bottom: 10px; left: 0; right: 0; }
.offers__grid { margin-top: 34px; display: grid; gap: 26px; }
.offer {
  position: relative;
  display: grid;
  justify-items: center;
  text-align: center;
  padding: 24px 16px 20px;
  background: linear-gradient(180deg, var(--papel), var(--marfim));
  border: 16px solid transparent;
  border-image: var(--frame) 16 / 16px stretch;
  box-shadow: 0 26px 50px -26px rgba(0, 0, 0, .8);
}
.offer--best { background: linear-gradient(180deg, #FFF8E6, #F9EACB); box-shadow: 0 0 0 3px var(--ouro-claro), 0 30px 60px -24px rgba(0, 0, 0, .85); }
.offer__ribbon {
  position: absolute;
  top: -30px; left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  padding: 7px 18px 6px;
  font: 800 16px/1 var(--f-display);
  letter-spacing: .14em;
  color: #4A0B0E;
  background: var(--gold-grad);
  border-radius: 6px;
  box-shadow: 0 6px 14px -6px rgba(0, 0, 0, .6);
}
.offer__off {
  font: 800 18px/1 var(--f-display);
  letter-spacing: .06em;
  color: #fff;
  background: var(--laca);
  padding: 7px 14px 6px;
  border-radius: 99px;
  box-shadow: 0 0 0 2px var(--ouro);
}
.offer__title { margin-top: 12px; font: 800 52px/.95 var(--f-display); color: var(--laca); letter-spacing: .01em; }
.offer__line {
  margin-top: 8px;
  font: 800 18px/1.15 var(--f-display);
  letter-spacing: .04em;
  color: var(--vinho);
  padding: 6px 12px;
  border-top: 1px solid var(--ouro);
  border-bottom: 1px solid var(--ouro);
}
.offer__stage {
  margin: 16px 0 12px;
  width: 100%;
  border-radius: 14px;
  overflow: hidden;
  background: radial-gradient(90% 90% at 50% 45%, #FDDCE0, #FBC6CE);
}
.offer__stage img {
  width: 100%;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent), linear-gradient(180deg, transparent, #000 5%, #000 95%, transparent);
  -webkit-mask-composite: source-in;
  mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent), linear-gradient(180deg, transparent, #000 5%, #000 95%, transparent);
  mask-composite: intersect;
}
.offer__from { font-size: 17px; color: var(--tinta-2); }
.offer__from s { text-decoration-color: var(--laca); text-decoration-thickness: 2px; }
.offer__por { font-weight: 700; font-size: 16px; color: var(--tinta); }
.offer__price { font: 800 58px/1 var(--f-display); color: var(--laca); margin: 2px 0 14px; letter-spacing: -.005em; }
.offer__cash { margin-top: 12px; font-size: 17px; color: var(--tinta-2); }
.offer__cash b { color: var(--tinta); }
.offer__frete {
  margin: 12px auto 0;
  width: fit-content; max-width: 100%; text-align: left;
  display: flex; align-items: center; gap: 7px;
  padding: 8px 14px; border-radius: 999px;
  font: 800 16px/1.1 var(--f-display); letter-spacing: .03em;
  color: #1E6B34; background: #E3F3E6; border: 1.5px solid #9CCFA8;
}
.offer__frete .ic { width: 20px; height: 20px; flex: none; }

/* ---------- GARANTIA ---------- */
.guarantee__grid { display: grid; gap: 28px; justify-items: center; text-align: center; }
.seal { width: min(230px, 64vw); height: auto; filter: drop-shadow(0 16px 20px rgba(110, 60, 0, .35)); }
.guarantee__copy { display: grid; gap: 16px; justify-items: center; max-width: 640px; }
.guarantee__copy .cta { margin-top: 6px; }

/* ---------- ENTREGA ---------- */
.sec.delivery { padding: 48px 0; }
.delivery__card {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 16px;
  row-gap: 12px;
  align-items: center;
  padding: 22px 20px;
  background: var(--marfim);
  border-radius: 18px;
  border: 1px solid #EAD9BC;
}
.delivery__card > div { display: contents; }
.delivery__card p { grid-column: 1 / -1; }

/* ---------- FAQ ---------- */
.faq__list { margin-top: 30px; display: grid; gap: 12px; }
.faq details {
  background: var(--papel);
  border: 1px solid #EAD9BC;
  border-radius: 14px;
  overflow: hidden;
}
.faq details[open] { border-color: var(--ouro); box-shadow: 0 12px 26px -20px rgba(70, 20, 10, .5); }
.faq summary {
  position: relative;
  display: block;
  cursor: pointer;
  list-style: none;
  padding: 18px 60px 18px 18px;
  font: 800 19px/1.15 var(--f-display);
  letter-spacing: .02em;
  color: var(--vinho);
  min-height: 56px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+";
  position: absolute;
  right: 14px; top: 50%;
  transform: translateY(-50%);
  width: 32px; height: 32px;
  display: grid; place-items: center;
  border-radius: 50%;
  font: 700 24px/1 var(--f-body);
  color: #fff;
  background: var(--laca);
  box-shadow: 0 0 0 2px var(--ouro);
}
.faq details[open] summary::after { content: "–"; }
.faq__a { padding: 0 18px 18px; display: grid; gap: 10px; font-size: 16.5px; color: var(--tinta-2); }
.faq__a a { color: var(--laca); font-weight: 700; }

.final-cta { margin-top: 34px; }

/* ---------- RODAPÉ ---------- */
.footer {
  position: relative;
  padding: 58px 0 30px;
  color: #EAD7CF;
  background: var(--noite);
  text-align: center;
}
.footer > .band--top { position: absolute; top: 10px; left: 0; right: 0; }
.footer__logo { width: 190px; margin: 6px auto 30px; }
.footer__grid { display: grid; gap: 28px; }
.footer__col { display: grid; justify-items: center; gap: 10px; }
.footer h2 { font: 800 17px/1 var(--f-display); letter-spacing: .12em; color: var(--ouro-claro); }
.footer p { font-size: 16px; }
.footer a { color: #fff; font-weight: 600; }
.footer__ig { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; text-decoration: none; }
.footer__ig svg { width: 26px; height: 26px; color: var(--ouro-claro); }
.footer__copy {
  margin-top: 36px;
  padding-top: 20px;
  border-top: 1px solid rgba(201, 162, 75, .3);
  font-size: 13.5px;
  color: #BFA39A;
}
.footer__copy span { white-space: nowrap; }

/* ================= TABLET / DESKTOP ================= */
@media (min-width: 600px) {
  .polaroids { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
  .step { grid-template-columns: 1fr; }
  .step__img { width: 100%; height: auto; aspect-ratio: 16 / 10; }
  .steps { grid-template-columns: 1fr 1fr; }
  .week { padding: 26px 26px 22px; }
  .d svg { width: 38px; height: 38px; }
  .d__n { font-size: 16px; }
  .d__t { font-size: 13px; }
  .week__legend { grid-template-columns: 1fr 1fr; }
  .offers__grid { grid-template-columns: 1fr 1fr; }
  .footer__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 900px) {
  body { font-size: 18px; }
  .sec { padding: 92px 0; }
  .label-red.sec { padding: 100px 0; }
  .hero { padding: 76px 0 84px; }

  .hero__grid {
    grid-template-columns: 1.08fr .92fr;
    grid-template-areas: "logo gate" "copy gate";
    align-items: center;
    justify-items: start;
    text-align: left;
    column-gap: 56px;
    row-gap: 18px;
  }
  .hero__logo { grid-area: logo; width: 280px; }
  .moongate { grid-area: gate; width: 100%; max-width: 440px; justify-self: center; }
  .hero__copy { grid-area: copy; justify-items: start; }
  .checks--hero { display: grid; grid-template-columns: 1fr 1fr; column-gap: 18px; max-width: none; }
  .trust { justify-self: start; }
  .delivery__card { grid-template-columns: auto 1fr; padding: 26px 30px; }
  .delivery__card > div { display: block; }
  .delivery__card p { margin-top: 8px; }

  .secret__grid { grid-template-columns: 1.1fr .9fr; align-items: center; gap: 64px; }

  .actives__grid { grid-template-columns: .8fr 1.2fr; align-items: start; }
  .actives__img { position: sticky; top: 24px; }
  .actives__list { grid-template-columns: 1fr 1fr; }

  .anvisa__grid { grid-template-columns: .9fr 1.1fr; gap: 64px; }
  .anvisa__copy { text-align: left; justify-items: start; }

  .rediscover__grid { grid-template-columns: 1.1fr .9fr; align-items: center; gap: 64px; }
  .rediscover__img { order: 0; }
  .rediscover__copy .cta { justify-self: start; }

  .results__grid { grid-template-columns: .8fr 1.2fr; gap: 64px; }

  .kit__grid { grid-template-columns: 1fr 1fr; gap: 48px; }
  .d svg { width: 46px; height: 46px; }

  .offers__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; align-items: stretch; }
  .offer { padding: 24px 10px 18px; }
  .offer--best { transform: translateY(-10px); }
  .offer__title { font-size: 46px; }
  .offer__line { font-size: 16px; }
  .offer__price { font-size: 50px; }

  .guarantee__grid { grid-template-columns: auto 1fr; text-align: left; justify-items: start; align-items: center; gap: 56px; }
  .guarantee__copy { justify-items: start; }
  .seal { width: 280px; }

  .footer__grid { grid-template-columns: repeat(4, 1fr); align-items: start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .pulse { animation: none; }
  .bar__fill { animation: none !important; }
  .cta { transition: none; }
}
