/* Common Styles */
.zwc-page-wrapper h1 {
    font-size: 80px;
    line-height: 88px;
    letter-spacing: -3.2px;
    font-family: var(--secondaryfont-semibold);
    max-width: 555px;
    text-align: left;
}

.zwc-sec {
    padding: 140px 0 130px;
}

.zwc-page-wrapper h2 {
    font-size: 64px;
    line-height: 72px;
    letter-spacing: -1.92px;
    font-family: var(--secondaryfont-semibold);
}

.zwc-page-wrapper h3 {
    font-size: 28px;
    line-height: 36px;
    font-family: var(--secondaryfont-semibold);
}

.zwc-page-wrapper .act-btn {
    padding: 14px 30px;
    font-size: 17px;
    border-radius: 4px;
    border: 2px solid var(--primary-btn-color);
    display: inline-block;
    text-align: center;
}

.zwc-blue-txt {
    color: #2B1EC6;
}

/* Learn more CTA (matching zvh-lmore-cta) */
.zwc-lmore-cta {
    position: relative;
    display: inline-block;
    padding: 0 35px 0px 0;
    text-decoration: underline;
    text-underline-offset: 3px;
    font-family: var(--zf-secondary-medium);
    color: #2B1EC6;
}

.zwc-lmore-cta:before {
    content: '';
    width: 12px;
    height: 1px;
    position: absolute;
    right: 14px;
    top: 14px;
    border: 1px solid;
    border-radius: 10px;
    transition: all .5s ease;
}

.zwc-lmore-cta:after {
    content: '';
    width: 9px;
    height: 9px;
    border-right: 2px solid;
    border-bottom: 2px solid;
    position: absolute;
    right: 15px;
    top: 15px;
    transform: rotate(-45deg);
    transform-origin: 0 0;
    transition: all .5s ease;
}

.zwc-lmore-cta:hover:before {
    right: 9px;
}

.zwc-lmore-cta:hover:after {
    right: 10px;
}

