.zs-index-main {
  background: #0b1320;
}

.zs-hero {
  position: relative;
  overflow: hidden;
}

.zs-hero-swiper,
.zs-hero__slide {
  min-height: 100vh;
}

.zs-hero__slide {
  position: relative;
  display: flex;
  align-items: stretch;
}

.zs-hero__image,
.zs-hero__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.zs-hero__image {
  object-fit: cover;
}

.zs-hero__shade {
  background:
    linear-gradient(180deg, rgba(6, 17, 31, 0.18) 0%, rgba(6, 17, 31, 0.48) 35%, rgba(6, 17, 31, 0.7) 100%),
    radial-gradient(circle at center, rgba(27, 92, 134, 0.16) 0%, rgba(0, 0, 0, 0) 45%);
}

.zs-hero__inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 144px 0 96px;
}

.zs-hero__content {
  max-width: 840px;
  text-align: center;
  color: #ffffff;
}

.zs-hero__eyebrow {
  margin: 0 0 22px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 0.9);
}

.zs-hero__title {
  margin: 0;
  font-size: clamp(42px, 6vw, 64px);
  font-weight: 800;
  line-height: 1.03;
  letter-spacing: -0.04em;
}

.zs-hero__summary {
  max-width: 720px;
  margin: 24px auto 0;
  font-size: 16px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.88);
}

.zs-hero__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 38px;
}

.zs-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 176px;
  min-height: 54px;
  padding: 0 28px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.35s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.35s cubic-bezier(0.4, 0, 0.2, 1), color 0.35s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.zs-btn:hover,
.zs-btn:focus-visible {
  transform: translateY(-2px) scale(1.01);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
}

.zs-btn--outline {
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.zs-btn--outline:hover,
.zs-btn--outline:focus-visible {
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.16);
}

.zs-btn--solid {
  background: linear-gradient(135deg, var(--zs-color-primary) 0%, var(--zs-color-accent) 100%);
  color: #ffffff;
}

.zs-btn--solid:hover,
.zs-btn--solid:focus-visible {
  background: linear-gradient(135deg, var(--zs-color-primary-dark) 0%, var(--zs-color-primary) 100%);
}

.zs-hero__pagination {
  bottom: 34px !important;
}

.zs-hero__pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  background: rgba(255, 255, 255, 0.45);
  opacity: 1;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.zs-hero__pagination .swiper-pagination-bullet-active {
  transform: scale(1.18);
  background: var(--zs-color-primary);
}

@media (max-width: 1024px) {

  .zs-hero-swiper,
  .zs-hero__slide {
    min-height: 92vh;
  }

  .zs-hero__inner {
    min-height: 92vh;
    padding: 150px 0 88px;
  }

  .zs-hero__content {
    max-width: 760px;
  }

  .zs-hero__eyebrow {
    margin-bottom: 18px;
  }

  .zs-hero__summary {
    font-size: 15px;
    line-height: 1.8;
  }

  .zs-hero__actions {
    margin-top: 30px;
  }
}

@media (max-width: 920px) {
  .zs-hero__inner {
    padding: 138px 0 80px;
  }

  .zs-hero__content {
    max-width: 680px;
  }

  .zs-hero__title {
    font-size: clamp(38px, 6vw, 56px);
  }

  .zs-hero__summary {
    max-width: 620px;
  }
}

@media (max-width: 767px) {

  .zs-hero-swiper,
  .zs-hero__slide,
  .zs-hero__inner {
    min-height: auto;
  }

  .zs-hero__inner {
    min-height: 100svh;
    align-items: center;
    padding: 150px 0 90px;
  }

  .zs-hero__content {
    max-width: 100%;
  }

  .zs-hero__eyebrow {
    margin-bottom: 16px;
    font-size: 12px;
    line-height: 1.7;
  }

  .zs-hero__title {
    font-size: clamp(30px, 9vw, 42px);
    line-height: 1.08;
    letter-spacing: -0.03em;
  }

  .zs-hero__summary {
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.75;
  }

  .zs-hero__actions {
    flex-direction: column;
    gap: 12px;
    margin-top: 24px;
  }

  .zs-btn {
    width: 100%;
    min-width: 0;
    min-height: 52px;
  }

  .zs-hero__pagination {
    bottom: 22px !important;
  }
}

