/* ===================================================================
   PHANTOM LANDING PAGE
   Paleta da marca (mesma do app):
     bg     #0a0a0c
     panel  #121217
     accent #7c3aed (violeta) — gradient pra #a78bfa
     text   #e8e8ee
     muted  #8a8a98
=================================================================== */
:root {
  --bg: #0a0a0c;
  --bg-2: #0f0f13;
  --panel: #121217;
  --panel-2: #16161c;
  --border: #1f1f27;
  --text: #e8e8ee;
  --muted: #8a8a98;
  --muted-2: #5f5f6e;
  --accent: #a78bfa;
  --accent-2: #7c3aed;
  --accent-3: #c4b5fd;
  --accent-glow: rgba(124, 58, 237, 0.35);
  --radius: 16px;
}

/* Light theme — escolhido via [data-theme="light"] no <html>. Inverte
   superfícies e texto, mantém o acento roxo da marca. */
:root[data-theme="light"] {
  --bg: #f4f4f8;
  --bg-2: #e9eaf0;
  --panel: #ffffff;
  --panel-2: #f4f4f8;
  --border: #d9d9e3;
  --text: #14141a;
  --muted: #5f5f6e;
  --muted-2: #8a8a98;
  --accent-glow: rgba(124, 58, 237, 0.18);
}
:root[data-theme="light"] body {
  background: #f4f4f8;
  color: #14141a;
}
:root[data-theme="light"] .land-feature-card,
:root[data-theme="light"] .land-plan,
:root[data-theme="light"] .land-orbital-card,
:root[data-theme="light"] .land-secureplay-host,
:root[data-theme="light"] .land-orbital-panel {
  background: #ffffff !important;
  border-color: #d9d9e3 !important;
  color: #14141a;
}
:root[data-theme="light"] .land-feature-card p,
:root[data-theme="light"] .land-plan-tagline,
:root[data-theme="light"] .land-plan-features li,
:root[data-theme="light"] .muted,
:root[data-theme="light"] .land-orbital-desc {
  color: #4a4a55 !important;
}
/* Light: navbar SEM background no estado inicial (transparente, como no dark).
   Só ganha o glass branco quando vira pill (scroll > 30). */
