.zs-main {
  overflow-x: hidden;
}

.zs-hero {
  position: relative;
  background: #09111f;
}

.zs-hero-swiper {
  width: 100%;
  height: calc(100vh - var(--zs-header-height) - var(--zs-topbar-height));
  min-height: 620px;
}

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

.zs-hero-slide > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
}

.zs-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 18, 37, 0.76) 0%, rgba(8, 18, 37, 0.5) 34%, rgba(8, 18, 37, 0.22) 58%, rgba(8, 18, 37, 0.18) 100%),
    linear-gradient(180deg, rgba(10, 27, 57, 0.12) 0%, rgba(10, 27, 57, 0.46) 100%);
  z-index: 1;
}

.zs-hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding-top: 64px;
  padding-bottom: 64px;
}

.zs-hero-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  width: min(100%, 720px);
  max-width: 48%;
  margin-left: 0;
}

.zs-hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
}

.zs-hero h2 {
  width: 100%;
  max-width: 100%;
  font-size: clamp(34px, 4.6vw, 64px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.04em;
  color: #ffffff;
}

.zs-hero h2 strong {
  color: #8dc3ff;
}

.zs-hero-copy > p:last-of-type {
  width: 100%;
  max-width: 100%;
  font-size: clamp(18px, 1.8vw, 22px);
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.84);
}

.zs-hero-btn {
  margin-top: 8px;
  min-width: 172px;
}

.zs-hero-controls {
  position: absolute;
  right: clamp(18px, 3vw, 42px);
  bottom: clamp(24px, 4vw, 40px);
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 16px;
}

.zs-hero-pagination {
  position: static !important;
  display: flex;
  align-items: center;
  gap: 10px;
}

.zs-hero-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 !important;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
}

.zs-hero-pagination .swiper-pagination-bullet-active {
  width: 34px;
  border-radius: 999px;
  background: #ffffff;
}

.zs-hero-nav {
  display: flex;
  align-items: center;
  gap: 10px;
}

.zs-hero-prev,
.zs-hero-next {
  position: static;
  width: 54px;
  height: 54px;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
}

.zs-hero-prev::after,
.zs-hero-next::after {
  font-size: 18px;
  font-weight: 700;
}

.zs-hero-prev:hover,
.zs-hero-next:hover {
  background: rgba(255, 255, 255, 0.18);
}

.zs-hero-highlights {
  position: relative;
  padding: 24px 0 28px;
  background: #ffffff;
}

.zs-hero-highlights-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr 1.8fr 0.7fr;
  gap: 18px;
  align-items: center;
  padding: 22px 28px;
  border-radius: 20px;
  background: transparent;
  border: 0;
}

.zs-highlight-item {
  min-height: 108px;
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
}

.zs-highlight-number,
.zs-highlight-label {
  margin: 0;
}

.zs-highlight-number {
  font-size: clamp(34px, 3vw, 50px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--zs-color-primary-dark);
}

.zs-highlight-label {
  max-width: 34ch;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.55;
  color: #0f172a;
}

.zs-highlight-item-text .zs-highlight-number {
  font-size: clamp(24px, 2vw, 32px);
  letter-spacing: -0.02em;
}

.zs-highlight-item-text .zs-highlight-label {
  font-weight: 600;
  color: #475467;
}

.zs-application-cards {
  padding: 8px 0 64px;
  background: #ffffff;
}

.zs-application-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.zs-application-card {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  background: #dfe6ef;
}

.zs-application-card a {
  position: relative;
  display: block;
  min-height: 420px;
  color: #ffffff;
}

.zs-application-card img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.zs-application-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.04) 0%, rgba(15, 23, 42, 0.14) 45%, rgba(15, 23, 42, 0.78) 100%);
}

.zs-application-card h2 {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 26px;
  margin: 0;
  font-size: clamp(24px, 2vw, 28px);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -0.03em;
  color: #ffffff;
  z-index: 2;
}

.zs-application-card a:hover img {
  transform: scale(1.05);
}

.zs-industry-applications {
  padding: 12px 0 72px;
}

.zs-section-heading {
  margin-bottom: 28px;
  text-align: center;
}

