/* ===== PAGE-SPECIFIC HERO BACKGROUNDS ===== */
.hero--home {
  background-image: url('../images/happy children.webp');
}

.hero--nosotros {
  background-image: url('../images/prayer.webp');
}

.hero--programa {
  background-image: url('../images/happy children 3.webp');
}

.hero--impacto {
  background-image: url('../images/girls smiling.webp');
}

.hero--proteccion {
  background-image: url('../images/mother and baby.webp');
}

/* ===== HOME PAGE ===== */
.home-links .section-link:nth-child(1) {
  background-image: url('../images/prayer.webp');
}

.home-links .section-link:nth-child(2) {
  background-image: url('../images/happy children 3.webp');
}

.home-links .section-link:nth-child(3) {
  background-image: url('../images/girls smiling.webp');
}

.home-links .section-link:nth-child(4) {
  background-image: url('../images/mother and baby.webp');
}

/* ===== IMPACTO PAGE ===== */
.data-period {
  display: inline-block;
  background: var(--color-accent);
  color: #ffffff;
  padding: 0.4rem 1.2rem;
  font-size: var(--font-size-sm);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 2rem;
}

/* ===== PROGRAMA PAGE ===== */
.stages-section {
  max-width: 900px;
  margin: 0 auto;
}
