﻿﻿.zs-main .zs-wrap {
  padding-right: 1.2%;
  padding-left: 1.2%;
}

.zs-main {
  min-height: calc(100vh - 6rem);
}

.zs-hero {
  position: relative;
  min-height: 48rem;
  overflow: hidden;
}

.zs-hero-swiper,
.zs-hero-swiper .swiper-wrapper,
.zs-hero-swiper .swiper-slide {
  height: 100%;
}

.zs-hero-slide {
  position: relative;
  min-height: 48rem;
  overflow: hidden;
}

.zs-hero-slide__media,
.zs-hero-slide__media img,
.zs-hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.zs-hero-slide__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 29, 54, 0.22) 0%, rgba(8, 29, 54, 0.06) 44%, rgba(8, 29, 54, 0.12) 100%);
  z-index: 1;
}

.zs-hero-slide__media img,
.zs-hero-video {
  object-fit: cover;
  display: block;
}

.zs-hero-video {
  pointer-events: none;
}

.zs-hero-slide__media img {
  transform: scale(1.14);
  transform-origin: center center;
  transition: transform 1.15s ease-out;
  will-change: transform;
}

.zs-hero-swiper .swiper-slide-active .zs-hero-slide__media img {
  transform: scale(1);
}

.zs-hero-slide__content {
  position: relative;
  z-index: 2;
  min-height: 48rem;
  width: 100%;
}

.zs-hero-copy,
.zs-hero-detail {
  color: #fff;
  font-family: Montserrat, "Segoe UI", Arial, sans-serif;
}

.zs-hero-copy {
  position: absolute;
  left: 12.5%;
  top: 20%;
  max-width: 44rem;
}

.zs-hero-copy h2 {
  margin: 0 0 0.65rem;
  font-size: 5rem;
  line-height: 1.05;
  font-weight: 700;
  text-transform: uppercase;
}

.zs-hero-copy p {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.45;
  font-weight: 700;
}

.zs-hero-copy--service p span {
  font-size: 2.375rem;
  color: #28d9a8;
}

.zs-hero-copy--application h2 {
  margin-bottom: 0.625rem;
  font-size: 2.875rem;
}

.zs-hero-copy--application,
.zs-hero-copy--assembly,
.zs-hero-copy--service {
  left: 50%;
  text-align: center;
  transform: translateX(-50%);
}

.zs-hero-copy--assembly,
.zs-hero-copy--service {
  width: 100%;
  max-width: 100%;
  padding: 0 8%;
}

.zs-hero-copy--application p {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6;
}

.zs-hero-copy--assembly h2 span {
  color: #28d9a8;
}

.zs-hero-copy--assembly h2,
.zs-hero-copy--service h2 {
  white-space: nowrap;
}

.zs-hero-detail {
  position: absolute;
  top: 50%;
  left: 12.5%;
  right: 43%;
  transform: translateY(-50%);
}

.zs-hero-detail h2 {
  margin: 0 0 1rem;
  font-size: 2.25rem;
  line-height: 1.3;
  font-weight: 700;
  color: #fff;
}

.zs-hero-detail__panel {
  padding: 1.25rem;
  border-radius: 0.625rem;
  background: rgba(255, 255, 255, 0.8);
}

.zs-hero-detail__panel h3,
.zs-hero-detail__footer h3 {
  margin: 0 0 0.625rem;
  color: #000;
  font-size: 1.5rem;
  line-height: 1.35;
  font-weight: 700;
}

.zs-hero-detail__columns,
.zs-hero-detail__footer ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}

.zs-hero-detail__columns {
  justify-content: space-between;
}

.zs-hero-detail__columns li {
  width: 32%;
}

.zs-hero-detail__columns p,
.zs-hero-detail__footer li {
  margin: 0 0 0.4rem;
  color: #000;
  font-size: 1rem;
  line-height: 1.45;
  font-weight: 400;
}

.zs-hero-detail__footer {
  margin-top: 1rem;
  text-align: left;
}

.zs-hero-detail__footer h3,
.zs-hero-detail__footer li {
  color: #fff;
}

.zs-hero-detail__footer ul {
  justify-content: flex-start;
}

.zs-hero-detail__footer li {
  width: auto;
  margin-right: 1.25rem;
}

.zs-hero-swiper__controls {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2.25rem;
  pointer-events: none;
}

.zs-hero-swiper__button {
  pointer-events: auto;
  position: relative;
  width: 3rem;
  height: 3rem;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.72);
  cursor: pointer;
}

.zs-hero-swiper__button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.78rem;
  height: 0.78rem;
  border-top: 2px solid #4f5c68;
  border-right: 2px solid #4f5c68;
}

.zs-hero-swiper__button--prev::before {
  transform: translate(-35%, -50%) rotate(-135deg);
}

.zs-hero-swiper__button--next::before {
  transform: translate(-65%, -50%) rotate(45deg);
}

.zs-hero-slide--video .zs-hero-slide__media::after {
  background: rgba(8, 22, 40, 0.12);
}

.zs-service-overview {
  padding: 10rem 0 4rem;
}

.zs-service-overview__inner {
  max-width: 100rem;
  margin: 0 auto;
}

.zs-service-overview__title {
  margin: 0 0 2.65rem;
  color: #000;
  font-size: 3.4rem;
  line-height: 1.06;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.zs-service-overview__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.2rem;
}

