:root{
    --zs-red:var(--brand-primary);
    --zs-dark:#1f1f1f;
    --zs-text:#333;
    --zs-muted:#6a6a6a;
    --zs-bg:var(--brand-bg-soft);
}

body{
    color:var(--zs-text);
    background:#fff;
}
.zs-page-products1 .header{
    position:fixed;
    top:0;
    left:0;
    width:100%;
}
.zs-page-products1 main{
    padding-top:120px;
}
a{
    color:inherit;
    text-decoration:none;
}
.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);
    padding-top: 32px;
}
.zs-hero-copy h1{
    margin: 0 0 60px;
    font-size:36px;
    line-height:1.2;
    font-family: "Arial Black", Arial, sans-serif;
    font-weight:900;
    color:#000;
    white-space: nowrap;
}
.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(--zs-red);
    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-catalog{
    background:var(--brand-bg-soft)4d;
    padding:78px 0 72px;
}
.zs-catalog:nth-of-type(even) {
    background: #ffffff;
}
.zs-section-head{
    display:flex;
    align-items:center;
    justify-content:flex-start;
    margin-bottom:54px;
    position: relative;
}
.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-view-all{
    color:var(--zs-red);
    font-size:14px;
    font-weight:600;
    position:absolute;
    right:0;
    display: inline-flex;
    align-items: center;
    padding: 8px 20px;
    border: 1px solid var(--zs-red);
    border-radius: 4px;
    transition: all 0.3s ease;
    background: transparent;
}
.zs-view-all:hover{
    background: var(--zs-red);
    color: #fff;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0, 58, 64, 0.2);
    transform: translateY(-2px);
}
.zs-grid{
    display:grid;
}
.zs-grid-8{
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap: 26px;
}
.zs-page-products1 .zs-catalog-grid{
    grid-template-columns:repeat(5,minmax(0,1fr));
    gap:26px;
}
.zs-grid-6{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap: 30px;
}
.zs-grid-3{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap: 30px;
    max-width:none;
    margin:0;
}
.zs-page-products1 .zs-grid .product-item{
    margin-bottom:0;
    height:100%;
}
.zs-page-products1 .zs-grid .product-item > a{
    display:block;
    height:100%;
    color:inherit;
}
.zs-page-products1 .zs-grid .product-item h4,
.zs-page-products1 .zs-grid .product-item h3{
    padding:16px 14px 18px;
    line-height:1.4;
}
.zs-types-head{
    justify-content:center;
    margin-bottom:40px;
    flex-direction:column;
    gap:14px;
}
.zs-types-head h2{
    text-align:center;
    width:100%;
    font-size:32px;
    white-space:nowrap;
}
.zs-types-line{
    width:220px;
    height:2px;
    background:var(--zs-red);
    display:block;
}
.zs-types-desc{
    margin:0 auto 42px;
    max-width:none;
    width:100%;
    text-align:center;
    font-size:17px;
    line-height:1.75;
    color:#4d4d4d;
}
.zs-types-break{
    display:block;
}
.zs-types-action{
    text-align:center;
    margin-top:40px;
}
.zs-types-action .zs-view-all{
    position:static;
    right:auto;
}
.zs-types .product-img-box{
    aspect-ratio:4 / 3;
    background:#fff;
    padding:18px;
}
.zs-types .product-img-box .img-primary,
.zs-types .product-img-box .img-hover{
    width:100%;
    height:100%;
    object-fit:contain;
}
.zs-types-btn{
    min-width:230px;
    height:46px;
    border-radius:4px;
    background:var(--zs-red);
    color:#fff;
    border-color:var(--zs-red);
    font-size:15px;
    font-weight:600;
    padding:0 26px;
}
.zs-types-btn:hover{
    background:var(--brand-primary-deep);
    border-color:var(--brand-primary-deep);
    color:#fff;
}
.zs-apps{
    background:#fff;
}
.zs-apps-head{
    justify-content:center;
    margin-bottom:30px;
    flex-direction:column;
    gap:14px;
}
.zs-apps-head h2{
    text-align:center;
    width:100%;
    font-size:32px;
    line-height:1.12;
}
.zs-apps-line{
    width:220px;
    height:2px;
    background:var(--zs-red);
    display:block;
}
.zs-apps-desc{
    margin:0 auto 30px;
    max-width:1410px;
    text-align:center;
    font-size:18px;
    line-height:1.7;
    color:#4d4d4d;
}
.zs-apps .zs-grid-6{
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:20px;
}
.zs-apps .product-item{
    background:transparent;
    border:none;
    box-shadow:none;
}
.zs-apps .product-item:hover{
    box-shadow:none;
    border-color:transparent;
}
.zs-apps .product-img-box{
    aspect-ratio:16 / 10;
    border-radius:0;
}
.zs-apps .product-img-box .img-primary{
    width:100%;
    height:100%;
    object-fit:cover;
}
.zs-apps .product-item:hover .product-img-box .img-primary{
    opacity:1;
    visibility:visible;
    transform:none;
}
.zs-apps .product-item:hover .product-img-box .img-hover{
    opacity:0;
    visibility:hidden;
    transform:none;
}
.zs-apps .product-item h4{
    padding:14px 0 0;
    font-size:18px;
    line-height:1.2;
    color:#222;
    font-family:"Arial Black", Arial, sans-serif;
    font-weight:900;
}
.zs-why .zs-why-head{
    justify-content:center;
    margin-bottom:40px;
    flex-direction:column;
    gap:14px;
}
.zs-why .zs-why-head h2{
    text-align:center;
    max-width:none;
    width:100%;
    font-size:32px;
    white-space:nowrap;
}
.zs-why-line{
    width:220px;
    height:2px;
    background:var(--zs-red);
    display:block;
}
.zs-why-points{
    list-style:none;
    margin:0 0 36px;
    padding:0;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:10px 18px;
}
.zs-why-points li{
    font-size:17px;
    color:#4d4d4d;
    line-height:1.5;
    display:flex;
    align-items:center;
    white-space:nowrap;
}
.zs-why-points .iconify{
    color:var(--zs-red);
    margin-right:6px;
    font-size:16px;
}
.zs-why-image{
    width:100%;
    max-width:1100px;
    margin:0 auto;
}
.zs-why-image img{
    width:100%;
    height:620px;
    display:block;
    object-fit:cover;
    border-radius:2px;
}
.zs-why-action{
    text-align:center;
    margin-top:40px;
}
.zs-why-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    height:42px;
    padding:0 22px;
    background:var(--zs-red);
    color:#fff;
    font-size:14px;
    font-weight:600;
    border-radius:4px;
    text-decoration:none;
    transition:all .3s ease;
}
.zs-why-btn:hover{
    background:var(--brand-primary-deep);
    transform:translateY(-2px);
}
.zs-custom{
    background:#fff;
}
.zs-custom-head{
    justify-content:center;
    margin-bottom:34px;
    flex-direction:column;
    gap:14px;
}
.zs-custom-head h2{
    text-align:center;
    width:100%;
    font-size:32px;
    line-height:1.12;
}
.zs-custom-line{
    width:220px;
    height:2px;
    background:var(--zs-red);
    display:block;
}
.zs-custom-desc{
    margin:0 auto 34px;
    text-align:center;
    font-size:18px;
    line-height:1.7;
    color:#4d4d4d;
}
.zs-custom-grid{
    list-style:none;
    margin:0;
    padding:0;
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:20px;
}
.zs-custom-item{
    background:var(--brand-bg-soft);
    border-radius:8px;
    padding:26px 22px 22px;
    text-align:center;
}
.zs-custom-item .iconify{
    color:var(--zs-red);
    font-size:40px;
    display:block;
    margin:0 auto 14px;
}
.zs-custom-item h4{
    margin:0 0 12px;
    font-size:22px;
    line-height:1.1;
    color:#111;
    font-family:"Arial Black", Arial, sans-serif;
    font-weight:900;
}
.zs-custom-item p{
    margin:0;
    font-size:16px;
    line-height:1.6;
    color:#444;
}
.zs-custom-action{
    text-align:center;
    margin-top:34px;
}
.zs-custom-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:330px;
    height:44px;
    padding:0 26px;
    border-radius:4px;
    background:var(--zs-red);
    color:#fff;
    font-size:15px;
    font-weight:600;
    transition:all .3s ease;
}
.zs-custom-btn:hover{
    background:var(--brand-primary-deep);
    color:#fff;
    transform:translateY(-2px);
}
.zs-essential{
    background:#fff;
}
.zs-essential-wrap{
    display:flex;
    align-items:stretch;
    gap:24px;
}
.zs-essential-copy{
    width:48%;
    border:1px solid #f0f0f0;
    padding:34px 34px 30px;
}
.zs-essential-copy h2{
    margin:0;
    font-size:32px;
    line-height:1.08;
    color:#111;
    font-family:"Arial Black", Arial, sans-serif;
    font-weight:900;
}
.zs-essential-line{
    width:200px;
    height:2px;
    background:var(--zs-red);
    display:block;
    margin:18px 0 24px;
}
.zs-essential-copy p{
    margin:0 0 38px;
    font-size:18px;
    line-height:1.7;
    color:#4d4d4d;
}
.zs-essential-points{
    list-style:none;
    margin:0;
    padding:0;
}
.zs-essential-points li{
    font-size:17px;
    line-height:1.45;
    color:#333;
    display:flex;
    align-items:flex-start;
    margin-bottom:12px;
}
.zs-essential-points li:last-child{
    margin-bottom:0;
}
.zs-essential-points .iconify{
    color:var(--zs-red);
    margin-right:8px;
    margin-top:3px;
    flex-shrink:0;
    font-size:16px;
}
.zs-essential-btn{
    margin-top:26px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:250px;
    height:44px;
    padding:0 22px;
    background:var(--zs-red);
    color:#fff;
    border-radius:4px;
    font-size:15px;
    font-weight:600;
    transition:all .3s ease;
}
.zs-essential-btn:hover{
    background:var(--brand-primary-deep);
    color:#fff;
    transform:translateY(-2px);
}
.zs-essential-media{
    width:52%;
}
.zs-essential-media img{
    width:100%;
    height:100%;
    min-height:520px;
    object-fit:cover;
    display:block;
}


