section {
    padding: 6rem 2rem;
    position: relative;
}
.section-header {
    text-align: center;
    margin-bottom: 3.5rem;
}
.section-label {
    display: inline-block;
    color: var(--accent-light);
    font-weight: 600;
    font-size: 0.82rem;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    margin-bottom: 0.7rem;
}
.section-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(2rem, 3.5vw, 3rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-bottom: 1rem;
    line-height: 1.15;
}
.section-subtitle {
    color: var(--text-secondary);
    max-width: 550px;
    margin: 0 auto;
    font-size: 1.05rem;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
}