.zs-service-card {
  min-height: 30.25rem;
  padding: 1.95rem 1.55rem 1.25rem;
  border-radius: 0.6rem;
  background-color: rgb(240, 249, 255);
  display: flex;
  flex-direction: column;
  transition: background-color 0.25s ease;
}

.zs-service-card:hover {
  background-color: rgb(224, 240, 250);
}

.zs-service-card__head {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 1.15rem;
}

.zs-service-card__head-copy {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.zs-service-card__head img {
  width: 3.35rem;
  height: 3.35rem;
  display: block;
  object-fit: contain;
  flex: 0 0 auto;
  backface-visibility: hidden;
  transition: transform 0.65s ease;
}

.zs-service-card__head img:hover {
  transform: scaleX(-1);
}

.zs-service-card__head h3 {
  margin: 0;
  color: #0b5394;
  font-size: 1.28rem;
  line-height: 1.25;
  font-weight: 700;
}

.zs-service-card__tagline {
  margin: 0;
  color: #4f5c68;
  font-size: 0.9rem;
  line-height: 1.4;
  font-weight: 400;
}

.zs-service-card__list {
  margin: 0 0 1.35rem;
  padding: 0;
  list-style: none;
  color: #0f1721;
  font-size: 1.2rem;
  line-height: 1.52;
  font-weight: 400;
}

.zs-service-card__list li {
  position: relative;
  padding-left: 0.72rem;
}

.zs-service-card__list li::before {
  content: "\2022";
  position: absolute;
  left: 0;
  top: 0;
  color: #0b5394;
}

.zs-service-card__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 8.75rem;
  min-height: 2.45rem;
  margin: auto auto 0;
  padding: 0 1.35rem;
  border: 3px solid #0b5394;
  border-radius: 0.35rem;
  background: #0b5394;
  color: #fff;
  font-size: 0.94rem;
  line-height: 1;
  font-weight: 400;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

.zs-service-card__actions {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.7rem;
  margin-top: auto;
}

.zs-service-card__actions .zs-service-card__link {
  margin: 0;
}

.zs-service-card__link:hover {
  background: #fff;
  color: #0b5394;
  border-width: 2px;
  border-color: #0b5394;
}

.zs-about-home {
  padding: 7rem 0;
  background: #f4f6f8 url("../img/657c140ce4e7626887.jpg") center top / cover no-repeat;
}

.zs-about-home__inner {
  max-width: 100rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(0, 0.94fr);
  align-items: center;
  gap: 3.5rem;
}

.zs-about-home__media {
  position: relative;
}

.zs-about-home__video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: #c7d8ea;
  box-shadow: 0 18px 42px rgba(40, 68, 94, 0.14);
}

.zs-about-home__content {
  color: #1e2329;
}

.zs-about-home__title {
  margin: 0 0 1.35rem;
  color: #000;
  font-size: 3.2rem;
  line-height: 1.05;
  font-weight: 700;
  text-transform: uppercase;
}

.zs-about-home__text {
  margin: 0 0 1.7rem;
  font-size: 1.22rem;
  line-height: 1.68;
  font-weight: 400;
}

.zs-about-home__text p {
  margin: 0;
}


.zs-about-home__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.zs-about-home__links-item {
  margin: 0;
}

.zs-about-home__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 11rem;
  min-height: 3.2rem;
  padding: 0 1.8rem;
  border: 2px solid #0b5394;
  border-radius: 0.35rem;
  background: #0b5394;
  color: #fff;
  font-size: 1.22rem;
  line-height: 1;
  font-weight: 400;
  transition: color 0.25s ease, background-color 0.25s ease;
}

.zs-about-home__link:hover {
  background: #fff;
  color: #0b5394;
}

.zs-stats {
  padding: 4.6rem 0 5rem;
  background: #fff;
}

.zs-stats__grid {
  max-width: 100rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 2rem;
}

.zs-stat-card {
  min-width: 0;
}

.zs-stat-card__number {
  margin: 0 0 0.85rem;
  min-height: 4.9rem;
}

.zs-stat-card__value {
  display: inline-flex;
  align-items: flex-start;
  white-space: nowrap;
  color: #fff;
  font-size: 4rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.04em;
  -webkit-text-stroke: 3px #0b5394;
  paint-order: stroke fill;
  text-shadow: none;
}

.zs-stat-card__digits {
  display: inline-block;
}

.zs-stat-card__suffix {
  display: inline-block;
  margin-left: 0.06em;
  font-size: 0.68em;
  line-height: 1;
}

.zs-stat-card h3 {
  margin: 0 0 1rem;
  color: #000;
  font-size: 1.15rem;
  line-height: 1.3;
  font-weight: 700;
}

.zs-stat-card p {
  margin: 0;
  color: #4f5e72;
  font-size: 0.94rem;
  line-height: 1.55;
  font-weight: 400;
}

.zs-industry-showcase {
  padding: 0 0 4.5rem;
  background: #fff;
}

.zs-industry-showcase .zs-wrap {
  width: 100%;
  max-width: none;
  padding-right: 0;
  padding-left: 0;
}

.zs-industry-swiper {
  position: relative;
  overflow: hidden;
}

.zs-industry-slide {
  position: relative;
  min-height: 46rem;
  overflow: hidden;
}

