.zs-page-product-detail {
    background: #ffffff;
    color: #222222;
}

.zs-page-product-detail main {
    padding-bottom: 60px;
}

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

.zs-pd-title {
    margin: 0 0 14px;
    font-size: 34px;
    line-height: 1.2;
    text-align: center;
    color: #1e2d3d;
}

.zs-pd-desc {
    margin: 0 auto 34px;
    max-width: 960px;
    font-size: 16px;
    line-height: 1.75;
    color: #5a6470;
    text-align: center;
}

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

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

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

.zs-hero-copy h1 {
    margin: 0 0 58px;
    font-size: 36px;
    line-height: 1.2;
    font-family: "Arial Black", Arial, sans-serif;
    font-weight: 900;
    color: #000;
}

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

.zs-primary-btn {
    margin-top: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 28px;
    height: 46px;
    background: var(--brand-primary);
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    border-radius: 4px;
    letter-spacing: .5px;
    transition: all 0.3s ease;
}

.zs-primary-btn:hover {
    background: var(--brand-primary-deep);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 58, 64, 0.3);
}

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

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

.zs-pd-hero {
    background: linear-gradient(180deg, #f6f8fb 0%, #ffffff 100%);
    padding: 32px 0 24px;
}

.zs-pd-hero-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: center;
}

.zs-pd-hero-text {
    flex: 1 1 430px;
}

.zs-pd-hero-text h1 {
    margin: 0 0 14px;
    font-size: 42px;
    line-height: 1.2;
    color: #1f2a37;
}

.zs-pd-hero-text p {
    margin: 0;
    font-size: 16px;
    line-height: 1.75;
    color: #5b6472;
}

.zs-pd-hero-media {
    flex: 1 1 520px;
}

.zs-pd-hero-media img {
    width: 100%;
    border-radius: 8px;
}

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

.zs-pd-card-image {
    background: #ffffff;
    border: 1px solid #e6ebf0;
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.zs-pd-card-image img {
    width: 100%;
    display: block;
    transition: transform .45s ease;
}

.zs-pd-card-image h3 {
    margin: 0;
    padding: 14px 12px;
    font-size: 17px;
    color: #1e2d3d;
    transition: color .25s ease;
}

.zs-pd-card-image:hover {
    transform: translateY(-6px);
    border-color: #dfe7f0;
    box-shadow: 0 14px 28px rgba(20, 35, 52, 0.1);
}

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

.zs-pd-card-image:hover h3 {
    color: var(--brand-primary);
}

.zs-view-all {
    color: var(--brand-primary);
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    right: 0;
    display: inline-flex;
    align-items: center;
    padding: 8px 20px;
    border: 1px solid var(--brand-primary);
    border-radius: 4px;
    transition: all 0.3s ease;
    background: transparent;
}

.zs-view-all:hover {
    background: var(--brand-primary);
    color: #fff;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0, 58, 64, 0.2);
    transform: translateY(-2px);
}

.zs-types-action {
    text-align: center;
    margin-top: 40px;
}

.zs-types-action .zs-view-all {
    position: static;
    right: auto;
}

.zs-types-btn {
    height: 46px;
    border-radius: 4px;
    background: var(--brand-primary);
    color: #fff;
    border-color: var(--brand-primary);
    font-size: 15px;
    font-weight: 600;
    padding: 0 26px;
    transition: transform .28s ease, box-shadow .28s ease, background .28s ease, border-color .28s ease;
}

.zs-types-btn:hover {
    background: var(--brand-primary-deep);
    border-color: var(--brand-primary-deep);
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 58, 64, 0.28);
}

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

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

.zs-pd-features .zs-section-head h2,
.zs-pd-apps-section .zs-section-head h2,
.home-certifications .zs-section-head h2,
.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-pd-features.zs-why .zs-why-head,
.zs-pd-apps-section.zs-why .zs-why-head,
.home-certifications.zs-why .zs-why-head,
.home-partners.zs-why .zs-why-head {
    justify-content: center;
    margin-bottom: 40px;
    flex-direction: column;
    gap: 14px;
}

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

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

