.zs-page-news-detail {
    background: #f6f7f9;
}

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

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

.zs-nd-hero,
.zs-nd-content-wrap,
.zs-nd-consult,
.zs-nd-contact {
    padding: 48px 10px;
}

.zs-nd-hero {
    background: #f6f7f9;
}

.zs-nd-hero .zs-wz {
    background: #fff;
    border: 1px solid #e9edf2;
    border-radius: 14px;
    padding: 34px 38px;
    box-shadow: 0 10px 24px rgba(20, 35, 52, 0.06);
}

.zs-nd-breadcrumb {
    margin: 0 0 20px;
    color: #222;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 500;
}

.zs-nd-breadcrumb a,
.zs-nd-breadcrumb strong {
    color: #222;
    text-decoration: none;
}

.zs-nd-breadcrumb span {
    margin: 0 8px;
}

.zs-nd-author-meta {
    margin: 0 0 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
}

.zs-nd-author-meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #5a6776;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
}

.zs-nd-author-meta .iconify {
    font-size: 16px;
    color: var(--brand-primary);
}

.zs-nd-hero h1 {
    margin: 20px 0 20px 0;
    max-width: 1040px;
    color: #111;
    font-size: 32px;
    line-height: 1.18;
    font-weight: 800;
}

.zs-nd-hero-desc {
    margin: 0 0 16px;
    max-width: 980px;
    color: #4a5563;
    font-size: 16px;
    line-height: 1.7;
}

.zs-nd-meta {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 12px;
    color: #4f5d6d;
    font-size: 14px;
    line-height: 1.6;
}

.zs-nd-meta .zs-nd-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 5px 10px;
    border: 1px solid #e5eaf0;
    border-radius: 999px;
    background: #f9fafb;
    color: #4f5d6d;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
    font-weight: 600;
    transition: all .25s ease;
}

.zs-nd-meta .zs-nd-tag:hover {
    border-color: var(--brand-primary);
    background: #fff5f4;
    color: var(--brand-primary);
    transform: translateY(-1px);
}

.zs-nd-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 40px;
    align-items: start;
    position: relative;
}

.zs-nd-article {
    color: #1b1b1b;
    background: #fff;
    border: 1px solid #e8edf3;
    border-radius: 14px;
    padding: 24px 26px;
    box-shadow: 0 10px 24px rgba(20, 35, 52, 0.05);
}

.zs-nd-featured {
    width: 100%;
    display: block;
    border-radius: 12px;
    margin: 0 0 24px;
}

.zs-nd-article h2 {
    margin: 34px 0 16px;
    color: #111;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 800;
}

.zs-nd-article p {
    margin: 0 0 14px;
    color: #222;
    font-size: 17px;
    line-height: 1.78;
}

.zs-nd-article img:not(.zs-nd-featured) {
    width: 100%;
    display: block;
    margin: 8px 0 16px;
    border-radius: 10px;
    text-align:center;
    margin-left: auto;
    margin-right: auto;
}

.zs-nd-sidebar {
    position: sticky;
    top: 140px; /* ÃƒÂ¦Ã‚Â¾Ã‚Â¶ÃƒÂ¦Ã¢â‚¬â„¢Ã‚Â®ÃƒÂ¥Ã¢â‚¬Å¾Ã‚Â´ÃƒÂ§Ã¢â€šÂ¬Ã‚ÂµÃƒÂ¨Ã¢â‚¬Â°Ã‚Â°ÃƒÂ¥Ã…Â¸Ã¢â‚¬Â¦ÃƒÂ¦Ã‚Â¥Ã¢â‚¬Å¡ÃƒÂ¦Ã‚Â¨Ã‚ÂºÃƒÂ¥Ã‚Â®Ã‚Â³ + ÃƒÂ¦Ã‚Â¶Ã¢â‚¬Å“ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¦Ã‚ÂµÃ…â€œÃƒÂ¦Ã‚Â¶Ã‚Â¢ÃƒÂ¦Ã‚Â£Ã‚Â¿ÃƒÂ§Ã¢â‚¬â„¢Ã‚Âº?*/
    align-self: start;
    display: grid;
    gap: 20px;
}

.zs-nd-toc-card {
    z-index: 20;
}



.zs-nd-card {
    border: 1px solid #e8edf3;
    border-radius: 12px;
    background: #fff;
    padding: 22px;
    box-shadow: 0 8px 20px rgba(20, 35, 52, 0.05);
}

.zs-nd-card h3 {
    margin: 0 0 16px;
    color: #111;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 800;
}

.zs-nd-toc-card {
    padding: 0;
    overflow: hidden;
    transition: box-shadow .25s ease, transform .25s ease;
}

.zs-nd-toc-card.is-floating {
    box-shadow: 0 14px 30px rgba(20, 35, 52, 0.14);
    transform: translateY(0);
}