.zs-industry-slide__bg,
.zs-industry-slide__bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.zs-industry-slide__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 22, 46, 0.88) 0%, rgba(5, 22, 46, 0.36) 38%, rgba(5, 22, 46, 0.08) 100%),
    linear-gradient(180deg, rgba(5, 22, 46, 0.18) 0%, rgba(5, 22, 46, 0.32) 100%);
}

.zs-industry-slide__bg img {
  display: block;
  object-fit: cover;
}

.zs-industry-slide__overlay {
  position: absolute;
  top: 2.2rem;
  left: 5.2%;
  z-index: 2;
  width: min(33.5rem, calc(100% - 4rem));
  padding: 1.8rem 1.85rem 1.55rem;
  border-radius: 0.9rem;
  background: rgba(10, 27, 54, 0.62);
  box-shadow: 0 18px 40px rgba(3, 13, 27, 0.18);
  backdrop-filter: blur(2px);
  color: #fff;
}

.zs-industry-slide__overlay h3 {
  margin: 0 0 1rem;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
}

.zs-industry-slide__overlay p {
  margin: 0 0 1.35rem;
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: 400;
}

.zs-industry-slide__overlay a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 8.75rem;
  min-height: 2.8rem;
  padding: 0 1.4rem;
  background: #0b5394;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
  transition: background-color 0.25s ease, color 0.25s ease;
}

.zs-industry-slide__overlay a:hover {
  background: #fff;
  color: #0b5394;
}

.zs-industry-swiper__controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 7.75rem;
  padding: 0 1.35rem;
  pointer-events: none;
}

.zs-industry-swiper__button {
  pointer-events: auto;
  position: relative;
  width: 3rem;
  height: 3rem;
  border: 0;
  background: transparent;
  cursor: pointer;
  transition: opacity 0.25s ease;
}

.zs-industry-swiper__button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.78rem;
  height: 0.78rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.zs-industry-swiper__button:hover {
  opacity: 0.8;
}

.zs-industry-swiper__button--prev::before {
  transform: translate(-30%, -50%) rotate(-135deg);
}

.zs-industry-swiper__button--next::before {
  transform: translate(-70%, -50%) rotate(45deg);
}

.zs-industry-tabs {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-items: stretch;
  gap: 0;
  width: calc(100% - 2.4%);
  margin: -7.75rem auto 0;
  padding: 0 4.8rem;
  box-sizing: border-box;
  overflow: hidden;
  pointer-events: none;
}

.zs-industry-tab {
  position: relative;
  min-height: 7.6rem;
  padding: 1rem 0.9rem 1rem;
  border: 0;
  background: rgba(12, 24, 48, 0.78);
  color: rgba(255, 255, 255, 0.92);
  cursor: pointer;
  transition: background-color 0.28s ease, color 0.28s ease;
  pointer-events: auto;
}

.zs-industry-tab.is-active {
  background: rgba(55, 134, 227, 0.88);
}

.zs-industry-tab__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.2rem;
  height: 2.2rem;
  margin-bottom: 0.7rem;
}

.zs-industry-tab__icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.zs-industry-tab__icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.zs-industry-tab__label {
  display: block;
  font-size: 0.98rem;
  line-height: 1.3;
  font-weight: 400;
  white-space: nowrap;
}

.zs-industry-products {
  padding: 4.9rem 0 5.4rem;
  background: #fff;
}

.zs-industry-products .zs-wrap {
  max-width: 104rem;
  margin: 0 auto;
}

.zs-industry-products__title {
  margin: 0;
  color: #000;
  text-align: center;
  font-size: 3rem;
  line-height: 1.15;
  font-weight: 700;
}

.zs-industry-products__tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin: 1.7rem 0 1.6rem;
}

.zs-products-tab {
  position: relative;
  padding: 0 0 0.65rem;
  border: 0;
  background: transparent;
  color: #5d6470;
  font-size: 1.18rem;
  line-height: 1.2;
  font-weight: 400;
  cursor: pointer;
  transition: color 0.25s ease;
}

.zs-products-tab::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: #0b5394;
  transform: scaleX(0);
  transform-origin: center center;
  transition: transform 0.25s ease;
}

.zs-products-tab.is-active {
  color: #0b5394;
}

.zs-products-tab.is-active::after {
  transform: scaleX(1);
}

.zs-products-panel {
  display: block;
  padding: 0 0.15rem;
}

.zs-products-panel[hidden] {
  display: none;
}

.zs-products-panel__toolbar {
  display: flex;
  justify-content: flex-end;
  gap: 0.8rem;
  margin-bottom: 1.15rem;
}

.zs-products-panel__arrow {
  position: relative;
  width: 2.7rem;
  height: 2.7rem;
  border: 1px solid #d6dce5;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.25s ease, background-color 0.25s ease;
}

.zs-products-panel__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.7rem;
  height: 0.7rem;
  border-top: 2px solid #5c6d81;
  border-right: 2px solid #5c6d81;
}

.zs-products-panel__arrow--prev::before {
  transform: translate(-30%, -50%) rotate(-135deg);
}

.zs-products-panel__arrow--next::before {
  transform: translate(-70%, -50%) rotate(45deg);
}

.zs-products-panel__arrow:hover {
  border-color: #0b5394;
  background: #f5f9ff;
}

.zs-products-swiper {
  overflow: hidden;
  padding: 0.8rem 0.35rem 0.9rem;
}