.zs-pd-intro-desc {
    margin: 0 auto 30px;
    max-width: 1300px;
    /* text-align: center; */
    color: #000;
    font-size: 17px;
    line-height: 1.75;
}

.zs-pd-intro-image {
    width: 100%;
    display: flex;
    justify-content: center;
}

.zs-pd-intro-image img {
    width: 100%;
    max-width: 980px;
    border-radius: 14px;
    display: block;
}

.zs-pd-feature-list {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px;
    background: #ffffff;
    border: 1px solid #e8edf3;
    border-radius: 12px;
    padding: 24px 16px 20px;
}

.zs-pd-feature-item {
    padding: 8px 8px 4px;
    color: #1f2d3d;
    text-align: center;
    border-radius: 10px;
    transition: all .25s ease;
}

.zs-pd-feature-item:hover {
    background: #f7fafc;
    transform: translateY(-2px);
}

.zs-pd-feature-icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto 12px;
    border: 1px solid #e7edf4;
    background: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #5a6d83;
    box-shadow: 0 2px 8px rgba(26, 38, 54, 0.05);
}

.zs-pd-feature-icon img {
    width: 50px;
    height: 50px;
    display: block;
}

.zs-pd-feature-item p {
    margin: 0;
    font-size: 15px;
    line-height: 1.35;
    color: #1f2d3d;
    font-weight: 600;
    letter-spacing: 0;
}

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

.zs-pd-app-item {
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(20, 35, 52, 0.08);
    transition: transform .3s ease, box-shadow .3s ease;
}

.zs-pd-app-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0) 36%, rgba(255, 255, 255, 0.24) 50%, rgba(255, 255, 255, 0) 64%);
    transform: translateX(-130%);
    transition: transform .7s ease;
    pointer-events: none;
}

.zs-pd-app-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    transition: transform .45s ease;
}

.zs-pd-app-item span {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.62) 100%);
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    padding: 36px 12px 12px;
    text-align: center;
    letter-spacing: 0.2px;
    transition: padding .28s ease;
}

.zs-pd-app-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 34px rgba(20, 35, 52, 0.14);
}

.zs-pd-app-item:hover img {
    transform: scale(1.06);
}

.zs-pd-app-item:hover::after {
    transform: translateX(130%);
}

.zs-pd-app-item:hover span {
    padding-bottom: 16px;
}

.zs-pd-custom-options .zs-pd-app-grid-8 {
    display: flex;
    flex-wrap: nowrap;
    gap: 14px;
    padding-bottom: 6px;
}

.zs-pd-custom-options .zs-pd-custom-carousel {
    position: relative;
    width: 100%;
}

.zs-pd-custom-options .zs-pd-custom-viewport {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    width: 100%;
}

.zs-pd-custom-options .zs-pd-custom-viewport::-webkit-scrollbar,
.zs-pd-custom-options .zs-pd-app-grid-8::-webkit-scrollbar {
    display: none;
}

.zs-pd-custom-options .zs-pd-app-item {
    display: flex;
    flex-direction: column;
    flex: 0 0 calc((100% - 70px) / 6);
    min-width: calc((100% - 70px) / 6);
    scroll-snap-align: start;
}

.zs-pd-custom-options .zs-pd-app-item img {
    height: auto;
    aspect-ratio: 8 / 10;
    object-fit: cover;
}

.zs-pd-custom-options .zs-pd-app-item span {
    position: static;
    background: none;
    color: #1f2d3d;
    padding: 12px 8px 14px;
    line-height: 1.35;
    min-height: 52px;
}

.zs-pd-custom-options .zs-pd-app-item:hover img {
    transform: none;
}

.zs-pd-custom-options .zs-pd-app-item:hover span {
    padding-bottom: 14px;
}