.zs-nd-toc-toggle {
    width: 100%;
    border: 0;
    margin: 0;
    padding: 14px 16px;
    background: var(--brand-primary);
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-weight: 800;
    text-align: left;
}

.zs-nd-toc-toggle .iconify {
    font-size: 20px;
    transition: transform .25s ease;
}

.zs-nd-toc-card .zs-nd-toc-body {
    max-height: 1200px;
    overflow: hidden;
    transition: max-height .35s ease;
}

.zs-nd-toc-card:not(.is-open) .zs-nd-toc-body {
    max-height: 0;
}

.zs-nd-toc-card:not(.is-open) .zs-nd-toc-toggle .iconify {
    transform: rotate(180deg);
}

.zs-nd-toc-card ul {
    gap: 0;
    border: 1px solid #e8edf3;
    border-top: 0;
}

.zs-nd-toc-card li {
    border-bottom: 1px solid #edf1f5;
}

.zs-nd-toc-card li:last-child {
    border-bottom: 0;
}

.zs-nd-toc-card li a {
    display: block;
    padding: 10px 14px;
}

.zs-nd-toc-card li a.is-active {
    color: var(--brand-primary);
    font-weight: 700;
    background: #fff6f5;
}

.zs-nd-card ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 12px;
}

.zs-nd-card li a {
    color: #2d3642;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.6;
    transition: color .2s ease;
}

.zs-nd-card li a:hover {
    color: var(--brand-primary);
}

.zs-nd-related li a {
    display: grid;
    grid-template-columns: 84px 1fr;
    gap: 10px;
    align-items: center;
    padding: 6px;
    border-radius: 8px;
}

.zs-nd-share {
    border: 1px solid #e8edf3;
    border-top: 0;
    padding: 14px;
}

.zs-nd-share p {
    margin: 0 0 10px;
    color: #111;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.3;
}

.zs-nd-share-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.zs-nd-share-row a {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    transition: transform .2s ease, filter .2s ease;
}

.zs-nd-share-row a:nth-child(1) {
    background: #1877f2;
}

.zs-nd-share-row a:nth-child(2) {
    background: #111;
}

.zs-nd-share-row a:nth-child(3) {
    background: #0a66c2;
}

.zs-nd-share-row a:hover {
    transform: translateY(-2px);
    filter: brightness(1.05);
}

.zs-nd-related img {
    width: 84px;
    height: 58px;
    border-radius: 6px;
    object-fit: cover;
}

.zs-nd-related span {
    font-size: 14px;
    line-height: 1.45;
    color: #222;
}

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

.zs-nd-faq li {
    border: 1px solid var(--brand-bg-soft);
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.zs-nd-faq button {
    width: 100%;
    border: 0;
    background: #fff;
    text-align: left;
    padding: 16px 18px;
    color: #111;
    font-size: 19px;
    line-height: 1.5;
    font-weight: 700;
    cursor: pointer;
    transition: background-color .2s ease, color .2s ease;
}

.zs-nd-faq button:hover {
    background: #f8fafc;
    color: var(--brand-primary);
}

.zs-nd-faq li div {
    max-height: 0;
    overflow: hidden;
    transition: max-height .28s ease;
    background: #fafafa;
}

.zs-nd-faq li p {
    margin: 0;
    padding: 0 18px 18px;
    font-size: 17px;
    line-height: 1.7;
}

.zs-nd-faq li.is-open div {
    max-height: 220px;
}

.zs-nd-consult {
    background: var(--brand-bg-soft);
}

.zs-nd-consult-wrap {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    align-items: stretch;
}

.zs-nd-team-card,
.zs-nd-form-card {
    border-radius: 14px;
    background: #fff;
    padding: 16px;
    border: 1px solid #d7d7d7;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
}

.zs-nd-team-card {
    display: flex;
    flex-direction: column;
}

.zs-nd-hero-image {
    width: 100%;
    height: 400px;
    border-radius: 10px;
    display: block;
    object-fit: cover;
    margin: 0 0 18px;
}

.zs-nd-feature-list {
    list-style: none;
    margin: 0;
    padding: 20px 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.zs-nd-feature-list li {
    text-align: center;
}

.zs-nd-feature-list li img {
    width: 62px;
    height: 62px;
    display: block;
    margin: 0 auto 14px;
    object-fit: contain;
}

.zs-nd-feature-list li h3 {
    margin: 0 0 10px;
    color: #111;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
}

.zs-nd-feature-list li p {
    margin: 0;
    color: #333;
    font-size: 14px;
    line-height: 1.45;
}

.zs-nd-form-logo {
    width: 168px;
    display: block;
    margin: 2px auto 26px;
}

.zs-nd-form-card h2 {
    margin: 0 0 34px;
    font-size: 23px;
    line-height: 1.35;
    text-align: center;
    color: #1a1a1a;
    font-weight: 800;
}

.zs-nd-field {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.zs-nd-field label {
    color: #202020;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 700;
}

.zs-nd-field--full {
    grid-column: 1/-1;
}

.zs-nd-form-card form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 14px;
}

.zs-nd-form-card input,
.zs-nd-form-card textarea {
    width: 100%;
    border: 1px solid #cfcfcf;
    padding: 12px 14px;
    border-radius: 6px;
    background: #fff;
    font-size: 16px;
    line-height: 1.5;
    color: #111;
    font-family: inherit;
}

.zs-nd-form-card textarea,
.zs-nd-btn {
    grid-column: 1 / -1;
}

.zs-nd-form-card textarea {
    min-height: 174px;
    resize: vertical;
}

.zs-nd-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 36px;
    padding: 0 24px;
    border-radius: 6px;
    background: #006d72;
    border: 0;
    color: #fff;
    font-size: 15px;
    line-height: 1;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    transition: background-color .25s ease, transform .25s ease;
}

.zs-nd-btn:hover {
    background: #005b5f;
    transform: translateY(-2px);
}

.zs-nd-note {
    margin: 12px 0 0;
    text-align: center;
    color: #111;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
}

.zs-nd-latest {
    padding: 24px 10px 48px;
}

.zs-nd-latest h2 {
    margin: 20px 0 40px;
    text-align: center;
    color: #111;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 800;
}

.zs-nd-latest-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.zs-nd-latest-card {
    border: 1px solid #e8edf3;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(20, 35, 52, 0.06);
}

.zs-nd-latest-cover {
    display: block;
    overflow: hidden;
}

.zs-nd-latest-cover img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    transition: transform .3s ease;
}

