/* ═══════════════════════════════════════════════════════════
   BAICAN — Landing Page de Lançamento
   Identidade: verde-esmeralda + branco quente (do rótulo)
   ═══════════════════════════════════════════════════════════ */

:root {
  --green-950: #06231b;
  --green-900: #0a3628;
  --green-800: #0e4a36;
  --emerald: #1fa97e;
  --emerald-light: #34d1a0;
  --emerald-glow: rgba(31, 169, 126, 0.35);
  --paper: #f7f6f2;
  --white: #ffffff;
  --ink: #101613;
  --ink-soft: #47524c;
  --red: #e2554a;
  --amber: #f5a623;

  --font-display: "Inter", -apple-system, sans-serif;
  --font-body: "Inter", -apple-system, sans-serif;

  --radius: 18px;
  --radius-lg: 28px;
  --shadow-soft: 0 20px 60px -20px rgba(6, 35, 27, 0.18);
  --shadow-card: 0 8px 30px -8px rgba(6, 35, 27, 0.12);
  --transition: cubic-bezier(0.22, 1, 0.36, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }

.container {
  width: min(1120px, 90%);
  margin: 0 auto;
}
.container--narrow { width: min(860px, 92%); }

/* ── Tipografia de seção ─────────────────────────── */
h1, h2, h3 { font-family: var(--font-display); font-weight: 800; line-height: 1.12; letter-spacing: -0.025em; }

h2 { font-size: clamp(2rem, 4.4vw, 3.4rem); }
h2 em, h1 em { font-style: italic; color: var(--emerald); }

.section-head { text-align: center; max-width: 760px; margin: 0 auto 3.5rem; }
.section-head--light h2 { color: var(--white); }

.eyebrow {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-size: 0.78rem; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--green-800);
  background: rgba(31, 169, 126, 0.1);
  border: 1px solid rgba(31, 169, 126, 0.25);
  padding: 0.45rem 1rem; border-radius: 100px; margin-bottom: 1.4rem;
}
.eyebrow--light { color: var(--emerald-light); background: rgba(52, 209, 160, 0.08); border-color: rgba(52, 209, 160, 0.25); }
.eyebrow__dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--emerald); animation: blink 1.8s infinite;
}
.eyebrow__dot--red { background: var(--red); }
@keyframes blink { 50% { opacity: 0.3; } }

