/* Section Headers */
.section-header {
    text-align: center;
    margin: 4rem 0 3rem 0;
    padding-top: 2rem;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a3a2e;
    margin-bottom: 1rem;
    letter-spacing: -0.01em;
}

.section-subtitle {
    font-size: 1.2rem;
    color: #666;
    font-weight: 300;
    opacity: 0.8;
}