.zs-section-heading h2 {
  margin: 0;
  font-size: clamp(28px, 2.8vw, 42px);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: #0f172a;
}

.zs-industry-grid {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.zs-industry-card {
  min-width: 0;
  overflow: hidden;
}

.zs-industry-link {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  width: 100%;
}

.zs-industry-card:nth-child(even) .zs-industry-link {
  flex-direction: row-reverse;
}

.zs-industry-link img {
  width: 50%;
  height: 420px;
  flex: 0 0 50%;
  object-fit: cover;
}

.zs-industry-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  width: 50%;
  flex: 0 0 50%;
  padding: 48px 56px;
  min-height: 420px;
  background: #ffffff;
  transition: background-color var(--zs-transition), color var(--zs-transition);
}

.zs-industry-content h3,
.zs-industry-content p {
  margin: 0;
}

.zs-industry-content h3 {
  font-size: clamp(22px, 1.8vw, 30px);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #0f172a;
}

.zs-industry-content p {
  font-size: 16px;
  line-height: 1.75;
  color: #475467;
  transition: color var(--zs-transition);
}

.zs-industry-arrow {
  position: relative;
  width: 54px;
  height: 54px;
  margin-top: 14px;
  margin-left: auto;
  border-radius: 14px;
  background: #0f172a;
  transition: background-color var(--zs-transition), transform var(--zs-transition);
}

.zs-industry-arrow::before,
.zs-industry-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #ffffff;
  transform: translate(-50%, -50%);
}

.zs-industry-arrow::before {
  width: 16px;
  height: 2px;
}

.zs-industry-arrow::after {
  width: 9px;
  height: 9px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  background: transparent;
  transform: translate(-20%, -50%) rotate(45deg);
}

.zs-industry-content h3 {
  transition: color var(--zs-transition);
}

.zs-industry-card:hover .zs-industry-content {
  background: var(--zs-color-primary);
}

.zs-industry-card:hover .zs-industry-content h3,
.zs-industry-card:hover .zs-industry-content p {
  color: #ffffff;
}

.zs-industry-card:hover .zs-industry-arrow {
  background: #ffffff;
  transform: translateX(4px);
}

.zs-industry-card:hover .zs-industry-arrow::before {
  background: var(--zs-color-primary);
}

.zs-industry-card:hover .zs-industry-arrow::after {
  border-top-color: var(--zs-color-primary);
  border-right-color: var(--zs-color-primary);
}

.zs-why-jinshi {
  padding: 8px 0 88px;
  background: #ffffff;
}

.zs-why-header {
  max-width: 980px;
  margin: 0 auto 34px;
  text-align: center;
}

.zs-why-header h2,
.zs-why-header p,
.zs-why-card h3,
.zs-why-card p,
.zs-why-summary {
  margin: 0;
}

.zs-why-header h2 {
  font-size: clamp(30px, 3vw, 46px);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: #0f172a;
}

.zs-why-header p {
  margin-top: 18px;
  font-size: 18px;
  line-height: 1.8;
  color: #475467;
}

.zs-why-header strong,
.zs-why-card strong {
  color: var(--zs-color-primary-dark);
}

.zs-why-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.zs-why-card {
  padding: 30px 28px 32px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 24px;
  background: #ffffff;
}

.zs-why-card-kicker {
  margin-bottom: 14px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--zs-color-primary);
}

.zs-why-card h3 {
  margin-bottom: 14px;
  font-size: clamp(22px, 1.8vw, 28px);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #0f172a;
}

.zs-why-card p {
  font-size: 16px;
  line-height: 1.8;
  color: #475467;
}

.zs-why-summary {
  max-width: 920px;
  margin: 28px auto 0;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.8;
  text-align: center;
  color: #0f172a;
}

.zs-product-advantages {
  padding: 8px 0 96px;
  background: #ffffff;
}

.zs-product-advantages-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 40px;
  align-items: stretch;
}

.zs-product-advantages-media {
  overflow: hidden;
  border-radius: 28px;
  background: #e7edf5;
}

.zs-product-advantages-media img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
}

