/* ============================================
   MAIN APP — Page-level helpers
   ============================================ */

/* Spacer to offset fixed navbar */
.page-spacer {
  height: var(--navbar-height);
}

/* Smooth Scroll Target Offset */
section[id] {
  scroll-margin-top: var(--navbar-height);
}

/* Ensure sections with bg-secondary don't bleed */
.use-cases,
.product-showcase,
.final-cta {
  position: relative;
}
