/* Hero slider — sade modern deneyim kartı (tema funfact stillerinden bağımsız) */

.main-slider-two .hermet-hero-stat {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: grid;
  grid-template-columns: clamp(120px, 14vw, 168px) minmax(0, 1fr);
  align-items: stretch;
  width: min(100%, 480px);
  max-width: 480px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  box-sizing: border-box;
  background: transparent;
  border: none;
  border-top: 10px solid #ffffff;
  border-left: 10px solid #ffffff;
  border-radius: 0;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.28);
  font-family: var(--bultax-heading-font, "Barlow", sans-serif);
}

.main-slider-two .hermet-hero-stat__media {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: #ffffff;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  min-width: 0;
  overflow: hidden;
}

.main-slider-two .hermet-hero-stat__media img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 88px;
  object-fit: contain;
  object-position: center;
}

.main-slider-two .hermet-hero-stat__body {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  gap: 0;
  min-width: 0;
  padding: 0;
  background: #0e0e0e;
  color: #ffffff;
}

.main-slider-two .hermet-hero-stat__head {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 0;
  margin: 0;
  padding: 0;
  border: none;
  background: #0e0e0e;
}

.main-slider-two .hermet-hero-stat__metric {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin: 0;
  padding: clamp(18px, 2.5vw, 26px) clamp(16px, 2vw, 22px);
  font-weight: 700;
  font-size: clamp(1.75rem, 3.8vw, 2.5rem);
  line-height: 1;
  letter-spacing: -0.02em;
  color: #ffffff;
  background: var(--bultax-base, #012b6e);
}

.main-slider-two .hermet-hero-stat__value,
.main-slider-two .hermet-hero-stat__suffix {
  color: #ffffff;
  text-shadow: none;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

.main-slider-two .hermet-hero-stat__suffix {
  margin-left: 1px;
}

.main-slider-two .hermet-hero-stat__label {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  padding: clamp(12px, 1.8vw, 16px) clamp(14px, 2vw, 20px);
  font-weight: 600;
  font-size: clamp(0.875rem, 1.75vw, 1.125rem);
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
  opacity: 1;
  background: #0e0e0e;
}

.main-slider-two .hermet-hero-stat__desc {
  margin: 0;
  padding: clamp(12px, 1.6vw, 16px) clamp(14px, 2vw, 20px) clamp(14px, 1.8vw, 18px);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-family: var(--bultax-font, "Roboto", sans-serif);
  font-weight: 400;
  font-size: clamp(0.8125rem, 1.4vw, 0.9375rem);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.82);
  background: #0a0a0a;
}

@media (max-width: 991px) {
  .main-slider-two .hermet-hero-stat {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    border-radius: 0;
    border-right: none;
  }
}

@media (max-width: 575px) {
  .main-slider-two .hermet-hero-stat {
    grid-template-columns: 1fr;
    border-top-width: 0;
    border-left-width: 0;
  }

  .main-slider-two .hermet-hero-stat__media {
    border-right: none;
    border-bottom: 1px solid rgba(1, 43, 110, 0.06);
    min-height: 100px;
  }

  .main-slider-two .hermet-hero-stat__media img {
    max-height: 72px;
  }
}