/* ========== Banner Section ========== */
.zwc-sec.zwc-banner-wrap {
    padding: 100px 0 160px;
background: radial-gradient(82.39% 68.29% at 14.25% 125.96%, #D4BDFF 0%, rgba(255, 205, 197, 0.00) 100%), radial-gradient(132.7% 66.64% at 84.58% 123.23%, #8ECAFF 0%, rgba(206, 238, 255, 0.50) 49.52%, rgba(254, 255, 224, 0.00) 100%), #FFF;
}

.zwc-banner-wrap .zwc-section-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.zwc-header-promo {
    max-width: 555px;
    flex-shrink: 0;
}

.zwc-comparison-logo-wrap {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
    background: #fff;
    padding: 12px 20px;
    width: fit-content;
    border-radius: 8.414px;
    position: relative;
}

.zwc-comparison-logo-wrap::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 8.414px;
    border: 0.701px solid #9FC9FF;
    pointer-events: none;
    -webkit-mask-image: linear-gradient(to right, #000 30%, rgba(0, 0, 0, 0.15) 45%, rgba(0, 0, 0, 0.15) 55%, #000 70%);
    mask-image: linear-gradient(to right, #000 30%, rgba(0, 0, 0, 0.15) 45%, rgba(0, 0, 0, 0.15) 55%, #000 70%);
}

.zwc-comparison-logo-wrap span {
    font-size: 16px;
    color: #666;
    font-family: var(--secondaryfont-regular);
}

.zwc-banner-content p {
    font-size: 20px;
    line-height: 30px;
    color: #000;
    margin: 24px 0 0;
    /* font-family: var(--zf-secondary-medium); */
    max-width: 480px;
    letter-spacing: -0.4px;
}

.zwc-banner-cta-wrap {
    display: flex;
    gap: 10px;
    margin-top: 40px;
}

.zwc-banner-wrap .cont-btn {
    color: #000;
    border: 2px solid #000;
}

.zwc-bnr-img-wrap {
    flex-shrink: 0;
}

.zwc-bnr-img-1 {
    /* max-width: 598px; */
    height: auto;
    vertical-align: middle;
}

/* ========== Trust Container ========== */
.zwc-trust-container .content-wrap{
    border-radius: 8px;
    border: 1px solid #DBE9F9;
    background: #FFF;
    box-shadow: 0 19px 48px -4px rgba(182, 205, 216, 0.25);
    margin: 120px auto 0;
}

/* ========== Badges Section (matching zvh-badges-section) ========== */
.zwc-badges-wrap {
    padding: 100px 0 0;
    margin: 0 auto;
    position: relative;
}

.zwc-badges-list {
    display: flex;
    justify-content: space-between;
    max-width: 960px;
    margin: 0 auto;
}

.zwc-badges-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 44%;
}

.zwc-badges-img {
    width: 140px;
    height: 140px;
    background: #F6F6F6;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.zwc-badges-cont {
    width: 60%;
}

.zwc-badges-cont a {
    color: #2B1EC6;
    font-family: var(--secondaryfont-semibold);
}

/* ========== Rating Section (matching zvh-rating-section) ========== */
.zwc-rating-wrap {
    padding: 64px 0 80px;
    max-width: 1680px;
    margin: 0 auto;
    position: relative;
}

.zwc-rating-wrap ul {
    display: flex;
    gap: 20px;
    width: 95%;
    max-width: 960px;
    margin: 0 auto;
    justify-content: center;
    text-align: center;
    background: #F6F6F6;
    padding: 50px 0;
    border-radius: 8px;
}

.zwc-rating-wrap ul li {
    width: 20%;
    position: relative;
}

.zwc-rating-wrap ul li:not(:first-child):before {
    content: '';
    width: 1px;
    height: 50px;
    position: absolute;
    left: -15px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-left: 1px dashed #000;
}

.zwc-rating-wrap .rating-logo {
    min-height: 40px;
    margin: 0 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.zwc-rating-wrap .rating-logo img {
    display: block;
    max-height: 40px;
    transform: scale(1.2);
    opacity: 1;
    transition: all .3s ease;
}

.zwc-rating-wrap ul li:nth-child(2) .rating-logo img {
    transition-delay: .5s;
}

.zwc-rating-wrap ul li:nth-child(3) .rating-logo img {
    transition-delay: .7s;
}

.zwc-rating-wrap ul li:nth-child(4) .rating-logo img {
    transition-delay: .9s;
}

.zwc-rating-wrap.zwe-om .rating-logo img {
    opacity: 1;
    transform: scale(1);
}

.rating-num {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.zwc-rating-wrap ul li a {
    color: #000;
    display: inline-block;
}

.zwc-rating-wrap ul li p {
    margin: 0;
    font-family: var(--secondaryfont-bold);
    font-size: 16px;
}

.rating-star {
    color: #f7b21a;
    text-transform: uppercase;
    margin: 0 0 0 10px;
    max-width: 100%;
    font-size: 30px;
    line-height: 20px;
    letter-spacing: 2px;
    display: inline-block;
    width: auto;
    height: auto;
    position: relative;
    top: -3px;
    font-family: monospace !important;
}

.rating-star:before,
.rating-star:after {
    content: '\2605\2605\2605\2605\2605';
    position: absolute;
    top: 0;
    left: 0;
}

.rating-star:before {
    color: #D0D0D0;
    z-index: 0;
    width: auto;
    height: auto;
}

.rating-star:after {
    color: #f9a826;
    overflow: hidden;
    transition: width 2.5s ease 1s;
    width: 0%;
    height: auto;
    direction: ltr;
    z-index: 1;
}

.zwc-rating-wrap.zwe-om .rating-star.zfour-one:after {
    width: 82%;
}

.zwc-rating-wrap.zwe-om .rating-star.zfour-three:after {
    width: 86%;
}

.zwc-rating-wrap.zwe-om .rating-star.zfour-five:after {
    width: 90%;
}

.zwc-rating-wrap.zwe-om .rating-star.zfour-seven:after {
    width: 94%;
}

/* ========== Comparison Table Section (matching zvh-whychoose-section) ========== */
.zwc-comp-table-wrap {
    padding: 140px 0;
    position: relative;
    background: radial-gradient(102.16% 39.56% at 52.23% -2.47%, #060B4F 0%, #02080D 42.55%, #000 100%), #000;
}

.zwc-comp-table-wrap h2 {
    text-align: center;
    color: #fff;
    max-width: 1060px;
    margin: auto;
}

.zwc-comp-table-wrap .zwc-blue-txt {
    color: #6691FF;
}

.zwc-comp-table-wrap .table-wrap {
    width: 100%;
    overflow: unset;
    margin: 120px 0 0;
}

.zwc-comp-table-wrap .table-wrap ul {
    width: 100%;
    position: relative;
    z-index: 1;
}

.zwc-comp-table-wrap .table-wrap ul li {
    display: grid;
    grid-template-columns: 45% 27.5% 27.5%;
}

.zwc-comp-table-wrap .table-wrap ul li:first-child {
    position: sticky;
    top: 65px;
    z-index: 1;
    background: #000;
}

.zwc-comp-table-wrap .table-wrap ul li>span {
    padding: 25px 30px;
    box-sizing: border-box;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: all .3s ease;
    color: #CECECE;
    font-family: var(--zf-secondary-medium);
    font-size: 20px;
    line-height: 28px;
}

.zwc-comp-table-wrap .table-wrap .table-body li>span:nth-child(2) {
    background: #161616;
    border-left: 1px solid #6691FF;
    border-right: 1px solid #6691FF;
    border-top: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.zwc-comp-table-wrap .table-wrap .table-body li:first-child>span:nth-child(2) {
    border-top: 1px solid #6691FF;
    border-radius: 16px 16px 0 0;
    box-shadow: 0 6.059px 23.978px -3.029px rgba(67, 67, 67, 0.15);
}

.zwc-comp-table-wrap .table-wrap .table-body li:last-child>span:nth-child(2) {
    border-bottom: 1px solid #6691FF;
    border-radius: 0 0 16px 16px;
}

.zwc-comp-table-wrap .table-wrap ul li:first-child>span {
    border-radius: 16px 16px 0 0;
    display: flex;
    align-items: center;
    padding: 30px 30px 25px;
}

.zwc-comp-table-wrap .table-wrap .table-body li:first-child>span:nth-child(1) {
    font-family: var(--secondaryfont-semibold);
    font-size: 24px;
    color: #fff;
}

.zwc-comp-table-wrap .table-wrap .table-body li>span:nth-child(1) {
    padding: 30px 30px 25px 0;
    font-family: var(--zf-secondary-medium);
    color: #ccc;
}

.zwc-comp-table-wrap .table-wrap ul li>span:not(:first-child) {
    text-align: center;
    color: #CECECE;
}

.zwc-comp-table-wrap .table-wrap ul li:last-child>span:not(:first-child) {
    text-align: center;
    font-family: var(--secondaryfont-semibold);
}

.zwc-comp-table-wrap .table-wrap ul li:last-child>span:not(:first-child) label {
    display: block;
    font-size: 14px;
    font-family: var(--secondaryfont-regular);
    color: rgba(255, 255, 255, 0.6);
}

.zwc-comp-table-wrap .table-wrap ul li>span label {
    display: block;
    font-size: 14px;
    font-family: var(--secondaryfont-regular);
    color: rgba(255, 255, 255, 0.6);
}

.zwc-comp-table-wrap .zv-tick span,
.zwc-comp-table-wrap .zv-cross span {
    text-align: center;
    display: block;
}

.zwc-plan-note {
    display: block;
}

.zwc-comp-table-wrap .table-wrap ul li:last-child>span {
    border-bottom: none;
    padding: 40px 20px;
    border-radius: 0 0 16px 16px;
}

.zwc-comp-table-wrap .zd-title img {
    display: block;
    margin: auto;
}

/* ========== Compare Section ========== */
.zwc-compare-wrap {
    background: #fff;
}

.zwc-compare-wrap h2 {
    text-align: center;
    margin-bottom: 64px;
    max-width: 735px;
    margin-left: auto;
    margin-right: auto;
}

.zwc-compare-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    max-width: 996px;
    margin: 0 auto;
}

.zwc-logo-item {
    width: 240px;
    height: 100px;
    background: #F7F7F7;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #eee;
    transition: all .3s ease;
}

.zwc-logo-item:hover {
    border: 0.873px solid #2B1EC6;
    background: #FFF;
    box-shadow: 0 15.707px 22.688px -2.618px rgba(0, 0, 0, 0.18);
}

.zwc-logo-item img {
    max-width: 150px;
    max-height: 36px;
}

.zwc-logo-with-text {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 8px;
    white-space: nowrap;
}

.zwc-logo-with-text img {
    max-width: 36px;
    max-height: 36px;
}

.zwc-logo-text {
    font-size: 22px;
    color: #000;
    font-family: var(--secondaryfont-bold), sans-serif;
    letter-spacing: -0.3px;
}

.zwc-disclaimer {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    color: #000;
    margin-top: 64px;
    max-width: 665px;
    margin-left: auto;
    margin-right: auto;
    font-family: var(--secondaryfont-regular);
}

/* ========== Security + Support Background Wrapper ========== */
.zwc-security-support-bg {
    background: radial-gradient(112.79% 100.69% at 17.74% 114.17%, #D4BDFF 0%, rgba(255, 205, 197, 0.00) 100%), radial-gradient(206.65% 99.65% at 76.98% 105.57%, #8ECAFF 0%, rgba(206, 238, 255, 0.50) 49.52%, rgba(254, 255, 224, 0.00) 100%), #FFF;
    padding-bottom: 160px;
}

/* ========== Security Section ========== */

.zwc-sec.zwc-security-wrap {
    padding-top: 0;
}

.zwc-security-wrap h2 {
    text-align: center;
    max-width: 1062px;
    margin: 0 auto 80px;
}

.zwc-security-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.zwc-security-card {
    background: #fff;
    border-radius: 8px;
    padding: 48px 40px;
    border: 1px solid #DBE9F9;
}

.zwc-security-card h3::before {
    content: '';
    display: block;
    width: 55px;
    height: 48px;
    margin-bottom: 25px;
    background-image: url(/sites/zweb/images/vault/proton-pass-icon-sprite.svg);
    background-size: 411px 62px;
    background-repeat: no-repeat;
}

.zwc-security-card:nth-child(1) h3::before {
    background-position: -2px -8px;
}

.zwc-security-card:nth-child(2) h3::before {
    background-position: -73px 0;
    height: 57px;
}

.zwc-security-card:nth-child(3) h3::before {
    background-position: -144px -6px;
    height: 51px;
}

.zwc-security-card h3 {
    font-size: 28px;
    line-height: 36px;
    margin: 0 0 20px;
    font-family: var(--secondaryfont-semibold);
    max-width: 270px;
    letter-spacing: -0.84px;
}

.zwc-security-card p {
    font-size: 17px;
    line-height: 24px;
    color: #000;
    margin: 0;
    font-family: var(--secondaryfont-regular);
}

/* ========== Support Section ========== */
.zwc-sec.zwc-support-wrap {
    /* background: #fff;
    border-radius: 8px; */
    /* max-width: 1280px; */
    margin: 0 auto;
    padding: 0;
}

.zwc-support-wrap .content-wrap {
    padding: 100px 0;
    background: #fff;
    border-radius: 8px;
}

.zwc-support-wrap h2 {
    text-align: center;
    margin-bottom: 80px;
}

.zwc-support-list {
    max-width: 940px;
    margin: auto;
}

.zwc-support-item {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 52px;
    align-items: start;
}

.zwc-support-item h3 {
    font-size: 28px;
    line-height: 36px;
    margin: 0;
    font-family: var(--secondaryfont-semibold);
    display: flex;
    align-items: start;
    gap: 20px;
}

.zwc-support-item h3::before {
    content: '';
    display: block;
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    background-image: url(/sites/zweb/images/vault/proton-pass-icon-sprite.svg);
    background-size: auto 48px;
    background-repeat: no-repeat;
}

.zwc-support-cont {
    max-width: 530px;
    margin: auto;
}

.zwc-support-item:nth-child(1) h3::before {
    background-position: -167px 0;
}

.zwc-support-item:nth-child(3) h3::before {
    background-position: -216px 0;
}

.zwc-support-item:nth-child(5) h3::before {
    background-position: -267px 0;
}

.zwc-support-cont p {
    font-size: 17px;
    line-height: 27px;
    color: #000;
    margin: 0 0 16px;
    font-family: var(--secondaryfont-regular);
}

.zwc-support-divider {
    height: 1px;
    background: #ddd;
    margin: 40px 0;
}

/* ========== Testimonial + Switch Background Wrapper ========== */
.zwc-testi-switch-bg {
    background: linear-gradient(177deg, #FFF 8.67%, #FFF9E2 39.3%, #FFF 96.31%);
}

/* ========== Testimonial Section (matching zvh-testimonial-section) ========== */
.zwc-testimonial-wrap {
    padding: 140px 0;
    overflow: hidden;
}

ul.zwc-testi-brandlogos {
    display: flex;
    gap: 20px;
    align-items: center;
    margin: 30px 0 0;
}

.zwc-testi-sliderwrap {
    position: relative;
}

.zwc-testi-slider {
    max-width: 1310px;
    margin: 0 auto;
}

.zwc-testimonials {
    margin: 50px 0 0;
}

.zwc-testimonials .zwc-testi-items {
    background-color: #fff;
    border-radius: 14.011px;
    border: 0.5px solid #ECDCB2;
    margin: 0 12px;
    padding: 50px 55px;
}

.zwc-testimonials .zwc-testi-items>p {
    font-family: var(--zf-secondary-medium);
    font-size: 18px;
}

.zwc-testi-slider:before,
.zwc-testi-slider:after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 250px;
}

.zwc-testi-slider:before {
    z-index: 5;
    left: 0;
    background-image: linear-gradient(to right, #FFFCF4 25%, #ffffff00);
}

.zwc-testi-slider:after {
    right: -10px;
    background-image: linear-gradient(to left, #FFFCF4 25%, #ffffff00);
}

.zwc-testi-arrow {
    position: absolute;
    top: -80px;
    right: 0;
    display: flex;
    gap: 10px;
}

.testimonial-prev-arrow,
.testimonial-next-arrow {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 5px;
    background-color: transparent;
    cursor: pointer;
}

.testimonial-prev-arrow::before,
.testimonial-next-arrow::before {
    content: "";
    height: 2px;
    width: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: black;
}

.testimonial-prev-arrow::after,
.testimonial-next-arrow::after {
    content: "";
    height: 15px;
    width: 15px;
    border: 2px solid black;
    position: absolute;
    left: 50%;
    top: 50%;
}

.testimonial-prev-arrow::after {
    margin-left: -2px;
    border-width: 2px 0 0 2px;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.testimonial-next-arrow::after {
    margin-left: 2px;
    border-width: 0 2px 2px 0;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.slick-list {
    overflow: visible;
}

.testimonial-next-arrow.slick-disabled,
.testimonial-prev-arrow.slick-disabled {
    opacity: .4;
}

.zwc-cust {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 50px 0 0;
}

.zwc-cust-pic {
    width: 50px;
}

.zwc-cust-details {
    width: 80%;
}

.zwc-cust-pic img {
    border-radius: 100%;
}

.zwc-cust-details b {
    font-family: var(--secondaryfont-semibold);
    font-size: 20px;
}

.zwc-cust-details p {
    font-size: 14px;
    margin: 0;
}

/* ========== Switch CTA Section ========== */
.zwc-sec.zwc-switch-wrap {
    padding: 0 0 120px;
}

.zwc-switch-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 140px;
}

.zwc-switch-img img {
    max-width: 400px;
    height: auto;
}

.zwc-switch-cont {
    max-width: 382px;
}

.zwc-switch-cont h2 {
    margin: 0 0 24px;
}

.zwc-switch-cont p {
    font-size: 18px;
    line-height: 28px;
    color: #000;
    margin: 0;
    font-family: var(--secondaryfont-regular);
}

/* ========== Bottom CTA Section ========== */
.zwc-bottom-cta-wrap {
    background: radial-gradient(68.57% 68.57% at 50% 100%, #283D90 0%, #000 100%);
    color: #fff;
    padding: 140px 0;
    text-align: center;
}

.zwc-bottom-cta-wrap h2 {
    margin: 0 auto 48px;
    color: #fff;
    font-size: 80px;
    line-height: 88.8px;
    letter-spacing: -2.4px;
    font-family: var(--secondaryfont-semibold);
    max-width: 720px;
}

.zwc-bottom-cta-wrap h2 span {
    color: #6691FF;
}

.zwc-bottom-cta-btns {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.zwc-bottom-cta-wrap .cta-btn {
    padding: 14px 40px;
}

.zwc-page-wrapper .zwc-bottom-cta-wrap .cont-btn {
    color: #fff;
    border: 2px solid #fff;
}

/* ========== Responsive ========== */
@media only screen and (max-width: 1440px) {

    .zwc-page-wrapper h2 {
        font-size: 60px;
        line-height: 70px;
    }

    .zwc-page-wrapper h1 {
        font-size: 72px;
        line-height: 80px;
    }

    .zwc-sec {
        padding: 120px 0;
    }

    .zwc-sec.zwc-banner-wrap {
        padding: 100px 0 120px;
    }

    .zwc-security-wrap h2 {
        max-width: 945px;
    }

    .zwc-testi-slider:after,
    .zwc-testi-slider:before {
        display: none;
    }

    .zwc-comp-table-wrap h2 {
        max-width: 990px;
    }

    .zwc-security-card h3 {
        font-size: 24px;
        line-height: 32px;
        max-width: 220px;
    }

    .zwc-badges-wrap {
        padding: 100px 0 0;
    }

    .zwc-rating-wrap {
        padding: 100px 0;
    }

    .zwc-bottom-cta-wrap h2 {
        font-size: 72px;
        line-height: 80px;
    }
}

@media only screen and (max-width: 1280px) {

    .zwc-page-wrapper h2 {
        font-size: 54px;
        line-height: 64px;
    }

    .zwc-page-wrapper h1 {
        font-size: 60px;
        line-height: 68px;
        max-width: 480px;
    }

    .zwc-sec {
        padding: 110px 0 120px;
    }

    .zwc-page-wrapper .act-btn {
        font-size: 18px;
    }

    .zwc-bnr-img-1 {
        max-width: 440px;
    }

    .zwc-comp-table-wrap {
        padding: 100px 0;
    }

    .zwc-comp-table-wrap h2 {
        max-width: 880px;
    }

    .zwc-comp-table-wrap .table-wrap ul li>span {
        font-size: 19px;
        line-height: 28px;
    }

    .zwc-comp-table-wrap {
        padding: 100px 0;
    }

    .zwc-testimonial-wrap {
        padding: 100px 0;
    }

    .zwc-comp-table-wrap .table-wrap {
        margin: 80px 0 0;
    }

    .zwc-switch-cont {
        max-width: 350px;
    }

    .zwc-security-card {
        padding: 30px;
    }

    .zwc-security-card h3 {
        font-size: 22px;
        line-height: 30px;
    }

    .zwc-bottom-cta-wrap h2 {
        font-size: 66px;
        line-height: 74px;
        max-width: 600px;
    }
}

@media only screen and (max-width: 1199px) {

    .zwc-page-wrapper h1 {
        font-size: 52px;
        line-height: 60px;
        max-width: 330px;
    }

    .zwc-page-wrapper h2 {
        font-size: 48px;
        line-height: 56px;
    }

    .zwc-sec {
        padding: 100px 0 90px;
    }

    .zwc-badges-wrap {
        padding: 80px 40px 0;
    }

    .zwc-rating-wrap {
        padding: 80px 0;
    }

    .zwc-comp-table-wrap h2 {
        max-width: 790px;
    }

    .zwc-comp-table-wrap .table-wrap ul li:first-child {
        top: 0;
    }

    .zwc-compare-wrap h2 {
        max-width: 555px;
    }

    .zwc-security-wrap h2 {
        max-width: 755px;
        margin: 0 auto 50px;
    }

    .zwc-support-item h3 {
        font-size: 24px;
        line-height: 28px;
        align-items: center;
    }

    .zwc-switch-cont h2 {
        max-width: 250px;
    }

    .zwc-security-cards {
        gap: 12px;
    }

    .zwc-security-card {
        padding: 36px 28px;
    }

    .zwc-support-item {
        grid-template-columns: 250px 1fr;
        gap: 32px;
    }

    .zwc-switch-inner {
        gap: 50px;
    }

    .zwc-switch-img img {
        max-width: 340px;
    }

    .zwc-bottom-cta-wrap h2 {
        font-size: 58px;
        line-height: 66px;
        max-width: 570px;
    }
}

@media only screen and (max-width: 1024px) {

    .zwc-page-wrapper h2 {
        font-size: 44px;
        line-height: 52px;
    }

    .zwc-page-wrapper h1 {
        font-size: 46px;
        line-height: 54px;
        max-width: 280px;
        letter-spacing: -1.96px;
    }

    .zwc-page-wrapper .act-btn {
        padding: 10px 28px;
        font-size: 16px;
    }

    .zwc-sec.zwc-banner-wrap {
        padding: 70px 0;
    }

    .zwc-comp-table-wrap h2 {
        max-width: 710px;
    }

    .zwc-comp-table-wrap .table-wrap ul li>span {
        font-size: 17px;
        line-height: 26px;
    }

    .zwc-compare-wrap h2 {
        max-width: 520px;
        margin-bottom: 44px;
    }

    .zwc-security-cards {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .zwc-security-card:nth-child(3) {
        grid-column: 1 / -1;
        max-width: 50%;
        margin: 0 auto;
    }

    .zwc-security-card {
        padding: 40px;
    }

    .zwc-support-wrap .content-wrap {
        padding: 70px 0;
    }

    .zwc-comp-table-wrap .table-wrap .table-body li>span:nth-child(1) {
        padding: 30px 20px 25px 0;
    }

    .zwc-security-support-bg {
        padding-bottom: 100px;
    }

    .zwc-testimonial-wrap h2 {
        max-width: 700px;
    }

    .zwc-support-wrap h2 {
        margin-bottom: 50px;
    }

    .zwc-support-list {
        max-width: 750px;
    }

    .zwc-bottom-cta-wrap h2 {
        font-size: 54px;
        line-height: 62px;
        max-width: 530px;
    }
}

@media only screen and (max-width: 991px) {

    .zwc-page-wrapper h1 {
        font-size: 48px;
        line-height: 56px;
        letter-spacing: -1.92px;
        max-width: 540px;
        text-align: center;
        margin: auto;
    }

    .zwc-page-wrapper h2 {
        font-size: 32px;
        line-height: 40px;
        letter-spacing: -0.82px;
    }

    .zwc-sec {
        padding: 70px 0 80px;
    }

    .zwc-banner-wrap .zwc-section-wrap {
        flex-direction: column;
        text-align: center;
        gap: 70px;
    }

    .zwc-header-promo {
        max-width: 100%;
    }

    .zwc-comp-table-wrap h2 {
        max-width: 540px;
    }

    .zwc-comp-table-wrap .table-wrap {
        margin: 50px 0 0;
    }

    .zwc-compare-wrap h2 {
        max-width: 380px;
    }

    .zwc-sec.zwc-security-wrap {
        padding-top: 0;
    }

    .zwc-security-wrap h2 {
        max-width: 585px;
    }

    .zwc-security-card {
        padding: 36px;
    }

    .zwc-comparison-logo-wrap {
        margin: 0 auto 24px;
    }

    .zwc-banner-content p {
        max-width: 600px;
        margin: 15px auto 0;
        text-align: center;
    }

    .zwc-banner-cta-wrap {
        justify-content: center;
        margin-top: 35px;
    }

    .zwc-bnr-img-1 {
        max-width: 500px;
    }

    .zwc-badges-wrap {
        padding: 60px 0 0;
    }

    .zwc-badges-list {
        flex-direction: column;
        gap: 30px;
        align-items: center;
    }

    .zwc-badges-list li {
        width: 100%;
        max-width: 440px;
    }

    .zwc-rating-wrap {
        padding: 60px 0;
    }

    .zwc-rating-wrap ul {
        flex-wrap: wrap;
    }

    .zwc-rating-wrap ul li:not(:first-child):before {
        display: none;
    }

    .zwc-comp-table-wrap {
        overflow-x: auto;
    }

    .zwc-compare-logos {
        gap: 10px;
    }

    .zwc-logo-item {
        width: 200px;
        height: 80px;
    }

    .zwc-security-wrap h2 {
        margin-bottom: 40px;
    }

    .zwc-comp-table-wrap {
        padding: 70px 0;
    }

    .zwc-support-wrap .content-wrap {
        padding: 70px 50px;
    }

    .zwc-support-item h3 {
        font-size: 22px;
        line-height: 25px;
    }

    .zwc-switch-inner {
        flex-direction: column-reverse;
        text-align: center;
        gap: 40px;
    }

    .zwc-switch-cont {
        max-width: 570px;
    }

    .zwc-switch-cont h2 {
        max-width: 310px;
        margin: 0 auto 20px;
        text-align: center;
    }

    .zwc-disclaimer {
        font-size: 16px;
        line-height: 26px;
        max-width: 585px;
    }

    .zwc-testimonial-wrap {
        padding: 80px 0;
    }

    .zwc-testimonials .zwc-testi-items {
        padding: 30px 35px;
    }

    .zwc-testimonial-wrap h2 {
        max-width: 540px;
    }

    .zwc-plan-note {
        line-height: 22px;
    }

    .zwc-bottom-cta-wrap h2 {
        font-size: 44px;
        line-height: 54px;
        max-width: 460px;
        margin: 0 auto 34px;
    }

    .zwc-bottom-cta-wrap {
        padding: 100px 0 120px;
    }
}

@media only screen and (max-width: 767px) {

    .zwc-page-wrapper h1 {
        font-size: 38px;
        line-height: 46px;
        max-width: 420px;
    }

    .zwc-page-wrapper h2 {
        font-size: 30px;
        line-height: 38px;
    }

    .zwc-page-wrapper .act-btn {
        padding: 12px 24px;
        font-size: 15px;
    }

    .zwc-sec {
        padding: 60px 0 70px;
    }

    .zwc-bnr-img-1 {
        max-width: 100%;
    }

    .zwc-badges-list li {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    .zwc-badges-cont {
        width: 100%;
    }

    .zwc-bnr-img-wrap {
        max-width: 480px;
    }

    .zwc-comp-table-wrap h2 {
        max-width: 510px;
    }

    .zwc-comp-table-wrap .table-wrap {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .zwc-comp-table-wrap .table-wrap ul {
        min-width: 690px;
    }

    .zwc-comp-table-wrap .table-wrap ul li>span {
        font-size: 16px;
        line-height: 25px;
    }

    .zwc-comp-table-wrap .table-wrap ul li {
        grid-template-columns: 37% 31.5% 31.5%;
    }

    .zwc-security-cards {
        grid-template-columns: 1fr;
    }

    .zwc-security-card:nth-child(3) {
        grid-column: auto;
        max-width: 100%;
        margin: 0;
    }

    .zwc-security-card {
        padding: 32px 24px;
    }

    .zwc-security-card h3 {
        font-size: 20px;
        line-height: 28px;
        max-width: 280px;
        margin: 0 0 10px;
    }

    .zwc-disclaimer {
        margin-top: 45px;
    }

    .zwc-support-item h3 {
        flex-direction: column;
        margin: auto;
    }

    .zwc-security-card:nth-child(3),
    .zwc-security-card {
        max-width: 500px;
        margin: auto;
    }

    .zwc-security-wrap h2 {
        max-width: 485px;
    }

    .zwc-support-item {
        grid-template-columns: 1fr;
        gap: 12px;
        text-align: center;
    }

    .zwc-support-cont {
        grid-column: auto;
    }

    .zwc-compare-logos {
        gap: 8px;
    }

    .zwc-logo-item {
        width: calc(50% - 8px);
    }

    .zwc-rating-wrap ul li {
        width: 40%;
    }

    .zwc-comp-table-wrap {
        padding: 70px 0;
    }

    .zwc-testi-slider:before,
    .zwc-testi-slider:after {
        width: 60px;
    }

    .zwc-testimonials .zwc-testi-items {
        padding: 25px 30px;
    }

    .zwc-testi-arrow {
        top: -60px;
    }

    .zwc-bottom-cta-wrap {
        padding: 60px 0 90px;
    }

    .zwc-bottom-cta-wrap h2 {
        font-size: 34px;
        line-height: 42px;
        max-width: 330px;
    }

}

@media only screen and (max-width: 480px) {

    .zwc-page-wrapper h1 {
        font-size: 32px;
        line-height: 40px;
        letter-spacing: -1.42px;
        max-width: 230px;
    }

    .zwc-page-wrapper h2 {
        font-size: 24px;
        line-height: 32px;
        letter-spacing: -1.2px;
    }

    .zwc-sec {
        padding: 50px 0;
    }

    .zwc-sec.zwc-banner-wrap {
        padding: 60px 0;
    }

    .zwc-comp-table-wrap .table-wrap ul li {
        grid-template-columns: 38% 36.5% 36.5%;
    }

    .zwc-comp-table-wrap .table-wrap ul li:first-child {
        background: none;
    }

    .zwc-comp-table-wrap .table-wrap ul {
        min-width: 500px;
        width: 500px;
    }

    .zwc-security-wrap h2 {
        max-width: 295px;
    }

    .zwc-support-wrap .content-wrap {
        padding: 40px 30px;
    }

    .zwc-support-item h3 {
        flex-direction: column;
    }

    .zwc-support-wrap h2 {
        max-width: 200px;
        margin: 0 auto 40px;
    }

    .zwc-disclaimer {
        font-size: 15px;
        line-height: 23px;
        max-width: 325px;
    }

    .zwc-testimonials {
        margin: 80px 0 0;
    }

    .zwc-banner-content p {
        font-size: 17px;
        line-height: 27px;
    }

    .zwc-banner-cta-wrap {
        flex-direction: column;
        width: fit-content;
        margin: 30px auto 0;
    }

    .zwc-badges-wrap {
        padding: 40px 20px 0;
    }

    .zwc-rating-wrap {
        padding: 40px 0;
    }

    .zwc-rating-wrap ul {
        gap: 35px;
    }

    .zwc-comp-table-wrap .table-wrap {
        /* overflow-x: auto;
        -webkit-overflow-scrolling: touch; */
        max-width: 480px;
    }

    .zwc-rating-wrap ul li {
        width: 50%;
    }

    .zwc-comp-table-wrap {
        padding: 60px 0;
    }

    .zwc-logo-item {
        width: calc(50% - 6px);
        height: 60px;
    }

    .zwc-logo-item img {
        max-width: 100px;
    }

    .zwc-security-card {
        padding: 24px 20px;
    }

    .zwc-testimonial-wrap {
        padding: 60px 0;
    }

    .zwc-testimonials .zwc-testi-items {
        padding: 20px 25px;
    }

    .zwc-page-wrapper .act-btn {
        width: 200px;
    }

    .zwc-badges-cont p {
        margin-bottom: 10px;
    }

    .zwc-comp-table-wrap .table-wrap .table-body li:first-child>span:nth-child(1) {
        font-size: 22px;
    }

    .zwc-compare-wrap h2 {
        max-width: 270px;
    }

    .zwc-testi-slider:before,
    .zwc-testi-slider:after {
        width: 30px;
    }

    .zwc-switch-img img {
        max-width: 220px;
    }

    .zwc-bottom-cta-wrap h2 {
        max-width: 260px;
        font-size: 28px;
        line-height: 36px;
    }

    .zwc-bottom-cta-btns {
        flex-direction: column;
        align-items: center;
    }
}