/**
 * ZK Tech Solutions — Home hero (unique editorial layout)
 * Loaded only on homepage — not a glass-card slider pattern.
 */

.slider.zk-hero-banner.zk-hero-v2 {
  --zk-hero-header: 140px;
  --zk-hero-height: clamp(620px, 88vh, 860px);
  --zk-hero-ink: #f8fafc;
  --zk-hero-muted: rgba(248, 250, 252, 0.72);
  font-family: var(--zk-font-body, "Roboto", sans-serif);
  position: relative;
  overflow: hidden;
  height: var(--zk-hero-height) !important;
  min-height: var(--zk-hero-height);
  max-height: var(--zk-hero-height);
  display: block !important;
  padding: 0 !important;
  background: #04080f;
}

/* Site typography (Barlow headings · Roboto body — same as style.css) */
.slider.zk-hero-v2 .zk-hero-title,
.slider.zk-hero-v2 h1.zk-hero-title,
.slider.zk-hero-v2 .zk-hero-rail-list button strong,
.slider.zk-hero-v2 .zk-hero-feature h3,
.slider.zk-hero-v2 .zk-hero-counter-current {
  font-family: var(--zk-font-heading, "Barlow", sans-serif) !important;
}

.slider.zk-hero-v2 .zk-hero-tag,
.slider.zk-hero-v2 .zk-hero-desc,
.slider.zk-hero-v2 .zk-hero-desc a,
.slider.zk-hero-v2 .zk-hero-brand,
.slider.zk-hero-v2 .zk-hero-stripe-text,
.slider.zk-hero-v2 .zk-hero-rail-tag,
.slider.zk-hero-v2 .zk-hero-rail-list button span,
.slider.zk-hero-v2 .zk-hero-scroll,
.slider.zk-hero-v2 .zk-hero-counter-total,
.slider.zk-hero-v2 .zk-hero-counter-sep,
.slider.zk-hero-v2 .zk-hero-rail-list button,
.slider.zk-hero-v2 .zk-hero-rail-list button em {
  font-family: var(--zk-font-body, "Roboto", sans-serif) !important;
}

/* Cancel legacy slider Fjalla One from style.css */
.slider.zk-hero-v2 .gallery-thumbs .swiper-slide a,
.slider.zk-hero-v2 .swiper-button-prev,
.slider.zk-hero-v2 .swiper-button-next,
.slider.zk-hero-v2 .slide-progress span {
  font-family: var(--zk-font-body, "Roboto", sans-serif) !important;
}

/* ── Background slides ── */
.slider.zk-hero-v2 .zk-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.slider.zk-hero-v2 .swiper-container {
  height: 100% !important;
  display: block !important;
}

.slider.zk-hero-v2 .gallery-top.zk-hero-slides {
  position: absolute !important;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 1;
}

.slider.zk-hero-v2 .gallery-top .swiper-slide {
  position: relative;
  overflow: hidden;
}

.slider.zk-hero-v2 .gallery-top.zk-hero-slides .swiper-slide {
  opacity: 0 !important;
  transition: opacity 1s ease;
}

.slider.zk-hero-v2 .gallery-top.zk-hero-slides .swiper-slide-active {
  opacity: 1 !important;
  z-index: 1;
}

.slider.zk-hero-v2 .gallery-top .swiper-slide img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 105%;
  height: 105%;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center center;
  transform: translate(-50%, -50%) scale(1.05);
  filter: saturate(0.9) contrast(1.05);
}

/* Subject on right — keep left clear for headline text */
.slider.zk-hero-v2 .gallery-top .swiper-slide[data-hero="web"] img,
.slider.zk-hero-v2 .gallery-top .swiper-slide:nth-child(1) img {
  object-position: 58% center;
}

.slider.zk-hero-v2 .gallery-top .swiper-slide[data-hero="mobile"] img,
.slider.zk-hero-v2 .gallery-top .swiper-slide:nth-child(2) img {
  object-position: 72% center;
}

.slider.zk-hero-v2 .gallery-top .swiper-slide[data-hero="growth"] img,
.slider.zk-hero-v2 .gallery-top .swiper-slide:nth-child(3) img {
  object-position: 78% center;
}

/* Diagonal cinematic mask — image visible on right */
.slider.zk-hero-v2 .zk-hero-mask {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(0deg, rgba(4, 8, 15, 0.97) 0%, rgba(4, 8, 15, 0.35) 42%, rgba(4, 8, 15, 0.08) 100%),
    linear-gradient(
      108deg,
      rgba(4, 8, 15, 0.97) 0%,
      rgba(4, 8, 15, 0.92) 34%,
      rgba(4, 8, 15, 0.55) 52%,
      rgba(4, 8, 15, 0.15) 72%,
      transparent 88%
    );
}