@media (max-width: 480px) {
  .zs-hero__inner {
    padding: 136px 0 84px;
  }

  .zs-hero__title {
    font-size: clamp(28px, 8.4vw, 36px);
  }

  .zs-hero__summary {
    font-size: 13px;
    line-height: 1.7;
  }

  .zs-btn {
    min-height: 50px;
    padding: 0 20px;
    font-size: 13px;
  }

  .zs-hero__pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}

.zs-section {
  position: relative;
  padding: 90px 0;
  background: #ffffff;
}

.zs-title {
  margin: 0 0 16px;
  color: var(--zs-color-text);
  font-size: clamp(2rem, 1.25rem + 2vw, 3.1rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.zs-title--medium {
  font-size: clamp(1.8rem, 1.15rem + 1.2vw, 2.7rem);
}

.zs-copy {
  margin: 0;
  color: var(--zs-color-text-muted);
  font-size: 16px;
  line-height: 1.9;
}

.zs-card {
  height: 100%;
  border: 1px solid rgba(17, 17, 17, 0.08);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
  transition: transform var(--zs-transition), box-shadow var(--zs-transition), border-color var(--zs-transition);
}

.zs-card:hover {
  transform: translateY(-6px);
  border-color: rgba(27, 92, 134, 0.14);
  box-shadow: 0 22px 44px rgba(15, 23, 42, 0.12);
}

.zs-media-card {
  overflow: hidden;
}

.zs-media-card__body {
  padding: 22px 24px 24px;
}

.zs-surface {
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(17, 17, 17, 0.06);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(18px);
}

.zs-feature-list {
  display: grid;
  gap: 16px;
  margin-top: 24px;
}

.zs-feature-line {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 14px;
  align-items: start;
}

.zs-feature-icon {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(27, 92, 134, 0.12), rgba(74, 141, 184, 0.18));
  color: var(--zs-color-primary);
  font-weight: 800;
}

.zs-feature-line strong {
  display: block;
  margin-bottom: 6px;
  color: var(--zs-color-text);
}

.zs-feature-line p {
  margin: 0;
  color: var(--zs-color-text-muted);
  line-height: 1.8;
}

.zs-check-list {
  display: grid;
  gap: 14px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.zs-check-list li {
  position: relative;
  padding-left: 28px;
}

.zs-check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.68em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--zs-color-primary), var(--zs-color-accent));
  box-shadow: 0 0 0 6px rgba(27, 92, 134, 0.08);
}

[data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1), transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.zs-core-offer {
  padding-top: 108px;
}

.zs-core-offer__head {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: start;
  margin-bottom: 34px;
}

.zs-core-offer__title {
  margin: 0;
  color: var(--zs-color-primary);
  font-size: clamp(2.2rem, 1.6rem + 2vw, 4rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.zs-core-offer__intro {
  margin: 0;
  max-width: 72ch;
  color: var(--zs-color-text);
  font-size: 1.18rem;
  line-height: 1.8;
}

.zs-core-products-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.zs-core-products-grid>.zs-core-product-card:nth-child(-n + 2) {
  grid-column: span 3;
}

.zs-core-products-grid>.zs-core-product-card:nth-child(n + 3) {
  grid-column: span 2;
}

.zs-core-product-card {
  position: relative;
  overflow: hidden;
  min-height: 300px;
  border-radius: 8px;
  border: 0;
  padding: 0;
  box-shadow: none;
  transform: translateY(0);
  transition: transform var(--zs-transition), box-shadow var(--zs-transition);
}

.zs-core-product-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(17, 46, 88, 0.26) 100%),
    linear-gradient(90deg, rgba(15, 75, 150, 0.1) 0%, rgba(15, 75, 150, 0.02) 52%, rgba(15, 75, 150, 0.1) 100%);
  transition: background var(--zs-transition), opacity var(--zs-transition);
}