.zs-product-advantages-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.zs-product-advantages-heading {
  margin-bottom: 24px;
}

.zs-product-advantages-heading h2,
.zs-product-advantage-item h3,
.zs-product-advantage-item p {
  margin: 0;
}

.zs-product-advantages-heading h2 {
  font-size: clamp(30px, 3vw, 46px);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: #0f172a;
}

.zs-product-advantages-list {
  display: grid;
  gap: 16px;
}

.zs-product-advantage-item {
  position: relative;
  padding: 22px 24px 22px 58px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 22px;
  background: #ffffff;
}

.zs-product-advantage-item::before {
  content: "";
  position: absolute;
  top: 28px;
  left: 24px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--zs-color-primary), var(--zs-color-primary-dark));
  box-shadow: 0 0 0 6px rgba(31, 77, 182, 0.1);
}

.zs-product-advantage-item h3 {
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #0f172a;
}

.zs-product-advantage-item p {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.75;
  color: #475467;
}

.zs-capacity-banner {
  position: relative;
  overflow: hidden;
  min-height: 500px;
  background: #0b1220;
}

.zs-capacity-banner > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.zs-capacity-banner-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 18, 37, 0.82) 0%, rgba(8, 18, 37, 0.58) 42%, rgba(8, 18, 37, 0.4) 100%),
    linear-gradient(180deg, rgba(10, 27, 57, 0.08) 0%, rgba(10, 27, 57, 0.54) 100%);
}

.zs-capacity-banner .zs-container {
  position: relative;
  z-index: 2;
}

.zs-capacity-banner-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  max-width: 1120px;
  padding: 72px 0;
  margin: 0 auto;
  text-align: center;
}

.zs-capacity-kicker,
.zs-capacity-banner-content h2,
.zs-capacity-banner-content p:last-child {
  margin: 0;
}

.zs-capacity-kicker {
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.08);
}

.zs-capacity-banner-content h2 {
  margin-top: 22px;
  font-size: clamp(34px, 4vw, 60px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.04em;
  color: #ffffff;
}

.zs-capacity-banner-content p:last-child {
  margin-top: 18px;
  font-size: clamp(18px, 1.7vw, 24px);
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.88);
}

.zs-testimonials {
  padding: 72px 0 96px;
  background: #ffffff;
}

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

.zs-testimonials-header h2,
.zs-testimonials-header p,
.zs-testimonial-card h3,
.zs-testimonial-card p {
  margin: 0;
}

.zs-testimonials-header h2 {
  font-size: clamp(30px, 3vw, 46px);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: #0f172a;
}

.zs-testimonials-header p {
  margin-top: 16px;
  font-size: 18px;
  line-height: 1.8;
  color: #475467;
}

.zs-testimonials-slider {
  position: relative;
  padding: 0;
}

.zs-testimonials-swiper {
  overflow: hidden;
}

.zs-testimonial-card {
  height: auto;
  min-height: 280px;
  padding: 30px 28px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 24px;
  background: #ffffff;
}

.zs-testimonial-quote {
  margin: 0 0 26px;
  font-size: 18px;
  line-height: 1.85;
  color: #0f172a;
}

.zs-testimonial-card h3 {
  font-size: 19px;
  font-weight: 800;
  line-height: 1.3;
  color: #0f172a;
}

.zs-testimonial-card p:last-child {
  margin-top: 8px;
  font-size: 15px;
  line-height: 1.7;
  color: #667085;
}

.zs-testimonials-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 28px;
}

.zs-testimonials-pagination {
  position: static !important;
  align-items: center;
  gap: 10px;
}

.zs-testimonials-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 5px !important;
  background: rgba(15, 23, 42, 0.2);
  opacity: 1;
}

.zs-testimonials-pagination .swiper-pagination-bullet-active {
  width: 34px;
  border-radius: 999px;
  background: var(--zs-color-primary);
}

.zs-testimonials-prev,
.zs-testimonials-next {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 52px;
  height: 52px;
  margin: -26px 0 0;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 50%;
  color: var(--zs-color-primary-dark);
  background: #ffffff;
}

.zs-testimonials-prev {
  left: -72px;
}

.zs-testimonials-next {
  right: -72px;
}

