/* ==========================================================
   MOCKUPS INTELIGENTES · Pedro Primão
   Cores: #050505 · #D5D3C2 · #3D3C2C · #7F7A5F
   Tipografia: Arimo (Bold títulos / Regular textos)
   ========================================================== */

:root {
  --black: #050505;
  --cream: #D5D3C2;
  --olive-dark: #3D3C2C;
  --olive: #7F7A5F;
  --red: #7f1d1d;
  --white: #f7f6f0;

  /* Escala tipográfica ÚNICA para toda a página
     (mínimos generosos: o mobile nunca fica miúdo) */
  --fs-h1: clamp(2.4rem, 5.6vw, 3.6rem);
  --fs-h2: clamp(2.05rem, 4.2vw, 2.75rem);
  --fs-h3: clamp(1.18rem, 2.2vw, 1.3rem);
  --fs-lead: clamp(1.1rem, 1.9vw, 1.22rem);
  --fs-body: clamp(1.02rem, 1.6vw, 1.06rem);
  --fs-tag: 0.8rem;

  /* Espaçamento ÚNICO entre dobras e elementos */
  --sec-pad: clamp(84px, 11vw, 150px);
  --gap-head: clamp(44px, 6vw, 68px);
  --gap-el: clamp(20px, 3vw, 28px);

  --radius: 22px;
  --container: 1120px;
  --ease: cubic-bezier(.22, 1, .36, 1);

  /* Bordas padronizadas por tema */
  --line-on-dark: rgba(213, 211, 194, .22);
  --line-on-cream: rgba(61, 60, 44, .22);
}

@property --spin {
  syntax: '<angle>';
  initial-value: 0deg;
  inherits: false;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  font-family: 'Arimo', Arial, sans-serif;
  font-size: var(--fs-body);
  line-height: 1.7;
  background: var(--black);
  color: var(--cream);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

/* Respiro lateral fixo: nunca menos que 24px de cada lado */
.container { width: min(var(--container), 100% - 48px); margin-inline: auto; position: relative; z-index: 2; }
.container-narrow { width: min(820px, 100% - 48px); margin-inline: auto; position: relative; z-index: 2; }

/* ---------- Tipografia padronizada ---------- */
h1, h2, h3 { font-weight: 700; line-height: 1.15; letter-spacing: -0.015em; }
h1 { font-size: var(--fs-h1); }
h2 { font-size: var(--fs-h2); }
h3 { font-size: var(--fs-h3); }

/* Anti-solitária: parágrafos evitam palavra órfã na última linha (Chromium)
   e títulos equilibram as linhas. O reforço via JS cobre os demais navegadores. */
p, li { text-wrap: pretty; }
h1, h2, h3, .statement-line, .pain-closer, .final-cta p { text-wrap: balance; }

.lead { font-size: var(--fs-lead); line-height: 1.65; opacity: .92; max-width: 640px; }

.tag {
  display: inline-block;
  font-size: var(--fs-tag);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  padding: 9px 18px;
  border: 1px solid currentColor;
  border-radius: 999px;
  opacity: .9;
}
/* Pill do hero: sempre em UMA linha (texto completo no desktop largo,
   versão curta onde a coluna aperta) */
.tag-hero { white-space: nowrap; letter-spacing: .14em; }
.tag-hero .tag-short { display: none; }
@media (min-width: 981px) and (max-width: 1240px) {
  .tag-hero .tag-full { display: none; }
  .tag-hero .tag-short { display: inline; }
}

/* Cabeçalho de seção com régua animada sob o título */
.section-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: var(--gap-el);
  margin-bottom: var(--gap-head);
}
.section-head .lead { margin-inline: auto; }
.section-head h2 { position: relative; padding-bottom: 22px; }
.section-head h2::after {
  content: "";
  position: absolute; left: 50%; bottom: 0;
  width: 64px; height: 3px; border-radius: 3px;
  background: currentColor; opacity: .55;
  transform: translateX(-50%) scaleX(0);
  transition: transform .8s var(--ease) .5s;
}
.section-head h2.visible::after { transform: translateX(-50%) scaleX(1); }

