﻿main {
  display: block;
}

.zs-main {
  padding-top: var(--zs-header-offset);
}

.zs-section {
  padding: 88px 0;
}

.zs-section-head {
  margin-bottom: 42px;
  text-align: center;
}

.zs-section-head h2,
.zs-about-stats h2,
.zs-contact-banner h2,
.zs-testimonial-copy > h2,
.zs-testimonial-media > h2 {
  color: var(--zs-secondary);
  font-size: 44px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.zs-section-head p {
  margin: 14px auto 0;
  color: var(--zs-muted);
  font-size: 18px;
  line-height: 1.8;
}

.zs-slider {
  position: relative;
}

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

.zs-slides {
  align-items: stretch;
}

.zs-slider-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: var(--zs-secondary);
  cursor: pointer;
  transform: translateY(-50%);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.08);
}

.zs-slider-arrow svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.zs-slider .zs-prev {
  left: 26px;
}

.zs-slider .zs-next {
  right: 26px;
}

.zs-slider-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding-top: 18px;
}

.zs-slider-dots .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  transition: background 0.3s;
}

.zs-slider-dots .swiper-pagination-bullet-active {
  background: #ef2b2d;
}

.zs-hero .zs-slider-dots .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.6);
}

.zs-hero .zs-slider-dots .swiper-pagination-bullet-active {
  background: #ef2b2d;
}

.zs-hero {
  position: relative;
  margin-top: calc(-1 * var(--zs-header-offset));
}

.zs-hero .zs-slider-dots {
  position: absolute;
  bottom: 24px;
  left: 0;
  right: 0;
  z-index: 20;
  padding-top: 0;
}

.zs-hero .zs-slide {
  position: relative;
  min-height: 100vh;
  background-position: center;
  background-size: cover;
}

.zs-slide-inner {
  display: flex;
  align-items: center;
  min-height: 100vh;
}

.zs-slide-copy {
  max-width: 760px;
  color: #fff;
}

.zs-slide-copy > * {
  opacity: 0;
  transform: translateY(36px);
  transition: transform 0.6s ease, opacity 0.6s ease;
  will-change: transform, opacity;
}

.zs-hero .swiper-slide-active .zs-slide-copy > * {
  opacity: 1;
  transform: translateY(0);
}

.zs-slide-copy p {
  margin-bottom: 14px;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.08em;
  transition-delay: 0.08s;
}

.zs-slide-copy h2 {
  color: #fff;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  transition-delay: 0.18s;
}

.zs-slide-copy h2 span {
  display: inline-block;
  margin-top: 6px;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.3;
  text-transform: uppercase;
}

.zs-slide-copy .zs-btn {
  margin-top: 28px;
  min-height: 56px;
  padding-inline: 24px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.1px;
  transition-delay: 0.3s;
}

.zs-feature-strip {
  background: #333;
}

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

.zs-feature-list li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.zs-feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 66px;
  border-radius: 50%;
  background: transparent;
  color: #fff;
  flex: 0 0 auto;
}

.zs-feature-icon svg {
  width: 36px;
  height: 36px;
  fill: currentColor;
}

.zs-feature-list strong {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}

.zs-products {
  background: #fff;
}

.zs-product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.zs-product-card {
  position: relative;
  min-height: 280px;
  padding: 0;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-position: center bottom;
  background-size: cover;
  border: 1px solid #e6e6e6;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.zs-product-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 42px 24px 34px 34px;
  max-width: 48%;
}

.zs-product-card h3 {
  margin-bottom: 12px;
  color: #111111;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}

.zs-product-card li {
  position: relative;
  padding-left: 14px;
  color: #111111;
  font-size: 18px;
  line-height: 1.6;
}

.zs-product-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #262f36;
}

.zs-product-card a:hover {
  color: #ef2b2d;
}

.zs-about-band {
  display: grid;
  grid-template-columns: 560px 1fr;
  min-height: 680px;
}

.zs-about-stats {
  padding: 0 0 0 15%;
  background: #2a2b31;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.zs-about-stats h2 {
  color: #fff;
  margin-bottom: 42px;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.2;
}

.zs-about-stats h2::after {
  content: "";
  display: block;
  width: 74px;
  height: 3px;
  margin-top: 50px;
  background: #ef2b2d;
}

