/* Estilos exclusivos do site publico (landing, contratar, entrar do
   cliente) — reaproveita as variaveis de cor/tema definidas em app.css,
   que precisa estar linkado antes deste arquivo em cada pagina. */

html { scroll-behavior: smooth; }
body {
  background-image: radial-gradient(circle, var(--gridline) 1px, transparent 1px);
  background-size: 28px 28px;
  background-position: -14px -14px;
  position: relative;
}
.lp-section[id] { scroll-margin-top: 82px; }

.lp-brand, .lp-eyebrow, .lp-h1, .lp-h2, .lp-data-num, .lp-plan-card h3,
.lp-feature-card h3, .lp-step h3, .lp-benefit-row .n, .lp-guarantee h3,
.btn, .lp-quick-item .t, .lp-hero-card .n {
  font-family: "Poppins", system-ui, -apple-system, "Segoe UI", sans-serif;
}

/* Manchas de cor desfocadas no fundo — dao profundidade sem exigir imagem.
   position:fixed (em vez de absolute) porque a pagina e bem longa: preso
   ao documento inteiro, a mancha de baixo (a3) ficava la no rodape, longe
   de qualquer secao — presa a viewport, as manchas acompanham a rolagem e
   continuam dando profundidade em qualquer ponto da pagina. */
.lp-aurora { position: fixed; inset: 0; overflow: hidden; z-index: -1; pointer-events: none; }
.lp-aurora span {
  position: absolute; border-radius: 50%; filter: blur(80px); opacity: 0.32;
  animation: lpAuroraFloat 20s ease-in-out infinite alternate;
}
html[data-theme="dark"] .lp-aurora span { opacity: 0.16; }
@media (prefers-color-scheme: dark) {
  html:not([data-theme="light"]) .lp-aurora span { opacity: 0.16; }
}
.lp-aurora .a1 { width: 440px; height: 440px; background: var(--accent); top: -140px; left: -100px; animation-delay: 0s; }
.lp-aurora .a2 { width: 380px; height: 380px; background: var(--brand-teal); top: -90px; right: -110px; animation-delay: -7s; }
.lp-aurora .a3 { width: 360px; height: 360px; background: var(--good); bottom: -150px; left: 18%; animation-delay: -14s; }
.lp-aurora .a4 { width: 300px; height: 300px; background: var(--brand-green); bottom: -120px; right: 12%; animation-delay: -3s; }

@keyframes lpAuroraFloat {
  from { transform: translate(0, 0) scale(1); }
  to { transform: translate(26px, 32px) scale(1.08); }
}
@media (prefers-reduced-motion: reduce) {
  .lp-aurora span { animation: none; }
}

/* Faixa alternada: da mais ritmo entre secoes seguidas, sem depender so
   de espaco em branco. Aplicar direto num <section class="lp-section lp-band">. */
section.lp-band {
  background: var(--surface-1);
  border: 1px solid var(--border);
  border-radius: 32px;
  padding: 48px 32px !important;
}

.lp-header {
  position: sticky; top: 0; z-index: 40;
  background: color-mix(in srgb, var(--page) 88%, transparent);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
}
.lp-header-inner {
  max-width: 1200px; margin: 0 auto; padding: 0 24px; height: 66px;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.lp-brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; font-size: 1.08rem; flex-shrink: 0; letter-spacing: -0.01em; }
.lp-brand img { width: 26px; height: 26px; border-radius: 7px; display: block; }
.lp-nav { display: flex; gap: 4px; flex: 1; justify-content: center; }
.lp-nav a {
  text-decoration: none; color: var(--text-secondary); font-size: 0.9rem; font-weight: 600;
  padding: 8px 14px; border-radius: 8px; white-space: nowrap; transition: background-color 0.15s, color 0.15s;
}
.lp-nav a:hover { background: var(--surface-2); color: var(--text-primary); }
.lp-actions { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.lp-actions .btn { transition: transform 0.15s ease, filter 0.15s ease, box-shadow 0.15s ease; }
/* Celular: a Poppins e mais larga que a fonte antiga — sem isso o botao do
   topo ("Ainda nao sou cliente") passava da borda da tela. */
@media (max-width: 600px) {
  .lp-header-inner { padding: 0 14px; gap: 8px; }
  .lp-actions { gap: 6px; min-width: 0; }
  .lp-actions .btn { padding: 8px 12px; font-size: 0.8rem; white-space: nowrap; }
  .lp-brand { font-size: 1rem; gap: 8px; }
}
.lp-actions .btn-primary, .lp-hero-cta .btn-primary { box-shadow: 0 8px 20px -8px var(--accent); }
.lp-actions .btn:hover, .lp-hero-cta .btn:hover, .lp-plan-card .btn:hover { transform: translateY(-1px); }

.lp-section { max-width: 1200px; margin: 0 auto; padding: 88px 24px; position: relative; }
.lp-section.compact { padding: 0 24px 88px; }
.lp-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 0.78rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em;
  color: var(--accent); margin: 0 0 14px;
}
.lp-eyebrow::before { content: ""; width: 18px; height: 2px; background: var(--accent); border-radius: 2px; }
.lp-h1 { font-size: clamp(2.2rem, 4.4vw, 3.4rem); line-height: 1.08; letter-spacing: -0.025em; margin: 0 0 22px; font-weight: 800; }
.lp-h1 .grad { background: linear-gradient(100deg, var(--accent), var(--brand-teal) 70%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.lp-h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); line-height: 1.2; letter-spacing: -0.015em; margin: 0 0 14px; font-weight: 800; }
.lp-lead { font-size: 1.15rem; color: var(--text-secondary); max-width: 60ch; margin: 0 0 32px; line-height: 1.6; }
.lp-sub { color: var(--text-secondary); max-width: 68ch; margin: 0 0 40px; line-height: 1.65; }