.slider.zk-hero-v2 .zk-hero-lines {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  opacity: 0.35;
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(180deg, transparent, #000 25%, #000 75%, transparent);
}

/* ── Frame layout ── */
.slider.zk-hero-v2 .zk-hero-frame {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: 56px 1fr;
  grid-template-rows: 1fr auto;
  min-height: var(--zk-hero-height);
  height: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: calc(var(--zk-hero-header) + 8px) 24px 0;
  box-sizing: border-box;
}

.slider.zk-hero-v2 .zk-hero-stripe {
  grid-row: 1 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.slider.zk-hero-v2 .zk-hero-stripe-text {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-family: var(--zk-font-heading, "Barlow", sans-serif);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  white-space: nowrap;
}

.slider.zk-hero-v2 .zk-hero-stage {
  display: grid;
  grid-template-columns: 1fr minmax(200px, 280px);
  align-items: center;
  align-content: center;
  gap: 24px 48px;
  padding: 0 0 0 40px;
  min-height: 100%;
  height: 100%;
  box-sizing: border-box;
}

.slider.zk-hero-v2 .zk-hero-copy {
  position: relative;
  padding-bottom: 8px;
  max-width: 640px;
  width: 100%;
}

.slider.zk-hero-v2 .zk-hero-watermark {
  position: absolute;
  left: -0.08em;
  top: -0.35em;
  font-family: var(--zk-font-heading, "Barlow", sans-serif);
  font-size: clamp(7rem, 18vw, 14rem);
  font-weight: 900;
  line-height: 0.85;
  letter-spacing: -0.04em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(91, 184, 248, 0.22);
  pointer-events: none;
  user-select: none;
  z-index: 0;
}

.slider.zk-hero-v2 .gallery-thumbs.zk-hero-thumbs {
  position: relative !important;
  width: 100% !important;
  height: auto !important;
  min-height: 13rem;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  filter: none !important;
  transform: none !important;
  text-align: left !important;
  right: auto !important;
  bottom: auto !important;
  left: 0 !important;
}

.slider.zk-hero-v2 .gallery-thumbs .swiper-wrapper {
  position: relative !important;
  height: auto !important;
  min-height: 13rem;
  transform: none !important;
  transition-duration: 0ms !important;
}

.slider.zk-hero-v2 .gallery-thumbs .swiper-slide {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: auto !important;
  opacity: 0 !important;
  margin: 0 !important;
  margin-left: 0 !important;
  padding: 0 !important;
  float: none !important;
  text-align: left !important;
  filter: none !important;
  transform: none !important;
  pointer-events: none;
}

.slider.zk-hero-v2 .gallery-thumbs .swiper-slide:not(.swiper-slide-active) {
  height: 0 !important;
  min-height: 0 !important;
  overflow: hidden !important;
  visibility: hidden;
  pointer-events: none;
}

.slider.zk-hero-v2 .gallery-thumbs .swiper-slide-active {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  opacity: 1 !important;
  height: auto !important;
  min-height: 0 !important;
  overflow: visible !important;
  visibility: visible !important;
  transform: none !important;
  filter: none !important;
  width: 100% !important;
  margin-left: 0 !important;
  float: none !important;
  pointer-events: auto;
  z-index: 2;
}

.slider.zk-hero-v2 .gallery-thumbs .swiper-slide span,
.slider.zk-hero-v2 .gallery-thumbs .swiper-slide-active span {
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  transform: none !important;
  font-size: inherit !important;
  line-height: inherit !important;
}

.slider.zk-hero-v2 .zk-hero-tag {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 0 0 14px;
  font-family: var(--zk-font-heading, "Barlow", sans-serif);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #5bb8f8;
}

.slider.zk-hero-v2 .zk-hero-tag::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 2px;
  margin-right: 12px;
  vertical-align: middle;
  background: var(--zk-gradient-h, linear-gradient(90deg, #5bb8f8, #3b82f6));
}

.slider.zk-hero-v2 .zk-hero-title,
.slider.zk-hero-v2 h1.zk-hero-title {
  position: relative;
  z-index: 1;
  margin: 0 0 14px;
  font-family: var(--zk-font-heading, "Barlow", sans-serif);
  font-size: clamp(2.75rem, 6.5vw, 4.75rem);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: var(--zk-hero-ink) !important;
}

.slider.zk-hero-v2 .zk-hero-title em {
  display: block;
  font-style: normal;
  font-weight: 800;
  font-size: 0.42em;
  letter-spacing: 0.22em;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0.15em;
}

.slider.zk-hero-v2 .zk-hero-desc {
  position: relative;
  z-index: 1;
  margin: 0;
  padding-bottom: 0;
  max-width: 520px;
}

.slider.zk-hero-v2 .zk-hero-desc a {
  display: block !important;
  font-size: 1.08rem !important;
  line-height: 1.65 !important;
  color: var(--zk-hero-muted) !important;
  font-weight: 400 !important;
  text-decoration: none !important;
  padding: 0 !important;
  transform: none !important;
  font-family: var(--zk-font-body, "Roboto", sans-serif) !important;
  transition: color 0.2s ease;
}

.slider.zk-hero-v2 .zk-hero-desc a::before {
  display: none !important;
}

.slider.zk-hero-v2 .zk-hero-desc a:hover {
  color: #fff !important;
}

.slider.zk-hero-v2 .gallery-thumbs .swiper-slide-active .zk-hero-tag,
.slider.zk-hero-v2 .gallery-thumbs .swiper-slide-active .zk-hero-title,
.slider.zk-hero-v2 .gallery-thumbs .swiper-slide-active .zk-hero-desc {
  animation: zkV2Reveal 0.7s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.slider.zk-hero-v2 .gallery-thumbs .swiper-slide-active .zk-hero-title {
  animation-delay: 0.05s;
}

.slider.zk-hero-v2 .gallery-thumbs .swiper-slide-active .zk-hero-desc {
  animation-delay: 0.12s;
}

@keyframes zkV2Reveal {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.slider.zk-hero-v2 .zk-hero-cta-row {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-top: 32px;
  padding-top: 4px;
}

/* Site buttons on dark hero — match footer / global .btn styles */
.slider.zk-hero-v2 .zk-hero-cta-row .btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  font-family: var(--zk-font-body, "Roboto", sans-serif) !important;
  transform: none !important;
  letter-spacing: normal;
  text-transform: none;
}

.slider.zk-hero-v2 .zk-hero-cta-row .btn:hover {
  transform: none !important;
}

.slider.zk-hero-v2 .zk-hero-cta-row .btn__primary.btn__bordered {
  border: 2px solid rgba(255, 255, 255, 0.85) !important;
  color: #ffffff !important;
  background: transparent !important;
}

.slider.zk-hero-v2 .zk-hero-cta-row .btn__primary.btn__bordered:hover {
  background: var(--zk-primary) !important;
  border-color: var(--zk-primary) !important;
  color: #ffffff !important;
}

/* ── Right service rail ── */
.slider.zk-hero-v2 .zk-hero-rail {
  align-self: center;
  padding: 24px 0 24px 28px;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.slider.zk-hero-v2 .zk-hero-rail-tag {
  display: block;
  margin-bottom: 20px;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  font-family: var(--zk-font-heading, "Barlow", sans-serif);
}

.slider.zk-hero-v2 .zk-hero-rail-list {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
}

.slider.zk-hero-v2 .zk-hero-rail-list li + li {
  margin-top: 4px;
}

.slider.zk-hero-v2 .zk-hero-rail-list button {
  display: grid;
  grid-template-columns: 48px 1fr;
  grid-template-rows: auto auto;
  gap: 0 12px;
  width: 100%;
  padding: 14px 12px;
  text-align: left;
  background: transparent;
  border: none;
  border-radius: 0;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.45);
  transition: color 0.25s ease, background 0.25s ease;
}

.slider.zk-hero-v2 .zk-hero-rail-list button em {
  grid-row: 1 / 3;
  font-style: normal;
  font-family: var(--zk-font-heading, "Barlow", sans-serif);
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 1;
  color: rgba(255, 255, 255, 0.2);
  transition: color 0.25s ease;
}

.slider.zk-hero-v2 .zk-hero-rail-list button strong {
  font-family: var(--zk-font-heading, "Barlow", sans-serif);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: inherit;
}

.slider.zk-hero-v2 .zk-hero-rail-list button span {
  font-size: 0.72rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.35);
  letter-spacing: 0.04em;
}

.slider.zk-hero-v2 .zk-hero-rail-list button:hover,
.slider.zk-hero-v2 .zk-hero-rail-list button.is-active {
  color: #fff;
  background: rgba(255, 255, 255, 0.04);
}

.slider.zk-hero-v2 .zk-hero-rail-list button.is-active em {
  color: #5bb8f8;
}

.slider.zk-hero-v2 .zk-hero-rail-list button.is-active strong {
  color: #fff;
}

.slider.zk-hero-v2 .zk-hero-rail-nav {
  display: flex;
  gap: 10px;
}

.slider.zk-hero-v2 .zk-hero-rail-nav .swiper-button-prev,
.slider.zk-hero-v2 .zk-hero-rail-nav .swiper-button-next {
  position: static !important;
  width: 44px !important;
  height: 44px !important;
  margin: 0 !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff !important;
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.35) !important;
  border-radius: 0 !important;
  clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 8px, 100% 100%, 8px 100%, 0 calc(100% - 8px));
  transition: background 0.2s ease, border-color 0.2s ease;
}

.slider.zk-hero-v2 .zk-hero-rail-nav .swiper-button-prev::after,
.slider.zk-hero-v2 .zk-hero-rail-nav .swiper-button-next::after {
  display: none;
}

.slider.zk-hero-v2 .zk-hero-rail-nav .swiper-button-prev:hover,
.slider.zk-hero-v2 .zk-hero-rail-nav .swiper-button-next:hover {
  background: rgba(59, 130, 246, 0.35) !important;
  border-color: #5bb8f8 !important;
}

/* ── Bottom bar ── */
.slider.zk-hero-v2 .zk-hero-bar {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 56px 1fr auto;
  align-items: center;
  gap: 0 40px;
  padding: 0 24px 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.slider.zk-hero-v2 .zk-hero-bar-spacer {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.slider.zk-hero-v2 .zk-hero-bar-track {
  height: 2px;
  background: rgba(255, 255, 255, 0.12);
  overflow: hidden;
}

.slider.zk-hero-v2 .zk-hero-progress-bar {
  display: block;
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, #5bb8f8, #3b82f6);
}

.slider.zk-hero-v2 .zk-hero-bar-meta {
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-family: var(--zk-font-heading, "Barlow", sans-serif);
  font-weight: 700;
  white-space: nowrap;
}

.slider.zk-hero-v2 .zk-hero-counter-current {
  font-size: 2rem;
  line-height: 1;
  color: #5bb8f8;
}

.slider.zk-hero-v2 .zk-hero-counter-sep {
  color: rgba(255, 255, 255, 0.25);
  font-size: 1.25rem;
}

.slider.zk-hero-v2 .zk-hero-counter-total {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.45);
}

.slider.zk-hero-v2 .zk-hero-scroll {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
  font-family: var(--zk-font-heading, "Barlow", sans-serif);
}

.slider.zk-hero-v2 .zk-hero-scroll i {
  animation: zkV2Bounce 2s ease-in-out infinite;
}

@keyframes zkV2Bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(5px); }
}