.zs-stat + .zs-stat {
  margin-top: 28px;
}

.zs-stat p {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.95);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  text-transform: none;
}

.zs-stat-value {
  display: flex;
  align-items: flex-start;
  gap: 2px;
}

.zs-stat strong {
  color: #fff;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.05;
}

.zs-stat span {
  margin-left: 0;
  font-size: 20px;
  font-weight: 400;
}

.zs-about-stage {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

.zs-about-cards {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(180px, 1fr));
  width: 100%;
  height: 100%;
}

.zs-about-card {
  position: relative;
  min-height: 100%;
  padding: 42px 24px 34px;
  background: transparent;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

.zs-about-card:last-child {
  border-right: 0;
}

.zs-about-card::after {
  content: "";
  position: absolute;
  inset: 0;
  height: 100%;
  background: #ef2b2d;
  opacity: 0;
  transform: translateY(100%) scale(0.88);
  transform-origin: bottom center;
  transition:
    transform 0.38s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.3s ease;
  z-index: 0;
}

.zs-about-card:hover::after {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.zs-about-card > * {
  position: relative;
  z-index: 1;
}

.zs-about-icon,
.zs-about-card h3,
.zs-about-card p {
  opacity: 0;
  transform: translateY(34px) scale(0.88);
  transition:
    transform 0.35s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.28s ease;
}

.zs-about-card p {
  opacity: 0;
}

.zs-about-card:hover .zs-about-icon,
.zs-about-card:hover h3,
.zs-about-card:hover p {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.zs-about-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  margin: 0 auto 22px;
  border-radius: 50%;
  background: transparent;
  color: #fff;
}

.zs-about-icon svg {
  width: 46px;
  height: 46px;
  fill: currentColor;
}

.zs-about-card h3 {
  margin-bottom: 12px;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.35;
  text-transform: uppercase;
}

.zs-about-card p {
  color: #fff;
  font-size: 17px;
  line-height: 1.8;
}

.zs-inception {
  background: #fff;
}

.zs-split {
  display: grid;
  grid-template-columns: 1.24fr 0.76fr;
  gap: 48px;
}

.zs-split-copy h2,
.zs-mastery-head h2 {
  margin-bottom: 22px;
  color: var(--zs-secondary);
  font-size: 46px;
  font-weight: 600;
  line-height: 1.15;
  text-transform: uppercase;
}

.zs-split-copy p,
.zs-mastery-head p {
  color: var(--zs-text);
  font-size: 17px;
  line-height: 1.95;
}

.zs-split-copy p + p {
  margin-top: 14px;
}

.zs-split-copy .zs-btn {
  margin-top: 28px;
}

.zs-photo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  max-width: 560px;
  margin-left: auto;
}

.zs-photo-grid img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  transition: transform 0.25s ease;
}

.zs-photo-grid img:hover {
  transform: translateY(-8px);
}

.zs-mastery {
  background: #f7fafc;
}

.zs-mastery-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 46px;
}

.zs-mastery-head > div {
  max-width: 940px;
}

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

.zs-mastery-grid article {
  position: relative;
  min-height: 100%;
  padding: 34px 28px;
  background: #fff;
  box-shadow: var(--zs-shadow);
}

.zs-mastery-grid article::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: #ef2b2d;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.zs-mastery-grid article:hover::after {
  opacity: 1;
}


.zs-mastery-icon svg{width: 40px;height: 40px;}

.zs-mastery-grid h3 {
  margin-bottom: 20px;
  color: var(--zs-secondary);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  margin-top: 20px;
}

.zs-mastery-grid p {
  color: var(--zs-muted);
  font-size: 16px;
  line-height: 1.6;
}

.zs-app-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.zs-app-card {
  position: relative;
  min-height: 780px;
  padding: 0;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.zs-app-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 107, 184, 0);
  transition: background-color 0.35s ease;
}

.zs-app-card div {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px;
  text-align: left;
}

.zs-app-card:hover::before {
  background: rgba(0, 107, 184, 0.72);
}

.zs-app-card h2 {
  margin-bottom: 18px;
  color: #fff;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.15;
  opacity: 0;
  transform: translateY(36px);
  transition: transform 0.35s ease, opacity 0.35s ease;
}

