/* VITANEA — folha de estilos principal (não-crítica, carregada de forma assíncrona)
   Paleta e componentes fiéis à identidade visual do site de referência. */

:root {
  --red: #B03433;
  --red-deep: #6E100F;
  --red-darker: #4A0A09;
  --paper: #FFFFFF;
  --mist: #F4F3F1;
  --blush: #FCEEEE;
  --on-dark: #FDFBF7;
  --ink: #1A1A1A;
  --ink-soft: #5F5856;
  --line: #E7E3E0;
  --success: #3F7A4E;
  --mint: #EAF3EC;

  --font-display: "Figtree", system-ui, -apple-system, sans-serif;
  --font-body: "Figtree", system-ui, -apple-system, sans-serif;

  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-pill: 10px;

  --shadow-sm: 0 1px 2px rgba(20,12,12,.06), 0 2px 6px rgba(20,12,12,.05);
  --shadow-md: 0 4px 12px rgba(20,12,12,.09), 0 10px 32px rgba(20,12,12,.07);
  --shadow-lg: 0 12px 40px rgba(20,12,12,.13), 0 24px 80px rgba(20,12,12,.11);

  --container: 1180px;
  --gap: clamp(16px, 4vw, 32px);
}

* , *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--mist);
  color: var(--ink);
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--red-deep); }
ul { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 700; letter-spacing: -.02em; margin: 0 0 .5em; line-height: 1.1; color: var(--red-deep); }
p { margin: 0 0 1em; color: var(--ink-soft); }
button { font-family: inherit; cursor: pointer; }
input, select, textarea { font-family: inherit; font-size: 16px; }

.container { max-width: var(--container); margin: 0 auto; padding: 0 20px; }
.section { padding: clamp(40px, 7vw, 100px) 0; }
.section-tight { padding: clamp(28px, 5vw, 56px) 0; }
.section-head { max-width: 640px; margin: 0 auto 36px; text-align: center; }
.section-head h2 { font-size: clamp(26px, 4vw, 40px); }
.eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--on-dark);
  background: var(--red-deep);
  padding: 8px 16px;
  border-radius: var(--radius-pill);
  margin-bottom: 14px;
}
.kicker {
  display: inline-block;
  font-size: 12px; font-weight: 600;
  letter-spacing: .18em; text-transform: uppercase;
  color: var(--red);
  margin-bottom: 14px;
}
.section-cta { text-align: center; margin-top: 32px; }
.text-center { text-align: center; }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* ── Botões ── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 52px;
  padding: 16px 30px;
  border-radius: var(--radius-pill);
  border: none;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 15px;
  letter-spacing: .04em;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform .12s ease, box-shadow .2s ease, background-color .2s ease;
  touch-action: manipulation;
}
.btn:active { transform: scale(.97); }
.btn-primary { background: var(--red); color: var(--mist); box-shadow: 0 6px 18px rgba(157,35,45,.32), inset 0 -2px 0 rgba(0,0,0,.12); }
.btn-primary:hover { background: var(--red-deep); }
.btn-secondary { background: var(--red-deep); color: var(--mist); }
.btn-secondary:hover { background: var(--red-darker); }
.btn-outline { background: transparent; color: var(--red-deep); border: 2px solid var(--red-deep); }
.btn-outline:hover { background: var(--red-deep); color: var(--mist); }
.btn-block { width: 100%; }
.btn-lg { min-height: 60px; font-size: 16px; padding: 18px 34px; }

/* ── Selos de confiança ── */
.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  align-items: center;
  justify-content: center;
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 600;
}
.trust-row span { display: inline-flex; align-items: center; gap: 6px; }
.trust-row svg { flex-shrink: 0; color: var(--red-deep); }

.stars { color: var(--red); font-size: 16px; letter-spacing: 1px; white-space: nowrap; }
.rating-line { display: flex; align-items: center; justify-content: center; gap: 10px; flex-wrap: wrap; font-size: 14px; font-weight: 600; color: var(--ink); margin-bottom: 18px; }

/* ── Faixa de anúncio ── */
.announcement-bar {
  background: var(--red-deep);
  color: var(--on-dark);
  text-align: center;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  padding: 10px 16px;
}

