.zs-hero {
    padding: 0;
    margin-top: 128px;
}

.zs-hero-copy {
    max-width: 740px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.zs-hero-copy h2 {
    margin: 0 0 26px;
    font-size: clamp(48px, 5.4vw, 82px);
    line-height: 0.98;
    font-weight: 300;
    color: #0f1f2a;
    letter-spacing: -0.02em;
}

.zs-hero-copy p {
    margin: 0;
    font-size: clamp(18px, 1.45vw, 38px);
    line-height: 1.28;
    max-width: 640px;
    color: #1f2d38;
    font-weight: 400;
}

.zs-hero-image-wrap {
    position: relative;
    height: calc(100vh - 128px);
    min-height: calc(100vh - 128px);
    max-height: calc(100vh - 128px);
    overflow: hidden;
    border-radius: 0 130px 0 0;
}

.zs-hero-swiper,
.zs-hero-swiper .swiper-wrapper,
.zs-hero-swiper .swiper-slide {
    width: 100%;
    height: 100%;
}

.zs-hero-swiper {
    position: relative;
    z-index: 1;
}

.zs-hero-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.zs-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.82) 0%, rgba(255, 255, 255, 0.78) 34%, rgba(255, 255, 255, 0.25) 56%, rgba(255, 255, 255, 0) 72%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.06) 100%);
    z-index: 2;
    pointer-events: none;
}

.zs-hero-content-wrap {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    padding-top: 0;
    z-index: 3;
    pointer-events: none;
}

.zs-hero-copy,
.zs-hero-copy a,
.zs-hero-copy button {
    pointer-events: auto;
}

.zs-hero-pagination {
    position: absolute;
    left: 50% !important;
    bottom: 28px !important;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transform: translateX(-50%);
}

.zs-hero-pagination .swiper-pagination-bullet {
    position: relative;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    background: transparent;
    opacity: 1;
}

.zs-hero-pagination .swiper-pagination-bullet::before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.68);
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.zs-hero-pagination .swiper-pagination-bullet-active::before {
    background: #116836;
}

.zs-hero-counter {
    position: absolute;
    right: 28px;
    bottom: 24px;
    z-index: 4;
    display: inline-flex;
    align-items: baseline;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82);
    color: #116836;
    font-weight: 700;
}

.zs-hero-current,
.zs-hero-total {
    font-size: 15px;
    line-height: 1;
}

.zs-hero-counter-sep {
    font-size: 13px;
    line-height: 1;
    opacity: 0.7;
}

.zs-hero-nav {
    position: absolute;
    top: 50%;
    z-index: 4;
    width: 54px;
    height: 54px;
    border: 0;
    padding: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82);
    color: #116836;
    cursor: pointer;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}

.zs-hero-nav::before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
}

.zs-hero-prev {
    left: 28px;
}

.zs-hero-prev::before {
    transform: translateX(2px) rotate(-135deg);
}

.zs-hero-next {
    right: 28px;
}

.zs-hero-next::before {
    transform: translateX(-2px) rotate(45deg);
}

.zs-hero-nav:hover,
.zs-hero-nav:focus-visible {
    background: #116836;
    color: #fff;
}

.zs-hero-sub {
    display: flex;
    align-items: center;
    gap: 26px;
    max-width: 820px;
}

.zs-badge-b {
    width: 88px;
    height: 112px;
    border: 2px solid #151f28;
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.75);
    color: #111;
    flex: 0 0 auto;
}

.zs-badge-b span {
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
}

.zs-badge-b strong {
    font-size: 56px;
    line-height: 0.95;
    font-weight: 700;
}

.zs-counters {
    padding: 54px 0 90px;
}

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

.zs-counter-card {
    border-top: 3px solid var(--zs-blue);
    padding-top: 24px;
}

.zs-counter-card h3 {
    margin: 0 0 18px;
    font-size: 34px;
    font-weight: 400;
    line-height: 1.12;
    color: #000;
}