.zs-pd-custom-options .zs-pd-custom-nav {
    width: 40px;
    height: 40px;
    border: 1px solid #d9e2ec;
    border-radius: 50%;
    background: #fff;
    color: #253548;
    font-size: 20px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background .25s ease, color .25s ease, transform .25s ease, box-shadow .25s ease;
    position: absolute;
    top: 140px;
    z-index: 3;
}

.zs-pd-custom-options .zs-pd-custom-nav.prev {
    left: 10px;
}

.zs-pd-custom-options .zs-pd-custom-nav.next {
    right: 10px;
}

.zs-pd-custom-options .zs-pd-custom-nav:hover {
    background: var(--brand-primary);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(0, 58, 64, 0.28);
}

.zs-pd-custom-options .zs-pd-custom-nav:disabled {
    opacity: .4;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
    background: #fff;
    color: #253548;
}

.zs-pd-custom-options .zs-pd-custom-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 18px;
}

.zs-pd-custom-options .zs-pd-custom-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.zs-pd-custom-options .zs-pd-custom-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 0;
    background: #c7d2df;
    cursor: pointer;
    transition: width .25s ease, background .25s ease;
    padding: 0;
}

.zs-pd-custom-options .zs-pd-custom-dot.active {
    width: 24px;
    border-radius: 10px;
    background: var(--brand-primary);
}

.zs-pd-process-section .zs-pd-process-carousel {
    position: relative;
    width: 100%;
}

.zs-pd-process-section .zs-pd-process-nav {
    width: 40px;
    height: 40px;
    border: 1px solid #d9e2ec;
    border-radius: 50%;
    background: #fff;
    color: #253548;
    font-size: 20px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background .25s ease, color .25s ease, transform .25s ease, box-shadow .25s ease;
    position: absolute;
    top: 140px;
    z-index: 3;
}

.zs-pd-process-section .zs-pd-process-nav.prev {
    left: 10px;
}

.zs-pd-process-section .zs-pd-process-nav.next {
    right: 10px;
}

.zs-pd-process-section .zs-pd-process-nav:hover {
    background: var(--brand-primary);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(0, 58, 64, 0.28);
}

.zs-pd-process-section .zs-pd-process-nav:disabled {
    opacity: .4;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
    background: #fff;
    color: #253548;
}

.zs-pd-process-section .zs-pd-process-viewport {
    overflow-x: auto;
    scroll-behavior: smooth;
    width: 100%;
    scrollbar-width: none;
}

.zs-pd-process-section .zs-pd-process-viewport::-webkit-scrollbar {
    display: none;
}

.zs-pd-process-section .zs-pd-process-track {
    display: flex;
    gap: 16px;
}

.zs-pd-process-section .zs-pd-process-dots {
    margin-top: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.zs-pd-process-section .zs-pd-process-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 18px;
}

.zs-pd-process-section .zs-pd-process-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 0;
    background: #c7d2df;
    cursor: pointer;
    transition: width .25s ease, background .25s ease;
    padding: 0;
}

.zs-pd-process-section .zs-pd-process-dot.active {
    width: 24px;
    border-radius: 10px;
    background: var(--brand-primary);
}

.zs-pd-process-section .zs-pd-process-item {
    margin: 0;
    flex: 0 0 calc((100% - 32px) / 3);
    border: 1px solid #e8edf3;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    position: relative;
    box-shadow: 0 10px 24px rgba(20, 35, 52, 0.08);
    transition: transform .3s ease, box-shadow .3s ease;
}

.zs-pd-process-section .zs-pd-process-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0) 36%, rgba(255, 255, 255, 0.24) 50%, rgba(255, 255, 255, 0) 64%);
    transform: translateX(-130%);
    transition: transform .7s ease;
    pointer-events: none;
}

.zs-pd-process-section .zs-pd-process-item img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
    transition: transform .45s ease;
}

.zs-pd-process-section .zs-pd-process-item p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 42px 12px 14px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.2px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.62) 100%);
    transition: padding .28s ease;
}

.zs-pd-process-section .zs-pd-process-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 34px rgba(20, 35, 52, 0.14);
}

