/* ============================================
   Common Section Styles
   ============================================ */

section {
    padding: 100px 10%;
}

.section-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px;
}

.section-header h2 {
    font-size: 3rem;
    color: var(--secondary);
    margin-bottom: 20px;
}

.section-header p {
    font-size: 1.1rem;
    color: #666;
    line-height: 1.8;
}

