/**
 * stats.css — Bandeau "chiffres clés".
 */

.hub-stats {
  background: var(--wp--preset--color--primary-dark);
}

.hub-stats__grid {
  gap: 2rem;
}

.hub-stats__item {
  flex: 1 1 160px;
  text-align: center;
}

.hub-stats__number {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 0.3rem 0;
  color: #ffffff;
}

.hub-stats__item:nth-child(odd) .hub-stats__number {
  color: var(--wp--preset--color--accent);
}

.hub-stats__label {
  font-size: 0.85rem;
  color: #dbe3ee;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin: 0;
}