.zs-testimonials-prev::after,
.zs-testimonials-next::after {
  font-size: 18px;
  font-weight: 700;
}

.zs-testimonials-prev:hover,
.zs-testimonials-next:hover {
  color: #ffffff;
  background: var(--zs-color-primary);
}

.zs-partner-logos {
  padding: 68px 0 80px;
  background: #f5f7fa;
}

.zs-partner-logos-header {
  margin-bottom: 28px;
  text-align: center;
}

.zs-partner-logos-header h2 {
  margin: 0;
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: #0f172a;
}

.zs-partner-logos-slider {
  position: relative;
  padding: 0;
}

.zs-partner-logos-swiper {
  overflow: hidden;
}

.zs-partner-logo-item {
  display: grid;
  gap: 16px;
  height: auto;
  padding: 18px 18px 20px;
  border: 1px solid rgba(17, 17, 17, 0.06);
  border-radius: 20px;
  background: #ffffff;
}

.zs-partner-logo-item img {
  width: 100%;
  height: 470px;
  object-fit: cover;
  border-radius: 14px;
  transition: transform var(--zs-transition);
}

.zs-partner-logo-item h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.45;
  text-align: center;
  color: #0f172a;
}

.zs-partner-logo-item:hover img {
  transform: scale(1.03);
}

.zs-partner-logos-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 28px;
}

.zs-partner-logos-pagination {
  position: static !important;
  align-items: center;
  gap: 10px;
}

.zs-partner-logos-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 5px !important;
  background: rgba(15, 23, 42, 0.2);
  opacity: 1;
}

.zs-partner-logos-pagination .swiper-pagination-bullet-active {
  width: 34px;
  border-radius: 999px;
  background: var(--zs-color-primary);
}

.zs-partner-logos-prev,
.zs-partner-logos-next {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 52px;
  height: 52px;
  margin: -26px 0 0;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 50%;
  color: var(--zs-color-primary-dark);
  background: #ffffff;
}

.zs-partner-logos-prev {
  left: -72px;
}

.zs-partner-logos-next {
  right: -72px;
}

.zs-partner-logos-prev::after,
.zs-partner-logos-next::after {
  font-size: 18px;
  font-weight: 700;
}

.zs-partner-logos-prev:hover,
.zs-partner-logos-next:hover {
  color: #ffffff;
  background: var(--zs-color-primary);
}

.zs-blog {
  padding: 72px 0 88px;
  background: #ffffff;
}

.zs-blog-header {
  margin-bottom: 28px;
  text-align: center;
}

.zs-blog-header h2 {
  margin: 0;
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: #0f172a;
}

.zs-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.zs-blog-card {
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.06);
  border-radius: 22px;
  overflow: hidden;
  transition: transform var(--zs-transition), box-shadow var(--zs-transition), border-color var(--zs-transition);
}

.zs-blog-card a {
  display: block;
  height: 100%;
}

.zs-blog-card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.zs-blog-card-body {
  display: grid;
  gap: 14px;
  padding: 24px 24px 26px;
}

.zs-blog-card h3 {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: -0.02em;
  color: #0f172a;
}

.zs-blog-card p {
  font-size: 15px;
  line-height: 1.7;
  color: #667085;
}

.zs-blog-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: var(--zs-color-primary);
}

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

.zs-blog-card:hover {
  transform: translateY(-6px);
  border-color: rgba(31, 77, 182, 0.16);
  box-shadow: 0 22px 50px rgba(15, 23, 42, 0.1);
}

.zs-blog-card:hover img {
  transform: scale(1.04);
}

.zs-blog-card:hover .zs-blog-link::after {
  transform: translateX(4px) rotate(45deg);
}