/* ── Marquee (faixa rolante de provas) ── */
.marquee {
  background: var(--red);
  color: var(--mist);
  padding: 15px 0;
  overflow: hidden;
  display: flex;
  border-top: 2px solid var(--red-deep);
  border-bottom: 2px solid var(--red-deep);
}
.marquee-track { display: flex; align-items: center; flex-shrink: 0; animation: marquee 42s linear infinite; will-change: transform; }
.marquee-item { padding: 0 26px; white-space: nowrap; font-size: 13px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; display: flex; align-items: center; gap: 9px; }
.marquee-sep { color: var(--on-dark); font-size: 12px; opacity: .8; padding-right: 26px; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ── Header ── */
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255,255,255,.94);
  backdrop-filter: saturate(180%) blur(8px);
  border-bottom: 1px solid var(--line);
}
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 64px;
  padding: 10px 20px;
  max-width: var(--container);
  margin: 0 auto;
}
.logo { display: inline-flex; align-items: center; font-family: var(--font-display); font-weight: 800; font-size: 22px; letter-spacing: -.01em; text-decoration: none; color: var(--red-deep); }
.logo strong { color: var(--red); }
.logo img { height: 30px; width: auto; display: block; }
.main-nav { display: none; }
.main-nav ul { display: flex; gap: 28px; }
.main-nav a { text-decoration: none; font-weight: 700; font-size: 14px; color: var(--ink); }
.header-icons { display: flex; align-items: center; gap: 14px; }
.icon-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: none;
  background: transparent;
  border-radius: 999px;
  color: var(--red-deep);
}
.icon-btn:active { background: var(--blush); }
.menu-toggle { display: inline-flex; }

.mobile-nav {
  position: fixed;
  inset: 0;
  z-index: 60;
  background: var(--paper);
  transform: translateX(100%);
  transition: transform .25s ease;
  overflow-y: auto;
}
.mobile-nav.is-open { transform: translateX(0); }
.mobile-nav__top { display: flex; align-items: center; justify-content: space-between; padding: 14px 20px; border-bottom: 1px solid var(--line); }
.mobile-nav ul { padding: 8px 20px; }
.mobile-nav a { display: block; padding: 16px 4px; font-size: 18px; font-weight: 700; text-decoration: none; color: var(--red-deep); border-bottom: 1px solid var(--line); }

@media (min-width: 900px) {
  .main-nav { display: block; }
  .menu-toggle { display: none; }
}

/* ── Hero ── */
.hero {
  padding: 0;
  background:
    radial-gradient(ellipse 55% 70% at 82% 36%, rgba(176,52,51,.12), transparent 70%),
    radial-gradient(ellipse 52% 62% at 10% 82%, rgba(176,52,51,.07), transparent 70%),
    linear-gradient(160deg, #FFFFFF 0%, #FBF0F0 100%);
}
.hero__inner { display: grid; gap: 28px; align-items: center; padding: 28px 0 clamp(32px, 6vw, 56px); }
.hero__text { min-width: 0; padding: 0 20px; }
.hero__media { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); background: var(--blush); border: 6px solid var(--paper); }
.hero__media img { width: 100%; }
.hero h1 { font-size: clamp(32px, 5.4vw, 54px); color: var(--red-deep); }
.hero h1 em { font-style: italic; color: var(--red); font-weight: 500; }
.hero__price-row { display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; margin: 6px 0 4px; }
.hero__price { font-size: 30px; font-weight: 800; font-family: var(--font-display); color: var(--red-deep); }
.hero__price-old { font-size: 16px; text-decoration: line-through; color: var(--ink-soft); opacity: .7; }
.hero__installment { font-size: 14px; color: var(--ink-soft); font-weight: 600; }
.hero__ctas { display: flex; flex-direction: column; gap: 10px; margin-top: 18px; }

.benefit-tags { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 18px; margin: 14px 0 20px; }
.benefit-tags__item { display: flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 600; color: var(--ink); }
.benefit-tags__item svg { color: var(--red); flex-shrink: 0; }

.hero__topo-mobile {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  border: 6px solid var(--paper);
  margin-bottom: 20px;
}

@media (min-width: 860px) {
  .hero__inner { grid-template-columns: 1fr 1.1fr; }
  .hero__ctas { flex-direction: row; }
  .hero__topo-mobile { display: none; }
}

