/* Página pública (landing) — identidade visual própria, escura, igual ao login.
   Arquivo isolado do style.css do app: marketing tem layout que não pertence
   às outras páginas, evita risco de regressão nelas. */

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  background: radial-gradient(120% 60% at 50% 0%, #0a1c2e 0%, #06121f 45%, #03080f 100%);
  color: #cfe8ff;
  font-family: 'Inter', system-ui, sans-serif;
  min-height: 100vh;
}
a { text-decoration: none; }

/* ---------- Cabeçalho ---------- */
.lp-nav {
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 32px; flex-wrap: wrap; gap: 12px;
  border-bottom: 1px solid rgba(127,212,255,.10);
}
.lp-logo { font-family: 'Sora', sans-serif; font-size: 19px; font-weight: 700; }
.lp-logo .lw-noc { color: #eaf7ff; text-shadow: 0 0 20px rgba(127,212,255,.4); }
.lp-logo .lw-geo { color: #7fd4ff; font-weight: 300; text-shadow: 0 0 24px rgba(127,212,255,.4); }
.lp-nav-right { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.lp-links { display: flex; gap: 20px; }
.lp-links a { font-size: 13px; color: #7fa6c4; }
.lp-links a:hover { color: #cfe8ff; }
.lp-btn { font-size: 13px; padding: 9px 18px; border-radius: 8px; font-family: inherit; cursor: pointer; }
.lp-btn-ghost { color: #cfe8ff; border: 1px solid rgba(127,212,255,.3); background: transparent; }
.lp-btn-ghost:hover { background: rgba(127,212,255,.08); }
.lp-btn-primary { color: #04101c; font-weight: 600; border: none;
  background: linear-gradient(180deg, #7fd4ff, #3ba3ff); box-shadow: 0 8px 24px rgba(59,163,255,.35); }
.lp-btn-primary:hover { filter: brightness(1.06); }

/* ---------- Hero ---------- */
.lp-hero { position: relative; text-align: center; padding: 64px 24px 8px; overflow: hidden; }
.lp-hero-globe { width: min(300px, 68vw); aspect-ratio: 1/1; margin: 0 auto -10px;
  -webkit-mask-image: radial-gradient(circle at 50% 50%, #000 60%, transparent 78%);
          mask-image: radial-gradient(circle at 50% 50%, #000 60%, transparent 78%); }
.lp-hero-globe noc-globe { display: block; width: 100%; height: 100%; }
.lp-hero h1 { font-family: 'Sora', sans-serif; font-weight: 600; font-size: clamp(26px, 4vw, 40px);
  color: #eaf7ff; line-height: 1.28; margin: 0; }
.lp-hero .lead { font-size: 15px; color: #9fbdd6; max-width: 520px; margin: 16px auto 0; line-height: 1.6; }
.lp-hero-ctas { display: flex; gap: 14px; justify-content: center; margin: 28px 0 0; flex-wrap: wrap; }
.lp-hero-ctas .lp-btn { padding: 12px 24px; font-size: 14px; }

/* ---------- Demonstração animada ---------- */
.lp-demo-frame { max-width: 620px; margin: 40px auto 0; background: #0a1930;
  border: 1px solid rgba(127,212,255,.15); border-radius: 12px; overflow: hidden;
  box-shadow: 0 24px 60px rgba(0,0,0,.35); text-align: left; }
.lp-demo-bar { display: flex; gap: 6px; padding: 10px 14px; border-bottom: 1px solid rgba(127,212,255,.1); }
.lp-demo-dot { width: 9px; height: 9px; border-radius: 50%; }
.lp-demo-dot.r { background: #ff5f57; } .lp-demo-dot.y { background: #febc2e; } .lp-demo-dot.g { background: #28c840; }
.lp-demo-stage { position: relative; height: 230px; }
.lp-scene { position: absolute; inset: 0; padding: 20px 22px; animation-duration: 16s;
  animation-iteration-count: infinite; animation-timing-function: ease-in-out; }
.lp-scene-label { font-size: 11px; color: #7fa6c4; margin-bottom: 10px; display: flex; align-items: center; gap: 5px; }
.lp-scene-label svg { flex: none; }
@keyframes lpSc1 { 0%, 22% { opacity: 1; } 25%, 100% { opacity: 0; } }
@keyframes lpSc2 { 0%, 23% { opacity: 0; } 25%, 47% { opacity: 1; } 50%, 100% { opacity: 0; } }
@keyframes lpSc3 { 0%, 48% { opacity: 0; } 50%, 72% { opacity: 1; } 75%, 100% { opacity: 0; } }
@keyframes lpSc4 { 0%, 73% { opacity: 0; } 75%, 97% { opacity: 1; } 100% { opacity: 0; } }
.lp-scene.s1 { animation-name: lpSc1; } .lp-scene.s2 { animation-name: lpSc2; }
.lp-scene.s3 { animation-name: lpSc3; } .lp-scene.s4 { animation-name: lpSc4; }
@keyframes lpBlink { 0%, 100% { opacity: 1; } 50% { opacity: .3; } }
.lp-blink { animation: lpBlink 1.3s ease-in-out infinite; }
@keyframes lpType { 0%, 46% { width: 0; } 68%, 100% { width: 100%; } }
.lp-typing { display: inline-block; overflow: hidden; white-space: nowrap; vertical-align: bottom;
  animation: lpType 16s steps(11) infinite; }
@keyframes lpCaret { 0%, 100% { opacity: 1; } 50% { opacity: 0; } }
.lp-caret { animation: lpCaret .8s step-end infinite; }
.lp-kpi-row { display: flex; gap: 8px; margin-bottom: 10px; }
.lp-kpi { flex: 1; background: rgba(127,212,255,.06); border-radius: 6px; padding: 8px; text-align: center; }
.lp-kpi b { display: block; font-size: 15px; color: #7fd4ff; }
.lp-kpi span { font-size: 9px; color: #7fa6c4; }
.lp-search-box { background: #06121f; border: 1px solid rgba(127,212,255,.25); border-radius: 6px;
  padding: 9px 12px; font-family: 'IBM Plex Mono', monospace; font-size: 13px; color: #eaf7ff; }
.lp-search-result { margin-top: 8px; background: rgba(127,212,255,.06); border-radius: 6px;
  padding: 8px 12px; font-size: 12px; color: #cfe8ff; }
.lp-search-result span { color: #7fa6c4; font-size: 11px; }
.lp-alarm-badge { display: inline-block; background: rgba(226,75,74,.14); border: 1px solid rgba(226,75,74,.35);
  color: #f09595; font-size: 12px; padding: 6px 12px; border-radius: 6px; margin-bottom: 10px; }
.lp-item-row { display: flex; justify-content: space-between; font-size: 12px; color: #cfe8ff; padding: 3px 0; }
.lp-item-row span { color: #7fa6c4; }
@media (prefers-reduced-motion: reduce) {
  .lp-scene { animation: none !important; }
  .lp-scene:not(.s1) { display: none; }
  .lp-typing { width: 100%; animation: none; }
  .lp-caret, .lp-blink { animation: none; }
}

/* ---------- Como funciona ---------- */
.lp-section-title { text-align: center; font-family: 'Sora', sans-serif; font-weight: 600;
  color: #eaf7ff; font-size: 22px; margin: 0 0 32px; }
.lp-features { max-width: 1020px; margin: 72px auto 0; padding: 0 24px; }
.lp-feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 1px; background: rgba(127,212,255,.12); border: 1px solid rgba(127,212,255,.12);
  border-radius: 12px; overflow: hidden; }
.lp-feature-card { background: #06121f; padding: 26px 24px; }
.lp-feature-card svg { color: #58c5ff; }
.lp-feature-card h3 { font-size: 14px; color: #eaf7ff; font-weight: 500; margin: 14px 0 6px; }
.lp-feature-card p { font-size: 13px; color: #7fa6c4; margin: 0; line-height: 1.5; }

/* ---------- Vídeos ---------- */
.lp-videos { max-width: 900px; margin: 64px auto 0; padding: 0 24px; text-align: center; }
.lp-video-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; }
.lp-video-card { border: 1px dashed rgba(127,212,255,.3); border-radius: 12px; padding: 40px 20px; }
.lp-video-card svg { color: #7fa6c4; }
.lp-video-card p { font-size: 13px; color: #7fa6c4; margin: 12px 0 0; }

/* ---------- Planos ---------- */
.lp-plans { max-width: 1020px; margin: 64px auto 0; padding: 0 24px 72px; text-align: center; }
.lp-plan-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 16px; }
.lp-plan-card { background: rgba(127,212,255,.05); border: 1px solid rgba(127,212,255,.15);
  border-radius: 12px; padding: 24px 18px; display: flex; flex-direction: column; }
.lp-plan-name { font-size: 14px; color: #eaf7ff; font-weight: 600; }
.lp-plan-price { font-size: 26px; color: #7fd4ff; font-weight: 700; margin: 12px 0 2px; }
.lp-plan-price span { font-size: 12px; color: #7fa6c4; font-weight: 400; }
.lp-plan-objetos { font-size: 12px; color: #7fa6c4; margin-bottom: 18px; }
.lp-plan-card .lp-btn { margin-top: auto; }
.lp-plans-loading, .lp-plans-empty { font-size: 13px; color: #7fa6c4; }
.lp-plans-note { font-size: 12px; color: #7fa6c4; margin-top: 20px; }
.lp-plans-note a { color: #7fd4ff; }

/* ---------- Rodapé ---------- */
.lp-footer { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap;
  gap: 14px; padding: 24px 32px; border-top: 1px solid rgba(127,212,255,.12); }
.lp-footer-copy { font-size: 12px; color: #7fa6c4; }
.lp-footer-social { display: flex; gap: 18px; }
.lp-footer-social a { color: #7fa6c4; display: flex; align-items: center; }
.lp-footer-social a:hover { color: #cfe8ff; }

@media (max-width: 640px) {
  .lp-nav { padding: 14px 18px; } .lp-links { display: none; }
  .lp-hero { padding: 44px 18px 8px; }
}
