/* Home page composition. Shared components remain in the global stylesheets. */
body[data-page="home"] .hero {
  isolation: isolate;
}

body[data-page="home"] .promotion-section,
body[data-page="home"] .trust-bar {
  scroll-margin-top: calc(var(--header-height) + 1rem);
}
