/* ============================================================
   ALLIANCE — HOME v1 · ajustes
   Carregado por cima de styles.css, SÓ no index.html.
   ============================================================ */

/* ── HERO textual (alinhado à esquerda, sem o radar) ─────── */
.hero-wrap {
  grid-template-columns: 1fr;
}
.hero-text { max-width: 780px; }
.hero-text h1 { max-width: 15em; }
.hero-text p { max-width: 660px; }
.hero-text .cta { justify-content: flex-start; }
.hero-kicker {
  margin-top: 22px;
  font-size: 13.5px;
  color: rgba(255,255,255,.6);
  letter-spacing: .04em;
}

/* ── FERRAMENTA unificada — mockup premium do hero ──────── */
.tool-visual { position: relative; }
.tool .hv-card { width: 100%; max-width: 420px; }
.tool .hv-float.top { top: -16px; right: 4px; }
.tool .hv-float.bot { bottom: -16px; left: 4px; }
/* chips de dimensão dentro do mockup */
.tool .hv-card .radar-dims { margin-top: 6px; }

/* ── MÉTODO — cabeçalho alinhado à esquerda (padrão dos blocos) ── */
.metodo .section-header h2 { margin-left: 0; margin-right: 0; }

/* ── PILARES — itens preenchendo a altura (sem vazio) ───── */
.pil-tab { flex: 1 1 0; }

/* ── PROVA SOCIAL coladinha ao portfólio ────────────────── */
.prova.near-port { padding-top: 8px; }
/* stats preenchendo a largura toda */
.prova .stats-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 8px;
}
