.lisimke-hero-banner {
  position: relative;
  margin: 0 0 28px;
  overflow: hidden;
  background: #0a111a;
}

.lisimke-hero-track {
  position: relative;
  height: clamp(320px, 42vw, 520px);
}

.lisimke-hero-slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.7s ease, visibility 0.7s ease;
  background: #111 center/cover no-repeat;
  text-decoration: none;
  color: #fff;
}

.lisimke-hero-slide.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.lisimke-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 12, 20, 0.15) 0%, rgba(8, 12, 20, 0.55) 45%, rgba(8, 12, 20, 0.92) 100%);
}

.lisimke-hero-content {
  position: relative;
  z-index: 2;
  width: min(1280px, calc(100% - 32px));
  margin: 0 auto 36px;
  padding: 0 4px;
}

.lisimke-hero-tag {
  display: inline-block;
  margin-bottom: 12px;
  padding: 6px 12px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  backdrop-filter: blur(6px);
}

.lisimke-hero-content h2 {
  margin: 0 0 10px;
  max-width: 780px;
  font-size: clamp(28px, 4.5vw, 48px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.lisimke-hero-cta {
  display: inline-block;
  margin-top: 8px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0.92;
}

.lisimke-hero-controls {
  position: absolute;
  left: 50%;
  bottom: 14px;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 14px;
}

.lisimke-hero-nav {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  backdrop-filter: blur(4px);
}

.lisimke-hero-nav:hover {
  background: rgba(255, 255, 255, 0.16);
}

.lisimke-hero-dots {
  display: flex;
  gap: 8px;
}

.lisimke-hero-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  cursor: pointer;
}

.lisimke-hero-dot.is-active {
  background: #fff;
  transform: scale(1.15);
}

.category-showcase {
  display: none !important;
}

@media (max-width: 640px) {
  .lisimke-hero-track {
    height: clamp(280px, 58vw, 380px);
  }

  .lisimke-hero-content {
    margin-bottom: 48px;
  }

  .lisimke-hero-nav {
    display: none;
  }
}