.zs-pd-process-section .zs-pd-process-item:hover img {
    transform: scale(1.06);
}

.zs-pd-process-section .zs-pd-process-item:hover::after {
    transform: translateX(130%);
}

.zs-pd-process-section .zs-pd-process-item:hover p {
    padding-bottom: 18px;
}

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

.zs-pd-custom-grid .zs-pd-card-image img {
    height: 240px;
    object-fit: cover;
}

.zs-pd-cert-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
}

.zs-pd-cert-list li {
    border: 1px solid #e8edf3;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
}

.zs-pd-cert-list img {
    width: 100%;
    display: block;
}

.zs-pd-partners {
    background: #f7fafc;
}

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

.zs-pd-logo-item {
    border: 1px solid #e8edf3;
    background: #fff;
    border-radius: 6px;
    min-height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.zs-pd-logo-item img {
    max-width: 78%;
    max-height: 48px;
}

.zs-pd-testimonial-wrap {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
}

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

.zs-pd-testimonial-item {
    border: 1px solid #e6ecf2;
    border-radius: 8px;
    padding: 18px;
    background: #fff;
}

.zs-pd-testimonial-item img {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 10px;
}

.zs-pd-testimonial-item p {
    margin: 0;
    font-size: 14px;
    line-height: 1.8;
    color: #4b5563;
}

.zs-pd-testimonial-item h4 {
    margin: 10px 0 0;
    font-size: 15px;
    color: #1f2d3d;
}

.zs-pd-testimonial-side {
    border-radius: 8px;
    overflow: hidden;
}

.zs-pd-testimonial-side img {
    width: 100%;
    display: block;
}

.zs-pd-contact-panel-wrap {
    padding-top: 24px;
    padding-bottom: 12px;
}

.zs-pd-contact-panel {
    max-width: 980px;
    margin: 0 auto;
    padding: 10px;
    background: transparent;
    display: block;
}

.zs-pd-contact-formbox {
    background: #fff;
    border: 1px solid #ebeff4;
    border-radius: 14px;
    padding: 28px 30px 24px;
    box-shadow: 0 10px 28px rgba(28, 45, 64, 0.08);
}

.zs-pd-contact-formbox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.zs-pd-contact-formbox > img {
    width: 118px;
    height: auto;
    margin-bottom: 10px;
}

.zs-pd-contact-formbox h3 {
    margin: 0 0 18px;
    font-size: 36px;
    line-height: 1.2;
    font-family: "Arial Black", Arial, sans-serif;
    font-weight: 900;
    color: var(--brand-primary);
    text-align: center;
}

.zs-pd-contact-formbox form {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 14px;
}

.zs-pd-contact-formbox .zs-pd-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
}

.zs-pd-contact-formbox .zs-pd-field-full,
.zs-pd-contact-formbox button {
    grid-column: 1 / -1;
}

.zs-pd-contact-formbox label {
    display: block;
    margin: 0;
    font-size: 14px;
    color: #3f4a57;
    text-align: left;
    font-weight: 600;
}

.zs-pd-contact-formbox label span {
    color: var(--brand-primary);
}

