/* ============================================================
   SPACE'ADV — landing de produto (referência aprovada 26/08)
   Preto profundo, cartões escuros arredondados, dourado como
   detalhe, arte oficial do foguete no hero (sem recorte).
   ============================================================ */

:root {
  --fundo0: #0b0c0f;   /* página */
  --casco: #101216;    /* a "folha" arredondada que sobe sobre o hero */
  --painel: #16181d;   /* cartões */
  --painel-2: #1b1e24;
  --borda: rgba(255, 255, 255, 0.08);
  --borda-forte: rgba(255, 255, 255, 0.14);
  --texto: #eef1f6;
  --texto2: #a9b1ba;
  --texto3: #6d757e;
  --ouro: #c9a45a;
  --ouro-claro: #dbbe80;
  --ouro-vivo: #f7c05e;
  --ouro-suave: rgba(201, 164, 90, 0.12);
  --f-titulo: "Space Grotesk", "Segoe UI", Helvetica, Arial, sans-serif;
  --f-texto: "Inter", -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --miolo: 1120px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--fundo0);
  color: var(--texto);
  font-family: var(--f-texto);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }

.miolo { max-width: var(--miolo); margin: 0 auto; padding: 0 24px; }
.estreito { max-width: 760px; }
.so-celular { display: inline; }
@media (min-width: 700px) { .so-celular { display: none; } }
.ouro { color: var(--ouro); }
.centrada { text-align: center; margin-left: auto; margin-right: auto; }