.zs-product-card {
  display: flex;
  flex-direction: column;
  min-height: 29rem;
  padding: 0.9rem 0.9rem 1rem;
  border: 0;
  border-radius: 0.2rem;
  background: #fff;
  box-shadow: 0 8px 18px rgba(17, 32, 58, 0.08);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.zs-product-card__image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  background: #fff;
  overflow: hidden;
}

.zs-product-card__image img {
  width: 100%;
  display: block;
  object-fit: contain;
  transform: scale(1);
  transition: transform 0.36s ease;
}

.zs-product-card h3 {
  margin: 0 0 0.7rem;
  color: #111;
  font-size: 1.1rem;
  line-height: 1.35;
  font-weight: 700;
}

.zs-product-card p {
  margin: 0 0 1rem;
  color: #4f5e72;
  font-size: 0.95rem;
  line-height: 1.6;
  font-weight: 400;
}

.zs-product-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  min-width: 7.5rem;
  min-height: 2.3rem;
  margin-top: auto;
  padding: 0 1rem;
  background: #0b5394;
  color: #fff;
  font-size: 0.92rem;
  line-height: 1;
  font-weight: 400;
  transition: background-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.zs-product-card:hover,
.zs-product-card:focus-within {
  transform: translateY(-8px);
  box-shadow: 0 18px 34px rgba(17, 32, 58, 0.14);
}

.zs-product-card:hover .zs-product-card__image img,
.zs-product-card:focus-within .zs-product-card__image img {
  transform: scale(1.04);
}

.zs-product-card a:hover {
  background: #fff;
  color: #0b5394;
  box-shadow: inset 0 0 0 2px #0b5394;
  transform: translateX(4px);
}

.zs-news-blogs .zs-product-card__image {
  height: 14rem;
}

.zs-news-blogs .zs-product-card__image img {
  height: 100%;
  object-fit: cover;
}

.zs-quote-section {
  padding: 7rem 0;
  background: #0b5394 url("../img/request-a-quote-bg-1.webp") center center / cover no-repeat;
}

.zs-quote-section .zs-wrap {
  max-width: 96rem;
  margin: 0 auto;
}

.zs-quote-section__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(24rem, 34rem);
  align-items: center;
  gap: 2.6rem;
  min-height: 26rem;
}

.zs-quote-section__content {
  max-width: 40rem;
  color: #fff;
}

.zs-quote-section__title {
  margin: 0 0 2rem;
  color: #fff;
  font-size: 2.95rem;
  line-height: 1.02;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.zs-quote-section__lead {
  margin: 0 0 1.15rem;
  color: rgba(255, 255, 255, 0.95);
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: 400;
}

.zs-quote-section__phone {
  margin: 0 0 1.3rem;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.45;
  font-weight: 700;
}

.zs-quote-section__phone a {
  color: #49f0ff;
  text-decoration: underline;
  text-underline-offset: 0.12em;
}

.zs-quote-section__contact {
  margin: 0 0 1.4rem;
  color: rgba(255, 255, 255, 0.95);
  font-size: 1.2rem;
  line-height: 1.55;
  font-weight: 400;
}

.zs-quote-section__contact a {
  color: #49f0ff;
  text-decoration: underline;
  text-underline-offset: 0.12em;
}

.zs-quote-section__phone span {
  display: inline-block;
  margin: 0 0.4rem;
  color: rgba(255, 255, 255, 0.9);
}

.zs-quote-section__benefits {
  padding: 0;
  margin: 0 0 1.15rem;
  list-style: none;
}

.zs-quote-section__benefits li {
  position: relative;
  padding-left: 1.2rem;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.55;
  font-weight: 400;
}

.zs-quote-section__benefits li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.36rem;
  width: 0.58rem;
  height: 0.34rem;
  border-left: 2px solid #59f06a;
  border-bottom: 2px solid #59f06a;
  transform: rotate(-45deg);
}

.zs-quote-section__note {
  margin: 0;
  color: rgba(255, 255, 255, 0.98);
  font-size: 1.2rem;
  line-height: 1.45;
  font-weight: 400;
}