.zs-nd-latest-card:hover .zs-nd-latest-cover img {
    transform: scale(1.05);
}

.zs-nd-latest-body {
    padding: 14px 14px 16px;
}

.zs-nd-latest-body h3 {
    margin: 0 0 8px;
}

.zs-nd-latest-body h3 a {
    color: var(--brand-primary);
    text-decoration: none;
    font-size: 20px;
    line-height: 1.35;
    font-weight: 800;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.zs-nd-latest-body p {
    margin: 0;
    color: #687383;
    font-size: 14px;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.zs-nd-contact h2,
.zs-nd-contact h3 {
    text-align: center;
}

.zs-nd-contact h3 {
    margin: -6px 0 24px;
    color: #111;
    font-size: 30px;
    line-height: 1.3;
    font-weight: 700;
}

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

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

.zs-page-news-detail .zs-nd-content-wrap.zs-nd-anim,
.zs-page-news-detail .zs-nd-content-wrap.zs-nd-anim.is-in {
    opacity: 1;
    transform: none;
}

@media (max-width: 1200px) {
    .zs-nd-sidebar.is-follow {
        top: var(--nd-header-offset, 106px);
    }
}

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

    .zs-nd-layout {
        grid-template-columns: 1fr;
    }

    .zs-nd-sidebar {
        position: static;
        top: auto;
        right: auto;
        width: auto;
    }

    .zs-nd-toc-card {
        position: static;
    }

    .zs-nd-hero h1 {
        font-size: 42px;
    }

    .zs-nd-hero .zs-wz {
        padding: 28px 24px;
    }

    .zs-nd-article h2 {
        font-size: 30px;
    }

    .zs-nd-article p {
        font-size: 17px;
    }

    .zs-nd-consult-wrap {
        grid-template-columns: 1fr;
    }

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

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

    .zs-nd-sidebar {
        display: none;
    }

    .zs-nd-hero h1 {
        font-size: 34px;
    }

    .zs-nd-author-meta {
        gap: 8px 12px;
    }

    .zs-nd-hero .zs-wz {
        padding: 22px 18px;
        border-radius: 10px;
    }

    .zs-nd-article {
        padding: 18px;
        border-radius: 10px;
    }

    .zs-nd-toc-toggle {
        font-size: 18px;
    }

    .zs-nd-share p {
        font-size: 18px;
    }

    .zs-nd-latest {
        padding: 20px 10px 36px;
    }

    .zs-nd-latest h2 {
        font-size: 28px;
    }

    .zs-nd-latest-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .zs-nd-latest-body h3 a {
        font-size: 24px;
    }

    .zs-nd-article h2,
    .zs-nd-form-card h2,
    .zs-nd-contact h2 {
        font-size: 28px;
    }

    .zs-nd-article p,
    .zs-nd-faq button {
        font-size: 16px;
    }

    .zs-nd-team-card ul,
    .zs-nd-feature-list,
    .zs-nd-form-card form,
    .zs-nd-contact form {
        grid-template-columns: 1fr;
    }

    .zs-nd-team-card {
        display: none;
    }
}