/* ---------- tipografia ---------- */
.olho {
  font-family: var(--f-titulo);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ouro);
  margin-bottom: 14px;
  text-align: center;
}
.olho-esq { text-align: left; }
.titulo {
  font-family: var(--f-titulo);
  font-size: clamp(1.8rem, 4vw, 2.7rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.01em;
  margin-bottom: 18px;
  text-align: center;
}
.titulo-esq { text-align: left; }
.paragrafo {
  color: var(--texto2);
  font-size: clamp(0.98rem, 1.3vw, 1.08rem);
  max-width: 640px;
  margin-bottom: 16px;
}
.paragrafo.centrada { text-align: center; }

/* ---------- botões ---------- */
.botao {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: var(--f-titulo);
  font-weight: 600;
  font-size: 15px;
  padding: 14px 26px;
  border-radius: 12px;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease;
  white-space: nowrap;
}
.icone-botao {
  width: 18px; height: 18px; flex: 0 0 18px;
  fill: none; stroke: currentColor; stroke-width: 1.7;
  stroke-linecap: round; stroke-linejoin: round;
}
.botao-ouro {
  background: linear-gradient(165deg, var(--ouro-vivo), #d99b3e 55%, #a86e28);
  color: #16130c;
  box-shadow: 0 8px 28px rgba(217, 155, 62, 0.28);
}
.botao-ouro:hover { transform: translateY(-2px); box-shadow: 0 12px 36px rgba(217, 155, 62, 0.42); }
.botao-fantasma {
  border: 1px solid var(--borda-forte);
  color: var(--texto);
  background: rgba(11, 12, 15, 0.35);
  backdrop-filter: blur(4px);
}
.botao-fantasma:hover { border-color: var(--ouro); color: var(--ouro-claro); transform: translateY(-2px); }
.botao-borda {
  border: 1px solid rgba(201, 164, 90, 0.55);
  color: var(--ouro-claro);
  background: transparent;
}
.botao-borda:hover { background: var(--ouro-suave); transform: translateY(-1px); }

/* ---------- navegação ---------- */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 60;
  padding: 14px 0;
  transition: background 0.25s ease, box-shadow 0.25s ease, padding 0.25s ease;
}
.nav.rolou {
  background: rgba(11, 12, 15, 0.88);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 var(--borda);
  padding: 10px 0;
}
.nav-miolo {
  max-width: var(--miolo);
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.nav-logo img { height: 60px; width: auto; }
@media (max-width: 560px) { .nav-logo img { height: 44px; } }
.nav-centro {
  display: flex;
  align-items: center;
  gap: 26px;
  font-family: var(--f-titulo);
  font-size: 14px;
  font-weight: 500;
}
.nav-centro a { color: var(--texto2); transition: color 0.15s ease; padding-bottom: 2px; }
.nav-centro a:hover { color: var(--texto); }
.nav-centro a.ativo { color: var(--texto); border-bottom: 1.5px solid var(--ouro); }
.nav-acoes {
  display: flex;
  align-items: center;
  gap: 18px;
  font-family: var(--f-titulo);
  font-size: 14px;
  font-weight: 500;
}
.nav-entrar { color: var(--texto2); transition: color 0.15s ease; }
.nav-entrar:hover { color: var(--texto); }
.nav-cta { padding: 10px 18px; font-size: 13px; border-radius: 999px; }
@media (max-width: 900px) { .nav-centro { display: none; } }
@media (max-width: 560px) { .nav-cta { display: none; } }

/* ============================================================
   HERO — arte inteira como moldura, texto à esquerda
   ============================================================ */
.lancamento {
  position: relative;
  overflow: hidden;
  background: var(--fundo0);
}
.fundo-img { display: block; width: 100%; height: auto; }
.veu { display: none; }

.lancamento-conteudo {
  padding-top: 96px;
  padding-bottom: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.hero-titulo {
  font-family: var(--f-titulo);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -0.01em;
  display: flex;
  flex-direction: column;
}
.ht-branco { font-size: clamp(2.1rem, 4.6vw, 3.6rem); color: var(--texto); }
.ht-ouro {
  font-size: clamp(2.1rem, 4.6vw, 3.6rem);
  background: linear-gradient(170deg, var(--ouro-vivo) 10%, var(--ouro) 55%, #a86e28 95%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 4px 22px rgba(201, 164, 90, 0.16));
}
.hero-sub {
  color: var(--texto2);
  font-size: clamp(0.95rem, 1.3vw, 1.06rem);
  max-width: 460px;
  margin-top: 20px;
}
.hero-botoes {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 26px;
}
.selos {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 26px;
  font-family: var(--f-titulo);
  font-size: 13px;
  color: var(--texto2);
}
.selos span { display: inline-flex; align-items: center; gap: 8px; }
.icone-selo {
  width: 17px; height: 17px; flex: 0 0 17px;
  fill: none; stroke: var(--ouro); stroke-width: 1.6;
  stroke-linecap: round; stroke-linejoin: round;
}
.legenda-foguete {
  display: none;
  position: absolute;
  z-index: 2;
  right: 3.2%;
  bottom: 7%;
  font-family: var(--f-titulo);
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: rgba(219, 190, 128, 0.9);
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.8);
}
.desce {
  display: none;
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  width: 42px; height: 42px;
  border: 1px solid rgba(201, 164, 90, 0.5);
  border-radius: 50%;
  background: rgba(11, 12, 15, 0.5);
  backdrop-filter: blur(6px);
  align-items: center;
  justify-content: center;
  animation: pulsar 2.4s ease-in-out infinite;
}
.desce svg {
  width: 18px; height: 18px;
  fill: none; stroke: var(--ouro-claro); stroke-width: 1.7;
  stroke-linecap: round; stroke-linejoin: round;
}
@keyframes pulsar {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(6px); }
}

/* desktop: texto flutua sobre a metade escura da arte */
@media (min-width: 1000px) {
  .veu {
    display: block;
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
      linear-gradient(90deg, rgba(11, 12, 15, 0.75) 0%, rgba(11, 12, 15, 0.38) 36%, rgba(11, 12, 15, 0) 58%),
      linear-gradient(180deg, rgba(11, 12, 15, 0) 0%, rgba(11, 12, 15, 0) 80%, rgba(11, 12, 15, 0.55) 100%);
  }
  .lancamento-conteudo {
    position: absolute;
    inset: 0;
    z-index: 2;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    padding-top: 30px;
    padding-bottom: 0;
  }
  .hero-sub { text-align: left; }
  .hero-botoes, .selos { justify-content: flex-start; }
  .desce { display: flex; }
  .legenda-foguete { display: block; }
}

/* ============================================================
   CASCO — a folha arredondada que sobe sobre o hero
   ============================================================ */
.casco {
  position: relative;
  z-index: 2;
  background: var(--casco);
  border-radius: 30px 30px 0 0;
  margin-top: -30px;
  box-shadow: 0 -18px 50px rgba(0, 0, 0, 0.45);
}

.secao { padding: 92px 0; }
.secao-par { background: rgba(255, 255, 255, 0.012); border-top: 1px solid rgba(255,255,255,0.04); border-bottom: 1px solid rgba(255,255,255,0.04); }
.secao .miolo:not(.dupla) { display: flex; flex-direction: column; align-items: center; }

/* ---------- grade de módulos (tudo aparente, sem rolagem) ---------- */
.grade-modulos {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 34px;
}
.cartao {
  background: var(--painel);
  border: 1px solid var(--borda);
  border-radius: 16px;
  padding: 26px 20px;
  text-align: center;
  transition: border-color 0.2s ease, transform 0.2s ease;
}
.cartao:hover { border-color: rgba(201, 164, 90, 0.45); transform: translateY(-3px); }
.icone-c {
  width: 34px; height: 34px;
  margin: 0 auto 14px;
  display: block;
  fill: none; stroke: var(--ouro); stroke-width: 1.5;
  stroke-linecap: round; stroke-linejoin: round;
}
.cartao h3 {
  font-family: var(--f-titulo);
  font-size: 15.5px;
  font-weight: 600;
  margin-bottom: 8px;
}
.cartao p { font-size: 13px; color: var(--texto3); line-height: 1.55; }
@media (max-width: 1020px) { .grade-modulos { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .grade-modulos { grid-template-columns: 1fr; } }

/* ---------- funcionalidades: duas colunas ---------- */
.dupla {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  width: 100%;
}
.dupla-texto .paragrafo { margin-bottom: 8px; }
@media (max-width: 900px) {
  .dupla { grid-template-columns: 1fr; gap: 40px; }
  .dupla-texto { display: flex; flex-direction: column; align-items: center; text-align: center; }
  .dupla-texto .olho-esq, .dupla-texto .titulo-esq { text-align: center; }
}

.lista-check { margin: 14px 0 24px; }
.lista-check li {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 7px 0;
  font-size: 15px;
  color: var(--texto2);
}
.icone-check {
  width: 19px; height: 19px; flex: 0 0 19px;
  fill: none; stroke: var(--ouro); stroke-width: 1.6;
  stroke-linecap: round; stroke-linejoin: round;
}

/* ---------- números ---------- */
.secao-numeros { padding: 40px 0 92px; }
.numeros {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  background: var(--painel);
  border: 1px solid var(--borda);
  border-radius: 20px;
  padding: 30px 10px;
}
.numero {
  text-align: center;
  padding: 6px 16px;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}
.numero:last-child { border-right: none; }
.numero strong {
  display: block;
  font-family: var(--f-titulo);
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  font-weight: 700;
  background: linear-gradient(170deg, var(--ouro-vivo) 10%, var(--ouro) 60%, #a86e28 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 4px;
}
.numero span { font-size: 12.5px; color: var(--texto3); line-height: 1.4; display: block; }
@media (max-width: 760px) {
  .numeros { grid-template-columns: 1fr 1fr; row-gap: 22px; }
  .numero:nth-child(2) { border-right: none; }
}

/* ---------- chamada final ---------- */
.chamada-final {
  width: 100%;
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 40px;
  align-items: center;
  background:
    radial-gradient(80% 140% at 90% 110%, rgba(201, 164, 90, 0.1) 0%, transparent 60%),
    var(--painel);
  border: 1px solid var(--borda);
  border-radius: 24px;
  padding: 46px 48px;
}
.cf-foguete {
  width: 40px; height: 40px;
  fill: none; stroke: var(--ouro); stroke-width: 1.4;
  stroke-linecap: round; stroke-linejoin: round;
  margin-bottom: 14px;
}
.cf-titulo {
  font-family: var(--f-titulo);
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 12px;
}
.cf-texto .paragrafo { margin-bottom: 0; }
.cf-acao {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
}
.cf-fale { font-size: 13px; color: var(--texto3); margin-top: 6px; }
.cf-zap {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: var(--f-titulo);
  font-size: 19px;
  font-weight: 600;
  color: var(--ouro-claro);
  transition: color 0.15s ease;
}
.cf-zap:hover { color: var(--ouro-vivo); }
.icone-zap {
  width: 21px; height: 21px;
  fill: none; stroke: currentColor; stroke-width: 1.5;
  stroke-linecap: round; stroke-linejoin: round;
}
.cta-aviso { font-size: 13px; color: var(--texto3); }
@media (max-width: 860px) {
  .chamada-final { grid-template-columns: 1fr; padding: 36px 26px; text-align: center; }
  .cf-texto { display: flex; flex-direction: column; align-items: center; }
  .cf-texto .olho-esq { text-align: center; }
}


/* ---------- painel do sistema em miniatura (seção tecnologia) ---------- */
.painel-mini {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.painel-mini .painel-sistema {
  position: absolute;
  top: 0; left: 0;
  width: 940px;
  max-width: none;
  margin: 0;
  transform-origin: top left; /* a escala vem do site.js (ajustarMiniaturas) */
}

/* ---------- painel do sistema (vitrine com dados fictícios) ---------- */
.titulo-painel { margin-top: 64px; }
.painel-sistema {
  width: 100%;
  max-width: 1000px;
  margin: 10px auto 0;
  border: 1px solid var(--borda-forte);
  border-radius: 16px;
  overflow: hidden;
  background: #14161a;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.55);
  font-family: var(--f-texto);
}
.ps-topo {
  display: flex; align-items: center; gap: 7px;
  padding: 11px 14px;
  background: #101216;
  border-bottom: 1px solid var(--borda);
}
.ps-topo span { width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,0.14); }
.ps-topo em {
  font-style: normal; font-size: 11.5px; color: var(--texto3);
  background: rgba(255,255,255,0.04); border: 1px solid var(--borda);
  border-radius: 7px; padding: 3px 40px; margin: 0 auto;
}
.ps-corpo { display: grid; grid-template-columns: 176px 1fr; background: #f1efe9; }
.ps-menu {
  background: #17171a;
  padding: 16px 12px;
  display: flex; flex-direction: column;
  color: #cbd2d9;
}
.ps-logo { width: 118px; height: auto; margin: 2px 4px 16px; }
.ps-mesa {
  border: 1px solid rgba(255,255,255,0.25); border-radius: 9px;
  text-align: center; font-size: 12px; font-weight: 600; color: #fff;
  padding: 7px 0; margin-bottom: 12px;
}
.ps-item {
  display: flex; align-items: center; justify-content: space-between;
  font-size: 12.5px; color: #9aa3ad;
  padding: 7px 9px; border-radius: 8px; margin-bottom: 1px;
}
.ps-item.ativo { color: #dbbe80; background: rgba(201,164,90,0.14); }
.ps-item b {
  background: #b3261e; color: #fff; font-size: 10px; font-weight: 600;
  border-radius: 999px; padding: 1px 7px;
}
.ps-usuario {
  margin-top: auto; padding-top: 14px;
  display: flex; align-items: center; gap: 9px;
}
.ps-usuario i {
  width: 30px; height: 30px; border-radius: 50%;
  background: #c9a45a; color: #17171a;
  font-style: normal; font-size: 11px; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
}
.ps-usuario b { display: block; font-size: 11.5px; color: #fff; }
.ps-usuario span { font-size: 10px; color: #9aa3ad; }
.ps-main { padding: 16px 18px 18px; color: #1f2937; }
.ps-saudacao {
  background: #17171a; color: #fff;
  border-radius: 12px; border-bottom: 2px solid #c9a45a;
  padding: 13px 16px; margin-bottom: 14px;
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
}
.ps-saudacao b { display: block; font-size: 16px; font-weight: 700; }
.ps-saudacao span { font-size: 11px; color: #9aa3ad; }
.ps-botoes { display: flex; gap: 8px; }
.ps-botoes span {
  border: 1px solid rgba(255,255,255,0.3); border-radius: 8px;
  font-size: 11px; padding: 5px 10px; color: #e5e9ee; white-space: nowrap;
}
.ps-titulo { font-size: 14px; font-weight: 700; margin: 2px 0 8px; }
.ps-resumo, .ps-funil-cartoes { display: grid; grid-template-columns: repeat(5, 1fr); gap: 9px; margin-bottom: 12px; }
.ps-funil-cartoes { grid-template-columns: repeat(4, 1fr); }
.ps-kpi {
  background: #fff; border-radius: 10px; padding: 10px 11px;
  border-top: 3px solid #2b3036;
  box-shadow: 0 1px 2px rgba(30,30,34,0.06);
}
.ps-kpi.verde { border-top-color: #16a34a; }
.ps-kpi.verde b { color: #16a34a; }
.ps-kpi.laranja { border-top-color: #d97706; }
.ps-kpi.laranja b { color: #d97706; }
.ps-kpi.vermelho { border-top-color: #b3261e; }
.ps-kpi.vermelho b { color: #b3261e; }
.ps-kpi b { display: block; font-size: 21px; font-weight: 800; color: #1b1b1f; }
.ps-kpi span { display: block; font-size: 11.5px; font-weight: 600; margin-top: 1px; }
.ps-kpi small { display: block; font-size: 10px; color: #64748b; }
.ps-duas { display: grid; grid-template-columns: 1.15fr 1fr; gap: 10px; }
.ps-painel { background: #fff; border-radius: 12px; padding: 13px 14px; box-shadow: 0 1px 2px rgba(30,30,34,0.06); }
.ps-painel-titulo {
  font-size: 11px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase;
  color: #64748b; margin-bottom: 10px;
  display: flex; justify-content: space-between; align-items: center;
}
.ps-painel-titulo i {
  font-style: normal; background: #f1efe9; border-radius: 999px;
  padding: 2px 9px; font-size: 10.5px; color: #1f2937;
}
.ps-barra { position: relative; height: 34px; border-radius: 8px; background: #f4f2ec; margin-bottom: 7px; overflow: hidden; }
.ps-barra em {
  position: absolute; inset: 0 auto 0 0; width: var(--w);
  background: linear-gradient(90deg, #3a4047, #23272d);
  color: #fff; font-style: normal; font-size: 11px; font-weight: 600;
  display: flex; align-items: center; padding-left: 10px;
  border-radius: 8px; white-space: nowrap;
}
.ps-barra b { position: absolute; right: 10px; top: 50%; transform: translateY(-50%); font-size: 11.5px; }
.ps-barra.fora em {
  background: none; color: #1f2937; width: auto;
  left: calc(var(--w) + 8px); padding-left: 0; font-weight: 600;
}
.ps-barra.fora::before {
  content: ""; position: absolute; inset: 0 auto 0 0; width: var(--w);
  background: linear-gradient(90deg, #3a4047, #23272d); border-radius: 8px;
}
.ps-barra b i { font-style: normal; color: #94a3b8; font-weight: 400; margin-left: 3px; }
.ps-mini-grade { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; margin-bottom: 8px; }
.ps-mini { background: #f7f5ef; border-radius: 8px; padding: 7px 9px; }
.ps-mini b { font-size: 15px; font-weight: 800; }
.ps-mini span { display: block; font-size: 9.5px; color: #64748b; }
.ps-dinheiro { background: #f7f5ef; border-radius: 8px; padding: 8px 10px; margin-bottom: 6px; }
.ps-dinheiro b { font-size: 17px; font-weight: 800; }
.ps-dinheiro span { display: block; font-size: 10px; color: #64748b; }
.ps-atencao {
  margin-top: 12px; background: #fff; border-radius: 10px;
  padding: 10px 13px; display: flex; align-items: center; gap: 10px;
  box-shadow: 0 1px 2px rgba(30,30,34,0.06);
}
.ps-atencao b { font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; }
.ps-atencao span { font-size: 11.5px; color: #64748b; flex: 1; }
.ps-atencao i {
  font-style: normal; background: #fdeceb; color: #b3261e;
  border-radius: 999px; padding: 2px 9px; font-size: 10.5px; font-weight: 700;
}
@media (max-width: 860px) {
  .ps-corpo { grid-template-columns: 1fr; }
  .ps-menu { display: none; }
  .ps-resumo { grid-template-columns: repeat(2, 1fr); }
  .ps-funil-cartoes { grid-template-columns: repeat(2, 1fr); }
  .ps-duas { grid-template-columns: 1fr; }
  .ps-botoes { display: none; }
}

/* ---------- rodapé ---------- */
.rodape {
  background: var(--fundo0);
  border-top: 1px solid var(--borda);
  padding: 34px 0 0;
  font-size: 13.5px;
  color: var(--texto3);
}
.rodape-miolo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  padding-bottom: 22px;
}
.rodape-marca img { height: 30px; width: auto; margin-bottom: 10px; }
.rodape-marca p {
  font-family: var(--f-titulo);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--texto3);
}
.rodape-links { display: flex; gap: 22px; flex-wrap: wrap; }
.rodape-links a { color: var(--texto3); transition: color 0.15s ease; }
.rodape-links a:hover { color: var(--texto); }
.rodape-fim {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 16px;
  padding-bottom: 18px;
  text-align: center;
  font-size: 12.5px;
}

/* ---------- revelar ao rolar ----------
   Só esconde quando o JS rodou (html.js); ?tudo=1 desliga tudo. */
.inspecao { scroll-behavior: auto !important; }
.inspecao .revelar { opacity: 1 !important; transform: none !important; transition: none !important; }
.inspecao .notebook, .inspecao .celular, .inspecao .desce { animation: none !important; }
.js:not(.inspecao) .revelar {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1);
  transition-delay: var(--atraso, 0s);
}
.js:not(.inspecao) .revelar.visivel { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .js .revelar { opacity: 1; transform: none; transition: none; }
  .notebook, .celular, .desce { animation: none !important; }
  .botao, .cartao { transition: none; }
}