/* ---------- Hero ---------- */
.lp-hero {
  display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center;
  padding-top: 64px; padding-bottom: 32px;
}
.lp-hero-cta { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 30px; }
.lp-hero-trust { display: flex; gap: 22px; flex-wrap: wrap; font-size: 0.85rem; color: var(--text-muted); }
.lp-hero-trust span { display: inline-flex; align-items: center; gap: 6px; }

.lp-hero-art {
  position: relative; aspect-ratio: 4/3.4; border-radius: 28px;
  background: linear-gradient(155deg, var(--brand-navy) 0%, #0E4A66 55%, var(--brand-teal) 140%);
  box-shadow: 0 30px 70px -30px rgba(0,0,0,0.4), var(--shadow); overflow: hidden;
}
.lp-hero-art::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(circle at 18% 18%, rgba(255,255,255,0.28), transparent 42%),
    radial-gradient(circle at 82% 78%, rgba(255,255,255,0.20), transparent 48%);
}
.lp-hero-card {
  position: absolute; background: var(--surface-1); border-radius: 16px; box-shadow: 0 24px 55px -20px rgba(0,0,0,0.45);
  padding: 16px 18px; width: 216px;
}
.lp-hero-card .n { font-size: 1.3rem; font-weight: 700; }
.lp-hero-card .l { font-size: 0.76rem; color: var(--text-muted); display: flex; align-items: center; gap: 6px; margin-top: 2px; }
.lp-hero-card.c1 { top: 9%; left: 8%; animation: lpFloat 5s ease-in-out infinite; }
.lp-hero-card.c2 { bottom: 11%; right: 6%; animation: lpFloat 6s ease-in-out infinite 0.6s; }
.lp-hero-card.c3 { top: 42%; left: 34%; width: 168px; padding: 12px 14px; animation: lpFloat 5.5s ease-in-out infinite 1.1s; }
@keyframes lpFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}
@media (prefers-reduced-motion: reduce) {
  .lp-hero-card { animation: none !important; }
}

