﻿.zs-hero {
  display: flex;
  height: 988px;
  padding: calc(var(--zs-shell-height) + 128px) var(--zs-padding-x) 100px;
  position: relative;
}

.zs-hero__left {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  width: 50%;
  z-index: 2;
}

.zs-hero h1 {
  color: var(--zs-color-ui-2);
  display: flex;
  flex-direction: column;
  font-family: "zs-gilroy-bold", "zs-misans-bold", Arial, sans-serif;
  font-size: 120px;
  line-height: 0.92;
  margin: 0 0 20px;
}

.zs-hero h1 strong {
  color: var(--zs-color-ui);
}

.zs-part-search {
  align-items: center;
  background: var(--zs-color-2);
  border: 2px solid var(--zs-color-ui);
  border-radius: 999px;
  display: flex;
  height: 64px;
  max-width: 100%;
  width: 100%;
}

.zs-part-search__category {
  align-items: center;
  align-self: stretch;
  background: transparent;
  color: var(--zs-color-ui-2);
  display: inline-flex;
  font-family: "zs-gilroy-bold", "zs-misans-bold", Arial, sans-serif;
  font-size: 20px;
  gap: 10px;
  justify-content: center;
  min-width: 200px;
}

.zs-part-search__divider {
  background: var(--zs-color-ui);
  height: calc(100% - 16px);
  width: 1px;
}

.zs-part-search input {
  background: transparent;
  border: 0;
  flex: 1;
  font-size: 20px;
  min-width: 0;
  outline: none;
  padding: 0 16px;
}

.zs-part-search__submit {
  align-items: center;
  align-self: stretch;
  background: var(--zs-color-ui);
  border-radius: 38px;
  color: var(--zs-color-2);
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 20px;
  gap: 12px;
  justify-content: center;
  margin: 4px 4px 4px 0;
  padding: 0 28px;
}

.zs-suggested {
  margin-top: 40px;
}

.zs-suggested h2 {
  font-family: "zs-gilroy-bold", "zs-misans-bold", Arial, sans-serif;
  font-size: 20px;
  margin: 0 0 20px;
}

.zs-suggested ul {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 0;
  width: 60%;
}

.zs-suggested li {
  width: 25%;
}