.zs-app-card p {
  color: rgba(255, 255, 255, 0.96);
  font-size: 18px;
  line-height: 1.75;
  opacity: 0;
  transform: translateY(24px);
  transition: transform 0.35s ease, opacity 0.35s ease;
}

.zs-app-card a {
  display: inline-block;
  margin-top: 18px;
  width: fit-content;
  padding: 10px 18px;
  border: 2px solid #fff;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  opacity: 0;
  transform: translateY(24px);
  transition: transform 0.35s ease, opacity 0.35s ease, background-color 0.25s ease, color 0.25s ease;
}

.zs-app-card:hover h2,
.zs-app-card:hover p,
.zs-app-card:hover a {
  opacity: 1;
  transform: translateY(0);
}

.zs-app-card a:hover {
  background: #fff;
  color: #ef2b2d;
}

.zs-news {
  background: #fff;
}

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

.zs-news-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.07);
}

.zs-news-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.zs-news-card h3 {
  padding: 24px 24px 0;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.35;
}

.zs-news-card h3 a:hover {
  color: var(--zs-primary);
}

.zs-news-date,
.zs-news-card p,
.zs-news-more {
  padding-inline: 24px;
}

.zs-news-date {
  margin-top: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #7f97a8;
  font-size: 14px;
  line-height: 1.5;
}

.zs-news-date svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.zs-news-card p:last-of-type {
  margin-top: 14px;
  color: var(--zs-muted);
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 20px;
}

.zs-news-more {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  margin-left: 24px;
  margin-bottom: 26px;
  padding: 10px 14px;
  background: #ef2b2d;
  border-radius: 3px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.zs-news-more svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
}

.zs-contact-banner {
  position: relative;
  padding: 92px 0;
  border-bottom: 5px solid #ef2b2d;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.zs-contact-banner .zs-shell {
  max-width: 960px;
  text-align: center;
}

.zs-contact-banner h2 {
  color: #fff;
  margin-bottom: 18px;
  font-style: italic;
}

.zs-contact-banner p {
  color: rgba(255, 255, 255, 0.94);
  font-size: 18px;
  line-height: 1.9;
  padding-bottom: 20px;
}

.zs-contact-banner p + p {
  margin-top: 10px;
}

.zs-contact-banner p span {
  color: #4eb4f4;
  font-style: italic;
  font-weight: 700;
}

.zs-contact-banner .zs-btn {
  margin-top: 30px;
  min-width: 180px;
  padding-inline: 34px;
  border: 0;
}

.zs-contact-banner .zs-btn-outline-light {
  border: 0;
}

.zs-partners {
  background: #FBFBFB;
}

.zs-partners .zs-section-head h2 {
  color: #ef2b2d;
}

.zs-logo-slider {
  position: relative;
}

.zs-logo-slider .zs-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
  padding: 0;
}

.zs-logo-slider .zs-slide img {
  width: 100%;
  max-width: 220px;
  margin: 0 auto;
  object-fit: contain;
}

.zs-logo-slider .zs-prev {
  left: 0;
}

.zs-logo-slider .zs-next {
  right: 0;
}

.zs-logo-slider .zs-slider-dots {
  position: initial;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 0;
}


.zs-testimonials {
  padding: 0;
}

.zs-testimonials .zs-shell {
  width: 100%;
  max-width: none;
}

.zs-testimonial-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}

.zs-testimonial-copy,
.zs-testimonial-media {
  position: relative;
  background: #efefef;
  padding:40px;
  box-shadow: none;
  min-height: 430px;
  overflow: hidden;
}

.zs-testimonial-media {
  background: transparent;
}

.zs-testimonial-copy > h2,
.zs-testimonial-media > h2 {
  margin-bottom: 28px;
  color: #222;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.zs-testimonial-copy blockquote {
  margin: 0;
  min-height: 160px;
  color: #7c7c7c;
  font-size: 18px;
  font-style: italic;
  line-height: 1.9;
  text-align: center;
  max-width: 92%;
}

.zs-testimonial-copy img {
  order: -1;
  width: 84px;
  height: 84px;
  margin: 0 auto 20px;
  padding: 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95);
  object-fit: contain;
  opacity: 0.7;
}

.zs-video-card {
  width: 100%;
  border: 0;
  background: #fff;
  box-shadow: none;
}

.zs-video-card img {
  width: 100%;
  height: auto;
  display: block;
  background: #fff;
}

