/* =====================================================================
   FinanSAAS — Landing Page 2.0
   Mantém a identidade da marca (grafite/azul/verde/Manrope) elevando
   a execução: gradientes em camadas, glassmorphism pontual, hierarquia
   tipográfica mais forte, microinterações discretas.
   ===================================================================== */

.lp-body { background: #fff; overflow-x: hidden; }

* { box-sizing: border-box; }

@media (prefers-reduced-motion: reduce) {
  * { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; }
}

/* --- Navegação -------------------------------------------------------- */
.lp-nav {
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 6vw; position: sticky; top: 0; z-index: 100;
  background: rgba(31,41,55,.85); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.lp-nav .lp-brand { display: flex; align-items: center; gap: 10px; }
.lp-nav .lp-brand img { height: 75px; width: auto; display: block; }
.lp-nav .lp-links { display: flex; align-items: center; gap: 30px; }
.lp-nav .lp-links a { color: #cfd2d8; font-size: 14px; font-weight: 500; transition: color .15s ease; }
.lp-nav .lp-links a:hover { color: #fff; }
.lp-nav .lp-acoes { display: flex; gap: 10px; align-items: center; }
.lp-nav .lp-acoes a.btn { padding: 9px 18px; font-size: 13.5px; }

/* --- Eyebrow ------------------------------------------------------------ */
.lp-eyebrow {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  color: var(--dourado); margin-bottom: 14px;
}
.lp-eyebrow::before { content: ''; width: 16px; height: 2px; background: var(--dourado); border-radius: 2px; }

/* --- Hero --------------------------------------------------------------- */
.lp-hero { position: relative; overflow: hidden; background: var(--preto); padding: 76px 6vw 90px; }
.lp-hero::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(ellipse 900px 600px at 8% -10%, rgba(22,93,255,.38), transparent 60%),
    radial-gradient(ellipse 700px 500px at 95% 15%, rgba(34,197,94,.24), transparent 55%),
    radial-gradient(ellipse 800px 500px at 50% 110%, rgba(22,93,255,.14), transparent 60%);
}
.lp-hero-grid {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center;
  max-width: 1180px; margin: 0 auto;
}
.lp-hero-conteudo h1 {
  font-size: clamp(32px, 4.6vw, 54px); line-height: 1.1; letter-spacing: -0.02em;
  color: #fff; margin: 0 0 20px; font-weight: 800;
}
.lp-hero-conteudo h1 span {
  background: linear-gradient(90deg, #4c86ff, #6ee7a0);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.lp-hero-conteudo p.lp-sub { color: #b7bac2; font-size: 18px; line-height: 1.6; max-width: 520px; margin: 0 0 32px; }
.lp-hero .lp-cta { display: flex; gap: 14px; flex-wrap: wrap; }
.lp-hero .lp-cta .btn { padding: 15px 28px; font-size: 15.5px; }
.lp-hero .lp-cta .btn-dourado { box-shadow: 0 10px 30px -8px rgba(22,93,255,.55); }
.lp-hero .lp-cta .btn-dourado:hover { transform: translateY(-2px); box-shadow: 0 14px 34px -8px rgba(22,93,255,.65); }
.lp-hero .lp-cta .btn-secundario { background: rgba(255,255,255,.06); color: #fff; border-color: rgba(255,255,255,.18); }
.lp-hero .lp-cta .btn-secundario:hover { background: rgba(255,255,255,.12); }
.lp-hero .lp-nota { margin-top: 18px; font-size: 13px; color: #7d818b; display: flex; align-items: center; gap: 8px; }
.lp-hero .lp-nota svg { flex-shrink: 0; color: var(--verde); }

.lp-hero-stats { display: flex; gap: 28px; margin-top: 40px; flex-wrap: wrap; }
.lp-hero-stat b { display: block; font-size: 22px; color: #fff; font-weight: 800; }
.lp-hero-stat span { font-size: 12.5px; color: #9a9ea6; }

/* --- Mockup do produto (elemento de assinatura) ------------------------- */
.lp-hero-visual { position: relative; }
.lp-mockup {
  background: #14161a; border-radius: 16px; overflow: hidden;
  box-shadow: 0 30px 70px -20px rgba(0,0,0,.6), 0 0 0 1px rgba(255,255,255,.06);
  animation: lpFloat 6s ease-in-out infinite;
}
.lp-mockup-barra { display: flex; align-items: center; gap: 6px; padding: 11px 14px; background: #1c1f26; }
.lp-mockup-barra span { width: 10px; height: 10px; border-radius: 50%; background: #3a3d45; }
.lp-mockup-corpo { padding: 20px; background: #f4f5f7; }
.lp-mockup-topo { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; }
.lp-mockup-topo strong { font-size: 13px; color: #1f2937; }
.lp-mockup-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 14px; }
.lp-mockup-card { background: #fff; border-radius: 10px; padding: 12px; border: 1px solid #e5e7eb; }
.lp-mockup-card .rotulo { font-size: 9px; text-transform: uppercase; letter-spacing: .05em; color: #9ca3af; margin-bottom: 4px; }
.lp-mockup-card .valor { font-size: 15px; font-weight: 800; color: #1f2937; }
.lp-mockup-card.verde .valor { color: #22C55E; }
.lp-mockup-card.vermelho .valor { color: #d9534f; }
.lp-mockup-grafico { background: #fff; border-radius: 10px; border: 1px solid #e5e7eb; padding: 14px; display: flex; align-items: flex-end; gap: 6px; height: 90px; }
.lp-mockup-grafico div { flex: 1; background: linear-gradient(180deg, #4c86ff, #165DFF); border-radius: 4px 4px 0 0; }

.lp-mockup-badge {
  position: absolute; bottom: -22px; right: -18px;
  background: rgba(255,255,255,.9); backdrop-filter: blur(8px);
  border-radius: 14px; padding: 14px 18px; box-shadow: 0 20px 40px -10px rgba(0,0,0,.35);
  display: flex; align-items: center; gap: 12px;
  animation: lpFloat 6s ease-in-out infinite; animation-delay: .4s;
}
.lp-mockup-badge .isf-score { font-size: 26px; font-weight: 800; color: var(--verde); line-height: 1; }
.lp-mockup-badge .isf-label { font-size: 10.5px; color: #6b7280; text-transform: uppercase; letter-spacing: .04em; }
@keyframes lpFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }

/* --- Seções gerais -------------------------------------------------------- */
.lp-secao { padding: 100px 6vw; max-width: 1180px; margin: 0 auto; }
.lp-secao.lp-clara { background: var(--cinza-claro); max-width: none; }
.lp-secao.lp-clara > * { max-width: 1180px; margin-left: auto; margin-right: auto; }
.lp-secao-cabecalho { text-align: center; max-width: 640px; margin: 0 auto 52px; }
.lp-secao h2 { font-size: clamp(26px, 3.2vw, 36px); margin: 0 0 14px; letter-spacing: -0.01em; font-weight: 800; }
.lp-secao p.lp-lead { color: var(--cinza); font-size: 16.5px; line-height: 1.6; margin: 0; }

/* --- Problema ------------------------------------------------------------- */
.lp-problema-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.lp-problema-card {
  background: #fff; border: 1px solid var(--borda); border-radius: 14px; padding: 26px 24px;
  transition: transform .2s ease, box-shadow .2s ease;
}
.lp-problema-card:hover { transform: translateY(-4px); box-shadow: 0 16px 32px -12px rgba(0,0,0,.12); }
.lp-problema-card .lp-x { color: var(--vermelho); font-size: 20px; font-weight: 800; margin-bottom: 10px; }
.lp-problema-card p { font-size: 14.5px; color: #374151; line-height: 1.55; margin: 0; }

/* --- Comparativo ------------------------------------------------------------ */
.lp-comparativo { display: grid; grid-template-columns: 1fr auto 1fr; gap: 24px; align-items: center; }
.lp-comp-coluna { border-radius: 16px; padding: 30px 26px; }
.lp-comp-coluna.velho { background: #fff; border: 1px solid var(--borda); }
.lp-comp-coluna.novo { background: var(--preto); color: #fff; box-shadow: 0 20px 50px -18px rgba(22,93,255,.4); }
.lp-comp-coluna h3 { font-size: 17px; margin: 0 0 18px; display: flex; align-items: center; gap: 10px; }
.lp-comp-coluna ul { list-style: none; padding: 0; margin: 0; }
.lp-comp-coluna li { font-size: 14px; padding: 9px 0; display: flex; gap: 10px; align-items: flex-start; border-bottom: 1px solid rgba(0,0,0,.05); }
.lp-comp-coluna.novo li { border-bottom-color: rgba(255,255,255,.08); }
.lp-comp-coluna.velho li span.marca { color: var(--vermelho); }
.lp-comp-coluna.novo li span.marca { color: #6ee7a0; }
.lp-comp-vs {
  width: 44px; height: 44px; border-radius: 50%; background: #fff; border: 2px solid var(--borda);
  display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 12px; color: var(--cinza);
}

/* --- Benefícios (transformação, não feature) ------------------------------- */
.lp-beneficios-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.lp-beneficio {
  display: flex; gap: 18px; background: #fff; border: 1px solid var(--borda); border-radius: 14px; padding: 24px;
  transition: border-color .2s ease, transform .2s ease;
}
.lp-beneficio:hover { border-color: var(--azul); transform: translateY(-2px); }
.lp-beneficio .lp-icone-caixa { flex-shrink: 0; width: 44px; height: 44px; border-radius: 12px; background: rgba(22,93,255,.1); display: flex; align-items: center; justify-content: center; color: var(--azul); }
.lp-beneficio h3 { font-size: 16px; margin: 0 0 6px; }
.lp-beneficio p { font-size: 13.8px; color: var(--cinza); margin: 0; line-height: 1.55; }

/* --- IA (seção premium) ------------------------------------------------------ */
.lp-ia {
  position: relative; overflow: hidden; border-radius: 24px;
  background: linear-gradient(135deg, #1F2937 0%, #16324f 100%);
  padding: 64px 48px; color: #fff; max-width: 1180px; margin: 0 auto;
}
.lp-ia::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 85% 20%, rgba(34,197,94,.28), transparent 55%); }
.lp-ia-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.lp-ia-badge {
  display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18);
  padding: 6px 14px; border-radius: 20px; font-size: 12px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase;
  color: #6ee7a0; margin-bottom: 18px;
}
.lp-ia h2 { color: #fff; text-align: left; margin: 0 0 16px; }
.lp-ia p { color: #c7cad1; font-size: 15.5px; line-height: 1.65; margin: 0 0 22px; }
.lp-ia-chat { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: 14px; padding: 18px; }
.lp-ia-bolha { background: rgba(255,255,255,.08); border-radius: 10px; padding: 10px 14px; font-size: 13.5px; margin-bottom: 10px; color: #e5e7eb; }
.lp-ia-bolha.pergunta { background: var(--azul); color: #fff; margin-left: 30px; }
.lp-ia ul { list-style: none; padding: 0; margin: 0; }
.lp-ia ul li { font-size: 14px; padding: 6px 0; color: #d1d5db; }

/* --- Recursos (ícones SVG) ------------------------------------------------------ */
.lp-recursos { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.lp-recurso {
  background: #fff; border: 1px solid var(--borda); border-radius: 14px; padding: 26px 24px;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.lp-recurso:hover { transform: translateY(-4px); box-shadow: 0 16px 32px -14px rgba(0,0,0,.14); border-color: transparent; }
.lp-recurso .lp-icone-caixa { width: 46px; height: 46px; border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.lp-recurso h3 { font-size: 16px; margin: 0 0 8px; }
.lp-recurso p { font-size: 13.8px; color: var(--cinza); margin: 0; line-height: 1.55; }

/* --- Como funciona ------------------------------------------------------------ */
.lp-passos { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; position: relative; }
.lp-passo { text-align: center; position: relative; }
.lp-passo .lp-passo-numero {
  width: 52px; height: 52px; border-radius: 50%; background: var(--preto); color: #fff;
  display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 18px;
  margin: 0 auto 18px; position: relative; z-index: 1;
}
.lp-passo h3 { font-size: 15.5px; margin: 0 0 8px; }
.lp-passo p { font-size: 13.5px; color: var(--cinza); margin: 0; line-height: 1.5; }
.lp-passos::before {
  content: ''; position: absolute; top: 26px; left: 12%; right: 12%; height: 2px;
  background: repeating-linear-gradient(90deg, var(--borda) 0 8px, transparent 8px 14px); z-index: 0;
}

/* --- Segurança ----------------------------------------------------------------- */
.lp-seguranca-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.lp-seguranca-item { text-align: center; padding: 22px 16px; }
.lp-seguranca-item .lp-icone-caixa { width: 48px; height: 48px; border-radius: 50%; background: rgba(34,197,94,.1); color: var(--verde); display: flex; align-items: center; justify-content: center; margin: 0 auto 14px; }
.lp-seguranca-item h3 { font-size: 14px; margin: 0 0 6px; }
.lp-seguranca-item p { font-size: 12.8px; color: var(--cinza); margin: 0; line-height: 1.5; }

/* --- Provas sociais -------------------------------------------------------------- */
.lp-depoimentos { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.lp-depoimento { background: #fff; border: 1px solid var(--borda); border-radius: 14px; padding: 24px; }
.lp-depoimento .lp-estrelas { color: var(--dourado); font-size: 13px; margin-bottom: 12px; letter-spacing: 2px; }
.lp-depoimento p.lp-texto { font-size: 14px; color: #374151; line-height: 1.6; margin: 0 0 18px; font-style: italic; }
.lp-depoimento-autor { display: flex; align-items: center; gap: 10px; }
.lp-depoimento-avatar { width: 38px; height: 38px; border-radius: 50%; background: linear-gradient(135deg, var(--azul), var(--verde)); display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 700; font-size: 14px; }
.lp-depoimento-autor strong { display: block; font-size: 13.5px; }
.lp-depoimento-autor span { font-size: 12px; color: var(--cinza); }
.lp-selo-placeholder { text-align: center; font-size: 11.5px; color: var(--cinza); margin-top: 20px; }

/* --- Planos ---------------------------------------------------------------------- */
.lp-precos { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 780px; margin: 0 auto; align-items: stretch; }
@media (max-width: 700px) { .lp-precos { grid-template-columns: 1fr !important; max-width: 380px !important; } }

.lp-seletor-periodo { display: flex; justify-content: center; gap: 6px; margin-bottom: 40px; }
.lp-periodo-btn {
  background: #fff; border: 1px solid var(--borda); padding: 10px 18px; border-radius: 24px;
  font-size: 13.5px; font-weight: 600; color: #374151; cursor: pointer; transition: all .15s ease;
}
.lp-periodo-btn:hover { border-color: var(--azul); }
.lp-periodo-btn.ativo { background: var(--preto); color: #fff; border-color: var(--preto); }
.lp-periodo-btn .lp-desconto { color: var(--verde); font-weight: 700; }
.lp-periodo-btn.ativo .lp-desconto { color: #6ee7a0; }

.lp-plano {
  background: #fff; border: 1px solid var(--borda); border-radius: 18px; padding: 34px 28px;
  display: flex; flex-direction: column; position: relative; transition: transform .2s ease, box-shadow .2s ease;
}
.lp-plano:hover { transform: translateY(-4px); }
.lp-plano.destaque {
  border: 2px solid var(--azul); box-shadow: 0 24px 50px -16px rgba(22,93,255,.28);
  background: linear-gradient(180deg, #fff 0%, #f7faff 100%);
}
.lp-plano .lp-selo {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: linear-gradient(90deg, var(--azul), #2fa5e8); color: #fff; font-size: 11.5px; font-weight: 800;
  padding: 5px 16px; border-radius: 20px; letter-spacing: .03em; box-shadow: 0 8px 18px -4px rgba(22,93,255,.5);
}
.lp-plano h3 { font-size: 19px; margin: 0 0 6px; }
.lp-plano .lp-preco { font-size: 38px; font-weight: 800; margin: 8px 0 4px; letter-spacing: -0.02em; }
.lp-plano .lp-preco small { font-size: 14px; font-weight: 500; color: var(--cinza); }
.lp-plano .lp-desc { color: var(--cinza); font-size: 13.5px; margin-bottom: 24px; }
.lp-plano ul { list-style: none; padding: 0; margin: 0 0 26px; flex: 1; }
.lp-plano ul li { font-size: 14px; padding: 8px 0; display: flex; gap: 9px; align-items: flex-start; }
.lp-plano ul li .ok { color: var(--verde); font-weight: 800; }
.lp-plano ul li .bloqueado { color: #c6c9cf; }
.lp-plano .btn { width: 100%; text-align: center; padding: 13px; font-weight: 700; }

/* --- FAQ ------------------------------------------------------------------------------ */
.lp-faq { max-width: 720px; margin: 0 auto; }
.lp-faq details { border: 1px solid var(--borda); border-radius: 12px; padding: 18px 20px; margin-bottom: 10px; background: #fff; }
.lp-faq details[open] { border-color: var(--azul); }
.lp-faq summary { font-weight: 700; font-size: 15px; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; }
.lp-faq summary::-webkit-details-marker { display: none; }
.lp-faq summary::after { content: '+'; font-size: 20px; color: var(--azul); transition: transform .2s ease; }
.lp-faq details[open] summary::after { transform: rotate(45deg); }
.lp-faq p { color: var(--cinza); font-size: 14px; margin: 12px 0 0; line-height: 1.6; }

/* --- CTA final --------------------------------------------------------------------------- */
.lp-cta-final { position: relative; overflow: hidden; text-align: center; padding: 90px 6vw; background: var(--preto); color: #fff; }
.lp-cta-final::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 800px 500px at 50% 0%, rgba(22,93,255,.35), transparent 60%); }
.lp-cta-final-conteudo { position: relative; z-index: 1; max-width: 640px; margin: 0 auto; }
.lp-cta-final h2 { color: #fff; font-size: clamp(26px, 3.4vw, 38px); margin: 0 0 16px; }
.lp-cta-final p { color: #b7bac2; font-size: 16.5px; margin: 0 0 32px; }
.lp-cta-final .btn { padding: 17px 36px; font-size: 16.5px; }

/* --- Rodapé ------------------------------------------------------------------------------- */
.lp-rodape { background: var(--preto); color: #9a9ea6; padding: 44px 6vw 30px; text-align: center; font-size: 13px; }
.lp-rodape .lp-brand { color: #fff; font-weight: 700; margin-bottom: 6px; }

/* --- WhatsApp integrado ------------------------------------------------ */
.lp-whatsapp { max-width:1100px; margin:0 auto; }
.lp-whatsapp-grid { display:grid; grid-template-columns:1.05fr .95fr; gap:56px; align-items:center; }
.lp-whatsapp h2 { font-size:clamp(27px,3.2vw,40px); margin:14px 0 18px; }
.lp-whatsapp p { color:var(--cinza); line-height:1.75; }
.lp-whatsapp ul { list-style:none; padding:0; margin:24px 0 0; display:grid; gap:12px; }
.lp-whatsapp li { display:flex; align-items:flex-start; gap:10px; line-height:1.55; }
.lp-whatsapp li svg { width:18px; min-width:18px; color:var(--verde); margin-top:2px; }
.lp-whatsapp-badge { display:inline-flex; align-items:center; gap:8px; color:#087f4f; background:#e8f8f0; border-radius:999px; padding:8px 13px; font-size:12.5px; font-weight:700; }
.lp-whatsapp-badge svg { width:18px; height:18px; }
.lp-whatsapp-chat { background:#e5ddd5; border-radius:18px; padding:24px; display:flex; flex-direction:column; gap:12px; box-shadow:0 18px 45px rgba(31,41,55,.13); }
.lp-whatsapp-bolha { max-width:88%; padding:11px 14px; border-radius:10px; font-size:13.5px; line-height:1.5; box-shadow:0 1px 2px rgba(0,0,0,.08); }
.lp-whatsapp-bolha.enviada { align-self:flex-end; background:#d9fdd3; border-bottom-right-radius:3px; }
.lp-whatsapp-bolha.recebida { align-self:flex-start; background:#fff; border-bottom-left-radius:3px; }

/* --- Scroll reveal ---------------------------------------------------- */
.lp-reveal { opacity: 0; transform: translateY(16px); transition: opacity .6s ease, transform .6s ease; }
.lp-reveal.lp-visivel { opacity: 1; transform: translateY(0); }

/* =====================================================================
   Responsivo
   ===================================================================== */
@media (max-width: 900px) {
  .lp-hero-grid { grid-template-columns: 1fr; text-align: center; }
  .lp-hero-conteudo p.lp-sub { margin-left: auto; margin-right: auto; }
  .lp-hero .lp-cta { justify-content: center; }
  .lp-hero-stats { justify-content: center; }
  .lp-hero-visual { max-width: 480px; margin: 0 auto; }
  .lp-problema-grid, .lp-beneficios-grid, .lp-recursos, .lp-depoimentos { grid-template-columns: 1fr 1fr; }
  .lp-comparativo { grid-template-columns: 1fr; }
  .lp-comp-vs { margin: 0 auto; }
  .lp-passos { grid-template-columns: 1fr 1fr; gap: 32px 20px; }
  .lp-passos::before { display: none; }
  .lp-seguranca-grid { grid-template-columns: 1fr 1fr; }
  .lp-ia-grid { grid-template-columns: 1fr; }
  .lp-ia h2 { text-align: center; }
  .lp-ia p { text-align: center; }
  .lp-whatsapp-grid { grid-template-columns:1fr; gap:34px; }
  .lp-whatsapp h2, .lp-whatsapp p { text-align:center; }
  .lp-whatsapp-badge { display:flex; width:max-content; margin:0 auto; }
}

@media (max-width: 700px) {
  .lp-nav { padding: 14px 5vw; }
  .lp-nav .lp-links { display: none; }
  .lp-nav .lp-acoes .btn { padding: 8px 12px; font-size: 13px; }
  .lp-hero { padding: 50px 6vw 60px; }
  .lp-secao { padding: 64px 6vw; }
  .lp-secao h2 { font-size: 24px; }
  .lp-problema-grid, .lp-beneficios-grid, .lp-recursos, .lp-depoimentos, .lp-passos, .lp-seguranca-grid { grid-template-columns: 1fr; }
  .lp-ia { padding: 40px 24px; }
}
