.zs-home-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 0;
  background:
    radial-gradient(circle at 15% 20%, rgba(255, 179, 71, 0.26), transparent 18%),
    radial-gradient(circle at 82% 16%, rgba(255, 255, 255, 0.18), transparent 12%),
    linear-gradient(135deg, #3a0c0c 0%, #7f1212 42%, #d82626 100%);
  transition: background 0.6s ease;
}

.zs-home-banner.is-slide-2 {
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 214, 153, 0.18), transparent 18%),
    radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.16), transparent 14%),
    linear-gradient(135deg, #381010 0%, #8c1f12 42%, #f26b2d 100%);
}

.zs-home-banner.is-slide-3 {
  background:
    radial-gradient(circle at 20% 24%, rgba(255, 179, 71, 0.2), transparent 20%),
    radial-gradient(circle at 84% 16%, rgba(255, 255, 255, 0.18), transparent 12%),
    linear-gradient(135deg, #1b2534 0%, #6b1212 44%, #cf1f1f 100%);
}

.zs-home-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.1) 0 18%, transparent 18% 100%),
    linear-gradient(0deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.04));
}

.zs-home-banner__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: center;
  min-height: 520px;
  padding: 48px 0 72px;
}

.zs-home-banner__content {
  color: #ffffff;
}

.zs-home-banner__content .zs-eyebrow {
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
}

.zs-home-banner__content .zs-eyebrow::before {
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.12);
}

.zs-home-banner__title {
  max-width: 860px;
  font-size: clamp(38px, 5vw, 66px);
  line-height: 1.04;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.zs-home-banner__text {
  max-width: 760px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 17px;
}

.zs-home-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.zs-home-banner__actions .zs-button--ghost {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.zs-home-banner__copy {
  position: relative;
  min-height: 280px;
}

.zs-home-banner__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(18px);
  transition: opacity 0.45s ease, transform 0.45s ease, visibility 0.45s ease;
}

.zs-home-banner__slide.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.zs-home-banner__pager {
  position: absolute;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  gap: 12px;
  margin-top: 0;
}

.zs-home-banner__dot {
  width: 42px;
  height: 5px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.26);
  cursor: pointer;
  transition: width 0.25s ease, background 0.25s ease;
}

.zs-home-banner__dot.is-active {
  width: 64px;
  background: #ffffff;
}

.zs-home-banner__visual {
  position: relative;
  min-height: 480px;
}

.zs-home-banner__panel {
  position: absolute;
  inset: 0;
  border-radius: 34px;
  background:
    radial-gradient(circle at top, rgba(255, 179, 71, 0.5), rgba(255, 179, 71, 0.08) 34%, transparent 56%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.06));
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(10px);
}

.zs-home-banner__glow {
  position: absolute;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 0 0 16px rgba(255, 255, 255, 0.16), 0 0 48px rgba(255, 210, 122, 0.76);
  transition: transform 0.35s ease, opacity 0.35s ease;
}

.zs-home-banner__glow--1 {
  top: 72px;
  left: 62px;
  width: 70px;
  height: 70px;
}

.zs-home-banner__glow--2 {
  top: 170px;
  right: 74px;
  width: 92px;
  height: 92px;
}

.zs-home-banner__glow--3 {
  bottom: 110px;
  left: 50%;
  width: 60px;
  height: 60px;
  transform: translateX(-50%);
}

.zs-home-banner__beam {
  position: absolute;
  left: 12%;
  right: 12%;
  bottom: 0;
  height: 62%;
  background: linear-gradient(180deg, rgba(255, 205, 104, 0.2), rgba(255, 255, 255, 0));
  clip-path: polygon(22% 0, 78% 0, 100% 100%, 0 100%);
}

.zs-home-banner__card {
  position: absolute;
  right: 8px;
  bottom: 34px;
  max-width: 248px;
  padding: 20px 22px;
  border-radius: var(--zs-radius-lg);
  background: rgba(18, 18, 24, 0.78);
  color: #ffffff;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.22);
  transition: transform 0.45s ease, opacity 0.45s ease;
}

.zs-home-banner__card strong {
  display: block;
  font-size: 21px;
}

.zs-home-banner__card p {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
}

.zs-home-section {
  padding: 86px 0;
}

.zs-home-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 42px;
}

.zs-home-heading .zs-subtitle {
  max-width: 620px;
}

.zs-home-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.zs-home-product-grid,
.zs-home-case-grid,
.zs-home-news-grid {
  display: grid;
  gap: 24px;
}

.zs-home-product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.zs-home-product-card,
.zs-home-case-card,
.zs-home-news-card {
  position: relative;
  overflow: hidden;
}

.zs-home-product-card {
  display: grid;
  gap: 14px;
  align-content: start;
  color: inherit;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.zs-home-product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 48px rgba(31, 36, 48, 0.1);
  border-color: rgba(255, 0, 0, 0.18);
}