.zs-core-product-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), filter 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.zs-core-product-card .zs-media-card__body {
  position: absolute;
  inset: auto 0 0;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 10px 20px;
  padding: 18px 22px 16px;
  background: linear-gradient(180deg, rgba(8, 16, 34, 0) 0%, rgba(8, 16, 34, 0.2) 24%, rgba(8, 16, 34, 0.56) 100%);
  transform: translateY(0);
  transition: transform var(--zs-transition), background var(--zs-transition);
}

.zs-core-product-card h3 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.28rem, 1.1rem + 0.5vw, 1.9rem);
  line-height: 1.15;
}

.zs-core-product-card p {
  grid-column: 1 / 2;
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1rem;
  line-height: 1.55;
}

.zs-core-product-card__arrow {
  grid-column: 2 / 3;
  grid-row: 1 / 3;
  align-self: center;
  justify-self: end;
  width: 34px;
  height: 34px;
  transform: translateX(0);
  transition: transform var(--zs-transition), opacity var(--zs-transition);
}

.zs-core-product-card__arrow svg {
  display: block;
  width: 100%;
  height: 100%;
}

.zs-core-product-card:hover,
.zs-core-product-card:focus-visible {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.16);
}

.zs-core-product-card:hover::before,
.zs-core-product-card:focus-visible::before {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(17, 46, 88, 0.14) 28%, rgba(17, 46, 88, 0.74) 100%),
    linear-gradient(135deg, rgba(27, 92, 134, 0.18) 0%, rgba(27, 92, 134, 0.02) 50%, rgba(8, 16, 34, 0.08) 100%);
}

.zs-core-product-card:hover img,
.zs-core-product-card:focus-visible img {
  transform: scale(1.06);
  filter: saturate(1.04) contrast(1.02);
}

.zs-core-product-card:hover .zs-media-card__body,
.zs-core-product-card:focus-visible .zs-media-card__body {
  transform: translateY(-2px);
  background: linear-gradient(180deg, rgba(8, 16, 34, 0) 0%, rgba(8, 16, 34, 0.16) 18%, rgba(8, 16, 34, 0.72) 100%);
}

.zs-core-product-card:hover .zs-core-product-card__arrow,
.zs-core-product-card:focus-visible .zs-core-product-card__arrow {
  transform: translateX(6px);
}

.zs-product-insight {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 100px;
  align-items: stretch;
}