/* ── Pillars / benefícios (card com foto + selo flutuante) ── */
.pillars-grid { display: grid; gap: 24px; grid-template-columns: 1fr; }
.pillar-card {
  background: var(--mist);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform .2s ease, box-shadow .2s ease;
}
.pillar-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.pillar-card__photo { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.pillar-card__body { padding: 0 26px 26px; display: flex; flex-direction: column; flex: 1; }
.pillar-card--noimg .pillar-card__body { padding-top: 26px; }
.pillar-card--noimg .pillar-card__icon { margin-top: 0; }
.pillar-card__icon {
  width: 52px; height: 52px;
  margin: -26px 0 16px;
  border-radius: var(--radius-md);
  background: var(--red-deep);
  border: 3px solid var(--mist);
  box-shadow: var(--shadow-md);
  display: flex; align-items: center; justify-content: center;
  color: var(--on-dark);
}
.pillar-card__sub { font-size: 11.5px; font-weight: 700; color: var(--red); text-transform: uppercase; letter-spacing: .1em; margin-bottom: 8px; }
.pillar-card h3 { font-size: 20px; margin-bottom: 8px; color: var(--red-deep); }
.pillar-card p { font-size: 14.5px; margin: 0; }
@media (min-width: 720px) { .pillars-grid { grid-template-columns: repeat(3, 1fr); } }

/* ── Banner com imagem + texto ── */
.split-banner { display: grid; gap: 28px; align-items: center; }
.split-banner__media { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-md); }
.split-banner ul { display: grid; gap: 12px; margin-top: 18px; }
.split-banner li { display: flex; gap: 10px; font-weight: 600; font-size: 15px; color: var(--ink); }
.split-banner li svg { flex-shrink: 0; color: var(--red-deep); margin-top: 2px; }
@media (min-width: 860px) { .split-banner { grid-template-columns: 1fr 1fr; } }
.split-banner--reverse .split-banner__media { order: -1; }
@media (min-width: 860px) { .split-banner--reverse .split-banner__media { order: 2; } }

/* ── Faixa de ingredientes ── */
.ingredient-band { background: var(--red-deep); color: var(--on-dark); }
.ingredient-band .section-head h2, .ingredient-band .section-head p { color: var(--on-dark); }
.ingredient-band .kicker { color: var(--on-dark); opacity: .85; }
.badge-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; text-align: center; }
.badge-grid__item { padding: 16px 8px; }
.badge-grid__item svg { margin: 0 auto 8px; }
.badge-grid__item span { display: block; font-size: 13px; font-weight: 700; }
@media (min-width: 720px) { .badge-grid { grid-template-columns: repeat(4,1fr); } }

/* ── Timeline / rotina ── */
.timeline { display: grid; gap: 24px; }
.timeline-step { display: flex; gap: 16px; }
.timeline-step__num {
  flex-shrink: 0;
  width: 42px; height: 42px;
  border-radius: 50%;
  background: var(--red);
  color: var(--mist);
  display: flex; align-items: center; justify-content: center;
  font-weight: 800;
  font-family: var(--font-display);
}
.timeline-step h3 { font-size: 17px; margin-bottom: 4px; }
.timeline-step p { margin: 0; font-size: 14.5px; }
@media (min-width: 780px) { .timeline { grid-template-columns: repeat(3,1fr); } }

/* ── Kits / ofertas (bundle) — linhas compactas ── */
.kits-section { background: var(--paper); }
.kits-grid { display: flex; flex-direction: column; gap: 10px; }

.kit-card {
  position: relative;
  background: var(--paper);
  border: 2px solid var(--line);
  border-radius: var(--radius-md);
  padding: 12px 14px 12px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  cursor: pointer;
  transition: border-color .15s ease, background-color .15s ease;
}
.kit-card:hover { border-color: var(--red-deep); }
.kit-card.is-selected { border-color: var(--red); background: var(--blush); }
.kit-card input[type="radio"] { position: absolute; opacity: 0; }
.kit-card::before {
  content: "";
  position: absolute; left: 14px; top: 50%; transform: translateY(-50%);
  width: 18px; height: 18px; box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid var(--line);
  background: var(--paper);
}
.kit-card.is-selected::before {
  border-color: var(--red);
  background: radial-gradient(circle, var(--red) 0 42%, transparent 44%) var(--paper);
}