.zs-suggested a {
  color: var(--zs-color-g2);
  display: block;
  font-size: 14px;
  overflow: hidden;
  padding-right: 8px;
  text-decoration: underline;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.zs-hero__right {
  background: url("../img/home-banner.webp") 70% center / cover no-repeat;
  height: 100%;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 45%;
}

.zs-linecard {
  align-items: center;
  background: var(--zs-color-light-blue);
  display: flex;
  flex-direction: column;
  padding: 104px calc(var(--zs-padding-x) + 50px);
}

.zs-linecard__intro {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}

.zs-linecard__intro h2 {
  font-family: "zs-gilroy-bold", "zs-misans-bold", Arial, sans-serif;
  font-size: 96px;
  line-height: 1;
  margin: 0 0 28px;
  white-space: nowrap;
}

.zs-linecard__intro p {
  color: var(--zs-color-g2);
  font-size: 24px;
  margin: 0;
  max-width: 1220px;
  text-align: center;
}

.zs-linecard__grid {
  display: grid;
  gap: 40px 32px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  width: 100%;
}

.zs-linecard__grid li:nth-child(6) {
  margin-left: 100px;
}

.zs-linecard__grid a,
.zs-linecard__row a {
  align-items: center;
  background: var(--zs-color-2);
  border-radius: 8px;
  display: flex;
  height: 112px;
  justify-content: center;
  padding: 16px 20px;
  transition: box-shadow var(--zs-transition);
}

.zs-linecard__grid a:hover,
.zs-linecard__row a:hover {
  box-shadow: 0 6px 10px 2px rgba(147, 176, 178, 0.3);
}

.zs-linecard__grid img,
.zs-linecard__row img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.zs-linecard__mobile {
  display: none;
}

.zs-linecard > .zs-btn {
  margin-top: 20px;
}

.zs-stats {
  background: var(--zs-color-ui-2);
  color: var(--zs-color-2);
  display: flex;
  gap: 140px;
  padding: 112px var(--zs-padding-x) 32px;
}

.zs-stats > h2 {
  flex: 0 0 306px;
  font-family: "zs-gilroy-bold", "zs-misans-bold", Arial, sans-serif;
  font-size: 32px;
  margin: 0;
}

.zs-stats__grid {
  display: grid;
  gap: 0 200px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
}

.zs-stats__item {
  margin-bottom: 80px;
}

.zs-stats__head {
  align-items: flex-end;
  border-bottom: 1px solid var(--zs-color-g5);
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  padding-bottom: 16px;
}

.zs-stats__head h3 {
  display: block;
  font-family: "zs-gilroy-bold", "zs-misans-bold", Arial, sans-serif;
  font-size: 112px;
  line-height: 1;
  margin: 0 0 28px;
}

.zs-stats__head h4 {
  font-family: "zs-gilroy-bold", "zs-misans-bold", Arial, sans-serif;
  font-size: 32px;
  line-height: 1;
  margin: 0;
}

.zs-stats__badge {
  color: var(--zs-color-ui);
  font-family: "zs-gilroy-bold", "zs-misans-bold", Arial, sans-serif;
  font-size: 56px;
  line-height: 1;
}

.zs-stats__item p {
  font-size: 20px;
  margin: 0;
}

.zs-stats__item p strong {
  color: var(--zs-color-2);
}

.zs-industries__wrap {
  background: url("../img/industries.webp") center center / cover no-repeat;
  padding: 96px 0;
}

.zs-industries__box {
  background: var(--zs-color-ui);
  border-radius: 0 12px 12px 0;
  color: var(--zs-color-2);
  overflow: hidden;
  padding: 76px 0 76px 240px;
  position: relative;
  width: 80%;
}

.zs-industries__box::before {
  background: url("../img/curve-5.webp") no-repeat;
  content: "";
  height: 1057px;
  left: -820px;
  position: absolute;
  top: -500px;
  width: 2807px;
}

.zs-industries__box::after {
  background: url("../img/curve-2.webp") no-repeat;
  bottom: -550px;
  content: "";
  height: 725px;
  left: 0;
  position: absolute;
  width: 2376px;
}

.zs-industries__box h2 {
  font-family: "zs-gilroy-bold", "zs-misans-bold", Arial, sans-serif;
  font-size: 28px;
  margin: 0 0 56px;
  position: relative;
  z-index: 1;
}

.zs-industries__viewport {
  height: 418px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.zs-industries__track {
  animation: zs-scroll-industries 26s linear infinite;
}

.zs-industries__viewport:hover .zs-industries__track {
  animation-play-state: paused;
}

.zs-industries__list li {
  align-items: center;
  display: flex;
  font-size: 36px;
  margin-bottom: 52px;
}

.zs-industries__num {
  display: inline-block;
  margin-right: 100px;
}

.zs-industries__list a {
  align-items: center;
  display: inline-flex;
  font-family: "zs-gilroy-bold", "zs-misans-bold", Arial, sans-serif;
  gap: 20px;
  transition: transform 0.5s ease;
  white-space: nowrap;
}

.zs-industries__list a:hover {
  text-decoration: underline;
  transform: scale(1.08);
}

@keyframes zs-scroll-industries {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-50%);
  }
}

.zs-contact {
  background: var(--zs-color-ui-dark);
  color: var(--zs-color-2);
  display: flex;
  padding: 100px var(--zs-padding-x);
}

.zs-contact__left,
.zs-contact__right {
  flex: 1;
}

.zs-contact__left h2 {
  font-family: "zs-gilroy-bold", "zs-misans-bold", Arial, sans-serif;
  font-size: 56px;
  margin: 0 0 12px;
}

.zs-contact__left p {
  font-size: 18px;
  margin: 0 0 28px;
}

.zs-contact__image {
  position: relative;
}

.zs-contact__image::after {
  border: 5px solid var(--zs-color-ui);
  border-radius: 50%;
  content: "";
  height: 128px;
  position: absolute;
  right: -64px;
  top: -64px;
  width: 128px;
}