.zs-product-insight__panel {
  height: 100%;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.zs-product-insight__panel .zs-copy {
  color: var(--zs-color-text);
}

.zs-product-insight__list .zs-feature-line {
  grid-template-columns: 1fr;
  gap: 0;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
}

.zs-product-insight__list .zs-feature-line:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.zs-product-insight__list .zs-feature-icon {
  display: none;
}

.zs-product-insight__actions,
.zs-compliance-support__actions,
.zs-manufacturing-strength__actions,
.zs-rnd-support__actions,
.zs-export-markets__actions,
.zs-distributor-showcase__actions {
  display: flex;
  margin-top: 28px;
}

.zs-distributor-showcase-section {
  overflow: hidden;
  padding: 110px 0;
  background:
    linear-gradient(90deg, rgba(8, 16, 34, 0.72) 0%, rgba(8, 16, 34, 0.56) 36%, rgba(8, 16, 34, 0.34) 68%, rgba(8, 16, 34, 0.22) 100%),
    linear-gradient(180deg, rgba(8, 16, 34, 0.08) 0%, rgba(8, 16, 34, 0.2) 100%),
    url("../img/pic2.webp") center/cover no-repeat;
}

.zs-distributor-showcase__content {
  position: relative;
  z-index: 1;
  max-width: 720px;
}

.zs-distributor-showcase__content .zs-title,
.zs-distributor-showcase__content .zs-copy {
  color: #ffffff;
}

.zs-distributor-showcase__content .zs-copy {
  color: rgba(255, 255, 255, 0.9);
}

.zs-distributor-showcase__points {
  margin-top: 26px;
  color: rgba(255, 255, 255, 0.92);
}

.zs-distributor-showcase__points li {
  padding-left: 34px;
}

.zs-distributor-showcase__points li::before {
  top: 0.22em;
  width: 18px;
  height: 18px;
  border-radius: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M511.006881 64.592111c-247.195985 0-447.565479 200.369493-447.565479 447.566502 0 247.168356 200.369493 447.566502 447.565479 447.566502 247.168356 0 447.566502-200.398146 447.566502-447.566502C958.573383 264.961604 758.175237 64.592111 511.006881 64.592111zM511.006881 895.376551c-211.645304 0-383.217938-171.59924-383.217938-383.217938 0-211.646328 171.572634-383.217938 383.217938-383.217938s383.217938 171.572634 383.217938 383.217938C894.22482 723.776288 722.652186 895.376551 511.006881 895.376551z' fill='%23ffffff'/%3E%3Cpath d='M706.369338 385.719922c-11.580756 0-22.099321 4.700045-29.706579 12.308327L454.6135 620.581997l-137.570215-138.074705c-7.608282-7.609305-18.098193-12.308327-29.706579-12.308327-23.161512 0-41.958624 18.769482-41.958624 41.959647 0 11.580756 4.670369 22.043039 12.252045 29.622668l167.277818 167.837566c7.580652 7.580652 18.098193 12.308327 29.706579 12.308327 11.609409 0 22.099321-4.700045 29.707602-12.308327l0 0.028653 251.754814-252.343215c7.553023-7.580652 12.252045-18.070564 12.252045-29.65132C748.327962 404.491451 729.53085 385.719922 706.369338 385.719922z' fill='%23ffffff'/%3E%3C/svg%3E") center/contain no-repeat;
  box-shadow: none;
}

.zs-compliance-support__grid,
.zs-manufacturing-strength__grid,
.zs-rnd-support__grid {
  display: grid;
  gap: 46px;
  align-items: stretch;
}

.zs-compliance-support__grid {
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
}

.zs-compliance-support__content .zs-copy,
.zs-manufacturing-strength__content .zs-copy,
.zs-rnd-support__content .zs-copy,
.zs-export-markets__card .zs-copy,
.zs-sustainability-positioning__head .zs-copy {
  color: var(--zs-color-text);
}

.zs-compliance-support__tags,
.zs-export-markets__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.zs-compliance-support__tags span,
.zs-export-markets__chips span {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(27, 92, 134, 0.08);
  color: var(--zs-color-primary);
  font-size: 0.92rem;
  font-weight: 600;
}

.zs-compliance-support__media {
  position: relative;
  min-height: 100%;
}

.zs-compliance-support__frame {
  overflow: hidden;
  min-height: 100%;
  border-radius: 8px;
  background: #eef3f8;
}

.zs-compliance-support__frame img,
.zs-compliance-support__floating-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.zs-compliance-support__floating-shot {
  position: absolute;
  right: 22px;
  bottom: 22px;
  width: min(45%, 290px);
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border: 8px solid rgba(255, 255, 255, 0.94);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.16);
  background: #ffffff;
}

.zs-compliance-support__docwall {
  position: absolute;
  left: 22px;
  bottom: 22px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  width: min(52%, 330px);
}

.zs-compliance-support__doc {
  padding: 16px 16px 14px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.12);
  backdrop-filter: blur(10px);
}

.zs-compliance-support__doc strong {
  display: block;
  color: var(--zs-color-text);
  font-size: 1rem;
}

.zs-compliance-support__doc span {
  display: block;
  margin-top: 4px;
  color: var(--zs-color-text-muted);
  font-size: 0.86rem;
}

.zs-manufacturing-strength {
  background: #f3f5f7;
}

.zs-manufacturing-strength__head,
.zs-rnd-support__head {
  margin-bottom: 52px;
}

.zs-manufacturing-strength__grid {
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
}

.zs-manufacturing-strength__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 28px;
  margin-top: 26px;
}

.zs-manufacturing-strength__stats article:nth-child(3) {
  grid-column: 1 / -1;
}