.kit-card__info { flex: 1; min-width: 0; }
.kit-card__name { font-size: 14.5px; font-family: var(--font-display); font-weight: 700; color: var(--ink); display: inline-flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.kit-card__badge {
  display: inline-block;
  background: var(--red); color: var(--mist);
  font-size: 9.5px; font-weight: 700; letter-spacing: .04em;
  padding: 3px 8px; border-radius: var(--radius-pill);
  text-transform: uppercase;
  white-space: nowrap;
}
.kit-card__badge.badge-value { background: var(--red-deep); }
.kit-card__bottles { display: block; font-size: 12px; color: var(--ink-soft); margin-top: 2px; }
.kit-card__shipping { color: var(--red-deep); font-weight: 700; }
.kit-card__meta { display: block; font-size: 11px; color: var(--ink-soft); margin-top: 2px; }
.kit-card__pix { color: var(--red-deep); font-weight: 700; }

.kit-card__price-row { flex-shrink: 0; text-align: right; }
.kit-card__price { display: block; font-size: 17px; font-weight: 800; font-family: var(--font-display); color: var(--red-deep); line-height: 1.2; }
.kit-card__save { display: block; font-size: 10px; font-weight: 700; color: var(--success); }
.kits-media { border-radius: var(--radius-lg); overflow: hidden; margin-bottom: 28px; box-shadow: var(--shadow-md); }

/* ── Reviews ── */
.reviews-grid { display: grid; gap: 18px; }
@media (min-width: 720px) { .reviews-grid { grid-template-columns: repeat(3,1fr); } }
.review-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.review-card__head { display: flex; align-items: center; gap: 10px; }
.review-avatar {
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--blush); color: var(--red-deep);
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 15px; flex-shrink: 0;
  overflow: hidden;
}
.review-avatar img { width: 100%; height: 100%; object-fit: cover; }
.review-card__name { font-weight: 700; font-size: 14.5px; color: var(--ink); }
.review-card__city { font-size: 12px; color: var(--ink-soft); }
.review-card p { font-size: 14.5px; margin: 0; }
.review-card__badge { font-size: 11.5px; font-weight: 700; color: var(--red); text-transform: uppercase; letter-spacing: .04em; }
.review-card--extra { display: none; }
.review-card--extra.is-visible { display: flex; }
.review-card__photo { width: 100%; height: auto; display: block; border-radius: var(--radius-sm); margin-top: 4px; }

/* ── Garantia (banner sólido) ── */
.guarantee { background: var(--red-deep); color: var(--on-dark); padding: clamp(48px, 8vw, 64px) 0; }
.guarantee .container { display: flex; flex-direction: column; align-items: center; gap: 22px; text-align: center; }
.guarantee-box { max-width: 620px; }
.guarantee-box svg { color: var(--on-dark); margin-bottom: 4px; }
.guarantee h2 { color: var(--on-dark); }
.guarantee p { color: rgba(253,251,247,.85); }
.guarantee-seal {
  width: 128px; height: 128px;
  background: var(--on-dark);
  color: var(--red-deep);
  border-radius: 50%;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center;
  font-family: var(--font-display); font-weight: 800;
  line-height: 1;
  border: 4px solid var(--red);
  flex-shrink: 0;
}
.guarantee-seal .big { font-size: 34px; }
.guarantee-seal .small { font-size: 9.5px; letter-spacing: .1em; text-transform: uppercase; margin-top: 6px; font-weight: 700; }

/* ── FAQ ── */
.faq { max-width: 820px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--line); padding: 20px 0; }
.faq-item:first-child { border-top: 1px solid var(--line); }
.faq-item summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 18px;
  color: var(--red-deep);
  cursor: pointer;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "";
  width: 30px; height: 30px; flex-shrink: 0;
  border: 1px solid var(--line); border-radius: 50%;
  background-image: linear-gradient(var(--red), var(--red)), linear-gradient(var(--red), var(--red));
  background-size: 11px 2px, 2px 11px;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-color .2s, border-color .2s, background-size .2s;
}
.faq-item[open] summary::after {
  background-color: var(--red-deep);
  border-color: var(--red-deep);
  background-image: linear-gradient(var(--on-dark), var(--on-dark)), linear-gradient(var(--on-dark), var(--on-dark));
  background-size: 11px 2px, 2px 0;
}
.faq-item p { padding: 14px 4px 0; margin: 0; font-size: 14.5px; }

