.zs-page-app-detail main {
  background: #fff;
}

.zs-page-app-detail .zs-od-anim {
  opacity: 0;
  transform: translate3d(0, 26px, 0);
  transition: opacity .55s ease, transform .55s ease;
}

.zs-page-app-detail .zs-animate {
  opacity: 0;
  transform: translate3d(0, 26px, 0);
  transition: opacity .55s ease, transform .55s ease;
}

.zs-page-app-detail .zs-od-anim.is-in {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.zs-page-app-detail .zs-app-assist.zs-od-anim,
.zs-page-app-detail .zs-app-assist.zs-od-anim.is-in {
  transform: none;
}

.zs-page-app-detail .zs-animate.is-in {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.zs-page-app-detail .zs-hero {
  background: var(--brand-bg-soft);
  padding: 80px 0;
}

.zs-page-app-detail .zs-hero-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  width: 100%;
  margin: 0 auto;
}

.zs-page-app-detail .zs-hero-copy {
  width: calc(50% - 30px);
}

.zs-page-app-detail .zs-hero-copy h1 {
  margin: 0 0 24px;
  font-size: 36px;
  line-height: 1.2;
  font-family: "Arial Black", Arial, sans-serif;
  font-weight: 900;
  color: #000;
  white-space: nowrap;
}

.zs-page-app-detail .zs-hero-copy p {
  margin: 0 0 20px;
  color: #333;
  font-size: 16px;
  line-height: 1.6;
}

.zs-page-app-detail .zs-primary-btn {
  margin-top: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--brand-primary);
  color: #fff;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  padding: 14px 24px;
  border-radius: 2px;
  letter-spacing: .5px;
  transition: all .3s ease;
}

.zs-page-app-detail .zs-primary-btn:hover {
  background: var(--brand-primary-deep);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 58, 64, .3);
}

.zs-page-app-detail .zs-hero-media {
  width: calc(50% - 30px);
}

.zs-page-app-detail .zs-hero-media img {
  width: 100%;
  height: auto;
  display: block;
}

.zs-page-app-detail .zs-pd-section {
  padding: 56px 0;
}

.zs-page-app-detail .zs-pd-features {
  background: #ffffff;
  padding: 62px 0 56px;
}

.zs-page-app-detail .home-certifications .zs-section-head,
.zs-page-app-detail .home-partners .zs-section-head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 54px;
  position: relative;
}

.zs-page-app-detail .home-certifications .zs-section-head h2,
.zs-page-app-detail .home-partners .zs-section-head h2 {
  margin: 0;
  text-align: left;
  font-size: 36px;
  line-height: 1.2;
  font-family: "Arial Black", Arial, sans-serif;
  font-weight: 900;
  color: #000;
}

.zs-page-app-detail .zs-pd-features.zs-why .zs-why-head,
.zs-page-app-detail .home-certifications.zs-why .zs-why-head,
.zs-page-app-detail .home-partners.zs-why .zs-why-head {
  justify-content: center;
  margin-bottom: 40px;
  flex-direction: column;
  gap: 14px;
}

.zs-page-app-detail .zs-pd-features.zs-why .zs-why-head h2,
.zs-page-app-detail .home-certifications.zs-why .zs-why-head h2,
.zs-page-app-detail .home-partners.zs-why .zs-why-head h2 {
  text-align: center;
  max-width: none;
  width: 100%;
  font-size: 32px;
  white-space: nowrap;
}

.zs-page-app-detail .zs-pd-features .zs-why-line,
.zs-page-app-detail .home-certifications .zs-why-line,
.zs-page-app-detail .home-partners .zs-why-line {
  width: 220px;
  height: 2px;
  background: var(--brand-primary);
  display: block;
}

.zs-page-app-detail .zs-pd-intro-desc {
  margin: 0 auto 30px;
  max-width: 1300px;
  color: #000;
  font-size: 17px;
  line-height: 1.75;
}

.zs-page-applications main {
  background: #f7f9fb;
}

.zs-page-applications .zs-app-hero {
  padding: 72px 0 46px;
  background: linear-gradient(180deg, #eef4f6 0%, #f7f9fb 100%);
}

.zs-page-applications .zs-app-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 48px;
  align-items: center;
}

.zs-page-applications .zs-app-hero-copy h1 {
  margin: 0 0 18px;
  color: #142334;
  font-size: 46px;
  line-height: 1.1;
  font-family: "Arial Black", Arial, sans-serif;
  font-weight: 900;
}

.zs-page-applications .zs-app-hero-copy p {
  margin: 0 0 14px;
  color: #415160;
  font-size: 17px;
  line-height: 1.75;
}