.zs-quote-form {
  width: 100%;
  padding: 1.45rem 2.1rem 1.7rem;
  border: 10px solid rgba(177, 212, 247, 0.42);
  border-radius: 1rem;
  background: rgba(50, 126, 211, 1);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.zs-quote-form__title {
  margin: 0;
  color: #fff;
  text-align: center;
  font-size: 2.45rem;
  line-height: 1.12;
  font-weight: 400;
}

.zs-quote-form__subtitle {
  margin: 0.25rem 0 1rem;
  color: rgba(255, 255, 255, 0.96);
  text-align: center;
  font-size: 0.95rem;
  line-height: 1.5;
  font-weight: 400;
}

.zs-quote-form__body {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.zs-quote-form__body input,
.zs-quote-form__body textarea {
  width: 100%;
  border: 0;
  border-radius: 0.22rem;
  background: rgba(255, 255, 255, 0.95);
  color: #27486d;
  font-size: 0.92rem;
  line-height: 1.2;
  font-weight: 400;
  box-sizing: border-box;
}

.zs-quote-form__body input {
  height: 2.3rem;
  padding: 0 0.85rem;
}

.zs-quote-form__body textarea {
  min-height: 6rem;
  padding: 0.75rem 0.85rem;
  resize: vertical;
}

.zs-quote-form__body input::placeholder,
.zs-quote-form__body textarea::placeholder {
  color: #8699b0;
}

.zs-quote-form__label {
  margin-bottom: -0.45rem;
  color: #fff;
  font-size: 0.95rem;
  line-height: 1.4;
  font-weight: 700;
}

.zs-quote-form__submit {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 2.5rem;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 0.22rem;
  background: transparent;
  color: #fff;
  font-size: 0.95rem;
  line-height: 1;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.zs-quote-form__submit::after {
  content: "";
  width: 0.42rem;
  height: 0.42rem;
  margin-left: 0.45rem;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.zs-quote-form__submit:hover {
  background: #fff;
  color: #0b5394;
  border-color: #fff;
}

.zs-quote-form__submit:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.zs-quote-form__status {
  margin: 0;
  color: #ffffff;
  font-size: 0.88rem;
  line-height: 1.6;
}

.zs-quote-form__status.is-success {
  color: #dff5db;
}

.zs-faq-section {
  padding: 5.4rem 0 6.3rem;
}

.zs-faq-section .zs-wrap {
  max-width: 104rem;
  margin: 0 auto;
}

.zs-faq-section__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.4rem;
}

.zs-faq-column__title {
  margin: 0 0 2.6rem;
  color: #000;
  font-size: 2.5rem;
  line-height: 1.18;
  font-weight: 400;
}

.zs-faq-list {
  display: grid;
  gap: 1.3rem;
}

.zs-faq-item {
  border: 1px solid #e7e7e7;
  border-radius: 0.75rem;
  background: #fff;
  overflow: hidden;
  transition: box-shadow 0.25s ease, border-color 0.25s ease;
}

.zs-faq-item:hover {
  border-color: #d9d9d9;
  box-shadow: 0 10px 24px rgba(16, 29, 46, 0.04);
}

.zs-faq-item.is-open {
  border-color: #dadada;
}

.zs-faq-item__trigger {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 4.9rem;
  padding: 1rem 3.65rem 1rem 1.65rem;
  border: 0;
  background: transparent;
  color: #000;
  text-align: left;
  cursor: pointer;
}

.zs-faq-item__trigger span {
  display: -webkit-box;
  overflow: hidden;
  font-size: 1.15rem;
  line-height: 1.4;
  font-weight: 700;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.zs-faq-item__trigger::after {
  content: "";
  position: absolute;
  right: 1.65rem;
  top: 50%;
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath fill='%23000000' d='M490.897 723.696c0.973 0.486 1.824 1.338 2.797 1.703 17.758 8.514 39.651 5.717 53.882-9.365l325.116-343.725c17.758-18.731 16.907-48.287-1.824-66.045s-48.287-16.907-66.045 1.824L513.033 616.541 216.986 309.305c-17.881-18.609-47.436-19.096-66.045-1.216-9.487 9.122-14.351 21.407-14.352 33.57 0 11.676 4.378 23.353 13.137 32.353l328.278 340.563c0.608 0.608 1.581 0.851 2.189 1.581 0.487 0.487 0.851 0.973 1.338 1.581 2.797 2.797 6.203 4.135 9.365 5.959z'/%3E%3C/svg%3E") center / contain no-repeat;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.25s ease;
}

.zs-faq-item.is-open .zs-faq-item__trigger::after {
  transform: translateY(-50%) rotate(180deg);
}

.zs-faq-item__panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.32s ease;
}

.zs-faq-item__content {
  padding: 0 1.65rem 1.45rem;
  color: #4e5560;
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 400;
}

.zs-partners {
  padding: 4.6rem 0 5.1rem;
  background: #fff;
}

.zs-partners .zs-wrap {
  max-width: 104rem;
  margin: 0 auto;
}

.zs-partners__title {
  margin: 0;
  color: #000;
  text-align: center;
  font-size: 3rem;
  line-height: 1.15;
  font-weight: 700;
}

.zs-partners__text {
  max-width: 78rem;
  margin: 1.65rem auto 2.5rem;
  color: #222;
  text-align: center;
  font-size: 1.14rem;
  line-height: 1.6;
  font-weight: 400;
}

.zs-partners__slider {
  display: grid;
  grid-template-columns: 2.8rem minmax(0, 1fr) 2.8rem;
  align-items: center;
  gap: 1.15rem;
  width: 100%;
}

.zs-partners__slider > * {
  min-width: 0;
}

.zs-partners-swiper {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  padding: 0.2rem 0;
}

.zs-partners-swiper .swiper-wrapper {
  align-items: stretch;
}

.zs-partners-column {
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
  height: auto;
  box-sizing: border-box;
}

.zs-partner-card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 4.3rem;
  border: 1px solid #d9dde5;
  background: #fff;
  padding: 0.35rem 0.45rem;
  box-sizing: border-box;
}

.zs-partner-card img {
  display: block;
  max-width: 100%;
  max-height: 2.6rem;
  width: auto;
  height: auto;
  object-fit: contain;
}

.zs-partners__arrow {
  position: relative;
  width: 2.8rem;
  height: 2.8rem;
  border: 0;
  background: transparent;
  cursor: pointer;
  transition: opacity 0.25s ease;
}

.zs-partners__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.72rem;
  height: 0.72rem;
  border-top: 2px solid #0b5394;
  border-right: 2px solid #0b5394;
}

.zs-partners__arrow--prev::before {
  transform: translate(-30%, -50%) rotate(-135deg);
}

.zs-partners__arrow--next::before {
  transform: translate(-70%, -50%) rotate(45deg);
}

.zs-partners__arrow:hover {
  opacity: 0.72;
}

@media (max-width: 1280px) {
  .zs-service-overview__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .zs-about-home__inner {
    gap: 2rem;
  }

  .zs-stats__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem 1.5rem;
  }

  .zs-industry-tabs {
    padding: 0 4.1rem;
  }

  .zs-industry-tab__label {
    white-space: normal;
  }

  .zs-product-card {
    min-height: 27.5rem;
  }

  .zs-quote-section__title {
    font-size: 2.45rem;
  }

  .zs-quote-section__inner {
    grid-template-columns: minmax(0, 1fr) minmax(21rem, 22.5rem);
    gap: 2.1rem;
  }

  .zs-faq-column__title {
    font-size: 2.2rem;
  }

  .zs-partners__title {
    font-size: 2.7rem;
  }
}