.faq--compact { max-width: none; margin-top: 14px; }
.faq--compact .faq-item { padding: 14px 0; }
.faq--compact .faq-item summary { font-size: 14.5px; gap: 10px; }
.faq--compact .faq-item summary::after { width: 22px; height: 22px; background-size: 9px 2px, 2px 9px; }
.faq--compact .faq-item[open] summary::after { background-size: 9px 2px, 2px 0; }
.faq--compact .faq-item p { font-size: 13.5px; padding-top: 10px; }

/* ── Mini prova social (fotos/vídeos de clientes, carrossel automático em loop) ── */
.mini-reviews { text-align: center; margin-top: 24px; }
.mini-reviews__stars { color: var(--red); font-size: 20px; letter-spacing: 4px; margin-bottom: 8px; }
.mini-reviews h3 { font-family: var(--font-display); font-weight: 800; font-size: 20px; margin: 0 0 6px; color: var(--ink); }
.mini-reviews h3 span { color: var(--red-deep); }
.mini-reviews p { margin: 0 0 16px; font-size: 13.5px; color: var(--ink-soft); }
.mini-reviews__track-wrap {
  overflow: hidden;
  width: 100%;
  -webkit-mask-image: linear-gradient(to right, transparent, #000 6%, #000 94%, transparent);
  mask-image: linear-gradient(to right, transparent, #000 6%, #000 94%, transparent);
}
.mini-reviews__track {
  display: flex;
  gap: 8px;
  width: max-content;
  animation: mini-reviews-scroll 22s linear infinite;
}
.mini-reviews__track-wrap:hover .mini-reviews__track { animation-play-state: paused; }
.mini-reviews__thumb {
  flex: 0 0 100px;
  width: 100px; height: 132px;
  border-radius: var(--radius-md);
  background: var(--mist);
  border: 1px solid var(--line);
  overflow: hidden;
}
.mini-reviews__thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
@keyframes mini-reviews-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .mini-reviews__track { animation: none; }
}

/* ── Card de depoimento (avaliação em destaque, com navegação) ── */
.testi-card {
  margin-top: 18px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 22px 20px 18px;
}
.testi-card__rating { display: flex; align-items: center; gap: 8px; font-family: var(--font-display); font-weight: 800; font-size: 15px; color: var(--ink); margin-bottom: 12px; }
.testi-card__rating .stars { color: var(--red); font-size: 15px; letter-spacing: 1px; }
.testi-card__slides { position: relative; }
.testi-slide { display: none; }
.testi-slide.is-active { display: block; }
.testi-slide__quote { margin: 0; font-size: 14.5px; line-height: 1.6; color: var(--ink); }
.testi-slide__quote::before { content: "\201C"; }
.testi-slide__quote::after { content: "\201D"; }
.testi-slide__divider { border: none; border-top: 1px solid var(--line); margin: 16px 0 14px; }
.testi-slide__footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.testi-slide__person { display: flex; align-items: center; gap: 10px; }
.testi-slide__avatar { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; flex-shrink: 0; }
.testi-slide__name { font-family: var(--font-display); font-weight: 700; font-size: 14px; color: var(--ink); }
.testi-slide__verified { display: inline-flex; align-items: center; gap: 4px; font-size: 12px; font-weight: 700; color: var(--success); white-space: nowrap; }
.testi-card__nav { display: flex; align-items: center; justify-content: center; gap: 16px; margin-top: 18px; }
.testi-card__dots { display: flex; align-items: center; gap: 6px; }
.testi-card__dot { width: 7px; height: 7px; border-radius: 50%; background: var(--line); border: none; padding: 0; cursor: pointer; transition: background-color .2s, width .2s; }
.testi-card__dot.is-active { background: var(--red-deep); width: 18px; border-radius: 4px; }
.testi-card__arrow { width: 34px; height: 34px; border-radius: 50%; border: 1px solid var(--line); background: var(--paper); display: flex; align-items: center; justify-content: center; cursor: pointer; color: var(--ink); flex-shrink: 0; }
.testi-card__arrow:hover { background: var(--mist); }

/* ── Faixa de estatísticas (fundo escuro, resultado real de quem usa) ── */
.stats-band {
  background-image: linear-gradient(160deg, rgba(110,16,15,.90), rgba(74,10,9,.94)), url("../img/stats-band-cerejas.jpg");
  background-size: cover;
  background-position: center;
  color: var(--on-dark);
  padding: clamp(48px, 8vw, 64px) 0;
}
.stats-band__head { text-align: center; max-width: 720px; margin: 0 auto clamp(28px, 5vw, 40px); }
.stats-band__head h2 { color: var(--on-dark); margin: 0 0 10px; font-size: clamp(24px, 4vw, 32px); line-height: 1.25; }
.stats-band__head p { color: rgba(253,251,247,.78); margin: 0; font-size: 14.5px; }
.stats-grid { max-width: 900px; margin: 0 auto; display: grid; grid-template-columns: 1fr; }
.stats-grid__item { padding: 20px 0; }
.stats-grid__item:not(:first-child) { border-top: 1px solid rgba(253,251,247,.18); }
.stats-grid__value { display: block; font-family: var(--font-display); font-weight: 800; font-size: clamp(34px, 6vw, 44px); line-height: 1; margin-bottom: 10px; }
.stats-grid__title { margin: 0 0 4px; font-weight: 700; font-size: 15.5px; color: var(--on-dark); }
.stats-grid__desc { margin: 0; font-size: 13.5px; color: rgba(253,251,247,.72); }
@media (min-width: 700px) {
  .stats-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; grid-auto-flow: column; column-gap: 56px; }
  .stats-grid__item:nth-child(3) { border-top: none; }
}

