/**
 * Shared polish — service / fleet / vehicle
 */

.page-shell .section__head + .grid,
.page-shell .section__head + .features__grid,
.page-shell .section__head + .prose-block,
.page-shell .section__head + .page-faq {
    margin-top: 0;
}

.page-faq {
    max-width: 40rem;
    margin: 0 auto;
}

.page-shell .section {
    padding-block: var(--section-pad-y);
}

.page-shell .page-header + .section {
    padding-top: var(--space-10);
}

@media (min-width: 768px) {
    .page-shell .page-header + .section {
        padding-top: var(--space-12);
    }
}
