:root { --header-h: 64px; } /* adjust if your header is taller */
#about, #benefits, #how-it-works, #testimonials, #contact, #request-proposal {
  scroll-margin-top: calc(var(--header-h) + 12px);
}
html { scroll-behavior: smooth; }