/* ── Botões ──────────────────────────────────────── */
.btn {
  display: inline-flex; flex-direction: column; align-items: center; justify-content: center;
  font-family: var(--font-body); font-weight: 800; text-decoration: none;
  border-radius: 14px; cursor: pointer; text-align: center;
  transition: transform 0.35s var(--transition), box-shadow 0.35s var(--transition), background 0.25s;
  letter-spacing: 0.02em;
}
.btn--primary {
  background: linear-gradient(135deg, var(--emerald) 0%, #14875f 100%);
  color: var(--white);
  box-shadow: 0 12px 32px -8px var(--emerald-glow), inset 0 1px 0 rgba(255,255,255,0.25);
}
.btn--primary:hover { transform: translateY(-3px); box-shadow: 0 18px 40px -8px var(--emerald-glow); }
.btn--ghost {
  background: transparent; color: var(--ink);
  border: 1.5px solid rgba(16, 22, 19, 0.18);
}
.btn--ghost:hover { border-color: var(--emerald); color: var(--green-800); transform: translateY(-3px); }
.btn--outline {
  background: var(--white); color: var(--green-800);
  border: 1.5px solid rgba(31, 169, 126, 0.45);
}
.btn--outline:hover { background: rgba(31, 169, 126, 0.06); transform: translateY(-2px); }
.btn--sm { padding: 0.65rem 1.3rem; font-size: 0.82rem; }
.btn--lg { padding: 1.1rem 2.2rem; font-size: 1rem; }
.btn--xl { padding: 1.3rem 3rem; font-size: 1.1rem; }
.btn--block { width: 100%; padding: 1rem; font-size: 0.95rem; }
.btn__sub { font-size: 0.72rem; font-weight: 600; opacity: 0.85; letter-spacing: 0.04em; margin-top: 2px; }

.btn--pulse { position: relative; animation: pulse 2.4s infinite; }
@keyframes pulse {
  0%, 100% { box-shadow: 0 12px 32px -8px var(--emerald-glow), 0 0 0 0 rgba(31, 169, 126, 0.45); }
  50% { box-shadow: 0 12px 32px -8px var(--emerald-glow), 0 0 0 14px rgba(31, 169, 126, 0); }
}

/* ── Barra de promoção ───────────────────────────── */
.promo-bar {
  position: sticky; top: 0; z-index: 60;
  background: linear-gradient(90deg, var(--green-950), var(--green-800), var(--green-950));
  color: var(--white); padding: 0.55rem 1rem;
}
.promo-bar__inner {
  display: flex; align-items: center; justify-content: center;
  gap: 0.8rem; flex-wrap: wrap; font-size: 0.85rem;
}
.promo-bar__tag {
  background: var(--red); font-size: 0.68rem; font-weight: 800;
  letter-spacing: 0.1em; padding: 0.2rem 0.6rem; border-radius: 5px;
}
.promo-bar__timer {
  font-variant-numeric: tabular-nums; font-weight: 800;
  background: rgba(255,255,255,0.12); padding: 0.2rem 0.7rem;
  border-radius: 6px; letter-spacing: 0.06em;
}

/* ── Header ──────────────────────────────────────── */
.header {
  position: sticky; top: 38px; z-index: 50;
  background: rgba(247, 246, 242, 0.85);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(16, 22, 19, 0.06);
  transition: box-shadow 0.3s;
}
.header.is-scrolled { box-shadow: 0 8px 30px -12px rgba(6, 35, 27, 0.15); }
.header__inner { display: flex; align-items: center; justify-content: space-between; padding: 0.4rem 0; }
/* o SVG do logo tem muita margem interna no viewBox — altura maior compensa */
.header__logo img { height: 74px; width: auto; margin: -12px 0; }
.header__nav { display: flex; gap: 2rem; }
.header__nav a {
  text-decoration: none; color: var(--ink-soft); font-size: 0.88rem; font-weight: 600;
  transition: color 0.2s;
}
.header__nav a:hover { color: var(--green-800); }

/* ── Hero ────────────────────────────────────────── */
/* bg-desktop-definitivo.webp é 1920x800 (41.67% de altura) — já vem curto e
   largo, então a garrafa cabe inteira na primeira tela sem precisar rolar.
   size 100%/auto reproduz a imagem na proporção exata, sem corte nem distorção. */
.hero {
  position: relative; overflow: hidden; width: 100%;
  display: flex; align-items: center;
  min-height: 41.667vw;
  padding: 2rem 0;
}
.hero__bg {
  position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(90deg, #faf7f4, #f4ede6);
}
.hero__bg::after {
  content: ""; position: absolute; inset: 0;
  background: url("../assets/bg-desktop-definitivo.webp") center bottom / 100% auto no-repeat;
}
.hero__grid {
  display: grid; grid-template-columns: 1.15fr 0.85fr;
  gap: 2rem; align-items: center;
}
.hero__title { font-size: clamp(1.7rem, 2.8vw, 2.5rem); margin-bottom: 1rem; }
.hero__sub { font-size: 0.95rem; color: var(--ink-soft); max-width: 560px; margin-bottom: 1.6rem; }
.hero__sub strong { color: var(--ink); }
.hero__ctas { display: flex; gap: 1rem; flex-wrap: wrap; align-items: stretch; margin-bottom: 1.6rem; }
.hero__trust { display: flex; gap: 1.6rem; flex-wrap: wrap; list-style: none; }
.hero__trust li {
  display: flex; align-items: center; gap: 0.45rem;
  font-size: 0.8rem; font-weight: 600; color: var(--ink-soft);
}
.hero__trust svg { width: 16px; height: 16px; fill: var(--emerald); flex-shrink: 0; }

/* a garrafa já faz parte do bg-desktop-definitivo — este box só ancora os
   badges; cobrindo a coluna toda, as % ficam relativas à garrafa embutida */
.hero__product { position: relative; align-self: flex-end; min-height: calc(41.667vw - 4rem); pointer-events: none; }
@keyframes float { 50% { transform: translateY(-14px); } }

.hero__badge {
  position: absolute; z-index: 2;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(16, 22, 19, 0.06);
  border-radius: 14px; padding: 0.7rem 1rem;
  box-shadow: var(--shadow-card);
  display: flex; flex-direction: column; line-height: 1.3;
}
.hero__badge strong { font-size: 1rem; color: var(--green-800); }
.hero__badge span { font-size: 0.72rem; color: var(--ink-soft); }
/* calibradas sobre a garrafa do bg-desktop-definitivo (pump ~x58-68%, y16-70%) */
.hero__badge--1 { top: 12%; left: 4%; animation: float 6s ease-in-out infinite 0.6s; }
.hero__badge--2 { top: 50%; right: -6%; animation: float 6s ease-in-out infinite 1.2s; }

/* ── Faixa de prova social ───────────────────────── */
.proof-strip { background: var(--green-950); color: var(--white); padding: 1.4rem 0; }
.proof-strip__inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; flex-wrap: wrap;
}
.proof-strip__item { display: flex; flex-direction: column; text-align: center; flex: 1; min-width: 150px; }
.proof-strip__item strong { font-family: var(--font-display); font-size: 1.35rem; color: var(--emerald-light); }
.proof-strip__item span { font-size: 0.78rem; opacity: 0.75; }
.proof-strip__divider { width: 1px; height: 38px; background: rgba(255,255,255,0.12); }

/* ── A Dor ───────────────────────────────────────── */
.pain { background: var(--green-950); color: var(--white); padding: 6rem 0; position: relative; }
.pain::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(800px 400px at 50% 0%, rgba(31, 169, 126, 0.08), transparent 70%);
  pointer-events: none;
}
.pain .section-head h2 { color: var(--white); }
.pain__grid {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 1.4rem; max-width: 900px; margin: 0 auto;
}
.pain-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius); padding: 2rem;
  transition: transform 0.4s var(--transition), border-color 0.3s, background 0.3s;
}
.pain-card:hover {
  transform: translateY(-6px);
  border-color: rgba(52, 209, 160, 0.35);
  background: rgba(255, 255, 255, 0.06);
}
.pain-card__num {
  font-family: var(--font-display); font-style: italic;
  font-size: 0.9rem; color: var(--emerald-light); opacity: 0.8;
}
.pain-card h3 { font-size: 1.3rem; margin: 0.5rem 0 0.6rem; color: var(--white); }
.pain-card p { font-size: 0.93rem; color: rgba(255, 255, 255, 0.65); }