.zs-pd-contact-formbox input,
.zs-pd-contact-formbox textarea {
    width: 100%;
    border: 1px solid #d7e0ea;
    border-radius: 8px;
    padding: 11px 12px;
    font-size: 15px;
    line-height: 1.45;
    color: #222;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.zs-pd-contact-formbox input:focus,
.zs-pd-contact-formbox textarea:focus {
    outline: none;
    border-color: var(--brand-primary);
    box-shadow: 0 0 0 3px rgba(0, 58, 64, 0.14);
}

.zs-pd-contact-formbox textarea {
    min-height: 110px;
    resize: vertical;
}

.zs-pd-contact-formbox button {
    width: 100%;
    margin-top: 4px;
    border: 0;
    border-radius: 8px;
    height: 44px;
    background: var(--brand-primary);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    letter-spacing: 0.3px;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.zs-pd-contact-formbox button:hover {
    background: var(--brand-primary-deep);
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(0, 58, 64, 0.28);
}

.zs-pd-contact-formbox > p {
    margin: 14px 0 0;
    font-size: 13px;
    line-height: 1.5;
    text-align: center;
    color: #606b77;
}

.zs-pd-text-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
    align-items: center;
}

.zs-pd-text-block img {
    width: 100%;
    border-radius: 8px;
}

.zs-pd-text-block h2 {
    margin: 0 0 12px;
    font-size: 30px;
    line-height: 1.3;
    color: #1f2d3d;
}

.zs-pd-text-block p {
    margin: 0;
    font-size: 16px;
    line-height: 2.2;
    color: #586272;
}

.zs-pd-intro-section {
    padding-top: 26px;
}

.zs-pd-intro-block {
    grid-template-columns: 1.2fr 1fr;
    gap: 34px;
    align-items: center;
}

.zs-pd-intro-block img {
    border-radius: 0;
    min-height: 340px;
    object-fit: cover;
}

.zs-pd-intro-copy h2 {
    margin: 0 0 60px;
    font-size: 32px;
    line-height: 1.3;
    color: #121820;
    font-family: "Arial Black", Arial, sans-serif;
    font-weight: 900;
}

.zs-pd-intro-title {
    margin: 0 0 24px;
    font-size: 32px;
    line-height: 1.12;
    color: #121820;
    font-family: "Arial Black", Arial, sans-serif;
    font-weight: 900;
}

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

.zs-pd-intro-copy strong {
    color: #1f2d3d;
    font-weight: 700;
}

.zs-pd-intro-copy .zs-types-action {
    text-align: left;
    margin-top: 22px;
}

.zs-pd-intro-copy .zs-types-btn {
    min-width: 0;
    height: 42px;
    padding: 0 20px;
    font-size: 14px;
}

.zs-pd-table-wrap {
    overflow-x: auto;
    border: 1px solid #d7dce3;
    border-radius: 4px;
    box-shadow: 0 6px 16px rgba(20, 34, 48, 0.06);
    background: #fff;
}

.zs-pd-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    min-width: 760px;
}

.zs-pd-table-wrap table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    min-width: 760px;
}

.zs-pd-table th,
.zs-pd-table td {
    border-right: 1px solid #d9dee5;
    border-bottom: 1px solid #d9dee5;
    padding: 16px 14px;
    text-align: left;
    font-size: 16px;
    line-height: 1.55;
    color: #2b3a48;
}

.zs-pd-table-wrap th,
.zs-pd-table-wrap td {
    border-right: 1px solid #d9dee5;
    border-bottom: 1px solid #d9dee5;
    padding: 16px 14px;
    /* text-align: left; */
    font-size: 16px;
    line-height: 1.55;
    color: #2b3a48;
}

.zs-pd-table th {
    background: var(--brand-bg);
    color: #1f2d3d;
    font-size: 17px;
    font-weight: 700;
}

.zs-pd-table-wrap th {
    background: var(--brand-bg);
    color: #1f2d3d;
    font-size: 17px;
    font-weight: 700;
}

.zs-pd-table th:last-child,
.zs-pd-table td:last-child {
    border-right: 0;
}

.zs-pd-table-wrap th:last-child,
.zs-pd-table-wrap td:last-child {
    border-right: 0;
}

.zs-pd-table tbody tr:last-child td {
    border-bottom: 0;
}

.zs-pd-table-wrap tbody tr:last-child td {
    border-bottom: 0;
}

.zs-pd-table tbody tr:nth-child(even) td {
    background: #fcfcfc;
}

.zs-pd-table-wrap tbody tr:nth-child(even) td {
    background: #fcfcfc;
}

.zs-pd-table tbody td:first-child {
    font-weight: 700;
    color: #1f2d3d;
    background: #fafafa;
}

.zs-pd-table-wrap tbody td:first-child {
    font-weight: 700;
    color: #1f2d3d;
    background: #fafafa;
}