.zs-counter-value {
    margin: 0;
    font-size: 60px !important;
    line-height: 1;
    font-weight: 300;
    color: #116836;
}

.zs-counter-value span {
    font-size: 100px;
    font-weight: 300;
}

.zs-counter-card p {
    margin-top: 0;
    font-size: 24px;
    color: #116836;
}

.zs-counter-card a {
    color: var(--zs-blue);
}

.zs-cards {
    position: relative;
    padding: 90px 0;
    background-size: 180px auto;
}

.zs-cards-dark {
    background-color: #f6f7f8;
    position: relative;
    padding: 70px 0;
}

.zs-cards-dark:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-image: url("../img/mesh-pattern.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.zs-cards-dark .zs-container {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

.zs-cards-dark-secondary {
    height: auto;
    padding: 54px 0 72px;
    margin-top: 28px;
    background: #fff;
}

.zs-cards-dark-secondary:before {
    display: none;
}

.zs-cards-dark-secondary .zs-container {
    height: auto;
}

.zs-cards-dark-secondary .zs-slide {
    background: #e7f3eb;
}

.zs-feature-carousel {
    padding: 0;
    background: #edf1f4;
    overflow: hidden;
}

.zs-feature-shell {
    position: relative;
    overflow: visible;
}

.zs-feature-swiper {
    overflow: hidden;
    padding: 0;
}

.zs-feature-swiper .swiper-wrapper {
    display: flex;
    align-items: stretch;
}

.zs-feature-swiper .swiper-slide {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100% !important;
    overflow: hidden;
}

.zs-feature-slide {
    display: grid;
    grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.7fr);
    align-items: stretch;
    min-height: 470px;
}

.zs-feature-copy {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 46px 54px 0 0;
    background: #edf1f4;
}

.zs-feature-date {
    display: inline-flex;
    margin-bottom: 18px;
    color: #435261;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.zs-feature-copy h3 {
    margin: 0 0 26px;
    color: #2c2c2c;
    font-size: 32px;
    line-height: 1.02;
    font-weight: 700;
    letter-spacing: -0.03em;
}

.zs-feature-copy p {
    margin: 0;
    color: #26323c;
    font-size: 19px;
    line-height: 1.5;
}

.zs-feature-excerpt {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.zs-feature-copy a {
    color: var(--zs-blue);
}

.zs-feature-link {
    display: inline-flex;
    width: fit-content;
    margin-top: 34px;
    color: var(--zs-blue);
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.zs-feature-media {
    min-width: 0;
}

.zs-feature-media img {
    width: 100%;
    height: 100%;
    min-height: 470px;
    object-fit: cover;
}

.zs-feature-nav {
    position: absolute;
    top: 50%;
    z-index: 3;
    width: 44px;
    height: 44px;
    border: 0;
    padding: 0;
    background: transparent;
    color: #2d2d2d;
    cursor: pointer;
    transform: translateY(-50%);
}

.zs-feature-prev {
    left: -48px;
}

.zs-feature-next {
    right: -48px;
}

.zs-feature-nav::before {
    display: block;
    font-size: 52px;
    line-height: 44px;
    font-weight: 300;
}

.zs-feature-prev::before {
    content: "\2039";
}

.zs-feature-next::before {
    content: "\203A";
}

.zs-feature-pagination {
    position: absolute;
    left: 46px;
    top: 332px;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 12px;
}

.zs-feature-pagination .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    margin: 0 !important;
    border-radius: 50%;
    border: 1px solid #6d7b89;
    background: transparent;
    opacity: 1;
}

.zs-feature-pagination .swiper-pagination-bullet-active {
    background: var(--zs-blue);
    border-color: var(--zs-blue);
}

.zs-cards-blue {
    background-color: #7ab1d7;
    overflow: hidden;
}

.zs-cards-blue .zs-container {
    overflow: hidden;
}

.zs-cards-blue .zs-slider-track {
    display: flex;
}

.zs-slider-track,
.zs-news-track {
    display: flex;
    transition: transform 0.55s ease;
    will-change: transform;
}

.zs-slide {
    min-width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-radius: 14px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.8);
}