.zs-home-product-card::after,
.zs-home-case-card::after,
.zs-home-news-card::after {
  content: "";
  position: absolute;
  inset: auto -16px -16px auto;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 179, 71, 0.18), transparent 70%);
}

.zs-home-card__label {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 0, 0, 0.08);
  color: var(--zs-primary-deep);
  font-size: 13px;
  font-weight: 700;
}

.zs-home-product-card h3,
.zs-home-case-card h3,
.zs-home-news-card h3 {
  margin-top: 18px;
  font-size: 24px;
}

.zs-home-case-card p,
.zs-home-news-card p {
  margin-top: 12px;
}

.zs-home-product-card h3 {
  margin-top: 0;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 700;
  min-height: calc(1.45em * 2);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.zs-home-product-card span {
  display: block;
  margin-top: 6px;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 700;
}

.zs-home-product-card span + span {
  margin-top: 4px;
  font-size: 14px;
  font-weight: 600;
  color: var(--zs-muted);
}

.zs-home-product-thumb {
  overflow: hidden;
  border-radius: var(--zs-radius-md);
  border: 1px solid rgba(255, 0, 0, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 242, 239, 0.88));
}

.zs-home-product-thumb img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.zs-home-product-card:hover .zs-home-product-thumb img {
  transform: scale(1.04);
}

.zs-home-case-card {
  display: grid;
  gap: 14px;
  align-content: start;
  color: inherit;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.zs-home-case-card h3 {
  margin-top: 0;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 700;
  min-height: calc(1.45em * 2);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.zs-home-case-thumb {
  overflow: hidden;
  border-radius: var(--zs-radius-md);
  border: 1px solid rgba(255, 0, 0, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 242, 239, 0.88));
}

.zs-home-case-thumb img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.zs-home-case-card:hover .zs-home-case-thumb img {
  transform: scale(1.04);
}

.zs-home-case-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 48px rgba(31, 36, 48, 0.1);
  border-color: rgba(255, 0, 0, 0.18);
}

.zs-home-product-meta,
.zs-home-case-meta,
.zs-home-news-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
  color: var(--zs-muted);
  font-size: 13px;
}

.zs-home-case-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.zs-home-case-card {
  min-height: 100%;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 242, 239, 0.92)),
    linear-gradient(135deg, rgba(255, 0, 0, 0.08), transparent);
}

.zs-home-lightbox[hidden] {
  display: none !important;
}

.zs-home-lightbox {
  position: fixed;
  inset: 0;
  z-index: 2100;
  display: grid;
  place-items: center;
  padding: 20px;
}

.zs-home-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.78);
}

.zs-home-lightbox__dialog {
  position: relative;
  z-index: 1;
  max-width: min(1100px, 92vw);
  max-height: 88vh;
}

.zs-home-lightbox__dialog img {
  display: block;
  max-width: 100%;
  max-height: 88vh;
  width: auto;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
}

.zs-home-lightbox__close {
  position: absolute;
  top: -12px;
  right: -12px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #111;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.zs-home-news-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.zs-home-news-card .zs-home-card__label {
  margin-bottom: 14px;
}

.zs-home-news-card h3 {
  margin-top: 0;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 700;
  min-height: calc(1.45em * 2);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.zs-home-news-card p {
  margin-top: 12px;
  line-height: 1.75;
  min-height: calc(1.75em * 3);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.zs-home-news-card .zs-button-row {
  margin-top: 22px;
}

@media (max-width: 1100px) {
  .zs-home-product-grid,
  .zs-home-case-grid,
  .zs-home-news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .zs-home-banner__inner {
    grid-template-columns: 1fr;
    min-height: 480px;
  }

  .zs-home-banner__copy {
    min-height: 250px;
  }
}

@media (max-width: 760px) {
  .zs-home-product-grid,
  .zs-home-case-grid,
  .zs-home-news-grid {
    grid-template-columns: 1fr;
  }

  .zs-home-banner__inner {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 36px 0 58px;
  }

  .zs-home-banner__title {
    font-size: clamp(32px, 9vw, 48px);
  }

  .zs-home-banner__text {
    font-size: 15px;
  }

  .zs-home-banner__actions .zs-button {
    width: 100%;
  }

  .zs-home-section {
    padding: 64px 0;
  }

  .zs-home-heading {
    margin-bottom: 28px;
  }

  .zs-home-banner__pager {
    bottom: 16px;
  }

  .zs-home-banner__copy {
    min-height: 300px;
  }
}

@media (max-width: 520px) {
  .zs-home-banner__inner {
    padding: 28px 0 52px;
  }

  .zs-home-banner__copy {
    min-height: 260px;
  }

  .zs-home-banner__pager {
    gap: 8px;
  }

  .zs-home-banner__dot {
    width: 32px;
  }

  .zs-home-banner__dot.is-active {
    width: 48px;
  }

  .zs-home-banner__actions {
    gap: 10px;
  }
}
