/* Section Styling */
section {
    padding: 100px 0;
    position: relative;
}

section:nth-child(even) {
    background-color: rgba(230, 235, 245, 0.3);
}

.section-header {
    margin-bottom: 60px;
    position: relative;
}

.section-number {
    font-family: var(--font-heading);
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--color-primary);
    display: block;
    margin-bottom: 8px;
}

.section-intro {
    font-size: 1.25rem;
    color: var(--color-text-light);
    max-width: 65ch;
    margin-top: 16px;
}

