/* ─── Home page — uniform section spacing 96px ─────────────────────────── */

.main > .home-section,
.main > .section.home-section,
.main > section.home-section {
  padding-top: 96px !important;
  padding-bottom: 0px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* Sections that don't carry .home-section but live directly in .main */
.main > .banner-home5,
.main > .section.bg-enjoy {
  /* Hero and team-preview keep their own sizing */
  margin-top: 90px !important;
  margin-bottom: 0 !important;
}