/* ── Mobile ── */
@media (max-width: 991px) {
  .slider.zk-hero-banner.zk-hero-v2.slider {
    --zk-hero-header: var(--zk-header-h, 76px);
    --zk-hero-height: auto;
    height: auto !important;
    min-height: 0 !important;
    max-height: none;
    display: block !important;
  }

  .slider.zk-hero-v2 .zk-hero-bg,
  .slider.zk-hero-v2 .gallery-top.zk-hero-slides {
    min-height: 100%;
  }

  .slider.zk-hero-v2 .zk-hero-frame {
    grid-template-columns: 1fr;
    padding-left: max(16px, var(--zk-page-gutter, 16px));
    padding-right: max(16px, var(--zk-page-gutter, 16px));
    padding-top: calc(var(--zk-hero-header) + 12px);
    min-height: 0;
    padding-bottom: 24px;
  }

  .slider.zk-hero-v2 .zk-hero-stripe,
  .slider.zk-hero-v2 .zk-hero-bar-spacer {
    display: none;
  }

  .slider.zk-hero-v2 .zk-hero-stage {
    grid-template-columns: 1fr;
    align-items: start;
    align-content: start;
    padding: 8px 0 0;
    min-height: auto;
    height: auto;
    gap: 0;
  }

  .slider.zk-hero-v2 .zk-hero-copy {
    position: relative;
    z-index: 6;
    max-width: 100%;
    padding-bottom: 4px;
  }

  .slider.zk-hero-v2 .gallery-thumbs.zk-hero-thumbs,
  .slider.zk-hero-v2 .gallery-thumbs .swiper-wrapper {
    min-height: 0 !important;
    height: auto !important;
  }

  .slider.zk-hero-v2 .gallery-thumbs .swiper-slide {
    position: relative !important;
    display: none !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }

  .slider.zk-hero-v2 .gallery-thumbs:not(.swiper-initialized) .swiper-slide:first-child,
  .slider.zk-hero-v2 .gallery-thumbs .swiper-slide-active {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto;
    z-index: 2;
  }

  .slider.zk-hero-v2 .gallery-top .swiper-slide img {
    object-position: 92% center;
    transform: translate(-50%, -50%) scale(1.15);
  }

  .slider.zk-hero-v2 .gallery-top .swiper-slide[data-hero="mobile"] img,
  .slider.zk-hero-v2 .gallery-top .swiper-slide:nth-child(2) img {
    object-position: 95% 42%;
  }

  .slider.zk-hero-v2 .zk-hero-rail {
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding: 28px 0 8px;
    margin-top: 12px;
    width: 100%;
  }

  .slider.zk-hero-v2 .zk-hero-rail-list {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    margin-bottom: 18px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    padding-bottom: 4px;
  }

  .slider.zk-hero-v2 .zk-hero-rail-list::-webkit-scrollbar {
    display: none;
  }

  .slider.zk-hero-v2 .zk-hero-rail-list li {
    flex: 0 0 min(46%, 168px);
    scroll-snap-align: start;
  }

  .slider.zk-hero-v2 .zk-hero-rail-list li + li {
    margin-top: 0;
  }

  .slider.zk-hero-v2 .zk-hero-rail-list button {
    grid-template-columns: 40px 1fr;
    grid-template-rows: auto auto;
    gap: 2px 10px;
    min-height: 76px;
    padding: 14px 12px;
    text-align: left;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
  }

  .slider.zk-hero-v2 .zk-hero-rail-list button em {
    grid-row: 1 / 3;
    font-size: 1.5rem;
  }

  .slider.zk-hero-v2 .zk-hero-rail-list button strong {
    font-size: 0.82rem;
  }

  .slider.zk-hero-v2 .zk-hero-rail-list button span {
    font-size: 0.68rem;
  }

  .slider.zk-hero-v2 .zk-hero-rail-tag,
  .slider.zk-hero-v2 .zk-hero-scroll {
    display: none;
  }

  .slider.zk-hero-v2 .zk-hero-bar {
    grid-template-columns: 1fr auto;
    gap: 16px;
    padding: 16px 0 24px;
    margin-top: 8px;
  }

  .slider.zk-hero-v2 .zk-hero-watermark {
    font-size: clamp(3.25rem, 20vw, 5rem);
    opacity: 0.4;
    top: -0.15em;
  }

  .slider.zk-hero-v2 .zk-hero-title {
    font-size: clamp(2rem, 9.5vw, 2.75rem);
    line-height: 1.05;
  }

  .slider.zk-hero-v2 .zk-hero-desc a {
    font-size: 0.95rem !important;
    line-height: 1.6 !important;
  }

  .slider.zk-hero-v2 .zk-hero-cta-row {
    margin-top: 28px;
    gap: 12px;
  }

  .slider.zk-hero-v2 .zk-hero-cta-row .btn {
    flex: 1 1 auto;
    min-width: 0;
  }

  .slider.zk-hero-v2 .gallery-thumbs.zk-hero-thumbs,
  .slider.zk-hero-v2 .gallery-thumbs .swiper-wrapper {
    min-height: 10.5rem;
  }

  .slider.zk-hero-v2 .zk-hero-mask {
    background:
      linear-gradient(0deg, rgba(4, 8, 15, 0.99) 0%, rgba(4, 8, 15, 0.82) 42%, rgba(4, 8, 15, 0.45) 68%, rgba(4, 8, 15, 0.2) 100%),
      linear-gradient(
        90deg,
        rgba(4, 8, 15, 0.98) 0%,
        rgba(4, 8, 15, 0.94) 48%,
        rgba(4, 8, 15, 0.55) 72%,
        transparent 92%
      );
  }
}


@media (prefers-reduced-motion: reduce) {
  .slider.zk-hero-v2 .gallery-thumbs .swiper-slide-active .zk-hero-tag,
  .slider.zk-hero-v2 .gallery-thumbs .swiper-slide-active .zk-hero-title,
  .slider.zk-hero-v2 .gallery-thumbs .swiper-slide-active .zk-hero-desc {
    animation: none !important;
  }

  .slider.zk-hero-v2 .zk-hero-scroll i {
    animation: none;
  }
}
