/* --- SECTIONS --- */
section { padding: 5rem 0; }
.section-title { font-size: 2.5rem; font-weight: 800; text-align: center; margin-bottom: 1rem; transition: opacity 0.6s ease, transform 0.6s ease; }
.section-subtitle { text-align: center; font-size: 1.125rem; color: var(--text-light); margin-bottom: 3rem; transition: opacity 0.6s ease, transform 0.6s ease; }
