/* === Hero empty-space fix === */

/* Reduce only the bottom padding inside the hero slides */
.section-hero .swiper-slide.section-bottom-xl {
  padding-bottom: 2rem !important;   /* default was much larger */
}

/* Optionally also reduce top padding slightly (if you want balance) */
.section-hero .swiper-slide.section-top-xxl {
  padding-top: 4rem !important;      /* keep space for golden curve */
}

/* Make sure the next section attaches without extra gap */
.section-hero + .features-section {
  margin-top: 0 !important;
  padding-top: 2rem !important;      /* small breathing room */
}
/* === Move hero content down a bit === */
.section-hero .hero-content {
  margin-top: 4rem !important;   /* try 4rem (≈64px). Increase/decrease as needed */
}