.pain__punch { text-align: center; margin-top: 4rem; }
.pain__punch p {
  font-family: var(--font-display); font-size: clamp(1.4rem, 2.6vw, 1.9rem);
  max-width: 640px; margin: 0 auto 2rem; line-height: 1.35;
}
.pain__punch em { color: var(--emerald-light); }

/* ── Pilar: o tratamento acontece no banho ───────── */
.banho {
  background: var(--green-950); color: var(--white);
  padding: 5.5rem 0; position: relative; text-align: center;
}
.banho::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(800px 400px at 50% 0%, rgba(31, 169, 126, 0.1), transparent 70%);
  pointer-events: none;
}
.banho__inner { position: relative; max-width: 720px; margin: 0 auto; }
.banho__inner h2 { color: var(--white); font-size: clamp(2rem, 4.4vw, 3rem); margin: 0.8rem 0 1.2rem; }
.banho__inner em { color: var(--emerald-light); }
.banho__inner p { color: rgba(255, 255, 255, 0.78); font-size: 1.05rem; margin-bottom: 2.2rem; }
.banho__inner strong { color: var(--white); }

/* ── Solução ─────────────────────────────────────── */
.solution { padding: 6.5rem 0; }
.solution__grid {
  display: grid; grid-template-columns: 0.85fr 1.15fr;
  gap: 4.5rem; align-items: center;
}
.solution__visual { position: relative; }
.solution__img-wrap {
  border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow-soft);
}
.solution__img-wrap img { width: 100%; height: 100%; max-height: 620px; object-fit: cover; }
.solution__float-card {
  position: absolute; bottom: -1.4rem; left: 50%; transform: translateX(-50%);
  display: flex; align-items: center; gap: 0.8rem; white-space: nowrap;
  background: var(--white); border-radius: 14px; padding: 0.85rem 1.3rem;
  box-shadow: var(--shadow-card); border: 1px solid rgba(31,169,126,0.2);
}
.solution__float-icon { font-size: 1.4rem; }
.solution__float-card strong { display: block; font-size: 0.9rem; color: var(--green-900); }
.solution__float-card span { font-size: 0.75rem; color: var(--ink-soft); }

.solution__content h2 { margin-bottom: 1.2rem; }
.solution__lead { color: var(--ink-soft); font-size: 1.02rem; margin-bottom: 2.2rem; }