.zs-contact__image img {
  border-radius: 8px;
  height: 366px;
  object-fit: cover;
  width: 100%;
}

.zs-contact__right {
  margin-left: 179px;
}

.zs-form__grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.zs-form__grid label {
  display: block;
}

.zs-form__grid span {
  color: var(--zs-color-2);
  display: block;
  font-family: "zs-gilroy-bold", "zs-misans-bold", Arial, sans-serif;
  font-size: 16px;
  margin-bottom: 8px;
}

.zs-form__grid input,
.zs-form__grid textarea {
  background: transparent;
  border: 1px solid #dde9f1;
  border-radius: 999px;
  color: var(--zs-color-2);
  display: block;
  height: 48px;
  outline: none;
  padding: 0 24px;
  width: 100%;
}

.zs-form__grid input::placeholder,
.zs-form__grid textarea::placeholder {
  color: rgba(255, 255, 255, 0.65);
}

.zs-form__grid textarea {
  border-radius: 12px;
  height: 176px;
  padding: 12px 24px;
  resize: vertical;
}

.zs-form__full {
  grid-column: 1 / -1;
}

.zs-form .zs-btn {
  margin-top: 24px;
}

.zs-location {
  background: var(--zs-color-2);
  overflow: hidden;
  padding: 100px var(--zs-padding-x);
  position: relative;
  z-index: 1;
}

.zs-location__intro {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 48px;
}

.zs-location__intro h2 {
  font-family: "zs-gilroy-bold", "zs-misans-bold", Arial, sans-serif;
  font-size: 56px;
  margin: 0;
}

.zs-location__intro p {
  color: var(--zs-color-g2);
  font-size: 20px;
  margin: 0;
  text-align: right;
  width: 800px;
}