@media (max-width: 1024px) {
  .zs-main .zs-wrap {
    padding-right: 1.75rem;
    padding-left: 1.75rem;
  }

  .zs-service-overview__title {
    font-size: 2.9rem;
  }

  .zs-service-card {
    min-height: auto;
  }

  .zs-about-home__title {
    font-size: 2.7rem;
  }

  .zs-about-home__text {
    font-size: 1.05rem;
  }

  .zs-stat-card__value {
    font-size: 3.35rem;
  }

  .zs-industry-slide {
    min-height: 40rem;
  }

  .zs-industry-slide__overlay {
    width: min(30rem, calc(100% - 3rem));
  }

  .zs-industry-products__title {
    font-size: 2.6rem;
  }

  .zs-product-card {
    min-height: 26rem;
  }

  .zs-product-card__image {
    height: 11rem;
  }

  .zs-quote-section {
    padding: 4.2rem 0;
  }

  .zs-quote-section__inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .zs-quote-section__content {
    max-width: 40rem;
  }

  .zs-quote-form {
    max-width: 31rem;
  }

  .zs-faq-section {
    padding: 4.6rem 0 5.2rem;
  }

  .zs-faq-section__grid {
    gap: 1.8rem;
  }

  .zs-faq-column__title {
    margin-bottom: 2rem;
    font-size: 1.95rem;
  }

  .zs-faq-item__trigger {
    min-height: 4.45rem;
    padding-right: 3.35rem;
  }

  .zs-faq-item__trigger span {
    font-size: 1.05rem;
  }

  .zs-partners__text {
    font-size: 1.02rem;
  }
}

@media (max-width: 860px) {
  .zs-hero,
  .zs-hero-slide,
  .zs-hero-slide__content {
    min-height: 40rem;
  }

  .zs-hero-copy {
    left: 6%;
    max-width: 34rem;
  }

  .zs-hero-copy h2 {
    font-size: 3rem;
  }

  .zs-hero-copy--assembly h2,
  .zs-hero-copy--service h2 {
    white-space: normal;
    line-height: 1.12;
  }

  .zs-hero-copy--assembly,
  .zs-hero-copy--service {
    padding: 0 6%;
  }

  .zs-hero-copy--application,
  .zs-hero-copy--assembly,
  .zs-hero-copy--service {
    top: 50%;
    left: 50%;
    right: auto;
    width: min(100%, 42rem);
    transform: translate(-50%, -50%);
    text-align: center;
  }

  .zs-hero-copy p {
    font-size: 1.1rem;
  }

  .zs-hero-detail {
    left: 4%;
    right: 35%;
  }

  .zs-hero-detail h2 {
    font-size: 1.75rem;
  }

  .zs-hero-detail__panel h3,
  .zs-hero-detail__footer h3 {
    font-size: 1.25rem;
  }

  .zs-hero-detail__columns p,
  .zs-hero-detail__footer li {
    font-size: 0.875rem;
  }

  .zs-service-overview {
    padding: 3rem 0 3.5rem;
  }

  .zs-service-overview__title {
    margin-bottom: 2rem;
    font-size: 2.35rem;
  }

  .zs-service-overview__grid {
    grid-template-columns: 1fr;
  }

  .zs-about-home {
    padding: 4rem 0 4.25rem;
  }

  .zs-about-home__inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .zs-about-home__title {
    font-size: 2.35rem;
  }

  .zs-stats {
    padding: 3.4rem 0 3.8rem;
  }

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

  .zs-industry-showcase {
    padding-bottom: 3.5rem;
  }

  .zs-industry-slide {
    min-height: 36rem;
  }

  .zs-industry-slide__overlay {
    top: 1.5rem;
    left: 1.25rem;
    width: min(28rem, calc(100% - 2.5rem));
    padding: 1.35rem 1.35rem 1.2rem;
  }

  .zs-industry-slide__overlay h3 {
    font-size: 1.7rem;
  }

  .zs-industry-slide__overlay p {
    font-size: 1rem;
  }

  .zs-industry-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    margin-top: 0;
    padding: 0;
  }

  .zs-industry-tab__label {
    white-space: normal;
  }

  .zs-industry-products {
    padding: 4rem 0 4.4rem;
  }

  .zs-industry-products__title {
    font-size: 2.2rem;
  }

  .zs-industry-products__tabs {
    gap: 1.5rem;
  }

  .zs-quote-section {
    padding: 3.5rem 0 3.8rem;
  }

  .zs-quote-section__title {
    margin-bottom: 1.45rem;
    font-size: 2rem;
  }

  .zs-quote-section__lead,
  .zs-quote-section__phone,
  .zs-quote-section__benefits li,
  .zs-quote-section__note {
    font-size: 0.98rem;
  }

  .zs-quote-form {
    max-width: none;
    padding: 1.25rem 1.2rem 1.35rem;
  }

  .zs-quote-form__title {
    font-size: 2rem;
  }

  .zs-faq-section {
    padding: 4rem 0 4.4rem;
  }

  .zs-faq-section__grid {
    grid-template-columns: 1fr;
    gap: 2.35rem;
  }

  .zs-faq-column__title {
    font-size: 1.75rem;
  }

  .zs-faq-item__trigger span {
    -webkit-line-clamp: 2;
  }

  .zs-partners {
    padding: 4rem 0 4.4rem;
  }

  .zs-partners__title {
    font-size: 2.25rem;
  }

  .zs-partners__text {
    margin-bottom: 2rem;
  }

  .zs-partners__slider {
    grid-template-columns: 2.4rem minmax(0, 1fr) 2.4rem;
    gap: 0.75rem;
  }

  .zs-partners-column {
    gap: 0.55rem;
  }
}

