/* ============================================================
   VIVA Eventos · Captação de OPERADORES
   "Você já sabe vender. Falta ser dono da festa."
   Identidade: laranja #F47720 · roxo #3B1D64 · Lato + Permanent Marker
   ============================================================ */

:root {
  /* Marca */
  --laranja: #f47720;
  --laranja-esc: #d9611a;
  --laranja-claro: #ff9a4d;
  --roxo: #3b1d64;
  --roxo-esc: #26123f;
  --roxo-prof: #170a27;
  --roxo-noite: #0f0619;

  /* Texto sobre escuro */
  --claro: #ffffff;
  --claro-2: rgba(255, 255, 255, 0.74);
  --claro-3: rgba(255, 255, 255, 0.5);
  --claro-4: rgba(255, 255, 255, 0.34);

  /* Texto sobre claro */
  --tinta: #1b1220;
  --tinta-2: #574a63;
  --tinta-3: #8c7f96;

  /* Papel */
  --papel: #ffffff;
  --papel-2: #fbf7f4;
  --papel-3: #f4eee9;

  /* Linhas */
  --linha: rgba(255, 255, 255, 0.1);
  --linha-2: rgba(255, 255, 255, 0.2);
  --linha-luz: rgba(27, 18, 32, 0.1);
  --linha-luz-2: rgba(27, 18, 32, 0.18);

  /* Semânticas */
  --verde: #35c57e;
  --vermelho: #ff6b5e;

  --header-h: 74px;
  --raio: 18px;
  --raio-sm: 12px;
  --wrap: 1180px;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body, h1, h2, h3, h4, p, ul, ol, li, figure, blockquote, dl, dd { margin: 0; padding: 0; }
ul, ol { list-style: none; }
img, svg { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; color: inherit; }
button { background: none; border: none; cursor: pointer; }
a { color: inherit; text-decoration: none; }
[hidden] { display: none !important; }

html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 12px); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: var(--claro);
  background: var(--roxo-prof);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 24px; }
::selection { background: var(--laranja); color: #fff; }

/* ---------- Tipografia utilitária ---------- */
.marker { font-family: "Permanent Marker", "Lato", cursive; font-weight: 400; letter-spacing: 0.01em; }
.accent { color: var(--laranja); }

.section-tag {
  font-size: 13px; font-weight: 900; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--laranja); margin-bottom: 14px;
}
.section-title {
  font-size: clamp(30px, 4.6vw, 52px); font-weight: 900; line-height: 1.08;
  letter-spacing: -0.025em; text-wrap: balance;
}
.section-title .marker { font-weight: 400; letter-spacing: 0; color: var(--laranja); }
.section-sub {
  margin-top: 18px; font-size: clamp(16px, 1.6vw, 18px); color: var(--claro-2);
  line-height: 1.65; max-width: 62ch;
}
.section-head { max-width: 760px; margin-bottom: 40px; }
.section-head--center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head--center .section-sub { margin-left: auto; margin-right: auto; }

section { position: relative; }
.sec-pad { padding: clamp(56px, 6vw, 88px) 0; }