.actives { list-style: none; display: flex; flex-direction: column; gap: 1.1rem; margin-bottom: 2.4rem; }
.actives li {
  display: flex; gap: 1rem; align-items: flex-start;
  background: var(--white); border-radius: var(--radius);
  padding: 1.2rem 1.4rem; box-shadow: var(--shadow-card);
  border: 1px solid rgba(16, 22, 19, 0.04);
  transition: transform 0.35s var(--transition), box-shadow 0.35s var(--transition);
}
.actives li:hover { transform: translateX(6px); box-shadow: var(--shadow-soft); }
.actives__badge {
  flex-shrink: 0; width: 34px; height: 34px; border-radius: 10px;
  background: linear-gradient(135deg, var(--emerald), #14875f);
  display: flex; align-items: center; justify-content: center;
  color: var(--white); font-size: 0.9rem; font-weight: 800; margin-top: 2px;
}
.actives__badge:empty::after { content: "✓"; }
.actives strong { font-size: 0.98rem; color: var(--green-900); }
.actives p { font-size: 0.88rem; color: var(--ink-soft); margin-top: 2px; }

/* ── Como usar ───────────────────────────────────── */
.how { padding: 6rem 0; background: var(--white); }
.how__steps {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem; margin-bottom: 4.5rem;
}
.how-step {
  background: var(--paper); border-radius: var(--radius);
  padding: 2.2rem 1.8rem; text-align: center; position: relative;
  border: 1px solid rgba(16, 22, 19, 0.05);
}
.how-step__num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 52px; height: 52px; border-radius: 50%;
  background: linear-gradient(135deg, var(--emerald), #14875f);
  color: var(--white); font-family: var(--font-display);
  font-size: 1.5rem; font-weight: 700; margin-bottom: 1.1rem;
  box-shadow: 0 8px 20px -6px var(--emerald-glow);
}
.how-step h3 { font-size: 1.25rem; margin-bottom: 0.5rem; }
.how-step p { font-size: 0.9rem; color: var(--ink-soft); }

.timeline { max-width: 980px; margin: 0 auto; }
.timeline__title {
  font-size: 1.5rem; text-align: center; margin-bottom: 2.4rem;
}
.timeline__track {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem;
  position: relative;
}
.timeline__track::before {
  content: ""; position: absolute; top: 8px; left: 4%; right: 4%;
  height: 2px; background: linear-gradient(90deg, var(--emerald), rgba(31,169,126,0.15));
}
.timeline__item { position: relative; padding-top: 1.6rem; }
.timeline__item::before {
  content: ""; position: absolute; top: 0; left: 0;
  width: 16px; height: 16px; border-radius: 50%;
  background: var(--emerald); border: 3px solid var(--white);
  box-shadow: 0 0 0 2px var(--emerald);
}
.timeline__when {
  display: block; font-weight: 800; font-size: 0.82rem;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--green-800); margin-bottom: 0.4rem;
}
.timeline__item p { font-size: 0.88rem; color: var(--ink-soft); }
.disclaimer { font-size: 0.72rem; color: var(--ink-soft); opacity: 0.7; text-align: center; margin-top: 2.5rem; }

/* ── Resultados (antes/depois real) ──────────────── */
.results { background: var(--green-950); color: var(--white); padding: 6.5rem 0; }
.results__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem; }

/* card único de antes/depois com duas fotos reais lado a lado */
.result-ba {
  max-width: 720px; margin: 0 auto;
  background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.09);
  border-radius: var(--radius-lg); overflow: hidden;
}
.result-ba__imgs { display: grid; grid-template-columns: 1fr 1fr; gap: 3px; }
.result-ba__cell { position: relative; }
.result-ba__cell img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; }
.result-ba figcaption { padding: 1.2rem 1.4rem; text-align: center; }
.result-ba figcaption strong { display: block; font-size: 1rem; }
.result-ba figcaption span { font-size: 0.82rem; color: var(--emerald-light); }

.ba-card {
  background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.09);
  border-radius: var(--radius); overflow: hidden;
  transition: transform 0.4s var(--transition), border-color 0.3s;
}
.ba-card:hover { transform: translateY(-6px); border-color: rgba(52,209,160,0.4); }
.ba-card__imgs { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; }
.ba-card__img { aspect-ratio: 1 / 1.05; position: relative; overflow: hidden; }
/* cada arquivo traz o ANTES na metade de cima e o DEPOIS na de baixo:
   a imagem ocupa 200% da altura e cada célula mostra uma metade */
.ba-card__img img {
  position: absolute; top: 0; left: 0;
  width: 100%; height: 200%; object-fit: cover;
}
.ba-card__img--after img { top: -100%; }
.ba-card__tag {
  position: absolute; top: 8px; left: 8px; z-index: 1;
  font-size: 0.6rem; font-weight: 800; letter-spacing: 0.14em;
  padding: 0.22rem 0.6rem; border-radius: 100px;
  background: rgba(6, 35, 27, 0.72); color: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px);
}
.ba-card__tag--after { background: var(--emerald); color: var(--white); }
.ba-card figcaption { padding: 1.1rem 1.3rem; }
.ba-card figcaption strong { display: block; font-size: 0.95rem; }
.ba-card figcaption span { font-size: 0.78rem; color: var(--emerald-light); }

