/* ==========================================================================
   Paris: o guia da viagem perfeita — styles.css
   UI de referência: sonhealtoviagens.com/paris-o-guia-da-viagem-perfeita/
   (Poetsen One nos títulos, Poppins no texto, Sora no FAQ e rodapé,
   botões verdes com anel duplo, fundos com rabiscos)
   ========================================================================== */

:root {
  --navy: #003049;
  --ink: #161F3E;
  --ink-2: #091723;
  --indigo: #0E1167;
  --black: #000000;
  --green: #22C55E;
  --green-ring: #1DA951;
  --green-border: #F0FDF4;
  --red-dark: #BC2727;
  --red-strike: #C1121F;
  --red-old: #ef4444;
  --cream: #EDECE5;
  --border: #e5e7eb;
  --white: #ffffff;

  --font: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --font-display: "Poetsen One", "Poppins", system-ui, sans-serif;
  --font-alt: "Sora", "Poppins", system-ui, sans-serif;
  --font-script: "Alex Brush", "Brush Script MT", "Snell Roundhand", cursive; /* título da hero escrito à mão */
  --blue-ink: #214ba3;  /* tinta do título da hero (tirada da arte de referência) */

  /* Escala tipográfica (desktop) — os breakpoints só redefinem estas variáveis */
  --fs-display: 85px;   /* preço em destaque */
  --fs-title: 50px;     /* títulos de seção (Poetsen One) */
  --fs-subtitle: 30px;  /* subtítulos e frases de destaque (Poetsen One) */
  --fs-lead: 24px;      /* textos de apoio grandes, card de preços, botões */
  --fs-body: 20px;      /* parágrafos, listas e perguntas do FAQ */
  --fs-small: 17px;     /* respostas do FAQ, garantia, notas, rodapé */
  --fs-caption: 13px;   /* tags */
}

/* ---------- Reset básico ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; overflow-x: hidden; }
body {
  margin: 0;
  font-family: var(--font);
  font-weight: 400;
  color: var(--navy);
  background: var(--white);
  line-height: 1.5;
  /* sem overflow-x aqui: o html já corta o overflow horizontal e um overflow
     no body quebraria o position: sticky da hero (seção 7 do script.js) */
}
img, video { max-width: 100%; height: auto; display: block; }
h1, h2, h3, p, ul, ol { margin: 0; }
ul, ol { padding: 0; list-style: none; }
a { color: inherit; }
strong { font-weight: 600; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}

/* ---------- Containers ---------- */
.container { width: 100%; max-width: 1140px; margin-inline: auto; padding-inline: 20px; }
.container-wide { width: 100%; max-width: 1200px; margin-inline: auto; padding-inline: 20px; }

/* ---------- Títulos (Poetsen One) ---------- */
.title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: var(--fs-title);
  line-height: 1.2;
  color: var(--ink);
}
.title--center { text-align: center; }

/* ---------- Botão (verde com anel duplo) ---------- */
.btn {
  display: inline-block;
  background: var(--green);
  color: var(--white);
  font-family: var(--font);
  font-size: var(--fs-lead);
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  border: 6px solid var(--green-border);
  border-radius: 50px;
  box-shadow: 0 0 0 6px var(--green-ring);
  padding: 12px 35px;
  cursor: pointer;
  transition: transform 0.3s ease;
  position: relative;
  overflow: hidden;   /* segura o brilho dentro do botão */
}
/* Brilho que atravessa o botão da esquerda pra direita, de tempos em tempos */
.btn::after {
  content: "";
  position: absolute;
  top: -20%;
  bottom: -20%;
  left: 0;
  width: 42%;
  background: linear-gradient(105deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.55) 45%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.55) 55%, rgba(255, 255, 255, 0) 100%);
  transform: translateX(-160%) skewX(-18deg);
  animation: btn-shine 3.6s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  pointer-events: none;
}
@keyframes btn-shine {
  0%   { transform: translateX(-160%) skewX(-18deg); }
  36%  { transform: translateX(340%) skewX(-18deg); }
  100% { transform: translateX(340%) skewX(-18deg); }
}
.btn:hover, .btn:focus-visible { transform: scale(0.92); }
.btn:focus-visible { outline: 3px solid var(--navy); outline-offset: 8px; }

/* ---------- Reveal ao rolar ----------
   Só esconde quando <html class="js"> existe (o tema imprime isso no <head> e o
   script.js revela ao rolar). Sem JS, ou com o script atrasado por algum plugin
   de otimização, o conteúdo aparece normal em vez de ficar invisível. */
