.zs-page-news {
    background: #fff;
}

.zs-page-news main {
    padding-top: 118px;
}

.zs-page-news .zs-wz {
    max-width: 1300px;
}

.zs-news-hero,
.zs-news-listing,
.zs-news-cta {
    padding: 40px 10px;
}

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

.zs-page-news .zs-news-hero .hero-content {
    max-width: 60%;
    padding: 40px 50px;
}

.zs-page-news .zs-news-hero .hero-content h1 {
    margin: 0 0 15px;
    color: #1a1a1a;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 800;
}

.zs-page-news .zs-news-hero .hero-content p {
    margin: 0;
    max-width: none;
    color: #666;
    font-size: 16px;
    line-height: 1.6;
}

.zs-news-listing {
    margin-top: 40px;
    margin-bottom: 40px;
}

.zs-news-grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 35px 30px;
}

.zs-news-grid li {
    position: relative;
    background: #fff;
    border: 1px solid #e9edf2;
    border-radius: 12px;
    overflow: hidden;
    padding: 0 0 18px;
    box-shadow: 0 8px 20px rgba(20, 35, 52, 0.06);
    transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
    z-index: 1;
}

.zs-news-cover {
    display: block;
    overflow: hidden;
    border-radius: 0;
}

.zs-news-cover img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    transition: transform .35s ease;
}

.zs-news-grid li:hover .zs-news-cover img {
    transform: scale(1.05);
}

.zs-news-grid li:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 28px rgba(20, 35, 52, 0.14);
    border-color: #e1e6ed;
}

.zs-news-grid h2 {
    margin: 18px 18px 10px;
    font-size: 20px;
    line-height: 1.35;
    font-weight: 800;
}

.zs-news-grid h2 a {
    color: var(--brand-primary);
    text-decoration: none;
}

.zs-news-grid p {
    margin: 0 18px;
    color: #5c6571;
    font-size: 15px;
    line-height: 1.68;
}

.zs-news-grid .zs-news-summary {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.zs-news-readmore {
    display: inline-block;
    margin: 14px 18px 0;
    color: var(--brand-primary);
    text-decoration: none;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.zs-news-pagination {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.zs-news-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 38px;
    padding: 0 10px;
    border-radius: 999px;
    border: 1px solid #e5eaf0;
    background: #fff;
    box-shadow: 0 4px 12px rgba(20, 35, 52, 0.06);
    text-decoration: none;
    color: #4f5d6d;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    transition: all .25s ease;
}

.zs-news-pagination a.page-numbers:hover {
    border-color: var(--brand-primary);
    color: var(--brand-primary);
    box-shadow: 0 8px 18px rgba(0, 94, 100, 0.22);
    transform: translateY(-2px);
}

.zs-news-pagination .current {
    background: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-primary-deep) 100%);
    color: #fff;
    border-color: transparent;
    box-shadow: 0 10px 22px rgba(0, 94, 100, 0.36);
}

.zs-news-pagination .dots {
    min-width: 24px;
    height: 38px;
    border: 0;
    background: transparent;
    box-shadow: none;
    color: #9aa5b1;
    padding: 0;
}

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

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

.zs-page-news .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-page-news .zs-app-assist .zs-wz {
    position: relative;
    z-index: 1;
}

.zs-page-news .zs-app-assist-card {
    background: rgba(255, 255, 255, .82);
    padding: 50px;
}

.zs-page-news .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-page-news .zs-app-assist-row {
    margin-top: 30px;
    display: grid;
    grid-template-columns: 7fr 3fr;
    gap: 20px;
    align-items: center;
}

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

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

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

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

.zs-news-anim {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .6s ease, transform .6s ease;
}

.zs-news-anim.is-in {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1024px) {
    .zs-page-news main {
        padding-top: 96px;
    }

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

    .zs-page-news .zs-news-hero .hero-content {
        max-width: 100%;
        padding: 30px 24px;
    }

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

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

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

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

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

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

    .zs-page-news .zs-news-hero .hero-bg-img {
        width: 100%;
        -webkit-mask-image: linear-gradient(to top, transparent, black 45%);
        mask-image: linear-gradient(to top, transparent, black 45%);
    }

    .zs-page-news .zs-news-hero .hero-content {
        max-width: 100%;
        padding: 20px 18px;
    }

    .zs-page-news .zs-news-hero .hero-content h1 {
        font-size: 30px;
        line-height: 1.2;
    }

    .zs-news-grid {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .zs-news-grid h2 {
        font-size: 26px;
    }

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

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

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

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

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

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

    .zs-page-news .zs-news-hero .hero-content p {
        font-size: 16px;
    }
}

