/* ===== SECTION HEADERS ===== */
.section-label {
    display: inline-block;
    font-size: 0.82rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #f97316;
    margin-bottom: 12px;
}
.section-title {
    font-size: 2.4rem;
    color: #2d3436;
    margin-bottom: 16px;
}
.section-subtitle {
    font-size: 1.05rem;
    color: #666;
    max-width: 600px;
    margin-bottom: 48px;
}
.section-header-center { text-align: center; }
.section-header-center .section-subtitle {
    margin-left: auto;
    margin-right: auto;
}