.zs-video-embed {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 8px;
}

.zs-video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.zs-video-card::after {
  content: none;
}

.zs-testimonial-media .zs-slide {
  position: relative;
}

.zs-testimonial-copy .zs-slider,
.zs-testimonial-media .zs-slider {
  position: relative;
  padding-bottom: 0;
}

.zs-testimonial-copy .zs-slides,
.zs-testimonial-media .zs-slides {
  min-height: 280px;
}

.zs-testimonial-copy .zs-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 280px;
  padding: 0 56px;
}

.zs-testimonial-media .zs-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 280px;
}

.zs-testimonial-copy .zs-slider-arrow,
.zs-testimonial-media .zs-slider-arrow {
  width: 42px;
  height: 42px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.zs-testimonial-copy .zs-prev,
.zs-testimonial-media .zs-prev {
  left: 0;
}

.zs-testimonial-copy .zs-next,
.zs-testimonial-media .zs-next {
  right: 0;
}

.zs-testimonial-copy .zs-slider-arrow {
  display: none;
}

.zs-testimonial-copy .zs-slider-dots,
.zs-testimonial-media .zs-slider-dots {
  padding-top: 16px;
}

.zs-testimonial-layout .zs-slider-dots .swiper-pagination-bullet {
  background: rgba(0, 0, 0, 0.22);
}

.zs-testimonial-layout .zs-slider-dots .swiper-pagination-bullet-active {
  background: #ef2b2d;
}

@media (max-width: 1440px) {
  .zs-slide-copy h2 {
    font-size: 46px;
  }

  .zs-slide-copy h2 span,
  .zs-feature-list strong,
  .zs-mega-col h2,
  .zs-mega-heart h2 {
    font-size: 20px;
  }
}

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

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

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

  .zs-about-band,
  .zs-split,
  .zs-testimonial-layout {
    grid-template-columns: 1fr;
  }

  .zs-about-stage {
    min-height: 420px;
  }

  .zs-about-cards {
    position: static;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
    min-height: 420px;
  }

  .zs-mastery-head {
    flex-direction: column;
  }
}

@media (max-width: 1024px) {
  .zs-hero .zs-slide,
  .zs-slide-inner {
    min-height: 100vh;
  }

  .zs-slide-copy h2 {
    font-size: 46px;
  }

  .zs-slide-copy h2 span {
    font-size: 20px;
    line-height: 1.2;
  }

  .zs-slide.is-active[data-mobile-bg] {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.16)), var(--slide-bg);
  }
}

@media (max-width: 860px) {
  .zs-feature-list,
  .zs-about-cards,
  .zs-product-grid,
  .zs-mastery-grid,
  .zs-news-grid,
  .zs-app-grid {
    grid-template-columns: 1fr;
  }

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

  .zs-product-copy {
    max-width: 100%;
  }

  .zs-product-copy {
    padding: 28px 20px 16px;
  }

  .zs-about-band {
    min-height: 0;
  }

  .zs-about-stage {
    min-height: 0;
    background-position: center center;
    display: none;
  }

  .zs-about-cards {
    min-height: 0;
  }

  .zs-section-head h2,
  .zs-about-stats h2,
  .zs-contact-banner h2,
  .zs-split-copy h2,
  .zs-mastery-head h2,
  .zs-testimonial-copy > h2,
  .zs-testimonial-media > h2 {
    font-size: 30px;
    line-height: 1.2;
  }

  .zs-section-head p,
  .zs-mastery-head p,
  .zs-contact-banner p {
    font-size: 16px;
    line-height: 1.8;
  }

  .zs-app-card {
    min-height: 420px;
  }

  .zs-app-card h2 {
    font-size: 26px;
  }

  .zs-logo-slider .zs-slide {
    padding-inline: 56px;
  }
}