.videos { margin-top: 5rem; }
.videos__title {
  font-size: clamp(1.5rem, 2.6vw, 2rem); text-align: center;
  margin-bottom: 2.4rem; color: var(--white);
}
.videos__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem; }
.video-card p {
  font-family: var(--font-display); font-style: italic;
  font-size: 1.05rem; margin-top: 1rem; color: rgba(255,255,255,0.85);
}
.video-card__thumb {
  aspect-ratio: 9 / 12; border-radius: var(--radius);
  background:
    radial-gradient(closest-side, rgba(31,169,126,0.18), transparent),
    rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 1rem; cursor: pointer; position: relative; overflow: hidden;
  transition: transform 0.4s var(--transition), border-color 0.3s;
}
.video-card__thumb:hover { transform: scale(1.02); border-color: rgba(52,209,160,0.45); }
.video-card__play {
  width: 68px; height: 68px; border-radius: 50%;
  background: rgba(255,255,255,0.95);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.35);
  transition: transform 0.3s var(--transition);
}
.video-card__thumb:hover .video-card__play { transform: scale(1.1); }
.video-card__play svg { width: 26px; height: 26px; fill: var(--green-900); margin-left: 3px; }
.video-card__label {
  font-size: 0.68rem; font-weight: 800; letter-spacing: 0.2em;
  color: rgba(255,255,255,0.4);
}
.results__cta { text-align: center; margin-top: 4rem; }

/* ── Oferta ──────────────────────────────────────── */
.offer { padding: 6.5rem 0; position: relative; }
.offer::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: radial-gradient(1000px 500px at 50% 20%, rgba(31,169,126,0.1), transparent 70%);
}
.offer__timer-wrap { margin-top: 2rem; }
.offer__timer-wrap > p { font-size: 0.88rem; font-weight: 600; color: var(--ink-soft); margin-bottom: 0.8rem; }
.offer__timer { display: flex; justify-content: center; align-items: flex-start; gap: 0.7rem; }
.offer__timer-unit {
  background: var(--green-950); color: var(--white);
  border-radius: 14px; padding: 0.9rem 1.1rem; min-width: 84px;
  display: flex; flex-direction: column;
  box-shadow: var(--shadow-card);
}
.offer__timer-unit strong {
  font-size: 2rem; font-variant-numeric: tabular-nums;
  font-family: var(--font-display); line-height: 1;
}
.offer__timer-unit span { font-size: 0.65rem; letter-spacing: 0.15em; text-transform: uppercase; opacity: 0.6; margin-top: 4px; }
.offer__timer-sep { font-size: 2rem; font-weight: 700; color: var(--green-800); line-height: 1.4; }

.stock { max-width: 380px; margin: 2rem auto 0; }
.stock__bar {
  height: 10px; border-radius: 100px; overflow: hidden;
  background: rgba(16, 22, 19, 0.08);
}
.stock__fill {
  height: 100%; width: 23%; border-radius: 100px;
  background: linear-gradient(90deg, var(--red), var(--amber));
  transition: width 1.2s var(--transition);
}
.stock p { font-size: 0.82rem; font-weight: 600; color: var(--ink-soft); margin-top: 0.6rem; text-align: center; }
.stock strong { color: var(--red); }