html.js [data-reveal] { opacity: 0; transition: opacity 0.8s ease, transform 0.8s ease; }
html.js [data-reveal="up"] { transform: translateY(30px); }
html.js [data-reveal="right"] { transform: translateX(40px); }
html.js [data-reveal].is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  [data-reveal] { opacity: 1; transform: none; transition: none; }
  .btn:hover { transform: none; }
  .btn::after { animation: none; display: none; }
  html { scroll-behavior: auto; }
}

/* ==========================================================================
   1. HERO
   Foto da Mari no Champ de Mars como base. O canvas WebGL (script.js,
   seção 5) mantém a Mari colorida e mostra o fundo em duotone azul, que
   vai sendo pintado de cor onde o cursor passa. Sem WebGL, ou com
   "reduzir movimento", fica a foto colorida. Título, texto e botão ficam
   sobrepostos no céu, à direita da torre, em % da foto pra acompanhar
   qualquer largura de tela.
   ========================================================================== */
/* Palco do scroll (desktop): a hero fica presa no topo por uma rolagem de
   100vh, encolhe até virar um card e mostra o letreiro atrás, sobre o azul
   marinho; depois sobe junto com a página. A escala vem do script.js (seção 7). */
.hero-stage { position: relative; height: 200vh; height: 200svh; background: var(--navy); }
.hero-stage__sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  height: 100svh;
  overflow: hidden;
  background: var(--navy);
}
.hero-stage__back {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.05em;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}
.marquee { white-space: nowrap; line-height: 1.05; }
.marquee__track { display: inline-block; will-change: transform; }
.marquee__item { display: inline-block; }
.marquee__item::after { content: "\00b7"; display: inline-block; padding: 0 0.35em; opacity: 0.6; }
.marquee--script { font-family: var(--font-script); font-size: 9.5vw; color: #9ccaf6; }
.marquee--bold { font-family: var(--font-display); font-size: 5.6vw; color: var(--cream); text-transform: uppercase; letter-spacing: 0.01em; }
.hero-stage .hero {
  position: relative;
  z-index: 1;
  transform-origin: 50% 50%;
  will-change: transform;
}
@media (prefers-reduced-motion: reduce) {
  .hero-stage { height: auto; background: none; }
  .hero-stage__sticky { position: static; height: auto; overflow: visible; background: none; }
  .hero-stage__back { display: none; }
  .hero-stage .hero { transform: none !important; border-radius: 0 !important; }
}

.hero { background: #fff; overflow: hidden; }
.hero__inner { position: relative; }
.hero__media {
  position: relative;
  height: 100vh;          /* foto ocupa a tela inteira do navegador */
  overflow: hidden;
  background: #cfe3fb;
}
.hero__media picture { display: block; height: 100%; }
.hero__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 100%;   /* em telas muito largas corta o céu, nunca os pés da Mari */
}
.hero__canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  transition: opacity 0.9s ease;
}
.hero__media.is-gl .hero__canvas { opacity: 1; }
.hero__content {
  position: absolute;
  z-index: 2;
  isolation: isolate;
  /* Posição relativa à FOTO exibida (cover), não à tela: a foto tem proporção
     1739/904 = 1,9237, então a largura exibida é max(100%, 192.37vh) e a
     altura é max(100%, 51.98vw). O bloco começa logo à direita da Mari
     (65,5% da foto) e vai até perto da borda; o botão fica pouco acima do joelho. */
  left: calc(50% + 0.155 * max(100%, 192.37vh));
  right: 2%;
  top: auto;
  bottom: calc(0.21 * max(100%, 51.98vw));
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
/* Brilho branco suave atrás do bloco pra manter a leitura sobre o céu */
.hero__content::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -12% -18%;
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.9) 36%, rgba(255, 255, 255, 0) 72%);
  pointer-events: none;
}
/* Título escrito à mão (Alex Brush). Sem JS o título aparece pronto. Com JS,
   .is-pending esconde as palavras até a fonte carregar e .is-writing anima
   como se alguém estivesse escrevendo: "Paris" → coração → "O guia da" →
   "viagem perfeita!" → sublinhado. */