@media (max-width: 767px) {
  .zs-main {
    padding-top: 64px;
  }

  .zs-section {
    padding: 46px 0;
  }

  .zs-slider .zs-prev {
    left: 12px;
  }

  .zs-slider .zs-next {
    right: 12px;
  }

  .zs-slider-arrow {
    width: 42px;
    height: 42px;
  }

  .zs-hero .zs-slide,
  .zs-slide-inner {
    min-height: 100vh;
  }

  .zs-slide.is-active[data-mobile-bg] {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.12)), var(--slide-bg);
  }

  .zs-slide-copy {
    max-width: 100%;
    text-align: left;
  }

  .zs-slide-copy p {
    margin-bottom: 10px;
    font-size: 15px;
    letter-spacing: 0.05em;
  }

  .zs-slide-copy h2 {
    font-size: 24px;
    line-height: 1.12;
  }

  .zs-slide-copy h2 span {
    margin-top: 4px;
    font-size: 16px;
  }

  .zs-slide-copy .zs-btn {
    margin-top: 18px;
    min-height: 48px;
    font-size: 16px;
  }

  .zs-feature-strip {
    padding: 6px 0;
  }

  .zs-feature-list {
    gap: 0px;
  }

  .zs-feature-list li {
    gap: 8px;
  }

  .zs-feature-list strong {
    font-size: 16px;
    line-height: 1.25;
  }

  .zs-feature-icon {
    width: 40px;
    height: 40px;
  }

  .zs-feature-icon svg {
    width: 26px;
    height: 26px;
  }

  .zs-about-card,
  .zs-app-card {
    min-height: auto;
  }

  .zs-about-stats {
    padding: 34px 20px;
  }

  .zs-about-card {
    padding: 28px 20px;
  }

  .zs-stat strong {
    font-size: 24px;
  }

  .zs-about-card h3 {
    font-size: 18px;
  }

  .zs-about-card p {
    font-size: 15px;
    line-height: 1.7;
  }

  .zs-product-card {
    min-height: 140px;
  }

  .zs-product-copy {
    padding: 22px 16px 14px;
  }

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

  .zs-product-card li {
    font-size: 12px;
    line-height: 1.5;
  }

  .zs-split {
    gap: 28px;
  }

  .zs-split-copy h2 {
    font-size: 26px;
  }

  .zs-split-copy p {
    font-size: 15px;
    line-height: 1.8;
  }

  .zs-photo-grid {
    grid-template-columns: 1fr;
    max-width: 100%;
    margin-left: 0;
    width: 100%;
  }

  .zs-photo-grid img {
    height: 190px;
  }

  .zs-news-card h3 {
    font-size: 20px;
    line-height: 1.35;
  }

  .zs-news-card h3,
  .zs-news-date,
  .zs-news-card p:last-of-type {
    padding-left: 18px;
    padding-right: 18px;
  }

  .zs-news-date {
    font-size: 13px;
  }

  .zs-news-card p:last-of-type {
    font-size: 14px;
    line-height: 1.6;
  }

  .zs-logo-slider .zs-slide {
    padding-inline: 28px;
  }

  .zs-testimonial-copy,
  .zs-testimonial-media {
    padding: 24px 18px 18px;
  }

  .zs-testimonial-copy blockquote {
    min-height: 0;
    font-size: 15px;
    line-height: 1.75;
  }

  .zs-video-card img {
    height: auto;
  }

  .zs-mastery-grid article {
    padding: 24px 18px;
  }

  .zs-mastery-grid h3 {
    font-size: 18px;
    line-height: 1.35;
  }

  .zs-mastery-grid p {
    font-size: 14px;
    line-height: 1.65;
  }

  .zs-app-card {
    min-height: 500px;
  }

  .zs-app-card div {
    padding: 24px 18px;
  }

  .zs-app-card h2 {
    font-size: 24px;
    margin-bottom: 12px;
  }

  .zs-app-card p {
    font-size: 14px;
    line-height: 1.65;
  }

  .zs-app-card a {
    font-size: 14px;
    padding: 9px 16px;
  }

  .zs-contact-banner {
    padding: 62px 0;
  }
}

@media (max-width: 640px) {
  .zs-section-head h2,
  .zs-about-stats h2,
  .zs-contact-banner h2,
  .zs-split-copy h2,
  .zs-mastery-head h2,
  .zs-testimonial-copy > h2,
  .zs-testimonial-media > h2 {
    font-size: 26px;
  }

  .zs-slide-copy h2 {
    font-size: 22px;
  }

  .zs-slide-copy h2 span {
    font-size: 15px;
  }

  .zs-feature-list strong {
    font-size: 15px;
  }

  .zs-product-card h3,
  .zs-split-copy h2 {
    font-size: 22px;
  }

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

