/*
Theme Name: Accesos
Template: generatepress
*/


.stats-section {
  background: #111;
  color: #fff;
  padding: 80px 20px;
}

.stats-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  text-align: center;
}

.stat-number {
  font-size: 52px;
  font-weight: 700;
}

.stat-label {
  font-size: 16px;
  opacity: 0.8;
}