.hero__title {
  margin: 0 0 10px;
  font-family: var(--font-script);
  font-weight: 400;
  color: var(--blue-ink);
  line-height: 1;
  text-align: center;
  transform: rotate(-7deg);
}
.hero__title-line { position: relative; display: block; }
.hero__title-line--1 { font-size: clamp(64px, 6.6vw, 112px); padding: 0.06em 0.4em 0 0; }
.hero__title-line--2 { font-size: clamp(28px, 2.55vw, 44px); margin: -0.2em 1.4em 0 0; }
.hero__title-line--3 { font-size: clamp(28px, 2.55vw, 44px); margin: -0.08em 0 0 1.6em; padding-bottom: 0.34em; }
.hero__word { display: inline-block; padding: 0 0.15em; }
.hero__stroke {
  position: absolute;
  fill: none;
  stroke: currentColor;
  stroke-width: 3.2;
  stroke-linecap: round;
  stroke-dasharray: 1;
  stroke-dashoffset: 0;
  pointer-events: none;
}
.hero__stroke--under { left: 6%; bottom: 0.02em; width: 92%; height: 0.32em; }
.hero__heart { position: absolute; width: 0.3em; height: 0.3em; right: 0.04em; top: 0.44em; fill: currentColor; }

.hero__title.is-pending .hero__word,
.hero__title.is-writing .hero__word { clip-path: inset(-0.5em 100% -0.5em -0.2em); }
.hero__title.is-pending .hero__stroke,
.hero__title.is-writing .hero__stroke { stroke-dashoffset: 1; }
.hero__title.is-pending .hero__heart,
.hero__title.is-writing .hero__heart { transform: scale(0); }

.hero__title.is-writing .hero__word { animation: hero-write 1.1s cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.1s forwards; }
.hero__title.is-writing .hero__title-line--2 .hero__word { animation-duration: 0.8s; animation-delay: 1.4s; }
.hero__title.is-writing .hero__title-line--3 .hero__word { animation-duration: 1s; animation-delay: 2.2s; }
.hero__title.is-writing .hero__stroke { animation: hero-draw 0.5s ease-out 3.15s forwards; }
.hero__title.is-writing .hero__heart { animation: hero-pop 0.45s cubic-bezier(0.34, 1.56, 0.64, 1) 1.15s forwards; }
@keyframes hero-write { to { clip-path: inset(-0.5em -0.4em -0.5em -0.2em); } }
@keyframes hero-draw { to { stroke-dashoffset: 0; } }
@keyframes hero-pop { to { transform: scale(1); } }
.hero__cta { position: relative; text-align: center; }
.hero__text {
  font-size: clamp(14px, 1.18vw, 17px);
  font-weight: 500;
  line-height: 1.45;
  color: var(--navy);
  max-width: 400px;
  margin-bottom: 20px;
}
/* Botão acompanha a largura da tela só no layout sobreposto (≥ 1025px) */
@media (min-width: 1025px) {
  .hero .btn { font-size: clamp(18px, 1.67vw, 24px); }
}

/* ==========================================================================
   2. CAPÍTULO — O PROBLEMA
   Texto grande que acende palavra por palavra (cada palavra é um <span class="w">
   criado pelo script.js, seção 8, com --i; o parágrafo recebe --n e --p).
   As palavras em <strong> viram caligrafia azul, como o "Paris" da hero.
   ========================================================================== */
.chapter { padding-block: 120px 100px; background: var(--white); overflow: hidden; }
.chapter__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.chapter__media { position: relative; margin: 0; padding: 0 0 9% 7%; }
.chapter__video video {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;   /* vídeo alto, na proporção do bloco de texto ao lado */
  object-fit: cover;
  border-radius: 28px;
  background: var(--navy);
  box-shadow: 0 30px 60px rgba(0, 48, 73, 0.18);
  transform: translateY(calc((var(--p, 0.5) - 0.5) * -70px));
  will-change: transform;
}
/* Polaroid da Mari no Louvre sobreposta ao vídeo (como o polaroid da página original) */
.chapter__polaroid {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 36%;
  padding: 3% 3% 9%;
  background: var(--white);
  border-radius: 6px;
  box-shadow: 0 18px 40px rgba(0, 48, 73, 0.22);
  transform: translateY(calc((var(--p, 0.5) - 0.5) * -120px)) rotate(-6deg);
  will-change: transform;
}
.chapter__polaroid img { display: block; width: 100%; height: auto; }
.statement {
  font-family: var(--font-display);
  font-size: clamp(30px, 3.3vw, 48px);
  line-height: 1.18;
  color: var(--ink);
  margin-bottom: 26px;
}
.statement--sm {
  font-family: var(--font);
  font-weight: 500;
  font-size: clamp(18px, 1.5vw, 22px);
  line-height: 1.5;
  color: var(--navy);
  margin-bottom: 18px;
}
.statement strong {
  font-family: var(--font-script);
  font-weight: 400;
  font-size: 1.3em;
  line-height: 1;
  color: var(--blue-ink);
}
.w { opacity: clamp(0.16, calc(var(--p, 1) * (var(--n, 1) + 4) - var(--i, 0)), 1); transition: opacity 0.12s linear; }
.chapter .btn { margin-top: 14px; }

