/* ===== BANNER KONTAINER ===== */
.bannerslider-module .banner-item__container {
  max-width: 600px;
}

/* ===== ELŐCÍM (első "valami") ===== */
.bannerslider-module .module-head-eyebrow {
  font-size: 28px !important;
  color: #000 !important;
  font-weight: 600;
  opacity: 1 !important;
  margin-bottom: 10px;
}

/* ===== FŐ CÍM ===== */
.bannerslider-module .banner-item__title {
  font-size: 64px !important;
  line-height: 1.1 !important;
  font-weight: 700 !important;
  margin-bottom: 20px;
  color: #2b1f1f;
}

/* ===== SZÖVEG ===== */
.bannerslider-module .banner-item__desc {
  font-size: 28px !important;
  line-height: 1.3 !important;
  margin-bottom: 30px;
  color: #2b1f1f;
}

/* ===== KIEMELÉS (-10%) ===== */
.bannerslider-module .banner-item__desc span {
  color: #e74c3c;
  font-weight: 700;
}

/* ===== GOMB ===== */
.bannerslider-module .banner-item__button-btn {
  font-size: 22px !important;
  padding: 18px 45px !important;
  border-radius: 999px !important;
  font-weight: 600 !important;
  background: #e7cfcf;
  color: #2b1f1f;
  transition: all 0.3s ease;
}

/* ===== GOMB HOVER ===== */
.bannerslider-module .banner-item__button-btn:hover {
  transform: scale(1.05);
}

/* ===== SPACING FINOMÍTÁS ===== */
.bannerslider-module .banner-item__title {
  margin-top: 10px;
}

.bannerslider-module .banner-item__desc {
  margin-top: 10px;
}

/* ===== MOBIL ===== */
@media (max-width: 768px) {

  .bannerslider-module .module-head-eyebrow {
    font-size: 18px !important;
  }

  .bannerslider-module .banner-item__title {
    font-size: 36px !important;
  }

  .bannerslider-module .banner-item__desc {
    font-size: 18px !important;
  }

  .bannerslider-module .banner-item__button-btn {
    font-size: 16px !important;
    padding: 12px 24px !important;
  }
}