/* ---------- Dados de reportagens/pesquisas ---------- */
.lp-data-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 40px; }
.lp-data-card {
  background: var(--surface-1); border: 1px solid var(--border); border-radius: 20px;
  padding: 28px 26px; box-shadow: var(--shadow); position: relative; overflow: hidden;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.lp-data-card:hover { transform: translateY(-3px); box-shadow: 0 20px 40px -22px rgba(0,0,0,0.28), var(--shadow); }
.lp-data-card::after {
  content: "\201D"; position: absolute; right: 4px; top: -34px; font-size: 7rem; font-weight: 800;
  font-family: Georgia, serif; color: var(--accent-bg); line-height: 1; z-index: 0; pointer-events: none;
}
.lp-data-card.destaque {
  border: 2px solid transparent;
  background-image: linear-gradient(var(--surface-1), var(--surface-1)), linear-gradient(135deg, var(--accent), var(--brand-teal));
  background-origin: border-box; background-clip: padding-box, border-box;
  box-shadow: 0 20px 45px -24px var(--accent), var(--shadow);
}
.lp-data-num {
  font-size: clamp(2.4rem, 4vw, 3rem); font-weight: 800; letter-spacing: -0.03em; line-height: 1;
  color: var(--accent); position: relative; z-index: 1; margin-bottom: 12px;
}
.lp-data-card p { margin: 0 0 16px; color: var(--text-secondary); font-size: 0.92rem; line-height: 1.55; position: relative; z-index: 1; }
.lp-data-fonte {
  display: inline-block; font-size: 0.78rem; font-weight: 600; color: var(--text-muted);
  text-decoration: none; border-top: 1px solid var(--gridline); padding-top: 12px; width: 100%;
  position: relative; z-index: 1;
}
.lp-data-fonte:hover { color: var(--accent); }

/* ---------- Problema ---------- */
.lp-problem { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.lp-problem-list { display: flex; flex-direction: column; gap: 18px; margin-top: 8px; }
.lp-problem-item { display: flex; gap: 14px; align-items: flex-start; }
.lp-problem-item .ic {
  width: 42px; height: 42px; border-radius: 13px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center; font-size: 1.2rem;
  background: var(--critical-bg);
}
.lp-problem-item h4 { margin: 0 0 4px; font-size: 0.98rem; }
.lp-problem-item p { margin: 0; color: var(--text-secondary); font-size: 0.9rem; line-height: 1.5; }


/* ---------- Funcionalidades ---------- */
.lp-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 40px; }
.lp-feature-card {
  background: var(--surface-1); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 26px; box-shadow: var(--shadow); transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.lp-feature-card:hover { transform: translateY(-3px); box-shadow: 0 20px 40px -22px rgba(0,0,0,0.28), var(--shadow); }
.lp-feature-card .ic {
  width: 46px; height: 46px; border-radius: 13px; display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem; background: var(--accent-bg); margin-bottom: 16px;
}
.lp-feature-card h3 { margin: 0 0 8px; font-size: 1.02rem; }
.lp-feature-card p { margin: 0; color: var(--text-secondary); font-size: 0.88rem; line-height: 1.55; }
.lp-feature-grid .lp-feature-card:nth-child(6n+1) .ic { background: linear-gradient(135deg,#0A1D3D,#1F4E8C); box-shadow: 0 10px 22px -10px #0A1D3D; }
.lp-feature-grid .lp-feature-card:nth-child(6n+2) .ic { background: linear-gradient(135deg,#00A896,#2DD4BF); box-shadow: 0 10px 22px -10px #00A896; }
.lp-feature-grid .lp-feature-card:nth-child(6n+3) .ic { background: linear-gradient(135deg,#22B573,#4ADE9B); box-shadow: 0 10px 22px -10px #22B573; }
.lp-feature-grid .lp-feature-card:nth-child(6n+4) .ic { background: linear-gradient(135deg,#0E4A66,#00A896); box-shadow: 0 10px 22px -10px #0E4A66; }
.lp-feature-grid .lp-feature-card:nth-child(6n+5) .ic { background: linear-gradient(135deg,#6B7280,#9AA3B2); box-shadow: 0 10px 22px -10px #6B7280; }
.lp-feature-grid .lp-feature-card:nth-child(6n+6) .ic { background: linear-gradient(135deg,#0A1D3D,#00A896); box-shadow: 0 10px 22px -10px #0A1D3D; }

/* ---------- Beneficios ---------- */
.lp-benefits { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.lp-benefits-art {
  border-radius: 22px; background: var(--surface-1); border: 1px solid var(--border); box-shadow: var(--shadow);
  padding: 28px; display: flex; flex-direction: column; gap: 16px;
}
.lp-benefit-row { display: flex; align-items: center; gap: 14px; padding: 10px 0; border-bottom: 1px solid var(--gridline); }
.lp-benefit-row:last-child { border-bottom: none; }
.lp-benefit-row .ic { font-size: 1.3rem; flex-shrink: 0; }
.lp-benefit-row .n { font-weight: 700; font-size: 1.05rem; }
.lp-benefit-row .l { font-size: 0.8rem; color: var(--text-muted); }

/* ---------- Planos ---------- */
.lp-plans { display: grid; grid-template-columns: repeat(2, minmax(0,320px)); gap: 24px; margin-top: 40px; justify-content: center; }
.lp-plan-card {
  background: var(--surface-1); border: 1px solid var(--border); border-radius: 20px;
  padding: 30px; box-shadow: var(--shadow); display: flex; flex-direction: column;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.lp-plan-card:hover { transform: translateY(-3px); box-shadow: 0 20px 40px -22px rgba(0,0,0,0.28), var(--shadow); }
.lp-plan-card.destaque {
  border: 2px solid transparent; position: relative;
  background-image: linear-gradient(var(--surface-1), var(--surface-1)), linear-gradient(135deg, var(--accent), var(--brand-teal));
  background-origin: border-box; background-clip: padding-box, border-box;
  box-shadow: 0 24px 50px -24px var(--accent), var(--shadow);
}
.lp-plan-badge {
  position: absolute; top: -13px; left: 26px; background: var(--accent); color: var(--accent-ink);
  font-size: 0.72rem; font-weight: 700; padding: 4px 10px; border-radius: 999px;
}
.lp-plan-card h3 { margin: 0 0 6px; font-size: 1.15rem; }
.lp-plan-card .lp-plan-trial { color: var(--good); font-weight: 700; font-size: 0.92rem; margin: 0 0 8px; }
.lp-plan-card .desc { color: var(--text-muted); font-size: 0.85rem; margin: 0 0 20px; min-height: 2.6em; }
.lp-plan-lista { list-style: none; margin: 0 0 26px; padding: 0; display: flex; flex-direction: column; gap: 11px; flex: 1; }
.lp-plan-lista li { font-size: 0.88rem; color: var(--text-secondary); display: flex; gap: 8px; align-items: flex-start; }
.lp-plan-lista li::before { content: "✓"; color: var(--good); font-weight: 700; flex-shrink: 0; }

/* ---------- CTA final ---------- */
.lp-cta-final {
  border-radius: 28px; background: linear-gradient(135deg, #0A1D3D, #0B4F6C 60%, #00A896 140%);
  color: #fff; padding: 60px 40px; text-align: center; position: relative; overflow: hidden;
}
.lp-cta-final::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(circle at 15% 20%, rgba(255,255,255,0.18), transparent 45%),
              radial-gradient(circle at 85% 85%, rgba(255,255,255,0.14), transparent 45%);
}
.lp-cta-final > * { position: relative; z-index: 1; }
.lp-cta-final h2 { color: #fff; }
.lp-cta-final p { color: rgba(255,255,255,0.9); }
.lp-cta-final .btn-primary { background: #fff; color: var(--brand-navy); box-shadow: 0 12px 28px -10px rgba(0,0,0,0.35); }

.lp-footer { border-top: 1px solid var(--border); padding: 32px 24px; }
.lp-footer-inner {
  max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center;
  gap: 16px; flex-wrap: wrap; color: var(--text-muted); font-size: 0.82rem;
}

@media (max-width: 900px) {
  .lp-hero, .lp-problem, .lp-benefits { grid-template-columns: 1fr; }
  .lp-hero-art { order: 0; }
  .lp-feature-grid { grid-template-columns: repeat(2, 1fr); }
  .lp-plans { grid-template-columns: 1fr; max-width: 340px; }
  .lp-data-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .lp-nav { display: none; }
  .lp-feature-grid { grid-template-columns: 1fr; }
  .lp-hero-card { position: static; width: auto; margin-bottom: 12px; }
  .lp-hero-art { display: flex; flex-direction: column; justify-content: center; padding: 20px; gap: 12px; }
  .lp-hero-card.c3 { width: auto; }
}

/* ---------- Tira de beneficios rapidos ---------- */
.lp-quick-strip {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; margin-top: -8px;
}
.lp-quick-item {
  background: var(--surface-1); border: 1px solid var(--border); border-radius: 16px;
  padding: 18px 16px; text-align: center; box-shadow: var(--shadow);
}
.lp-quick-item .ic {
  width: 44px; height: 44px; margin: 0 auto 10px; border-radius: 12px;
  display: flex; align-items: center; justify-content: center; font-size: 1.3rem;
}
.lp-quick-item .t { font-size: 0.85rem; font-weight: 700; line-height: 1.35; }
.lp-quick-strip .lp-quick-item:nth-child(5n+1) .ic { background: linear-gradient(135deg,#0A1D3D,#1F4E8C); }
.lp-quick-strip .lp-quick-item:nth-child(5n+2) .ic { background: linear-gradient(135deg,#00A896,#2DD4BF); }
.lp-quick-strip .lp-quick-item:nth-child(5n+3) .ic { background: linear-gradient(135deg,#22B573,#4ADE9B); }
.lp-quick-strip .lp-quick-item:nth-child(5n+4) .ic { background: linear-gradient(135deg,#0E4A66,#00A896); }
.lp-quick-strip .lp-quick-item:nth-child(5n+5) .ic { background: linear-gradient(135deg,#6B7280,#9AA3B2); }

/* ---------- Autodiagnostico (perguntas de dor) ---------- */
.lp-diag-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 36px; }
.lp-diag-card {
  display: flex; gap: 14px; align-items: flex-start; padding: 20px 22px; border-radius: 16px;
  background: var(--surface-1); border: 1px solid var(--border);
}
.lp-diag-card .q {
  width: 32px; height: 32px; border-radius: 50%; background: var(--critical-bg); color: var(--critical);
  display: flex; align-items: center; justify-content: center; font-size: 1rem; font-weight: 800; flex-shrink: 0;
}
.lp-diag-card p { margin: 0; font-size: 0.95rem; font-weight: 600; line-height: 1.4; }

/* ---------- Como funciona (passo a passo) ---------- */
.lp-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 40px; counter-reset: passo; }
.lp-step { position: relative; padding-top: 8px; }
.lp-step-num {
  width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, #0A1D3D, #00A896);
  color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 1.05rem;
  margin-bottom: 16px; box-shadow: 0 8px 18px -6px var(--accent);
}
.lp-step h3 { margin: 0 0 8px; font-size: 1rem; }
.lp-step p { margin: 0; color: var(--text-secondary); font-size: 0.88rem; line-height: 1.55; }
.lp-step-connector {
  position: absolute; top: 20px; left: calc(100% + 4px); width: calc(28px - 8px);
  border-top: 2px dashed var(--border);
}

/* ---------- O que esta incluso ---------- */
.lp-includes {
  background: var(--surface-1); border: 1px solid var(--border); border-radius: 24px;
  box-shadow: var(--shadow); padding: 40px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px 32px; margin-top: 8px;
}
.lp-includes-item { display: flex; gap: 12px; align-items: flex-start; padding: 10px 0; }
.lp-includes-item .ok {
  width: 26px; height: 26px; border-radius: 50%; background: var(--good); color: var(--good-ink);
  display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 0.8rem; flex-shrink: 0;
}
.lp-includes-item span.t { font-size: 0.92rem; font-weight: 600; }

/* ---------- Garantia ---------- */
.lp-guarantee {
  display: flex; align-items: center; gap: 24px; padding: 32px 36px; border-radius: 20px;
  background: var(--good-bg, var(--accent-bg)); border: 1px solid var(--border);
}
.lp-guarantee .badge-ic {
  width: 68px; height: 68px; border-radius: 50%; box-shadow: var(--shadow);
  display: flex; align-items: center; justify-content: center; font-size: 1.8rem; flex-shrink: 0;
  border: 3px solid transparent;
  background-image: linear-gradient(var(--surface-1), var(--surface-1)), linear-gradient(135deg, var(--good), var(--accent));
  background-origin: border-box; background-clip: padding-box, border-box;
}
.lp-guarantee h3 { margin: 0 0 6px; font-size: 1.05rem; }
.lp-guarantee p { margin: 0; color: var(--text-secondary); font-size: 0.9rem; line-height: 1.5; }

/* ---------- FAQ ---------- */
.lp-faq { max-width: 780px; margin: 40px auto 0; display: flex; flex-direction: column; gap: 10px; }
.lp-faq-item {
  background: var(--surface-1); border: 1px solid var(--border); border-radius: 14px; padding: 4px 22px;
  transition: border-color 0.15s ease;
}
.lp-faq-item[open] { border-color: var(--accent); }
.lp-faq-item summary {
  cursor: pointer; padding: 16px 0; font-weight: 700; font-size: 0.95rem;
  display: flex; justify-content: space-between; align-items: center; gap: 12px; list-style: none;
}
.lp-faq-item summary::-webkit-details-marker { display: none; }
.lp-faq-item summary::after {
  content: "+"; font-size: 1.2rem; color: var(--accent-ink); flex-shrink: 0; transition: transform 0.15s ease;
  width: 24px; height: 24px; border-radius: 50%; background: var(--accent);
  display: flex; align-items: center; justify-content: center; line-height: 1;
}
.lp-faq-item[open] summary::after { transform: rotate(45deg); }
.lp-faq-item p { margin: 0 0 18px; color: var(--text-secondary); font-size: 0.88rem; line-height: 1.6; }

@media (max-width: 900px) {
  .lp-quick-strip { grid-template-columns: repeat(2, 1fr); }
  .lp-quick-strip .lp-quick-item:last-child { grid-column: 1 / -1; }
  .lp-diag-grid { grid-template-columns: 1fr; }
  .lp-steps { grid-template-columns: 1fr; }
  .lp-step-connector { display: none; }
  .lp-includes { grid-template-columns: 1fr; padding: 28px; }
  .lp-guarantee { flex-direction: column; text-align: center; }
}

/* ---------- Formularios publicos (contratar / entrar) ---------- */
.lp-form-wrap {
  min-height: calc(100vh - 66px); display: flex; align-items: center; justify-content: center; padding: 32px 20px;
}
.lp-form-card {
  background: var(--surface-1); border: 1px solid var(--border); border-radius: 20px;
  box-shadow: 0 30px 70px -35px var(--accent), var(--shadow); width: 100%; max-width: 480px; padding: 36px;
}
.lp-form-card h2 { font-family: "Poppins", system-ui, sans-serif; }
.lp-plan-picker { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-bottom: 6px; }
.lp-plan-opcao {
  border: 1px solid var(--border); border-radius: 12px; padding: 14px 10px; text-align: center;
  cursor: pointer; background: var(--surface-2); transition: border-color 0.15s, background-color 0.15s;
}
.lp-plan-opcao input { display: none; }
.lp-plan-opcao .nome { font-weight: 700; font-size: 0.9rem; }
.lp-plan-opcao .preco { font-size: 0.72rem; color: var(--text-muted); margin-top: 2px; }
.lp-plan-opcao.selecionado { border-color: var(--accent); background: var(--accent-bg); box-shadow: 0 0 0 1px var(--accent); }
.lp-form-card .error-msg { color: var(--critical); font-size: 0.82rem; min-height: 1.2em; margin: 4px 0 6px; }
.lp-form-card .modal-sub { color: var(--text-secondary); font-size: 0.85rem; margin: 0 0 22px; }
.lp-form-card .sub a { color: var(--accent); font-weight: 600; text-decoration: none; }
.lp-form-card .sub a:hover { text-decoration: underline; }


/* ---------- Vitrine: telas reais do sistema ---------- */
.lp-device {
  margin: 0; border-radius: 16px; overflow: hidden; background: var(--surface-1);
  border: 1px solid var(--border); box-shadow: 0 30px 70px -32px rgba(10,29,61,0.45), var(--shadow);
}
.lp-device-bar { display: flex; align-items: center; gap: 6px; padding: 9px 12px; background: var(--surface-2); border-bottom: 1px solid var(--border); }
.lp-device-bar i { width: 9px; height: 9px; border-radius: 50%; background: var(--gridline); display: block; }
.lp-device-bar .url { margin-left: 10px; font-size: 0.7rem; color: var(--text-muted); background: var(--surface-1); padding: 2px 14px; border-radius: 999px; }
.lp-device img { display: block; width: 100%; height: auto; }
.lp-popup-img { display: block; width: 100%; height: auto; filter: drop-shadow(0 24px 40px rgba(10,29,61,0.30)); }

.lp-hero-art.real { aspect-ratio: auto; padding: 30px 26px 0; }
.lp-hero-art.real .lp-device { position: relative; z-index: 1; }
.lp-hero-popup { position: relative; z-index: 2; width: 46%; margin: -64px 0 24px auto; animation: lpFloat 6s ease-in-out infinite; }

.lp-show { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 52px; align-items: center; margin-top: 76px; }
.lp-show.rev { grid-template-columns: 1.15fr 0.85fr; }
.lp-show.rev .lp-show-text { order: 2; }
.lp-show-tag {
  display: inline-block; font-size: 0.78rem; font-weight: 600; padding: 4px 12px; border-radius: 999px;
  background: var(--accent-bg); color: var(--link); margin-bottom: 12px;
}
.lp-show h3 { font-size: clamp(1.3rem, 2.4vw, 1.7rem); line-height: 1.25; margin: 0 0 10px; font-weight: 700; letter-spacing: -0.01em; }
.lp-show p { color: var(--text-secondary); line-height: 1.65; margin: 0 0 16px; }
.lp-checks { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.lp-checks li { position: relative; padding-left: 30px; font-size: 0.92rem; line-height: 1.5; }
.lp-checks li::before {
  content: "✓"; position: absolute; left: 0; top: 1px; width: 20px; height: 20px; border-radius: 50%;
  background: var(--good); color: var(--good-ink); font-size: 0.72rem; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
}
.lp-show-head { text-align: center; max-width: 720px; margin: 76px auto 0; }
.lp-show-head h3 { font-size: clamp(1.3rem, 2.4vw, 1.7rem); margin: 0 0 10px; font-weight: 700; letter-spacing: -0.01em; }
.lp-show-head p { color: var(--text-secondary); line-height: 1.65; margin: 0; }
.lp-trio { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 34px; align-items: start; }
.lp-trio figure { margin: 0; }
.lp-trio figcaption { margin-top: 14px; font-size: 0.86rem; color: var(--text-secondary); line-height: 1.5; text-align: center; }
.lp-trio figcaption strong { display: block; color: var(--text-primary); font-size: 0.95rem; margin-bottom: 2px; }
.lp-checks.centro { max-width: 560px; margin: 30px auto 0; }
.lp-pair { display: flex; gap: 18px; align-items: flex-end; }
.lp-pair > * { flex: 1; min-width: 0; margin: 0; }
.lp-pair figcaption { margin-top: 10px; font-size: 0.8rem; color: var(--text-muted); text-align: center; }
.lp-show-cta { text-align: center; margin-top: 60px; }

.lp-compare {
  width: 100%; border-collapse: separate; border-spacing: 0; margin-top: 28px; font-size: 0.9rem;
  background: var(--surface-1); border: 1px solid var(--border); border-radius: 18px; overflow: hidden; box-shadow: var(--shadow);
}
.lp-compare { table-layout: fixed; }
.lp-compare thead th:nth-child(1) { width: 32%; }
.lp-compare th, .lp-compare td { padding: 14px 18px; text-align: left; border-bottom: 1px solid var(--gridline); vertical-align: top; overflow-wrap: anywhere; }
.lp-compare tr:last-child td { border-bottom: none; }
.lp-compare thead th { font-size: 0.76rem; text-transform: uppercase; letter-spacing: 0.06em; color: var(--text-muted); background: var(--surface-2); }
.lp-compare thead th.us { color: var(--link); }
.lp-compare tbody th { font-weight: 600; }
.lp-compare td.nao { color: var(--text-muted); }
.lp-compare td.nao::before { content: "✕  "; color: var(--critical); font-weight: 700; }
.lp-compare td.sim { font-weight: 600; background: var(--accent-bg); }
.lp-compare td.sim::before { content: "✓  "; color: var(--good); font-weight: 700; }

@media (max-width: 900px) {
  .lp-show, .lp-show.rev { grid-template-columns: 1fr; gap: 28px; margin-top: 56px; }
  .lp-show.rev .lp-show-text { order: 0; }
  .lp-trio { grid-template-columns: 1fr; max-width: 340px; margin-left: auto; margin-right: auto; }
  .lp-hero-art.real { padding: 22px 16px 0; }
  .lp-hero-popup { width: 52%; margin-top: -40px; }
}
@media (max-width: 600px) {
  .lp-compare th, .lp-compare td { padding: 11px 12px; font-size: 0.82rem; }
  .lp-pair { flex-direction: column; align-items: center; }
  .lp-pair > * { width: 78%; flex: none; }
}
@media (prefers-reduced-motion: reduce) { .lp-hero-popup { animation: none; } }

/* ampliar captura (clique) */
.lp-device img, .lp-popup-img { cursor: zoom-in; }
.lp-zoom { position: fixed; inset: 0; z-index: 200; display: none; align-items: center; justify-content: center; padding: 20px; background: rgba(8,22,48,0.82); cursor: zoom-out; }
.lp-zoom.show { display: flex; animation: overlayIn 0.15s ease-out; }
.lp-zoom img { max-width: 96vw; max-height: 92vh; border-radius: 12px; box-shadow: 0 30px 80px rgba(0,0,0,0.5); }
@media (max-width: 600px) { .lp-hero-popup { display: none; } .lp-hero-art.real { padding-bottom: 22px; } }


/* ---------- Preco sempre a vista ---------- */
.lp-header-preco {
  display: inline-flex; align-items: baseline; gap: 2px; padding: 7px 12px; border-radius: 999px;
  background: var(--accent-bg); color: var(--accent); font-weight: 700; font-size: 0.86rem; text-decoration: none; white-space: nowrap;
}
.lp-header-preco small { font-size: 0.7rem; font-weight: 600; opacity: 0.85; }
@media (max-width: 700px) { .lp-header-preco { display: none; } }

.lp-hero-preco { margin: 0 0 14px; font-size: 0.95rem; color: var(--text-secondary); }
.lp-hero-preco strong { color: var(--text-primary); }

.lp-plan-preco { display: flex; align-items: baseline; gap: 4px; margin: 4px 0 2px; }
.lp-plan-preco .moeda { font-size: 1.1rem; font-weight: 700; color: var(--text-secondary); }
.lp-plan-preco .valor { font-size: 3rem; font-weight: 800; letter-spacing: -0.03em; line-height: 1; }
.lp-plan-preco .per { font-size: 0.95rem; font-weight: 600; color: var(--text-secondary); }
.lp-plan-anual { margin: 0 0 12px; font-size: 0.86rem; color: var(--text-secondary); }
.lp-plan-anual strong { color: var(--text-primary); }

.lp-preco-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 90;
  background: rgba(10, 29, 61, 0.96); color: #fff; border-top: 1px solid rgba(255,255,255,0.14);
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
}
.lp-preco-bar-inner { max-width: 1200px; margin: 0 auto; padding: 10px 24px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.lp-preco-bar-texto { display: flex; align-items: baseline; gap: 14px; flex-wrap: wrap; min-width: 0; }
.lp-preco-bar .preco { font-size: 0.95rem; }
.lp-preco-bar .preco strong { font-size: 1.3rem; font-weight: 800; letter-spacing: -0.02em; }
.lp-preco-bar .extra { font-size: 0.8rem; color: rgba(255,255,255,0.72); }
.lp-preco-bar .btn { white-space: nowrap; box-shadow: 0 8px 20px -8px var(--accent); }
body { padding-bottom: 68px; }
@media (max-width: 600px) {
  .lp-preco-bar-inner { padding: 9px 14px; gap: 10px; }
  .lp-preco-bar-texto { flex-direction: column; gap: 0; }
  .lp-preco-bar .extra { font-size: 0.7rem; }
  .lp-preco-bar .btn { padding: 9px 14px; font-size: 0.82rem; }
  body { padding-bottom: 64px; }
}

/* ---------- Visao por periodo (destaque grande) ---------- */
.lp-agenda {
  display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.2fr); gap: 40px; align-items: center;
  padding: 52px 44px; border-radius: 32px; color: #fff;
  background: radial-gradient(120% 140% at 0% 0%, #1F4E8C 0%, transparent 55%), linear-gradient(135deg, #0A1D3D 0%, #0E4A66 100%);
  box-shadow: 0 30px 70px -30px rgba(10, 29, 61, 0.65);
}
.lp-agenda .lp-eyebrow { color: #4ADE9B; }
.lp-agenda .lp-eyebrow::before { background: #4ADE9B; }
.lp-agenda .lp-h2 { color: #fff; font-size: clamp(1.7rem, 3.2vw, 2.5rem); }
.lp-agenda .lp-sub { color: rgba(255,255,255,0.8); margin-bottom: 26px; }
.lp-agenda-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.lp-agenda-card {
  background: rgba(255,255,255,0.09); border: 1px solid rgba(255,255,255,0.18); border-radius: 20px;
  padding: 20px 16px 18px; -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px);
  transition: transform 0.18s ease, background-color 0.18s ease;
}
.lp-agenda-card:hover { transform: translateY(-3px); background: rgba(255,255,255,0.15); }
.lp-agenda-card .ic { font-size: 1.7rem; display: block; margin-bottom: 10px; }
.lp-agenda-card .nome { font-size: 1.25rem; font-weight: 800; letter-spacing: -0.01em; line-height: 1.15; margin-bottom: 6px; }
.lp-agenda-card .desc { font-size: 0.8rem; color: rgba(255,255,255,0.75); line-height: 1.4; }
.lp-agenda-card.hoje { background: rgba(34,181,115,0.22); border-color: rgba(74,222,155,0.65); }
@media (max-width: 900px) {
  .lp-agenda { grid-template-columns: 1fr; padding: 36px 24px; gap: 28px; }
}
@media (max-width: 520px) {
  .lp-agenda-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .lp-agenda-card { padding: 16px 12px 14px; }
  .lp-agenda-card .nome { font-size: 1.08rem; }
}

.lp-agenda .btn-primary { background: #22B573; border-color: #22B573; color: #05210F; box-shadow: 0 10px 24px -10px rgba(34,181,115,0.8); }
.lp-agenda .btn-primary:hover { filter: brightness(1.06); }

/* ---------- Preco explicito na pagina de contratar ---------- */
.lp-preco-box { display: grid; grid-template-columns: 1fr 1.5fr; gap: 10px; margin: 6px 0 10px; }
.lp-preco-box > div { display: flex; flex-direction: column; gap: 2px; padding: 14px 14px 12px; border-radius: 14px; border: 1px solid var(--border); background: var(--surface-2); }
.lp-preco-box .rot { font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: var(--text-muted); }
.lp-preco-box .val { font-size: 1.7rem; font-weight: 800; letter-spacing: -0.02em; line-height: 1.1; }
.lp-preco-box .val small { font-size: 0.85rem; font-weight: 600; color: var(--text-secondary); }
.lp-preco-box .sub { font-size: 0.76rem; color: var(--text-secondary); line-height: 1.35; }
.lp-preco-box .hoje { background: rgba(34,181,115,0.12); border-color: rgba(34,181,115,0.5); }
.lp-preco-box .hoje .val { color: var(--good); }
.lp-preco-nota { margin: 0 0 16px; font-size: 0.8rem; color: var(--text-muted); line-height: 1.45; }
@media (max-width: 480px) { .lp-preco-box { grid-template-columns: 1fr; } }

.lp-brand .wordmark { height: 28px; }
.lp-compare thead th.us .wordmark { height: 18px; }
@media (max-width: 600px) { .lp-brand .wordmark { height: 24px; } }