.zs-page-applications .zs-app-support-btn {
  margin-top: 18px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 54px;
  padding: 12px 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-primary-deep) 100%);
  color: #fff;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 700;
  box-shadow: 0 12px 26px rgba(0, 94, 100, 0.2);
  transition: transform .25s ease, box-shadow .25s ease;
}

.zs-page-applications .zs-app-support-btn:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(0, 94, 100, 0.26);
}

.zs-page-applications .zs-app-support-icon {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.9;
  position: relative;
  flex-shrink: 0;
}

.zs-page-applications .zs-app-support-icon::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.24);
}

.zs-page-applications .zs-app-hero-media img {
  display: block;
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 20px 42px rgba(20, 35, 52, 0.16);
}

.zs-page-applications .zs-app-grid-section {
  padding: 8px 0 84px;
}

.zs-page-applications .zs-app-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.zs-page-applications .zs-app-card {
  min-width: 0;
}

.zs-page-applications .zs-app-card>a {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(20, 35, 52, 0.08);
  transition: transform .28s ease, box-shadow .28s ease;
}

.zs-page-applications .zs-app-card>a:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 42px rgba(20, 35, 52, 0.14);
}

.zs-page-applications .zs-app-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.zs-page-applications .zs-app-card h2 {
  margin: 0;
  padding: 18px 20px 20px;
  color: #142334;
  font-size: 24px;
  line-height: 1.3;
  font-family: "Arial Black", Arial, sans-serif;
  font-weight: 900;
}

.zs-od-hero {
  background: linear-gradient(180deg, var(--brand-bg-soft) 0%, var(--brand-bg) 100%);
  padding: 78px 0 72px;
}

.zs-od-hero-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 46px;
  align-items: center;
}

.zs-od-hero-copy h1 {
  margin: 0 0 20px;
  color: #101010;
  font-size: 46px;
  line-height: 1.1;
  font-family: "Arial Black", Arial, sans-serif;
  font-weight: 900;
}

.zs-od-hero-copy p {
  margin: 0 0 16px;
  color: #242424;
  font-size: 19px;
  line-height: 1.72;
}

.zs-od-hero-media img {
  display: block;
  width: 100%;
  border-radius: 4px;
}

.zs-od-section {
  padding: 74px 0;
}

.zs-od-section h2 {
  display: block;
  width: 100%;
  margin: 0 auto 28px;
  color: #0f0f0f;
  text-align: center;
  font-size: 34px;
  line-height: 1.2;
  font-family: "Arial Black", Arial, sans-serif;
  font-weight: 900;
  max-width: 1000px;
}

.zs-od-anchor {
  padding: 54px 0 10px;
}

.zs-od-anchor h2 {
  margin: 0 auto;
  font-size: 40px;
}

.zs-od-search {
  margin: 28px auto 0;
  max-width: 860px;
  display: grid;
  grid-template-columns: 1fr 56px;
  background: #fff;
  border: 1px solid #e7e7e7;
}