.zs-manufacturing-strength__value {
  display: block;
  color: var(--zs-color-primary);
  font-size: clamp(2.5rem, 2rem + 1vw, 4rem);
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.zs-manufacturing-strength__label {
  display: block;
  margin-top: 10px;
  color: var(--zs-color-text);
  font-size: 0.98rem;
  font-weight: 700;
}

.zs-manufacturing-strength__stats p {
  margin: 10px 0 0;
  color: var(--zs-color-text-muted);
  font-size: 0.96rem;
  line-height: 1.75;
}

.zs-manufacturing-strength__media,
.zs-rnd-support__media {
  overflow: hidden;
  min-height: 520px;
  border-radius: 8px;
  background: #eef3f8;
}

.zs-manufacturing-strength__media img,
.zs-rnd-support__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.zs-rnd-support__grid {
  grid-template-columns: minmax(0, 0.98fr) minmax(0, 1.02fr);
}

.zs-rnd-support__content {
  order: 1;
}

.zs-rnd-support__media {
  order: 2;
}

.zs-rnd-support__points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 18px;
  margin-top: 26px;
}

.zs-rnd-support__points article {
  padding: 18px;
  border-radius: 8px;
  background: rgba(27, 92, 134, 0.04);
  border: 1px solid rgba(27, 92, 134, 0.08);
}

.zs-rnd-support__points strong {
  display: block;
  color: var(--zs-color-text);
  font-size: 1rem;
  line-height: 1.5;
}

.zs-export-markets {
  background: #f3f5f7;
}

.zs-export-markets__stage {
  position: relative;
  min-height: 620px;
}

.zs-export-markets__image {
  overflow: hidden;
  width: min(100%, 980px);
  min-height: 620px;
  border-radius: 8px;
  background: #eef3f8;
}

.zs-export-markets__image img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
}

.zs-export-markets__card {
  position: absolute;
  right: 0;
  bottom: 36px;
  width: min(100%, 560px);
  padding: 34px 34px 32px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 22px 54px rgba(15, 23, 42, 0.14);
}

.zs-cooperation-scenarios__head {
  display: grid;
  gap: 14px;
  margin-bottom: 34px;
}

.zs-cooperation-scenarios__slider-wrap {
  position: relative;
}

.zs-cooperation-scenarios__card {
  overflow: hidden;
  height: auto;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.08);
}

.zs-cooperation-scenarios__card img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

.zs-cooperation-scenarios__card-body {
  padding: 22px 22px 24px;
}

.zs-cooperation-scenarios__card-body h3 {
  margin: 0;
  color: var(--zs-color-text);
  font-size: 1.18rem;
  line-height: 1.35;
}

.zs-cooperation-scenarios__card-body p {
  margin: 12px 0 0;
  color: var(--zs-color-text-muted);
  line-height: 1.8;
}

.zs-cooperation-scenarios__link {
  display: inline-flex;
  align-items: center;
  margin-top: 14px;
  color: var(--zs-color-primary);
  font-weight: 700;
  line-height: 1.4;
  transition: color var(--zs-transition), transform var(--zs-transition);
}

.zs-cooperation-scenarios__link::after {
  content: "";
  width: 8px;
  height: 8px;
  margin-left: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform var(--zs-transition);
}

.zs-cooperation-scenarios__link:hover,
.zs-cooperation-scenarios__link:focus-visible {
  color: var(--zs-color-primary-dark);
  transform: translateX(2px);
}

.zs-cooperation-scenarios__link:hover::after,
.zs-cooperation-scenarios__link:focus-visible::after {
  transform: translateX(2px) rotate(45deg);
}

.zs-cooperation-scenarios__nav {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(27, 92, 134, 0.08);
  color: var(--zs-color-primary);
  cursor: pointer;
  transition: transform var(--zs-transition), background-color var(--zs-transition);
}

.zs-cooperation-scenarios__nav--prev {
  left: -72px;
  transform: translateY(-50%);
}

