/* ===== Variáveis e Base ===== */
:root{
  --brand:#0fe960;
  --brand-ink:#95d62d;
  --bg:#0b0f14;
  --panel:#111827;
  --panel-2:#0e1520;
  --text:#e5e7eb;
  --muted:#9aa4b2;
  --border:#1f2a37;
  --chip:#d9f99d;
  --chip-ink:#172554;
}

/* Reset & tipografia */
*{ box-sizing:border-box }
html,body{ height:100% }
body{
  margin:0;
  background:var(--bg);
  color:var(--text);
  font-family: 'Montserrat', system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
  line-height:1.45;
}

/* Utilitários gerais */
.section{ max-width:1120px; margin:22px auto 36px; padding:0 16px }
.muted{ color:var(--muted) }
.no-scroll{ overflow:hidden }

/* Imagens e logos sempre contidas */
img{ max-width:100%; height:auto; display:block }
.nv-logo{ height:32px !important; width:auto !important; max-height:32px !important; display:block }
.footer-logo{ height:48px !important; width:auto !important; max-height:48px !important }
