/**
 * Bultix — Premium Hero (kalici ecosystem gorseli, 1920x700)
 */

/* ── Sabit yukseklik (CLS) ── */
.bultix-hero-premium--standalone,
.module-banners-420.bultix-hero-premium,
.module-master_slider-328.bultix-hero-premium,
.module-master_slider-380.bultix-hero-premium {
  --bultix-hero-h: 700px;
  position: relative;
  width: 100%;
  height: var(--bultix-hero-h);
  min-height: var(--bultix-hero-h);
  max-height: var(--bultix-hero-h);
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #f8fafc !important;
  border-radius: 0;
  box-shadow: none;
}

@media (max-width: 991px) {
  .bultix-hero-premium--standalone,
  .module-banners-420.bultix-hero-premium,
  .module-master_slider-328.bultix-hero-premium,
  .module-master_slider-380.bultix-hero-premium {
    --bultix-hero-h: 580px;
  }
}

@media (max-width: 767px) {
  .bultix-hero-premium--standalone,
  .module-banners-420.bultix-hero-premium,
  .module-master_slider-328.bultix-hero-premium,
  .module-master_slider-380.bultix-hero-premium {
    --bultix-hero-h: 520px;
  }
}

.route-common-home .module-banners-420,
.route-common-home .module-master_slider-328,
.common-home .module-banners-420,
.common-home .module-master_slider-328 {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  visibility: hidden !important;
}

.bultix-hero-premium--standalone {
  display: block;
  width: 100vw;
  max-width: 100vw;
  margin: 0 calc(50% - 50vw);
}

html.route-common-home .bultix-hero-premium--standalone {
  margin-top: 0 !important;
}

html.route-common-home header + .bultix-hero-premium--standalone {
  margin-top: 0 !important;
}

/* Eski slider kalintilari */
.module-master_slider-328.bultix-hero-premium .master-slider,
.module-master_slider-328.bultix-hero-premium .ms-container,
.bultix-hero-premium > img:not(.bultix-hero-premium__scene),
.bultix-hero-premium > .journal-loading,
.bultix-hero-premium .ms-nav-next,
.bultix-hero-premium .ms-nav-prev,
.bultix-hero-premium .ms-bullets {
  display: none !important;
}

/* Tam genislik sahne gorseli */
.bultix-hero-premium__scene {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 42% center;
  transform: scale(1.2);
  transform-origin: 58% center;
  pointer-events: none;
  user-select: none;
}

.bultix-hero-premium__inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1320px;
  height: 100%;
  margin: 0 auto;
  padding: 0 clamp(16px, 3.2vw, 38px) 0 clamp(12px, 2.4vw, 28px);
}

.bultix-hero-premium__copy {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: min(100%, 676px);
  max-width: 58vw;
  padding: clamp(31px, 5.2vw, 52px) 0;
}

.bultix-hero-premium__title {
  margin: 0 0 18px;
  font-size: clamp(3.08rem, 6.72vw, 5.11rem);
  line-height: 1.04;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #0a0f1a;
  max-width: 11ch;
}

.bultix-hero-premium__title-line {
  display: block;
}

.bultix-hero-premium__tagline {
  margin: 0 0 13px;
  font-size: clamp(1.37rem, 2.47vw, 1.76rem);
  line-height: 1.45;
  font-weight: 600;
  color: #1e293b;
  letter-spacing: -0.015em;
  max-width: 22ch;
}

.bultix-hero-premium__stat {
  margin: 0 0 42px;
  font-size: clamp(1.22rem, 1.82vw, 1.38rem);
  line-height: 1.4;
  font-weight: 500;
  color: #64748b;
  letter-spacing: 0.01em;
}

.bultix-hero-premium__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  width: 100%;
  max-width: 528px;
}

.bultix-hero-premium__btn {
  flex: 1 1 216px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  padding: 0 29px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  text-align: center;
  letter-spacing: -0.01em;
  transition: background-color 0.22s ease, border-color 0.22s ease, color 0.22s ease, transform 0.22s ease;
}

.bultix-hero-premium__btn--primary {
  background: #1a2744;
  border: 1px solid #1a2744;
  color: #fff;
}

.bultix-hero-premium__btn--primary:hover,
.bultix-hero-premium__btn--primary:focus {
  color: #fff;
  background: #243556;
  border-color: #243556;
  transform: translateY(-1px);
}

.bultix-hero-premium__btn--secondary {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid #d1d9e6;
  color: #1a2744;
  backdrop-filter: blur(6px);
}

.bultix-hero-premium__btn--secondary:hover,
.bultix-hero-premium__btn--secondary:focus {
  color: #1a2744;
  background: #fff;
  border-color: #94a3b8;
  transform: translateY(-1px);
}

.bultix-hero-premium__fade {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  height: 48px;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(248, 250, 252, 0) 0%, #ffffff 100%);
}

@media (max-width: 991px) {
  .bultix-hero-premium__copy {
    max-width: 52vw;
  }

  .bultix-hero-premium__stat {
    margin-bottom: 24px;
  }
}

@media (max-width: 767px) {
  .bultix-hero-premium__inner {
    align-items: flex-end;
    padding: 0 16px 20px;
  }

  .bultix-hero-premium__copy {
    max-width: none;
    width: 100%;
    padding: 20px 0 0;
    background: linear-gradient(to top, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.88) 55%, transparent 100%);
  }

  .bultix-hero-premium__scene {
    object-position: 48% center;
    transform: scale(1.12);
  }

  .bultix-hero-premium__title {
    font-size: clamp(1.75rem, 8vw, 2.15rem);
    max-width: 14ch;
  }

  .bultix-hero-premium__tagline {
    font-size: 1rem;
    max-width: none;
  }

  .bultix-hero-premium__stat {
    margin-bottom: 18px;
  }

  .bultix-hero-premium__btn {
    flex: 1 1 calc(50% - 6px);
    min-width: 0;
    font-size: 14px;
    min-height: 44px;
    padding: 0 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bultix-hero-premium__btn {
    transition: none;
  }

  .bultix-hero-premium__btn:hover,
  .bultix-hero-premium__btn:focus {
    transform: none;
  }
}