@media (max-width: 640px) {
  .zs-main .zs-wrap {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .zs-hero,
  .zs-hero-slide,
  .zs-hero-slide__content {
    min-height: 30rem;
  }

  .zs-hero-copy,
  .zs-hero-detail {
    left: 1rem;
    right: 1rem;
  }

  .zs-hero-copy {
    top: 18%;
    max-width: none;
  }

  .zs-hero-copy--application,
  .zs-hero-copy--assembly,
  .zs-hero-copy--service {
    top: 50%;
    left: 50%;
    right: auto;
    width: calc(100% - 2rem);
    transform: translate(-50%, -50%);
    text-align: center;
  }

  .zs-hero-copy h2 {
    font-size: 2rem;
  }

  .zs-hero-copy--assembly,
  .zs-hero-copy--service {
    padding: 0 1rem;
  }

  .zs-hero-copy--assembly h2,
  .zs-hero-copy--service h2 {
    white-space: normal;
    line-height: 1.15;
  }

  .zs-hero-copy--application h2 {
    font-size: 1.8rem;
  }

  .zs-hero-copy p,
  .zs-hero-copy--application p {
    font-size: 0.92rem;
  }

  .zs-hero-copy--service p span {
    font-size: 1.45rem;
  }

  .zs-hero-detail {
    top: 1rem;
    transform: none;
  }

  .zs-hero-detail h2 {
    margin-bottom: 0.7rem;
    font-size: 1.15rem;
    line-height: 1.22;
  }

  .zs-hero-detail__panel {
    padding: 0.8rem 0.85rem;
  }

  .zs-hero-detail__columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.35rem 0.7rem;
  }

  .zs-hero-detail__columns li {
    width: auto;
  }

  .zs-hero-detail__panel h3,
  .zs-hero-detail__footer h3 {
    margin-bottom: 0.45rem;
    font-size: 0.92rem;
    line-height: 1.3;
  }

  .zs-hero-detail__columns p,
  .zs-hero-detail__footer li {
    font-size: 0.75rem;
    line-height: 1.42;
  }

  .zs-hero-detail__columns p {
    margin-bottom: 0.28rem;
  }

  .zs-hero-detail__footer {
    margin-top: 0.7rem;
  }

  .zs-hero-detail__footer ul {
    display: block;
  }

  .zs-hero-detail__footer li {
    margin-right: 0;
    margin-bottom: 0.3rem;
  }

  .zs-hero-swiper__controls {
    padding: 0 1rem;
  }

  .zs-hero-swiper__button {
    width: 2.4rem;
    height: 2.4rem;
  }

  .zs-hero-swiper__pagination .swiper-pagination-bullet {
    font-size: 0.9rem;
  }

  .zs-service-overview {
    padding: 2.5rem 0 3rem;
  }

  .zs-service-overview__title {
    font-size: 1.9rem;
  }

  .zs-service-card {
    padding: 1.35rem 1rem 1rem;
  }

  .zs-service-card__head {
    align-items: flex-start;
  }

  .zs-service-card__head h3 {
    font-size: 1rem;
  }

  .zs-service-card__tagline {
    font-size: 0.78rem;
  }

  .zs-service-card__list {
    font-size: 0.86rem;
  }

  .zs-about-home {
    padding: 3rem 0 3.2rem;
  }

  .zs-about-home__title {
    font-size: 1.9rem;
  }

  .zs-about-home__text {
    font-size: 0.95rem;
    line-height: 1.65;
  }

  .zs-about-home__link {
    min-width: 9.5rem;
    min-height: 2.9rem;
    font-size: 1rem;
  }

  .zs-about-home__links {
    gap: 0.7rem;
  }

  .zs-stats {
    padding: 2.8rem 0 3rem;
  }

  .zs-stats__grid {
    grid-template-columns: 1fr;
    gap: 1.8rem;
  }

  .zs-stat-card__number {
    min-height: 0;
    margin-bottom: 0.55rem;
  }

  .zs-stat-card__value {
    font-size: 2.9rem;
  }

  .zs-industry-showcase {
    padding-bottom: 3rem;
  }

  .zs-industry-slide {
    min-height: 30rem;
  }

  .zs-industry-slide__overlay {
    width: calc(100% - 2rem);
    left: 1rem;
    top: 1rem;
    padding: 1rem;
  }

  .zs-industry-slide__overlay h3 {
    font-size: 1.4rem;
  }

  .zs-industry-slide__overlay p {
    font-size: 0.92rem;
    line-height: 1.55;
  }

  .zs-industry-swiper__controls {
    top: auto;
    bottom: 1rem;
    transform: none;
    height: auto;
    padding: 0 0.7rem;
  }

  .zs-industry-swiper__button {
    width: 2.45rem;
    height: 2.45rem;
  }

  .zs-industry-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    margin-top: 0;
    padding: 0;
  }

  .zs-industry-tab {
    min-height: 6.6rem;
  }

  .zs-industry-tab__label {
    white-space: normal;
    font-size: 0.92rem;
  }

  .zs-industry-products {
    padding: 3rem 0 3.4rem;
  }

  .zs-industry-products__title {
    font-size: 1.9rem;
  }

  .zs-industry-products__tabs {
    flex-wrap: wrap;
    gap: 1rem;
    margin: 1.2rem 0 1.1rem;
  }

  .zs-products-tab {
    font-size: 1rem;
  }

  .zs-quote-section {
    padding: 3rem 0 3.2rem;
    background-position: 64% center;
  }

  .zs-quote-section__title {
    font-size: 1.7rem;
  }

  .zs-quote-section__lead {
    font-size: 0.92rem;
  }

  .zs-quote-section__phone,
  .zs-quote-section__benefits li,
  .zs-quote-section__note {
    font-size: 0.9rem;
  }

  .zs-quote-section__phone span {
    display: none;
  }

  .zs-quote-section__phone strong {
    display: block;
    margin-top: 0.3rem;
  }

  .zs-quote-form__title {
    font-size: 1.6rem;
  }

  .zs-quote-form__subtitle {
    font-size: 0.82rem;
  }

  .zs-quote-form__body {
    gap: 0.65rem;
  }

  .zs-quote-form__body input {
    height: 2.15rem;
  }

  .zs-quote-form__body textarea {
    min-height: 5.35rem;
  }

  .zs-quote-form {
    border-width: 6px;
    padding: 1rem 0.95rem 1.1rem;
  }

  .zs-faq-section {
    padding: 3rem 0 3.4rem;
  }

  .zs-faq-column__title {
    margin-bottom: 1.4rem;
    font-size: 1.45rem;
  }

  .zs-faq-list {
    gap: 0.95rem;
  }

  .zs-faq-item__trigger {
    min-height: 4rem;
    padding: 0.95rem 2.9rem 0.95rem 1rem;
  }

  .zs-faq-item__trigger span {
    font-size: 0.98rem;
    line-height: 1.35;
  }

  .zs-faq-item__trigger::after {
    right: 1.05rem;
    width: 0.9rem;
    height: 0.9rem;
  }

  .zs-faq-item__content {
    padding: 0 1rem 1.1rem;
    font-size: 0.92rem;
    line-height: 1.65;
  }

  .zs-products-panel__toolbar {
    justify-content: center;
  }

  .zs-product-card {
    min-height: 24rem;
  }

  .zs-product-card__image {
    height: 10rem;
  }

  .zs-partners {
    padding: 3rem 0 3.4rem;
  }

  .zs-partners__title {
    font-size: 1.95rem;
  }

  .zs-partners__text {
    font-size: 0.95rem;
    line-height: 1.7;
  }

  .zs-partners__slider {
    grid-template-columns: 2rem minmax(0, 1fr) 2rem;
    gap: 0.4rem;
  }

  .zs-partners-column {
    gap: 0.45rem;
  }

  .zs-partner-card {
    min-height: 3.5rem;
  }

  .zs-partner-card img {
    max-height: 2.2rem;
  }
}