.zs-cards-blue .zs-slide {
    background: rgba(255, 255, 255, 0.16);
}

.zs-slide img {
    width: 100%;
    height: 430px;
    object-fit: cover;
}

.zs-slide-content {
    padding: 54px 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.zs-slide-content h4 {
    margin: 0 0 16px;
    font-size: 46px;
    line-height: 1.08;
    color: #fff;
}

.zs-cards-dark .zs-slide-content h4 {
    color: #116836;
}

.zs-slide-content p {
    margin: 0;
    color: #f5f8fc;
    font-size: 22px;
    line-height: 1.5;
}

.zs-cards-dark .zs-slide {
    min-width: auto;
    grid-template-columns: 1fr;
    background: #fff;
    border-radius: 2px;
    overflow: hidden;
    min-height: 430px;
    padding: 30px;
}

.zs-cards-dark .zs-slider-track {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    transform: none !important;
    width: 100%;
}

.zs-cards-dark .zs-slide img {
    height: 340px;
    border-radius: 2px;
}

.zs-cards-dark .zs-slide-content {
    padding: 24px 0 0 0;
    min-height: 238px;
    justify-content: flex-start;
    background:
        linear-gradient(180deg, #ffffff 0%, #ffffff 68%, #f9fbfd 100%),
        url("../img/mesh-pattern.svg");
    background-size: cover, 210px auto;
    background-repeat: no-repeat, no-repeat;
    background-position: center, center bottom;
}

.zs-cards-dark.zs-cards-dark-secondary .zs-slide {
    background: #e7f3eb;
}

.zs-cards-dark.zs-cards-dark-secondary .zs-slide-content {
    background: #e7f3eb;
}

.zs-cards-dark .zs-slide-content h4 {
    margin: 0 0 10px;
    font-size: 34px;
    line-height: 1.08;
    font-weight: 400;
}

.zs-cards-dark .zs-slide-content p {
    color: #000;
    font-size: 24px;
    line-height: 1.2;
}

.zs-cards-dark .zs-link-btn {
    margin-top: auto;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #116836;
}

.zs-cards-dark .zs-slider-nav {
    display: none;
}

.zs-link-btn {
    display: inline-flex;
    width: fit-content;
    margin-top: 26px;
    padding: 11px 0;
    font-size: 18px;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 5px;
    color: #fff;
}

.zs-slider-nav {
    margin-top: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
}

.zs-slider-nav button {
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
}

.zs-dots {
    display: flex;
    gap: 10px;
}

.zs-dots button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.7);
    background: transparent;
    padding: 0;
}

.zs-dots button.is-active {
    background: #fff;
}

.zs-newsletter {
    padding: 52px 0;
    background: #fff;
}

.zs-newsletter h3 {
    margin: 0 0 24px;
    color: var(--zs-blue);
    font-size: 28px;
    line-height: 1;
}

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

.zs-newsletter-form label {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 14px;
    color: #000;
    font-weight: 600;
}

.zs-newsletter-form input {
    height: 48px;
    border: 1px solid #000;
    padding: 0 12px;
    font-size: 14px;
    outline: medium;
}

.zs-newsletter-form button {
    height: 48px;
    border: 0;
    background: var(--zs-blue);
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    align-self: end;
    cursor: pointer;
    transition: all .3s;
}