/* ── Um ingrediente simples (card com a arte de callouts + texto) ── */
.ingredient-simple { max-width: 620px; margin: 0 auto; }
.ingredient-simple h2 { margin: 0 0 20px; font-size: clamp(24px, 4vw, 30px); }
.ingredient-simple__img { width: 100%; height: auto; display: block; border-radius: var(--radius-lg); box-shadow: var(--shadow-md); }
.ingredient-simple__text { margin-top: 20px; }
.ingredient-simple__text p { margin: 0 0 14px; font-size: 15px; line-height: 1.6; color: var(--ink-soft); }
.ingredient-simple__text p:last-child { margin-bottom: 0; }
.ingredient-simple__text strong { color: var(--ink); }

/* ── Banner de garantia (arte pronta, largura total no mobile) ── */
.lp-banner { padding: clamp(20px, 4vw, 32px) 0; }
.lp-banner__img { width: 100%; height: auto; display: block; }
@media (min-width: 700px) {
  .lp-banner__img { max-width: 460px; margin: 0 auto; border-radius: var(--radius-lg); }
}

/* ── CTA final ── */
.final-cta { background: linear-gradient(135deg, var(--red-deep) 0%, var(--red-darker) 100%); color: var(--on-dark); text-align: center; }
.final-cta h2 { color: var(--on-dark); }
.final-cta p { color: rgba(253,251,247,.85); }
.final-cta .btn-primary { background: var(--on-dark); color: var(--red-deep); }
.final-cta .btn-primary:hover { background: var(--red); color: var(--on-dark); }

/* ── Footer ── */
.site-footer { background: var(--red-darker); color: rgba(253,251,247,.82); padding: 48px 0 100px; }
.footer-grid { display: grid; gap: 32px; grid-template-columns: 1fr; }
@media (min-width: 780px) { .footer-grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; } }
.footer-grid h4 { color: var(--on-dark); font-size: 13px; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 14px; }
.footer-grid ul { display: grid; gap: 10px; }
.footer-grid a { text-decoration: none; font-size: 14px; color: rgba(253,251,247,.75); }
.footer-logo { display: inline-flex; align-items: center; font-family: var(--font-display); font-size: 22px; font-weight: 800; color: var(--on-dark); }
.footer-logo img { height: 32px; width: auto; display: block; }
.footer-bottom {
  margin-top: 36px; padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.14);
  font-size: 12px; color: rgba(253,251,247,.55);
  display: flex; flex-wrap: wrap; gap: 10px; justify-content: space-between;
}
/* ── Botão CTA principal (economia + garantia empilhados dentro do botão) ── */
.btn--stacked { flex-direction: column; gap: 3px; padding-top: 14px; padding-bottom: 14px; }
.btn__sub {
  display: flex; align-items: center; gap: 5px;
  font-size: 10.5px; font-weight: 600; letter-spacing: .02em;
  text-transform: none; opacity: .88;
}
.btn__sub svg { flex-shrink: 0; }