/* ---------- Seções / temas ---------- */
.section { padding-block: var(--sec-pad); position: relative; overflow: hidden; }
.section-dark  { background: var(--black); color: var(--cream); }
.section-cream { background: var(--cream); color: var(--olive-dark); }
.section-olive { background: var(--olive-dark); color: var(--cream); }
/* Marrom da página Método Pedro Primão (dobra de apresentação) */
.section-brown { background: #4D2F17; color: #ECEAD9; }

/* Decoração de fundo das seções (orbs com parallax) */
.deco { position: absolute; inset: 0; overflow: hidden; pointer-events: none; z-index: 1; }
.orb {
  position: absolute; border-radius: 50%;
  width: clamp(280px, 34vw, 480px); height: clamp(280px, 34vw, 480px);
  filter: blur(70px);
  animation: orbPulse 9s ease-in-out infinite alternate;
  will-change: transform;
}
.orb-olive      { background: radial-gradient(circle, rgba(127,122,95,.4), transparent 65%); }
.orb-cream      { background: radial-gradient(circle, rgba(213,211,194,.16), transparent 65%); }
.orb-olive-soft { background: radial-gradient(circle, rgba(61,60,44,.85), transparent 65%); }
.orb-gold       { background: radial-gradient(circle, rgba(196,188,143,.22), transparent 65%); }
@keyframes orbPulse {
  from { opacity: .7; scale: 1; }
  to   { opacity: 1;  scale: 1.15; }
}

/* ---------- Fundos animados das dobras ---------- */
/* Malha de pontos deslizando na diagonal (loop perfeito: 360px = 10 tiles) */
.bg-pan {
  position: absolute; inset: -60% -40%;
  background-size: 36px 36px;
  animation: panDiag 80s linear infinite;
  will-change: transform;
}
.bg-pan-light { background-image: radial-gradient(rgba(61, 60, 44, .17) 1.5px, transparent 1.6px); }
.bg-pan-dark  { background-image: radial-gradient(rgba(213, 211, 194, .13) 1.5px, transparent 1.6px); }
.bg-pan-gold  { background-image: radial-gradient(rgba(236, 234, 217, .15) 1.5px, transparent 1.6px); }
.bg-pan-slow  { animation-duration: 130s; }
@keyframes panDiag { to { transform: translate(360px, 360px); } }

/* Aurora de luz girando lentamente */
.bg-aurora {
  position: absolute; inset: -35%;
  background: conic-gradient(from 0deg at 50% 50%,
    transparent 0deg,
    rgba(213, 211, 194, .10) 55deg,
    transparent 120deg,
    rgba(127, 122, 95, .22) 200deg,
    transparent 265deg,
    rgba(213, 211, 194, .07) 320deg,
    transparent 360deg);
  filter: blur(46px);
  animation: auroraSpin 44s linear infinite;
  will-change: transform;
}
.bg-aurora-slow { animation-duration: 75s; animation-direction: reverse; }
@keyframes auroraSpin { to { rotate: 360deg; } }

/* Véu de degradê deslizando: a alma do hero espalhada pelas dobras.
   Camada 2.2x maior que a seção movida por translate (composição na GPU) */
.bg-grad {
  position: absolute; inset: -80% -60%;
  animation: gradDrift 20s ease-in-out infinite alternate;
  will-change: transform;
}
.bg-grad-rev { animation-direction: alternate-reverse; animation-duration: 26s; }
.bg-grad-olive {
  background-image: linear-gradient(115deg,
    rgba(24, 23, 15, 0) 0%, rgba(20, 19, 12, .7) 18%, rgba(61, 60, 44, 0) 36%,
    rgba(104, 100, 72, .5) 55%, rgba(61, 60, 44, 0) 72%, rgba(20, 19, 12, .62) 100%);
}
.bg-grad-dark {
  background-image: linear-gradient(115deg,
    rgba(5, 5, 5, 0) 0%, rgba(32, 31, 22, .8) 20%, rgba(5, 5, 5, 0) 40%,
    rgba(61, 60, 44, .45) 60%, rgba(5, 5, 5, 0) 78%, rgba(32, 31, 22, .7) 100%);
}
.bg-grad-cream {
  background-image: linear-gradient(115deg,
    rgba(213, 211, 194, 0) 0%, rgba(189, 186, 163, .5) 20%, rgba(213, 211, 194, 0) 40%,
    rgba(236, 234, 217, .75) 60%, rgba(213, 211, 194, 0) 80%, rgba(189, 186, 163, .45) 100%);
}
.bg-grad-brown {
  background-image: linear-gradient(115deg,
    rgba(77, 47, 23, 0) 0%, rgba(54, 32, 15, .6) 20%, rgba(77, 47, 23, 0) 42%,
    rgba(115, 72, 37, .5) 62%, rgba(77, 47, 23, 0) 80%, rgba(54, 32, 15, .55) 100%);
}
@keyframes gradDrift {
  from { translate: 0 0; }
  to   { translate: -18% -10%; }
}

/* Grade de prancheta deslizando (o canvas do Photoshop atrás do conteúdo).
   Loop perfeito: 360px de translate = 6 células de 60px */
.bg-grid-pan {
  position: absolute; inset: -400px;
  background-size: 60px 60px;
  animation: panDiag 70s linear infinite;
  will-change: transform;
}
.bg-grid-light {
  background-image:
    linear-gradient(rgba(61, 60, 44, .10) 1px, transparent 1px),
    linear-gradient(90deg, rgba(61, 60, 44, .10) 1px, transparent 1px);
}
.bg-grid-dark {
  background-image:
    linear-gradient(rgba(213, 211, 194, .07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(213, 211, 194, .07) 1px, transparent 1px);
}

/* Facho de luz dourada varrendo a dobra da oferta */
.bg-beam {
  position: absolute; top: -25%; bottom: -25%; left: -60%;
  width: 60%;
  background: linear-gradient(90deg,
    transparent, rgba(196, 188, 143, .07) 40%,
    rgba(236, 234, 217, .12) 50%,
    rgba(196, 188, 143, .07) 60%, transparent);
  transform: rotate(12deg);
  animation: beamSweep 12s ease-in-out infinite;
  will-change: transform;
}
@keyframes beamSweep {
  0%, 14%   { transform: translateX(0) rotate(12deg); }
  60%, 100% { transform: translateX(320%) rotate(12deg); }
}

/* Anéis tracejados girando fora do hero (posições prontas para as dobras) */
.ring-deco-a {
  width: clamp(280px, 30vw, 440px); height: clamp(280px, 30vw, 440px);
  top: -6%; right: -5%;
  animation: ringSpin 55s linear infinite;
}
.ring-deco-b {
  width: clamp(200px, 22vw, 320px); height: clamp(200px, 22vw, 320px);
  bottom: -8%; left: -4%;
  animation: ringSpin 75s linear infinite reverse;
}

/* Orbs que vagam pela dobra além de pulsar (translate não briga
   com o scale do pulso nem com o translateY do parallax) */
.orb-drift     { animation: orbPulse 9s ease-in-out infinite alternate, orbFloat 24s ease-in-out infinite alternate; }
.orb-drift-rev { animation: orbPulse 11s ease-in-out infinite alternate, orbFloat 30s ease-in-out infinite alternate-reverse; }
@keyframes orbFloat { to { translate: 6vw 4vh; } }

/* ---------- Borda luminosa animada (cards) ---------- */
.glow-border { position: relative; }
.glow-border::after {
  content: ""; position: absolute; inset: -1px;
  border-radius: inherit; padding: 1.5px;
  background: conic-gradient(from var(--spin),
    transparent 0turn .30turn,
    rgba(213, 211, 194, .8) .40turn,
    transparent .50turn 1turn);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  animation: spinBorder 6.5s linear infinite;
  pointer-events: none;
  opacity: .5;
  transition: opacity .4s;
}
.glow-border:hover::after { opacity: 1; }
/* Defasagem entre cards vizinhos para o brilho não girar em uníssono */
.glow-border:nth-child(2)::after { animation-delay: -1.6s; }
.glow-border:nth-child(3)::after { animation-delay: -3.2s; }
.glow-border:nth-child(4)::after { animation-delay: -4.8s; }
.glow-border:nth-child(5)::after { animation-delay: -2.4s; }
.glow-border:nth-child(6)::after { animation-delay: -5.6s; }

/* ---------- Barra de progresso ---------- */
.scroll-progress {
  position: fixed; inset: 0 0 auto 0; height: 4px;
  background: rgba(127, 122, 95, .25); z-index: 1000;
}
.scroll-progress span {
  display: block; height: 100%; width: 0;
  background: linear-gradient(90deg, var(--olive), var(--cream));
  transition: width .1s linear;
}

/* ---------- Botões ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: inherit; font-weight: 700; font-size: 0.9rem;
  letter-spacing: 0.05em; text-transform: uppercase;
  padding: 17px 28px; border-radius: 999px; border: none; cursor: pointer;
  position: relative; overflow: hidden; white-space: nowrap;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), background .3s;
  will-change: transform;
}
.btn-primary {
  background: var(--cream); color: var(--black);
  box-shadow: 0 10px 34px rgba(213, 211, 194, .22);
}
.btn-primary:hover { box-shadow: 0 16px 44px rgba(213, 211, 194, .34); }
.btn-primary::after {
  content: ""; position: absolute; top: 0; left: -80%;
  width: 50%; height: 100%;
  background: linear-gradient(105deg, transparent, rgba(255,255,255,.65), transparent);
  transform: skewX(-20deg);
  animation: shine 4.2s var(--ease) infinite;
}
@keyframes shine { 0%, 60% { left: -80%; } 100% { left: 160%; } }

.btn-ghost {
  background: transparent; color: var(--cream);
  border: 1.5px solid rgba(213, 211, 194, .5);
}
.btn-ghost:hover { border-color: var(--cream); background: rgba(213, 211, 194, .08); }
.btn-big { padding: 21px 44px; font-size: 1rem; }

.pulse { animation: pulse 2.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { box-shadow: 0 10px 34px rgba(213,211,194,.22), 0 0 0 0 rgba(213,211,194,.35); }
  50%      { box-shadow: 0 10px 34px rgba(213,211,194,.30), 0 0 0 16px rgba(213,211,194,0); }
}

/* ==========================================================
   HERO
   ========================================================== */
.hero {
  min-height: 100svh;
  display: flex; flex-direction: column; justify-content: space-between;
  background: var(--black); color: var(--cream);
  position: relative; overflow: hidden;
  padding-top: clamp(64px, 9vw, 110px);
}
.hero-bg { position: absolute; inset: 0; pointer-events: none; }
/* Degradê animado da primeira dobra (desktop e mobile) */
.hero-gradient {
  position: absolute; inset: 0;
  background: linear-gradient(115deg,
    #050505 0%,
    #1e1d15 20%,
    #3D3C2C 42%,
    #0a0a08 58%,
    #4e4a37 80%,
    #050505 100%);
  background-size: 260% 260%;
  animation: gradShift 16s ease-in-out infinite alternate;
}
@keyframes gradShift {
  from { background-position: 0% 30%; }
  to   { background-position: 100% 70%; }
}
/* Mosaico de aplicações reais sobreposto ao degradê, com zoom lento
   e fade nas bordas: textura viva sem roubar a leitura */
.hero-mosaic {
  position: absolute; inset: -4%;
  background: url('assets/bg-mosaico.webp') center / cover no-repeat;
  opacity: .16;
  /* dissolve as emendas entre as fotos do mosaico (linhas duras viram rampas) */
  filter: blur(3px);
  -webkit-mask-image: radial-gradient(ellipse 85% 75% at 50% 40%, #000 35%, transparent 78%);
          mask-image: radial-gradient(ellipse 85% 75% at 50% 40%, #000 35%, transparent 78%);
  animation: mosaicZoom 26s ease-in-out infinite alternate;
  will-change: transform;
}
@keyframes mosaicZoom { from { scale: 1; } to { scale: 1.09; } }
.blob { position: absolute; border-radius: 50%; filter: blur(90px); opacity: .5; will-change: transform; }
.blob-1 {
  width: 46vw; height: 46vw; min-width: 340px; min-height: 340px;
  background: radial-gradient(circle, var(--olive-dark), transparent 65%);
  top: -12%; right: -8%;
  animation: drift 14s ease-in-out infinite alternate;
}
.blob-2 {
  width: 34vw; height: 34vw; min-width: 260px; min-height: 260px;
  background: radial-gradient(circle, rgba(127,122,95,.55), transparent 65%);
  bottom: 4%; left: -10%;
  animation: drift 18s ease-in-out infinite alternate-reverse;
}
@keyframes drift {
  from { translate: 0 0; scale: 1; }
  to   { translate: 6vw 4vh; scale: 1.12; }
}
.grid-lines {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(213,211,194,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(213,211,194,.045) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse 90% 70% at 50% 30%, black 30%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse 90% 70% at 50% 30%, black 30%, transparent 75%);
}
/* Anéis decorativos girando lentamente */
.ring {
  position: absolute; border-radius: 50%;
  border: 1px dashed rgba(213, 211, 194, .18);
  will-change: transform;
}
.ring-1 { width: 520px; height: 520px; top: 6%; right: -6%; animation: ringSpin 60s linear infinite; }
.ring-2 { width: 340px; height: 340px; bottom: -8%; left: 4%; animation: ringSpin 45s linear infinite reverse; }
@keyframes ringSpin { to { rotate: 360deg; } }

.hero-grid {
  display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
  gap: clamp(32px, 5vw, 64px); align-items: center;
  position: relative; z-index: 2;
  padding-bottom: clamp(40px, 6vw, 72px);
}
.hero-content { display: flex; flex-direction: column; gap: var(--gap-el); align-items: flex-start; }

.hero-title em.strike {
  font-style: normal; position: relative; white-space: nowrap; opacity: .75;
}
.hero-title em.strike::after {
  content: ""; position: absolute; left: -2%; right: -2%; top: 54%;
  height: .09em; background: var(--red); border-radius: 4px;
  transform: scaleX(0); transform-origin: left;
  animation: strikeIn .7s var(--ease) 1s forwards;
}
@keyframes strikeIn { to { transform: scaleX(1); } }

/* Palavra rotativa: sem caixa, só o texto, sempre em linha própria
   (o título nunca muda de altura entre as trocas de palavra) */
.swap-wrap {
  display: block; position: relative;
  overflow: hidden;
}

/* Seleção estilo Photoshop ao redor da palavra rotativa:
   formigas marchando + alças de transformação */
.ants { display: block; position: relative; width: fit-content; }
.ants::before {
  content: ""; position: absolute; inset: -4px -7px; pointer-events: none;
  background-image:
    repeating-linear-gradient(90deg, rgba(213,211,194,.85) 0 6px, transparent 6px 12px),
    repeating-linear-gradient(90deg, rgba(213,211,194,.85) 0 6px, transparent 6px 12px),
    repeating-linear-gradient(0deg, rgba(213,211,194,.85) 0 6px, transparent 6px 12px),
    repeating-linear-gradient(0deg, rgba(213,211,194,.85) 0 6px, transparent 6px 12px);
  background-size: 100% 2px, 100% 2px, 2px 100%, 2px 100%;
  background-position: 0 0, 0 100%, 0 0, 100% 0;
  background-repeat: no-repeat;
  animation: ants 1.1s linear infinite;
}
@keyframes ants {
  to { background-position: 12px 0, -12px 100%, 0 -12px, 100% 12px; }
}
.ah {
  position: absolute; width: 8px; height: 8px;
  background: var(--cream); border: 1px solid rgba(5,5,5,.65);
  pointer-events: none;
}
.ah-tl { top: -8px; left: -11px; }
.ah-tr { top: -8px; right: -11px; }
.ah-bl { bottom: -8px; left: -11px; }
.ah-br { bottom: -8px; right: -11px; }

/* Retângulo de seleção se desenhando no fundo do hero (marquee tool) */
.select-draw {
  position: absolute; top: 13%; right: 9%;
  width: 230px; height: 140px;
  border: 1.5px dashed rgba(213, 211, 194, .55);
  transform-origin: top left;
  animation: drawRect 9s ease-in-out infinite;
  opacity: 0;
}
.select-draw::after {
  content: ""; position: absolute; right: -5px; bottom: -5px;
  width: 9px; height: 9px;
  background: var(--cream); border: 1px solid rgba(5,5,5,.6);
}
@keyframes drawRect {
  0%   { transform: scale(0, 0); opacity: 0; }
  6%   { opacity: .9; }
  32%  { transform: scale(1, 1); }
  58%  { opacity: .9; }
  70%  { opacity: 0; transform: scale(1, 1); }
  100% { opacity: 0; transform: scale(1, 1); }
}
/* Variante: marquee na dobra do arsenal, no canto vazio do topo
   (espelha o painel de camadas do lado direito, longe dos cards) */
.select-roam {
  top: clamp(18px, 3vw, 40px); right: auto; left: 2.5%;
  width: clamp(120px, 13vw, 190px); height: clamp(76px, 8vw, 112px);
  animation-delay: -4s; animation-duration: 11s;
  border-color: rgba(213, 211, 194, .4);
}

.swap { display: inline-block; }
.swap.out { animation: swapOut .3s var(--ease) forwards; }
.swap.in  { animation: swapIn  .3s var(--ease); }
@keyframes swapOut { to { opacity: 0; transform: translateY(-70%); } }
@keyframes swapIn  { from { opacity: 0; transform: translateY(70%); } }

.cta-row { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }

/* Stats: uma linha só, com divisórias */
.hero-stats {
  display: flex; flex-wrap: nowrap; align-items: stretch;
  margin-top: 6px;
  border-top: 1px solid var(--line-on-dark);
  padding-top: clamp(18px, 2.5vw, 26px);
  width: 100%;
}
.hero-stats li {
  display: flex; flex-direction: column; line-height: 1.25;
  padding-inline: clamp(16px, 2.2vw, 30px);
  border-left: 1px solid var(--line-on-dark);
  flex: 1 1 0;
  min-width: 0;
}
.hero-stats li:first-child { padding-left: 0; border-left: none; }
.hero-stats strong { font-size: clamp(1.35rem, 2.4vw, 1.9rem); font-weight: 700; }
.hero-stats span {
  font-size: .72rem; opacity: .8;
  text-transform: uppercase; letter-spacing: .08em;
  line-height: 1.4;
}

.hero-visual { position: relative; }
.pedro-frame {
  position: relative; border-radius: var(--radius);
  filter: drop-shadow(0 30px 60px rgba(0,0,0,.55));
}
.pedro-frame img { width: 100%; height: auto; }

.chip {
  position: absolute; z-index: 3;
  background: rgba(5,5,5,.72); border: 1px solid rgba(213,211,194,.4);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  color: var(--cream); font-weight: 700; font-size: .82rem;
  letter-spacing: .04em; padding: 10px 16px; border-radius: 999px;
  box-shadow: 0 12px 30px rgba(0,0,0,.4);
}
.chip-1 { top: 8%; left: -4%; }
.chip-2 { top: 42%; right: -6%; }
.chip-3 { bottom: 10%; left: 2%; }

.float-slow { animation: floatY 7s ease-in-out infinite; }
.float-a { animation: floatY 5.2s ease-in-out infinite; }
.float-b { animation: floatY 6.4s ease-in-out .6s infinite; }
.float-c { animation: floatY 5.8s ease-in-out 1.1s infinite; }
@keyframes floatY {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-14px); }
}

/* Marquee */
.marquee {
  border-top: 1px solid rgba(213,211,194,.18);
  border-bottom: 1px solid rgba(213,211,194,.18);
  background: rgba(213,211,194,.03);
  padding-block: 16px; overflow: hidden;
  position: relative; z-index: 2;
}
.marquee-track {
  display: flex; width: max-content;
  animation: marquee 26s linear infinite;
}
.marquee-track span {
  font-weight: 700; text-transform: uppercase; letter-spacing: .18em;
  font-size: .85rem; opacity: .7; white-space: nowrap;
}
@keyframes marquee { to { transform: translateX(-50%); } }
.marquee-reverse { background: var(--black); color: var(--cream); }
.marquee-reverse .marquee-track { animation-direction: reverse; }

/* ==========================================================
   DORES · cartões uniformes, perfeitamente alinhados
   ========================================================== */
.pain-list {
  display: flex; flex-direction: column; gap: var(--gap-el);
  max-width: 780px; margin-inline: auto;
}
.pain-card {
  display: flex; align-items: center; gap: 20px;
  background: var(--olive-dark); color: var(--cream);
  border: 1px solid rgba(213, 211, 194, .28);
  border-radius: var(--radius);
  padding: clamp(20px, 3vw, 26px) clamp(22px, 4vw, 34px);
  box-shadow: 0 14px 34px rgba(61, 60, 44, .25);
  transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .4s;
}
.pain-card:hover {
  transform: translateX(10px);
  box-shadow: 0 20px 44px rgba(61,60,44,.38);
  border-color: rgba(213, 211, 194, .5);
}
.pain-card p { font-size: var(--fs-body); line-height: 1.55; }
.pain-x {
  flex: 0 0 auto; width: 44px; height: 44px; border-radius: 50%;
  background: var(--white); color: var(--red);
  border: 1px solid rgba(61, 60, 44, .2);
  display: grid; place-items: center;
  font-size: 1.25rem; font-weight: 700;
}
.pain-closer {
  text-align: center; margin-top: var(--gap-head);
  font-size: var(--fs-lead); line-height: 1.6;
}
.pain-closer strong { font-size: 1.2em; }

/* Caminho de pen tool desenhando na lateral da dobra de dores */
.pen-path {
  position: absolute; top: 4%; right: 1.5%;
  height: 92%; width: auto;
  color: var(--olive-dark);
  opacity: .3;
}
.pen-path path {
  stroke: currentColor; stroke-width: 1.5;
  stroke-dasharray: 7 9;
  animation: penDash 26s linear infinite;
}
.pen-path rect { stroke: currentColor; stroke-width: 1.5; fill: var(--cream); }
@keyframes penDash { to { stroke-dashoffset: -320; } }
/* Variantes da pen tool: depoimentos (creme, espelhada) e sobre (dourada) */
.pen-cream { color: rgba(213, 211, 194, .9); opacity: .16; right: auto; left: 1.5%; transform: scaleX(-1); }
.pen-gold  { color: #C4BC8F; opacity: .22; }

/* Bezier: alavancas de direção saindo dos pontos de âncora */
.pen-path line { stroke: currentColor; stroke-width: 1; opacity: .65; }
.pen-path circle { stroke: currentColor; stroke-width: 1.3; fill: none; }

/* Tesourinha cortando a linha pontilhada (cupom da oferta) */
.cut-line {
  position: relative; height: 0;
  border-top: 2px dashed rgba(213, 211, 194, .3);
  margin-bottom: var(--gap-head);
}
.scissors {
  position: absolute; top: -12px; left: 0;
  color: rgba(213, 211, 194, .85);
  animation: cutMove 16s linear infinite;
}
@keyframes cutMove {
  from { left: -3%; }
  to   { left: 102%; }
}

/* Paleta de cores com conta-gotas (para quem é) */
.palette-chip {
  position: absolute; right: 4%; bottom: 9%;
  display: flex; align-items: center; gap: 8px;
  background: rgba(5, 5, 5, .5);
  border: 1px solid var(--line-on-dark);
  border-radius: 12px;
  padding: 10px 14px;
  color: var(--cream);
}
.palette-chip i {
  width: 20px; height: 20px; border-radius: 5px;
  background: var(--c);
  border: 1px solid rgba(255, 255, 255, .25);
  animation: swatchPick 8s ease-in-out infinite;
}
.palette-chip i:nth-of-type(2) { animation-delay: 2s; }
.palette-chip i:nth-of-type(3) { animation-delay: 4s; }
.palette-chip i:nth-of-type(4) { animation-delay: 6s; }
@keyframes swatchPick {
  0%, 100% { box-shadow: none; transform: none; }
  4%, 20%  { box-shadow: 0 0 0 2px var(--cream); transform: scale(1.15); }
  26%      { box-shadow: none; transform: none; }
}

/* Painel de camadas em miniatura (arsenal) */
.layers-chip {
  position: absolute; top: 9%; right: 3.5%;
  display: flex; flex-direction: column; gap: 6px;
  background: rgba(5, 5, 5, .55);
  border: 1px solid var(--line-on-dark);
  border-radius: 12px;
  padding: 12px 14px;
  color: var(--cream);
  font-size: .72rem; letter-spacing: .04em;
  opacity: .9;
}
.layers-chip b {
  font-size: .66rem; text-transform: uppercase; letter-spacing: .16em;
  opacity: .6; margin-bottom: 2px;
}
.layers-chip .lay {
  display: flex; align-items: center; gap: 8px;
  padding: 4px 8px; border-radius: 6px;
  animation: layActive 9s ease-in-out infinite;
}
.layers-chip .lay:nth-child(3) { animation-delay: 3s; }
.layers-chip .lay:nth-child(4) { animation-delay: 6s; }
@keyframes layActive {
  0%, 100% { background: transparent; }
  5%, 28%  { background: rgba(213, 211, 194, .18); }
  33%      { background: transparent; }
}
.layers-chip .eye {
  width: 11px; height: 8px;
  border: 1px solid rgba(213, 211, 194, .7);
  border-radius: 50%;
}

/* Régua de artboard no topo da prancheta de módulos */
.ruler {
  position: absolute; top: -46px; left: 0; right: 0; height: 14px;
  background:
    repeating-linear-gradient(90deg, rgba(61, 60, 44, .3) 0 1px, transparent 1px 10px) bottom / 100% 6px no-repeat,
    repeating-linear-gradient(90deg, rgba(61, 60, 44, .45) 0 1px, transparent 1px 50px) bottom / 100% 13px no-repeat;
  pointer-events: none;
}

/* Marcas de corte ao redor da prancheta de módulos */
.crop-frame { position: absolute; inset: -22px; pointer-events: none; }
.crop-frame::before, .crop-frame::after {
  content: ""; position: absolute; width: 34px; height: 34px;
  border: 2px solid rgba(61, 60, 44, .35);
}
.crop-frame::before { top: 0; left: 0; border-right: none; border-bottom: none; }
.crop-frame::after { bottom: 0; right: 0; border-left: none; border-top: none; }

/* ==========================================================
   STATEMENT (narrativa da virada)
   ========================================================== */
/* Virada: statement à esquerda, Pedro com o notebook à direita,
   dentro de uma caixa de transformação estilo Photoshop */
.metodo-grid {
  display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr);
  align-items: start;
  gap: clamp(24px, 4vw, 64px);
  margin-bottom: clamp(10px, 1.6vw, 20px);
}
.tf-box {
  position: relative; width: fit-content; margin-inline: auto;
  /* o fade da base é transparente: aproxima os pilares sem cortar a foto */
  margin-bottom: -190px;
}
.metodo-photo img {
  width: 100%; max-width: 320px; display: block;
  /* a foto fica na frente: moldura e badges passam por trás do Pedro */
  position: relative; z-index: 2;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(to bottom, #000 66%, rgba(0,0,0,0) 92%);
          mask-image: linear-gradient(to bottom, #000 66%, rgba(0,0,0,0) 92%);
}
/* Caixa de transformação: moldura tracejada + 8 alças + etiqueta de camada */
.tf-frame {
  position: absolute; inset: 3% 4% 20% 4%;
  border: 1.5px dashed rgba(213, 211, 194, .45);
  pointer-events: none;
  z-index: 1;
}
.tfh {
  position: absolute; width: 9px; height: 9px;
  background: var(--cream); border: 1px solid rgba(5, 5, 5, .6);
}
.tfh-tl { top: -5px; left: -5px; }
.tfh-t  { top: -5px; left: calc(50% - 4.5px); }
.tfh-tr { top: -5px; right: -5px; }
.tfh-r  { top: calc(50% - 4.5px); right: -5px; }
.tfh-br { bottom: -5px; right: -5px; }
.tfh-b  { bottom: -5px; left: calc(50% - 4.5px); }
.tfh-bl { bottom: -5px; left: -5px; }
.tfh-l  { top: calc(50% - 4.5px); left: -5px; }
.tf-label {
  position: absolute; top: calc(3% - 34px); left: 4%;
  font-size: .72rem; font-weight: 700; letter-spacing: .06em;
  color: var(--cream);
  background: rgba(5, 5, 5, .55);
  border: 1px solid var(--line-on-dark);
  padding: 5px 12px; border-radius: 7px;
  white-space: nowrap; pointer-events: none;
  z-index: 3;
}
/* Badges de ferramenta flutuando ao redor da foto */
.tool-badge {
  position: absolute; width: 46px; height: 46px; border-radius: 11px;
  display: grid; place-items: center;
  font-weight: 700; font-size: 1.05rem;
  border: 1px solid rgba(255, 255, 255, .18);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .4);
  pointer-events: none;
  z-index: 1;
}
.tool-ps { background: #001E36; color: #31A8FF; top: 10%; right: -20px; }
.tool-ai { background: #330000; color: #FF9A00; bottom: 26%; left: -24px; }
.statement {
  text-align: left;
  display: flex; flex-direction: column; gap: clamp(10px, 1.6vw, 16px);
}
.statement-line {
  font-size: var(--fs-lead);
  font-weight: 400; opacity: .95; line-height: 1.5;
}
.statement-big {
  font-size: var(--fs-h2);
  font-weight: 700; line-height: 1.2; letter-spacing: -0.015em;
  padding-block: clamp(4px, 1vw, 10px);
}
/* Destaque com moldura de transformação (echo do card "O Método") */
.mark {
  position: relative; display: inline-block;
  background-image: linear-gradient(0deg, var(--cream), var(--cream));
  background-repeat: no-repeat;
  background-size: 0% 100%;
  background-position: 0 50%;
  border-radius: .12em;
  padding-inline: .14em;
  outline: 1px solid transparent;
  outline-offset: 7px;
  transition: background-size .7s var(--ease) .5s, color .35s ease .85s, outline-color .5s ease 1.1s;
}
.statement-big.visible .mark { background-size: 100% 100%; color: var(--olive-dark); outline-color: rgba(213,211,194,.5); }
.mark::before, .mark::after {
  content: ""; position: absolute; width: 8px; height: 8px;
  background: var(--cream); border: 1px solid rgba(5,5,5,.6);
  opacity: 0; transition: opacity .4s ease 1.2s;
}
.mark::before { top: -11px; left: -11px; }
.mark::after { bottom: -11px; right: -11px; }
.statement-big.visible .mark::before,
.statement-big.visible .mark::after { opacity: 1; }
.statement-note {
  max-width: 640px; margin: clamp(8px, 1.4vw, 14px) 0 0;
  font-size: var(--fs-body); opacity: .9; line-height: 1.7;
  border-top: 1px solid var(--line-on-dark);
  padding-top: clamp(18px, 2.6vw, 26px);
}

/* ==========================================================
   PILARES (método)
   ========================================================== */
.pillars {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--gap-el);
  /* acima da cauda do fade da foto (que tem z-index 2 para cobrir a moldura) */
  position: relative; z-index: 3;
}
.pillar {
  background: rgba(213,211,194,.06);
  border: 1px solid var(--line-on-dark);
  border-radius: var(--radius);
  padding: clamp(26px, 4vw, 40px);
  display: flex; flex-direction: column; gap: 14px;
  transition: transform .45s var(--ease), background .45s, border-color .45s;
}
.pillar:hover { transform: translateY(-10px); background: rgba(213,211,194,.1); border-color: rgba(213,211,194,.45); }
.pillar-num {
  font-weight: 700; font-size: .85rem; letter-spacing: .2em;
  color: var(--cream);
  background: rgba(5,5,5,.4);
  border: 1px solid var(--line-on-dark);
  align-self: flex-start; padding: 6px 14px; border-radius: 999px;
}
.pillar p { opacity: .9; }

/* ==========================================================
   FEATURES (o que recebe)
   ========================================================== */
.features {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--gap-el);
}
.feature {
  background: linear-gradient(160deg, rgba(61,60,44,.55), rgba(61,60,44,.18));
  border: 1px solid rgba(127,122,95,.4);
  border-radius: var(--radius);
  padding: clamp(26px, 4vw, 38px);
  display: flex; flex-direction: column; gap: 12px;
  position: relative; overflow: hidden;
  transition: transform .45s var(--ease), border-color .45s;
}
.feature::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(420px circle at var(--mx, 50%) var(--my, 50%), rgba(213,211,194,.09), transparent 45%);
  opacity: 0; transition: opacity .4s;
}
.feature:hover::before { opacity: 1; }
.feature:hover { transform: translateY(-8px); border-color: rgba(213,211,194,.5); }
.feature-num {
  align-self: flex-start;
  font-weight: 700; font-size: .8rem; letter-spacing: .18em;
  color: var(--cream);
  border: 1px solid var(--line-on-dark);
  background: rgba(5, 5, 5, .45);
  padding: 6px 12px; border-radius: 999px;
}
.feature p { opacity: .9; }
/* Reserva 2 linhas de título: os parágrafos alinham entre cards vizinhos */
.feature h3 { min-height: 2.4em; display: flex; align-items: flex-start; }

/* ==========================================================
   DEPOIMENTOS (Comunidade dos Primos)
   ========================================================== */
.depo-head {
  display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, .75fr);
  align-items: center;
  gap: clamp(24px, 4vw, 56px);
  margin-bottom: clamp(16px, 2.4vw, 32px);
}
.depo-head-copy {
  display: flex; flex-direction: column; gap: var(--gap-el);
  align-items: flex-start;
}
.depo-head-photo img {
  width: 100%; max-width: 320px; margin-inline: auto; display: block;
  /* o fade da base fica transparente: puxa os cards para cima, por baixo dele */
  margin-bottom: -54px;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(to bottom, #000 78%, rgba(0,0,0,0) 99%);
          mask-image: linear-gradient(to bottom, #000 78%, rgba(0,0,0,0) 99%);
}
.depo-grid {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--gap-el);
}
.depo-card {
  background: rgba(213, 211, 194, .06);
  border: 1px solid var(--line-on-dark);
  border-radius: var(--radius);
  padding: clamp(24px, 3.4vw, 32px);
  display: flex; flex-direction: column; gap: 14px;
  transition: transform .4s var(--ease), background .4s;
}
.depo-card:hover { transform: translateY(-6px); background: rgba(213, 211, 194, .1); }
.depo-stars { color: #C4BC8F; letter-spacing: .2em; font-size: .95rem; }
.depo-text { opacity: .9; font-style: italic; line-height: 1.65; }
.depo-author { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.depo-avatar {
  flex: 0 0 auto; width: 42px; height: 42px; border-radius: 50%;
  background: rgba(5, 5, 5, .4);
  border: 1px solid var(--line-on-dark);
  display: grid; place-items: center;
  font-weight: 700; font-size: .85rem;
}
.depo-name { display: flex; flex-direction: column; line-height: 1.3; }
.depo-name strong { font-size: .95rem; }
.depo-name small { font-size: .78rem; opacity: .75; }

/* ==========================================================
   MÓDULOS
   ========================================================== */
.modules {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--gap-el);
}
.module-card {
  border-radius: calc(var(--radius) + 6px);
  overflow: hidden;
  border: 1px solid var(--line-on-cream);
  background: #000;
  box-shadow: 0 18px 44px rgba(61, 60, 44, .28);
  transition: transform .3s ease-out, box-shadow .45s var(--ease);
  transform-style: preserve-3d; will-change: transform;
}
.module-card:hover { box-shadow: 0 30px 64px rgba(61,60,44,.42); }
/* Cards recortados na origem (sem moldura branca) e normalizados
   para a mesma proporção: o grid fecha sempre na mesma altura */
.module-card { aspect-ratio: 463 / 1000; }
.module-card img { width: 100%; height: 100%; object-fit: cover; }
/* Cantoneiras de corte (crop tool) surgem no hover */
.module-card::before, .module-card::after {
  content: ""; position: absolute; width: 24px; height: 24px; z-index: 2;
  border: 3px solid var(--cream);
  opacity: 0; transition: opacity .3s, transform .35s var(--ease);
  pointer-events: none;
}
.module-card::before {
  top: 12px; left: 12px;
  border-right: none; border-bottom: none;
  transform: translate(8px, 8px);
}
.module-card::after {
  bottom: 12px; right: 12px;
  border-left: none; border-top: none;
  transform: translate(-8px, -8px);
}
.module-card:hover::before, .module-card:hover::after { opacity: 1; transform: none; }

.modules-experts {
  text-align: center; margin-top: var(--gap-head);
  font-size: var(--fs-lead);
}

/* ==========================================================
   PARA QUEM É
   ========================================================== */
.fit-list {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--gap-el);
  max-width: 900px; margin-inline: auto;
}
.fit-item {
  display: flex; gap: 18px; align-items: flex-start;
  background: rgba(213,211,194,.07);
  border: 1px solid var(--line-on-dark);
  border-radius: var(--radius);
  padding: clamp(22px, 3.4vw, 30px);
  transition: transform .4s var(--ease), background .4s, border-color .4s;
}
.fit-item:hover { transform: translateY(-6px); background: rgba(213,211,194,.12); border-color: rgba(213,211,194,.45); }
.fit-check {
  flex: 0 0 auto; width: 40px; height: 40px; border-radius: 50%;
  background: var(--cream); color: var(--olive-dark);
  display: grid; place-items: center; font-weight: 700; font-size: 1.05rem;
}
.fit-item p { line-height: 1.6; }

/* ==========================================================
   OFERTA
   ========================================================== */
.offer-section { isolation: isolate; }
.offer-glow {
  position: absolute; inset: auto 0 0 0; height: 70%;
  background: radial-gradient(ellipse 65% 60% at 50% 100%, rgba(127,122,95,.28), transparent 70%);
  z-index: -1;
}
.offer-card {
  display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  gap: clamp(28px, 5vw, 56px);
  background: linear-gradient(150deg, rgba(61,60,44,.7), rgba(5,5,5,.6));
  border: 1px solid var(--line-on-dark);
  border-radius: calc(var(--radius) + 10px);
  padding: clamp(28px, 5vw, 56px);
  box-shadow: 0 40px 90px rgba(0,0,0,.5);
  position: relative;
}
/* Borda luminosa girando ao redor do card da oferta */
.offer-card::before {
  content: ""; position: absolute; inset: -1px;
  border-radius: inherit; padding: 1.5px;
  background: conic-gradient(from var(--spin),
    transparent 0turn .32turn,
    rgba(213, 211, 194, .85) .42turn,
    transparent .52turn 1turn);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  animation: spinBorder 7s linear infinite;
  pointer-events: none;
}
@keyframes spinBorder { to { --spin: 360deg; } }

.offer-list { display: flex; flex-direction: column; gap: 16px; }
.offer-list li { display: flex; gap: 14px; align-items: flex-start; line-height: 1.55; }
.offer-list li span {
  flex: 0 0 auto; width: 26px; height: 26px; border-radius: 50%;
  background: var(--olive); color: var(--black);
  display: grid; place-items: center; font-size: .8rem; font-weight: 700;
  margin-top: 2px;
}
.offer-price {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; gap: 10px;
  background: rgba(5,5,5,.5);
  border: 1px solid var(--line-on-dark);
  border-radius: var(--radius);
  padding: clamp(26px, 4vw, 40px);
  position: relative; overflow: hidden;
}
/* Xadrez de transparência (PNG alpha) atrás do preço */
.offer-price::before {
  content: ""; position: absolute; inset: 0; border-radius: inherit;
  background: repeating-conic-gradient(rgba(213, 211, 194, .05) 0% 25%, transparent 0% 50%) 0 0 / 24px 24px;
  pointer-events: none;
}
.price-label { text-transform: uppercase; letter-spacing: .18em; font-size: var(--fs-tag); opacity: .85; }
.price-value {
  font-size: clamp(3.4rem, 8vw, 5rem); font-weight: 700; line-height: 1;
  letter-spacing: -0.03em;
}
.price-value small { font-size: .35em; vertical-align: super; font-weight: 700; margin-right: 4px; }
.price-note { opacity: .95; margin-bottom: 8px; font-size: 1.05rem; }
.price-note strong { font-size: 1.15em; }
.secure-row {
  display: flex; align-items: center; gap: 8px;
  font-size: .8rem; opacity: .85; margin-top: 6px;
}

.guarantee {
  display: flex; gap: 24px; align-items: center;
  max-width: 720px; margin: var(--gap-head) auto 0;
  background: rgba(213,211,194,.05);
  border: 1px dashed rgba(213,211,194,.4);
  border-radius: var(--radius);
  padding: clamp(22px, 3.5vw, 32px);
}
.guarantee-badge {
  flex: 0 0 auto; width: 78px; height: 78px; border-radius: 50%;
  background: var(--cream); color: var(--olive-dark);
  display: grid; place-items: center;
  font-size: 2rem; font-weight: 700;
  position: relative;
}
.guarantee-badge::after {
  content: "DIAS"; position: absolute; bottom: 14px;
  font-size: .55rem; letter-spacing: .18em;
}
.guarantee h3 { margin-bottom: 6px; }
.guarantee p { opacity: .9; }

/* ==========================================================
   SOBRE
   ========================================================== */
.about-grid {
  display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(32px, 6vw, 72px); align-items: center;
}
.about-photo {
  width: 100%; max-width: 540px; margin-inline: auto; display: block;
  /* fade na base: suaviza o corte reto da foto sobre o marrom */
  -webkit-mask-image: linear-gradient(to bottom, #000 74%, rgba(0,0,0,0) 99%);
          mask-image: linear-gradient(to bottom, #000 74%, rgba(0,0,0,0) 99%);
}
.about-title { line-height: 1.08; }
.about-title sup { font-size: .42em; vertical-align: super; }
.about-prazer {
  display: block; font-style: italic; font-weight: 600;
  color: #C4BC8F; font-size: .62em; letter-spacing: .01em;
}
.about-content { display: flex; flex-direction: column; gap: var(--gap-el); align-items: flex-start; }
.about-content p { max-width: 540px; }
.about-content strong { color: #C4BC8F; }

/* ==========================================================
   FAQ
   ========================================================== */
.faq-list { display: flex; flex-direction: column; gap: 14px; }
.faq-item {
  background: rgba(213,211,194,.05);
  border: 1px solid var(--line-on-dark);
  border-radius: var(--radius);
  overflow: hidden;
  transition: border-color .35s, background .35s;
}
.faq-item[open] { border-color: rgba(213,211,194,.45); background: rgba(213,211,194,.08); }
.faq-item summary {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  cursor: pointer; list-style: none;
  font-weight: 700; font-size: var(--fs-h3);
  padding: clamp(18px, 3vw, 24px) clamp(20px, 3.5vw, 30px);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-icon {
  flex: 0 0 auto; width: 30px; height: 30px; border-radius: 50%;
  border: 1.5px solid rgba(213,211,194,.55);
  position: relative; transition: transform .4s var(--ease), background .3s;
}
.faq-icon::before, .faq-icon::after {
  content: ""; position: absolute; inset: 0; margin: auto;
  background: var(--cream); border-radius: 2px;
}
.faq-icon::before { width: 12px; height: 2px; }
.faq-icon::after { width: 2px; height: 12px; transition: transform .3s; }
.faq-item[open] .faq-icon { transform: rotate(180deg); }
.faq-item[open] .faq-icon::after { transform: scaleY(0); }
.faq-body { padding: 0 clamp(20px, 3.5vw, 30px) clamp(18px, 3vw, 24px); }
.faq-body p { opacity: .9; }

.final-cta {
  text-align: center; margin-top: var(--gap-head);
  display: flex; flex-direction: column; align-items: center; gap: var(--gap-el);
  border-top: 1px solid var(--line-on-dark);
  padding-top: var(--gap-head);
}
.final-cta p { font-size: var(--fs-lead); line-height: 1.7; }
.final-cta strong { font-size: 1.1em; }

/* ==========================================================
   FOOTER
   ========================================================== */
.footer {
  background: var(--black); color: var(--cream);
  border-top: 1px solid rgba(213,211,194,.16);
  padding-block: clamp(36px, 6vw, 56px);
}
.footer-grid {
  display: flex; justify-content: space-between; align-items: center;
  gap: 24px; flex-wrap: wrap;
}
.footer-logo { font-weight: 700; letter-spacing: .3em; line-height: 1.4; font-size: .9rem; }
.footer p { font-size: .8rem; opacity: .7; line-height: 1.7; }

/* ==========================================================
   STICKY CTA (somente mobile)
   ========================================================== */
.sticky-cta {
  display: none;
  position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 900;
  align-items: center; justify-content: space-between; gap: 12px;
  background: rgba(5,5,5,.88);
  border: 1px solid rgba(213,211,194,.3);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border-radius: 18px;
  padding: 12px 14px 12px 20px;
  box-shadow: 0 18px 44px rgba(0,0,0,.55);
  transform: translateY(140%);
  transition: transform .5s var(--ease);
}
.sticky-cta.show { transform: translateY(0); }
.sticky-cta .btn { padding: 14px 22px; font-size: .82rem; white-space: nowrap; }
.sticky-price { display: flex; flex-direction: column; line-height: 1.15; color: var(--cream); white-space: nowrap; }
.sticky-price small { font-size: .68rem; opacity: .75; text-transform: uppercase; letter-spacing: .1em; }
.sticky-price strong { font-size: 1.15rem; }

/* ==========================================================
   NOTIFICAÇÃO DE COMPRA (prova social)
   Card fixo no topo, SEMPRE do mesmo tamanho: 350x74
   ========================================================== */
.buy-toast {
  position: fixed; top: 14px; left: 50%;
  width: 350px; height: 74px;
  transform: translate(-50%, -160%);
  display: flex; align-items: center; gap: 12px;
  padding: 0 18px;
  background: rgba(5, 5, 5, .92);
  border: 1px solid rgba(213, 211, 194, .38);
  border-radius: 16px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, .45);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  z-index: 950;
  pointer-events: none;
  opacity: 0;
  transition: transform .6s var(--ease), opacity .5s;
}
.buy-toast.show { transform: translate(-50%, 0); opacity: 1; }
.buy-avatar {
  flex: 0 0 auto; width: 42px; height: 42px; border-radius: 50%;
  background: var(--olive-dark); color: var(--cream);
  border: 1px solid rgba(213, 211, 194, .4);
  display: grid; place-items: center;
  font-weight: 700; font-size: .85rem; letter-spacing: .04em;
}
.buy-text {
  display: flex; flex-direction: column; line-height: 1.35;
  color: var(--cream); min-width: 0;
}
.buy-text strong { font-size: .92rem; }
.buy-text span { font-size: .76rem; opacity: .85; white-space: nowrap; }

/* ==========================================================
   ANIMAÇÕES DE ENTRADA (scroll reveal)
   ========================================================== */
.reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity .9s var(--ease), transform .9s var(--ease);
}
.reveal.visible { opacity: 1; transform: none; }
.d-1 { transition-delay: .12s; }
.d-2 { transition-delay: .24s; }
.d-3 { transition-delay: .36s; }
.d-4 { transition-delay: .48s; }

/* ==========================================================
   RESPONSIVO
   ========================================================== */
@media (max-width: 980px) {
  /* Hero em coluna única: tudo centralizado, foto logo abaixo da pill */
  .hero-grid { display: flex; flex-direction: column; align-items: center; gap: var(--gap-el); text-align: center; }
  .hero-content { display: contents; }
  .tag-hero { order: 1; }
  .hero-visual { order: 2; max-width: min(440px, 100%); width: 100%; margin-inline: auto; }
  .hero-title { order: 3; }
  .hero-grid .lead { order: 4; }
  .cta-row { order: 5; justify-content: center; }
  .hero-stats { order: 6; }
  .hero-stats li { align-items: center; text-align: center; }
  .pillars, .features, .modules { grid-template-columns: repeat(2, 1fr); }
  .offer-card { grid-template-columns: 1fr; }
  .depo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .depo-head { grid-template-columns: 1fr; text-align: center; }
  .depo-head-copy { align-items: center; }
  .depo-head-photo img { max-width: 260px; margin-bottom: 0; }
  .ants { margin-inline: auto; }
  .select-draw, .pen-path, .layers-chip, .palette-chip { display: none; }
  .metodo-grid { grid-template-columns: 1fr; margin-bottom: var(--gap-head); }
  .statement { text-align: center; align-items: center; }
  .statement-note { margin-inline: auto; }
  .metodo-photo img { max-width: 270px; }
  .tf-box { margin-bottom: -95px; }
  .about-grid { grid-template-columns: 1fr; }
  .about-visual { max-width: 420px; margin-inline: auto; width: 100%; }
  .about-content { align-items: center; text-align: center; }
  .only-desktop { display: none; }
}

@media (max-width: 768px) {
  .sticky-cta { display: flex; }
  .footer { padding-bottom: calc(clamp(36px, 6vw, 56px) + 84px); } /* espaço p/ sticky CTA */
}

@media (max-width: 640px) {
  /* Escala tipográfica reforçada no celular: leitura de perto, sem esforço */
  :root {
    --fs-h1: min(2.7rem, 11vw);
    --fs-h2: 2.3rem;
    --fs-h3: 1.28rem;
    --fs-lead: 1.18rem;
    --fs-body: 1.08rem;
  }

  .pillars, .features, .modules, .fit-list { grid-template-columns: 1fr; }
  .modules { max-width: 420px; margin-inline: auto; }
  .depo-grid { grid-template-columns: 1fr; }
  .final-banner { grid-template-columns: 1fr; align-items: center; padding-bottom: 0; }
  .final-banner-copy { align-items: center; text-align: center; padding-bottom: clamp(24px, 6vw, 44px); }
  .final-banner-photo { order: 2; }
  .final-banner-photo img { max-width: 230px; }
  .final-banner-copy { order: 1; padding-top: 4px; }
  .pain-x { width: 40px; height: 40px; font-size: 1.1rem; }
  .chip-2 { right: 0; }
  .chip-1 { left: 0; }
  .cta-row .btn { width: 100%; }
  .hero { padding-top: 76px; }
  /* Stats em 3 colunas no celular, com as mesmas divisórias */
  .hero-stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px 0; }
  .hero-stats li { padding-inline: 8px; }
  .guarantee { flex-direction: column; text-align: center; }
  .footer-grid { flex-direction: column; text-align: center; }
  .ring-1 { width: 320px; height: 320px; }
  .ring-2 { width: 220px; height: 220px; }
  /* Aurora usa blur pesado: some no celular em favor da fluidez */
  .bg-aurora { display: none; }

  /* Tipografia maior no celular: leitura confortável, nada miúdo */
  .tag { letter-spacing: .14em; line-height: 1.6; font-size: .84rem; }
  .tag-hero { font-size: .78rem; letter-spacing: .08em; padding: 9px 16px; }
  .tag-hero .tag-full { display: none; }
  .tag-hero .tag-short { display: inline; }
  .btn { font-size: 1rem; padding: 18px 24px; white-space: normal; text-align: center; line-height: 1.35; }
  .btn-big { font-size: 1.05rem; }
  /* Card da oferta respira melhor em tela estreita */
  .offer-card { padding: 24px 20px; }
  .offer-price { padding: 24px 18px; }
  .hero-stats strong { font-size: 1.85rem; }
  .hero-stats span { font-size: .85rem; letter-spacing: .06em; }
  .feature h3 { min-height: 0; }
  .chip { font-size: .92rem; }
  .marquee-track span { font-size: .95rem; }
  .pillar-num, .feature-num { font-size: .88rem; }
  .secure-row { font-size: .9rem; }
  .footer p { font-size: .9rem; }
  .price-note { font-size: 1.12rem; }
  .sticky-price small { font-size: .75rem; }
  .sticky-price strong { font-size: 1.25rem; }
  .sticky-cta .btn { font-size: .88rem; }
  .buy-toast { width: min(350px, calc(100vw - 20px)); }
}

@media (max-width: 380px) {
  /* Barra fixa compacta em telas bem estreitas */
  .sticky-cta { padding: 10px 10px 10px 14px; }
  .sticky-price strong { font-size: 1.1rem !important; }
  .sticky-cta .btn { font-size: .8rem !important; padding: 13px 16px; }
}

/* Acessibilidade: reduz animações */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
  .reveal { opacity: 1; transform: none; }
  .mark { background-size: 100% .34em; }
}