/* ==========================================================================
   3. PROMESSA — foto presa em tela cheia com zoom lento
   --pin (0→1 enquanto a seção fica presa) vem do script.js, seção 8.
   ========================================================================== */
.promise { position: relative; height: 180vh; background: var(--navy); }
.promise__sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  height: 100svh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 11vh;
}
.promise__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  background: var(--navy);
  transform: scale(calc(1.18 - 0.18 * var(--pin, 0)));
  will-change: transform;
}
.promise__sticky::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 48, 73, 0.8) 0%, rgba(0, 48, 73, 0.45) 38%, rgba(0, 48, 73, 0.08) 65%, rgba(0, 48, 73, 0.25) 100%);
}
.promise__text {
  position: relative;
  z-index: 1;
  max-width: 940px;
  padding: 0 24px;
  text-align: center;
  font-family: var(--font-display);
  font-size: clamp(30px, 4vw, 58px);
  line-height: 1.15;
  color: var(--white);
  text-shadow: 0 4px 30px rgba(0, 0, 0, 0.35);
}
.promise__text .w { opacity: clamp(0.22, calc(var(--pin, 1) * (var(--n, 1) + 6) * 1.4 - var(--i, 0) - 1.0), 1); }

/* ==========================================================================
   4. TUDO QUE VOCÊ VAI ENCONTRAR NO GUIA — coluna fixa + lista numerada
   ========================================================================== */
.find { padding-block: 110px 100px; background: var(--cream); }
.find__grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 70px; align-items: start; }
.find__side { position: sticky; top: 80px; text-align: center; }
.find__side .title { margin-bottom: 26px; }
.find__mockup { width: 64%; max-width: 280px; margin: 0 auto 28px; }
.find__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(14, auto);
  grid-auto-flow: column;
  gap: 0 32px;
}
.find__list li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 12px 0;
  border-bottom: 1px solid rgba(0, 48, 73, 0.12);
  font-size: var(--fs-body);
  font-weight: 500;
  color: var(--navy);
  line-height: 1.35;
  transition-delay: calc(min(var(--i, 0), 9) * 45ms);
}
.find__list li span {
  flex: 0 0 auto;
  min-width: 28px;
  padding-top: 3px;
  font-family: var(--font-display);
  font-size: 14px;
  color: var(--green);
}

/* ==========================================================================
   5. BÔNUS — galeria espalhada com parallax
   ========================================================================== */