.zs-cooperation-scenarios__nav--next {
  right: -72px;
  transform: translateY(-50%);
}

.zs-cooperation-scenarios__nav:hover,
.zs-cooperation-scenarios__nav:focus-visible {
  background: rgba(27, 92, 134, 0.14);
}

.zs-cooperation-scenarios__nav--prev:hover,
.zs-cooperation-scenarios__nav--prev:focus-visible {
  transform: translate(-2px, -50%);
}

.zs-cooperation-scenarios__nav--next:hover,
.zs-cooperation-scenarios__nav--next:focus-visible {
  transform: translate(2px, -50%);
}

.zs-cooperation-scenarios__nav span {
  font-size: 2rem;
  line-height: 1;
}

.zs-cooperation-scenarios__actions {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.zs-sustainability-positioning {
  background: #f3f4f6;
}

.zs-sustainability-positioning__head {
  max-width: 860px;
  margin: 0 auto 28px;
  text-align: center;
}

.zs-sustainability-positioning__layout {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.zs-sustainability-positioning__card,
.zs-sustainability-positioning__image {
  height: 100%;
  border-radius: 12px;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04), 0 10px 24px rgba(15, 23, 42, 0.05);
}

.zs-sustainability-positioning__card {
  padding: 24px 22px 22px;
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.06);
  transition: transform var(--zs-transition), box-shadow var(--zs-transition), border-color var(--zs-transition);
}

.zs-sustainability-positioning__card:hover,
.zs-sustainability-positioning__card:focus-within {
  transform: translateY(-4px);
  border-color: rgba(27, 92, 134, 0.12);
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.08);
}

.zs-sustainability-positioning__icon {
  display: inline-flex;
  width: 36px;
  height: 36px;
  margin-bottom: 18px;
  color: #82aa62;
}

.zs-sustainability-positioning__icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.zs-sustainability-positioning__card h3 {
  margin: 0;
  color: #202733;
  font-size: 1.08rem;
  line-height: 1.35;
}

.zs-sustainability-positioning__card p {
  margin: 12px 0 0;
  color: #5f6672;
  font-size: 0.96rem;
  line-height: 1.7;
}

.zs-sustainability-positioning__image {
  overflow: hidden;
  margin: 0;
  min-height: 212px;
  background: #dfe7ee;
}

.zs-sustainability-positioning__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1), filter 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

.zs-sustainability-positioning__image:hover img {
  transform: scale(1.04);
  filter: saturate(1.03);
}

.zs-request-support {
  background:
    linear-gradient(180deg, rgba(8, 16, 34, 0.46) 0%, rgba(8, 16, 34, 0.34) 100%),
    url("../img/pic3.webp") center/cover no-repeat;
}

.zs-request-support__head {
  max-width: 860px;
  margin: 0 auto 34px;
  text-align: center;
}

.zs-request-support__head .zs-title {
  color: #ffffff;
}

.zs-request-support__head .zs-copy,
.zs-request-support__cta-copy {
  color: rgba(255, 255, 255, 0.9);
}

.zs-request-support__contact-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.zs-request-support__contact-card {
  height: 100%;
  padding: 20px 18px 18px;
  border-radius: 8px;
  background: #ffffff;
}