:root[data-theme="light"] .land-nav.is-shrunk {
  background: rgba(255, 255, 255, .82);
  backdrop-filter: blur(18px) saturate(1.4);
  -webkit-backdrop-filter: blur(18px) saturate(1.4);
  border-color: #e2e2ea;
  box-shadow:
    0 14px 44px rgba(15, 15, 25, .08),
    0 0 0 1px rgba(124, 58, 237, .06),
    inset 0 1px 0 rgba(255, 255, 255, .6);
}
:root[data-theme="light"] .land-nav a,
:root[data-theme="light"] .land-nav-links a { color: #14141a; }
:root[data-theme="light"] .land-btn-ghost { color: #14141a; border-color: #d9d9e3; }
:root[data-theme="light"] .land-btn-ghost:hover { background: #f4f4f8; }
:root[data-theme="light"] .land-hero-stats strong,
:root[data-theme="light"] .land-hero-title { color: #14141a; }
:root[data-theme="light"] .land-section-global { background: #ffffff; border-color: #d9d9e3; }
:root[data-theme="light"] .land-section-global > .land-stars { display: none; }
:root[data-theme="light"] .land-globe { box-shadow: 0 0 60px rgba(124, 58, 237, .2); }
:root[data-theme="light"] .land-feature-card-brand {
  background:
    radial-gradient(circle at 50% 50%, rgba(124, 58, 237, .12), transparent 70%),
    #ffffff !important;
}
:root[data-theme="light"] .land-icon-btn,
:root[data-theme="light"] .land-lang-btn {
  background: #ffffff;
  border-color: #d9d9e3;
  color: #14141a;
}
:root[data-theme="light"] .land-lang-dropdown { background: #ffffff; border-color: #d9d9e3; }
:root[data-theme="light"] .land-lang-opt { color: #14141a; }
:root[data-theme="light"] .land-lang-opt:hover { background: #f4f4f8; }
:root[data-theme="light"] .land-dashboard-frame {
  background: linear-gradient(135deg, rgba(0,0,0,.04), rgba(0,0,0,.01));
  border-color: rgba(124, 58, 237, .25);
}

/* Logo: imagem branca (logo-light.png) no dark mode, preta (filter brightness(0))
   no light. image-rendering crisp + decoding sync evita o blur do compositor
   em telas hi-DPI quando o navegador aplica downscale agressivo. */
.land-brand-img {
  filter: none;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}
:root[data-theme="light"] .land-brand-img { filter: brightness(0); }

/* Plans no tema light — força preço em gradient roxo (não preto), card de
   destaque com highlight mais forte, melhor hierarquia visual. */
:root[data-theme="light"] .land-plan-price {
  background: linear-gradient(135deg, #7c3aed 0%, #a78bfa 50%, #ec4899 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
:root[data-theme="light"] .land-plan-price small {
  -webkit-text-fill-color: #5f5f6e;
  color: #5f5f6e;
  background: none;
}
:root[data-theme="light"] .land-plan-name { color: #14141a; }
:root[data-theme="light"] .land-plan {
  border: 1px solid #e2e2ea !important;
  box-shadow: 0 4px 14px rgba(15, 15, 25, .04);
}
:root[data-theme="light"] .land-plan.is-highlight {
  border-color: #a78bfa !important;
  box-shadow:
    0 0 0 1px rgba(167, 139, 250, .35),
    0 12px 32px rgba(124, 58, 237, .12);
}
:root[data-theme="light"] .land-plan-pix {
  background: rgba(34, 197, 94, .12);
  color: #15803d;
  border-color: rgba(34, 197, 94, .35);
}
:root[data-theme="light"] .land-plan-discount {
  background: rgba(124, 58, 237, .08);
  color: #6d28d9;
  border-color: rgba(124, 58, 237, .25);
}
:root[data-theme="light"] .land-plan-features li::before {
  color: #16a34a;
}
:root[data-theme="light"] .land-plan-cta {
  background: linear-gradient(135deg, #7c3aed, #a78bfa);
  color: #fff;
  border: 0;
}
:root[data-theme="light"] .land-plan-cta:hover {
  background: linear-gradient(135deg, #6d28d9, #8b5cf6);
}
:root[data-theme="light"] .land-plan-extra { color: #5f5f6e; }
:root[data-theme="light"] .land-plan-no-extra { color: #16a34a; font-weight: 700; }
:root[data-theme="light"] .land-plan-flags-more {
  background: #f4f4f8;
  color: #14141a;
  border-color: #d9d9e3;
}

/* ============ Trust Strip (sob o orbital) ============
   Inspirado em ghostspay: status operacional + stats live + compliance.
   Reforça a percepção de "bulletproof" com números concretos. */
.land-trust-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 28px;
  max-width: 1100px;
  margin: 60px auto 0;
  padding: 18px 24px;
  background: linear-gradient(180deg, rgba(20, 14, 36, .5), rgba(15, 10, 26, .8));
  border: 1px solid rgba(167, 139, 250, .14);
  border-radius: 14px;
}
.land-trust-status {
  display: flex;
  align-items: center;
  gap: 12px;
}
.land-trust-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 4px rgba(34, 197, 94, .18), 0 0 12px rgba(34, 197, 94, .55);
  animation: land-trust-pulse 2.4s ease-in-out infinite;
}
@keyframes land-trust-pulse {
  0%, 100% { box-shadow: 0 0 0 4px rgba(34, 197, 94, .18), 0 0 12px rgba(34, 197, 94, .55); }
  50%      { box-shadow: 0 0 0 6px rgba(34, 197, 94, .08), 0 0 18px rgba(34, 197, 94, .8); }
}
.land-trust-text strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: var(--text);
  letter-spacing: -.2px;
}
.land-trust-text small {
  display: block;
  font-size: 11px;
  color: var(--muted);
  margin-top: 2px;
}
.land-trust-divider {
  width: 1px;
  height: 36px;
  background: linear-gradient(180deg, transparent, rgba(167, 139, 250, .28), transparent);
}
.land-trust-stat {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 110px;
}
.land-trust-stat strong {
  font-size: 22px;
  font-weight: 800;
  color: #c4b5fd;
  font-feature-settings: 'tnum';
  line-height: 1;
}
.land-trust-stat span {
  font-size: 11px;
  color: var(--muted);
  margin-top: 4px;
  text-transform: uppercase;
  letter-spacing: .3px;
}
@media (max-width: 720px) {
  .land-trust-strip { gap: 16px; padding: 14px 16px; }
  .land-trust-divider { display: none; }
  .land-trust-stat { min-width: 0; }
  .land-trust-stat strong { font-size: 18px; }
}

/* ============ Live Activity Feed ============
   Lista cycling com decisões "ao vivo". Linhas com pulso roxo na esquerda
   pra reforçar movimento. Estilo monospace pra IP. */
.land-activity {
  max-width: 1100px;
  margin: 24px auto 0;
  padding: 18px 24px;
  background: linear-gradient(180deg, rgba(20, 14, 36, .35), rgba(15, 10, 26, .65));
  border: 1px solid rgba(167, 139, 250, .12);
  border-radius: 14px;
}
.land-activity-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.land-activity-pulse {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #a78bfa;
  box-shadow: 0 0 0 4px rgba(167, 139, 250, .15), 0 0 12px rgba(167, 139, 250, .65);
  animation: land-trust-pulse 2s ease-in-out infinite;
}
.land-activity-head strong {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .2px;
  color: var(--text);
}
.land-activity-feed {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.land-activity-item {
  display: grid;
  grid-template-columns: 70px 22px minmax(110px, 1fr) minmax(0, 1.5fr) 90px;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 10px;
  background: rgba(255, 255, 255, .02);
  border: 1px solid rgba(255, 255, 255, .04);
  font-size: 12px;
  animation: land-activity-in .35s cubic-bezier(.2, .9, .25, 1.05);
}
@keyframes land-activity-in {
  from { opacity: 0; transform: translateY(-6px); }
  to   { opacity: 1; transform: none; }
}
.land-activity-time { font-family: 'JetBrains Mono', monospace; color: var(--muted); font-size: 11px; }
.land-activity-flag { width: 22px; height: 14px; border-radius: 2px; object-fit: cover; }
.land-activity-ip { font-family: 'JetBrains Mono', monospace; color: #c4b5fd; font-size: 12px; background: transparent; padding: 0; }
.land-activity-reason { color: var(--muted); }
.land-activity-verdict {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .5px;
  padding: 4px 8px;
  border-radius: 999px;
  text-align: center;
  justify-self: end;
  min-width: 80px;
}
.land-activity-item.is-block .land-activity-verdict {
  color: #fecaca;
  background: rgba(239, 68, 68, .14);
  border: 1px solid rgba(239, 68, 68, .35);
}
.land-activity-item.is-allow .land-activity-verdict {
  color: #86efac;
  background: rgba(34, 197, 94, .14);
  border: 1px solid rgba(34, 197, 94, .35);
}
@media (max-width: 720px) {
  .land-activity-item {
    grid-template-columns: 56px 18px minmax(0, 1fr) 70px;
  }
  .land-activity-reason { display: none; }
  .land-activity-time { font-size: 10px; }
}

/* Light theme overrides pra trust strip + activity */
:root[data-theme="light"] .land-trust-strip,
:root[data-theme="light"] .land-activity {
  background: #ffffff;
  border-color: #e2e2ea;
}
:root[data-theme="light"] .land-trust-stat strong { color: #6d28d9; }
:root[data-theme="light"] .land-activity-ip { color: #6d28d9; }
:root[data-theme="light"] .land-activity-item {
  background: #fafafc;
  border-color: #ececf2;
}

/* ============ Logs Feed (Painel 4 — Logs por visita) ============
   Lista com itens entrando do topo. Cada item tem barra de progress
   "analisando" que se enche em 1.4s e resolve com verdict (PASS/BLOCK). */
.land-logs-feed {
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.land-log-item {
  background: rgba(0, 0, 0, .35);
  border: 1px solid rgba(167, 139, 250, .15);
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 12px;
  animation: land-log-in .35s cubic-bezier(.2, .9, .25, 1.05);
  transition: border-color .25s ease, opacity .28s ease, transform .28s ease;
}
.land-log-item.is-leaving {
  opacity: 0;
  transform: translateY(-6px);
}
@keyframes land-log-in {
  from { opacity: 0; transform: translateY(-8px); }
  to   { opacity: 1; transform: none; }
}
.land-log-row {
  display: grid;
  grid-template-columns: 22px minmax(110px, auto) 1fr auto;
  align-items: center;
  gap: 10px;
}
.land-log-flag { width: 22px; height: 14px; border-radius: 2px; object-fit: cover; }
.land-log-ip {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  color: #c4b5fd;
}
.land-log-asn {
  color: var(--muted);
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.land-log-status {
  font-size: 11px;
  color: #fbbf24;
  font-weight: 600;
  white-space: nowrap;
  letter-spacing: .2px;
  font-feature-settings: 'tnum';
}
.land-log-item.is-pass .land-log-status { color: #86efac; }
.land-log-item.is-block .land-log-status { color: #fecaca; }
.land-log-item.is-pass  { border-color: rgba(34, 197, 94, .35); }
.land-log-item.is-block { border-color: rgba(239, 68, 68, .35); }

/* Barra de progress que se enche em 1.4s = duração da análise. */
.land-log-bar {
  margin-top: 8px;
  height: 3px;
  background: rgba(255, 255, 255, .04);
  border-radius: 2px;
  overflow: hidden;
}
.land-log-bar-fill {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #a78bfa, #ec4899);
  animation: land-log-fill 1.4s linear forwards;
}
@keyframes land-log-fill {
  from { width: 0%;   }
  to   { width: 100%; }
}
.land-log-bar.is-done .land-log-bar-fill { display: none; }
.land-log-item.is-pass  .land-log-bar { background: rgba(34, 197, 94, .15); }
.land-log-item.is-block .land-log-bar { background: rgba(239, 68, 68, .15); }

/* Light theme */
:root[data-theme="light"] .land-log-item {
  background: #fafafc;
  border-color: #ececf2;
}
:root[data-theme="light"] .land-log-ip { color: #6d28d9; }
@media (max-width: 720px) {
  .land-log-row {
    grid-template-columns: 20px minmax(0, auto) auto;
    gap: 8px;
  }
  .land-log-asn { display: none; }
}

/* ============ ABOUT (Quem somos) — grid 2 colunas com cards densos
   pra dar conteúdo ao Google indexar. */
.land-about-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  gap: 18px;
}
.land-about-card {
  padding: 28px;
  background: linear-gradient(180deg, rgba(20, 14, 36, .5), rgba(15, 10, 26, .8));
  border: 1px solid rgba(255, 255, 255, .06);
  border-radius: var(--radius);
}
.land-about-card h3 {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 700;
  color: var(--text);
  letter-spacing: -.2px;
}
.land-about-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}
:root[data-theme="light"] .land-about-card {
  background: #ffffff;
  border-color: #e2e2ea;
}
:root[data-theme="light"] .land-about-card h3 { color: #14141a; }
:root[data-theme="light"] .land-about-card p  { color: #4a4a55; }

/* ============ FAQ — accordion com <details>. Estilo limpo, hover sutil. */
.land-section-faq { padding-bottom: 40px; }
.land-faq-list {
  max-width: 820px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.land-faq-item {
  background: linear-gradient(180deg, rgba(20, 14, 36, .5), rgba(15, 10, 26, .8));
  border: 1px solid rgba(255, 255, 255, .06);
  border-radius: 12px;
  overflow: hidden;
  transition: border-color .15s, box-shadow .15s;
}
.land-faq-item[open] {
  border-color: rgba(167, 139, 250, .35);
  box-shadow: 0 8px 24px rgba(124, 58, 237, .12);
}
.land-faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 22px;
  font-size: 15px;
  font-weight: 600;
  color: var(--text);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  position: relative;
}
.land-faq-item summary::-webkit-details-marker { display: none; }
.land-faq-item summary::after {
  content: '+';
  font-size: 22px;
  font-weight: 400;
  color: var(--muted);
  flex-shrink: 0;
  transition: transform .2s, color .15s;
}
.land-faq-item[open] summary::after { content: '−'; color: #c4b5fd; }
.land-faq-item p {
  margin: 0;
  padding: 0 22px 20px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}
:root[data-theme="light"] .land-faq-item {
  background: #ffffff;
  border-color: #e2e2ea;
}
:root[data-theme="light"] .land-faq-item summary { color: #14141a; }
:root[data-theme="light"] .land-faq-item p { color: #4a4a55; }
:root[data-theme="light"] .land-faq-item[open] {
  border-color: rgba(124, 58, 237, .35);
  box-shadow: 0 8px 24px rgba(124, 58, 237, .08);
}

/* Theme toggle + Language switcher (nav controls) */
.land-icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px; height: 38px;
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 10px;
  color: var(--text);
  cursor: pointer;
  transition: background .15s, border-color .15s;
}
.land-icon-btn:hover { background: rgba(255, 255, 255, .08); border-color: rgba(167, 139, 250, .35); }
.land-lang-switch { position: relative; }
.land-lang-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px; height: 38px;
  padding: 0;
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 10px;
  cursor: pointer;
  overflow: hidden;
}
.land-lang-flag { width: 22px; height: 16px; border-radius: 2px; object-fit: cover; }
.land-lang-dropdown {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  min-width: 160px;
  /* Transparente com glass effect — borrar o fundo em vez de cor sólida. */
  background: rgba(15, 15, 19, .6);
  backdrop-filter: blur(18px) saturate(1.4);
  -webkit-backdrop-filter: blur(18px) saturate(1.4);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 12px;
  padding: 6px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  z-index: 100;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .35);
}
:root[data-theme="light"] .land-lang-dropdown {
  background: rgba(255, 255, 255, .65);
  border-color: rgba(124, 58, 237, .15);
  box-shadow: 0 10px 30px rgba(15, 15, 25, .12);
}
/* Override do atributo `hidden`: sem isso, `display: flex` acima sobrescreve
   `display: none` implícito do [hidden] e o dropdown fica SEMPRE visível
   (bug reportado: landing abria com lista de países aparecendo no mobile). */
.land-lang-dropdown[hidden] { display: none !important; }
@media (max-width: 720px) {
  /* No mobile, ancorar à direita pode jogar pra fora se a viewport for muito
     pequena. Limita largura e mantém visível. */
  .land-lang-dropdown {
    right: 0;
    left: auto;
    max-width: calc(100vw - 24px);
  }
  /* Nav compacta: encolhe ícones, esconde label "LOGIN" e usa só botão CTA
     compacto. Evita o wrap "CADASTRE-/SE" que estava quebrando o layout. */
  .land-nav {
    padding: 12px 14px;
    gap: 8px;
  }
  .land-brand-img { height: 36px; }
  .land-icon-btn,
  .land-lang-btn {
    width: 34px;
    height: 34px;
  }
  .land-nav-actions {
    gap: 6px;
  }
  /* Botões compactos com texto curto e nowrap pra não quebrar em 2 linhas. */
  .land-nav-actions .land-btn {
    padding: 7px 12px;
    font-size: 11px;
    letter-spacing: .3px;
    white-space: nowrap;
  }
}
/* Telas muito pequenas (≤480px): esconde toggle de tema pra dar espaço,
   logo menor pra não embaçar, fonte do CADASTRE-SE menor pra caber em PT. */
@media (max-width: 480px) {
  .land-nav { padding: 10px 12px; gap: 6px; }
  .land-icon-btn { display: none; }
  .land-brand-img { height: 28px; }
  .land-lang-btn { width: 32px; height: 32px; }
  .land-nav-actions .land-btn {
    padding: 6px 10px;
    font-size: 10px;
    letter-spacing: .2px;
  }
}
@media (max-width: 380px) {
  /* Smartphones bem pequenos (iPhone SE etc.): hide LOGIN, deixa só CADASTRE-SE
     pra evitar wrap em PT (palavra "CADASTRE-SE" ocupa o dobro de "SIGN UP"). */
  .land-nav-actions .land-btn-ghost { display: none; }
  .land-brand-img { height: 26px; }
  .land-nav-actions .land-btn { padding: 7px 12px; font-size: 11px; }
}
.land-lang-opt {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  background: transparent;
  border: 0;
  border-radius: 8px;
  color: var(--text);
  cursor: pointer;
  font-size: 13px;
  text-align: left;
}
.land-lang-opt:hover { background: rgba(167, 139, 250, .12); }
.land-lang-opt img { width: 22px; height: 16px; border-radius: 2px; flex-shrink: 0; }

*, *::before, *::after { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

body.landing-body {
  background:
    radial-gradient(900px 600px at 80% -10%, rgba(124, 58, 237, .22), transparent 60%),
    radial-gradient(700px 500px at -10% 30%, rgba(167, 139, 250, .12), transparent 60%),
    radial-gradient(600px 400px at 50% 110%, rgba(124, 58, 237, .14), transparent 60%),
    var(--bg);
  color: var(--text);
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }

img { max-width: 100%; display: block; }

/* ============ Brand utilities ============ */
/* Texto com gradient roxo + faixa branca cruzando da esquerda pra direita
   (shine effect). 2 backgrounds clipped no texto:
     1. faixa branca diagonal de ~10% de largura, animada via background-position
     2. gradient roxo Phantom estático (cor base)
   Aplicado em TODOS os `.land-gradient-text` (TOTAL, tempo real, à prova de
   bala, fontes de tráfego, qualquer lugar, simples, para de perder). */
.land-gradient-text {
  background:
    linear-gradient(110deg,
      transparent 0%,
      transparent 38%,
      rgba(255, 255, 255, .9) 47%,
      rgba(255, 255, 255, .9) 53%,
      transparent 62%,
      transparent 100%
    ) 250% 50% / 200% 100% no-repeat,
    linear-gradient(135deg, #a78bfa 0%, #7c3aed 50%, #c4b5fd 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: land-shine 3.5s ease-in-out infinite;
}
/* IMPORTANTE: bg-position com size 200% é counter-intuitivo. Valor MAIOR
   posiciona a imagem MAIS À ESQUERDA do elemento (não à direita). Por isso
   pra fazer a faixa branca ir DA ESQUERDA → DIREITA, animamos de 250%
   (imagem fora à esquerda) até -150% (imagem fora à direita). */
@keyframes land-shine {
  0%        { background-position:  250% 50%, 0 0; }
  50%, 100% { background-position: -150% 50%, 0 0; }
}
@media (prefers-reduced-motion: reduce) {
  .land-gradient-text { animation: none; }
}

/* ============ Buttons ============ */
.land-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 22px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .5px;
  cursor: pointer;
  border: 0;
  transition: transform .15s, box-shadow .15s, background .15s, opacity .15s;
}
.land-btn svg { width: 16px; height: 16px; }
.land-btn-lg { padding: 16px 32px; font-size: 14px; }
.land-btn-primary {
  background: linear-gradient(135deg, #7c3aed 0%, #a78bfa 100%);
  color: #fff;
  box-shadow: 0 8px 24px rgba(124, 58, 237, .45);
}
.land-btn-primary:hover { transform: translateY(-1px); box-shadow: 0 12px 30px rgba(124, 58, 237, .65); }
.land-btn-ghost {
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .1);
  color: var(--text);
}
.land-btn-ghost:hover { background: rgba(167, 139, 250, .12); border-color: rgba(167, 139, 250, .35); }

/* ============ Top nav ============ */
.land-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  /* Estado inicial = TRANSPARENTE total. Compacta os itens (max-width
     menor) pra eles ficarem PERTO entre si — mas a navbar ocupa width
     total da viewport (centralizado por margin auto). */
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 18px 28px;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border: 1px solid transparent;
  border-radius: 0;
  /* Transição suave pro estado pill — width, padding, glass, raio, sombra. */
  transition:
    max-width .45s cubic-bezier(.4, 0, .2, 1),
    margin .45s cubic-bezier(.4, 0, .2, 1),
    top .45s cubic-bezier(.4, 0, .2, 1),
    padding .35s ease,
    background .35s ease,
    backdrop-filter .35s ease,
    -webkit-backdrop-filter .35s ease,
    border-color .35s ease,
    border-radius .45s ease,
    box-shadow .35s ease;
}
/* Estado "encolhido" — ativado por JS quando scrollY > 30. Pill flutuante
   mais compacta ainda, com glass + sombra. Itens ficam ainda mais juntos. */
.land-nav.is-shrunk {
  top: 12px;
  max-width: 980px;
  padding: 8px 20px;
  background: rgba(15, 15, 19, .82);
  backdrop-filter: blur(18px) saturate(1.4);
  -webkit-backdrop-filter: blur(18px) saturate(1.4);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 100px;
  box-shadow:
    0 14px 44px rgba(0, 0, 0, .45),
    0 0 0 1px rgba(167, 139, 250, .08),
    inset 0 1px 0 rgba(255, 255, 255, .04);
}
.land-brand {
  display: flex;
  align-items: center;
  text-decoration: none;
}
/* Imagem-marca substitui o antigo lockup "PHANTOM CLOAKER DE ELITE".
   Tamanho generoso no estado normal pra dar destaque; encolhe quando
   a navbar vira pílula. */
.land-brand-img {
  height: 64px;
  width: auto;
  display: block;
  transition: height .35s ease;
}
.land-nav.is-shrunk .land-brand-img { height: 44px; }

/* Nav links centralizados (flex justify-content: space-between na .land-nav
   já cuida disso; gap menor entre eles pra ficarem JUNTOS). */
.land-nav-links {
  display: flex;
  gap: 22px;
  font-size: 14px;
  color: var(--muted);
}
.land-nav-links a:hover { color: var(--text); }
.land-nav-actions { display: flex; gap: 10px; }

@media (max-width: 720px) {
  .land-nav { padding: 12px 16px; gap: 10px; }
  .land-nav-links { display: none; }
  .land-brand-img { height: 36px; }
  .land-nav-actions .land-btn { padding: 8px 14px; font-size: 12px; }
}

/* ============ HERO ============ */
.land-hero {
  position: relative;
  padding: 60px 32px 100px;
  overflow: hidden;
}
.land-hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(700px 500px at 70% 50%, rgba(124, 58, 237, .25), transparent 60%);
}
.land-hero-grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.land-eyebrow {
  display: inline-block;
  background: rgba(124, 58, 237, .15);
  border: 1px solid rgba(124, 58, 237, .35);
  color: #c4b5fd;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 24px;
}
.land-hero-title {
  margin: 0 0 24px;
  font-size: clamp(48px, 8vw, 96px);
  font-weight: 900;
  line-height: .95;
  letter-spacing: -2px;
  font-style: italic;
}
.land-hero-sub {
  font-size: 17px;
  color: var(--muted);
  margin: 0 0 32px;
  max-width: 520px;
  line-height: 1.6;
}
.land-hero-sub strong { color: var(--accent-3); font-weight: 600; }
.land-hero-cta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.land-hero-stats {
  display: flex;
  gap: 40px;
  margin-top: 56px;
  flex-wrap: wrap;
}
.land-hero-stats div { display: flex; flex-direction: column; gap: 4px; }
.land-hero-stats strong {
  font-size: 26px;
  font-weight: 800;
  background: linear-gradient(135deg, #a78bfa, #7c3aed);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.land-hero-stats span { font-size: 12px; color: var(--muted); letter-spacing: .3px; }

@media (max-width: 960px) {
  .land-hero-grid { grid-template-columns: 1fr; gap: 40px; text-align: center; }
  .land-hero-cta, .land-hero-stats { justify-content: center; }
  .land-hero-sub { margin: 0 auto 32px; }
  .land-eyebrow { margin: 0 auto 24px; display: inline-block; }
}

/* ============ 3D PHANTOM IMAGE ============ */
.land-hero-3d {
  perspective: 1400px;
  display: grid;
  place-items: center;
  min-height: 480px;
}
.land-3d-stage {
  position: relative;
  width: 380px;
  height: 380px;
  transform-style: preserve-3d;
}
.land-3d-glow {
  position: absolute;
  inset: -40px;
  background:
    radial-gradient(circle at 50% 50%, rgba(167, 139, 250, .35), transparent 65%),
    radial-gradient(circle at 50% 50%, rgba(124, 58, 237, .25), transparent 50%);
  filter: blur(30px);
  border-radius: 50%;
  animation: land-glow-pulse 4s ease-in-out infinite;
}
@keyframes land-glow-pulse {
  0%, 100% { opacity: .8; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.08); }
}
.land-3d-orbit-ring {
  position: absolute;
  inset: 50%;
  width: 380px;
  height: 380px;
  margin: -190px;
  border: 1px solid rgba(167, 139, 250, .14);
  border-radius: 50%;
  animation: land-ring-spin 18s linear infinite;
}
.land-3d-orbit-ring.is-2 {
  width: 460px; height: 460px; margin: -230px;
  border-color: rgba(167, 139, 250, .08);
  animation-duration: 30s;
  animation-direction: reverse;
}
.land-3d-orbit-ring.is-3 {
  width: 540px; height: 540px; margin: -270px;
  border-color: rgba(167, 139, 250, .04);
  animation-duration: 50s;
}
@keyframes land-ring-spin {
  to { transform: rotate(360deg); }
}
.land-3d-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 30px 60px rgba(124, 58, 237, .55))
          drop-shadow(0 0 30px rgba(167, 139, 250, .4));
  /* Animação SUAVE de float (sobe e desce) — usa transform direto em
     keyframes (sem CSS variables, que sem @property pulariam discreto). */
  animation: land-phantom-float 4.5s ease-in-out infinite;
  will-change: transform;
  transition: filter .3s;
}
@keyframes land-phantom-float {
  0%   { transform: translateY(0)      rotate(-1.5deg); }
  50%  { transform: translateY(-22px)  rotate(1.5deg); }
  100% { transform: translateY(0)      rotate(-1.5deg); }
}
.land-3d-shadow {
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 70%;
  height: 28px;
  margin-left: -35%;
  background: radial-gradient(ellipse at center, rgba(124, 58, 237, .5), transparent 70%);
  filter: blur(10px);
  animation: land-shadow-pulse 6s ease-in-out infinite;
}
@keyframes land-shadow-pulse {
  0%, 100% { transform: scaleX(1); opacity: .8; }
  50% { transform: scaleX(.85); opacity: .5; }
}

@media (max-width: 720px) {
  .land-3d-stage { width: 280px; height: 280px; }
  .land-3d-orbit-ring { width: 280px; height: 280px; margin: -140px; }
  .land-3d-orbit-ring.is-2 { width: 340px; height: 340px; margin: -170px; }
  .land-3d-orbit-ring.is-3 { width: 400px; height: 400px; margin: -200px; }
  .land-hero-3d { min-height: 360px; }
}

/* ============ Generic section ============ */
.land-section {
  padding: 100px 32px;
  position: relative;
}
.land-section-dark {
  background: linear-gradient(180deg, transparent 0%, rgba(20, 14, 36, .6) 50%, transparent 100%);
}
.land-section-head {
  max-width: 760px;
  margin: 0 auto 56px;
  text-align: center;
}
.land-section-head h2 {
  margin: 0 0 16px;
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 900;
  font-style: italic;
  letter-spacing: -1px;
  line-height: 1.1;
}
.land-section-head p {
  margin: 0;
  font-size: 16px;
  color: var(--muted);
  line-height: 1.7;
}
.land-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(124, 58, 237, .12);
  border: 1px solid rgba(124, 58, 237, .35);
  color: var(--accent-3);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 20px;
}

/* ============ Feature grid ============ */
.land-feature-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}
.land-feature-card {
  background: linear-gradient(180deg, rgba(20, 14, 36, .5), rgba(15, 10, 26, .8));
  border: 1px solid rgba(255, 255, 255, .06);
  border-radius: var(--radius);
  padding: 28px;
  transition: transform .2s, border-color .2s, box-shadow .2s;
}
.land-feature-card:hover {
  transform: translateY(-4px);
  border-color: rgba(167, 139, 250, .35);
  box-shadow: 0 20px 50px rgba(124, 58, 237, .15);
}
.land-feature-ico {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(124, 58, 237, .25), rgba(167, 139, 250, .15));
  border: 1px solid rgba(167, 139, 250, .25);
  color: #c4b5fd;
  margin-bottom: 18px;
}
.land-feature-ico svg { width: 22px; height: 22px; }
.land-feature-card h3 { margin: 0 0 10px; font-size: 18px; font-weight: 700; }
.land-feature-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }

/* ============ Dashboard Showcase 3D ============
   Imagem do dashboard com perspective tilt. Em volta: glow roxo grande +
   "vidro" transparente sutil simulando profundidade. Hover: volta ao plano. */
.land-dashboard-showcase {
  position: relative;
  max-width: 1100px;
  margin: 50px auto 30px;
  padding: 60px 24px;
  perspective: 1600px;
  isolation: isolate;
}
/* Halo roxo grande atrás da imagem — efeito "estourando" do plano */
.land-dashboard-glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background:
    radial-gradient(ellipse 80% 60% at 50% 50%, rgba(167, 139, 250, .22), transparent 65%),
    radial-gradient(ellipse 50% 40% at 30% 30%, rgba(124, 58, 237, .18), transparent 70%),
    radial-gradient(ellipse 50% 40% at 70% 70%, rgba(236, 72, 153, .12), transparent 70%);
  filter: blur(20px);
}
/* Frame com borda translúcida + camada de "vidro" em volta da imagem */
.land-dashboard-frame {
  position: relative;
  transform-style: preserve-3d;
  transform: rotateX(14deg) rotateY(-18deg) rotateZ(2deg);
  transition: transform .8s cubic-bezier(.2, .9, .25, 1.05),
              box-shadow .8s ease;
  border-radius: 18px;
  padding: 14px;
  background: linear-gradient(135deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, .01));
  border: 1px solid rgba(167, 139, 250, .18);
  box-shadow:
    0 30px 80px -20px rgba(124, 58, 237, .45),
    0 10px 30px -10px rgba(0, 0, 0, .6),
    inset 0 1px 0 rgba(255, 255, 255, .06);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  will-change: transform;
}
.land-dashboard-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 20px 60px -10px rgba(0, 0, 0, .55);
}
/* Hover: imagem se "endireita" — perspective neutro, brilho cresce */
.land-dashboard-showcase:hover .land-dashboard-frame {
  transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg) translateZ(20px);
  box-shadow:
    0 50px 120px -20px rgba(167, 139, 250, .55),
    0 20px 50px -10px rgba(124, 58, 237, .4),
    inset 0 1px 0 rgba(255, 255, 255, .1);
  border-color: rgba(167, 139, 250, .35);
}
.land-dashboard-showcase:hover .land-dashboard-glow {
  background:
    radial-gradient(ellipse 90% 70% at 50% 50%, rgba(167, 139, 250, .35), transparent 65%),
    radial-gradient(ellipse 60% 50% at 30% 30%, rgba(124, 58, 237, .28), transparent 70%),
    radial-gradient(ellipse 60% 50% at 70% 70%, rgba(236, 72, 153, .18), transparent 70%);
  transition: background .8s ease;
}
@media (max-width: 720px) {
  .land-dashboard-showcase { padding: 30px 12px; perspective: 1000px; }
  .land-dashboard-frame { transform: rotateX(8deg) rotateY(-10deg) rotateZ(1deg); padding: 8px; }
}
@media (prefers-reduced-motion: reduce) {
  .land-dashboard-frame { transform: none !important; transition: none !important; }
}

/* Card-marca: 6º slot do grid preenchido pela logo Phantom em destaque */
.land-feature-card-brand {
  display: grid;
  place-items: center;
  padding: 20px;
  min-height: 100%;
  background:
    radial-gradient(circle at 50% 50%, rgba(124, 58, 237, .25), transparent 70%),
    linear-gradient(180deg, rgba(20, 14, 36, .5), rgba(15, 10, 26, .8));
}
.land-feature-brand-logo {
  width: 88%;
  max-width: 280px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 0 30px rgba(167, 139, 250, .35));
}

/* ============ Domains grid (rotação) ============ */
.land-domains-grid {
  /* Path circular fixo: card1 (TL) → card2 (TR) → card3 (BR) → card4 (BL) → loop.
     Visual horário (clockwise). */
  max-width: 760px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas:
    "c1 c2"
    "c4 c3";
  gap: 36px;
  position: relative;          /* âncora pra .land-rotation-ball */
  /* 3D scene — perspective curta pra dar efeito DRAMÁTICO. preserve-3d
     propaga o espaço 3D pros cards (filhos) e suas bars (netos). */
  perspective: 900px;
  perspective-origin: 50% 30%;
  transform-style: preserve-3d;
  /* Tilt forte — quadro inteiro inclinado ~14° pra trás como se você
     visse os nós em mesa, dando sensação de profundidade. */
  transform: rotateX(14deg);
  padding: 50px 10px 80px;     /* margem extra pra cards saírem do plano sem cortar */
}
.land-domain-card:nth-child(1) { grid-area: c1; }
.land-domain-card:nth-child(2) { grid-area: c2; }
.land-domain-card:nth-child(3) { grid-area: c3; }
.land-domain-card:nth-child(4) { grid-area: c4; }

@media (max-width: 640px) {
  .land-domains-grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "c1"
      "c2"
      "c3"
      "c4";
    max-width: 420px;
  }
}
.land-domain-card {
  background: var(--panel);
  border: 2px solid rgba(255, 255, 255, .06);
  border-radius: var(--radius);
  padding: 22px;
  position: relative;
  overflow: hidden;
  /* 3D — cada card vive no próprio plano profundo. translateZ varia por
     estado (active pula pra frente, down recua). preserve-3d necessário
     pras filhas (bars) também participarem do espaço 3D. */
  transform-style: preserve-3d;
  transform: translateZ(0);
  transition:
    transform .55s cubic-bezier(.4, 0, .2, 1),
    border-color .45s ease,
    box-shadow .55s ease,
    background .45s ease,
    filter .45s ease;
}
/* Card ativo (recebendo tráfego) — VERDE BRILHANTE, pula bem PRA FRENTE.
   80px de translateZ + scale 1.05 + sombra projetada longa pra dar a
   sensação de "card flutuando acima do plano". */
.land-domain-card.is-active {
  border-color: #10b981;
  box-shadow:
    0 0 0 1px rgba(16, 185, 129, .35),
    0 35px 70px rgba(16, 185, 129, .4),
    0 20px 40px rgba(0, 0, 0, .6),
    0 0 32px rgba(16, 185, 129, .4),
    inset 0 0 18px rgba(16, 185, 129, .08);
  transform: translateZ(80px) scale(1.05);
  z-index: 3;
}
/* Próximo na rotação — verde claro, à frente (35px) */
.land-domain-card.is-next {
  border-color: rgba(16, 185, 129, .55);
  box-shadow:
    0 16px 36px rgba(16, 185, 129, .22),
    0 8px 20px rgba(0, 0, 0, .35),
    0 0 18px rgba(16, 185, 129, .18),
    inset 0 0 12px rgba(16, 185, 129, .04);
  transform: translateZ(35px);
  z-index: 2;
}
/* Card caiu / esperando — VERMELHO, recua MUITO pro fundo + tilt forte
   pra parecer que "tombou no fundo do palco". */
.land-domain-card.is-down {
  border-color: #ef4444;
  box-shadow:
    0 0 0 1px rgba(239, 68, 68, .4),
    0 4px 18px rgba(0, 0, 0, .55),
    0 0 28px rgba(239, 68, 68, .3),
    inset 0 0 22px rgba(239, 68, 68, .1);
  transform: translateZ(-50px) rotateX(14deg);
  filter: brightness(.7) saturate(.85);
  z-index: 1;
}
/* Disparado por 1 frame quando o card acaba de cair — anima o shake só
   essa vez. Sem isso, o card ficaria tremendo enquanto a classe is-down
   permanecesse aplicada (que é o tempo todo até a próxima vez dele). */
.land-domain-card.just-fell {
  animation: land-card-shake .42s cubic-bezier(.36, .07, .19, .97);
}
@keyframes land-card-shake {
  10%, 90% { transform: translateX(-1px); }
  20%, 80% { transform: translateX(2px); }
  30%, 50%, 70% { transform: translateX(-3px); }
  40%, 60% { transform: translateX(3px); }
}
/* Bolinha verde que voa entre cards. Posição inicial via translate; JS
   atualiza --tx/--ty pra animar entre cards usando transition CSS. */
.land-rotation-ball {
  position: absolute;
  top: 0; left: 0;
  width: 14px; height: 14px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #6ee7b7, #10b981 70%);
  box-shadow:
    0 0 12px #10b981,
    0 0 24px rgba(16, 185, 129, .6),
    0 0 48px rgba(16, 185, 129, .3);
  pointer-events: none;
  z-index: 5;
  opacity: 0;
  transform: translate(var(--tx, 0), var(--ty, 0));
  transition: transform .9s cubic-bezier(.5, 0, .45, 1), opacity .25s ease;
}
.land-rotation-ball.is-visible { opacity: 1; }
/* Trilha curta atrás da bolinha enquanto voa (suaviza visualmente o trajeto) */
.land-rotation-ball::after {
  content: '';
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(16, 185, 129, .35), transparent 70%);
  filter: blur(4px);
}
.land-domain-label {
  display: block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: var(--muted-2);
  margin-bottom: 8px;
}
.land-domain-host {
  display: block;
  font-family: 'JetBrains Mono', monospace;
  font-size: 16px;
  margin-bottom: 16px;
  color: var(--text);
}
/* @property registra --load por BARRA (inherits:false pra cada span ter o
   próprio valor). Permite stagger esquerda→direita na subida e direita→
   esquerda na recessão. Chrome 85+, Safari 16.4+, FF 128+. */
@property --load {
  syntax: '<number>';
  inherits: false;
  initial-value: 0;
}

.land-domain-bars {
  display: flex;
  align-items: flex-end;
  gap: 3px;
  height: 48px;
  position: relative;
  --bar-count: 24;
}
.land-domain-bars span {
  flex: 1 1 0;
  min-width: 0;
  --i: 0;
  --load: 0.05;            /* idle: baixinho e VERDE — bars do reference image */
  /* Hue: 140 (verde) ↔ 0 (vermelho), passando por 60 (amarelo) e 25 (laranja). */
  background: hsl(calc(140 - var(--load) * 140) 78% 55%);
  height: calc(var(--bar-h, 60) * 1% * (0.30 + 0.70 * var(--load)));
  border-radius: 2px 2px 1px 1px;
  box-shadow: 0 0 6px hsl(calc(140 - var(--load) * 140) 78% 55% / .45);
  /* Smooth quando muda --load via class swap (is-down ↔ default) — sem isso
     a bar saltava de vermelho-max pra verde-min instantaneamente. Animation
     em .is-active ainda override este transition durante o crescimento. */
  transition: --load .4s ease;
}

/* Active = barras crescem em onda esquerda→direita + LIVE DATA infinito.
   Crescimento: 0.3s/barra com stagger 50ms (total 1.5s).
   Live: scaleY entre 0.78↔1.22 com 11 stops (visual de equalizer pulsando).
   Cada barra entra em fase diferente via animation-delay negativo grande,
   gerando padrão caótico que parece dados ao vivo. */
.land-domain-card.is-active .land-domain-bars span {
  animation:
    land-bar-fill .3s cubic-bezier(.5, 0, .3, 1) forwards,
    land-bar-live 1.1s ease-in-out infinite;
  animation-delay:
    calc(var(--i) * 50ms),
    calc(var(--i) * -97ms);
  transform-origin: bottom center;
}

/* Next = bars verdes baixas dançando MESMO ritmo live (mostra que o card
   tá monitorando ativamente, pronto pra assumir). Duração ligeiramente
   diferente pra não sincronizar visualmente com o is-active. */
.land-domain-card.is-next .land-domain-bars span {
  animation: land-bar-live 1.35s ease-in-out infinite;
  animation-delay: calc(var(--i) * -113ms);
  transform-origin: bottom center;
}

/* Down (card caiu / esperando vez) = barras travam no MAX VERMELHO,
   sem animação — visual de "está fora, aguardando próxima vez". */
.land-domain-card.is-down .land-domain-bars span {
  --load: 1;
}

@keyframes land-bar-fill {
  from { --load: 0.05; }
  to   { --load: 1; }
}
/* Live data — 11 stops com valores pseudo-aleatórios entre 0.78 e 1.22.
   Como cada barra usa o mesmo keyframe mas com animation-delay defasado,
   visualmente vira um equalizer caótico (cada barra está num ponto
   diferente da onda no mesmo frame). */
@keyframes land-bar-live {
  0%   { transform: scaleY(1.00); }
  9%   { transform: scaleY(0.82); }
  18%  { transform: scaleY(1.18); }
  27%  { transform: scaleY(0.94); }
  36%  { transform: scaleY(1.10); }
  45%  { transform: scaleY(0.86); }
  54%  { transform: scaleY(1.14); }
  63%  { transform: scaleY(0.90); }
  72%  { transform: scaleY(1.06); }
  81%  { transform: scaleY(0.84); }
  90%  { transform: scaleY(1.20); }
  100% { transform: scaleY(1.00); }
}

/* ============ Sources orbital ============ */
.land-sources-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.land-sources-copy h2 {
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 900;
  font-style: italic;
  margin: 0 0 16px;
  letter-spacing: -1px;
  line-height: 1.1;
}
.land-sources-copy p {
  color: var(--muted);
  font-size: 16px;
  margin: 0 0 24px;
  max-width: 480px;
  line-height: 1.7;
}
.land-source-pills { display: flex; flex-wrap: wrap; gap: 10px; }
.land-source-pills span {
  padding: 10px 20px;
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 999px;
  font-size: 13px;
}

.land-sources-orbital {
  position: relative;
  height: 480px;
  display: grid;
  place-items: center;
}
.land-orbit-center {
  position: relative;
  z-index: 3;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 50%, #7c3aed, #4c1d95);
  display: grid;
  place-items: center;
  box-shadow: 0 0 60px rgba(124, 58, 237, .55), inset 0 0 20px rgba(255, 255, 255, .15);
}
.land-orbit-center img { width: 70px; height: 70px; filter: brightness(1.5); }
.land-orbit-ring {
  position: absolute;
  border: 1px dashed rgba(167, 139, 250, .15);
  border-radius: 50%;
}
.land-orbit-ring-1 { width: 220px; height: 220px; }
.land-orbit-ring-2 { width: 320px; height: 320px; }
.land-orbit-ring-3 { width: 420px; height: 420px; }
.land-orbit-icon {
  position: absolute;
  z-index: 2;
  width: 48px; height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  box-shadow: 0 6px 20px rgba(0, 0, 0, .5);
  /* Posição angular usando custom property */
  transform:
    rotate(var(--ang))
    translateX(var(--r))
    rotate(calc(var(--ang) * -1));
  animation: land-orbit-rotate 20s linear infinite;
}
.land-orbit-icon img { width: 26px; height: 26px; }
@keyframes land-orbit-rotate {
  from { transform: rotate(var(--ang)) translateX(var(--r)) rotate(calc(var(--ang) * -1)); }
  to   { transform: rotate(calc(var(--ang) + 360deg)) translateX(var(--r)) rotate(calc(var(--ang) * -1 - 360deg)); }
}

@media (max-width: 720px) {
  .land-sources-grid { grid-template-columns: 1fr; gap: 32px; }
  .land-sources-orbital { height: 380px; }
  .land-orbit-icon { width: 36px; height: 36px; --r: 120px !important; }
  .land-orbit-icon img { width: 18px; height: 18px; }
  .land-orbit-ring-1 { width: 180px; height: 180px; }
  .land-orbit-ring-2 { width: 260px; height: 260px; }
  .land-orbit-ring-3 { width: 340px; height: 340px; }
}

/* ============ Plans (mesmo estilo do dashboard) ============ */
.land-section-plans {
  padding-bottom: 60px;
}
.land-cycle-toggle {
  display: inline-flex;
  background: rgba(0, 0, 0, .55);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 999px;
  padding: 4px;
  margin-top: 24px;
}
.land-cycle-tab {
  background: transparent;
  border: 0;
  color: #cbd5e1;
  font-size: 13px;
  font-weight: 500;
  padding: 10px 22px;
  border-radius: 999px;
  cursor: pointer;
  transition: background .18s, color .18s;
}
.land-cycle-tab:hover { color: #fff; }
.land-cycle-tab.is-active {
  background: linear-gradient(135deg, #7c3aed 0%, #a78bfa 100%);
  color: #fff;
  font-weight: 600;
  box-shadow: 0 4px 14px rgba(124, 58, 237, .4);
}

.land-plans-grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
  align-items: stretch;
}
.land-plan {
  background: linear-gradient(180deg, rgba(15, 12, 25, .96), rgba(8, 5, 16, .99));
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 18px;
  padding: 24px 22px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
  isolation: isolate;
  transition: transform .18s, border-color .18s;
}
.land-plan:hover { transform: translateY(-3px); border-color: rgba(167, 139, 250, .35); }
.land-plan.is-highlight {
  border-color: transparent;
  background: linear-gradient(180deg, rgba(22, 12, 38, .96), rgba(10, 5, 22, .99));
}
.land-plan.is-highlight::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px;
  background: conic-gradient(from var(--ang, 0deg),
    transparent 0deg 270deg,
    rgba(167, 139, 250, .4) 290deg,
    #c4b5fd 320deg,
    #fff 335deg,
    #c4b5fd 350deg,
    rgba(167, 139, 250, .4) 360deg);
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  animation: land-plan-spin 3.5s linear infinite;
  pointer-events: none;
}
@property --ang {
  syntax: '<angle>';
  initial-value: 0deg;
  inherits: false;
}
@keyframes land-plan-spin { to { --ang: 360deg; } }
.land-plan.is-highlight > * { position: relative; z-index: 1; }
.land-plan-pix {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  align-self: flex-end;
  background: rgba(0, 0, 0, .5);
  border: 1px solid rgba(255, 255, 255, .1);
  color: #cbd5e1;
  font-size: 11px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 999px;
}
.land-plan-pix::before {
  content: '';
  width: 7px; height: 7px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 6px rgba(34, 197, 94, .7);
}
.land-plan-name {
  margin: 0;
  font-size: 26px;
  font-weight: 800;
  font-style: italic;
  letter-spacing: .5px;
  color: #fff;
}
.land-plan.is-highlight .land-plan-name {
  background: linear-gradient(135deg, #a78bfa, #7c3aed);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.land-plan-tagline {
  margin: -4px 0 6px;
  font-size: 12px;
  line-height: 1.4;
  color: #9ca3af;
  min-height: 32px;
}
.land-plan-price {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-top: 4px;
  font-size: 32px;
  font-weight: 800;
  font-style: italic;
  color: #fff;
  line-height: 1;
}
.land-plan-price small { font-size: 13px; font-weight: 500; color: #9ca3af; }
.land-plan-discount {
  display: inline-block;
  align-self: flex-start;
  background: rgba(124, 58, 237, .18);
  border: 1px solid rgba(167, 139, 250, .4);
  color: #c4b5fd;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .5px;
  padding: 4px 10px;
  border-radius: 6px;
  margin-top: 2px;
}
/* Pílula com bandeiras dos países liberados pelo plano (até 3) + "+N" */
.land-plan-flags {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 4px 0 2px;
  flex-wrap: wrap;
}
.land-plan-flag {
  width: 22px;
  height: 16px;
  border-radius: 2px;
  object-fit: cover;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .08);
  flex-shrink: 0;
}
.land-plan-flags-more {
  display: inline-block;
  padding: 2px 8px;
  font-size: 11px;
  font-weight: 700;
  color: #cbd5e1;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 999px;
  letter-spacing: .3px;
}
.land-plan-features {
  list-style: none;
  padding: 0;
  margin: 4px 0 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}
.land-plan-features li {
  font-size: 13px;
  color: #d1d5db;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  line-height: 1.4;
}
.land-plan-features li::before {
  content: '✓';
  color: #a78bfa;
  font-weight: 700;
  flex-shrink: 0;
}
.land-plan.is-highlight .land-plan-features li::before { color: #c4b5fd; }
.land-plan:not(.is-highlight) .land-plan-features li::before { color: #94a3b8; }
.land-plan-extra {
  margin: 6px 0 0;
  font-size: 11px;
  font-style: italic;
  color: #6b7280;
}
.land-plan-no-extra {
  color: #4ade80;
  font-weight: 700;
  font-style: italic;
  letter-spacing: .5px;
}
.land-plan-cta {
  margin-top: auto;
  padding: 14px 16px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .12);
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .8px;
  text-transform: uppercase;
  font-style: italic;
  text-align: center;
  cursor: pointer;
  transition: background .18s, border-color .18s;
}
.land-plan-cta:hover {
  background: rgba(124, 58, 237, .18);
  border-color: rgba(167, 139, 250, .5);
}
.land-plan.is-highlight .land-plan-cta {
  background: linear-gradient(135deg, #7c3aed, #a78bfa);
  border: 0;
  box-shadow: 0 6px 20px rgba(124, 58, 237, .45);
}

/* ============ Final CTA ============ */
.land-final-cta {
  text-align: center;
  padding: 100px 32px;
  background:
    radial-gradient(ellipse at top, rgba(124, 58, 237, .25), transparent 60%);
}
.land-final-cta h2 {
  font-size: clamp(28px, 4.5vw, 48px);
  font-weight: 900;
  font-style: italic;
  margin: 0 0 12px;
  letter-spacing: -1px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.land-final-cta p { color: var(--muted); margin: 0 0 32px; }

/* ============ Footer ============ */
.land-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 32px;
  border-top: 1px solid rgba(255, 255, 255, .04);
  font-size: 13px;
  color: var(--muted);
  flex-wrap: wrap;
  gap: 16px;
}
.land-foot-brand { display: flex; align-items: center; gap: 8px; }
.land-foot-brand img { width: 22px; height: 22px; }
.land-foot-links { display: flex; gap: 24px; }
.land-foot-links a:hover { color: var(--text); }

/* ============ Radial Orbital + center card panels ============
   5 nós orbitando ao redor de um card central. Click trocar painel.
   Posições dos nós: 100% via JS (cos/sin do baseAngle + rotation).
   Card central tem 5 painéis empilhados; só o .is-active visível. */
.land-orbital-stage {
  position: relative;
  width: 100%;
  max-width: 720px;
  aspect-ratio: 1 / 1;
  margin: 50px auto 0;
}
/* Anéis decorativos */
.land-orbital-ring,
.land-orbital-ring-inner {
  position: absolute;
  inset: 4%;
  border-radius: 50%;
  border: 1px dashed rgba(167, 139, 250, .22);
  pointer-events: none;
}
.land-orbital-ring-inner {
  inset: 26%;
  border-style: solid;
  border-color: rgba(167, 139, 250, .1);
  animation: land-orbital-spin 80s linear infinite;
}
@keyframes land-orbital-spin {
  to { transform: rotate(360deg); }
}

/* Nós orbitais — posição definida 100% por JS via translate */
.land-orbital-node {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 72px;
  height: 72px;
  margin: -36px 0 0 -36px;
  background: rgba(15, 15, 19, .9);
  border: 1.5px solid rgba(167, 139, 250, .35);
  border-radius: 50%;
  color: var(--muted);
  cursor: pointer;
  z-index: 4;
  display: grid;
  place-items: center;
  font: inherit;
  transition: background .35s ease, border-color .35s ease, color .35s ease, box-shadow .35s ease, transform .25s ease;
}
.land-orbital-node:hover {
  border-color: rgba(167, 139, 250, .8);
  color: var(--text);
  box-shadow: 0 0 24px rgba(167, 139, 250, .35);
}
.land-orbital-node.is-active {
  border-color: var(--accent);
  border-width: 2px;
  background: rgba(124, 58, 237, .22);
  color: #fff;
  box-shadow:
    0 0 0 4px rgba(167, 139, 250, .12),
    0 0 36px rgba(167, 139, 250, .65);
}
.land-orbital-node-icon { display: grid; place-items: center; margin-bottom: 2px; }
.land-orbital-node-label {
  position: absolute;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .6px;
  text-transform: uppercase;
  white-space: nowrap;
  color: inherit;
}

/* Card central — fica no meio do orbital. Dimensionado pra caber dentro
   do inner ring sem sobrepor os nós orbitais. */
.land-orbital-card {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: clamp(220px, 48%, 380px);
  background: rgba(15, 15, 19, .94);
  border: 1px solid rgba(167, 139, 250, .4);
  border-radius: 14px;
  padding: 14px 14px 16px;
  z-index: 3;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow:
    0 0 0 1px rgba(167, 139, 250, .2),
    0 18px 44px rgba(0, 0, 0, .55),
    0 0 36px rgba(124, 58, 237, .3);
}
.land-orbital-panel {
  display: none;
  animation: land-panel-fade .45s cubic-bezier(.16, 1, .3, 1);
}
.land-orbital-panel.is-active { display: block; }
@keyframes land-panel-fade {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: translateY(0); }
}
.land-orbital-panel-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 9px;
  letter-spacing: .8px;
}
.land-orbital-status {
  background: rgba(16, 185, 129, .15);
  color: #6ee7b7;
  border: 1px solid rgba(16, 185, 129, .4);
  padding: 2px 8px;
  border-radius: 999px;
  font-weight: 700;
}
.land-orbital-layer { color: var(--muted-2); }
.land-orbital-title {
  margin: 0 0 6px;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -.2px;
  color: #fff;
}
.land-orbital-desc {
  margin: 0 0 10px;
  font-size: 11.5px;
  color: var(--muted);
  line-height: 1.5;
}
.land-orbital-desc strong { color: var(--text); font-weight: 700; }
.land-orbital-meter-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 11px;
  margin-bottom: 6px;
}
.land-orbital-meter-head span { color: var(--muted-2); letter-spacing: .4px; text-transform: uppercase; font-family: 'JetBrains Mono', monospace; }
.land-orbital-meter-head strong { color: #fff; font-weight: 800; font-size: 13px; font-family: 'JetBrains Mono', monospace; }
.land-orbital-meter-bar {
  height: 5px;
  background: rgba(255, 255, 255, .06);
  border-radius: 999px;
  overflow: hidden;
}
.land-orbital-meter-fill {
  height: 100%;
  width: var(--w, 0%);
  background: linear-gradient(90deg, #7c3aed, #a78bfa, #ec4899);
  border-radius: 999px;
  transition: width .6s cubic-bezier(.4, 0, .2, 1);
}

/* Demos COMPACTOS dentro dos painéis (rotação 4 cards / fluxo 3 cards) */
.land-orbital-rot {
  /* Override do .land-domains-grid pra caber no card central */
  max-width: none;
  gap: 8px;
  perspective: 600px;
  padding: 14px 0 32px;
  transform: rotateX(8deg);
}
.land-orbital-rot .land-domain-card {
  padding: 8px 10px;
}
.land-orbital-rot .land-domain-label { font-size: 8px; }
.land-orbital-rot .land-domain-host { font-size: 11px; margin-bottom: 6px; }
.land-orbital-rot .land-domain-bars { height: 26px; gap: 2px; }

/* Fluxo VERTICAL compacto dentro do card central. SVG overlay com paths
   verticais + partículas (roxa entrando, vermelha pra bot, verde pra cliente).
   `.land-orbital-flow` substitui completamente `.land-flow-stage` aqui — não
   herda mais o grid 3-col original. */
.land-orbital-flow {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  padding: 4px 0 0;
  min-height: auto;
}
.land-orbital-flow-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
.land-orbital-flow .land-flow-card {
  position: relative;
  z-index: 2;
  padding: 8px 12px;
  width: 80%;
  max-width: 220px;
  transform: none;
  text-align: center;
}
.land-orbital-flow .land-flow-card h3 {
  font-size: 11px;
  margin: 4px 0 0;
  letter-spacing: .8px;
}
.land-orbital-flow .land-flow-icon {
  width: 32px;
  height: 32px;
  margin: 0 auto;
}
.land-orbital-flow .land-flow-engine {
  /* Phantom destacado no centro */
  transform: scale(1.02);
}
.land-orbital-flow .land-flow-engine-pulse { animation: none; opacity: .5; }
.land-orbital-flow .land-flow-outputs {
  display: flex;
  flex-direction: row;     /* bot + cliente lado a lado embaixo, com setas saindo do engine */
  gap: 12px;
  width: 100%;
  justify-content: center;
}
.land-orbital-flow .land-flow-outputs .land-flow-card {
  width: auto;
  flex: 1 1 0;
  max-width: 110px;
  padding: 8px 8px;
}
.land-orbital-flow .land-flow-outputs h3 { font-size: 10px; }

/* A/B Test — Phantom (top) routing 50/50 pra 2 Black Pages (bottom).
   SVG overlay desenha paths animados; partículas SMIL voam alternadas. */
.land-ab-flow {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  min-height: 220px;
  padding: 4px 0;
}
.land-ab-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

/* Phantom no topo */
.land-ab-phantom {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  gap: 4px;
  padding: 8px 14px;
  background: rgba(15, 15, 19, .85);
  border: 1.5px solid rgba(167, 139, 250, .55);
  border-radius: 14px;
  box-shadow:
    0 0 0 1px rgba(167, 139, 250, .25),
    0 12px 32px rgba(124, 58, 237, .3),
    0 0 24px rgba(167, 139, 250, .35);
  margin-bottom: 64px;
}
.land-ab-phantom img { width: 32px; height: 32px; object-fit: contain; }
.land-ab-phantom strong {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .8px;
  text-transform: uppercase;
  color: #fff;
}
.land-ab-phantom-pulse {
  position: absolute;
  inset: -2px;
  border-radius: 14px;
  background: radial-gradient(ellipse at center, rgba(167, 139, 250, .25), transparent 65%);
  animation: land-flow-engine-pulse 2s ease-in-out infinite;
  pointer-events: none;
}

/* 2 Black Pages embaixo, lado a lado */
.land-ab-pages {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  width: 100%;
}
.land-ab-page {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-areas:
    "letter name"
    "letter pct"
    "bar bar"
    "count count";
  gap: 2px 8px;
  padding: 8px 10px 10px;
  background: rgba(15, 15, 19, .85);
  border: 1.5px solid;
  border-radius: 10px;
  overflow: hidden;
  transition: border-color .25s ease, box-shadow .25s ease;
}
.land-ab-a {
  border-color: rgba(167, 139, 250, .4);
}
.land-ab-b {
  border-color: rgba(236, 72, 153, .4);
}
.land-ab-page.is-hit.land-ab-a {
  border-color: #a78bfa;
  box-shadow: 0 0 18px rgba(167, 139, 250, .5), inset 0 0 14px rgba(167, 139, 250, .12);
}
.land-ab-page.is-hit.land-ab-b {
  border-color: #ec4899;
  box-shadow: 0 0 18px rgba(236, 72, 153, .5), inset 0 0 14px rgba(236, 72, 153, .12);
}
.land-ab-page-letter {
  grid-area: letter;
  width: 30px; height: 30px;
  display: grid;
  place-items: center;
  font-family: 'JetBrains Mono', monospace;
  font-size: 14px;
  font-weight: 800;
  border-radius: 8px;
  align-self: center;
}
.land-ab-a .land-ab-page-letter {
  background: rgba(124, 58, 237, .3);
  color: #c4b5fd;
  border: 1px solid rgba(167, 139, 250, .5);
}
.land-ab-b .land-ab-page-letter {
  background: rgba(236, 72, 153, .25);
  color: #f9a8d4;
  border: 1px solid rgba(236, 72, 153, .5);
}
.land-ab-page-name {
  grid-area: name;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .4px;
  color: #fff;
  align-self: end;
  text-transform: uppercase;
}
.land-ab-page-pct {
  grid-area: pct;
  font-family: 'JetBrains Mono', monospace;
  font-size: 13px;
  font-weight: 800;
  color: #fff;
  align-self: start;
}
.land-ab-page-bar {
  grid-area: bar;
  height: 3px;
  background: rgba(255, 255, 255, .06);
  border-radius: 999px;
  overflow: hidden;
  margin-top: 4px;
}
.land-ab-page-fill {
  height: 100%;
  width: 50%;
  border-radius: 999px;
  transition: width .4s cubic-bezier(.4, 0, .2, 1);
}
.land-ab-a .land-ab-page-fill {
  background: linear-gradient(90deg, #7c3aed, #a78bfa);
}
.land-ab-b .land-ab-page-fill {
  background: linear-gradient(90deg, #ec4899, #f472b6);
}
.land-ab-page-count {
  grid-area: count;
  font-family: 'JetBrains Mono', monospace;
  font-size: 9px;
  color: var(--muted-2);
  letter-spacing: .3px;
  margin-top: 4px;
}

/* === Click ID + UA — anima 1ª visita (✓ LIBERADO) ↔ replay (✗ NEGADO) === */
.land-clickid {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.land-clickid-bar {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 8px 10px;
  background: rgba(15, 15, 19, .7);
  border: 1px solid rgba(167, 139, 250, .25);
  border-radius: 8px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10.5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.land-clickid-domain { color: var(--muted); }
.land-clickid-token {
  color: #a78bfa;
  background: rgba(167, 139, 250, .12);
  border: 1px solid rgba(167, 139, 250, .35);
  border-radius: 4px;
  padding: 1px 6px;
  font-weight: 700;
}
/* Status box — alterna entre is-ok (verde) e is-fail (vermelho) via JS */
.land-clickid-status {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1.5px solid;
  transition: background .35s ease, border-color .35s ease, box-shadow .35s ease;
}
.land-clickid-status.is-ok {
  background: rgba(16, 185, 129, .1);
  border-color: rgba(16, 185, 129, .55);
  box-shadow: 0 0 18px rgba(16, 185, 129, .25), inset 0 0 12px rgba(16, 185, 129, .06);
}
.land-clickid-status.is-fail {
  background: rgba(239, 68, 68, .1);
  border-color: rgba(239, 68, 68, .55);
  box-shadow: 0 0 18px rgba(239, 68, 68, .3), inset 0 0 12px rgba(239, 68, 68, .06);
}
.land-clickid-icon-wrap {
  width: 36px; height: 36px;
  display: grid; place-items: center;
  border-radius: 8px;
  flex-shrink: 0;
  position: relative;
  transition: background .35s ease, color .35s ease;
}
.land-clickid-status.is-ok .land-clickid-icon-wrap {
  background: rgba(16, 185, 129, .25);
  color: #6ee7b7;
}
.land-clickid-status.is-fail .land-clickid-icon-wrap {
  background: rgba(239, 68, 68, .22);
  color: #fca5a5;
  animation: land-clickid-shake .42s cubic-bezier(.36, .07, .19, .97);
}
@keyframes land-clickid-shake {
  10%, 90% { transform: translateX(-1px); }
  20%, 80% { transform: translateX(2px); }
  30%, 50%, 70% { transform: translateX(-3px); }
  40%, 60% { transform: translateX(3px); }
}
/* Mostra ícone certo conforme estado — só 1 visível por vez */
.land-clickid-icon-ok,
.land-clickid-icon-fail {
  position: absolute;
  display: grid;
  place-items: center;
  opacity: 0;
  transition: opacity .25s ease;
}
.land-clickid-status.is-ok .land-clickid-icon-ok { opacity: 1; }
.land-clickid-status.is-fail .land-clickid-icon-fail { opacity: 1; }
.land-clickid-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.land-clickid-verdict {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .6px;
  text-transform: uppercase;
  font-family: 'JetBrains Mono', monospace;
  transition: color .35s ease;
}
.land-clickid-status.is-ok   .land-clickid-verdict { color: #6ee7b7; }
.land-clickid-status.is-fail .land-clickid-verdict { color: #fca5a5; }
.land-clickid-detail {
  font-size: 10px;
  color: var(--muted-2);
  font-family: 'JetBrains Mono', monospace;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.land-clickid-route {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  font-weight: 800;
  padding: 4px 8px;
  border-radius: 6px;
  letter-spacing: .5px;
  flex-shrink: 0;
  transition: background .35s ease, color .35s ease;
}
.land-clickid-status.is-ok .land-clickid-route {
  background: rgba(16, 185, 129, .2);
  color: #6ee7b7;
  border: 1px solid rgba(16, 185, 129, .4);
}
.land-clickid-status.is-fail .land-clickid-route {
  background: rgba(239, 68, 68, .2);
  color: #fca5a5;
  border: 1px solid rgba(239, 68, 68, .4);
}

/* Log embaixo — histórico das tentativas */
.land-clickid-log {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 4px;
  padding: 8px 10px;
  background: rgba(0, 0, 0, .25);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, .04);
}
.land-clickid-log-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 8px;
  align-items: center;
  font-family: 'JetBrains Mono', monospace;
  font-size: 9.5px;
  padding: 3px 0;
}
.land-clickid-log-time { color: var(--muted-2); }
.land-clickid-log-msg { color: var(--muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.land-clickid-log-msg code { color: #a78bfa; font-size: 9.5px; padding: 0 2px; }
.land-clickid-log-verdict { font-weight: 800; letter-spacing: .3px; }
.land-clickid-ok   .land-clickid-log-verdict { color: #6ee7b7; }
.land-clickid-fail .land-clickid-log-verdict { color: #fca5a5; }

/* === Secure Play panel — alterna entre SEM TOKEN (white) e COM TOKEN (black) === */
.land-secureplay {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.land-secureplay-player {
  position: relative;
  aspect-ratio: 16 / 9;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(167, 139, 250, .3);
  display: grid;
  place-items: center;
  transition: border-color .55s ease, box-shadow .55s ease;
}
/* Fundo dual — alterna via class no parent (.is-black/.is-white) */
.land-secureplay-bg {
  position: absolute; inset: 0;
  transition: background .55s ease;
  /* DEFAULT: SEM TOKEN — branco/cinza claro (página safe, sem oferta) */
  background:
    radial-gradient(circle at 50% 50%, rgba(255,255,255,.06), transparent 60%),
    linear-gradient(135deg, #d4d4dd, #a0a0a8);
}
.land-secureplay.is-black .land-secureplay-bg {
  background:
    radial-gradient(circle at 30% 30%, rgba(124, 58, 237, .45), transparent 55%),
    radial-gradient(circle at 70% 70%, rgba(236, 72, 153, .3), transparent 55%),
    linear-gradient(135deg, #1a0e2e, #0a0a0c);
}
.land-secureplay.is-black .land-secureplay-player {
  border-color: rgba(167, 139, 250, .55);
  box-shadow: 0 0 0 1px rgba(167, 139, 250, .25), 0 0 24px rgba(167, 139, 250, .25);
}
.land-secureplay-btn {
  position: relative;
  z-index: 2;
  width: 54px; height: 54px;
  border-radius: 50%;
  border: 0;
  background: rgba(255,255,255,.92);
  color: #555;
  display: grid; place-items: center;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(0,0,0,.4);
  transition: color .35s ease, box-shadow .55s ease;
}
.land-secureplay.is-black .land-secureplay-btn {
  color: #7c3aed;
  box-shadow: 0 0 0 8px rgba(167,139,250,.25), 0 8px 24px rgba(0,0,0,.5);
  animation: land-sp-pulse 2.4s ease-in-out infinite;
}
@keyframes land-sp-pulse {
  0%, 100% { box-shadow: 0 0 0 8px rgba(167,139,250,.25), 0 8px 24px rgba(0,0,0,.5); }
  50%      { box-shadow: 0 0 0 14px rgba(167,139,250,.12), 0 8px 24px rgba(0,0,0,.5); }
}
.land-secureplay-badge {
  position: absolute;
  top: 8px; left: 8px;
  z-index: 2;
  font-family: 'JetBrains Mono', monospace;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1px;
  padding: 3px 8px;
  border-radius: 999px;
  /* DEFAULT: SEM TOKEN — vermelho */
  background: rgba(239, 68, 68, .2);
  color: #fca5a5;
  border: 1px solid rgba(239, 68, 68, .55);
  transition: background .35s ease, color .35s ease, border-color .35s ease;
}
.land-secureplay.is-black .land-secureplay-badge {
  background: rgba(16, 185, 129, .2);
  color: #6ee7b7;
  border-color: rgba(16, 185, 129, .55);
}
.land-secureplay-content {
  position: absolute;
  bottom: 8px; right: 10px;
  z-index: 2;
  font-family: 'JetBrains Mono', monospace;
  font-size: 9.5px;
  font-weight: 800;
  letter-spacing: 1px;
  color: rgba(0,0,0,.55);
  transition: color .35s ease;
}
.land-secureplay.is-black .land-secureplay-content { color: #fff; }
.land-secureplay-meta {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.land-secureplay-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 11px;
  font-family: 'JetBrains Mono', monospace;
}
.land-secureplay-row span { color: var(--muted-2); text-transform: uppercase; letter-spacing: .8px; font-size: 9.5px; }
.land-secureplay-row code { color: #c4b5fd; font-size: 11px; }
.land-secureplay-row strong { font-size: 11px; font-weight: 800; transition: color .35s ease; }
.land-secureplay .land-secureplay-status { color: #fca5a5; }
.land-secureplay.is-black .land-secureplay-status { color: #6ee7b7; }

/* === Phantom Crypt panel === */
.land-crypt {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.land-crypt-bot {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 5px 8px;
  background: rgba(239, 68, 68, .08);
  border: 1px solid rgba(239, 68, 68, .35);
  border-radius: 6px;
}
.land-crypt-bot-icon {
  width: 24px; height: 24px;
  display: grid; place-items: center;
  border-radius: 5px;
  background: rgba(239, 68, 68, .2);
  color: #fca5a5;
  border: 1px solid rgba(239, 68, 68, .4);
  animation: land-crypt-bot-fail 1.6s ease-in-out infinite;
}
.land-crypt-bot-icon svg { width: 16px; height: 16px; }
.land-crypt-bot-text { font-size: 9px !important; }
.land-crypt { gap: 6px !important; }
@keyframes land-crypt-bot-fail {
  0%, 100% { opacity: 1; transform: translateX(0); }
  20% { transform: translateX(-2px); }
  40% { opacity: .4; transform: translateX(2px); }
  60% { transform: translateX(-1px); }
}
.land-crypt-bot-text {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  font-weight: 700;
  color: #fca5a5;
  letter-spacing: .8px;
}
/* Mockup do criativo de anúncio — imagem (gradient) + texto overlay
   + descrição abaixo. JS embaralha texto via .land-crypt-line. */
.land-crypt-creative {
  position: relative;
  background: rgba(15, 15, 19, .6);
  border: 1px solid rgba(167, 139, 250, .25);
  border-radius: 10px;
  overflow: hidden;
}
.land-crypt-img {
  position: relative;
  aspect-ratio: 5 / 2.5;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  display: grid;
  place-items: center;
  padding: 8px;
}
.land-crypt-img-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 30% 30%, rgba(124, 58, 237, .55), transparent 60%),
    radial-gradient(ellipse at 70% 70%, rgba(236, 72, 153, .4), transparent 60%),
    linear-gradient(135deg, #1a0e2e 0%, #2a0a3a 50%, #0a0a0c 100%);
}
.land-crypt-img-bg::before {
  /* Pattern de "fotos vazadas" pra fingir um criativo de anúncio */
  content: '';
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(45deg,
      rgba(255,255,255,.02) 0,
      rgba(255,255,255,.02) 12px,
      transparent 12px,
      transparent 24px);
}
.land-crypt-headline {
  position: relative;
  z-index: 2;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 18px;
  font-weight: 900;
  font-style: italic;
  letter-spacing: -.3px;
  color: #fff;
  text-shadow: 0 3px 10px rgba(0,0,0,.7), 0 0 18px rgba(167, 139, 250, .4);
  margin-bottom: 2px;
  text-align: center;
}
.land-crypt-sub {
  position: relative;
  z-index: 2;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 10px;
  font-weight: 700;
  color: rgba(255,255,255,.92);
  text-shadow: 0 2px 6px rgba(0,0,0,.6);
  text-align: center;
}
.land-crypt-caption {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 10.5px;
  font-weight: 500;
  color: var(--muted);
  margin: 0;
  padding: 7px 10px;
  border-top: 1px solid rgba(255,255,255,.05);
  background: rgba(0,0,0,.25);
  font-style: italic;
}
/* As .land-crypt-line podem aparecer dentro do creative ou fora; ambas
   recebem o mesmo glitch quando o painel está .is-glitching. */
.land-crypt-line {
  white-space: nowrap;
  overflow: hidden;
  letter-spacing: 1px;
}
/* Scanline animada — efeito CRT de "varredura" do bot */
.land-crypt-scanline {
  position: absolute;
  left: 0; right: 0;
  height: 18px;
  background: linear-gradient(180deg,
    transparent 0%,
    rgba(239, 68, 68, .15) 50%,
    transparent 100%);
  pointer-events: none;
  animation: land-crypt-scan 2.2s linear infinite;
}
@keyframes land-crypt-scan {
  0%   { top: -20px; opacity: 0; }
  10%  { opacity: 1; }
  90%  { opacity: 1; }
  100% { top: 110%; opacity: 0; }
}
/* === Scanner do bot — overlay sobre o criativo ===
   Linha de scan vertical varrendo de cima a baixo + 3 detection boxes
   que aparecem em sequência e marcam X vermelho (falha de OCR).
   Texto do criativo fica visível embaixo (humano vê). */
.land-crypt-scan {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  overflow: hidden;
}
/* Linha horizontal de "scanner" varrendo top→bottom→top */
.land-crypt-scan-line {
  position: absolute;
  left: -8px; right: -8px;
  height: 2px;
  background: linear-gradient(90deg,
    transparent,
    rgba(239, 68, 68, .95) 20%,
    rgba(239, 68, 68, 1) 50%,
    rgba(239, 68, 68, .95) 80%,
    transparent);
  box-shadow:
    0 0 12px rgba(239, 68, 68, .8),
    0 0 24px rgba(239, 68, 68, .4);
  animation: land-crypt-scan-sweep 3.6s ease-in-out infinite;
}
@keyframes land-crypt-scan-sweep {
  0%   { top: -2px; opacity: 0; }
  10%  { opacity: 1; }
  50%  { top: calc(100% + 2px); opacity: 1; }
  60%  { opacity: 0; }
  61%  { top: -2px; }
  100% { top: -2px; opacity: 0; }
}
/* Detection boxes — aparecem em sequência sobre o texto, viram red+X */
.land-crypt-scan-box {
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: var(--w);
  height: var(--h);
  border: 1.5px dashed rgba(239, 68, 68, .85);
  border-radius: 4px;
  background: rgba(239, 68, 68, .04);
  opacity: 0;
  animation: land-crypt-box-fail 3.6s ease-in-out infinite;
  animation-delay: var(--d, 0s);
}
.land-crypt-scan-box::after {
  content: '✗';
  position: absolute;
  top: -7px;
  right: -7px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ef4444;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  display: grid;
  place-items: center;
  box-shadow: 0 0 10px rgba(239, 68, 68, .8);
  opacity: 0;
  animation: land-crypt-x-pop 3.6s ease-out infinite;
  animation-delay: var(--d, 0s);
}
@keyframes land-crypt-box-fail {
  0%   { opacity: 0; transform: scale(.92); border-color: rgba(167, 139, 250, .6); }
  15%  { opacity: 1; transform: scale(1); border-color: rgba(167, 139, 250, .8); }
  35%  { border-color: rgba(167, 139, 250, .8); background: rgba(167, 139, 250, .05); }
  45%  { border-color: rgba(239, 68, 68, .85); background: rgba(239, 68, 68, .08); }
  85%  { opacity: 1; }
  100% { opacity: 0; }
}
@keyframes land-crypt-x-pop {
  0%, 40%   { opacity: 0; transform: scale(.4); }
  50%       { opacity: 1; transform: scale(1.3); }
  60%, 85%  { opacity: 1; transform: scale(1); }
  100%      { opacity: 0; transform: scale(1); }
}

/* Status badge "BOT ANALISANDO" + ✗ FAIL */
.land-crypt-bot {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 10px;
  background: rgba(239, 68, 68, .08);
  border: 1px solid rgba(239, 68, 68, .35);
  border-radius: 8px;
}
.land-crypt-bot-fail {
  font-family: 'JetBrains Mono', monospace;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .8px;
  padding: 2px 7px;
  border-radius: 999px;
  background: rgba(239, 68, 68, .2);
  color: #fca5a5;
  border: 1px solid rgba(239, 68, 68, .55);
  flex-shrink: 0;
}
@keyframes land-crypt-glitch {
  0%   { transform: translateX(0); }
  25%  { transform: translateX(1px); }
  50%  { transform: translateX(-1px); }
  75%  { transform: translateX(2px); }
  100% { transform: translateX(0); }
}

/* Wrapper transparente no desktop — `display: contents` faz os nós serem
   filhos diretos do .land-orbital-stage pra herdar o positioning absolute. */
.land-orbital-nav { display: contents; }

/* === Mobile (≤ 768px): orbital morre, vira tabs scroll + card abaixo === */
@media (max-width: 768px) {
  .land-orbital-stage {
    aspect-ratio: auto !important;
    max-width: 100% !important;
    margin: 28px auto 0 !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 18px !important;
    perspective: none !important;
  }
  /* Esconde toda a parte decorativa do orbital */
  .land-orbital-ring,
  .land-orbital-ring-inner { display: none !important; }
  /* Wrapper dos nós vira flex scroll horizontal */
  .land-orbital-nav {
    display: flex !important;
    gap: 8px;
    overflow-x: auto;
    overflow-y: visible;
    padding: 4px 12px 22px;          /* espaço pros labels (bottom: -18px) */
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
    /* Gradient mask nas pontas pra indicar scroll */
    mask-image: linear-gradient(90deg, transparent 0, #000 14px, #000 calc(100% - 14px), transparent 100%);
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 14px, #000 calc(100% - 14px), transparent 100%);
  }
  .land-orbital-nav::-webkit-scrollbar { display: none; }
  /* Reset positioning absoluto + override transform inline do JS */
  .land-orbital-node {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    margin: 0 !important;
    transform: none !important;
    width: 56px !important;
    height: 56px !important;
    flex-shrink: 0;
    scroll-snap-align: center;
  }
  .land-orbital-node-label {
    font-size: 9px;
    bottom: -16px;
    letter-spacing: .3px;
  }
  /* Card central vira card normal full-width abaixo dos tabs */
  .land-orbital-card {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 16px 16px 18px !important;
    backdrop-filter: none;
  }
  /* Demos internos compactos no card mobile */
  .land-orbital-rot { perspective: 600px; transform: rotateX(6deg); }
  .land-orbital-rot .land-domain-bars { height: 22px; }
  .land-orbital-flow { min-height: 240px; }
  .land-ab-page-letter { width: 26px; height: 26px; font-size: 12px; }
  /* Phantom Crypt — texto do criativo um pouco menor pra caber */
  .land-crypt-headline { font-size: 16px; }
  .land-crypt-sub { font-size: 9.5px; }
  .land-crypt-caption { font-size: 10px; padding: 6px 10px; }
}

/* ============ Layers Accordion (Camadas de proteção) ============
   Lista vertical de 5 cards. Click expande mostrando description + métrica
   inside the card. One open at a time — clicar em outro fecha o anterior.
   Sem orbital, sem conexões — cada layer é self-contained. */
.land-layers {
  max-width: 880px;
  margin: 80px auto 0;
}
.land-layers-head {
  text-align: center;
  margin-bottom: 36px;
}
.land-layers-grid {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.land-layer {
  width: 100%;
  text-align: left;
  background: rgba(15, 15, 19, .85);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 14px;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
  transition: border-color .35s ease, box-shadow .35s ease, background .35s ease;
  font: inherit;
  color: inherit;
}
.land-layer:hover {
  border-color: rgba(167, 139, 250, .35);
  background: rgba(20, 20, 26, .9);
}
.land-layer.is-open {
  border-color: rgba(167, 139, 250, .55);
  background: rgba(20, 18, 30, .9);
  box-shadow:
    0 0 0 1px rgba(167, 139, 250, .25),
    0 12px 40px rgba(124, 58, 237, .25),
    0 0 32px rgba(167, 139, 250, .2);
}
.land-layer-head {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 20px;
}
.land-layer-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: rgba(167, 139, 250, .1);
  border: 1px solid rgba(167, 139, 250, .25);
  color: #c4b5fd;
  flex-shrink: 0;
  transition: background .35s ease, border-color .35s ease, color .35s ease;
}
.land-layer.is-open .land-layer-icon {
  background: rgba(167, 139, 250, .22);
  border-color: rgba(167, 139, 250, .55);
  color: #fff;
  box-shadow: 0 0 18px rgba(167, 139, 250, .4);
}
.land-layer-meta {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.land-layer-num {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 1px;
  color: var(--muted-2);
  text-transform: uppercase;
}
.land-layer-title {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -.2px;
  color: var(--text);
}
.land-layer-caret {
  color: var(--muted);
  transition: transform .35s cubic-bezier(.4, 0, .2, 1), color .35s ease;
  flex-shrink: 0;
}
.land-layer.is-open .land-layer-caret {
  transform: rotate(180deg);
  color: #c4b5fd;
}

/* Body — animação de expansão usando grid-template-rows trick.
   `0fr → 1fr` permite transition smooth de altura sem precisar
   medir o conteúdo (não há max-height adivinhado). */
.land-layer-body {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .45s cubic-bezier(.4, 0, .2, 1);
}
.land-layer.is-open .land-layer-body {
  grid-template-rows: 1fr;
}
.land-layer-body > * {
  min-height: 0;
  /* Wrapper interno pra sustentar o overflow:hidden enquanto expande */
}
.land-layer-body p,
.land-layer-body .land-layer-metric {
  overflow: hidden;
}
.land-layer-body p {
  margin: 0;
  padding: 0 20px 14px 80px;     /* alinhado com texto após o ícone */
  font-size: 14px;
  line-height: 1.6;
  color: var(--muted);
}
.land-layer-body p strong { color: var(--text); font-weight: 700; }

.land-layer-metric {
  padding: 0 20px 18px 80px;
}
.land-layer-metric-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 12px;
  margin-bottom: 6px;
}
.land-layer-metric-head span { color: var(--muted-2); letter-spacing: .4px; text-transform: uppercase; font-family: 'JetBrains Mono', monospace; font-size: 10px; }
.land-layer-metric-head strong { color: #fff; font-weight: 800; font-size: 13px; font-family: 'JetBrains Mono', monospace; }
.land-layer-bar {
  height: 5px;
  background: rgba(255, 255, 255, .06);
  border-radius: 999px;
  overflow: hidden;
}
.land-layer-fill {
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, #7c3aed, #a78bfa, #ec4899);
  border-radius: 999px;
  transition: width .8s cubic-bezier(.4, 0, .2, 1);
}
/* Quando o card está aberto, anima a barra do 0 ao --w */
.land-layer.is-open .land-layer-fill {
  width: var(--w, 100%);
}

/* Mobile — padding interno menor */
@media (max-width: 720px) {
  .land-layer-head { padding: 14px 16px; gap: 12px; }
  .land-layer-icon { width: 38px; height: 38px; }
  .land-layer-title { font-size: 14px; }
  .land-layer-body p,
  .land-layer-metric { padding-left: 16px; padding-right: 16px; }
}
/* ============ Global section (3D-look earth + city markers) ============
   Earth ESTÁTICA (sem rotação — a pedido do user). Visual 3D vem de:
   • Sphere via radial-gradient + box-shadow inset (terminator + atmosfera)
   • Lights de cidades simuladas via centenas de box-shadow points em :before
   • Markers absolutos com dot pulsante + tooltip estilo HUD verde */
.land-section-global {
  /* Luzes ambientes espalhadas — vários radial-gradients pequenos coloridos
     simulando nebulosas/glows distantes atrás das estrelas. Tons roxos +
     ciano pra dar profundidade. Linear-gradient base mantém o tom escuro. */
  background:
    /* Glows grandes (atmosfera principal) */
    radial-gradient(ellipse 700px 500px at 75% 30%, rgba(167, 139, 250, .12), transparent 65%),
    radial-gradient(ellipse 600px 400px at 20% 70%, rgba(124, 58, 237, .1), transparent 70%),
    /* Luzes pequenas espalhadas — efeito "nebula" */
    radial-gradient(circle 200px at 15% 20%, rgba(236, 72, 153, .08), transparent 70%),
    radial-gradient(circle 180px at 88% 75%, rgba(34, 211, 238, .07), transparent 70%),
    radial-gradient(circle 150px at 50% 90%, rgba(167, 139, 250, .09), transparent 70%),
    radial-gradient(circle 220px at 8% 50%, rgba(124, 58, 237, .06), transparent 70%),
    radial-gradient(circle 160px at 95% 15%, rgba(167, 139, 250, .07), transparent 70%),
    /* Base escura */
    linear-gradient(180deg, #060812 0%, #0a0d1c 50%, #060812 100%);
  overflow: hidden;
  position: relative;
  border-radius: 24px;
  margin: 60px auto;
  max-width: 1200px;
  padding: 80px 32px;
  border: 1px solid rgba(167, 139, 250, .12);
}

/* ============ Stars background — efeito céu noturno ============
   Camada de estrelas geradas via JS (centenas de box-shadows sobre um
   pixel único). Twinkle sutil com animação CSS. */
/* Specificity higher than `.land-section-global > *` regra abaixo, garantindo
   que .land-stars usa z-index 0 e position absolute (em vez de relative/1). */
.land-section-global > .land-stars {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
  border-radius: 24px;
}
.land-stars-layer {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 2px;
  background: transparent;
  border-radius: 50%;
  /* box-shadow é definido por JS — gera N estrelas */
  /* Drift parallax: cada layer flutua devagar em direção ligeiramente
     diferente, criando sensação de viagem no espaço. */
  animation: land-stars-drift-1 90s linear infinite;
  will-change: transform;
}
.land-stars-layer:nth-child(2) { animation: land-stars-drift-2 140s linear infinite; }
.land-stars-layer:nth-child(3) { animation: land-stars-drift-3 200s linear infinite; }
.land-stars-layer.twinkle {
  animation: land-stars-drift-1 90s linear infinite,
             land-stars-twinkle 4s ease-in-out infinite;
}
.land-stars-layer:nth-child(2).twinkle { animation: land-stars-drift-2 140s linear infinite, land-stars-twinkle 4s ease-in-out infinite; }
.land-stars-layer:nth-child(3).twinkle { animation: land-stars-drift-3 200s linear infinite, land-stars-twinkle 4s ease-in-out infinite; }
.land-stars-layer.twinkle.delay-1 { animation-delay: 0s, 1.3s; }
.land-stars-layer.twinkle.delay-2 { animation-delay: 0s, 2.6s; }
@keyframes land-stars-twinkle {
  0%, 100% { opacity: 1; }
  50%      { opacity: .35; }
}
/* Drift loops — translação que retorna ao ponto original (loop sem snap).
   Cada camada anda em direção e velocidade diferentes (parallax espacial). */
@keyframes land-stars-drift-1 {
  0%   { transform: translate(-50%, -50%); }
  50%  { transform: translate(calc(-50% + 40px), calc(-50% - 30px)); }
  100% { transform: translate(-50%, -50%); }
}
@keyframes land-stars-drift-2 {
  0%   { transform: translate(-50%, -50%); }
  50%  { transform: translate(calc(-50% - 60px), calc(-50% + 40px)); }
  100% { transform: translate(-50%, -50%); }
}
@keyframes land-stars-drift-3 {
  0%   { transform: translate(-50%, -50%); }
  50%  { transform: translate(calc(-50% + 80px), calc(-50% + 50px)); }
  100% { transform: translate(-50%, -50%); }
}
/* Nebula pulse — gradient ambiente do background "respira" lentamente,
   reforçando a sensação de espaço profundo. */
.land-section-global {
  animation: land-nebula-pulse 18s ease-in-out infinite;
}
@keyframes land-nebula-pulse {
  0%, 100% { background-size: 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%; }
  50%      { background-size: 115% 115%, 110% 110%, 105% 105%, 105% 105%, 105% 105%, 110% 110%, 105% 105%, 100% 100%; }
}
@media (prefers-reduced-motion: reduce) {
  .land-stars-layer,
  .land-stars-layer.twinkle,
  .land-section-global { animation: none !important; }
}
/* Garante que conteúdo do section fica acima das estrelas (mas não as
   próprias estrelas — :not() exclui pra preservar nosso z-index:0). */
.land-section-global > *:not(.land-stars) { position: relative; z-index: 1; }
.land-global-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
/* Copy alinhada à esquerda (col 1) */
.land-global-copy {
  text-align: left;
}
.land-global-copy h2 {
  font-size: clamp(28px, 4.2vw, 48px);
  font-weight: 900;
  font-style: italic;
  letter-spacing: -.8px;
  line-height: 1.1;
  margin: 16px 0 16px;
}
.land-global-copy p {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}
.land-global-copy p strong { color: var(--text); font-weight: 700; }

/* Pill verde inspirada no reference (pagou.ai) */
.land-pill-green {
  background: rgba(16, 185, 129, .12);
  border-color: rgba(16, 185, 129, .35);
  color: #6ee7b7;
}
.land-pill-icon {
  width: 14px; height: 14px;
  filter: brightness(0) saturate(100%) invert(64%) sepia(75%) saturate(489%) hue-rotate(108deg) brightness(95%) contrast(91%);
}

/* Stage do globo — container square que mantém aspecto */
.land-global-stage {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  max-width: 520px;
  margin: 0 auto;
}

/* Container do globo — Three.js canvas é injetado dentro via JS.
   Border-radius arredonda + box-shadow externo cria o halo atmosférico. */
/* Container do globo — TRANSPARENTE pra deixar as estrelas + glows
   da seção aparecerem atrás. Sem background, sem fallback texture. */
.land-globe {
  position: absolute;
  inset: 4%;
  border-radius: 50%;
  overflow: hidden;
  background: transparent;
  /* Glow sutil ao redor dá "atmosfera" sem bloquear o que está atrás */
  box-shadow: 0 0 60px rgba(167, 139, 250, .15);
}
/* Canvas do COBE — z-index garante que fica acima de qualquer fallback */
.land-globe canvas {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  z-index: 2;
  border-radius: 50%;
  cursor: grab;
  touch-action: none;
}
.land-globe canvas:active { cursor: grabbing; }

/* Antigos elementos não usados */
.land-globe-lights,
.land-globe-atmosphere { display: none; }

/* Markers (dots pulsantes + tooltips) sobre o globo. JS atualiza left/top
   em px (projeção lat/lng → screen) toda frame do cobe. */
.land-marker {
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 5;
  opacity: 0;
  transition: opacity .25s ease;
  pointer-events: none;   /* ativado no JS quando visível */
  white-space: nowrap;
}
.land-marker.is-visible {
  opacity: 1;
  pointer-events: auto;
}
/* Marker estático fixo no canto do stage (não rotaciona com o globo) */
.land-marker-static {
  position: absolute;
  left: 4%;
  bottom: 4%;
  top: auto;
  transform: none;
  opacity: 1;
  pointer-events: auto;
}
/* Dot verde com pulse ping (estilo Pagou.ai) */
.land-marker-dot {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 3px rgba(34, 197, 94, .25), 0 0 14px rgba(34, 197, 94, .8);
  flex-shrink: 0;
  position: relative;
}
.land-marker-dot::before {
  content: '';
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  border: 2px solid #22c55e;
  opacity: .8;
  animation: land-marker-ping 2s ease-out infinite;
}
@keyframes land-marker-ping {
  0%   { transform: scale(1);   opacity: .8; }
  100% { transform: scale(2.6); opacity: 0; }
}

/* Tooltip — estilo Pagou (verde monospace, fundo escuro) */
.land-marker-tip {
  background: rgba(18, 24, 21, .98);
  color: #22c55e;
  border: 1.5px solid #22c55e;
  border-radius: 10px;
  padding: 5px 10px;
  font-family: 'JetBrains Mono', monospace;
  white-space: nowrap;
  box-shadow: 0 2px 16px rgba(34, 197, 94, .1);
  min-width: 110px;
  max-width: 180px;
  font-size: 10px;
  line-height: 1.3;
}
.land-marker-tip strong {
  display: block;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  margin-bottom: 2px;
  letter-spacing: .4px;
}
.land-marker-tip span {
  display: block;
  color: #22c55e;
  font-size: 8.5px;
  font-weight: 500;
}

/* Mobile — empilha copy em cima e globo embaixo */
@media (max-width: 900px) {
  .land-global-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .land-global-copy { text-align: center; }
  .land-global-stage { max-width: 380px; }
  .land-marker-tip { font-size: 10px; }
}

/* ============ Scroll Reveal ============
   Aplicado por landing.js ao primeiro scroll. Estado base = invisible
   (opacity 0 + translateY pequeno). Ao entrar no viewport, IntersectionObserver
   adiciona .is-visible que dispara o transition.

   Duas variantes:
   • .reveal       — slide up + fade (pra headings, cards leves, footers)
   • .reveal-fade  — só fade, sem transform (pra cards com 3D próprio:
                     rotação grid, flow stage). Evita conflito com transforms
                     aplicados pelas animações internas dos demos. */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity .85s cubic-bezier(.16, 1, .3, 1),
    transform .85s cubic-bezier(.16, 1, .3, 1);
  will-change: opacity, transform;
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.reveal-fade {
  opacity: 0;
  transition: opacity 1s cubic-bezier(.16, 1, .3, 1);
  will-change: opacity;
}
.reveal-fade.is-visible {
  opacity: 1;
}
@media (prefers-reduced-motion: reduce) {
  .reveal, .reveal-fade {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* ============ Dual layout: Rotação + Fluxo lado a lado ============ */
.land-dual-grid {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}
.land-dual-col {
  position: relative;
  min-width: 0;          /* permite shrink em flex/grid */
}
.land-dual-head {
  text-align: left;
  margin-bottom: 24px;
}
.land-dual-head h3 {
  margin: 0 0 6px;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -.4px;
  color: var(--text);
}
.land-dual-head p {
  margin: 0;
  font-size: 14px;
  color: var(--muted);
  line-height: 1.5;
}

/* Rotação dentro do dual: cards menores, gap reduzido pra caber em 1 col */
.land-dual-col .land-domains-grid {
  max-width: none;
  gap: 20px;
  padding: 30px 4px 50px;
  perspective: 1000px;
}
.land-dual-col .land-domain-card {
  padding: 16px 14px;
}
.land-dual-col .land-domain-host {
  font-size: 14px;
  margin-bottom: 12px;
}
.land-dual-col .land-domain-bars {
  height: 38px;
}

/* Fluxo dentro do dual: vira VERTICAL compacto (sem SVG horizontal). */
.land-dual-col .land-flow-stage {
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto;
  gap: 18px;
  min-height: auto;
  margin-top: 0;
  padding: 0 4px;
}
.land-dual-col .land-flow-source,
.land-dual-col .land-flow-engine {
  justify-self: stretch;
  max-width: none;
  transform: none;
}
.land-dual-col .land-flow-engine {
  /* ROXO Phantom (era ciano) — mesma família do resto da identidade */
  border-color: rgba(167, 139, 250, .6);
  box-shadow:
    0 0 0 1px rgba(167, 139, 250, .4),
    0 12px 32px rgba(124, 58, 237, .28),
    0 0 28px rgba(167, 139, 250, .32),
    inset 0 0 18px rgba(124, 58, 237, .08);
}
/* Paths verticais — desenhados via SVG sobreposto que stretch ao container.
   Como preserveAspectRatio="none", as coordenadas são proporcionais à
   altura/largura real do flow-stage (que muda conforme o conteúdo). */
.land-dual-col .land-flow-svg {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
.land-dual-col .land-flow-stage {
  position: relative;
  /* Garante altura mínima pros paths terem espaço */
  min-height: 480px;
}
.land-dual-col .land-flow-outputs {
  flex-direction: row;        /* outputs LADO A LADO em vez de empilhados */
  gap: 14px;
  justify-self: stretch;
  max-width: none;
}
.land-dual-col .land-flow-out-bot,
.land-dual-col .land-flow-out-real {
  flex: 1 1 0;
  min-width: 0;
  transform: none;
}
.land-dual-col .land-flow-card {
  padding: 18px 16px;
}
.land-dual-col .land-flow-card h3 { font-size: 13px; }
.land-dual-col .land-flow-card p  { font-size: 12.5px; }
.land-dual-col .land-flow-icon { width: 52px; height: 52px; }

/* SVG vertical (paths Source↓Engine, Engine↓Bot, Engine↓Real) substitui
   as setas pontilhadas anteriores. */
.land-dual-col .land-flow-outputs { position: relative; }
.land-dual-col .land-flow-engine { position: relative; }

/* Mobile (≤1100): empilha as duas colunas e dá mais respiro */
@media (max-width: 1100px) {
  .land-dual-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }
}

/* ============ FLOW: "Como a mágica acontece" ============ */
.land-section-flow {
  position: relative;
  background:
    radial-gradient(ellipse 600px 300px at 50% 30%, rgba(124, 58, 237, .12), transparent 70%),
    radial-gradient(ellipse 500px 250px at 50% 70%, rgba(34, 211, 238, .08), transparent 70%);
}

.land-flow-stage {
  max-width: 1100px;
  margin: 60px auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
  align-items: center;
  position: relative;
  perspective: 1400px;
  perspective-origin: 50% 30%;
  transform-style: preserve-3d;
  min-height: 460px;
  padding: 20px 16px;
}

/* SVG sobreposto no fundo desenhando os caminhos com particles voando */
.land-flow-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.land-flow-card {
  position: relative;
  z-index: 2;
  background: var(--panel);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 18px;
  padding: 28px 22px;
  text-align: center;
  transform-style: preserve-3d;
  transition: transform .55s cubic-bezier(.4, 0, .2, 1), box-shadow .55s ease, border-color .35s ease;
  backdrop-filter: blur(8px);
}
.land-flow-card h3 {
  margin: 14px 0 8px;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--text);
}
.land-flow-card p {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.55;
  color: var(--muted);
}
.land-flow-card p strong {
  color: var(--text);
  font-weight: 700;
}

/* Ícone "limpo" — sem fundo, sem caixa, só o SVG. Cor herdada por
   `currentColor` no SVG. Tamanho fixo só pra alinhamento vertical. */
.land-flow-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto;
  display: grid;
  place-items: center;
  background: transparent;
  border: 0;
  box-shadow: none;
  color: #c4b5fd;
}
.land-flow-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Card 1 — Source (esquerda, neutro/violeta) */
.land-flow-source {
  justify-self: end;
  max-width: 260px;
  transform: translateZ(10px);
}
.land-flow-source .land-flow-icon {
  color: #c4b5fd;
  filter: drop-shadow(0 0 10px rgba(167, 139, 250, .4));
}

/* Card 2 — Engine (centro, BRILHANDO ROXO PHANTOM) */
.land-flow-engine {
  justify-self: center;
  max-width: 280px;
  transform: translateZ(40px) scale(1.04);
  border-color: rgba(167, 139, 250, .6);
  box-shadow:
    0 0 0 1px rgba(167, 139, 250, .4),
    0 18px 50px rgba(124, 58, 237, .3),
    0 0 32px rgba(167, 139, 250, .35),
    inset 0 0 22px rgba(124, 58, 237, .08);
}
.land-flow-engine .land-flow-icon {
  /* Sem fundo, só ícone branco/roxo claro — destaca o phantom no card */
  color: #fff;
  filter: drop-shadow(0 0 12px rgba(167, 139, 250, .55));
}
/* Pulso de luz atrás do engine — agora ROXO (era ciano). Emite "ondas"
   sugerindo poder de processamento. */
.land-flow-engine-pulse {
  position: absolute;
  inset: -2px;
  border-radius: 18px;
  pointer-events: none;
  background: radial-gradient(ellipse at center, rgba(167, 139, 250, .22), transparent 65%);
  animation: land-flow-engine-pulse 2.4s ease-in-out infinite;
}
@keyframes land-flow-engine-pulse {
  0%, 100% { opacity: .35; transform: scale(.94); }
  50%      { opacity: .8;  transform: scale(1.08); }
}

/* Coluna de outputs — 2 cards empilhados à direita */
.land-flow-outputs {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 26px;
  justify-self: start;
  max-width: 260px;
}

/* Card 3 — Revisor / Bot (vermelho, "ameaça neutralizada") */
.land-flow-out-bot {
  border-color: rgba(239, 68, 68, .4);
  transform: translateZ(15px) translateY(-4px);
  box-shadow:
    0 12px 32px rgba(239, 68, 68, .15),
    0 0 24px rgba(239, 68, 68, .2),
    inset 0 0 18px rgba(239, 68, 68, .06);
}
.land-flow-out-bot .land-flow-icon {
  background: transparent;
  border: 0;
  color: #fca5a5;
  filter: drop-shadow(0 0 10px rgba(239, 68, 68, .5));
}

/* Card 4 — Cliente Real (verde, "lead aprovado") */
.land-flow-out-real {
  border-color: rgba(16, 185, 129, .45);
  transform: translateZ(15px) translateY(4px);
  box-shadow:
    0 12px 32px rgba(16, 185, 129, .18),
    0 0 24px rgba(16, 185, 129, .25),
    inset 0 0 18px rgba(16, 185, 129, .06);
}
.land-flow-out-real .land-flow-icon {
  background: transparent;
  border: 0;
  color: #6ee7b7;
  filter: drop-shadow(0 0 10px rgba(16, 185, 129, .5));
}

/* SVG paths — efeito de "fluindo" via stroke-dashoffset animado.
   As particles (circles com animateMotion) já dão o sense de movimento;
   essa animação de dashes complementa pra parecer um "stream contínuo". */
.land-flow-svg path {
  animation: land-flow-dash 1.4s linear infinite;
}
@keyframes land-flow-dash {
  to { stroke-dashoffset: -24; }
}

/* Mobile: empilha verticalmente — perde o flow horizontal mas ganha
   legibilidade. SVG fica escondida (paths não fariam sentido vertical). */
@media (max-width: 820px) {
  .land-flow-stage {
    grid-template-columns: 1fr;
    gap: 24px;
    perspective: none;
    min-height: auto;
  }
  .land-flow-svg { display: none; }
  .land-flow-source,
  .land-flow-engine,
  .land-flow-outputs {
    justify-self: center;
    max-width: 360px;
    transform: none;
  }
  .land-flow-engine { transform: scale(1.02); }
  .land-flow-outputs {
    width: 100%;
  }
}