.zs-location__grid {
  display: grid;
  gap: 70px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.zs-location__card {
  background: var(--zs-color-2);
  border-radius: var(--zs-radius-lg);
  box-shadow: var(--zs-shadow-card);
  overflow: hidden;
  text-align: center;
}

.zs-location__card img {
  height: 340px;
  object-fit: cover;
  width: 100%;
}

.zs-location__text {
  padding: 32px 36px;
}

.zs-location__text h3 {
  color: var(--zs-color-ui);
  font-family: "zs-gilroy-bold", "zs-misans-bold", Arial, sans-serif;
  font-size: 32px;
  line-height: 1;
  margin: 0 0 12px;
}

.zs-location__text h4 {
  color: var(--zs-color-ui-2);
  font-family: "zs-gilroy-bold", "zs-misans-bold", Arial, sans-serif;
  font-size: 22px;
  margin: 0 0 16px;
}

.zs-location__text p {
  color: var(--zs-color-g2);
  font-size: 16px;
  line-height: 1.45;
  margin: 0;
}

.zs-location__contact {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 20px;
}

.zs-location__contact a {
  color: var(--zs-color-ui-2);
  font-size: 16px;
}

.zs-insights {
  background: var(--zs-color-ui-dark);
  display: flex;
  overflow: hidden;
  padding: 96px var(--zs-padding-x);
  position: relative;
}

.zs-insights::before {
  background: url("../img/curve.webp") no-repeat;
  bottom: 0;
  content: "";
  height: 319px;
  left: 0;
  position: absolute;
  width: 1920px;
}

.zs-insights__left {
  display: flex;
  flex: 0 0 40%;
  flex-direction: column;
  margin-right: 87px;
  position: relative;
  z-index: 1;
}

.zs-insights__left h2 {
  color: var(--zs-color-2);
  font-family: "zs-gilroy-bold", "zs-misans-bold", Arial, sans-serif;
  font-size: 52px;
  line-height: 1.2;
  margin: 0 0 28px;
}

.zs-insights__left p {
  color: var(--zs-color-2);
  font-size: 22px;
  line-height: 1.2;
  margin: 0 0 48px;
}

.zs-insights__left .zs-btn {
  align-self: flex-start;
  margin-top: auto;
  white-space: nowrap;
  width: auto;
}

.zs-insights__right {
  flex: 0 0 60%;
  min-width: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.zs-insights__right .swiper-wrapper {
  align-items: stretch;
}

.zs-insights__right .swiper-slide {
  height: auto;
}

.zs-insight-card {
  height: auto;
}

.zs-insight-card__link {
  align-items: flex-start;
  background: var(--zs-color-2);
  border-radius: var(--zs-radius-md);
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px 20px 32px;
}

.zs-insight-card__link img {
  height: 208px;
  margin-bottom: 24px;
  object-fit: cover;
  width: 100%;
}

.zs-insight-card__meta {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  width: 100%;
}

.zs-insight-card__meta span {
  background: var(--zs-color-ui);
  border-radius: 4px;
  color: var(--zs-color-2);
  font-size: 16px;
  padding: 4px 8px;
}

.zs-insight-card__meta time {
  color: var(--zs-color-ui);
  font-size: 16px;
}

.zs-insight-card h3 {
  color: var(--zs-color-ui-2);
  display: -webkit-box;
  font-family: "zs-gilroy-bold", "zs-misans-bold", Arial, sans-serif;
  font-size: 22px;
  line-height: 1.1;
  margin: 0 0 12px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.zs-insight-card p {
  color: var(--zs-color-ui-2);
  display: -webkit-box;
  font-size: 12px;
  margin: 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.zs-insight-card__cta {
  color: var(--zs-color-ui);
  display: inline-flex;
  gap: 8px;
  margin-top: auto;
  padding-top: 24px;
  position: relative;
}

.zs-insight-card__cta-icon {
  align-self: center;
  display: block;
  flex: 0 0 auto;
  height: 18px;
  width: 18px;
}

.zs-insight-card__cta::after {
  background: var(--zs-color-ui);
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.zs-insight-card__link:hover h3 {
  color: var(--zs-color-ui);
}


@media (max-width: 1600px) {
  .zs-stats {
    gap: 60px;
  }

  .zs-stats__grid {
    gap: 0 120px;
  }

  .zs-stats__head h3 {
    font-size: 80px;
  }
}

@media (max-width: 1200px) {
  .zs-hero {
    display: flex;
    flex-direction: column;
    height: auto;
    padding: calc(var(--zs-shell-height) + 48px) 0 0;
  }

  .zs-hero__left {
    padding: 0 var(--zs-padding-x) 48px;
    width: 100%;
  }

  .zs-hero h1 {
    font-size: 40px;
    margin-bottom: 16px;
    width: 90%;
  }

  .zs-part-search {
    border-width: 1px;
    height: 40px;
    padding-right: 4px;
  }

  .zs-part-search__category,
  .zs-part-search__divider {
    display: none;
  }

  .zs-part-search input {
    font-size: 12px;
    padding: 0 12px;
  }

  .zs-part-search__submit {
    font-size: 12px;
    gap: 0;
    margin: 0;
    width: 58px;
  }

  .zs-part-search__submit span:first-child {
    display: none;
  }

  .zs-suggested {
    margin-top: 20px;
  }

  .zs-suggested h2 {
    font-size: 14px;
    margin-bottom: 0;
  }

  .zs-suggested ul {
    width: 100%;
  }

  .zs-suggested li {
    width: 33.3333%;
  }

  .zs-suggested a {
    font-size: 12px;
    margin-top: 12px;
  }

  .zs-hero__right {
    height: 168px;
    position: static;
    width: 100%;
  }

  .zs-linecard {
    overflow: hidden;
    padding: 40px var(--zs-padding-x);
  }

  .zs-linecard__intro {
    align-items: flex-start;
    margin-bottom: 28px;
  }

  .zs-linecard__intro h2 {
    font-size: 24px;
    margin-bottom: 12px;
  }

  .zs-linecard__intro p {
    font-size: 12px;
    text-align: left;
  }

  .zs-linecard__grid {
    display: none;
  }

  .zs-linecard__mobile {
    display: block;
    width: 100%;
  }

  .zs-linecard__row {
    display: flex;
    justify-content: center;
    margin-bottom: 12px;
  }

  .zs-linecard__row a {
    border-radius: 4px;
    height: 36px;
    margin-right: 8px;
    padding: 8px 12px;
    width: 72px;
  }

  .zs-linecard__row a:last-child {
    margin-right: 0;
  }

  .zs-stats {
    display: block;
    padding: 40px var(--zs-padding-x);
  }

  .zs-stats > h2 {
    font-size: 18px;
    margin-bottom: 28px;
  }

  .zs-stats__grid {
    gap: 0;
    grid-template-columns: 1fr;
  }

  .zs-stats__item {
    margin-bottom: 20px;
  }

  .zs-stats__head {
    margin-bottom: 8px;
    padding-bottom: 12px;
  }

  .zs-stats__head h3 {
    font-size: 40px;
    margin: 0 12px 0 0;
  }

  .zs-stats__head h4 {
    font-size: 16px;
  }

  .zs-stats__badge {
    font-size: 32px;
  }

  .zs-stats__item p {
    font-size: 12px;
  }

  .zs-industries__wrap {
    padding: 54px 0;
  }

  .zs-industries__box {
    padding: 48px var(--zs-padding-x);
    width: calc(100% - 24px);
  }

  .zs-industries__box h2 {
    font-size: 14px;
    margin-bottom: 32px;
  }

  .zs-industries__box::before {
    display: none;
  }

  .zs-industries__box::after {
    bottom: -470px;
    left: -650px;
  }

  .zs-industries__viewport {
    height: 300px;
  }

  .zs-industries__list li {
    font-size: 18px;
    margin-bottom: 28px;
  }

  .zs-industries__num {
    margin-right: 16px;
  }

  .zs-contact {
    flex-direction: column;
    padding: 40px var(--zs-padding-x);
  }

  .zs-contact__left {
    margin-bottom: 12px;
  }

  .zs-contact__left h2 {
    font-size: 24px;
  }

  .zs-contact__left p {
    font-size: 14px;
    margin-bottom: 12px;
  }

  .zs-contact__image::after {
    display: none;
  }

  .zs-contact__image img {
    height: 123px;
  }

  .zs-contact__right {
    margin-left: 0;
  }

  .zs-form__grid {
    gap: 16px;
    grid-template-columns: 1fr;
  }

  .zs-form__grid span {
    font-size: 14px;
  }

  .zs-form__grid input,
  .zs-form__grid textarea {
    font-size: 12px;
    height: 36px;
    padding: 0 12px;
  }

  .zs-form__grid textarea {
    height: 100px;
    padding: 12px;
  }

  .zs-location {
    padding: 40px var(--zs-padding-x);
  }

  .zs-location__intro {
    display: block;
    margin-bottom: 24px;
  }

  .zs-location__intro h2 {
    font-size: 24px;
    margin-bottom: 16px;
  }

  .zs-location__intro p {
    font-size: 12px;
    text-align: left;
    width: auto;
  }

  .zs-location__grid {
    gap: 20px;
    grid-template-columns: 1fr;
  }

  .zs-location__card img {
    height: 200px;
  }

  .zs-location__text {
    padding: 20px 16px;
  }

  .zs-location__text h3 {
    font-size: 24px;
  }

  .zs-location__text h4 {
    font-size: 16px;
  }

  .zs-location__text p,
  .zs-location__contact a {
    font-size: 14px;
  }

  .zs-insights {
    display: block;
    padding: 40px var(--zs-padding-x);
  }

  .zs-insights::before {
    display: none;
  }

  .zs-insights__left {
    margin-right: 0;
    width: 100%;
  }

  .zs-insights__left h2 {
    font-size: 24px;
    margin-bottom: 16px;
    width: 80%;
  }

  .zs-insights__left p {
    font-size: 12px;
    margin-bottom: 16px;
  }

  .zs-insights__right {
    margin-top: 24px;
  }

  .zs-insight-card {
    height: auto;
  }

  .zs-insight-card__link {
    height: 356px;
    padding: 12px 12px 24px;
  }

  .zs-insight-card__link img {
    height: 132px;
    margin-bottom: 20px;
  }

  .zs-insight-card__meta {
    margin-bottom: 12px;
  }

  .zs-insight-card__meta span,
  .zs-insight-card__meta time {
    font-size: 12px;
  }

  .zs-insight-card h3 {
    font-size: 16px;
  }

}