.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-help-card 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(--zs-red);
    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-testimonials{
    background:#fff;
    padding:0 0 80px;
}
.zs-testimonials-card{
    border:1px solid #efefef;
    background:#fff;
    padding:48px 46px 36px;
    text-align:center;
    touch-action:pan-y;
    cursor:grab;
}
.zs-testimonials-card.is-dragging{
    cursor:grabbing;
}
.zs-testimonials-head{
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    gap:14px;
    margin:0 auto 28px;
    width:fit-content;
    padding:0;
}
.zs-testimonials-card h2{
    margin:0;
    font-size:32px;
    line-height:1.2;
    color:#000;
    font-family:"Arial Black", Arial, sans-serif;
    font-weight:900;
}
.zs-testimonials-line{
    width:220px;
    height:2px;
    background:var(--zs-red);
    display:block;
}
.zs-testimonials-quote{
    margin:0 auto;
    max-width:1180px;
    font-size:18px;
    line-height:1.65;
    font-style:italic;
    color:#222;
}
.zs-testimonials-avatar{
    margin:24px 0 12px;
}
.zs-testimonials-avatar img{
    width:84px;
    height:84px;
    border-radius:50%;
    object-fit:cover;
    display:block;
    margin:0 auto;
}
.zs-testimonials-dots{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
}
.zs-testimonials-dots button{
    width:8px;
    height:8px;
    border-radius:50%;
    border:none;
    background:#bfbfbf;
    padding:0;
    cursor:pointer;
}
.zs-testimonials-dots button.is-active{
    background:var(--zs-red);
}
.zs-insights{
    background:#fff;
    padding:0 0 80px;
}
.zs-insights-card{
    background:#fff;
    padding:48px 16px 24px;
}
.zs-insights-head{
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    gap:14px;
    margin-bottom:30px;
}
.zs-insights-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-insights-line{
    width:220px;
    height:2px;
    background:var(--zs-red);
    display:block;
}
.zs-insights-grid{
    list-style:none;
    margin:0;
    padding:0;
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:16px;
}
.zs-insights-item{
    border:1px solid #ececec;
    background:#fff;
    transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease;
}
.zs-insights-item a{
    display:block;
    color:inherit;
    padding:0 0 14px;
    height:100%;
}
.zs-insights-item:hover{
    transform:translateY(-6px);
    box-shadow:0 12px 26px rgba(0,0,0,.1);
    border-color:var(--brand-bg-soft);
}
.zs-insights-image{
    aspect-ratio:16 / 10;
    overflow:hidden;
}
.zs-insights-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:transform .45s ease;
}
.zs-insights-item:hover .zs-insights-image img{
    transform:scale(1.06);
}
.zs-insights-item h4{
    margin:12px 12px 8px;
    font-size:18px;
    line-height:1.3;
    color:var(--zs-red);
    font-weight:700;
}
.zs-insights-meta{
    margin:0 12px 8px;
    font-size:12px;
    color:#888;
}
.zs-insights-excerpt{
    margin:0 12px 12px;
    font-size:14px;
    line-height:1.6;
    color:#555;
}
.zs-insights-link{
    display:inline-flex;
    align-items:center;
    margin:0 12px;
    font-size:12px;
    color:var(--zs-red);
    font-weight:600;
    transition:transform .25s ease,color .25s ease;
}
.zs-insights-item:hover .zs-insights-link{
    transform:translateX(4px);
    color:var(--brand-primary-deep);
}
.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(--zs-red);
    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(--zs-red);
    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);
}
.zs-assist-split{
    height:1px;
    background:#f0f0f0;
    margin:20px 0;
    width:100%;
    max-width:1120px;
}