/* ---------- Botões ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-weight: 900; letter-spacing: 0.01em; text-align: center;
  border-radius: 999px; padding: 14px 28px; font-size: 16px;
  transition: transform .18s ease, box-shadow .22s ease, background .2s ease, color .2s ease, border-color .2s ease;
  will-change: transform;
}
.btn-lg { padding: 17px 34px; font-size: 17px; }
.btn-sm { padding: 11px 22px; font-size: 15px; }

.btn-primary {
  background: var(--laranja); color: #fff;
  box-shadow: 0 14px 34px -14px rgba(244, 119, 32, 0.9);
}
.btn-primary:hover { background: var(--laranja-esc); transform: translateY(-2px); box-shadow: 0 20px 44px -14px rgba(244, 119, 32, 0.95); }
.btn-primary:active { transform: translateY(0); }

.btn-wa {
  background: #25d366; color: #08331a;
  box-shadow: 0 14px 34px -14px rgba(37, 211, 102, 0.85);
}
.btn-wa:hover { background: #1fbb59; color: #052a14; transform: translateY(-2px); }
.ico-wa { width: 21px; height: 21px; fill: currentColor; flex: none; }

.btn-ghost { border: 1.5px solid var(--linha-2); color: var(--claro); }
.btn-ghost:hover { border-color: var(--claro); background: rgba(255, 255, 255, 0.08); transform: translateY(-2px); }

.btn:focus-visible { outline: 3px solid var(--laranja-claro); outline-offset: 3px; }

/* ============================================================
   HEADER
   ============================================================ */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 60; height: var(--header-h);
  transition: background .3s ease, box-shadow .3s ease, backdrop-filter .3s ease;
}
.site-header.scrolled {
  background: rgba(15, 6, 25, 0.9);
  backdrop-filter: saturate(160%) blur(14px);
  -webkit-backdrop-filter: saturate(160%) blur(14px);
  box-shadow: 0 1px 0 var(--linha);
}
.header-inner { height: var(--header-h); display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; flex: none; }
.brand-logo { height: 42px; width: auto; }
.brand-tag {
  font-size: 10.5px; font-weight: 900; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--laranja-claro); border-left: 1px solid var(--linha-2); padding-left: 12px; line-height: 1.25;
  max-width: 130px;
}
.nav { display: flex; align-items: center; gap: 28px; }
.nav a { font-size: 15px; font-weight: 700; color: var(--claro-2); transition: color .2s ease; }
.nav a:hover { color: #fff; }
.header-cta { display: flex; align-items: center; gap: 14px; }

.nav-toggle { display: none; width: 44px; height: 44px; align-items: center; justify-content: center; }
.nav-toggle span { display: block; width: 22px; height: 2px; background: #fff; position: relative; transition: background .2s ease; }
.nav-toggle span::before, .nav-toggle span::after {
  content: ""; position: absolute; left: 0; width: 22px; height: 2px; background: #fff; transition: transform .25s ease, top .25s ease;
}
.nav-toggle span::before { top: -7px; }
.nav-toggle span::after { top: 7px; }
.nav-toggle[aria-expanded="true"] span { background: transparent; }
.nav-toggle[aria-expanded="true"] span::before { top: 0; transform: rotate(45deg); }
.nav-toggle[aria-expanded="true"] span::after { top: 0; transform: rotate(-45deg); }

.mobile-nav {
  position: fixed; inset: var(--header-h) 0 auto 0; z-index: 55;
  background: rgba(15, 6, 25, 0.98);
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--linha);
  padding: 18px 24px 26px; display: grid; gap: 4px;
}
.mobile-nav a { padding: 13px 0; font-size: 17px; font-weight: 700; border-bottom: 1px solid var(--linha); }
.mobile-nav .btn { margin-top: 16px; }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative; overflow: hidden;
  padding: calc(var(--header-h) + clamp(48px, 6vw, 76px)) 0 clamp(52px, 6vw, 80px);
  background:
    radial-gradient(1100px 640px at 78% -8%, rgba(244, 119, 32, 0.26), transparent 62%),
    radial-gradient(900px 560px at 8% 12%, rgba(59, 29, 100, 0.72), transparent 60%),
    linear-gradient(180deg, var(--roxo-noite) 0%, var(--roxo-prof) 100%);
}
.hero::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.032) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(70% 60% at 50% 30%, #000 30%, transparent 100%);
  -webkit-mask-image: radial-gradient(70% 60% at 50% 30%, #000 30%, transparent 100%);
}
.hero-inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 56px; align-items: center; }

.hero-badge {
  display: inline-flex; align-items: center; gap: 10px;
  border: 1px solid rgba(244, 119, 32, 0.42); background: rgba(244, 119, 32, 0.12);
  color: var(--laranja-claro); border-radius: 999px; padding: 8px 16px;
  font-size: 12.5px; font-weight: 900; letter-spacing: 0.12em; text-transform: uppercase;
}
.hero-badge .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--laranja); box-shadow: 0 0 0 0 rgba(244,119,32,.7); animation: pulse 2.4s infinite; }
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(244,119,32,.6); }
  70% { box-shadow: 0 0 0 12px rgba(244,119,32,0); }
  100% { box-shadow: 0 0 0 0 rgba(244,119,32,0); }
}

