/* landing/stats.css — the metrics strip below the hero. */

/* ═══ STATS BAR ═══ */
.stats-bar{
  border-top:1px solid rgba(255,255,255,0.06);
  border-bottom:1px solid rgba(255,255,255,0.06);
  display:flex;
  background:rgba(255,255,255,0.02);
}
.stat{flex:1;padding:1.6rem 2rem;border-right:1px solid rgba(255,255,255,0.06);display:flex;flex-direction:column;gap:4px}
.stat:last-child{border-right:none}
.stat-n{font-family:var(--font-d);font-weight:800;font-size:2.2rem;letter-spacing:-0.03em;color:var(--warm)}
.stat-l{font-size:0.72rem;letter-spacing:0.1em;text-transform:uppercase;color:rgba(249,244,235,0.3)}
