/* ─── SECCIONES: ESTILOS COMPARTIDOS ────────────── */
section { padding: 6rem 24px; }

.section-inner         { max-width: 1060px; margin: 0 auto; }
.section-inner--center { text-align: center; }

.section-tag {
  font-size: 0.63rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--violet);
  margin-bottom: 0.75rem;
}

.section-title {
  font-size: clamp(1.8rem, 4vw, 2.7rem);
  font-weight: 800;
  line-height: 1.18;
  color: var(--dark);
  margin-bottom: 1rem;
  letter-spacing: -0.03em;
}

.section-sub {
  font-size: 1rem;
  color: var(--muted);
  max-width: 520px;
  line-height: 1.72;
  font-weight: 300;
}

/* ─── RESPONSIVE ─────────────────────────────────── */
@media (max-width: 768px) {
  section { padding: 4.5rem 20px; }
}
@media (max-width: 480px) {
  .section-title { font-size: 1.7rem; }
}