/* oferta única: um card centralizado */
.offer__grid {
  display: grid; grid-template-columns: min(440px, 100%);
  justify-content: center;
  gap: 1.6rem; align-items: stretch; margin-top: 1.6rem;
}
.price-card {
  background: var(--white); border-radius: var(--radius-lg);
  padding: 2.4rem 2rem; text-align: center; position: relative;
  border: 1px solid rgba(16, 22, 19, 0.06);
  box-shadow: var(--shadow-card);
  display: flex; flex-direction: column;
  transition: transform 0.4s var(--transition), box-shadow 0.4s var(--transition);
}
.price-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-soft); }
.price-card--featured {
  border: 2px solid var(--emerald);
  box-shadow: 0 24px 60px -16px var(--emerald-glow);
  transform: scale(1.04);
  z-index: 1;
}
.price-card--featured:hover { transform: scale(1.04) translateY(-6px); }
.price-card__flag {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: linear-gradient(135deg, var(--emerald), #14875f);
  color: var(--white); font-size: 0.7rem; font-weight: 800;
  letter-spacing: 0.14em; padding: 0.4rem 1.2rem; border-radius: 100px;
  box-shadow: 0 6px 16px -4px var(--emerald-glow); white-space: nowrap;
}
.price-card h3 { font-size: 1.5rem; }
.price-card__duration { font-size: 0.82rem; color: var(--ink-soft); display: block; margin-bottom: 1.4rem; }
.price-card__prices { margin-bottom: 1.4rem; }
.price-card__old { display: block; font-size: 0.9rem; color: var(--ink-soft); text-decoration: line-through; opacity: 0.7; }
.price-card__now {
  font-family: var(--font-display); font-size: 3.4rem; font-weight: 700;
  color: var(--green-900); line-height: 1.05; display: block;
}
.price-card__now small { font-size: 1.4rem; }
.price-card__installments { font-size: 0.8rem; color: var(--emerald); font-weight: 700; }
.price-card__perks {
  list-style: none; text-align: left; margin: 0 auto 1.8rem;
  display: flex; flex-direction: column; gap: 0.55rem; flex-grow: 1;
}
.price-card__perks li {
  font-size: 0.87rem; color: var(--ink-soft);
  padding-left: 1.5rem; position: relative;
}
.price-card__perks li::before {
  content: "✓"; position: absolute; left: 0;
  color: var(--emerald); font-weight: 800;
}
.price-card__safe { font-size: 0.72rem; color: var(--ink-soft); margin-top: 0.8rem; }

/* ── Garantia ────────────────────────────────────── */
.guarantee {
  display: flex; align-items: center; gap: 2.5rem;
  background: var(--green-950); color: var(--white);
  border-radius: var(--radius-lg); padding: 3rem;
  margin-top: 4rem;
}
.guarantee__seal {
  flex-shrink: 0; width: 130px; height: 130px; border-radius: 50%;
  border: 2px dashed rgba(52, 209, 160, 0.5);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 0.2rem;
}
.guarantee__seal svg { width: 42px; height: 42px; fill: var(--emerald-light); }
.guarantee__seal strong { font-family: var(--font-display); font-size: 1.1rem; color: var(--emerald-light); }
.guarantee__text h3 { font-size: 1.6rem; margin-bottom: 0.7rem; }
.guarantee__text p { font-size: 0.95rem; color: rgba(255,255,255,0.75); }
.guarantee__text strong { color: var(--emerald-light); }

/* ── FAQ ─────────────────────────────────────────── */
.faq { padding: 6rem 0; background: var(--white); }
.faq__list { display: flex; flex-direction: column; gap: 0.9rem; }
.faq-item {
  background: var(--paper); border-radius: var(--radius);
  border: 1px solid rgba(16, 22, 19, 0.05);
  overflow: hidden; transition: border-color 0.3s;
}
.faq-item[open] { border-color: rgba(31, 169, 126, 0.35); }
.faq-item summary {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: 1.3rem 1.6rem; cursor: pointer; list-style: none;
  font-weight: 700; font-size: 1rem;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item__icon {
  flex-shrink: 0; width: 26px; height: 26px; border-radius: 50%;
  background: rgba(31, 169, 126, 0.12); position: relative;
  transition: transform 0.35s var(--transition);
}
.faq-item__icon::before, .faq-item__icon::after {
  content: ""; position: absolute; background: var(--green-800);
  top: 50%; left: 50%; transform: translate(-50%, -50%);
}
.faq-item__icon::before { width: 11px; height: 2px; }
.faq-item__icon::after { width: 2px; height: 11px; transition: opacity 0.2s; }
.faq-item[open] .faq-item__icon { transform: rotate(180deg); }
.faq-item[open] .faq-item__icon::after { opacity: 0; }
.faq-item p { padding: 0 1.6rem 1.4rem; font-size: 0.92rem; color: var(--ink-soft); }
.faq__cta { text-align: center; margin-top: 2.6rem; }

/* ── CTA final ───────────────────────────────────── */
.final {
  background:
    radial-gradient(800px 400px at 50% 100%, rgba(31, 169, 126, 0.22), transparent 70%),
    var(--green-950);
  color: var(--white); padding: 6.5rem 0; text-align: center;
}
.final h2 { color: var(--white); margin-bottom: 1.2rem; }
.final p { color: rgba(255,255,255,0.7); margin-bottom: 2.4rem; font-size: 1.02rem; }
.final__note { display: block; margin-top: 1.4rem; font-size: 0.8rem; color: rgba(255,255,255,0.55); }

/* ── Footer ──────────────────────────────────────── */
.footer { background: #041a13; color: rgba(255,255,255,0.7); padding: 4rem 0 2rem; }
.footer__inner {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr;
  gap: 3rem; padding-bottom: 3rem;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.footer__logo { height: 72px; width: auto; filter: invert(1); opacity: 0.9; margin: -16px 0 0.4rem -14px; }
.footer__brand p { font-size: 0.88rem; }
.footer__col h4 {
  font-family: var(--font-body); font-size: 0.75rem; font-weight: 800;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--emerald-light); margin-bottom: 1rem;
}
.footer__col a {
  display: block; color: rgba(255,255,255,0.7); text-decoration: none;
  font-size: 0.88rem; margin-bottom: 0.6rem; transition: color 0.2s;
}
.footer__col a:hover { color: var(--emerald-light); }
.footer__legal { padding-top: 1.8rem; }
.footer__legal p { font-size: 0.72rem; opacity: 0.5; margin-bottom: 0.5rem; }

/* ── CTA fixo mobile ─────────────────────────────── */
.sticky-cta {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 70;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border-top: 1px solid rgba(16, 22, 19, 0.08);
  box-shadow: 0 -10px 30px rgba(6, 35, 27, 0.12);
  padding: 0.7rem 1rem;
  padding-bottom: calc(0.7rem + env(safe-area-inset-bottom));
  display: none; align-items: center; justify-content: space-between; gap: 1rem;
  transform: translateY(110%); transition: transform 0.45s var(--transition);
}
.sticky-cta.is-visible { transform: translateY(0); }
.sticky-cta__info { display: flex; flex-direction: column; line-height: 1.35; }
.sticky-cta__price { font-weight: 800; font-size: 0.95rem; color: var(--green-900); }
.sticky-cta__price s { color: var(--ink-soft); font-weight: 500; font-size: 0.78rem; margin-left: 4px; }
.sticky-cta__timer { font-size: 0.7rem; color: var(--red); font-weight: 600; font-variant-numeric: tabular-nums; }

/* ── Notificação de compra ───────────────────────── */
.purchase-toast {
  position: fixed; bottom: 1.4rem; left: 1.4rem; z-index: 80;
  display: flex; align-items: center; gap: 0.9rem;
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(31, 169, 126, 0.25);
  border-radius: 16px; padding: 0.8rem 1.2rem 0.8rem 0.8rem;
  box-shadow: 0 16px 40px -10px rgba(6, 35, 27, 0.3);
  max-width: 330px;
  transform: translateX(-120%); opacity: 0;
  transition: transform 0.55s var(--transition), opacity 0.4s;
  pointer-events: none;
}
.purchase-toast.is-visible { transform: translateX(0); opacity: 1; }
.purchase-toast__img {
  flex-shrink: 0; width: 52px; height: 52px; border-radius: 12px;
  background: linear-gradient(160deg, #eef6f1, #dcefe6);
  display: flex; align-items: center; justify-content: center; overflow: hidden;
}
.purchase-toast__img img { height: 44px; width: auto; }
.purchase-toast__text { display: flex; flex-direction: column; line-height: 1.35; }
.purchase-toast__text strong { font-size: 0.85rem; color: var(--ink); }
.purchase-toast__text span { font-size: 0.78rem; color: var(--ink-soft); }
.purchase-toast__text em { font-size: 0.68rem; font-style: normal; color: var(--emerald); font-weight: 600; margin-top: 2px; }

/* ── Reveal on scroll ────────────────────────────── */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.8s var(--transition), transform 0.8s var(--transition); }
.reveal.is-in { opacity: 1; transform: none; }
.reveal--delay { transition-delay: 0.15s; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
  html { scroll-behavior: auto; }
}

/* ═══════════════ RESPONSIVO ═══════════════ */
@media (max-width: 1020px) {
  .hero__grid { grid-template-columns: 1fr; text-align: center; }
  .hero__content { display: flex; flex-direction: column; align-items: center; }
  .hero__ctas { justify-content: center; }
  .hero__trust { justify-content: center; }
  /* bg-mobile-hero.webp é bg-mobile-definitivo recortado bem rente à garrafa
     (sem a parede vazia do topo) — 500x540 (108% de altura). Texto também fica
     bem mais compacto aqui embaixo pra o produto entrar na primeira tela,
     sem precisar rolar. */
  .hero { display: block; min-height: 0; padding: 1.5rem 0 108%; }
  .hero__bg { background: #f5eee8; }
  .hero__bg::after { background: url("../assets/bg-mobile-hero.webp") center bottom / 100% auto no-repeat; }
  .hero__product { display: none; }
  .eyebrow { margin-bottom: 0.6rem; }
  .hero__title { font-size: 1.4rem; margin-bottom: 0.5rem; }
  .hero__sub { font-size: 0.83rem; margin-bottom: 0.8rem; }
  .hero__ctas { gap: 0.5rem; margin-bottom: 0.8rem; }
  .hero__ctas .btn--lg { padding: 0.8rem 1.3rem; font-size: 0.86rem; }
  .hero__trust { gap: 0.6rem 1.1rem; }
  .hero__trust li { font-size: 0.72rem; }
  .solution__grid { grid-template-columns: 1fr; gap: 3.5rem; }
  .solution__img-wrap img { max-height: 380px; }
  .offer__grid { grid-template-columns: 1fr; max-width: 460px; margin: 1rem auto 0; }
  .price-card--featured { transform: none; order: -1; }
  .price-card--featured:hover { transform: translateY(-6px); }
  .timeline__track { grid-template-columns: 1fr 1fr; gap: 2rem 1.4rem; }
  .timeline__track::before { display: none; }
  .footer__inner { grid-template-columns: 1fr; gap: 2rem; }
}

@media (max-width: 760px) {
  .header__nav { display: none; }
  .promo-bar__text { font-size: 0.78rem; }
  /* um pouco mais de respiro no topo pra não colidir com a notificação de
     compra quando ela aparece logo abaixo do header */
  .hero { padding: 1.9rem 0 108%; }
  .pain__grid { grid-template-columns: 1fr; }
  .how__steps { grid-template-columns: 1fr; }
  .results__grid { grid-template-columns: 1fr; }
  .videos__grid { grid-template-columns: 1fr; }
  .guarantee { flex-direction: column; text-align: center; padding: 2.4rem 1.8rem; }
  .offer__timer-unit { min-width: 72px; padding: 0.7rem 0.8rem; }
  .offer__timer-unit strong { font-size: 1.6rem; }
  .sticky-cta { display: flex; }
  /* top real vem via JS (main.js/positionToast), medido a partir da altura
     do header — esse valor é só um fallback caso o JS ainda não tenha rodado */
  .purchase-toast {
    bottom: auto; top: 9.5rem; left: 50%; right: auto;
    width: calc(100% - 1.6rem); max-width: 400px;
    padding: 0.6rem 0.9rem 0.6rem 0.6rem; gap: 0.6rem;
    transform: translate(-50%, -160%);
  }
  .purchase-toast.is-visible { transform: translate(-50%, 0); }
  .purchase-toast__img { width: 38px; height: 38px; border-radius: 10px; }
  .purchase-toast__img img { height: 30px; }
  .purchase-toast__text { flex: 1; min-width: 0; }
  .purchase-toast__text strong {
    font-size: 0.76rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  }
  .purchase-toast__text span { font-size: 0.7rem; line-height: 1.25; }
  .purchase-toast__text em { font-size: 0.62rem; }
  .footer { padding-bottom: 6rem; }
}

/* ── Páginas de texto (política de privacidade, trocas e devoluções) ── */
.legal-header {
  background: var(--paper); border-bottom: 1px solid rgba(16, 22, 19, 0.08);
  padding: 1.1rem 0;
}
.legal-header__inner { display: flex; align-items: center; justify-content: space-between; }
.legal-header__logo img { height: 40px; width: auto; }
.legal-back {
  display: inline-flex; align-items: center; gap: 0.4rem;
  font-size: 0.85rem; font-weight: 600; color: var(--ink-soft);
  text-decoration: none; transition: color 0.2s;
}
.legal-back:hover { color: var(--green-800); }
.legal {
  padding: 3.5rem 0 5rem;
}
.legal__updated { font-size: 0.82rem; color: var(--ink-soft); margin-bottom: 2.4rem; }
.legal h1 { font-size: clamp(1.8rem, 3.6vw, 2.4rem); margin-bottom: 0.6rem; }
.legal h2 {
  font-size: 1.15rem; margin: 2.4rem 0 0.8rem; color: var(--green-800);
  font-family: var(--font-display); font-weight: 800;
}
.legal p { font-size: 0.95rem; color: var(--ink-soft); line-height: 1.75; margin-bottom: 1rem; }
.legal ul { margin: 0 0 1rem 1.2rem; }
.legal li { font-size: 0.95rem; color: var(--ink-soft); line-height: 1.75; margin-bottom: 0.5rem; list-style: disc; }
.legal strong { color: var(--ink); }
.legal a { color: var(--emerald); font-weight: 600; text-decoration: none; }
.legal a:hover { text-decoration: underline; }
@media (max-width: 760px) {
  .legal { padding: 2.4rem 0 3.5rem; }
}