.hero h1 {
  margin-top: 22px;
  font-size: clamp(38px, 6.1vw, 74px); font-weight: 900; line-height: 1.02;
  letter-spacing: -0.035em; text-wrap: balance;
}
.hero h1 .marker { color: var(--laranja); font-weight: 400; letter-spacing: 0; }
.hero-lead { margin-top: 24px; font-size: clamp(17px, 1.8vw, 20px); color: var(--claro-2); line-height: 1.6; max-width: 56ch; }
.hero-lead strong { color: #fff; font-weight: 900; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.hero-micro { margin-top: 18px; font-size: 14px; color: var(--claro-3); display: flex; align-items: center; gap: 8px; }

/* Cartão lateral: a matemática da entrada */
.hero-card {
  border: 1px solid var(--linha-2); border-radius: 22px; padding: 28px;
  background: linear-gradient(165deg, rgba(255,255,255,.09), rgba(255,255,255,.03));
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 40px 90px -50px rgba(0,0,0,.9);
}
.hero-card h3 { font-size: 13px; font-weight: 900; letter-spacing: 0.16em; text-transform: uppercase; color: var(--laranja-claro); }
.hero-card ul { margin-top: 20px; display: grid; gap: 2px; }
.hero-card li { display: flex; gap: 14px; align-items: flex-start; padding: 14px 0; border-bottom: 1px solid var(--linha); }
.hero-card li:last-child { border-bottom: none; }
.hero-card .who { font-size: 12px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; color: var(--claro-3); min-width: 84px; padding-top: 2px; }
.hero-card .what { font-size: 15.5px; line-height: 1.45; color: var(--claro); }
.hero-card .what b { color: var(--laranja-claro); font-weight: 900; }
.hero-card .foot {
  margin-top: 20px; padding-top: 18px; border-top: 1px dashed var(--linha-2);
  font-size: 14.5px; color: var(--claro-2); line-height: 1.55;
}

/* ---------- Barra de provas ---------- */
.proof { border-top: 1px solid var(--linha); border-bottom: 1px solid var(--linha); background: rgba(255,255,255,.025); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-item { padding: 30px 22px; text-align: center; border-right: 1px solid var(--linha); }
.proof-item:last-child { border-right: none; }
.proof-num { font-size: clamp(26px, 3.4vw, 40px); font-weight: 900; letter-spacing: -0.03em; line-height: 1; color: #fff; }
.proof-num .accent { color: var(--laranja); }
.proof-lab { margin-top: 10px; font-size: 12.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--claro-3); }
.proof-seals {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 18px 30px;
  padding: 26px 24px; border-top: 1px solid var(--linha);
  font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--claro-3);
}
.proof-seals img {
  height: 88px; width: auto; opacity: 1;
  filter: drop-shadow(0 8px 20px rgba(0,0,0,.5));
}

/* ============================================================
   MAGIA (galeria + vídeo)
   ============================================================ */
.magia {
  background:
    radial-gradient(800px 460px at 90% 0%, rgba(244,119,32,.16), transparent 60%),
    var(--roxo-prof);
}
.galeria { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.foto {
  position: relative; overflow: hidden; border-radius: 20px;
  border: 1px solid var(--linha); background: #0e0518;
  height: clamp(190px, 19vw, 250px);
}
.foto img {
  width: 100%; height: 100%; object-fit: cover; object-position: center; display: block;
  transition: transform .8s cubic-bezier(.22,.61,.36,1);
}
.foto-mais img { object-position: center 42%; }
.foto:hover img { transform: scale(1.05); }
.foto::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(180deg, rgba(15,6,25,0) 38%, rgba(15,6,25,.9) 100%);
}
.foto figcaption {
  position: absolute; left: 0; right: 0; bottom: 0; z-index: 2;
  padding: 18px 20px; display: grid; gap: 3px;
}
.foto figcaption b {
  font-size: 17px; font-weight: 900; letter-spacing: -.02em; color: #fff;
}

.foto figcaption span { font-size: 13.5px; color: var(--claro-2); line-height: 1.4; }
.foto-mais { border-color: rgba(244,119,32,.45); }
.foto-mais::after { background: linear-gradient(180deg, rgba(15,6,25,.15) 20%, rgba(20,7,4,.94) 100%); }
.foto-mais figcaption b { color: var(--laranja-claro); }


.video-bloco {
  margin-top: 20px; display: grid; grid-template-columns: 1fr 1.4fr; gap: 26px; align-items: center;
  border: 1px solid var(--linha); border-radius: 22px; padding: 26px;
  background: rgba(255,255,255,.035);
}
.video-texto h3 { font-size: clamp(22px, 2.6vw, 30px); font-weight: 900; letter-spacing: -.03em; line-height: 1.12; }
.video-texto p { margin-top: 14px; font-size: 16px; line-height: 1.6; color: var(--claro-2); }
.video-frame {
  position: relative; padding-top: 56.25%; border-radius: 16px; overflow: hidden;
  background: #000; border: 1px solid var(--linha);
}
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* ============================================================
   ESPELHO (a dor)
   ============================================================ */
.espelho { background: var(--roxo-prof); }
.espelho-quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-bottom: 60px; }
.quote-card {
  border: 1px solid var(--linha); border-radius: var(--raio); padding: 26px 24px;
  background: rgba(255,255,255,.035);
}
.quote-card p { font-size: 17px; line-height: 1.5; color: var(--claro); font-style: italic; }
.quote-card span { display: block; margin-top: 16px; font-size: 13px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; color: var(--claro-4); }