.zs-animate{
    opacity:0;
    transform:translateY(24px);
    transition:opacity .6s ease,transform .6s ease;
}
.zs-animate.is-in{
    opacity:1;
    transform:translateY(0);
}
@media (max-width:1080px){
    .zs-grid-8,.zs-grid-6{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
    .zs-page-products1 .zs-catalog-grid{
        grid-template-columns:repeat(3,minmax(0,1fr));
    }
    .zs-apps .zs-grid-6{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
    .zs-apps-head h2{
        font-size:32px;
    }
    .zs-apps .product-item h4,
    .zs-apps .product-item h3{
        font-size:22px;
    }
    .zs-essential-wrap{
        flex-direction:column;
    }
    .zs-essential-copy,.zs-essential-media{
        width:100%;
    }
    .zs-essential-copy h2{
        font-size:40px;
    }
    .zs-essential-media img{
        min-height:420px;
    }
    .zs-custom-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
    .zs-custom-head h2{
        font-size:38px;
    }
    .zs-insights-item h4{
        font-size:18px;
    }
    .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-products1{
        overflow-x:hidden;
    }
    .zs-page-products1 main{
        padding-top:84px;
    }
    .zs-page-products1 .zs-wz{
        padding-left:12px !important;
        padding-right:12px !important;
    }
    .zs-hero{
        padding:44px 0 36px;
    }
    .zs-hero-wrap{
        flex-direction:column;
        gap:22px;
    }
    .zs-section-head{
        margin-bottom: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{
        font-size:18px;
        line-height:1.6;
        margin-bottom:14px;
    }
    .zs-section-head h2{
        font-size:20px;
        line-height:1.25;
    }
    .zs-catalog .zs-section-head{
        flex-direction:row;
        align-items:center;
        justify-content:space-between;
        gap:12px;
    }
    .zs-catalog .zs-view-all{
        position:static;
        right:auto;
        padding:8px 16px;
        font-size:14px;
        white-space:nowrap;
        flex-shrink:0;
    }
    .zs-apps-head h2{
        font-size:32px;
    }
    .zs-apps-desc{
        margin:0 auto 22px;
        font-size:15px;
        line-height:1.65;
    }
    .zs-apps .zs-grid-6{
        grid-template-columns:repeat(2,minmax(0,1fr));
        gap:14px;
    }
    .zs-apps .product-item h4,
    .zs-apps .product-item h3{
        font-size:20px;
    }
    .zs-why .zs-why-head h2{
        white-space:normal;
    }
    .zs-custom-head h2{
        font-size:30px;
    }
    .zs-essential-copy{
        padding:24px 20px;
    }
    .zs-essential-copy h2{
        font-size:30px;
    }
    .zs-essential-copy p{
        font-size:15px;
        line-height:1.65;
    }
    .zs-essential-points li{
        font-size:15px;
    }
    .zs-essential-btn{
        width:100%;
        min-width:0;
        max-width:320px;
    }
    .zs-essential-media img{
        min-height:0;
        height:auto;
    }
    .zs-custom-desc{
        margin:0 auto 24px;
        font-size:15px;
        line-height:1.65;
    }
    .zs-custom-grid{
        grid-template-columns:1fr;
        gap:14px;
    }
    .zs-custom-item{
        padding:20px 18px;
    }
    .zs-custom-item h4{
        font-size:28px;
    }
    .zs-custom-item p{
        font-size:14px;
    }
    .zs-custom-action{
        margin-top:24px;
    }
    .zs-custom-btn{
        width:100%;
        min-width:0;
        max-width:320px;
    }
    .zs-types-head h2{
        white-space:normal;
    }
    .zs-types-desc{
        margin:0 auto 28px;
        font-size:15px;
        line-height:1.7;
    }
    .zs-types-break{
        display:none;
    }
    .zs-why-image img{
        height:auto;
    }
    .zs-types-action{
        margin-top:26px;
    }
    .zs-types .product-img-box{
        aspect-ratio:auto;
        padding:12px;
    }
    .zs-types-btn{
        width:100%;
        max-width:260px;
    }
    .zs-why-action{
        margin-top:26px;
    }
    .zs-why-btn{
        width:100%;
        max-width:260px;
    }
    .zs-grid-8,.zs-grid-6,.zs-grid-3{
        grid-template-columns:repeat(2,minmax(0,1fr));
        gap:12px;
    }
    .zs-page-products1 .zs-catalog-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
    .zs-page-products1 .zs-grid .product-item h4,
    .zs-page-products1 .zs-grid .product-item h3{
        padding:10px 8px 12px;
        font-size:14px;
        line-height:1.35;
        min-height:60px;
    }
    .zs-page-products1 .zs-grid .product-item .product-img-box{
        padding:10px;
    }
    .zs-why-points{
        justify-content:flex-start;
        gap:8px 10px;
    }
    .zs-why-points li{
        white-space:normal;
        font-size:15px;
    }
    .zs-help{
        padding:56px 0;
    }
    .zs-help-card {
        padding:30px 16px 24px;
    }
    .zs-help-card 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-testimonials{
        padding:0 0 56px;
    }
    .zs-testimonials-card{
        padding:30px 16px 24px;
    }
    .zs-testimonials-head{
        width:100%;
        max-width:100%;
        padding:0;
        gap:10px;
        margin-bottom:20px;
    }
    .zs-testimonials-card h2{
        font-size:32px;
    }
    .zs-testimonials-line{
        width:170px;
    }
    .zs-testimonials-quote{
        font-size:15px;
        line-height:1.7;
    }
    .zs-testimonials-avatar{
        margin:18px 0 10px;
    }
    .zs-testimonials-avatar img{
        width:72px;
        height:72px;
    }
    .zs-insights{
        padding:0 0 56px;
    }
    .zs-insights-card{
        padding:30px 12px 16px;
    }
    .zs-insights-card h2{
        font-size:32px;
    }
    .zs-insights-head{
        margin-bottom:20px;
        gap:10px;
    }
    .zs-insights-line{
        width:170px;
    }
    .zs-insights-grid{
        grid-template-columns:1fr;
        gap:16px;
    }
    .zs-insights-item h4{
        font-size:24px;
    }
    .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-page-product-list .zs-hero-copy h1{
    white-space:normal;
    word-break:break-word;
    overflow-wrap:anywhere;
}

@media (max-width: 767px) {
    .zs-page-product-list {
        overflow-x: hidden;
    }
    .zs-page-product-list main {
        padding-top: 84px;
    }
    .zs-page-product-list .zs-wz {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
    .zs-page-product-list .zs-hero {
        padding: 44px 0 36px;
    }
    .zs-page-product-list .zs-hero-wrap,
    .zs-page-product-list .zs-essential-wrap {
        grid-template-columns: 1fr;
        gap: 18px;
    }
    .zs-page-product-list .zs-hero-copy,
    .zs-page-product-list .zs-hero-media,
    .zs-page-product-list .zs-essential-copy,
    .zs-page-product-list .zs-essential-media {
        width: 100%;
        max-width: 100%;
    }
    .zs-page-product-list .zs-hero-copy {
        padding-top: 24px;
    }
    .zs-page-product-list .zs-hero-copy h1 {
        font-size: 30px;
        line-height: 1.25;
        white-space: normal;
        word-break: break-word;
        overflow-wrap: anywhere;
    }
    .zs-page-product-list .zs-hero-copy p,
    .zs-page-product-list .zs-custom-desc,
    .zs-page-product-list .zs-testimonials-quote {
        font-size: 16px;
        line-height: 1.6;
    }
    .zs-page-product-list .zs-section-head h2,
    .zs-page-product-list .zs-help-head h2,
    .zs-page-product-list .zs-testimonials-head h2,
    .zs-page-product-list .zs-insights-head h2 {
        font-size: 22px;
        line-height: 1.25;
        text-align: center;
        width: 100%;
        white-space: normal;
    }
    .zs-page-product-list .zs-types-head,
    .zs-page-product-list .zs-why-head,
    .zs-page-product-list .zs-custom-head,
    .zs-page-product-list .zs-apps-head,
    .zs-page-product-list .zs-help-head,
    .zs-page-product-list .zs-testimonials-head,
    .zs-page-product-list .zs-insights-head {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 12px;
        margin-bottom: 20px;
    }
    .zs-page-product-list .zs-types-line,
    .zs-page-product-list .zs-why-line,
    .zs-page-product-list .zs-custom-line,
    .zs-page-product-list .zs-apps-line,
    .zs-page-product-list .zs-help-line,
    .zs-page-product-list .zs-testimonials-line,
    .zs-page-product-list .zs-insights-line {
        width: 170px;
        margin: 0 auto;
    }
    .zs-page-product-list .zs-grid-8,
    .zs-page-product-list .zs-grid-6 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }
    .zs-page-product-list .product-item .product-img-box {
        padding: 10px;
    }
    .zs-page-product-list .product-item h4,
    .zs-page-product-list .product-item h3 {
        font-size: 14px;
        line-height: 1.35;
        min-height: 56px;
        padding: 10px 8px 12px;
    }
    .zs-page-product-list .zs-why-points {
        grid-template-columns: 1fr;
        gap: 8px 10px;
    }
    .zs-page-product-list .zs-why-points li {
        font-size: 15px;
        line-height: 1.5;
        white-space: normal;
    }
    .zs-page-product-list .zs-custom-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .zs-page-product-list .zs-insights-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }
    .zs-page-product-list .zs-assist-row {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .zs-page-product-list .zs-primary-btn,
    .zs-page-product-list .zs-types-btn,
    .zs-page-product-list .zs-why-btn,
    .zs-page-product-list .zs-custom-btn,
    .zs-page-product-list .zs-essential-btn,
    .zs-page-product-list .zs-assist-btn {
        min-height: 46px;
        height: auto;
        padding: 10px 14px;
        line-height: 1.25;
        white-space: normal;
        text-align: center;
        justify-content: center;
    }
}
