/* ===== ESTILOS UNIFICADOS PARA TÍTULOS ===== */
.section-number {
    font-size: 1rem;
    color: var(--secondary);
    margin-bottom: 10px;
    letter-spacing: 3px;
    text-align: left;
    font-weight: 700;
}

.section-title {
    font-size: 3rem;
    color: var(--text-primary);
    margin-bottom: 50px;
    text-align: left;
}

.section-title span {
    background: var(--gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}