.zs-about-page main {
  overflow: hidden;
}

.zs-about-page .zs-main-title {
  letter-spacing: -0.03em;
}

.zs-about-hero {
  position: relative;
  min-height: 620px;
  overflow: hidden;
}

.zs-about-hero-bg {
  position: absolute;
  inset: 0;
  background: url("../img/about-hero.jpg") center/cover no-repeat;
}

.zs-about-hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 620px;
  text-align: center;
}

.zs-about-hero-copy {
  max-width: 980px;
}

.zs-about-hero h2 {
  color: #ffffff;
  font-family: "Montserrat", "Nunito Sans", Arial, sans-serif;
  font-size: clamp(42px, 4.6vw, 64px);
  font-weight: 800;
  line-height: 1.15;
}

.zs-about-hero p {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(18px, 1.45vw, 22px);
  line-height: 1.7;
}

.zs-about-intro {
  padding: 118px 0 42px;
}

.zs-about-intro-grid {
  align-items: center;
  gap: 70px;
}

.zs-about-intro-copy .zs-kicker,
.zs-about-work-copy .zs-kicker {
  margin-bottom: 16px;
  color: #0c5297;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.zs-about-intro-copy h2,
.zs-about-work-copy h2,
.zs-about-purpose-head h2,
.zs-about-verify-head h2 {
  font-size: 36px;
  line-height: 1.18;
}

.zs-about-work-copy h2 {
  margin-bottom: 28px;
  color: #ffffff;
}

.zs-about-intro-copy p,
.zs-about-work-copy p {
  font-size: 16px;
  line-height: 1.92;
}

.zs-about-intro-copy p {
  color: #6d6d6d;
}

.zs-about-work-copy p {
  color: #ffffff;
}

.zs-about-intro-copy p + p,
.zs-about-work-copy p + p {
  margin-top: 16px;
}

.zs-about-video {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  margin-top: 42px;
}

.zs-about-video span {
  color: #1b1d21;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  text-transform: lowercase;
}

.zs-about-video-play {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 82px;
  height: 82px;
  border: 0;
  border-radius: 50%;
  color: #ffffff;
  background: #0c5297;
  box-shadow: 0 20px 40px rgba(119, 70, 196, 0.28);
  cursor: pointer;
}

.zs-about-video-play:hover {
  color: #ffffff;
}

.zs-about-video-icon {
  position: relative;
  z-index: 2;
  width: 0;
  height: 0;
  margin-left: 5px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid #ffffff;
}

.zs-about-video-ring {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(119, 70, 196, 0.32);
  border-radius: 50%;
  animation: zsAboutPulse 2.4s linear infinite;
}

.zs-about-video-ring-two {
  animation-delay: 0.9s;
}

.zs-video-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 24px;
}

.zs-video-modal[hidden] {
  display: none;
}

.zs-video-modal-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(8, 12, 20, 0.74);
  backdrop-filter: blur(3px);
  cursor: pointer;
}

.zs-video-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 780px);
}

.zs-video-modal-close {
  position: absolute;
  top: -14px;
  right: -14px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: #ffffff;
  color: #111b2f;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  transition: transform 0.24s ease, background 0.24s ease;
}

.zs-video-modal-close svg {
  width: 18px;
  height: 18px;
}

.zs-video-modal-close:hover {
  background: #f3f4f6;
  transform: scale(1.04);
}

.zs-video-modal-frame {
  position: relative;
  overflow: hidden;
  background: #000000;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.42);
}

.zs-video-modal-frame::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.zs-video-modal-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.zs-about-intro-tiles {
  overflow: hidden;
}

.zs-about-intro-tiles img {
  width: 100%;
  display: block;
  height: auto;
}

.zs-about-brands {
  margin-top: 46px;
  padding: 34px 0 38px;
}

.zs-about-brand-slider {
  overflow: hidden;
}

.zs-about-brand-slider img {
  display: block;
  width: 100%;
  height: auto;
}

.zs-about-work {
  position: relative;
  padding: 108px 0 112px;
  background: linear-gradient(180deg, #0f2748 0%, #14345f 100%);
}

.zs-about-work-art {
  position: absolute;
  top: 0;
  right: 0;
  width: 480px;
  height: 100%;
  background: url("../img/about-bg-art-6.png") bottom right/360px auto no-repeat;
  pointer-events: none;
}

.zs-about-work-grid {
  position: relative;
  align-items: center;
  gap: 76px;
}

.zs-about-work-media img {
  width: 100%;
}

.zs-about-link-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 34px;
  color: #0c5297;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.zs-about-link-btn:hover {
  color: #6bc2f7;
}

.zs-about-link-arrow {
  width: 28px;
  height: 16px;
  color: inherit;
  flex: 0 0 auto;
}

.zs-about-link-arrow svg {
  display: block;
  width: 100%;
  height: 100%;
}

.zs-about-purpose {
  padding: 112px 0 120px;
}

.zs-about-purpose-head {
  margin-bottom: 58px;
  text-align: center;
}

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

.zs-about-purpose-card {
  position: relative;
  overflow: hidden;
  min-height: 330px;
}

.zs-about-purpose-face,
.zs-about-purpose-overlay {
  position: absolute;
  inset: 0;
}

.zs-about-purpose-face img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.zs-about-purpose-face::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 24, 39, 0.08) 0%, rgba(17, 24, 39, 0.78) 100%);
}

