/* ============================================================
   Repasse Certo — site institucional
   Linguagem: hero escuro com degradê animado (Stripe), tipografia
   gigante e frases curtas (Revolut), números de prova (Trading 212).
   Mesma paleta do produto: roxo #4318ff, navy #0b1437, DM Sans.
   ============================================================ */

:root {
  --roxo: #4318ff;
  --roxo-2: #7551ff;
  --lilas: #868cff;
  --ciano: #6ad2ff;
  --navy: #0b1437;
  --navy-2: #111c44;
  --navy-3: #1b254b;
  --texto: #2b3674;
  --texto-2: #707eae;
  --texto-3: #a3aed0;
  --fundo: #f4f7fe;
  --branco: #ffffff;
  --verde: #01b574;
  --vermelho: #ee5d50;
  --laranja: #ffb547;
  --borda: #e0e5f2;
  --sombra: 14px 17px 40px 4px rgba(112, 144, 176, 0.12);
  --sombra-forte: 0 40px 100px rgba(11, 20, 55, 0.35);
  --grad: linear-gradient(135deg, #868cff 0%, #4318ff 100%);
  --r: 20px;
  --r-lg: 28px;
  --font: 'DM Sans', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font);
  color: var(--texto);
  background: var(--fundo);
  letter-spacing: -0.01em;
  line-height: 1.5;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
code { font-family: 'Cascadia Code', Consolas, monospace; font-size: 0.9em; background: rgba(67, 24, 255, 0.08); padding: 2px 6px; border-radius: 6px; color: var(--roxo); }
strong { font-weight: 700; }
em { font-style: normal; font-weight: 700; color: var(--roxo); }

.wrap { width: min(1180px, 100% - 2.5rem); margin-inline: auto; }

h1, h2, h3 { letter-spacing: -0.035em; line-height: 1.05; font-weight: 800; }
h2 { font-size: clamp(2rem, 4.6vw, 3.4rem); }
h3 { font-size: 1.2rem; letter-spacing: -0.02em; line-height: 1.25; }

.grad {
  background: linear-gradient(90deg, #a78bfa 0%, #6ad2ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
section:not(.hero):not(.cta-final):not(.seguranca) .grad {
  background: linear-gradient(90deg, #4318ff 0%, #7551ff 60%, #3965ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
}
.risco { position: relative; white-space: nowrap; }
.risco::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: 0.08em;
  height: 0.16em;
  background: var(--vermelho);
  border-radius: 4px;
  opacity: 0.85;
}

/* ---------------------------------------------------------------- Botões */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.8rem 1.35rem;
  border-radius: 999px;
  border: 1.5px solid transparent;
  font-weight: 700;
  font-size: 0.95rem;
  white-space: nowrap;
  transition: transform 0.12s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}
.btn:active { transform: translateY(1px); }
.btn-primario {
  background: var(--roxo);
  color: #fff;
  box-shadow: 0 12px 30px rgba(67, 24, 255, 0.35);
}
.btn-primario:hover { background: #3311db; box-shadow: 0 16px 36px rgba(67, 24, 255, 0.45); transform: translateY(-1px); }
.btn-secundario {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(8px);
}
.btn-secundario:hover { background: rgba(255, 255, 255, 0.16); }
.btn-ghost { color: rgba(255, 255, 255, 0.85); }
.btn-ghost:hover { color: #fff; }
.btn-xl { padding: 1.05rem 1.7rem; font-size: 1.05rem; }
.btn-bloco { width: 100%; }

/* Nas seções claras, o secundário vira contorno navy */
.precos .btn-secundario {
  background: var(--fundo);
  color: var(--texto);
  border-color: transparent;
}
.precos .btn-secundario:hover { background: #e9edf7; }

.btn-link { color: var(--roxo); font-weight: 700; }
.btn-link:hover { text-decoration: underline; }
.cta-botoes { display: flex; gap: 0.75rem; justify-content: center; flex-wrap: wrap; margin-top: 2rem; }
.cta-final .btn-secundario { border-color: rgba(255, 255, 255, 0.3); }
.como-link { margin-top: 2rem; text-align: center; font-size: 1.02rem; }

/* --------------------------------------------------------------- Tags */
.tag {
  display: inline-block;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  background: rgba(67, 24, 255, 0.1);
  color: var(--roxo);
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
}
.tag-vermelho { background: rgba(238, 93, 80, 0.12); color: var(--vermelho); }
.tag-claro { background: rgba(255, 255, 255, 0.14); color: #fff; }

.secao-head { max-width: 760px; margin-bottom: 3rem; }
.secao-head p { margin-top: 1rem; font-size: 1.15rem; color: var(--texto-2); }
section { padding: 6rem 0; }

/* ---------------------------------------------------------- Navegação */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 50;
  padding: 0.9rem 0;
  transition: background 0.25s ease, box-shadow 0.25s ease, padding 0.25s ease;
}
.nav.scrolled {
  background: rgba(11, 20, 55, 0.82);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 10px 40px rgba(11, 20, 55, 0.35);
  padding: 0.55rem 0;
}
.nav-inner { display: flex; align-items: center; gap: 2rem; }
.nav-logo img { height: 40px; width: auto; }
.nav-links { display: flex; gap: 1.6rem; margin-left: 1rem; }
.nav-links a {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 600;
  font-size: 0.95rem;
  white-space: nowrap;
  transition: color 0.15s ease;
}
.nav-links a:hover { color: #fff; }
/* Âncoras param abaixo da barra fixa. */
[id] { scroll-margin-top: 5.5rem; }
.nav-acoes { margin-left: auto; display: flex; align-items: center; gap: 0.5rem; }
.nav-menu {
  display: none;
  margin-left: auto;
  width: 44px; height: 44px;
  border: 0;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.1);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.nav-menu span { width: 20px; height: 2px; background: #fff; border-radius: 2px; transition: transform 0.2s ease, opacity 0.2s ease; }
.nav-menu[aria-expanded='true'] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-menu[aria-expanded='true'] span:nth-child(2) { opacity: 0; }
.nav-menu[aria-expanded='true'] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.nav-drawer {
  display: none;
  flex-direction: column;
  gap: 0.25rem;
  padding: 1rem 1.25rem 1.5rem;
  background: var(--navy-2);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.nav-drawer a { padding: 0.75rem 0.5rem; color: #fff; font-weight: 600; border-radius: 10px; }
.nav-drawer a:hover { background: rgba(255, 255, 255, 0.06); }
.nav-drawer .btn { margin-top: 0.5rem; justify-content: center; }
.nav-drawer.aberto { display: flex; }

/* ---------------------------------------------------------------- Hero */
.hero {
  position: relative;
  padding: 9.5rem 0 6rem;
  background: var(--navy);
  color: #fff;
  overflow: hidden;
  isolation: isolate;
}
.hero-bg, .cta-bg { position: absolute; inset: 0; z-index: -1; overflow: hidden; }
.blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  will-change: transform;
  opacity: 0.42;
  animation: flutuar 14s ease-in-out infinite alternate;
}
.blob.b1 { width: 560px; height: 560px; left: -260px; top: -300px; background: #4318ff; }
.blob.b2 { width: 620px; height: 620px; right: -160px; top: 40px; background: #3965ff; animation-delay: -5s; opacity: 0.5; }
.blob.b3 { width: 460px; height: 460px; left: 34%; bottom: -260px; background: #7551ff; animation-delay: -9s; opacity: 0.35; }
@keyframes flutuar {
  from { transform: translate3d(0, 0, 0) scale(1); }
  to { transform: translate3d(60px, 40px, 0) scale(1.12); }
}
.grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse at 50% 30%, #000 20%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse at 50% 30%, #000 20%, transparent 70%);
}
.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: 3rem;
  align-items: center;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 0.9rem 0.4rem 0.6rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 0.82rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 1.5rem;
}
.eyebrow i { width: 8px; height: 8px; border-radius: 50%; background: var(--verde); box-shadow: 0 0 0 4px rgba(1, 181, 116, 0.25); }
.hero h1 {
  font-size: clamp(2.6rem, 5.6vw, 4.6rem);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 1;
}
.lead {
  margin-top: 1.5rem;
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
  color: rgba(255, 255, 255, 0.78);
  max-width: 56ch;
}
.lead strong { color: #fff; }
.hero-cta { display: flex; gap: 0.75rem; flex-wrap: wrap; margin-top: 2rem; }
.hero-prova {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
  margin-top: 2rem;
  font-size: 0.86rem;
  color: rgba(255, 255, 255, 0.65);
}
.hero-prova li::before { content: '✓ '; color: var(--verde); font-weight: 800; }

.hero-visual { position: relative; }
.janela {
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: var(--sombra-forte), 0 0 0 1px rgba(255, 255, 255, 0.08);
  transform: perspective(2000px) rotateY(-4deg) rotateX(1.5deg);
  transition: transform 0.6s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.hero-visual:hover .janela { transform: perspective(2000px) rotateY(-1.5deg) rotateX(0.5deg); }
.janela-barra {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 14px;
  background: #eef1f8;
  border-bottom: 1px solid #e0e5f2;
}
.janela-barra span { width: 10px; height: 10px; border-radius: 50%; background: #d3d9e8; }
.janela-barra span:nth-child(1) { background: #ff5f57; }
.janela-barra span:nth-child(2) { background: #febc2e; }
.janela-barra span:nth-child(3) { background: #28c840; }
.janela-barra em {
  margin-left: 10px;
  font-style: normal;
  font-size: 0.72rem;
  color: #707eae;
  background: #fff;
  border-radius: 6px;
  padding: 3px 10px;
  flex: 1;
}
.flutuante {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 0.85rem 1.1rem;
  border-radius: 16px;
  background: #fff;
  color: var(--texto);
  box-shadow: 0 24px 60px rgba(11, 20, 55, 0.4);
  animation: subir 6s ease-in-out infinite alternate;
}
.flutuante small { font-size: 0.7rem; color: var(--texto-2); font-weight: 600; }
.flutuante b { font-size: 1.25rem; letter-spacing: -0.02em; }
.flutuante span { font-size: 0.72rem; color: var(--texto-2); }
.flutuante .ok { color: var(--verde); font-weight: 700; }
.f1 { right: -18px; top: -26px; }
.f2 { left: -24px; bottom: -22px; animation-delay: -3s; }
.f2 b { color: var(--vermelho); }
@keyframes subir { from { transform: translateY(0); } to { transform: translateY(-10px); } }

/* ------------------------------------------------------------- Marquee */
.marquee { padding: 2.5rem 0 2rem; background: var(--navy); color: #fff; border-top: 1px solid rgba(255, 255, 255, 0.06); }
.marquee-titulo { text-align: center; font-size: 0.74rem; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255, 255, 255, 0.45); margin-bottom: 1.2rem; }
.marquee-faixa {
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
}
.marquee-trilho { display: flex; gap: 0.75rem; width: max-content; animation: rolar 32s linear infinite; }
.marquee-trilho span {
  padding: 0.6rem 1.3rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.05);
  font-weight: 700;
  font-size: 1rem;
  white-space: nowrap;
}
@keyframes rolar { to { transform: translateX(-50%); } }

/* ------------------------------------------------------------- Números */
.numeros { background: var(--fundo); }
.numeros-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.25rem; }
.numero {
  background: #fff;
  border-radius: var(--r);
  padding: 1.75rem 1.6rem;
  box-shadow: var(--sombra);
}
.numero b {
  display: block;
  font-size: clamp(2.4rem, 4vw, 3.4rem);
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 1;
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.numero b small { font-size: 0.45em; font-weight: 800; }
.numero p { margin-top: 0.9rem; color: var(--texto-2); font-size: 0.95rem; }

/* ------------------------------------------------------------ Problema */
.problema { background: #fff; }
.dores { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; }
.dor {
  padding: 1.75rem;
  border-radius: var(--r);
  background: var(--fundo);
  border: 1px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.dor:hover { transform: translateY(-4px); box-shadow: var(--sombra); }
.dor-icone { display: inline-grid; place-items: center; width: 52px; height: 52px; border-radius: 16px; background: #fff; font-size: 1.4rem; margin-bottom: 1rem; box-shadow: 0 8px 20px rgba(112, 144, 176, 0.18); }
.dor h3 { margin-bottom: 0.5rem; }
.dor p { color: var(--texto-2); }

/* ---------------------------------------------------------------- Como */
.como { background: var(--fundo); }
.passos { list-style: none; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; counter-reset: passo; }
.passo { background: #fff; border-radius: var(--r); padding: 1.75rem; box-shadow: var(--sombra); }
.passo-num {
  display: inline-grid; place-items: center;
  width: 44px; height: 44px; border-radius: 14px;
  background: var(--grad); color: #fff; font-weight: 900; font-size: 1.1rem;
  margin-bottom: 1.1rem;
}
.passo h3 { margin-bottom: 0.5rem; }
.passo p { color: var(--texto-2); font-size: 0.97rem; }
.como-visual { margin-top: 3rem; }
.janela-clara { transform: none; box-shadow: var(--sombra), 0 0 0 1px var(--borda); }
.como-visual .janela:hover { transform: none; }

/* --------------------------------------------------------------- Bento */
.regras { background: #fff; }
.bento { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; }
.bento-item {
  position: relative;
  padding: 1.75rem;
  border-radius: var(--r);
  background: var(--fundo);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.bento-item:hover { transform: translateY(-4px); box-shadow: var(--sombra); }
.bento-item.grande {
  grid-column: span 2;
  background: var(--navy);
  color: #fff;
}
.bento-item.grande p { color: rgba(255, 255, 255, 0.78); }
.bento-item.grande em { color: var(--ciano); }
.bento-item.grande code { background: rgba(255, 255, 255, 0.1); color: #fff; }
.bento-item.grande::after {
  content: '';
  position: absolute; right: -80px; top: -80px;
  width: 260px; height: 260px; border-radius: 50%;
  background: var(--grad); filter: blur(60px); opacity: 0.6;
}
.bento-item.largo { grid-column: span 2; display: grid; grid-template-columns: auto 1fr; gap: 0 1.5rem; align-items: center; }
.bento-item.largo h3 { grid-column: 2; }
.bento-item.largo p { grid-column: 2; }
.bento-item.largo .bento-icone { grid-row: 1 / span 2; margin: 0; }
.bento-icone {
  display: inline-grid; place-items: center;
  width: 48px; height: 48px; border-radius: 14px;
  background: #fff; color: var(--roxo);
  font-size: 1.3rem; font-weight: 900;
  margin-bottom: 1rem;
  box-shadow: 0 8px 20px rgba(112, 144, 176, 0.18);
}
.bento-item.grande .bento-icone { background: rgba(255, 255, 255, 0.12); color: #fff; box-shadow: none; }
.bento-item h3 { margin-bottom: 0.5rem; }
.bento-item p { color: var(--texto-2); font-size: 0.97rem; }

/* ----------------------------------------------------------- Segurança */
.seguranca { background: var(--navy-2); color: #fff; }
.seguranca-inner { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: 3rem; align-items: center; }
.seguranca p { margin-top: 1rem; color: rgba(255, 255, 255, 0.75); font-size: 1.05rem; }
.selos { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.selos li {
  padding: 1.25rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.selos b { display: block; font-size: 1.15rem; letter-spacing: -0.02em; }
.selos span { font-size: 0.82rem; color: rgba(255, 255, 255, 0.6); }

/* -------------------------------------------------------------- Preços */
.precos { background: var(--fundo); }
.planos { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; align-items: stretch; }
.plano {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: var(--r-lg);
  padding: 2rem;
  box-shadow: var(--sombra);
}
.plano.destaque {
  background: var(--navy);
  color: #fff;
  transform: scale(1.03);
  box-shadow: var(--sombra-forte);
}
.plano-badge {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  padding: 0.35rem 0.9rem; border-radius: 999px;
  background: var(--grad); color: #fff;
  font-size: 0.72rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.1em;
  white-space: nowrap;
}
.plano h3 { font-size: 1.35rem; }
.plano-para { color: var(--texto-2); font-size: 0.92rem; margin-top: 0.3rem; min-height: 2.8em; }
.plano.destaque .plano-para { color: rgba(255, 255, 255, 0.7); }
.preco {
  margin: 1.25rem 0 1.5rem;
  font-size: 3.2rem; font-weight: 900; letter-spacing: -0.05em; line-height: 1;
  display: flex; align-items: baseline; gap: 0.2rem;
}
.preco small { font-size: 1.1rem; font-weight: 700; color: var(--texto-2); align-self: flex-start; margin-top: 0.5rem; }
.preco span { font-size: 1rem; font-weight: 600; color: var(--texto-2); letter-spacing: 0; }
.plano.destaque .preco small, .plano.destaque .preco span { color: rgba(255, 255, 255, 0.6); }
.preco-texto { font-size: 2rem; }
.plano ul { list-style: none; display: grid; gap: 0.6rem; margin-bottom: 1.75rem; flex: 1; }
.plano li { padding-left: 1.6rem; position: relative; font-size: 0.95rem; }
.plano li::before { content: '✓'; position: absolute; left: 0; color: var(--verde); font-weight: 900; }
.precos-nota { text-align: center; margin-top: 1.5rem; font-size: 0.85rem; color: var(--texto-3); }
/* Preço único: um cartão só, centralizado e largo */
.planos-unico { grid-template-columns: minmax(0, 640px); justify-content: center; }
.planos-unico .plano.destaque { transform: none; padding: 2.5rem; }
.planos-unico .preco { font-size: 4rem; }
.plano-lista-2col { grid-template-columns: 1fr 1fr; gap: 0.6rem 1.25rem; }
.plano-nota { margin-top: 1rem; text-align: center; font-size: 0.84rem; color: rgba(255, 255, 255, 0.65); }
@media (max-width: 640px) { .plano-lista-2col { grid-template-columns: 1fr; } }

/* ----------------------------------------------------------------- FAQ */
.faq { background: #fff; }
.faq-inner { display: grid; grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr); gap: 3rem; }
.faq .secao-head { margin-bottom: 0; }
.faq-lista { display: grid; gap: 0.75rem; }
.faq details {
  border-radius: 16px;
  background: var(--fundo);
  padding: 0 1.4rem;
  transition: background 0.2s ease;
}
.faq details[open] { background: #fff; box-shadow: var(--sombra); }
.faq summary {
  list-style: none;
  cursor: pointer;
  padding: 1.15rem 2rem 1.15rem 0;
  font-weight: 700;
  font-size: 1.02rem;
  position: relative;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: '+';
  position: absolute; right: 0; top: 50%; transform: translateY(-50%);
  width: 28px; height: 28px; border-radius: 50%;
  display: grid; place-items: center;
  background: rgba(67, 24, 255, 0.1); color: var(--roxo);
  font-weight: 900;
  transition: transform 0.2s ease;
}
.faq details[open] summary::after { content: '−'; transform: translateY(-50%) rotate(180deg); }
.faq details p { padding: 0 0 1.25rem; color: var(--texto-2); }

/* ----------------------------------------------------------- CTA final */
.cta-final {
  position: relative;
  background: var(--navy);
  color: #fff;
  text-align: center;
  padding: 7rem 0;
  overflow: hidden;
  isolation: isolate;
}
.cta-inner { position: relative; z-index: 1; max-width: 760px; }
.cta-final h2 { font-size: clamp(2.2rem, 5vw, 3.8rem); }
.cta-final p { margin-top: 1.25rem; font-size: 1.15rem; color: rgba(255, 255, 255, 0.75); }
.cta-form {
  display: flex;
  gap: 0.6rem;
  margin: 2rem auto 0;
  max-width: 560px;
  padding: 0.45rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
}
.cta-form input {
  flex: 1;
  min-width: 0;
  padding: 0 1.2rem;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #fff;
  font: inherit;
  font-size: 1rem;
}
.cta-form input::placeholder { color: rgba(255, 255, 255, 0.5); }
.cta-form input:focus { outline: none; }
.cta-form .btn { padding-inline: 1.5rem; }
.cta-mini { font-size: 0.9rem !important; margin-top: 1.25rem !important; }
.cta-mini a { color: var(--ciano); font-weight: 700; }

/* -------------------------------------------------------------- Rodapé */
.rodape { background: #070d26; color: rgba(255, 255, 255, 0.7); padding: 4rem 0 2rem; }
.rodape-inner { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 2rem; }
.rodape-marca p { margin-top: 1rem; max-width: 36ch; font-size: 0.92rem; }
.rodape-col { display: flex; flex-direction: column; gap: 0.5rem; }
.rodape-col b { color: #fff; margin-bottom: 0.35rem; }
.rodape-col a { font-size: 0.92rem; }
.rodape-col a:hover { color: #fff; }
.rodape-legal {
  display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap;
  margin-top: 3rem; padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.78rem; color: rgba(255, 255, 255, 0.45);
}

/* -------------------------------------------------------- Reveal (JS) */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1); }
.reveal.visivel { opacity: 1; transform: none; }
.reveal:nth-child(2) { transition-delay: 0.08s; }
.reveal:nth-child(3) { transition-delay: 0.16s; }
.reveal:nth-child(4) { transition-delay: 0.24s; }

/* --------------------------------------------------------- Responsivo */
@media (max-width: 1100px) {
  .nav-inner { gap: 1.25rem; }
  .nav-links { gap: 1rem; margin-left: 0; }
  .nav-links a { font-size: 0.88rem; }
}
@media (max-width: 1024px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-visual { margin-top: 1rem; }
  .janela { transform: none; }
  .numeros-grid { grid-template-columns: 1fr 1fr; }
  .bento { grid-template-columns: 1fr 1fr; }
  .bento-item.grande { grid-column: span 2; }
  .bento-item.largo { grid-column: span 2; }
  .faq-inner { grid-template-columns: 1fr; gap: 2rem; }
  .seguranca-inner { grid-template-columns: 1fr; }
}
@media (max-width: 820px) {
  section { padding: 4.5rem 0; }
  .nav-links, .nav-acoes { display: none; }
  .nav-menu { display: flex; }
  .nav { background: rgba(11, 20, 55, 0.92); backdrop-filter: blur(18px); }
  .hero { padding-top: 7rem; }
  .dores, .passos, .planos { grid-template-columns: 1fr; }
  .plano.destaque { transform: none; }
  .rodape-inner { grid-template-columns: 1fr; }
  .flutuante { display: none; }
  .selos { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .cta-botoes .btn { width: 100%; }
  .numeros-grid, .bento { grid-template-columns: 1fr; }
  .bento-item.grande, .bento-item.largo { grid-column: span 1; }
  .bento-item.largo { grid-template-columns: 1fr; }
  .bento-item.largo h3, .bento-item.largo p { grid-column: 1; }
  .bento-item.largo .bento-icone { grid-row: auto; margin-bottom: 1rem; }
  .hero-cta .btn { width: 100%; }
  .cta-form { flex-direction: column; border-radius: 24px; }
  .cta-form input { padding: 0.9rem 1.2rem; }
}
@media (prefers-reduced-motion: reduce) {
  .blob, .marquee-trilho, .flutuante { animation: none; }
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}
