:root {
  --lp-bg: #f7fafc;
  --lp-text: #0f172a;
  --lp-muted: #64748b;
  --lp-primary: #0f766e;
  --lp-secondary: #2563eb;
  --lp-card: #ffffff;
  --lp-border: #dbe4ef;
  --lp-shadow: 0 24px 70px rgba(15, 23, 42, .12);
}
* { box-sizing: border-box; }
body.landing-page {
  margin: 0;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--lp-text);
  background:
    radial-gradient(circle at top left, rgba(37,99,235,.16), transparent 34rem),
    radial-gradient(circle at top right, rgba(15,118,110,.20), transparent 30rem),
    var(--lp-bg);
}
a { color: inherit; text-decoration: none; }
.lp-container { width: min(1180px, calc(100% - 36px)); margin: 0 auto; }
.lp-nav { position: sticky; top: 0; z-index: 10; backdrop-filter: blur(18px); background: rgba(247,250,252,.78); border-bottom: 1px solid rgba(219,228,239,.72); }
.lp-nav-inner { height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.lp-brand { display: flex; align-items: center; gap: 10px; font-size: 18px; font-weight: 800; }
.lp-logo { width: 36px; height: 36px; display: inline-flex; align-items: center; justify-content: center; border-radius: 12px; color: #fff; background: linear-gradient(135deg, var(--lp-primary), var(--lp-secondary)); box-shadow: 0 12px 28px rgba(37,99,235,.26); }
.lp-links { display: flex; align-items: center; gap: 20px; color: var(--lp-muted); font-weight: 700; font-size: 14px; }
.lp-links a:hover { color: var(--lp-primary); }
.lp-actions { display: flex; gap: 10px; align-items: center; }
.lp-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 42px; padding: 11px 18px; border-radius: 999px; border: 1px solid var(--lp-border); background: #fff; color: var(--lp-text); font-weight: 800; font-size: 14px; box-shadow: 0 8px 24px rgba(15,23,42,.05); transition: transform .15s ease, box-shadow .15s ease, filter .15s ease; }
.lp-btn:hover { transform: translateY(-1px); box-shadow: 0 14px 30px rgba(15,23,42,.10); }
.lp-btn-primary { border: none; color: #fff; background: linear-gradient(135deg, var(--lp-primary), var(--lp-secondary)); }
.lp-btn-ghost { background: rgba(255,255,255,.58); }
.lp-hero { padding: 78px 0 54px; }
.lp-hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center; }
.lp-kicker { display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border-radius: 999px; color: #0f766e; background: rgba(15,118,110,.10); font-weight: 800; font-size: 13px; }
.lp-hero h1 { margin: 18px 0 16px; font-size: clamp(38px, 5vw, 66px); line-height: .98; letter-spacing: -.05em; }
.lp-hero p { margin: 0; color: var(--lp-muted); font-size: 18px; line-height: 1.7; max-width: 640px; }
.lp-hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 30px; }
.lp-trust { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; color: var(--lp-muted); font-size: 13px; font-weight: 700; }
.lp-trust span { padding: 8px 10px; border: 1px solid var(--lp-border); border-radius: 999px; background: rgba(255,255,255,.66); }
.lp-preview { border: 1px solid rgba(219,228,239,.90); border-radius: 28px; background: rgba(255,255,255,.78); box-shadow: var(--lp-shadow); padding: 18px; }
.lp-window { overflow: hidden; border-radius: 20px; background: #0f172a; color: #e5eef9; }
.lp-window-top { height: 44px; display: flex; align-items: center; gap: 8px; padding: 0 14px; background: #111827; }
.lp-dot { width: 10px; height: 10px; border-radius: 50%; background: #ef4444; } .lp-dot:nth-child(2){background:#f59e0b}.lp-dot:nth-child(3){background:#22c55e}
.lp-dashboard { display: grid; grid-template-columns: 150px 1fr; min-height: 360px; }
.lp-side { background: #0b1220; padding: 16px; display: grid; gap: 10px; align-content: start; }
.lp-side div { height: 34px; border-radius: 10px; background: rgba(255,255,255,.08); }
.lp-side div:first-child { background: linear-gradient(135deg, #0f766e, #2563eb); }
.lp-chat-demo { padding: 18px; background: #f2f5f8; color: #0f172a; }
.lp-stat-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 14px; }
.lp-mini-stat { padding: 12px; border-radius: 14px; color: #fff; font-weight: 800; background: linear-gradient(135deg, #0f766e, #2563eb); }
.lp-message { max-width: 78%; padding: 12px 14px; border-radius: 16px; margin: 12px 0; line-height: 1.45; box-shadow: 0 6px 18px rgba(15,23,42,.06); }
.lp-message.in { background: #fff; }
.lp-message.out { margin-left: auto; background: #dcfce7; }
.lp-section { padding: 74px 0; }
.lp-section-head { text-align: center; max-width: 720px; margin: 0 auto 34px; }
.lp-section-head h2 { margin: 0 0 12px; font-size: clamp(30px, 4vw, 46px); line-height: 1.05; letter-spacing: -.035em; }
.lp-section-head p { margin: 0; color: var(--lp-muted); font-size: 17px; line-height: 1.65; }
.lp-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.lp-feature, .lp-plan, .lp-faq { border: 1px solid var(--lp-border); background: rgba(255,255,255,.82); border-radius: 24px; padding: 24px; box-shadow: 0 12px 34px rgba(15,23,42,.06); }
.lp-feature-icon { width: 44px; height: 44px; border-radius: 14px; display: grid; place-items: center; color: #fff; background: linear-gradient(135deg, var(--lp-primary), var(--lp-secondary)); font-size: 20px; }
.lp-feature h3, .lp-plan h3, .lp-faq h3 { margin: 16px 0 8px; font-size: 18px; }
.lp-feature p, .lp-faq p { margin: 0; color: var(--lp-muted); line-height: 1.65; }
.lp-plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.lp-plan { position: relative; display: flex; flex-direction: column; }
.lp-plan.destaque { border-color: rgba(37,99,235,.55); box-shadow: 0 24px 70px rgba(37,99,235,.18); transform: translateY(-8px); }
.lp-badge { position: absolute; right: 18px; top: 18px; padding: 6px 10px; border-radius: 999px; color: #fff; background: linear-gradient(135deg, var(--lp-primary), var(--lp-secondary)); font-size: 12px; font-weight: 800; }
.lp-price { display: flex; align-items: flex-end; gap: 6px; margin: 16px 0 14px; }
.lp-price strong { font-size: 38px; letter-spacing: -.04em; }
.lp-price span { color: var(--lp-muted); font-weight: 700; padding-bottom: 7px; }
.lp-plan-desc { min-height: 48px; color: var(--lp-muted); line-height: 1.55; }
.lp-plan ul { list-style: none; padding: 0; margin: 18px 0 24px; display: grid; gap: 10px; color: #334155; }
.lp-plan li::before { content: '✓'; display: inline-flex; width: 20px; height: 20px; margin-right: 8px; border-radius: 50%; align-items: center; justify-content: center; color: #fff; background: #22c55e; font-size: 12px; font-weight: 900; }
.lp-plan .lp-btn { margin-top: auto; width: 100%; }
.lp-empty-plans { grid-column: 1 / -1; text-align: center; color: var(--lp-muted); padding: 34px; border: 1px dashed var(--lp-border); border-radius: 24px; background: rgba(255,255,255,.58); }
.lp-cta { border-radius: 32px; padding: 44px; color: #fff; background: linear-gradient(135deg, #0f766e, #2563eb); display: flex; align-items: center; justify-content: space-between; gap: 24px; box-shadow: var(--lp-shadow); }
.lp-cta h2 { margin: 0 0 10px; font-size: clamp(28px, 4vw, 44px); letter-spacing: -.04em; }
.lp-cta p { margin: 0; opacity: .88; line-height: 1.6; }
.lp-cta .lp-btn { background: #fff; color: #0f172a; border: none; }
.lp-faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.lp-footer { padding: 34px 0 90px; color: var(--lp-muted); border-top: 1px solid var(--lp-border); }
.lp-footer-inner { display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; }

/* ------------------------------------------------------------------
   Barra de urgência (topo, fixa) + contador regressivo.
   O prazo é configurável no PHP (constante LANDING_PROMO_FIM) — por padrão
   aponta pro fim do mês corrente, uma janela real e recorrente, não um
   número inventado. Ajuste o texto/prazo pra refletir sua oferta real.
   ------------------------------------------------------------------ */
.lp-urgencia { background: linear-gradient(90deg, #0f766e, #2563eb); color: #fff; font-weight: 700; font-size: 13px; text-align: center; padding: 9px 14px; display: flex; align-items: center; justify-content: center; gap: 10px; flex-wrap: wrap; }
.lp-urgencia .lp-timer { display: inline-flex; gap: 4px; font-variant-numeric: tabular-nums; }
.lp-urgencia .lp-timer b { background: rgba(255,255,255,.22); border-radius: 6px; padding: 2px 7px; min-width: 30px; display: inline-block; text-align: center; }

/* ------------------------------------------------------------------
   Problema / agitação
   ------------------------------------------------------------------ */
.lp-problema { background: #0f172a; color: #fff; }
.lp-problema .lp-section-head h2, .lp-problema .lp-section-head p { color: #fff; }
.lp-problema .lp-section-head p { color: rgba(255,255,255,.68); }
.lp-dores { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.lp-dor { border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.05); border-radius: 20px; padding: 22px; }
.lp-dor .lp-dor-icone { font-size: 22px; }
.lp-dor h3 { margin: 12px 0 8px; font-size: 16px; }
.lp-dor p { margin: 0; color: rgba(255,255,255,.66); line-height: 1.6; font-size: 14px; }

/* ------------------------------------------------------------------
   Antes / Depois
   ------------------------------------------------------------------ */
.lp-comparativo { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.lp-comp-col { border-radius: 24px; padding: 26px; }
.lp-comp-col.ruim { background: rgba(239,68,68,.07); border: 1px solid rgba(239,68,68,.22); }
.lp-comp-col.bom { background: rgba(34,197,94,.08); border: 1px solid rgba(34,197,94,.26); }
.lp-comp-col h3 { margin: 0 0 16px; font-size: 17px; }
.lp-comp-col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; font-size: 14.5px; line-height: 1.5; }
.lp-comp-col.ruim li::before { content: '✕'; color: #ef4444; font-weight: 900; margin-right: 10px; }
.lp-comp-col.bom li::before { content: '✓'; color: #16a34a; font-weight: 900; margin-right: 10px; }

/* ------------------------------------------------------------------
   Como funciona (passo a passo)
   ------------------------------------------------------------------ */
.lp-passos { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; counter-reset: passo; }
.lp-passo { position: relative; padding: 30px 22px 22px; border: 1px solid var(--lp-border); border-radius: 22px; background: rgba(255,255,255,.82); }
.lp-passo::before { counter-increment: passo; content: counter(passo); position: absolute; top: -16px; left: 22px; width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; color: #fff; font-weight: 900; background: linear-gradient(135deg, var(--lp-primary), var(--lp-secondary)); box-shadow: 0 10px 20px rgba(37,99,235,.28); }
.lp-passo h3 { margin: 6px 0 8px; font-size: 17px; }
.lp-passo p { margin: 0; color: var(--lp-muted); line-height: 1.6; font-size: 14.5px; }

/* ------------------------------------------------------------------
   Depoimentos — PLACEHOLDERS: troque pelo depoimento real de um cliente
   antes de publicar. Nunca deixe um depoimento fictício no ar.
   ------------------------------------------------------------------ */
.lp-depoimentos { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.lp-depoimento { border: 1px dashed var(--lp-border); background: rgba(255,255,255,.7); border-radius: 22px; padding: 22px; }
.lp-depoimento .lp-estrelas { color: #f59e0b; font-size: 14px; letter-spacing: 2px; }
.lp-depoimento p { margin: 12px 0 16px; color: #334155; line-height: 1.6; font-size: 14.5px; 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(--lp-primary), var(--lp-secondary)); color: #fff; display: grid; place-items: center; font-weight: 800; font-size: 14px; }
.lp-depoimento-autor strong { display: block; font-size: 13.5px; }
.lp-depoimento-autor span { display: block; font-size: 12px; color: var(--lp-muted); }
.lp-editar-aviso { grid-column: 1/-1; text-align: center; font-size: 12.5px; color: var(--lp-muted); background: rgba(245,158,11,.10); border: 1px dashed rgba(245,158,11,.4); border-radius: 14px; padding: 10px 14px; }

/* ------------------------------------------------------------------
   Garantia / risco zero
   ------------------------------------------------------------------ */
.lp-garantias { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.lp-garantia-item { text-align: center; padding: 26px 18px; }
.lp-garantia-item .ico { width: 52px; height: 52px; margin: 0 auto 14px; border-radius: 16px; display: grid; place-items: center; font-size: 24px; background: rgba(15,118,110,.10); color: var(--lp-primary); }
.lp-garantia-item h3 { margin: 0 0 8px; font-size: 15.5px; }
.lp-garantia-item p { margin: 0; color: var(--lp-muted); font-size: 13.5px; line-height: 1.55; }

.lp-planos-urgencia { text-align: center; margin: 0 0 18px; font-weight: 800; font-size: 13.5px; color: var(--lp-secondary); }

.lp-mobile-cta { display: none; }

@media (max-width: 980px) {
  .lp-links { display: none; }
  .lp-hero-grid, .lp-features, .lp-plans, .lp-faq-grid, .lp-dores, .lp-comparativo, .lp-passos, .lp-depoimentos, .lp-garantias { grid-template-columns: 1fr; }
  .lp-plan.destaque { transform: none; }
  .lp-dashboard { grid-template-columns: 1fr; }
  .lp-side { display: none; }
  .lp-cta { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 620px) {
  .lp-nav-inner { height: auto; padding: 14px 0; flex-wrap: wrap; }
  .lp-actions { width: 100%; justify-content: space-between; }
  .lp-btn { padding-inline: 14px; }
  .lp-hero { padding-top: 46px; }
  .lp-cta { padding: 30px; border-radius: 24px; }
  .lp-mobile-cta {
    display: flex; position: fixed; left: 0; right: 0; bottom: 0; z-index: 40;
    padding: 10px 14px; gap: 10px; background: rgba(255,255,255,.92); backdrop-filter: blur(10px);
    border-top: 1px solid var(--lp-border); box-shadow: 0 -10px 30px rgba(15,23,42,.10);
  }
  .lp-mobile-cta .lp-btn { flex: 1; }
}
