/* Smooth in-page navigation + offset so the sticky navbar never covers a target. */
html { scroll-behavior: smooth; }

#services-section,
#pricing-section,
#faq-section,
#contact-section,
#about-section {
    scroll-margin-top: 6.5rem;
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
}