/* ── Selos de pagamento (logos reais das marcas aceitas, blocos uniformes) ── */
.payment-badges { display: flex; gap: 5px; flex-wrap: wrap; justify-content: center; align-items: center; margin-top: 12px; }
.payment-badge {
  box-sizing: border-box;
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  width: 44px; height: 26px;
  padding: 3px 4px;
  border-radius: 6px;
  background: #fff;
  border: 1px solid rgba(20,12,12,.08);
  box-shadow: 0 1px 2px rgba(20,12,12,.08);
}
.payment-badge img { max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain; display: block; flex-shrink: 0; }
.payment-badge--pix { gap: 2px; }
.payment-badge__text { font-family: Arial, Helvetica, sans-serif; font-weight: 800; font-size: 10px; color: #4D4D4D; }

/* ── Card de garantia (selo + texto, abaixo dos selos de pagamento) ── */
.guarantee-card {
  display: flex;
  align-items: center;
  gap: 14px;
  background: var(--mint);
  border-radius: var(--radius-lg);
  padding: 16px;
  margin-top: 14px;
}
.guarantee-card__seal { width: 60px; height: 60px; flex-shrink: 0; }
.guarantee-card__seal img { width: 100%; height: 100%; display: block; object-fit: contain; }
.guarantee-card__text h3 { margin: 0 0 4px; font-family: var(--font-display); font-weight: 800; font-size: 14.5px; color: var(--ink); line-height: 1.3; }
.guarantee-card__text p { margin: 0; font-size: 13px; color: var(--ink-soft); line-height: 1.5; }
.guarantee-card__text a { color: var(--red-deep); font-weight: 700; text-decoration: underline; }

/* ── Sticky mobile bar ── */
.sticky-bar {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 50;
  background: var(--paper);
  border-top: 1px solid var(--line);
  padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
  box-shadow: 0 -6px 20px rgba(20,12,12,.10);
  display: flex;
  align-items: center;
  gap: 12px;
}
.sticky-bar__price { font-weight: 800; font-size: 15px; line-height: 1.2; color: var(--red-deep); }
.sticky-bar__price small { display: block; font-size: 11.5px; color: var(--ink-soft); font-weight: 600; }
.sticky-bar .btn { flex: 1; }
@media (min-width: 900px) { .sticky-bar { display: none; } }

/* ── Popup ── */
.promo-popup {
  position: fixed; inset: 0; z-index: 70;
  display: none;
  align-items: flex-end;
  justify-content: center;
  background: rgba(26,26,26,.55);
  padding: 0;
}
.promo-popup.is-open { display: flex; }
.promo-popup__card {
  background: var(--paper);
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
  padding: 28px 22px calc(28px + env(safe-area-inset-bottom));
  width: 100%;
  max-width: 480px;
  text-align: center;
  position: relative;
  box-shadow: var(--shadow-lg);
}
@media (min-width: 640px) {
  .promo-popup { align-items: center; }
  .promo-popup__card { border-radius: var(--radius-lg); }
}
.promo-popup__close {
  position: absolute; top: 10px; right: 10px;
  width: 40px; height: 40px;
  border: none; background: transparent;
  font-size: 22px; color: var(--ink-soft);
  border-radius: 50%;
}
.promo-popup__coupon {
  display: inline-block;
  margin: 14px 0;
  padding: 10px 18px;
  border: 1.5px dashed var(--red);
  border-radius: var(--radius-sm);
  font-weight: 800;
  letter-spacing: .06em;
  font-size: 18px;
  color: var(--red-deep);
}

/* ── Formulários (carrinho / checkout / contato) ── */
.form-grid { display: grid; gap: 14px; }
@media (min-width: 640px) { .form-grid--2 { grid-template-columns: 1fr 1fr; } .form-grid--3 { grid-template-columns: 2fr 1fr 1fr; } }
.field { display: flex; flex-direction: column; gap: 6px; }
.field label { font-size: 13px; font-weight: 700; color: var(--ink); }
.field input, .field select, .field textarea {
  border: 1.5px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 13px 14px;
  min-height: 48px;
  background: var(--paper);
  color: var(--ink);
}
.field input:focus, .field select:focus, .field textarea:focus { outline: 2px solid var(--red); outline-offset: 1px; border-color: var(--red); }
.field textarea { min-height: 110px; resize: vertical; }
.field-error { font-size: 12.5px; color: var(--red-deep); font-weight: 600; min-height: 16px; }
.field.has-error input { border-color: var(--red-deep); }

.pay-tabs { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin: 14px 0; }
.pay-tab {
  border: 1.5px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 12px 8px;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  background: var(--paper);
  cursor: pointer;
}
.pay-tab.is-active { border-color: var(--red); background: var(--blush); color: var(--red-deep); }
.pay-tab small { display: block; font-weight: 600; color: var(--success); }

.summary-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 20px;
}
.summary-line { display: flex; justify-content: space-between; font-size: 14.5px; padding: 8px 0; border-bottom: 1px solid var(--line); }
.summary-line:last-of-type { border-bottom: none; }
.summary-line--total { font-weight: 800; font-size: 17px; padding-top: 14px; color: var(--red-deep); }