.zs-help {
    background: #fff;
    padding: 80px 0;
}

.zs-help-card {
    background: #fff;
    padding: 48px 46px 42px;
    border: 1px solid #efefef;
    width: 100%;
    margin: 0 auto;
}

.zs-help-head {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 30px;
}

.zs-pd-table-head {
    margin-bottom: 24px;
}

.zs-help-card h2,
.zs-pd-table-head h2,
.zs-pd-news .zs-help-head h2 {
    text-align: center;
    margin: 0;
    font-size: 32px;
    font-family: "Arial Black", Arial, sans-serif;
    font-weight: 900;
    color: #000;
}

.zs-help-line {
    width: 220px;
    height: 2px;
    background: var(--brand-primary);
    display: block;
}

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

.zs-help-item {
    border: 1px solid #e8e8e8;
    background: #fff;
}

.zs-help-q {
    border: none;
    width: 100%;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 14px;
    color: #222;
    background: transparent;
    text-align: left;
    font: inherit;
    cursor: pointer;
    transition: background .25s ease;
}

.zs-help-q span:first-child {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
}

.zs-help-sign {
    flex-shrink: 0;
    font-size: 30px;
    line-height: 1;
    color: #333;
    margin-left: 14px;
}

.zs-help-q:hover {
    background: #fafafa;
    color: #111;
}

.zs-help-a {
    display: none;
    padding: 14px;
    border-top: 1px solid var(--brand-bg-soft);
}

.zs-help-a p {
    margin: 0;
    font-size: 16px;
    line-height: 1.65;
    color: #222;
}

.zs-help-item.is-open .zs-help-a {
    display: block;
}

.zs-faq-text-list {
    margin: 0 auto;
    max-width: 980px;
    padding: 22px 24px;
    border: 1px solid #e8edf3;
    border-radius: 12px;
}

.zs-faq-text-list p {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 1.8;
    color: #222;
}

.zs-faq-text-list p:nth-child(2n) {
    margin-bottom: 22px;
}

.zs-faq-text-list p:last-child {
    margin-bottom: 0;
}

.zs-faq-text-list strong {
    color: #111;
    font-weight: 700;
}

.zs-pd-news {
    padding: 24px 0 96px;
    background: #fff;
}

.zs-pd-news-list {
    display: grid;
    gap: 24px;
}

.zs-pd-news-item {
    display: grid;
    grid-template-columns: minmax(380px, 46%) 1fr;
    gap: 30px;
    align-items: center;
    padding: 18px;
    border: 1px solid #eceff3;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(15, 27, 40, 0.05);
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.zs-pd-news-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 36px rgba(15, 27, 40, 0.1);
    border-color: #e0e6ee;
}

.zs-pd-news-cover {
    border-radius: 14px;
    overflow: hidden;
    display: block;
}

.zs-pd-news-cover img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
    transition: transform .4s ease;
}

.zs-pd-news-item:hover .zs-pd-news-cover img {
    transform: scale(1.03);
}

.zs-pd-news-body h3 {
    margin: 0 0 8px;
    font-size: clamp(22px, 1.75vw, 26px);
    line-height: 1.2;
    font-family: Arial, sans-serif;
    font-weight: 800;
}