.zs-od-search-label {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.zs-od-search input {
  border: 0;
  background: #fff;
  height: 56px;
  padding: 0 18px;
  font-size: 16px;
  color: #2d2d2d;
  outline: none;
}

.zs-od-search input::placeholder {
  color: #8a8a8a;
}

.zs-od-search button {
  border: 0;
  background: var(--brand-primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background .25s ease;
}

.zs-od-search button:hover {
  background: var(--brand-primary-deep);
}

.zs-od-search button .iconify {
  font-size: 22px;
}

.zs-od-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 22px;
}

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

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

.zs-od-card,
.zs-od-mini {
  background: #fff;
  border: 1px solid #ececec;
  padding: 26px 24px;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.zs-od-card h3,
.zs-od-mini h3 {
  margin: 0 0 12px;
  color: #141414;
  font-size: 28px;
  line-height: 1.25;
  font-family: "Arial Black", Arial, sans-serif;
  font-weight: 900;
}

.zs-od-card p,
.zs-od-mini p {
  margin: 0;
  color: #2a2a2a;
  font-size: 18px;
  line-height: 1.72;
}

.zs-od-card p+p {
  margin-top: 14px;
}

.zs-od-card:hover,
.zs-od-mini:hover {
  transform: translateY(-4px);
  border-color: #ddd;
  box-shadow: 0 10px 26px rgba(0, 0, 0, .08);
}

.zs-od-card-line {
  border-top: 3px solid var(--brand-primary);
}

.zs-od-section-muted {
  background: var(--brand-bg);
}

.zs-od-mini h3 {
  font-size: 24px;
}

.zs-od-mini {
  min-height: 100%;
}

.zs-od-section-dark {
  background: #fff;
  padding-top: 70px;
}

.zs-od-section-dark h2 {
  color: #080808;
  margin-bottom: 16px;
  max-width: 860px;
}

.zs-od-sub {
  margin: 0 auto 54px;
  max-width: 760px;
  text-align: center;
  color: #252525;
  font-size: 18px;
  line-height: 1.6;
}

.zs-od-pro-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px;
}

.zs-od-card-dark {
  border: 0;
  background: transparent;
  box-shadow: none;
  text-align: center;
  padding: 0 10px;
}

.zs-od-card-dark:hover {
  transform: none;
  box-shadow: none;
  border-color: transparent;
}

.zs-od-pro-icon {
  width: 118px;
  height: 118px;
  margin: 0 auto 30px;
  border: 4px solid var(--brand-primary);
  border-radius: 50%;
  color: var(--brand-primary);
  display: flex;
  align-items: center;
  justify-content: center;
}

.zs-od-pro-icon .iconify {
  font-size: 62px;
}

.zs-od-card-dark h3 {
  color: #0b0b0b;
  font-size: 18px;
  line-height: 1.15;
  margin-bottom: 18px;
}

.zs-od-card-dark p {
  color: #222;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 400;
}

.zs-app-assist {
  background-color: #cccccc;
  background-image: url("../img/p01-s02-bg1.jpg");
  background-repeat: repeat-x;
  background-position: top center;
  background-attachment: fixed;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.zs-app-assist::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../img/cta-bg.png");
  background-position: right 400px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  pointer-events: none;
}

.zs-app-assist-card {
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, .82);
  padding: 50px;
}

.zs-app-assist-card h2 {
  margin: 0;
  text-align: center;
  font-size: 32px;
  line-height: 1.2;
  color: #111;
  font-family: "Arial Black", Arial, sans-serif;
  font-weight: 900;
}

.zs-app-assist-row {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 7fr 3fr;
  gap: 20px;
  align-items: center;
}

.zs-app-assist-row p {
  margin: 0;
  font-size: 19px;
  line-height: 1.7;
  color: #222;
}

.zs-app-assist-btn {
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--brand-primary);
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: .6px;
  transition: transform .25s ease, background .25s ease;
}

.zs-app-assist-btn:hover {
  color: #fff;
  background: var(--brand-primary-deep);
  transform: translateY(-3px);
}

.zs-app-assist-split {
  margin: 30px 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #aeaeae;
}

.zs-page-applications .zs-app-pagination {
  margin-top: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  clear: both;
}

.zs-page-applications .zs-app-pagination .pagination {
  margin: 0;
  flex-wrap: wrap;
}

.zs-page-applications .zs-app-pagination .pagination li {
  display: inline-flex;
}

.zs-page-applications .zs-app-pagination .pagination li a,
.zs-page-applications .zs-app-pagination .pagination li span {
  min-width: 40px;
  height: 40px;
  border-radius: 999px;
}

.zs-page-applications .zs-app-pagination .pagination li.disabled {
  display: none;
}

@media (max-width: 1300px) {
  .zs-page-applications .zs-app-hero-copy h1 {
    font-size: 40px;
  }

  .zs-page-applications .zs-app-grid {
    gap: 22px;
  }

  .zs-page-applications .zs-app-card h2 {
    font-size: 22px;
  }

  .zs-page-app-detail .zs-hero-copy h1 {
    font-size: 32px;
  }

  .zs-od-hero-copy h1 {
    font-size: 38px;
  }

  .zs-od-hero-copy p {
    font-size: 17px;
  }

  .zs-od-section h2,
  .zs-od-anchor h2 {
    font-size: 34px;
  }

  .zs-od-card h3 {
    font-size: 24px;
  }

  .zs-od-card p,
  .zs-od-mini p {
    font-size: 16px;
  }

  .zs-od-sub {
    font-size: 17px;
  }

  .zs-od-pro-grid {
    gap: 20px;
  }

  .zs-od-pro-icon {
    width: 92px;
    height: 92px;
    margin-bottom: 20px;
  }

  .zs-od-pro-icon .iconify {
    font-size: 48px;
  }

  .zs-od-card-dark h3 {
    font-size: 34px;
  }

  .zs-od-card-dark p {
    font-size: 15px;
  }

  .zs-app-assist {
    padding: 60px 0;
  }

  .zs-app-assist-card {
    padding: 36px 24px;
  }

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

  .zs-app-assist-row p {
    font-size: 16px;
  }

  .zs-app-assist-btn {
    font-size: 19px;
    height: 48px;
  }

  .zs-page-applications .zs-app-pagination {
    margin-top: 34px;
  }
}