.cart-line {
  display: flex; gap: 14px; align-items: center;
  padding: 16px 0; border-bottom: 1px solid var(--line);
}
.cart-line img { width: 68px; height: 68px; border-radius: var(--radius-sm); object-fit: cover; background: var(--blush); }
.cart-line__info { flex: 1; min-width: 0; }
.cart-line__title { font-weight: 700; font-size: 14.5px; }
.cart-line__meta { font-size: 12.5px; color: var(--ink-soft); }
.cart-line__price { font-weight: 800; white-space: nowrap; color: var(--red-deep); }
.cart-line__remove { background: none; border: none; color: var(--ink-soft); text-decoration: underline; font-size: 12.5px; padding: 4px 0; }
.empty-state { text-align: center; padding: 60px 20px; }

/* ── Placeholder de imagem ── */
.img-placeholder {
  display: flex; align-items: center; justify-content: center;
  text-align: center;
  background: repeating-linear-gradient(45deg, #F1E6E5, #F1E6E5 12px, #E7D6D5 12px, #E7D6D5 24px);
  color: #7A5250;
  font-size: 12.5px;
  font-weight: 700;
  padding: 10px;
  border-radius: var(--radius-md);
}

/* ── Galeria de produto (carrossel deslizável) ── */
.gallery { position: relative; min-width: 0; }
.gallery__main {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  margin-bottom: 10px;
}
.gallery__main::-webkit-scrollbar { display: none; }
.gallery__main img { flex: 0 0 100%; width: 100%; aspect-ratio: 1/1; object-fit: cover; scroll-snap-align: start; }
.gallery__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px; height: 40px;
  border-radius: 50%;
  border: none;
  background: rgba(255,255,255,.92);
  color: var(--red-deep);
  display: flex; align-items: center; justify-content: center;
  box-shadow: var(--shadow-sm);
  z-index: 2;
  cursor: pointer;
}
.gallery__arrow--prev { left: 10px; }
.gallery__arrow--next { right: 10px; }
@media (hover: none) { .gallery__arrow { display: none; } }
.gallery__thumbs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 2px;
}
.gallery__thumbs::-webkit-scrollbar { display: none; }
.gallery__thumb {
  flex: 0 0 66px;
  width: 66px; height: 66px;
  padding: 0;
  border: 2px solid transparent;
  border-radius: var(--radius-md);
  overflow: hidden;
  background: none;
  cursor: pointer;
  transition: border-color .15s ease;
}
.gallery__thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.gallery__thumb.is-active { border-color: var(--red); }

/* ── Genéricos de página institucional ── */
.prose { max-width: 760px; margin: 0 auto; }
.prose h2 { font-size: 22px; margin-top: 34px; color: var(--red-deep); }
.prose p, .prose li { color: var(--ink-soft); font-size: 15px; }
.prose ul { list-style: disc; padding-left: 22px; display: block; margin-bottom: 1em; }
.prose li { margin-bottom: 6px; }

.page-hero { padding: 40px 0 8px; text-align: center; }
.page-hero h1 { font-size: clamp(28px, 4.6vw, 44px); }

.cep-inline { display: flex; gap: 8px; }
.cep-inline input { flex: 1; }
.cep-result { font-size: 13.5px; color: var(--red-deep); font-weight: 700; margin-top: 8px; min-height: 18px; }
