/* Container styles */
.container {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 2rem;
}

/* Section layouts */
.hero {
    padding: 10rem 0 6rem;
    /* ... rest of hero styles ... */
}

.features {
    padding: 8rem 0;
    /* ... rest of features styles ... */
}

/* ... other layout styles ... */ 