/* Comparativo */
.compare { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.compare-col { border-radius: 22px; padding: 32px 30px; border: 1px solid var(--linha); }
.compare-col.hoje { background: rgba(255,255,255,.03); }
.compare-col.viva {
  background: linear-gradient(165deg, rgba(244,119,32,.16), rgba(244,119,32,.04));
  border-color: rgba(244,119,32,.4);
}
.compare-col h3 { font-size: 13px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; color: var(--claro-3); }
.compare-col.viva h3 { color: var(--laranja-claro); }
.compare-col h4 { margin-top: 8px; font-size: clamp(22px, 2.6vw, 28px); font-weight: 900; letter-spacing: -.025em; line-height: 1.15; }
.compare-list { margin-top: 24px; display: grid; gap: 14px; }
.compare-list li { display: flex; gap: 12px; align-items: flex-start; font-size: 16px; line-height: 1.5; color: var(--claro-2); }
.compare-list li b { color: #fff; font-weight: 900; }
.ico { flex: none; width: 22px; height: 22px; border-radius: 50%; display: grid; place-items: center; margin-top: 1px; font-size: 13px; font-weight: 900; }
.ico.no { background: rgba(255,107,94,.15); color: var(--vermelho); }
.ico.yes { background: rgba(53,197,126,.16); color: var(--verde); }

/* ============================================================
   MODELO (3 cadeiras)
   ============================================================ */
.modelo { background: linear-gradient(180deg, var(--roxo-prof), var(--roxo-esc)); }
.cadeiras { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.cadeira {
  border: 1px solid var(--linha); border-radius: 22px; padding: 32px 28px;
  background: rgba(255,255,255,.035); position: relative; overflow: hidden;
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}
.cadeira:hover { transform: translateY(-4px); border-color: var(--linha-2); background: rgba(255,255,255,.06); }
.cadeira.destaque { border-color: rgba(244,119,32,.45); background: linear-gradient(165deg, rgba(244,119,32,.14), rgba(255,255,255,.03)); }
.cadeira-tag {
  display: inline-block; font-size: 11.5px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase;
  color: var(--claro-3); border: 1px solid var(--linha-2); border-radius: 999px; padding: 5px 12px;
}
.cadeira.destaque .cadeira-tag { color: #fff; background: var(--laranja); border-color: var(--laranja); }
.cadeira h3 { margin-top: 20px; font-size: 24px; font-weight: 900; letter-spacing: -.025em; line-height: 1.15; }
.cadeira p { margin-top: 14px; font-size: 16px; line-height: 1.6; color: var(--claro-2); }
.cadeira ul { margin-top: 18px; display: grid; gap: 9px; }
.cadeira ul li { position: relative; padding-left: 18px; font-size: 15px; color: var(--claro-2); line-height: 1.5; }
.cadeira ul li::before { content: ""; position: absolute; left: 0; top: 9px; width: 6px; height: 6px; border-radius: 50%; background: var(--laranja); }
.modelo-nota {
  margin-top: 34px; border-left: 3px solid var(--laranja); padding: 6px 0 6px 20px;
  font-size: 17px; line-height: 1.6; color: var(--claro-2); max-width: 78ch;
}
.modelo-nota strong { color: #fff; font-weight: 900; }

/* ============================================================
   FRENTES (porta pra fora + investidor)
   ============================================================ */
.composicoes { background: var(--roxo-esc); }
.frentes { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.frente {
  border: 1px solid var(--linha); border-radius: 22px; padding: 34px 32px;
  background: rgba(255,255,255,.035);
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}
.frente:hover { transform: translateY(-4px); border-color: var(--linha-2); background: rgba(255,255,255,.06); }
.frente.aberta { border-color: rgba(244,119,32,.45); background: linear-gradient(165deg, rgba(244,119,32,.14), rgba(255,255,255,.03)); }
.frente-tag {
  display: inline-block; font-size: 11.5px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase;
  color: var(--claro-3); border: 1px solid var(--linha-2); border-radius: 999px; padding: 5px 12px;
}
.frente.aberta .frente-tag { color: #fff; background: var(--laranja); border-color: var(--laranja); }
.frente h3 { margin-top: 20px; font-size: clamp(24px, 3vw, 30px); font-weight: 900; letter-spacing: -.03em; line-height: 1.12; }
.frente h3 small { display: block; margin-top: 6px; font-size: 15px; font-weight: 700; letter-spacing: 0; color: var(--claro-3); }
.frente p { margin-top: 16px; font-size: 16.5px; line-height: 1.6; color: var(--claro-2); }
.frente ul { margin-top: 20px; display: grid; gap: 10px; }
.frente ul li { position: relative; padding-left: 18px; font-size: 15.5px; color: var(--claro-2); line-height: 1.5; }
.frente ul li::before { content: ""; position: absolute; left: 0; top: 9px; width: 6px; height: 6px; border-radius: 50%; background: var(--laranja); }
.frentes-nota {
  margin-top: 30px; border-left: 3px solid var(--laranja); padding: 6px 0 6px 20px;
  font-size: 17px; line-height: 1.6; color: var(--claro-2); max-width: 78ch;
}
.frentes-nota strong { color: #fff; font-weight: 900; }

/* ============================================================
   ENTREGA (o que a VIVA põe na mesa)
   ============================================================ */
.entrega { background: var(--papel-2); color: var(--tinta); }
.entrega .section-tag { color: var(--laranja-esc); }
.entrega .section-title { color: var(--tinta); }
.entrega .section-sub { color: var(--tinta-2); }
.entrega-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.entrega-card {
  background: #fff; border: 1px solid var(--linha-luz); border-radius: var(--raio);
  padding: 26px 24px; transition: transform .22s ease, box-shadow .22s ease;
}
.entrega-card:hover { transform: translateY(-3px); box-shadow: 0 26px 50px -34px rgba(27,18,32,.5); }
.entrega-card .ec-ico {
  width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center;
  background: rgba(244,119,32,.12); color: var(--laranja-esc); font-size: 20px; font-weight: 900;
}
.entrega-card h3 { margin-top: 18px; font-size: 18.5px; font-weight: 900; letter-spacing: -.015em; line-height: 1.25; color: var(--tinta); }
.entrega-card p { margin-top: 9px; font-size: 15.5px; line-height: 1.55; color: var(--tinta-2); }

/* ============================================================
   NÚMEROS DO NEGÓCIO
   ============================================================ */
.numeros { background: var(--roxo-prof); }
.num-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.num-card { border: 1px solid var(--linha); border-radius: var(--raio); padding: 28px 26px; background: rgba(255,255,255,.035); }
.num-card .nk { font-size: 12.5px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; color: var(--claro-3); }
.num-card .nv { margin-top: 12px; font-size: clamp(28px, 3.4vw, 38px); font-weight: 900; letter-spacing: -.03em; line-height: 1.05; color: var(--laranja); }
.num-card .nd { margin-top: 12px; font-size: 15px; line-height: 1.55; color: var(--claro-2); }
.num-disclaimer { margin-top: 26px; font-size: 13.5px; color: var(--claro-4); line-height: 1.6; max-width: 80ch; }

/* ---- Mapa do Brasil ---- */
.mapa-bloco {
  margin-top: 26px; display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 30px; align-items: center;
  border: 1px solid var(--linha); border-radius: 22px; padding: 26px 30px;
  background: rgba(255,255,255,.035);
}
.mapa-img { width: 100%; max-width: 380px; height: auto; margin: 0 auto; }
.mapa-texto .section-tag { margin-bottom: 10px; }
.mapa-texto h3 { font-size: clamp(21px, 2.5vw, 28px); font-weight: 900; letter-spacing: -.03em; line-height: 1.14; }
.mapa-texto h3 .marker { color: var(--laranja); font-weight: 400; letter-spacing: 0; }
.mapa-texto p { margin-top: 14px; font-size: 16px; line-height: 1.6; color: var(--claro-2); }
.mapa-texto .btn { margin-top: 20px; }

/* ---- Faixa de foto antes do formulário ---- */
.faixa-foto {
  position: relative; overflow: hidden;
  min-height: clamp(240px, 30vw, 340px);
  display: grid; align-items: center;
}
.faixa-foto img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: center 38%;
  filter: brightness(1.5) saturate(1.15);
}
.faixa-foto::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(15,6,25,.94) 10%, rgba(15,6,25,.68) 52%, rgba(15,6,25,.42) 100%);
}
.faixa-conteudo { position: relative; z-index: 2; }
.faixa-conteudo h2 {
  font-size: clamp(26px, 4vw, 44px); font-weight: 900; letter-spacing: -.035em;
  line-height: 1.08; max-width: 18ch; text-wrap: balance;
}
.faixa-conteudo h2 .marker { color: var(--laranja); font-weight: 400; letter-spacing: 0; }
.faixa-conteudo p { margin-top: 14px; font-size: clamp(16px, 1.7vw, 19px); color: var(--claro-2); }

/* ============================================================
   PERFIL (filtro)
   ============================================================ */
.perfil { background: linear-gradient(180deg, var(--roxo-esc), var(--roxo-prof)); }
.perfil-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.perfil-box { border-radius: 22px; padding: 32px 30px; border: 1px solid var(--linha); background: rgba(255,255,255,.035); }
.perfil-box.nao { background: rgba(255,107,94,.05); border-color: rgba(255,107,94,.22); }
.perfil-box h3 { font-size: 20px; font-weight: 900; letter-spacing: -.02em; }
.perfil-box ul { margin-top: 22px; display: grid; gap: 14px; }
.perfil-box li { display: flex; gap: 12px; align-items: flex-start; font-size: 16px; line-height: 1.5; color: var(--claro-2); }
.perfil-box li b { color: #fff; font-weight: 900; }

/* ============================================================
   DEPOIMENTOS
   ============================================================ */
.depoimentos { background: var(--roxo-prof); }
.dep-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.dep {
  border: 1px solid var(--linha); border-radius: 22px; padding: 30px 28px;
  background: linear-gradient(165deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
}
.dep-foto {
  width: 84px; height: 84px; border-radius: 50%; object-fit: cover; margin-bottom: 20px;
}
.dep p { margin-top: 0; font-size: 16.5px; line-height: 1.6; color: var(--claro); }
.dep .quem { margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--linha); }
.dep .quem b { display: block; font-size: 16px; font-weight: 900; }
.dep .quem span { font-size: 13.5px; color: var(--claro-3); }

/* ============================================================
   PROCESSO
   ============================================================ */
.processo { background: var(--papel-2); color: var(--tinta); }
.processo .section-tag { color: var(--laranja-esc); }
.processo .section-title { color: var(--tinta); }
.processo .section-sub { color: var(--tinta-2); }
.steps { display: grid; gap: 0; border-top: 1px solid var(--linha-luz); }
.step {
  display: grid; grid-template-columns: 96px 1fr; gap: 28px; align-items: start;
  padding: 30px 0; border-bottom: 1px solid var(--linha-luz);
}
.step-n { font-size: 40px; font-weight: 900; letter-spacing: -.04em; color: var(--laranja); line-height: .9; }
.step h3 { font-size: 21px; font-weight: 900; letter-spacing: -.02em; color: var(--tinta); }
.step p { margin-top: 8px; font-size: 16px; line-height: 1.6; color: var(--tinta-2); max-width: 62ch; }

/* ============================================================
   FORMULÁRIO (quiz)
   ============================================================ */
.candidatura {
  background:
    radial-gradient(900px 520px at 80% 0%, rgba(244,119,32,.2), transparent 60%),
    linear-gradient(180deg, var(--roxo-esc), var(--roxo-noite));
}
.candidatura .section-head { text-align: center; margin-left: auto; margin-right: auto; }
.candidatura .section-sub { margin-left: auto; margin-right: auto; }

.quiz-start { text-align: center; }
.quiz-start-note { margin-top: 16px; font-size: 14.5px; color: var(--claro-3); }

.quiz-card {
  max-width: 720px; margin: 0 auto; position: relative;
  border: 1px solid var(--linha-2); border-radius: 24px; padding: 34px 34px 30px;
  background: linear-gradient(165deg, rgba(255,255,255,.08), rgba(255,255,255,.028));
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 50px 110px -60px rgba(0,0,0,.95);
}
.quiz-top { display: flex; align-items: center; gap: 20px; margin-bottom: 24px; }
.quiz-count { font-size: 12px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; color: var(--claro-3); white-space: nowrap; }
.quiz-progress { flex: 1; height: 5px; border-radius: 999px; background: rgba(255,255,255,.12); overflow: hidden; }
.quiz-progress-fill { height: 100%; width: 0; border-radius: 999px; background: linear-gradient(90deg, var(--laranja), var(--laranja-claro)); transition: width .38s cubic-bezier(.22,.61,.36,1); }

.quiz-q { font-size: clamp(21px, 2.7vw, 27px); font-weight: 900; letter-spacing: -.028em; line-height: 1.2; margin-bottom: 18px; text-wrap: balance; }
.quiz-hint { margin: -10px 0 18px; font-size: 14.5px; color: var(--claro-3); line-height: 1.5; }

.quiz-input {
  width: 100%; border-radius: 14px; border: 1.5px solid var(--linha-2);
  background: rgba(255,255,255,.06); padding: 16px 18px; font-size: 17px; color: #fff;
  transition: border-color .2s ease, background .2s ease;
}
.quiz-input::placeholder { color: rgba(255,255,255,.42); }
.quiz-input:focus { outline: none; border-color: var(--laranja); background: rgba(255,255,255,.1); }

.quiz-options { display: grid; gap: 9px; }
.quiz-opt {
  display: flex; align-items: center; gap: 13px; width: 100%; text-align: left;
  border: 1.5px solid var(--linha); border-radius: 14px; padding: 15px 17px;
  background: rgba(255,255,255,.04); color: var(--claro); font-size: 16px; line-height: 1.4;
  transition: border-color .18s ease, background .18s ease, transform .12s ease;
}
.quiz-opt:hover { border-color: var(--linha-2); background: rgba(255,255,255,.08); }
.quiz-opt:active { transform: scale(.995); }
.quiz-opt .radio { flex: none; width: 20px; height: 20px; border-radius: 50%; border: 2px solid var(--linha-2); position: relative; transition: border-color .18s ease; }
.quiz-opt.selected { border-color: var(--laranja); background: rgba(244,119,32,.16); }
.quiz-opt.selected .radio { border-color: var(--laranja); }
.quiz-opt.selected .radio::after { content: ""; position: absolute; inset: 3px; border-radius: 50%; background: var(--laranja); }

.quiz-feedback {
  margin-top: 16px; border-left: 3px solid var(--laranja); border-radius: 0 12px 12px 0;
  background: rgba(244,119,32,.1); padding: 14px 16px;
  animation: fbIn .32s cubic-bezier(.22,.61,.36,1);
}
@keyframes fbIn { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }
.quiz-feedback .fb-title { font-weight: 900; font-size: 15px; color: var(--laranja-claro); margin-bottom: 6px; letter-spacing: -.01em; }
.quiz-feedback .fb-body { font-size: 14.5px; color: var(--claro-2); line-height: 1.55; }
.quiz-feedback .fb-body .hl { color: #fff; font-weight: 900; }

.quiz-foot { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 24px; }
.quiz-foot.only-next { justify-content: flex-end; }
.quiz-back {
  border: 1.5px solid var(--linha-2); border-radius: 999px; padding: 13px 22px;
  font-size: 15.5px; font-weight: 700; color: var(--claro-2); transition: all .2s ease;
}
.quiz-back:hover { border-color: #fff; color: #fff; background: rgba(255,255,255,.08); }
.quiz-next {
  border-radius: 999px; padding: 14px 30px; font-size: 16px; font-weight: 900;
  background: var(--laranja); color: #fff; box-shadow: 0 14px 30px -14px rgba(244,119,32,.9);
  transition: all .2s ease;
}
.quiz-next:hover:not(:disabled) { transform: translateY(-2px); background: var(--laranja-esc); }
.quiz-next:disabled { background: rgba(255,255,255,.08); color: rgba(255,255,255,.35); box-shadow: none; cursor: not-allowed; }

.quiz-anim { animation: stepIn .4s cubic-bezier(.22,.61,.36,1); }
@keyframes stepIn { from { opacity: 0; transform: translateX(22px); } to { opacity: 1; transform: none; } }
.quiz-anim-back { animation: stepInBack .4s cubic-bezier(.22,.61,.36,1); }
@keyframes stepInBack { from { opacity: 0; transform: translateX(-22px); } to { opacity: 1; transform: none; } }

.quiz-done { text-align: center; padding: 6px 0 4px; }
.quiz-done .check {
  width: 68px; height: 68px; margin: 0 auto 22px; border-radius: 50%;
  display: grid; place-items: center; background: rgba(244,119,32,.16); border: 2px solid rgba(244,119,32,.5);
  animation: pop .45s cubic-bezier(.2,1.3,.5,1);
}
@keyframes pop { from { transform: scale(.5); opacity: 0; } to { transform: none; opacity: 1; } }
.quiz-done .check svg { width: 34px; height: 34px; fill: none; stroke: var(--laranja); stroke-width: 2.6; stroke-linecap: round; stroke-linejoin: round; }
.quiz-done h3 { font-size: clamp(23px, 3.4vw, 32px); font-weight: 900; letter-spacing: -.03em; line-height: 1.14; text-wrap: balance; color: #fff; }
.quiz-done h3 .marker { color: var(--laranja); font-weight: 400; letter-spacing: 0; }
.quiz-done p { font-size: 16.5px; color: var(--claro-2); line-height: 1.6; max-width: 540px; margin: 16px auto 0; }
.quiz-done p strong { color: #fff; font-weight: 900; }
.quiz-final-cta { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 28px; }
.quiz-next-steps {
  margin: 26px auto 0; max-width: 480px; text-align: left;
  border: 1px solid var(--linha); border-radius: 16px; padding: 20px 22px; background: rgba(255,255,255,.04);
}
.quiz-next-steps h4 { font-size: 12.5px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; color: var(--claro-3); margin-bottom: 14px; }
.quiz-next-steps li { display: flex; gap: 12px; align-items: flex-start; font-size: 15px; color: var(--claro-2); line-height: 1.45; padding: 7px 0; }
.quiz-next-steps li b { flex: none; color: var(--laranja); font-weight: 900; }

.quiz-aviso {
  margin: 22px auto 0; max-width: 520px; font-size: 15.5px; line-height: 1.55; color: var(--claro-2);
}
.quiz-aviso strong { color: #fff; font-weight: 900; }

/* ---- Gate do WhatsApp flutuante ---- */
.wa-gate {
  position: fixed; inset: 0; z-index: 90;
  display: grid; place-items: center; padding: 20px;
  background: rgba(10, 4, 18, .82);
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
  animation: gateIn .25s ease;
}
@keyframes gateIn { from { opacity: 0; } to { opacity: 1; } }
.wa-gate-card {
  position: relative; width: 100%; max-width: 520px;
  border: 1px solid var(--linha-2); border-radius: 22px; padding: 30px 30px 26px;
  background: linear-gradient(165deg, #2b1547, #1a0b2b);
  box-shadow: 0 50px 110px -40px rgba(0,0,0,.95);
  max-height: calc(100vh - 40px); overflow-y: auto;
}
.wa-gate-close {
  position: absolute; top: 14px; right: 14px; width: 34px; height: 34px; border-radius: 50%;
  display: grid; place-items: center; font-size: 20px; line-height: 1;
  color: var(--claro-3); border: 1px solid var(--linha); transition: all .2s ease;
}
.wa-gate-close:hover { color: #fff; border-color: var(--linha-2); background: rgba(255,255,255,.08); }
.wa-gate-head { display: flex; align-items: center; gap: 12px; margin-bottom: 6px; padding-right: 40px; }
.wa-gate-head .ico-wa { width: 26px; height: 26px; color: #25d366; }
.wa-gate-head h3 { font-size: 19px; font-weight: 900; letter-spacing: -.02em; line-height: 1.25; }
.wa-gate-sub { font-size: 14.5px; color: var(--claro-3); line-height: 1.5; margin-bottom: 20px; }
.wa-gate .quiz-q { font-size: 20px; margin-bottom: 14px; }
.wa-gate .quiz-opt { padding: 13px 15px; font-size: 15px; }
.wa-gate .quiz-foot { margin-top: 20px; }

.quiz-privacy { margin-top: 20px; text-align: center; font-size: 13px; color: var(--claro-4); line-height: 1.5; }

/* ============================================================
   FAQ
   ============================================================ */
.faq { background: var(--roxo-prof); }
.faq-list { display: grid; gap: 0; border-top: 1px solid var(--linha); max-width: 900px; }
.faq-item { border-bottom: 1px solid var(--linha); }
.faq-q {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 22px;
  padding: 24px 0; text-align: left; font-size: clamp(17px, 2vw, 20px); font-weight: 900;
  letter-spacing: -.015em; line-height: 1.35; color: #fff; transition: color .2s ease;
}
.faq-q:hover { color: var(--laranja-claro); }
.faq-sign { flex: none; width: 28px; height: 28px; border-radius: 50%; border: 1.5px solid var(--linha-2); display: grid; place-items: center; position: relative; transition: all .25s ease; }
.faq-sign::before, .faq-sign::after { content: ""; position: absolute; background: currentColor; border-radius: 2px; }
.faq-sign::before { width: 12px; height: 2px; }
.faq-sign::after { width: 2px; height: 12px; transition: transform .25s ease; }
.faq-item.open .faq-sign { border-color: var(--laranja); color: var(--laranja); }
.faq-item.open .faq-sign::after { transform: scaleY(0); }
.faq-a { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .32s cubic-bezier(.22,.61,.36,1); }
.faq-item.open .faq-a { grid-template-rows: 1fr; }
.faq-a > div { overflow: hidden; }
.faq-a p { padding-bottom: 26px; font-size: 16.5px; line-height: 1.65; color: var(--claro-2); max-width: 74ch; }

/* ============================================================
   CTA FINAL
   ============================================================ */
.cta-final {
  position: relative; overflow: hidden; text-align: center;
  background:
    linear-gradient(180deg, rgba(15,6,25,.92), rgba(10,4,18,.97)),
    radial-gradient(700px 420px at 50% 0%, rgba(244,119,32,.3), transparent 62%),
    url("assets/ceu-de-capelos.webp") center/cover no-repeat;
}
.cta-final .wrap { position: relative; z-index: 2; }
.cta-final h2 { font-size: clamp(32px, 5.4vw, 62px); font-weight: 900; line-height: 1.04; letter-spacing: -.035em; text-wrap: balance; }
.cta-final h2 .marker { color: var(--laranja); font-weight: 400; letter-spacing: 0; }
.cta-final p { margin: 22px auto 0; font-size: clamp(16px, 1.7vw, 19px); color: var(--claro-2); max-width: 60ch; line-height: 1.6; }
.cta-final .hero-cta { justify-content: center; }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer { background: #0a0412; border-top: 1px solid var(--linha); padding: 56px 0 34px; }
.footer-top { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 32px; align-items: flex-start; }
.brand-logo--footer { height: 56px; }
.footer-brand p { margin-top: 16px; font-size: 15px; color: var(--claro-3); max-width: 40ch; line-height: 1.6; }
.footer-bottom { margin-top: 40px; padding-top: 24px; border-top: 1px solid var(--linha); display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between; font-size: 13.5px; color: var(--claro-4); }

/* WhatsApp flutuante */
.wa-float {
  position: fixed; right: 22px; bottom: 22px; z-index: 70;
  width: 58px; height: 58px; border-radius: 50%; background: #25d366;
  display: grid; place-items: center; box-shadow: 0 16px 34px -12px rgba(37,211,102,.75);
  transition: transform .2s ease;
}
.wa-float:hover { transform: scale(1.07); }
.wa-float svg { width: 30px; height: 30px; fill: #fff; }

/* ---------- Reveal ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s cubic-bezier(.22,.61,.36,1), transform .7s cubic-bezier(.22,.61,.36,1); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .quiz-anim, .quiz-anim-back, .quiz-done .check, .quiz-feedback { animation: none; }
  .hero-badge .dot { animation: none; }
}

/* ============================================================
   RESPONSIVO
   ============================================================ */
@media (max-width: 1040px) {
  .hero-inner { grid-template-columns: 1fr; gap: 44px; }
  .hero-card { max-width: 560px; }
  .entrega-grid, .cadeiras, .num-grid { grid-template-columns: repeat(2, 1fr); }
  .video-bloco { grid-template-columns: 1fr; }
  .espelho-quotes { grid-template-columns: 1fr; }
}

@media (max-width: 880px) {
  .nav { display: none; }
  .header-cta .btn { display: none; }
  .nav-toggle { display: flex; }
  .compare, .perfil-cols, .frentes { grid-template-columns: 1fr; }
  .mapa-bloco { grid-template-columns: 1fr; text-align: center; }
  .mapa-texto p { max-width: 52ch; margin-left: auto; margin-right: auto; }
  .faixa-foto::after { background: linear-gradient(180deg, rgba(15,6,25,.8), rgba(15,6,25,.92)); }
  .galeria { grid-template-columns: 1fr 1fr; }
  .dep-grid { grid-template-columns: 1fr; }

  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-item:nth-child(2) { border-right: none; }
  .proof-item:nth-child(1), .proof-item:nth-child(2) { border-bottom: 1px solid var(--linha); }
  .step { grid-template-columns: 60px 1fr; gap: 18px; }
}

@media (max-width: 620px) {
  .wrap { padding: 0 18px; }
  .brand-tag { display: none; }
  .entrega-grid, .cadeiras, .num-grid { grid-template-columns: 1fr; }
  .video-bloco { padding: 20px; }
  .proof-seals img { height: 66px; }
  .quiz-card { padding: 26px 22px 24px; border-radius: 20px; }
  .quiz-top { gap: 14px; }
  .quiz-back, .quiz-next { padding: 13px 20px; font-size: 15px; }
  .hero-cta .btn, .cta-final .hero-cta .btn { width: 100%; }
  .compare-col, .perfil-box, .dep, .frente { padding: 26px 22px; }
  .wa-float { width: 52px; height: 52px; right: 16px; bottom: 16px; }
}
