/* ======================================================
   HERO (alinhado com r1eletricos)
====================================================== */

.hero-section {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
  height: clamp(440px, 89vh, 1020px);
  background: #000;
  overflow: hidden;
}

.hero-swiper,
.hero-swiper .swiper-wrapper,
.hero-swiper .swiper-slide {
  width: 100%;
  height: 100%;
}

.hero-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  background: #000;
}

@media (max-width: 767px) {
  .hero-section {
    height: clamp(360px, 76vh, 780px);
  }
}