@media (max-width: 992px) {

  .zs-page-app-detail .zs-pd-features.zs-why .zs-why-head h2,
  .zs-page-app-detail .home-certifications.zs-why .zs-why-head h2,
  .zs-page-app-detail .home-partners.zs-why .zs-why-head h2 {
    white-space: normal;
  }
}

@media (max-width: 768px) {

  .zs-page-app-detail .zs-pd-features.zs-why .zs-why-head h2,
  .zs-page-app-detail .home-certifications.zs-why .zs-why-head h2,
  .zs-page-app-detail .home-partners.zs-why .zs-why-head h2 {
    font-size: 22px;
  }
}

@media (max-width: 980px) {
  .zs-page-applications .zs-app-hero {
    padding: 48px 0 30px;
  }

  .zs-page-applications .zs-app-hero-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

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

  .zs-page-app-detail .zs-hero {
    padding: 44px 0;
  }

  .zs-page-app-detail .zs-hero-wrap {
    flex-direction: column;
    gap: 22px;
  }

  .zs-page-app-detail .zs-hero-copy,
  .zs-page-app-detail .zs-hero-media {
    width: 100%;
  }

  .zs-od-hero {
    padding: 44px 0;
  }

  .zs-od-hero-wrap,
  .zs-od-grid-2,
  .zs-od-grid-4 {
    grid-template-columns: 1fr;
  }

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

  .zs-od-section {
    padding: 42px 0;
  }

  .zs-od-search {
    max-width: 100%;
  }

  .zs-app-assist-row {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .zs-page-applications {
    overflow-x: hidden;
  }

  .zs-fixed-header-page.zs-page-applications main {
    padding-top: 84px;
  }

  .zs-page-applications .zs-app-hero {
    padding: 42px 0 26px;
  }

  .zs-page-applications .zs-app-hero-copy h1 {
    font-size: 31px;
    line-height: 1.2;
  }

  .zs-page-applications .zs-app-hero-copy p {
    font-size: 15px;
    line-height: 1.7;
  }

  .zs-page-applications .zs-app-support-btn {
    width: 100%;
    justify-content: center;
    padding: 12px 16px;
  }

  .zs-page-applications .zs-app-grid-section {
    padding: 4px 0 56px;
  }

  .zs-page-applications .zs-app-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .zs-page-applications .zs-app-card h2 {
    padding: 16px 16px 18px;
    font-size: 20px;
  }

  .zs-page-app-detail {
    overflow-x: hidden;
  }

  .zs-fixed-header-page.zs-page-app-detail main {
    padding-top: 84px;
  }

  .zs-page-app-detail .zs-hero {
    padding: 44px 0 36px;
  }

  .zs-page-app-detail .zs-hero-copy h1 {
    font-size: 28px;
    line-height: 1.25;
    white-space: normal;
    word-break: break-word;
    overflow-wrap: anywhere;
    margin-bottom: 14px;
  }

  .zs-page-app-detail .zs-primary-btn {
    height: auto;
    min-height: 46px;
    padding: 10px 16px;
    line-height: 1.25;
    white-space: normal;
    text-align: center;
  }

  .zs-od-hero-copy h1 {
    font-size: 29px;
  }

  .zs-od-section h2,
  .zs-od-anchor h2 {
    font-size: 27px;
  }

  .zs-od-search {
    grid-template-columns: 1fr 50px;
  }

  .zs-od-search input {
    height: 50px;
    font-size: 14px;
  }

  .zs-od-sub {
    font-size: 16px;
    margin-bottom: 28px;
  }

  .zs-od-card,
  .zs-od-mini {
    padding: 18px 16px;
  }

  .zs-od-card h3,
  .zs-od-mini h3 {
    font-size: 22px;
  }

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

  .zs-od-pro-icon {
    width: 72px;
    height: 72px;
    border-width: 3px;
    margin-bottom: 14px;
  }

  .zs-od-pro-icon .iconify {
    font-size: 36px;
  }

  .zs-od-card-dark h3 {
    font-size: 28px;
  }

  .zs-od-card-dark p {
    font-size: 14px;
  }

  .zs-app-assist {
    padding: 0;
  }

  .zs-app-assist-card {
    padding: 40px 20px;
  }

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

  .zs-app-assist-row p {
    font-size: 18px;
  }

  .zs-app-assist-btn {
    font-size: 16px;
    height: 48px;
  }

  .zs-app-assist-split {
    margin: 20px 0;
  }

  .zs-page-applications .zs-app-pagination {
    margin-top: 28px;
  }
}