.zs-pd-news-body h3 a {
    color: #000;
    text-decoration: none;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.zs-pd-news-date {
    margin: 0 0 10px;
    color: #98a0aa;
    font-size: 12px;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.zs-pd-news-body > p:not(.zs-pd-news-date) {
    margin: 0 0 16px;
    color: #5a6470;
    font-size: clamp(15px, .98vw, 18px);
    line-height: 1.58;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.zs-pd-news-more {
    color: #111;
    text-decoration: none;
    font-size: 16px;
    font-weight: 800;
    font-family: Arial, sans-serif;
    line-height: 1.1;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    letter-spacing: .01em;
}

.zs-pd-news-more:hover,
.zs-pd-news-body h3 a:hover {
    color: var(--brand-primary);
}

.zs-assist {
    padding: 40px 0;
    min-height: 520px;
    display: flex;
    align-items: center;
    background: var(--brand-bg-soft);
}

.zs-assist .zs-wz {
    width: 100%;
}

.zs-assist-card {
    background: #fff;
    padding: 44px 42px 34px;
    max-width: 1410px;
    margin: 0 auto;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.zs-assist-head {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 14px;
    margin: 0 0 30px;
}

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

.zs-assist-line {
    width: 220px;
    height: 2px;
    background: var(--brand-primary);
    display: block;
}

.zs-assist-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 56px;
    padding: 14px 0;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}

.zs-assist-row p {
    margin: 0;
    flex: 1;
    max-width: 760px;
    font-size: 19px;
    line-height: 1.6;
    color: #111;
}

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

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

.zs-assist-split {
    height: 1px;
    background: #f0f0f0;
    margin: 20px 0;
    width: 100%;
    max-width: 1120px;
}

.zs-pd-cta {
    background: #f7f9fc;
}

.zs-pd-form {
    max-width: 900px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #e7ecf2;
    border-radius: 10px;
    padding: 24px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.zs-pd-form input,
.zs-pd-form textarea {
    width: 100%;
    border: 1px solid #d9e1ea;
    border-radius: 6px;
    padding: 11px 12px;
    font-size: 14px;
}

.zs-pd-form textarea {
    grid-column: 1 / -1;
    min-height: 130px;
    resize: vertical;
}

.zs-pd-form button {
    grid-column: 1 / -1;
    border: 0;
    background: var(--brand-primary);
    color: #fff;
    border-radius: 6px;
    height: 44px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}

@media (max-width: 1100px) {
    .zs-pd-feature-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        padding: 18px 14px;
    }

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

    .zs-pd-custom-options .zs-pd-app-grid-8 {
        gap: 20px;
    }

    .zs-pd-custom-options .zs-pd-app-item {
        flex-basis: calc((100% - 60px) / 4);
        min-width: calc((100% - 60px) / 4);
    }

    .zs-pd-custom-options .zs-pd-custom-nav {
        top: 132px;
    }

    .zs-pd-process-section .zs-pd-process-item {
        flex-basis: calc((100% - 14px) / 2);
    }

    .zs-pd-cert-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .zs-pd-testimonial-wrap {
        grid-template-columns: 1fr;
    }

    .zs-pd-news-item {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 14px;
    }

    .zs-pd-news-cover img {
        height: 240px;
    }

    .zs-pd-news-body h3 {
        font-size: 24px;
    }

    .zs-pd-news-body > p:not(.zs-pd-news-date) {
        font-size: 16px;
    }

    .zs-pd-news-more {
        font-size: 15px;
    }

    .zs-assist {
        min-height: 460px;
    }

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

    .zs-assist-row {
        gap: 30px;
    }

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

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

@media (max-width: 760px) {
    .zs-page-product-detail {
        overflow-x: hidden;
    }

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

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

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

    .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-hero-copy p {
        margin-bottom: 14px;
    }

    .zs-pd-features.zs-why .zs-why-head h2,
    .zs-pd-apps-section.zs-why .zs-why-head h2,
    .home-certifications.zs-why .zs-why-head h2,
    .home-partners.zs-why .zs-why-head h2 {
        white-space: normal;
    }
}

@media (max-width: 768px) {
    .zs-pd-title {
        font-size: 28px;
    }

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

    .zs-pd-hero-text h1 {
        font-size: 33px;
    }

    .zs-pd-logo-grid,
    .zs-pd-testimonial-list,
    .zs-pd-text-block,
    .zs-pd-form {
        grid-template-columns: 1fr;
    }

    .zs-pd-contact-formbox h3 {
        font-size: 28px;
    }

    .zs-pd-contact-formbox form {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .zs-pd-contact-formbox .zs-pd-field-full,
    .zs-pd-contact-formbox button {
        grid-column: 1 / -1;
    }

    .zs-pd-feature-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px 10px;
    }

    .zs-pd-intro-copy h2 {
        font-size: 34px;
    }

    .zs-pd-intro-title {
        font-size: 34px;
        margin-bottom: 20px;
    }

    .zs-pd-intro-block img {
        min-height: 240px;
    }

    .zs-pd-table {
        min-width: 680px;
    }

    .zs-pd-table th,
    .zs-pd-table td {
        padding: 14px 12px;
        font-size: 15px;
    }

    .zs-help {
        padding: 56px 0;
    }

    .zs-help-card {
        padding: 30px 16px 24px;
    }

    .zs-help-card h2,
    .zs-pd-table-head h2,
    .zs-pd-news .zs-help-head h2 {
        font-size: 32px;
    }

    .zs-help-head {
        margin-bottom: 20px;
        gap: 12px;
    }

    .zs-help-q {
        min-height: 46px;
        padding: 9px 12px;
    }

    .zs-help-q span:first-child {
        font-size: 14px;
    }

    .zs-help-sign {
        font-size: 24px;
        margin-left: 10px;
    }

    .zs-help-a {
        padding: 10px 12px 12px;
    }

    .zs-help-a p {
        font-size: 14px;
    }

    .zs-pd-news {
        padding: 4px 0 64px;
    }

    .zs-pd-news-list {
        gap: 26px;
    }

    .zs-pd-news-item {
        gap: 12px;
        padding: 12px;
        border-radius: 14px;
    }

    .zs-pd-news-cover {
        border-radius: 10px;
    }

    .zs-pd-news-cover img {
        height: 180px;
    }

    .zs-pd-news-body h3 {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .zs-pd-news-date {
        margin-bottom: 8px;
        font-size: 11px;
    }

    .zs-pd-news-body > p:not(.zs-pd-news-date) {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .zs-pd-news-more {
        font-size: 14px;
    }

    .zs-assist {
        padding: 20px 0 56px;
        min-height: 0;
        display: block;
    }

    .zs-assist-card {
        padding: 28px 16px 22px;
        box-shadow: none;
    }

    .zs-assist-card h2 {
        font-size: 32px;
        margin-bottom: 0;
    }

    .zs-assist-head {
        margin-bottom: 18px;
        gap: 10px;
    }

    .zs-assist-line {
        width: 170px;
    }

    .zs-assist-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        padding: 0;
    }

    .zs-assist-row p {
        font-size: 18px;
        line-height: 1.6;
    }

    .zs-assist-btn {
        width: 100%;
        max-width: 360px;
        height: 48px;
        font-size: 16px;
    }

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

    .zs-pd-feature-item p {
        font-size: 14px;
    }

    .zs-pd-process-section .zs-pd-process-nav {
        width: 34px;
        height: 34px;
        font-size: 18px;
        top: 132px;
    }

    .zs-pd-process-section .zs-pd-process-item {
        flex-basis: 100%;
    }

    .zs-pd-grid-4,
    .zs-pd-app-grid,
    .zs-pd-custom-grid,
    .zs-pd-cert-list {
        grid-template-columns: 1fr;
    }

    .zs-pd-app-item img {
        height: 220px;
    }

    .zs-pd-custom-options .zs-pd-app-grid-8 {
        gap: 16px;
    }

    .zs-pd-custom-options .zs-pd-app-item {
        flex-basis: calc((100% - 16px) / 2);
        min-width: calc((100% - 16px) / 2);
    }

    .zs-pd-custom-options .zs-pd-app-item img {
        height: auto;
        aspect-ratio: 8 / 14;
    }

    .zs-pd-custom-options .zs-pd-custom-nav {
        width: 34px;
        height: 34px;
        font-size: 18px;
        top: 132px;
    }

    .zs-types-action {
        margin-top: 26px;
    }

    .zs-types-btn {
        width: 100%;
        max-width: 260px;
        height: auto;
        min-height: 46px;
        padding: 10px 14px;
        line-height: 1.3;
        white-space: normal;
        text-align: center;
        justify-content: center;
    }
}