@media (max-width: 480px) {
  .zs-main .zs-wrap {
    padding-right: 0.85rem;
    padding-left: 0.85rem;
  }

  .zs-hero-copy h2,
  .zs-hero-copy--application h2 {
    font-size: 1.6rem;
  }

  .zs-hero-copy p,
  .zs-hero-copy--application p,
  .zs-hero-copy--service p {
    font-size: 0.84rem;
  }

  .zs-service-overview__title,
  .zs-about-home__title,
  .zs-industry-products__title,
  .zs-partners__title,
  .zs-faq-column__title {
    font-size: 1.6rem;
  }

  .zs-stat-card__value {
    font-size: 2.45rem;
  }

  .zs-industry-slide__overlay {
    width: calc(100% - 1.4rem);
    left: 0.7rem;
    top: 0.7rem;
    padding: 0.85rem;
  }

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

  .zs-products-panel__arrow {
    width: 2.4rem;
    height: 2.4rem;
  }

  .zs-quote-section {
    padding: 2.5rem 0 2.8rem;
  }

  .zs-quote-section__title {
    font-size: 1.45rem;
  }

  .zs-quote-form__title {
    font-size: 1.45rem;
  }

  .zs-quote-form__body input,
  .zs-quote-form__body textarea,
  .zs-quote-form__submit {
    font-size: 0.86rem;
  }

  .zs-faq-item__trigger {
    min-height: 3.7rem;
    padding-right: 2.7rem;
  }

  .zs-faq-item__trigger span {
    font-size: 0.92rem;
  }

  .zs-partners__slider {
    grid-template-columns: 1.75rem minmax(0, 1fr) 1.75rem;
  }
}