.bonus { padding-block: 110px 40px; background: var(--white); overflow: hidden; }
.bonus__title { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.bonus__sparkle { width: 76px; height: auto; }
.bonus__lead { font-size: var(--fs-lead); font-weight: 500; color: var(--navy); margin: 8px 0 40px; }
.bonus__gallery { display: grid; grid-template-columns: repeat(5, 1fr); gap: 22px; align-items: start; padding-bottom: 30px; }
.bonus__card {
  transform: translateY(calc((var(--p, 0.5) - 0.5) * var(--speed, 1) * -90px)) rotate(var(--rot, 0deg));
  transition-delay: calc(var(--i, 0) * 80ms);
  will-change: transform;
}
.bonus__card:nth-child(even) { margin-top: 56px; }
.bonus__card img { width: 100%; height: auto; border-radius: 18px; box-shadow: 0 22px 44px rgba(0, 48, 73, 0.16); }
.bonus__card[data-reveal].is-visible { transform: translateY(calc((var(--p, 0.5) - 0.5) * var(--speed, 1) * -90px)) rotate(var(--rot, 0deg)); }

/* ==========================================================================
   FAIXA EM LETREIRO CONTÍNUO
   ========================================================================== */
.band { background: var(--blue-ink); color: var(--white); padding: 14px 0; overflow: hidden; white-space: nowrap; }
.band__track { display: inline-flex; animation: band-scroll 40s linear infinite; }
.band__item { font-family: var(--font-script); font-size: clamp(30px, 3.4vw, 46px); line-height: 1.1; padding: 0 0.55em; }
.band__item::after { content: "\2665"; font-family: var(--font); font-size: 0.5em; margin-left: 0.9em; vertical-align: middle; opacity: 0.85; }
@keyframes band-scroll { to { transform: translateX(-50%); } }

/* ==========================================================================
   6. OFERTA — capítulo escuro: valor + preço, foto das escadas ao fundo
   ========================================================================== */
.offer { position: relative; padding-block: 120px; background: var(--navy); color: var(--white); overflow: hidden; }
.offer__bg { position: absolute; inset: -12% 0; z-index: 0; opacity: 0.75; }
.offer__bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  transform: translateY(calc((var(--p, 0.5) - 0.5) * -140px));
  will-change: transform;
}
.offer::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(90deg, rgba(0, 48, 73, 0.9) 0%, rgba(0, 48, 73, 0.72) 55%, rgba(0, 48, 73, 0.3) 100%);
}
.offer__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 60px; align-items: center; }
.offer__title { color: var(--white); margin-bottom: 22px; }
.price-card {
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
  font-size: var(--fs-body);
  font-weight: 400;
  line-height: 1.3;
  color: var(--navy);
}
.price-card__row { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 8px; padding: 11px 0; border-bottom: 1px dashed var(--border); }
.price-card__row > span { flex: 1; min-width: 200px; }
.price-card__row s { font-weight: 700; white-space: nowrap; text-decoration: line-through; text-decoration-thickness: 2px; text-decoration-color: var(--red-strike); }
.price-card__bonus { background: #f0fdf4; border: 1px solid #bbf7d0; padding: 14px 16px; border-radius: 14px; margin-top: 16px; }
.price-card__bonus .price-card__row { border-bottom: 0; }
.price-card__bonus .price-card__row > span { font-size: var(--fs-small); }
.price-card__tag { display: inline-block; background: var(--green); color: var(--white); font-weight: 700; font-size: var(--fs-caption); letter-spacing: 0.3px; text-transform: uppercase; padding: 4px 8px; border-radius: 999px; margin-bottom: 8px; }
.price-card__total { margin-top: 20px; padding: 14px 16px; border-radius: 14px; background: #f8fafc; border: 1px solid var(--border); display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 8px; font-weight: 700; font-size: var(--fs-lead); }
.price-card__total span:first-child { font-weight: 800; letter-spacing: 0.3px; }
/* Bloco do preço: vidro fosco (desfoque do vídeo atrás) pra leitura do texto */
.offer__price {
  text-align: center;
  padding: 36px 28px 32px;
  border-radius: 28px;
  background: rgba(0, 48, 73, 0.55);
  -webkit-backdrop-filter: blur(18px) saturate(1.1);
  backdrop-filter: blur(18px) saturate(1.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
}
@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .offer__price { background: rgba(0, 48, 73, 0.9); }   /* sem desfoque disponível: fundo mais sólido */
}
.price__lead { font-size: var(--fs-lead); font-weight: 500; line-height: 1.35; margin-bottom: 10px; }
.price__old { text-decoration: line-through; text-decoration-thickness: 3px; text-decoration-color: var(--red-old); }
.price__big { font-family: var(--font-display); font-size: var(--fs-display); line-height: 1; color: var(--white); margin: 6px 0 0; white-space: nowrap; }
@media (min-width: 1025px) {
  .price__big { font-size: min(var(--fs-display), 4.3vw); }   /* cabe numa linha dentro do bloco de vidro */
}
.price__scribble { width: 62%; max-width: 426px; margin: 2px auto 10px; filter: brightness(0) invert(1); opacity: 0.9; }
.price__cash { font-size: var(--fs-lead); font-weight: 600; margin-bottom: 16px; }
.price__discount { max-width: 420px; margin: 0 auto 28px; font-size: var(--fs-body); line-height: 1.5; opacity: 0.94; }
.price__discount strong { color: var(--green); font-weight: 800; }

/* ==========================================================================
   7. AINDA ESTÁ NA DÚVIDA? / O GUIA É PRA QUEM QUER
   ========================================================================== */
.who { padding-block: 110px 90px; background: var(--white); }
.who__grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 60px; align-items: start; margin-top: 40px; }
.who__subtitle { font-family: var(--font-display); font-weight: 400; font-size: var(--fs-subtitle); line-height: 1.2; color: var(--indigo); margin-bottom: 4px; }
.who__lines { width: 360px; max-width: 100%; margin: 0 0 26px; }
.who__list li {
  position: relative;
  padding-left: 54px;
  margin-bottom: 20px;
  font-size: var(--fs-body);
  font-weight: 500;
  line-height: 1.4;
  color: var(--navy);
  transition-delay: calc(min(var(--i, 0), 6) * 60ms);
}
.who__list li span { position: absolute; left: 0; top: -3px; font-family: var(--font-display); font-size: var(--fs-lead); color: var(--green); }
.who__video { position: sticky; top: 80px; }
/* iPhone desenhado em CSS: corpo em titânio escuro com brilho na borda,
   tela com moldura fina, Dynamic Island e botões laterais */
.phone {
  position: relative;
  width: 320px;
  max-width: 100%;
  margin-inline: auto;
  padding: 12px;
  border-radius: 54px;
  background: linear-gradient(160deg, #6b6f76 0%, #3a3d43 30%, #2a2c31 70%, #55585f 100%);
  box-shadow:
    inset 0 0 0 2px rgba(255, 255, 255, 0.28),
    inset 0 0 0 4px #1c1d21,
    0 40px 80px rgba(0, 0, 0, 0.35),
    0 12px 24px rgba(0, 0, 0, 0.2);
}
/* Botões laterais (silêncio, volume e ação) em pseudo-elementos */
.phone::before,
.phone::after {
  content: "";
  position: absolute;
  width: 4px;
  border-radius: 2px;
  background: linear-gradient(90deg, #55585f, #2a2c31);
}
.phone::before {   /* esquerda: silêncio + volume */
  left: -4px;
  top: 17%;
  height: 34px;
  box-shadow: 0 60px 0 0 #3a3d43, 0 130px 0 0 #3a3d43;
}
.phone::after {    /* direita: ligar */
  right: -4px;
  top: 27%;
  height: 94px;
}
.phone__screen {
  position: relative;
  overflow: hidden;
  border-radius: 42px;
  background: #000;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.6);
}
.phone__video { display: block; width: 100%; aspect-ratio: 9 / 19.5; object-fit: cover; background: #000; }
.phone__island {
  position: absolute;
  top: 12px;
  left: 50%;
  width: 34%;
  height: 26px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: #000;
  pointer-events: none;
}
/* iPad desenhado em CSS (mesmo acabamento do iPhone): moldura fina uniforme,
   câmera frontal no topo, botão de ligar em cima e volume na lateral direita */
.tablet {
  position: relative;
  width: 100%;
  max-width: 330px;
  margin-inline: auto;
  padding: 16px;
  border-radius: 34px;
  background: linear-gradient(160deg, #6b6f76 0%, #3a3d43 30%, #2a2c31 70%, #55585f 100%);
  box-shadow:
    inset 0 0 0 2px rgba(255, 255, 255, 0.28),
    inset 0 0 0 4px #1c1d21,
    0 40px 80px rgba(0, 0, 0, 0.35),
    0 12px 24px rgba(0, 0, 0, 0.2);
}
.tablet::before {   /* câmera frontal */
  content: "";
  position: absolute;
  top: 6px;
  left: 50%;
  width: 6px;
  height: 6px;
  margin-left: -3px;
  border-radius: 50%;
  background: #0b0c0e;
  box-shadow: inset 0 0 0 1.5px #34373d;
}
.tablet::after {    /* botão de ligar, no topo à direita */
  content: "";
  position: absolute;
  top: -4px;
  right: 28px;
  width: 40px;
  height: 4px;
  border-radius: 2px;
  background: linear-gradient(180deg, #55585f, #2a2c31);
}
.tablet__side {     /* volume, na lateral direita */
  position: absolute;
  right: -4px;
  top: 34px;
  width: 4px;
  height: 30px;
  border-radius: 2px;
  background: linear-gradient(90deg, #55585f, #2a2c31);
  box-shadow: 0 38px 0 0 #3a3d43;
}
.tablet__screen {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  background: #000;
  aspect-ratio: 3 / 4;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.6);
}
.tablet__video { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; background: #000; }

/* ==========================================================================
   8. DEPOIMENTOS
   ========================================================================== */
.reviews { padding-block: 60px 90px; text-align: center; background: var(--cream); }
.reviews__underline { width: 200px; margin: 6px auto 34px; }
.reviews__phone { width: 340px; }

/* ==========================================================================
   9. SOBRE A MARI — galeria de três fotos em parallax + história
   ========================================================================== */
.about { padding-block: 120px 110px; background: var(--white); overflow: hidden; }
.about__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.about__gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start; padding-top: 30px; }
.about__shot {
  margin: 0;
  aspect-ratio: 3 / 4;
  border-radius: 22px;
  overflow: hidden;
  background: var(--cream);
  box-shadow: 0 24px 50px rgba(0, 48, 73, 0.18);
  transform: translateY(calc((var(--p, 0.5) - 0.5) * var(--speed, 1) * -90px));
  will-change: transform;
}
.about__shot:nth-child(even) { margin-top: 64px; }
.about__shot img, .about__shot video { width: 100%; height: 100%; object-fit: cover; display: block; }
.about__text p { font-size: var(--fs-body); line-height: 1.7; color: var(--navy); margin-bottom: 16px; }
.about__content .btn { margin-top: 14px; }
/* Botão com texto longo: fonte menor pra caber numa linha */
.btn--sm { font-size: var(--fs-body); padding: 12px 28px; }

/* ==========================================================================
   10. DÚVIDAS FREQUENTES + GARANTIA
   ========================================================================== */
.faq { background: #fff url("assets/ui/bg-garantia.png") bottom center / cover no-repeat; padding-top: 90px; }
@media (min-width: 1025px) { .faq { background-attachment: fixed; } }
.faq__title { color: var(--indigo); }
.faq__underline { width: 19%; max-width: 275px; margin: -6px auto 30px; }
.accordion { max-width: 640px; margin-inline: auto; }
.accordion__item { border: 1px solid var(--navy); border-radius: 12px; margin-bottom: 10px; overflow: hidden; background: var(--white); }
.accordion__title {
  width: 100%; display: flex; align-items: center; gap: 10px;
  background: var(--white); border: 0; padding: 12px 20px;
  font-family: var(--font); font-size: var(--fs-body); font-weight: 400; line-height: 1.3; color: var(--navy); text-align: left; cursor: pointer;
}
.accordion__title:focus-visible { outline: 3px solid var(--green); outline-offset: -3px; }
.accordion__caret { flex: 0 0 auto; width: 0; height: 0; border-left: 7px solid #F81616; border-top: 5px solid transparent; border-bottom: 5px solid transparent; transition: transform 0.25s ease; }
.accordion__item.is-open .accordion__caret { transform: rotate(90deg); }
.accordion__panel { padding: 0 20px 16px 37px; font-family: var(--font-alt); font-size: var(--fs-small); font-weight: 400; color: var(--navy); }
.guarantee { text-align: center; margin-top: 60px; padding-bottom: 150px; }
.guarantee__title { font-family: var(--font-display); font-size: var(--fs-subtitle); font-weight: 400; line-height: 1.2; color: var(--indigo); margin-bottom: 10px; }
.guarantee__text { max-width: 440px; margin-inline: auto; font-size: var(--fs-small); font-weight: 400; color: var(--navy); }
.guarantee__badge { width: 18%; max-width: 260px; min-width: 150px; margin: 24px auto 30px; }

/* ==========================================================================
   11. RODAPÉ
   ========================================================================== */
.footer { background: var(--indigo); color: var(--white); text-align: center; font-family: var(--font-alt); font-size: var(--fs-small); font-weight: 200; line-height: 100px; padding-inline: 20px; }

/* ==========================================================================
   Reduzir movimento: sem parallax, sem zoom, texto todo aceso
   ========================================================================== */
@media (prefers-reduced-motion: reduce) {
  .chapter__video video, .chapter__polaroid, .promise__video, .bonus__card, .offer__bg video, .about__shot { transform: none !important; }
  .chapter__polaroid { transform: rotate(-6deg) !important; }
  .w { opacity: 1 !important; }
  .band__track { animation: none; }
  .promise { height: auto; }
  .promise__sticky { position: static; }
}

/* ==========================================================================
   RESPONSIVO — tablet (≤ 1024px)
   ========================================================================== */
@media (max-width: 1024px) {
  :root {
    --fs-display: 44px; --fs-title: 34px; --fs-subtitle: 24px; --fs-lead: 20px;
    --fs-body: 17px; --fs-small: 15px; --fs-caption: 12px;
  }

  /* Hero em tela cheia também aqui: foto cobre a janela (recorte centrado na
     Mari), título no céu, texto e botão embaixo com brilho branco atrás */
  .hero__inner { display: block; }
  .hero__media { height: 100vh; height: 100svh; }
  .hero__photo { object-position: 46% 50%; }
  .hero__content {
    inset: 0;
    width: auto;
    padding: 24px 24px calc(28px + env(safe-area-inset-bottom));
    justify-content: flex-start;
  }
  .hero__content::before { display: none; }
  .hero__title { margin: 0; position: relative; isolation: isolate; }
  .hero__cta { margin-top: auto; isolation: isolate; }
  .hero__title::before,
  .hero__cta::before {
    content: "";
    position: absolute;
    z-index: -1;
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.92) 36%, rgba(255, 255, 255, 0) 72%);
    pointer-events: none;
  }
  .hero__title::before { inset: -18% -32%; }
  .hero__cta::before { inset: -24% -18%; }
  .hero__text { margin: 0 0 16px; font-size: var(--fs-small); max-width: 460px; }
  .marquee--script { font-size: 14vw; }
  .marquee--bold { font-size: 8vw; }

  .chapter { padding-block: 80px 70px; }
  .chapter__grid { grid-template-columns: 1fr; gap: 40px; }
  .chapter__media { max-width: 520px; margin-inline: auto; width: 100%; }

  .promise { height: 150vh; }

  .find { padding-block: 80px 70px; }
  .find__grid { grid-template-columns: 1fr; gap: 40px; }
  .find__side { position: static; }
  .find__mockup { width: 44%; }

  .bonus { padding-block: 80px 30px; }
  .bonus__gallery { grid-template-columns: repeat(3, 1fr); gap: 18px; }
  .bonus__card:nth-child(even) { margin-top: 40px; }

  .offer { padding-block: 80px; }
  .offer__grid { grid-template-columns: 1fr; gap: 50px; }
  .offer::before { background: rgba(0, 48, 73, 0.88); }

  .who { padding-block: 80px 60px; }
  .who__grid { grid-template-columns: 1fr; gap: 40px; }
  .who__video { position: static; }

  .about { padding-block: 80px 70px; }
  .about__grid { grid-template-columns: 1fr; gap: 50px; }
  .about__gallery { max-width: 640px; margin-inline: auto; width: 100%; }

  .faq { padding-top: 60px; }
  .accordion { max-width: 100%; }
  .guarantee { padding-bottom: 80px; }
  .guarantee__badge { width: 30%; }
}

/* ==========================================================================
   RESPONSIVO — mobile (≤ 767px)
   ========================================================================== */
@media (max-width: 767px) {
  :root {
    --fs-display: 36px; --fs-title: 30px; --fs-subtitle: 22px; --fs-lead: 18px;
    --fs-body: 16px; --fs-small: 15px; --fs-caption: 13px;
  }
  .title { line-height: 1.2; }
  .btn { font-size: 17px; border-width: 5px; box-shadow: 0 0 0 5px var(--green-ring); padding: 11px 22px; }
  .btn--sm { font-size: 15px; padding: 11px 16px; }
  .guarantee .btn { font-size: 16px; padding: 11px 16px; }

  /* Hero: mesma tela cheia, com espaçamentos menores e letreiro maior; texto + botão sobem pra perto do colo da Mari */
  .hero__content { padding: 18px 18px calc(24px + env(safe-area-inset-bottom)); }
  .hero__cta { margin-bottom: 14vh; margin-bottom: 14svh; }
  .hero__text { max-width: 340px; margin-bottom: 14px; }
  .marquee--script { font-size: 19vw; }
  .marquee--bold { font-size: 11vw; }

  .chapter { padding-block: 60px 50px; }
  .chapter__text { display: flex; flex-direction: column; }
  .chapter__text .btn { align-self: center; }   /* botão centralizado só no celular */
  .chapter__photo img { border-radius: 20px; }
  .statement { font-size: 28px; margin-bottom: 18px; }
  .statement--sm { font-size: 17px; }

  .promise { height: 140vh; }
  .promise__text { font-size: 28px; }

  .find { padding-block: 60px 50px; }
  .find__list { grid-template-columns: 1fr; grid-template-rows: none; grid-auto-flow: row; }
  .find__mockup { width: 58%; }

  .bonus { padding-block: 60px 20px; }
  .bonus__sparkle { width: 44px; }
  .bonus__lead { margin-bottom: 26px; }
  .bonus__gallery { grid-template-columns: repeat(2, 1fr); gap: 14px; padding-bottom: 40px; }
  .bonus__card:nth-child(even) { margin-top: 36px; }
  .bonus__card:last-child { grid-column: 1 / -1; width: 60%; margin: 10px auto 0; }

  .band { padding: 10px 0; }

  .offer { padding-block: 60px; }
  .price-card { padding: 18px 14px; }
  .price-card__row > span { min-width: 0; }
  .offer__price { padding: 28px 18px 26px; border-radius: 22px; }

  .who { padding-block: 60px 40px; }
  .who__grid { margin-top: 24px; }
  .who__lines { width: 280px; }
  .who__list li { padding-left: 42px; margin-bottom: 16px; }
  .phone { width: 270px; padding: 10px; border-radius: 46px; }
  .tablet { max-width: 270px; padding: 11px; border-radius: 24px; }
  .tablet__screen { border-radius: 14px; }
  .phone__screen { border-radius: 36px; }
  .phone__island { top: 10px; height: 22px; }

  .reviews { padding-block: 50px 60px; }
  .reviews__underline { width: 160px; margin-bottom: 24px; }

  .about { padding-block: 60px 50px; }
  .about__gallery { gap: 12px; padding-top: 16px; }
  .about__shot:nth-child(even) { margin-top: 40px; }
  .chapter__media { padding: 0 0 12% 4%; }
  .chapter__video video { border-radius: 20px; }

  .faq { padding: 50px 20px 0; }
  .accordion__title { font-size: var(--fs-small); }
  .guarantee { margin-top: 40px; padding-bottom: 60px; }
  .footer { line-height: 1.5; padding-block: 30px; }
}