.zs-newsletter-form button:hover{background: #e7f3eb;color: var(--zs-blue);}

@media (max-width: 1200px) {
    .zs-grid-3 {
        gap: 26px;
    }

    .zs-counter-card p {
        font-size: 17px;
    }

    .zs-slide-content h4 {
        font-size: 36px;
    }

    .zs-slide-content p {
        font-size: 19px;
    }

    .zs-feature-slide {
        grid-template-columns: minmax(240px, 0.9fr) minmax(0, 1.4fr);
        min-height: 420px;
    }

    .zs-feature-copy {
        padding: 34px 34px 78px 0;
    }

    .zs-feature-date {
        margin-bottom: 14px;
    }

    .zs-feature-copy h3 {
        font-size: 24px;
    }

    .zs-feature-media img {
        min-height: 420px;
    }

}

@media (max-width: 900px) {
    .zs-hero {
        margin-top: 82px;
    }

    .zs-hero-image-wrap {
        height: calc(100vh - 82px);
        min-height: calc(100vh - 82px);
        max-height: calc(100vh - 82px);
        border-radius: 0 70px 0 0;
    }

    .zs-hero-image-wrap img {
        object-position: 72% center;
    }

    .zs-hero-overlay {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.78) 0%, rgba(255, 255, 255, 0.58) 40%, rgba(255, 255, 255, 0.04) 80%);
    }

    .zs-hero-content-wrap {
        align-items: center;
        padding-top: 0;
    }

    .zs-hero-pagination {
        bottom: 18px !important;
    }

    .zs-hero-counter {
        right: 14px;
        bottom: 14px;
        padding: 8px 12px;
    }

    .zs-hero-nav {
        width: 44px;
        height: 44px;
    }

    .zs-hero-nav::before {
        width: 10px;
        height: 10px;
    }

    .zs-hero-prev {
        left: 14px;
    }

    .zs-hero-next {
        right: 14px;
    }

    .zs-hero-copy h2 {
        font-size: clamp(50px, 15.6vw, 84px);
        line-height: 0.98;
        margin-bottom: 16px;
    }

    .zs-hero-sub {
        gap: 14px;
        flex-wrap: wrap;
    }

    .zs-badge-b {
        width: 72px;
        height: 94px;
    }

    .zs-badge-b strong {
        font-size: 42px;
    }

    .zs-badge-b span {
        font-size: 10px;
    }

    .zs-hero-copy p {
        font-size: clamp(19px, 8vw, 30px);
        line-height: 1.28;
    }

    .zs-grid-3 {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .zs-counter-card h3 {
        margin-bottom: 14px;
        font-size: 28px;
    }

    .zs-counter-value {
        font-size: 42px !important;
    }

    .zs-counter-value span {
        font-size: 70px;
    }

    .zs-counter-card p {
        font-size: 24px;
        line-height: 1.2;
    }

    .zs-cards {
        padding: 54px 0;
    }

    .zs-cards-dark {
        height: auto;
        padding: 54px 0;
    }

    .zs-cards-dark .zs-container {
        height: auto;
    }

    .zs-cards-dark .zs-slider-track {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .zs-cards-dark .zs-slide img {
        height: 210px;
    }

    .zs-cards-dark .zs-slide-content {
        min-height: auto;
    }

    .zs-cards-dark .zs-slide-content h4 {
        font-size: 28px;
    }

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

    .zs-slide img {
        height: 280px;
    }

    .zs-slide-content {
        padding: 28px 22px;
    }

    .zs-feature-carousel {
        display: none;
    }

    .zs-feature-swiper {
        padding: 0;
    }

    .zs-feature-slide {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .zs-feature-copy {
        order: 2;
        padding: 24px 18px 0;
    }

    .zs-feature-date {
        margin-bottom: 12px;
        font-size: 12px;
    }

    .zs-feature-copy h3 {
        margin-bottom: 16px;
        font-size: 24px;
    }

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

    .zs-feature-media {
        order: 1;
    }

    .zs-feature-media img {
        min-height: 260px;
    }

    .zs-feature-nav {
        width: 38px;
        height: 38px;
        top: calc(50% - 22px);
    }

    .zs-feature-nav::before {
        font-size: 42px;
        line-height: 38px;
    }

    .zs-feature-pagination {
        left: 18px;
        top: auto;
        bottom: 18px;
    }

    .zs-newsletter-form {
        grid-template-columns: 1fr;
    }

}