.zs-about-purpose-face h3 {
  position: absolute;
  left: 34px;
  bottom: 30px;
  z-index: 1;
  color: #ffffff;
  font-family: "Montserrat", "Nunito Sans", Arial, sans-serif;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.08;
}

.zs-about-purpose-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 36px 42px;
  color: #ffffff;
  text-align: center;
  background: linear-gradient(180deg, rgba(12, 82, 151, 0.94), rgba(7, 54, 104, 0.97));
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.32s ease, transform 0.32s ease;
}

.zs-about-purpose-overlay p {
  font-size: 18px;
  line-height: 1.7;
}

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

.zs-about-verify {
  padding: 110px 0;
  background: #f4f5f7;
}

.zs-about-verify-head {
  margin-bottom: 44px;
  text-align: center;
}

.zs-about-verify-head h2 {
  color: #1d2433;
}

.zs-about-verify-head::after {
  content: "";
  display: block;
  width: 42px;
  height: 3px;
  margin: 16px auto 0;
  background: #0c5297;
}

.zs-about-verify-head p {
  margin-top: 18px;
  color: #8b93a3;
  font-size: 16px;
  line-height: 1.75;
}

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

.zs-about-verify-card {
  overflow: hidden;
  background: #ffffff;
}

.zs-about-verify-media {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.zs-about-verify-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.zs-about-verify-media-blue {
  background: #0c5297;
}

.zs-about-verify-media-purple {
  background: #0c5297;
}

.zs-about-verify-media-slate {
  background: #0c5297;
}

.zs-about-verify-media-green {
  background: #0c5297;
}

.zs-about-verify-copy {
  padding: 14px 14px 18px;
}

.zs-about-verify-copy h3 {
  color: #1d2433;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.4;
}

.zs-about-verify-copy p {
  margin-top: 10px;
  color: #7d8595;
  font-size: 13px;
  line-height: 1.72;
}

.zs-about-cta {
  padding: 78px 0 86px;
  background:
    radial-gradient(circle at 50% -30%, rgba(255, 106, 25, 0.28), transparent 42%),
    linear-gradient(135deg, #111b2f 0%, #27324e 100%);
}

.zs-about-cta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.zs-about-cta-copy {
  max-width: 640px;
}

.zs-about-cta-copy h2 {
  color: #ffffff;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.3;
}

.zs-about-cta-copy p {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.8;
}

.zs-about-cta-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  flex: 0 0 auto;
}

.zs-about-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 4px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.zs-about-cta-btn:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.4);
}

.zs-about-cta-btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
}

.zs-about-cta-btn-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

@keyframes zsAboutPulse {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }

  100% {
    transform: scale(1.45);
    opacity: 0;
  }
}

@media (max-width: 1279px) {
  .zs-about-intro-grid,
  .zs-about-work-grid {
    gap: 48px;
  }

  .zs-about-verify-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
  }

  .zs-about-cta-row {
    flex-direction: column;
    align-items: flex-start;
  }
}

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

  .zs-about-intro,
  .zs-about-work,
  .zs-about-purpose {
    padding-top: 82px;
    padding-bottom: 84px;
  }

  .zs-about-intro-grid,
  .zs-about-work-grid {
    grid-template-columns: 1fr;
  }

  .zs-about-intro-tiles {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .zs-about-hero,
  .zs-about-hero-inner {
    min-height: 380px;
  }

  .zs-about-intro,
  .zs-about-work,
  .zs-about-purpose,
  .zs-about-verify {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .zs-about-intro-copy h2,
  .zs-about-work-copy h2,
  .zs-about-purpose-head h2,
  .zs-about-verify-head h2 {
    font-size: 36px;
  }

  .zs-about-video {
    gap: 18px;
    margin-top: 32px;
  }

  .zs-about-video-play {
    width: 72px;
    height: 72px;
  }

  .zs-video-modal {
    padding: 24px 14px;
  }

  .zs-video-modal-close {
    top: -14px;
    right: -6px;
    width: 34px;
    height: 34px;
  }

  .zs-about-intro-tiles,
  .zs-about-work-art {
    display: none;
  }

  .zs-about-brands {
    margin-top: 28px;
    padding: 24px 0 28px;
  }

  .zs-about-purpose-head {
    margin-bottom: 34px;
  }

  .zs-about-purpose-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .zs-about-purpose-card {
    min-height: 270px;
  }

  .zs-about-purpose-face h3 {
    left: 24px;
    bottom: 24px;
    font-size: 28px;
  }

  .zs-about-purpose-overlay {
    padding: 28px 24px;
    opacity: 1;
    transform: translateY(0);
    background: linear-gradient(180deg, rgba(12, 82, 151, 0.78), rgba(7, 54, 104, 0.9));
  }

  .zs-about-purpose-overlay p {
    font-size: 16px;
    line-height: 1.7;
  }

  .zs-about-verify-head p {
    font-size: 16px;
    line-height: 1.8;
  }

  .zs-about-verify-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .zs-about-verify-media {
    aspect-ratio: 1 / 1;
  }

  .zs-about-verify-copy {
    padding: 14px 14px 16px;
  }

  .zs-about-cta {
    padding: 58px 0 64px;
  }

  .zs-about-cta-copy h2 {
    font-size: 28px;
  }

  .zs-about-cta-actions {
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