@media (max-width: 991px) {
  .zs-hero-swiper {
    height: calc(100vh - 78px);
    min-height: 560px;
  }

  .zs-hero-content {
    padding-top: 48px;
    padding-bottom: 96px;
  }

  .zs-hero-copy {
    max-width: 58%;
  }

  .zs-hero-highlights-inner {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .zs-highlight-item {
    min-height: auto;
  }

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

  .zs-application-card a,
  .zs-application-card img {
    min-height: 340px;
  }

  .zs-industry-grid {
    gap: 0;
  }

  .zs-industry-link,
  .zs-industry-card:nth-child(even) .zs-industry-link {
    flex-direction: column;
  }

  .zs-industry-link img,
  .zs-industry-content {
    width: 100%;
    flex-basis: auto;
  }

  .zs-industry-link img {
    height: 320px;
  }

  .zs-industry-content {
    min-height: auto;
    padding: 34px 28px;
  }

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

  .zs-product-advantages-inner {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .zs-product-advantages-media img {
    min-height: 380px;
  }

  .zs-capacity-banner,
  .zs-capacity-banner-content {
    min-height: 420px;
  }

  .zs-testimonials {
    padding: 56px 0 72px;
  }

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

  .zs-testimonials-slider {
    padding: 0 40px;
  }

  .zs-partner-logos-slider {
    padding: 0 40px;
  }

  .zs-testimonials-prev {
    left: 0;
  }

  .zs-testimonials-next {
    right: 0;
  }

  .zs-partner-logos-prev {
    left: 0;
  }

  .zs-partner-logos-next {
    right: 0;
  }
}

@media (max-width: 767px) {
  .zs-hero-swiper {
    min-height: 520px;
  }

  .zs-hero-overlay {
    background:
      linear-gradient(180deg, rgba(8, 18, 37, 0.34) 0%, rgba(8, 18, 37, 0.7) 72%, rgba(8, 18, 37, 0.88) 100%),
      linear-gradient(90deg, rgba(8, 18, 37, 0.66) 0%, rgba(8, 18, 37, 0.2) 100%);
  }

  .zs-hero-content {
    justify-content: flex-end;
    padding-top: 80px;
    padding-bottom: 120px;
  }

  .zs-hero-copy {
    gap: 16px;
    width: 100%;
    max-width: 100%;
  }

  .zs-hero h2 {
    font-size: clamp(26px, 7.4vw, 40px);
  }

  .zs-hero-copy > p:last-of-type {
    font-size: 16px;
    line-height: 1.65;
  }

  .zs-hero-highlights {
    padding-bottom: 20px;
  }

  .zs-hero-highlights-inner {
    padding: 18px 18px;
    border-radius: 16px;
  }

  .zs-highlight-item {
    padding-left: 0;
  }

  .zs-highlight-number {
    font-size: 30px;
  }

  .zs-highlight-label {
    font-size: 14px;
  }

  .zs-application-cards {
    padding-bottom: 40px;
  }

  .zs-application-grid {
    gap: 16px;
  }

  .zs-application-card {
    border-radius: 18px;
  }

  .zs-application-card a,
  .zs-application-card img {
    min-height: 280px;
  }

  .zs-application-card h2 {
    left: 18px;
    right: 18px;
    bottom: 18px;
    font-size: 22px;
  }

  .zs-industry-applications {
    padding-bottom: 42px;
  }

  .zs-section-heading {
    margin-bottom: 20px;
  }

  .zs-section-heading h2 {
    font-size: 28px;
  }

  .zs-industry-link img {
    height: 240px;
  }

  .zs-industry-content {
    gap: 12px;
    padding: 22px 18px 26px;
    min-height: auto;
  }

  .zs-industry-content h3 {
    font-size: 22px;
  }

  .zs-industry-content p {
    font-size: 15px;
    line-height: 1.7;
  }

  .zs-industry-arrow {
    width: 46px;
    height: 46px;
    border-radius: 12px;
  }

  .zs-why-jinshi {
    padding-bottom: 48px;
  }

  .zs-why-header {
    margin-bottom: 24px;
  }

  .zs-why-header p {
    font-size: 16px;
    line-height: 1.75;
  }

  .zs-why-grid {
    gap: 16px;
  }

  .zs-why-card {
    padding: 22px 18px 24px;
    border-radius: 18px;
  }

  .zs-why-card h3 {
    font-size: 22px;
  }

  .zs-why-card p,
  .zs-why-summary {
    font-size: 15px;
    line-height: 1.75;
  }

  .zs-product-advantages {
    padding-bottom: 52px;
  }

  .zs-product-advantages-media {
    border-radius: 20px;
  }

  .zs-product-advantages-media img {
    min-height: 260px;
  }

  .zs-product-advantages-heading {
    margin-bottom: 18px;
  }

  .zs-product-advantages-heading h2 {
    font-size: 28px;
  }

  .zs-product-advantages-list {
    gap: 12px;
  }

  .zs-product-advantage-item {
    padding: 18px 16px 18px 48px;
    border-radius: 16px;
  }

  .zs-product-advantage-item::before {
    top: 22px;
    left: 18px;
    width: 14px;
    height: 14px;
  }

  .zs-product-advantage-item h3 {
    font-size: 20px;
  }

  .zs-product-advantage-item p {
    font-size: 15px;
    line-height: 1.7;
  }

  .zs-capacity-banner,
  .zs-capacity-banner-content {
    min-height: 360px;
  }

  .zs-capacity-banner-content {
    padding: 44px 0;
  }

  .zs-capacity-banner-content h2 {
    margin-top: 16px;
    font-size: clamp(28px, 7vw, 40px);
  }

  .zs-capacity-banner-content p:last-child {
    margin-top: 14px;
    font-size: 16px;
    line-height: 1.7;
  }

  .zs-testimonials {
    padding: 42px 0 52px;
  }

  .zs-partner-logos {
    padding: 42px 0 52px;
  }

  .zs-partner-logos-header {
    margin-bottom: 20px;
  }

  .zs-partner-logo-item {
    padding: 14px;
    border-radius: 16px;
  }

  .zs-partner-logo-item img {
    height: 180px;
  }

  .zs-partner-logo-item h3 {
    font-size: 15px;
  }

  .zs-blog {
    padding: 42px 0 52px;
  }

  .zs-blog-header {
    margin-bottom: 20px;
  }

  .zs-blog-grid {
    gap: 16px;
  }

  .zs-blog-card {
    border-radius: 18px;
  }

  .zs-blog-card img {
    height: 220px;
  }

  .zs-blog-card-body {
    padding: 20px 18px 22px;
  }

  .zs-blog-card h3 {
    font-size: 20px;
  }

  .zs-testimonials-slider {
    padding: 0;
    text-align: center;
  }

  .zs-partner-logos-slider {
    padding: 0;
    text-align: center;
  }

  .zs-testimonials-header {
    margin-bottom: 22px;
  }

  .zs-testimonials-header p {
    font-size: 16px;
    line-height: 1.75;
  }

  .zs-testimonial-card {
    min-height: 240px;
    padding: 22px 18px;
    border-radius: 18px;
  }

  .zs-testimonial-quote {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.8;
  }

  .zs-testimonials-footer {
    margin-top: 20px;
  }

  .zs-testimonials-prev,
  .zs-testimonials-next {
    position: absolute;
    top: calc(100% + 22px);
    width: 44px;
    height: 44px;
    margin: 0;
  }

  .zs-testimonials-prev {
    left: 50%;
    right: auto;
    transform: translateX(-58px);
  }

  .zs-testimonials-next {
    right: 50%;
    left: auto;
    transform: translateX(58px);
  }

  .zs-testimonials-footer {
    justify-content: center;
    gap: 0;
    margin-top: 88px;
  }

  .zs-partner-logos-prev,
  .zs-partner-logos-next {
    position: absolute;
    top: calc(100% + 22px);
    width: 44px;
    height: 44px;
    margin: 0;
  }

  .zs-partner-logos-prev {
    left: 50%;
    right: auto;
    transform: translateX(-58px);
  }

  .zs-partner-logos-next {
    right: 50%;
    left: auto;
    transform: translateX(58px);
  }

  .zs-partner-logos-footer {
    justify-content: center;
    gap: 0;
    margin-top: 88px;
  }

  .zs-hero-controls {
    left: 16px;
    right: 16px;
    bottom: 24px;
    justify-content: space-between;
  }

  .zs-hero-nav {
    gap: 8px;
  }

  .zs-hero-prev,
  .zs-hero-next {
    width: 44px;
    height: 44px;
  }
}