.zs-request-support__label {
  display: block;
  margin-bottom: 8px;
  color: var(--zs-color-primary);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.zs-request-support__contact-card a,
.zs-request-support__contact-card p {
  margin: 0;
  color: var(--zs-color-text);
  font-size: 0.98rem;
  line-height: 1.8;
}

.zs-request-support__cta-copy {
  max-width: 760px;
  margin: 22px auto 0;
  line-height: 1.8;
  text-align: center;
}

.zs-request-support__actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.zs-request-support__actions .zs-btn {
  justify-content: center;
}

@media (max-width: 1180px) {

  .zs-core-offer__head,
  .zs-product-insight,
  .zs-compliance-support__grid,
  .zs-manufacturing-strength__grid,
  .zs-rnd-support__grid {
    grid-template-columns: 1fr;
  }

  .zs-export-markets__stage {
    min-height: auto;
  }

  .zs-export-markets__image,
  .zs-export-markets__image img {
    width: 100%;
    min-height: 520px;
  }

  .zs-export-markets__card {
    position: static;
    width: 100%;
    margin-top: -42px;
    margin-left: auto;
  }

  .zs-cooperation-scenarios__nav--prev {
    left: -18px;
  }

  .zs-cooperation-scenarios__nav--next {
    right: -18px;
  }
}

@media (max-width: 1024px) {
  .zs-section {
    padding: 74px 0;
  }

  .zs-core-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .zs-manufacturing-strength__stats,
  .zs-rnd-support__points,
  .zs-request-support__contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .zs-sustainability-positioning__layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .zs-section {
    padding: 92px 0;
  }

  .zs-surface {
    padding: 22px;
    border-radius: 24px;
  }

  .zs-core-offer {
    padding-top: 84px;
  }

  .zs-core-offer__head {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 24px;
  }

  .zs-core-products-grid,
  .zs-rnd-support__points,
  .zs-request-support__contact-grid,
  .zs-request-support__actions,
  .zs-sustainability-positioning__layout {
    grid-template-columns: 1fr;
  }

  .zs-core-products-grid>.zs-core-product-card {
    grid-column: auto;
  }

  .zs-core-product-card,
  .zs-core-product-card img {
    min-height: 240px;
    height: 240px;
  }

  .zs-core-product-card .zs-media-card__body {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 16px 16px 14px;
  }

  .zs-core-product-card h3 {
    font-size: 1.05rem;
    line-height: 1.18;
  }

  .zs-core-product-card p {
    font-size: 0.98rem;
    line-height: 1.45;
  }

  .zs-core-product-card__arrow {
    grid-column: auto;
    grid-row: auto;
    justify-self: start;
    width: 36px;
    height: 36px;
  }

  .zs-product-insight__panel {
    padding: 24px;
  }

  .zs-distributor-showcase-section {
    padding: 84px 0;
    background:
      linear-gradient(180deg, rgba(8, 16, 34, 0.62) 0%, rgba(8, 16, 34, 0.48) 100%),
      url("../img/pic2.webp") center/cover no-repeat;
  }

  .zs-compliance-support__media,
  .zs-compliance-support__frame {
    min-height: 420px;
  }

  .zs-manufacturing-strength__stats {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .zs-manufacturing-strength__media,
  .zs-rnd-support__media {
    min-height: 380px;
  }

  .zs-export-markets__image,
  .zs-export-markets__image img {
    min-height: 320px;
  }

  .zs-export-markets__card {
    margin-top: 16px;
    padding: 24px 20px 22px;
  }

  .zs-compliance-support__docwall {
    position: static;
    width: 100%;
    margin-top: 14px;
  }

  .zs-compliance-support__floating-shot {
    width: min(48%, 220px);
    right: 16px;
    bottom: 16px;
    border-width: 6px;
  }

  .zs-cooperation-scenarios__card img {
    height: 240px;
  }

  .zs-sustainability-positioning__card {
    padding: 22px 18px 20px;
  }

  .zs-sustainability-positioning__image {
    min-height: 240px;
  }

  .zs-cooperation-scenarios__nav--prev {
    left: -8px;
  }

  .zs-cooperation-scenarios__nav--next {
    right: -8px;
  }
}

@media (max-width: 575px) {

  .zs-compliance-support__media,
  .zs-compliance-support__frame {
    min-height: 0;
  }

  .zs-compliance-support__frame {
    aspect-ratio: 4 / 3;
  }

  .zs-compliance-support__frame img,
  .zs-compliance-support__floating-shot img {
    display: block;
  }

  .zs-compliance-support__floating-shot {
    position: static;
    width: 100%;
    margin: 14px 0 0;
    aspect-ratio: 4 / 3;
    border: 0;
    border-radius: 8px;
    box-shadow: none;
  }

  .zs-compliance-support__docwall {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 14px;
  }

  .zs-compliance-support__doc {
    padding: 14px 14px 12px;
  }
}