@charset "UTF-8";
/* CSS Document */
/* NEW-PROMO-2-FINAL CSS */

/* ============================================
   CRITICAL OVERRIDES - Maximum Specificity
   These override Bootstrap and theme styles
   ============================================ */
/* Prevent horizontal overflow on mobile */
html, body {
    overflow-x: hidden !important;
    max-width: 100% !important;
    width: 100% !important;
}

body {
    padding-top: 0px !important;
}

#header-menu .navbar-nav {
display:none;
}

.lang-nav-dropdown { 
display:none;
}

#header-menu .navbar-nav,
.lang-nav-dropdown {
    display: none;
}



.navbar-header {
    float: none;
    width: 100%;
}

.navbar .logo {
   
    left: 40%;
    margin: 0px;
   
}

@media (max-width: 767px) {
    .navbar .logo {
        left: 35%;
    }
}


.navbar-toggle {
    display:none;
}

body .header .navbar.new-promo-2,
body .navbar.new-promo-2 {
    padding: 12px 0px 17px !important;
    margin: 0px !important;
    background: rgb(0, 19, 44) !important;
}

body .v2-pricing-one-package.new-promo-2,
body .new-promo-2.v2-pricing-one-package,
body .v2-pricing-one-package.v2-pricing-container.new-promo-2 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    line-height: 1.6 !important;
    color: rgb(51, 51, 51) !important;
    background:  rgb(0, 19, 44) !important;
    margin-top: 0px !important;
    padding: 0 !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
    box-sizing: border-box !important;
}

/* Override .v2-pricing-one-package without new-promo-2 class */
body .v2-pricing-one-package {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    line-height: 1.6 !important;
    color: rgb(51, 51, 51) !important;
    background: rgb(0, 19, 44) !important;
}



/* Plan picker - critical overrides */
body .new-promo-2 .plan-picker-wrapper .plan-picker,
body .plan-picker-wrapper .new-promo-2.plan-picker,
body .v2-pricing-one-package.new-promo-2 .plan-picker-wrapper .plan-picker {
    width: 100% !important;
    padding: 16px 50px 16px 20px !important;
    border: 1px solid !important;
    border-radius: 12px !important;
    color: white !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    appearance: none !important;
    transition: 0.3s !important;
    box-sizing: border-box !important;
    background: rgb(0, 0, 0) !important;
}

/* H1 and H2 - critical overrides */
body .new-promo-2.v2-pricing-one-package h1,
body .v2-pricing-one-package.new-promo-2 h1 {
    margin: 10px 5px 15px !important;
    font-size: 2.8em !important;
    font-weight: 700 !important;
    text-align: center !important;
    padding-top: 0px !important;
    color: rgb(255, 255, 255) !important;
    background-image: linear-gradient(rgb(255, 255, 255), rgb(27, 222, 192) 20%, rgb(0, 102, 255) 100%) !important;
    -webkit-text-fill-color: transparent !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-font-smoothing: antialiased !important;
}

body .new-promo-2 h2,
body .v2-pricing-one-package.new-promo-2 h2 {
    padding: 10px 5px !important;
    color: rgb(255, 255, 255) !important;
    font-size: 2em !important;
    font-weight: 800 !important;
    max-width: 490px;
    margin-bottom: 5px !important;
    background-image: linear-gradient(rgb(255, 255, 255), rgb(27, 222, 192) 20%, rgb(0, 102, 255) 100%) !important;
    text-align: center !important;
    -webkit-text-fill-color: transparent !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-font-smoothing: antialiased !important;
}

/* Pricing name - critical override */
body .new-promo-2.v2-pricing-one-package .v2-pricing-name,
body .v2-pricing-one-package.new-promo-2 .v2-pricing-name {
    font-size: 1.5em !important;
    font-weight: 700 !important;
    color: rgb(51, 51, 51) !important;
    margin: 5px 0px !important;
    text-align: center !important;
    line-height: 20px !important;
}

/* Pricing card wrapper */
.v2-pricing-card-wrapper {
    position: relative;
    width: 100%;
}

/* Pricing card visibility - CRITICAL - must be at top for priority */
.v2-pricing-card-wrapper .v2-pricing-card {
    display: none !important;
    opacity: 0 !important;
    transition: opacity 0.3s ease !important;
}

.v2-pricing-card-wrapper .v2-pricing-card.active {
    display: block !important;
    opacity: 1 !important;
    animation: fadeInCard 0.3s ease !important;
}

/* Pricing boxes - simplified selectors matching actual HTML structure */
.v2-pricing-card[data-plan="biennial"] .v2-pricing-box.new-promo-2 {
    background: rgb(245, 248, 230) !important;
    border-color: rgb(0, 102, 255) !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

/* Annual and Monthly pricing boxes - simplified selectors */
.v2-pricing-card[data-plan="annual"] .v2-pricing-box.new-promo-2,
.v2-pricing-card[data-plan="monthly"] .v2-pricing-box.new-promo-2 {
    background: linear-gradient(rgb(255, 255, 255), rgba(27, 222, 192, 0.52)) rgb(255, 255, 255) !important;
    border-color: rgb(0, 102, 255) !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    text-align: center !important;
}

/* ============================================
   ORIGINAL STYLES (may be overridden by above)
   ============================================ */
.header .navbar.new-promo-2 {
    padding: 12px 0px 17px;
    margin: 0px;
    background: rgb(0, 19, 44) !important;
}

.v2-pricing-one-package.new-promo-2 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.6;
    color: rgb(51, 51, 51);
    background: rgb(0, 0, 0);
    margin-top: 89px;
}
/*
.v2-pricing-one-package.new-promo-2 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.6;
    color: rgb(51, 51, 51);
    background: rgb(0, 0, 0);
    margin-top: 89px;
    background-image: url("https://res.cloudinary.com/dxb3forgm/image/upload/v1765366482/Asset_8_idtbeq.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
*/
/*
.v2-pricing-one-package.new-promo-2 .blackfriday-banner {
    background: linear-gradient(135deg, #dc2626 0%, #991b1b 100%);
    box-shadow: 0 4px 15px rgba(220, 38, 38, 0.4);
    background-image: url("https://res.cloudinary.com/dxb3forgm/image/upload/v1765364676/Asset_3_ica13m.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

}*/

.v2-pricing-one-package.new-promo-2 .blackfriday-banner {
    background: linear-gradient(135deg, #dc2626 0%, #991b1b 100%);
    box-shadow: 0 4px 15px rgba(220, 38, 38, 0.4);

}

/* Holiday Banners - MISSING STYLES ADDED */
.holiday-banner {
    text-align: center;
    margin-bottom: 20px;
    padding: 12px 20px;
    border-radius: 12px;
    animation: pulse 2s ease-in-out infinite;
}

.blackfriday-banner {
    background: linear-gradient(135deg, #dc2626 0%, #991b1b 100%);
    box-shadow: 0 4px 15px rgba(220, 38, 38, 0.4);
}

.christmas-banner {
    background: linear-gradient(135deg, #059669 0%, #047857 100%);
    box-shadow: 0 4px 15px rgba(5, 150, 105, 0.4);
}

.holiday-banner-text {
    color: white;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    display: block;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.02);
    }
}

@media (max-width: 480px) {
    .holiday-banner-text {
        font-size: 14px;
        letter-spacing: 2px;
    }
}

.v2-pricing-one-package.new-promo-2.tabs-top {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.6;
    color: rgb(51, 51, 51);
    background: rgb(0, 0, 0);
    margin-top: 0px;
}

.v2-pricing-one-package.new-promo-2.tabs-top .v2-pricing-description {
    padding: 50px 0px 30px;
    margin-top: 0px;
}

.new-promo-2.v2-pricing-one-package h1 {
    margin: 5px 5px 15px;
    font-size: 2.8em;
    font-weight: 700;
    text-align: center;
    padding-top: 60px;
    color: rgb(255, 255, 255) !important;
    background-image: linear-gradient(rgb(255, 255, 255), rgb(27, 222, 192) 20%, rgb(0, 102, 255) 100%);
    text-align: center;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-font-smoothing: antialiased;

}

.new-promo-2 h2 {
    padding: 0px 5px;
    color: rgb(255, 255, 255) !important;
    font-size: 30px !important;
    font-weight: 200 !important;
    margin-bottom: 5px !important;
    background-image: linear-gradient(rgb(255, 255, 255), rgb(27, 222, 192) 20%, rgb(0, 102, 255) 100%);
    text-align: center;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-font-smoothing: antialiased;

}

.new-promo-2.bolder {
    color: red;
}

.new-promo-2 .plan-picker-wrapper .plan-picker {
    width: 100%;
    padding: 16px 50px 16px 20px;
    border: 1px solid;
    border-radius: 12px;
    color: white;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    appearance: none;
    transition: 0.3s;
    box-sizing: border-box;
    background: rgb(0, 0, 0) !important;
}

.plan-picker-wrapper .new-promo-2.plan-picker {
    width: 100%;
    padding: 16px 50px 16px 20px;
    border: 1px solid;
    border-radius: 12px;
    color: white;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    appearance: none;
    transition: 0.3s;
    box-sizing: border-box;
    background: rgb(0, 0, 0) !important;
}

.v2-pricing-one-package {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.6;
    color: rgb(51, 51, 51);
    background: rgb(0, 19, 44);
}

.v2-pricing-card[data-plan="biennial"] .v2-pricing-box.new-promo-2 {
    background: rgb(245, 248, 230);
    border-color: rgb(0, 102, 255);
    padding-top: 5px;
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    text-align: center !important;
}

.v2-pricing-card.active .holiday-sale-badge.new-promo-2 {
    color:white;
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
    display: block;
    opacity: 1;
    animation: 0.3s fadeInCard;
    text-align: center;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    position: static !important;
    background: rgb(0, 102, 255) !important;
}

.new-promo-2.v2-pricing-one-package .v2-pricing-name {
    font-size: 1.5em;
    font-weight: 700;
    color: rgb(51, 51, 51);
    margin: 5px 0px;
    text-align: center;
    line-height: 20px;
}

.v2-pricing-card[data-plan="biennial"] .v2-pricing-box.new-promo-2 {
    background: linear-gradient(rgb(255, 255, 255), rgba(27, 222, 192, 0.52)) rgb(255, 255, 255);
    border-color: rgb(0, 102, 255);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    text-align: center !important;
}

/* General pricing recommended price styles - works without holiday class */
.v2-pricing-box .v2-pricing-recommended-price {
    color: rgb(0, 52, 120);
    margin: 5px;
    font-size: 2.5em;
    text-align: center;
    font-weight: 700;
    line-height: 1;
}

.v2-pricing-box .v2-pricing-recommended-price sup {
    font-size: 0.4em;
    vertical-align: super;
}

.v2-pricing-box .v2-pricing-recommended-price sub {
    font-size: 0.35em;
    color: #666;
    font-weight: 400;
}

.v2-pricing-box .v2-pricing-recommended-price span.bf-promo-extra-months {
    color: rgb(220, 38, 38);
    margin: 0px;
    font-size: 0.45em;
    padding-left: 5px;
    font-weight: bolder;
}

/* Holiday-specific overrides */
.new-promo-2.v2-pricing-one-package.holiday-blackfriday .v2-pricing-recommended-price {
    color: rgb(0, 52, 120);
    margin: 5px;
    font-size: 2.5em;
}

.new-promo-2.v2-pricing-one-package.holiday-blackfriday .v2-pricing-recommended-price span.bf-promo-extra-months {
    color: rgb(220, 38, 38);
    margin: 0px;
    font-size: 0.45em;
    padding-left: 5px;
    font-weight: 400;
}

.holiday-sale-badge {
     border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
}

.holiday-sale-badge.new-badge {
   
    position: static;
    right: 126px;
    background: none;
    color: rgb(220, 38, 38);
    border-radius: 20px;
    font-weight: 700;
    font-size: 0.75em;
    letter-spacing: 2px;
    text-transform: uppercase;
    box-shadow: rgba(220, 38, 38, 0.4) 0px 0px 0px;
    white-space: nowrap;
    z-index: 3;
    animation: 2s ease-in-out infinite pulse;
    padding: 0px 16px !important;
    top: 0px !important;
}

.blackfriday-badge {
    right: 118px !important;
    top: 0px !important;
    padding: 7px 16px !important;
}

/* General pricing button styles */
.v2-pricing-box .v2-pricing-button {
    color: rgb(255, 255, 255);
    padding: 18px 50px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 1.4em;
    font-weight: 600;
    display: inline-block;
    transition: 0.3s;
    background: linear-gradient(rgb(0, 102, 255) 0%, rgb(0, 102, 255) 100%);
    box-shadow: rgba(0, 19, 44, 0) 0px 8px 20px;
    margin: 20px 0 10px;
    width: 100%;
    text-align: center;
    border: none;
    cursor: pointer;
}

.v2-pricing-box .v2-pricing-button:hover {
    transform: translateY(-3px);
    box-shadow: rgba(0, 19, 44, 0.2) 0px 12px 30px;
    text-decoration: none;
    color: rgb(255, 255, 255);
}

/* Holiday-specific overrides */
.new-promo-2.v2-pricing-one-package.holiday-blackfriday .v2-pricing-button {
    background: linear-gradient(rgb(0, 102, 255) 0%, rgb(0, 102, 255) 100%);
    box-shadow: rgba(0, 19, 44, 0) 0px 8px 20px;
    padding: 12px;
    margin: 5px;
    border-radius: 10px;
}

.new-promo-2.v2-pricing-one-package.holiday-blackfriday .np2-cta-100 {
    display: block;
    width: 100%;
    padding: 0px;
}

.new-promo-2.v2-pricing-one-package.holiday-blackfriday .cta-LightBlue-v2-pricing-button.v2-pricing-button {
    color: rgb(255, 255, 255);
    padding: 18px 50px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 1.4em;
    font-weight: 600;
    display: inline-block;
    transition: 0.3s;
    background: linear-gradient(rgb(0, 102, 255) 0%, rgb(0, 102, 255) 100%);
    box-shadow: rgba(0, 19, 44, 0) 0px 8px 20px;
    margin: 0px;
    width: 100%;
    text-align: center;
}

/* General moneyback guarantee */
.v2-pricing-box .v2-pricing-moneyback {
    text-align: center;
    color: rgb(0, 19, 44);
    font-weight: 600;
    font-size: 0.9em;
    margin-top: 10px;
}

.new-promo-2.v2-pricing-one-package .v2-pricing-moneyback {
    text-align: center;
    color: rgb(0, 19, 44);
    font-weight: 600;
    font-size: 0.9em;
    margin-top: 10px;
}

/* General original price styles */
.v2-pricing-box .v2-original-pricing-recommended-price {
    font-size: 0.95em;
    color: rgb(153, 153, 153);
    text-align: center;
    margin: 10px 0;
}

.v2-pricing-box .v2-original-pricing-recommended-price strike {
    margin-right: 8px;
}

/* General billing price per month */
.v2-pricing-box .v2-pricing-pricing-recommended-price-per-month {
    text-align: center;
    color: rgb(51, 51, 51);
    font-size: 1em;
    font-weight: 600;
    margin: 15px 0 10px;
}

/* General VAT notice */
.v2-pricing-box .vat-notice {
    text-align: center;
    color: rgb(102, 102, 102);
    font-size: 0.85em;
    margin: 8px 0 15px;
}

/* Holiday-specific overrides */
.new-promo-2.v2-pricing-one-package.holiday-blackfriday .original-v2-pricing-recommended-price {
    font-size: 0.95em;
    color: rgb(153, 153, 153);
    text-align: center;
    margin: 0px !important;
}

.new-promo-2.v2-pricing-one-package.holiday-blackfriday .pricing-v2-pricing-recommended-price-per-month {
    text-align: center;
    color: rgb(51, 51, 51);
    font-size: 1em;
    font-weight: 600;
    margin: 0px;
}

.new-promo-2.v2-pricing-one-package.holiday-blackfriday .vat-notice {
    text-align: center;
    color: rgb(102, 102, 102);
    font-size: 0.85em;
    margin: 0px;
}

/* General BNPL box styles */
.v2-pricing-box .bnpl-box {
    background: rgb(0, 19, 44);
    border: 1px solid rgb(27, 222, 192);
    border-radius: 10px;
    padding: 14px;
    margin: 20px 0;
    text-align: center;
}

.v2-pricing-box .bnpl-title {
    font-weight: 600;
    color: rgb(27, 222, 192);
    font-size: 0.9em;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.v2-pricing-box .bnpl-link {
    font-size: 0.85em;
}

.v2-pricing-box .bnpl-link a {
    color: rgb(255, 255, 255);
    text-decoration: underline;
    transition: color 0.2s;
}

.v2-pricing-box .bnpl-link a:hover {
    color: rgb(27, 222, 192);
}

/* Holiday-specific overrides */
.new-promo-2.v2-pricing-one-package.holiday-blackfriday .bnpl-box {
    background: rgb(0, 19, 44);
    border: 1px solid rgb(27, 222, 192);
    border-radius: 10px;
    padding: 8px;
    margin: 10px 0px;
    text-align: center;
}

.new-promo-2.v2-pricing-one-package.holiday-blackfriday .bnpl-title {
    font-weight: 600;
    color: rgb(27, 222, 192);
    font-size: 0.9em;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.new-promo-2.v2-pricing-one-package.holiday-blackfriday .bnpl-link a {
    color: rgb(255, 255, 255);
    text-decoration: none;
    transition: color 0.2s;
}

/* General addon value styles */
.v2-pricing-box .addon-value {
    background: linear-gradient(135deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
    border: 1px solid rgb(0, 102, 255);
    border-radius: 10px;
    padding: 14px;
    margin: 20px 0;
    text-align: center;
}

.v2-pricing-box .addon-value strong {
    display: block;
    color: rgb(0, 19, 44);
    font-size: 0.9em;
    margin-bottom: 6px;
    font-weight: 600;
}

.v2-pricing-box .addon-value p {
    font-size: 0.85em;
    color: rgb(0, 102, 255);
    margin: 0px;
    line-height: 1.4;
}

/* Holiday-specific overrides */
.new-promo-2.v2-pricing-one-package.holiday-blackfriday .addon-value {
    background: linear-gradient(135deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
    border: 1px solid rgb(0, 102, 255);
    border-radius: 10px;
    padding: 8px;
    margin: 15px 0px;
    text-align: center;
}

.new-promo-2.v2-pricing-one-package.holiday-blackfriday .addon-value strong {
    display: block;
    color: rgb(0, 19, 44);
    font-size: 0.9em;
    margin-bottom: 0px;
}

.new-promo-2.v2-pricing-one-package.holiday-blackfriday .addon-value p {
    font-size: 0.85em;
    color: rgb(0, 102, 255);
    margin: 0px;
    line-height: 1.4;
}

.new-promo-2.v2-pricing-one-package .v2-pricing-description h3, .new-promo-2.v2-pricing-one-package .v2-pricing-description p {
    text-align: center;
    margin-bottom: 30px;
}

.new-promo-2.v2-pricing-one-package .v2-pricing-description h3 {
    text-align: center;
    margin-bottom: 30px;
}

.new-promo-2.v2-pricing-one-package .v2-pricing-description p {
    text-align: left !important;
    margin-bottom: 30px !important;
    color: rgba(255, 255, 255, 0.9) !important;
    font-weight: 200 !important;
    font-size: 2rem !important;
    display: block !important;
    visibility: visible !important;
}

.new-promo-2.v2-pricing-one-package .v2-pricing-description li {
    margin-bottom: 22px !important;
    position: relative !important;
    padding-left: 40px !important;
    font-size: 1rem !important;
    color: rgb(255, 255, 255) !important;
    display: list-item !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.new-promo-2.v2-pricing-one-package .v2-pricing-description .yes {
    font-size: 1.9rem !important;
}

.new-promo-2.v2-pricing-one-package .v2-pricing-description li a {
    color: rgb(27, 222, 192);
    text-decoration: none;
    cursor: pointer;
}

a {
    color: rgb(33, 142, 193);
    border-bottom-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: rgb(170, 206, 223);
    background-color: transparent;
}

.new-promo-2.v2-pricing-one-package .v2-pricing-description li::before {
    position: absolute;
    left: 0px;
    font-weight: bold;
    font-size: 1.2em;
    content: url("https://res.cloudinary.com/dxb3forgm/image/upload/v1764033634/Privacy-Icon-CactusVPN_ut0tgq.svg") !important;
    color: rgb(27, 222, 192) !important;
    width: 25px !important;
    height: 25px !important;
    box-sizing: content-box !important;
}

.new-promo-2.v2-pricing-one-package .np2.v2-pricing-description li.yes.np2-smart-dns-icon::before {
    position: absolute;
    left: -7px;
    font-weight: bold;
    font-size: 1.2em;
    content: url("https://res.cloudinary.com/dxb3forgm/image/upload/v1764076363/AdobeStock_1004124640_copy_br6ynb.svg") !important;
    color: rgb(27, 222, 192) !important;
    width: 40px !important;
    height: 40px !important;
    box-sizing: content-box !important;
}

.new-promo-2.v2-pricing-one-package .np2.v2-pricing-description li.yes.np2-ContentGenius-icon::before {
    position: absolute;
    left: -5px;
    font-weight: bold;
    font-size: 1.2em;
    content: url("https://res.cloudinary.com/dxb3forgm/image/upload/v1764038272/ContentGeniusAI-2-logo_i2ve9m.svg") !important;
    color: rgb(27, 222, 192) !important;
    width: 35px !important;
    height: 40px !important;
    box-sizing: content-box !important;
}

.new-promo-2.v2-pricing-one-package .np2.v2-pricing-description li.yes.np2-CloudConverter-icon::before {
    position: absolute;
    left: -7px;
    font-weight: bold;
    font-size: 1.2em;
    content: url("https://res.cloudinary.com/dxb3forgm/image/upload/v1764038242/CloudConverter-io-bg-logo_wjfeiq.svg") !important;
    color: rgb(27, 222, 192) !important;
    width: 40px !important;
    height: 40px !important;
    box-sizing: content-box !important;
}

.new-promo-2.v2-pricing-one-package .np2.v2-pricing-description li.yes.np2-BNPL-icon::before {
    position: absolute;
    left: 0px;
    font-weight: bold;
    font-size: 1.2em;
    content: url("https://res.cloudinary.com/dxb3forgm/image/upload/v1764033634/Privacy-Icon-CactusVPN_ut0tgq.svg") !important;
    color: rgb(27, 222, 192) !important;
    width: 25px !important;
    height: 25px !important;
    box-sizing: content-box !important;
}

.new-promo-2.v2-pricing-one-package .np2.v2-pricing-description li.yes.np2-30DMBG-icon::before {
    position: absolute;
    left: 0px;
    font-weight: bold;
    font-size: 1.2em;
    content: url("https://res.cloudinary.com/dxb3forgm/image/upload/v1764033634/Privacy-Icon-CactusVPN_ut0tgq.svg") !important;
    color: rgb(27, 222, 192) !important;
    width: 25px !important;
    height: 25px !important;
    box-sizing: content-box !important;
}

.new-promo-2.v2-pricing-one-package .np2.v2-pricing-description li.yes.np2-salesale-icon::before {
    position: absolute;
    left: 0px;
    font-weight: bold;
    font-size: 1.2em;
    content: url("https://res.cloudinary.com/dxb3forgm/image/upload/v1764033634/Privacy-Icon-CactusVPN_ut0tgq.svg") !important;
    color: rgb(27, 222, 192) !important;
    width: 25px !important;
    height: 25px !important;
    box-sizing: content-box !important;
}

.new-promo-2.v2-pricing-one-package .v2-pricing-description {
    background: rgb(0, 19, 44) !important;
    padding-bottom: 220px;
    margin-top: 60px !important;
    display: block !important;
    width: 100% !important;
    overflow: visible !important;
}

@media (max-width: 480px) {
    .new-promo-2.v2-pricing-one-package .v2-pricing-description {
        padding-bottom: 60px !important;
    }
}


.new-promo-2.v2-pricing-one-package .v2-pricing-description ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.new-promo-2.v2-pricing-one-package .v2-pricing-description .col-md-4,
.new-promo-2.v2-pricing-one-package .v2-pricing-description .col-sm-4 {
    margin-bottom: 30px !important;
}



@media (max-width: 767px) {
    .np2.v2-pricing-description .title {
        font-size: 2.8em;
        font-weight: 600;
        line-height: 50px;
        margin: 0px 0px 24px;
        color: rgb(255, 255, 255);
        background-image: linear-gradient(rgb(255, 255, 255), rgb(27, 222, 192) 20%, rgb(0, 102, 255) 100%);
        text-align: center;
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-font-smoothing: antialiased;
        text-transform: capitalize !important;
    }
}

.new-promo-2.v2-pricing-customer-reviews-ctr {
    background: rgb(0, 0, 0);
padding-bottom: 100px;
}

@media (max-width: 768px) {
    .new-promo-2.v2-pricing-customer-reviews-ctr {
        padding-bottom: 110px;
    }
}

.new-promo-2.v2-pricing-customer-reviews-ctr .home-customer-reviews .light-review-bg {
    padding-top: 40px;
    padding-bottom: 60px;
    background: rgb(0, 19, 44) !important;
}

.new-promo-2.v2-pricing-customer-reviews-ctr .home-customer-reviews .dark-review-bg {
    padding-top: 40px;
    padding-bottom: 40px;
    background: rgb(0, 0, 0) !important;
}

.content-row.pricing-customer-reviews {
    padding-top:100px!important;
}


.new-promo-2.v2-pricing-customer-reviews-ctr .content-row.pricing-customer-reviews p.review {
    line-height: 38px;
    color: rgb(255, 255, 255);
}

.new-promo-2.v2-pricing-customer-reviews-ctr .content-row.pricing-customer-reviews p.review.ft1-review-p {
    line-height: 26px;
    color: rgb(255, 255, 255);
}

@media (max-width: 767px) {}
    .new-promo-2.v2-pricing-customer-reviews-ctr .home-customer-reviews .title {
        font-size: 2.8em;
        font-weight: 600;
        line-height: 50px;
        margin: 0px 0px 24px;
        color: rgb(255, 255, 255);
        background-image: linear-gradient(rgb(255, 255, 255), rgb(27, 222, 192) 20%, rgb(0, 102, 255) 100%);
        text-align: center;
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-font-smoothing: antialiased;
        text-transform: capitalize !important;
    }

    .medium-gradient-text {
        text-align: center;
        -webkit-text-fill-color: transparent;
    }

    .new-promo-2.v2-pricing-customer-reviews-ctr .home-customer-reviews p.review.ft1-review-p {
        margin-bottom: 40px;
    }

    .new-promo-2.v2-pricing-customer-reviews-ctr .home-customer-reviews p.review.ft1-review-p {
        font-weight: 300;
    }

    .new-promo-2.v2-pricing-customer-reviews-ctr .home-customer-reviews p.review.ft1-review-p {
        font-size: 1.6em;
        font-style: normal;
        padding: 25px 20px 0px;
        font-weight: 400;
        line-height: 34px !important;
    }

    .new-promo-2.v2-pricing-customer-reviews-ctr .home-customer-reviews p.review {
        margin-bottom: 40px;
    }

    .new-promo-2.v2-pricing-customer-reviews-ctr .home-customer-reviews p.review {
        font-weight: 500;
    }

    .new-promo-2.v2-pricing-customer-reviews-ctr .home-customer-reviews p.review {
        font-size: 1.6em;
        line-height: 24px;
        font-style: normal;
        padding: 25px 20px 0px 21px;
    }


.new-promo-2.v2-pricing-customer-reviews-ctr .home-customer-reviews .author .photo.meir {
    background-image: url("https://res.cloudinary.com/dxb3forgm/image/upload/v1764038373/72C3C1D0-4B2D-4D15-B082-B0AAC828181F_u0rjf6.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.new-promo-2.v2-pricing-customer-reviews-ctr .home-customer-reviews .author .photo.parish {
    background-image: url("https://res.cloudinary.com/dxb3forgm/image/upload/v1764038372/15AB8535-72E1-40EF-8918-41B4A3E6AAB2_dgn4w0.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.new-promo-2.v2-pricing-customer-reviews-ctr .home-customer-reviews .author .photo.tomspark {
    background-image: url("https://res.cloudinary.com/dxb3forgm/image/upload/v1764038370/Tom-Spark_profile_gbge6l.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.new-promo-2.v2-pricing-customer-reviews-ctr .home-customer-reviews .author .photo {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    display: inline-block;
    margin: 0px;
    border-radius: 20px;
    border: 3px solid rgb(255, 255, 255);
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 40px;
  margin-top: 50px;
}

.benefit-card {
  padding: 40px;
  background: #f8f9ff;
  border-radius: 15px;
  border-left: 5px solid #667eea;
}

.benefit-card h3 {
  color: #667eea;
  margin-bottom: 15px;
  font-size: 1.3em;
}

.benefit-card p {
  color: #666;
  line-height: 1.7;
}

.paypal-pay-later-section  {
    background: white;
}
*, ::after, ::before {
    box-sizing: border-box;
}

* {
    margin: 0px;
    padding: 0px;
    border: 0px;
    position: relative;
}

[class="fa"]::before {
    font-family: fontawesome, sans-serif;
}

section.tab-cc-section {
    background: rgb(0, 19, 44);
}

div.tab-cc {
    background: rgb(0, 19, 44);
    width: 90%;
    max-width: 70rem;
    min-width: 0;
    height: 50vw;
    margin: 4rem auto;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 6px;
    box-sizing: border-box;
}

@media (max-width: 480px) {
    div.tab-cc {
        width: 95%;
        min-width: 0;
    }
}

article.tab-cc {
    inset: 5rem 0px 0px;
    padding: 1rem 0rem 0px;
    overflow: visible;
    transition: 0.7s 0.1s;
    transform: scale(0);
    transform-origin: right center;
    position: absolute;
}

article.tab-cc::before {
    color: rgba(0, 0, 0, 0.2);
    font-size: 4rem;
    font-weight: 100;
    position: absolute;
    bottom: 1rem;
    right: 1rem;
}

.addons-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    justify-content: center;
    margin: 0 auto;
    max-width: 100%;
    box-sizing: border-box;
}

/* Desktop: Keep all 3 items in one row - Higher specificity */
/* Apply from 768px and up to ensure all desktop sizes get 3 columns */
@media (min-width: 768px) {
    .addons-grid,
    .addons-section .addons-grid,
    .np2.addons-section .addons-grid,
    .container .addons-grid,
    .addons-section .container .addons-grid {
        grid-template-columns: repeat(3, 1fr) !important;
        display: grid !important;
        gap: 30px !important;
        align-items: stretch !important;
    }
    
    /* Ensure grid items have equal widths */
    .addons-grid > *,
    .addons-section .addons-grid > *,
    .np2.addons-section .addons-grid > *,
    .addons-grid .server-card-2,
    .addons-section .addons-grid .server-card-2,
    .np2.addons-section .addons-grid .server-card-2 {
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        height: 80% !important;
        box-sizing: border-box !important;
    }
}

/* For Desktop */
@media (min-width: 1024px) {
    .addons-section .container {
        width: 1000px;
        margin: 0 auto; /* This will center the container */
    }
}
/* Mobile: Display addons-grid as block instead of grid */
@media (max-width: 767px) {
    .addons-grid {
        display: block !important;
        grid-template-columns: 1fr !important;
    }

    .addons-grid > :nth-child(-n+2) {
        margin-bottom: 25px;
    }
}

h2.tab-cc {
    font-size: 2.5rem;
    font-weight: 600;
    text-align: center;
    color: rgb(255, 255, 255);
}

body > h2.tab-cc {
    height: auto;
}

h2.tab-cc img.tab-cc {
    width: 120px;
    height: auto;
    background: rgb(249, 249, 249);
    border: 5px solid rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    padding: 5px;
    display: block;
    margin: 0px auto;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 7px;
}

h2.tab-cc span.tab-cc {
    font-family: "Great Vibes";
    font-weight: 400;
    display: block;
    margin-bottom: 1rem;
}

footer.tab-cc ul.tab-cc {
    width: 100%;
    color: rgb(255, 255, 255);
}

footer.tab-cc li.tab-cc {
    list-style-type: none;
    float: left;
    width: 20%;
    text-align: center;
    font-size: 3rem;
    font-weight: 100;
}

footer.tab-cc li.tab-cc::before {
    display: block;
    text-align: center;
    font-size: 3rem;
    font-weight: 100;
}

p.tab-cc, dl.tab-cc, ol.tab-cc {
    line-height: 1.5;
    font-size: 1.3rem;
}

ol.tab-cc li.tab-cc {
    margin: 0px 0px 0.5rem 1rem;
}

dt.tab-cc {
    font-size: 1.6rem;
    font-weight: 600;
    text-indent: 1.5rem;
}

nav.tab-cc {
    background: rgb(255, 255, 255);
    width: 100%;
    height: 5rem;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 6px;
    place-items: center;
    vertical-align: middle;
    border: 1px solid rgb(27, 222, 192);
}

nav.tab-cc span {
    background: none;
    width: 100%;
    height: auto;
    padding: 10px 20px;
}

nav.tab-cc::after {
    content: "";
    width: 33%;
    height: 5rem;
    background: rgb(0, 102, 255);
    transition: 0.5s;
    position: absolute;
}

input.tab-cc {
    display: none;
}

label.tab-cc {
    width: 33%;
    float: left;
    color: rgb(0, 19, 44);
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    transition: 0.5s;
    z-index: 2;
    height: -webkit-fill-available;
    justify-content: center;
    align-items: center;
    margin: 0px;
    padding: 13px;
}

label.tab-cc:hover {
    color: rgb(30, 103, 67);
}

label.tab-cc::before {
    display: block;
    font-size: 3rem;
    line-height: 5rem;
    z-index: 2;
}

#tab-cc-profile:checked ~ nav.tab-cc [for="tab-cc-profile"], #tab-cc-settings:checked ~ nav.tab-cc [for="tab-cc-settings"], #tab-cc-posts:checked ~ nav.tab-cc [for="tab-cc-posts"], #tab-cc-books:checked ~ nav.tab-cc [for="tab-cc-books"] {
    color: var(--wp--preset--color--white);
    background: rgb(0, 102, 255);
    font-weight: 600;
}

#tab-cc-settings:checked ~ nav.tab-cc [for="tab-cc-settings"] {
}

#tab-cc-profile:checked ~ nav.tab-cc [for="tab-cc-profile"] {
}

#tab-cc-profile:checked ~ nav.tab-cc::after {
    left: 0px;
}

#tab-cc-settings:checked ~ nav.tab-cc::after {
    left: 33%;
    border-top-width: 0px;
    border-top-style: none;
    border-top-color: currentcolor;
}

#tab-cc-posts:checked ~ nav.tab-cc::after {
    left: 66%;
}

#tab-cc-books:checked ~ nav.tab-cc::after {
    left: 75%;
}

#tab-cc-profile:checked ~ .uno, #tab-cc-settings:checked ~ .dos, #tab-cc-posts:checked ~ .tres, #tab-cc-books:checked ~ .cuatro {
    display: block;
    transform: scale(1);
    transition-delay: 0.5s;
}

a.tab-cc {
    color: rgba(0, 0, 0, 0.4);
}

a.tab-cc:hover {
    color: rgba(0, 0, 0, 0.2);
}

.new-promo-2.v2-pricing-customer-reviews-ctr .home-customer-reviews .author.featured-review .photo {
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: left center;
    position: initial;
    width: 100px;
    height: 100px;
    display: inline-block;
    margin: 0px 0px 10px;
}

.new-promo-2.v2-pricing-customer-reviews-ctr .home-customer-reviews .author.featured-review .photo.small-photo {
    background-repeat: no-repeat;
    background-size: 100% auto;
    float: left;
    width: 100px;
    height: 100px;
    display: inline-block;
    margin: 0px 0px 10px;
    border-radius: 15px;
    background-position: left center !important;
    border: 2px solid rgb(0, 102, 255) !important;
}

.new-promo-2.v2-pricing-customer-reviews-ctr .home-customer-reviews .small-photo-1 {
    width: 100%;
    padding: 0px;
    box-sizing: border-box;
    display: inline-block !important;
}

.new-promo-2.v2-pricing-customer-reviews-ctr .home-customer-reviews .small-photo-1 .ft1-reviewer-info {
    width: 100%;
    padding: 0px 5px;
    margin: 0px 0px 40px;
    box-sizing: border-box;
    display: inline-block !important;
}

.new-promo-2.v2-pricing-customer-reviews-ctr .home-customer-reviews .author .photo.large-photo {
    background-repeat: no-repeat;
    background-position: center center;
    width: 90%;
    height: 500px;
    display: inline-block;
    margin: 0px 0px 10px;
    border-radius: 20px;
}

.new-promo-2.v2-pricing-customer-reviews-ctr .home-customer-reviews .author .photo.large-photo {
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 450px;
    display: inline-block;
    margin: 0px 0px 10px;
    border-radius: 25px;
    border: 1px solid rgb(0, 102, 255);
}

.new-promo-2.v2-pricing-customer-reviews-ctr .home-customer-reviews .v2-pricing-name.ft1 {
    display: inline-block;
    float: left;
    text-align: left;
    width: 100%;
    color: rgb(255, 255, 255)!important;
}

.new-promo-2.v2-pricing-customer-reviews-ctr .home-customer-reviews .position.ft1 {
    display: inline-block;
    float: left;
    width: 100%;
    text-align: left;
    color: rgb(255, 255, 255);
}

.new-promo-2.v2-pricing-customer-reviews-ctr .home-customer-reviews .v2-pricing-name {
    color: rgb(255, 255, 255)!important;
    text-align: left !important;
}

.new-promo-2.v2-pricing-customer-reviews-ctr .home-customer-reviews .position {
    color: rgb(0, 102, 255);
}

.new-promo-2.v2-pricing-customer-reviews-ctr .home-customer-reviews .author .review-image-block {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: auto;
}

.new-promo-2.v2-pricing-customer-reviews-ctr .home-customer-reviews .author .review-info-block {
    display: inline-block;
    padding: 0px 0px 20px;
    margin-bottom: 0px;
    vertical-align: middle;
    width: 100%;
    height: auto;
    text-align: left !important;
}

.new-promo-2.v2-pricing-customer-reviews-ctr .home-customer-reviews .author {
    text-align: left;
    padding: 0px 10px;
    width: 100%;
    height: auto;
}

.new-promo-2.v2-pricing-customer-reviews-ctr .home-customer-reviews .author .col-xs-6 {
    vertical-align: middle;
    width: 50% !important;
}

.np2.devices-section {
    padding: 0px;
    /* background: rgb(0, 19, 44); */
}

.np2.devices-section .section-header h2 {
    font-size: 2.8em;
    font-weight: 600;
    line-height: 40px;
    margin: 0px 0px 24px;
    color: rgb(255, 255, 255);
    background-image: linear-gradient(90deg, rgb(255, 255, 255), rgb(27, 222, 192) 20%, rgb(0, 102, 255) 100%);
    text-align: center;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-font-smoothing: antialiased;
    text-transform: none!important;

}

.np2.devices-section .section-header h2 {
    font-size: 1.6em;
    color: rgb(255, 255, 255);
    margin: 0px auto 24px auto;
    max-width: 520px;

}

.np2.devices-section .section-header p {
    font-size: 1.1em;
    color: rgb(255, 255, 255);
    max-width: 500px;
    margin: 20px auto;
    padding: 0px 30px;
    text-align: left;

}

.np2.devices-section .devices-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 10px;
    margin-top: 50px;
}

@media (max-width: 980px) {
    .features-grid, .np2.devices-section .devices-grid, .benefits-grid, .servers-grid {
        grid-template-columns: 1fr;
    }
}

.np2.devices-section .device-card {
    background: white;
    padding: 60px 20px;
    border-radius: 15px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 25px;
}

.np2.devices-section .device-card.np2-desktop-box {
    background: no-repeat rgb(0, 0, 0);
    padding: 20px;
    border-radius: 15px;
    text-align: center;
    height: 300px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 25px;
}

.np2.devices-section .device-card.np2-desktop-box.np2-devices-cta {
    background: no-repeat rgb(0, 0, 0);
    padding: 20px;
    border-radius: 15px;
    text-align: center;
    height: 154px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 25px;
}

.np2.devices-section .device-card.np2-desktop-box.np2-devices-cta .np2-cta-100 {
    display: block;
    width: 100%;
    padding: 0px 10px 12px;
    background: rgb(0, 19, 44);
    border-radius: 10px;
    border: 1px solid rgb(0, 0, 0);
}

.np2.devices-section .device-card.np2-desktop-box.np2-devices-cta .np2-cta-100 .v2-pricing-moneyback {
    text-align: left;
    color: rgb(255, 255, 255);
    font-weight: 400;
    font-size: 0.8em;
    line-height: 20px;
    margin: 10px 0px 8px;
    background: rgb(0, 19, 44);
    padding: 0px 0px 0px 10px;
}

.np2.devices-section .device-card.np2-desktop-box.np2-devices-cta.cta-white-v2-pricing-button {
    color: rgb(255, 255, 255);
    padding: 20px 50px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 1.4em;
    font-weight: 600;
    display: inline-block;
    transition: 0.3s;
    background: linear-gradient(rgb(76, 147, 255) 0%, rgb(0, 102, 255) 100%);
    box-shadow: rgba(0, 19, 44, 0.2) 0px 8px 20px;
    margin: 0px;
    width: 100%;
    text-align: center;
}

.np2.devices-section .device-card.np2-desktop-box.np2-devices-cta .cta-LightBlue-v2-pricing-button {
    color: rgb(255, 255, 255);
    padding: 18px 50px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 1.4em;
    font-weight: 600;
    display: inline-block;
    transition: 0.3s;
    background: linear-gradient(rgb(0, 102, 255) 0%, rgb(0, 102, 255) 100%);
    box-shadow: rgba(0, 19, 44, 0) 0px 8px 20px;
    margin: 0px;
    width: 100%;
    text-align: center;
}

.np2.devices-section .device-card.np2-desktop-box .np2-device-half {
    background-position: center center;
    background-image: url("https://res.cloudinary.com/dxb3forgm/image/upload/v1764079328/TEST2_kbeeho.svg");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 20px;
    border-radius: 15px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 25px;
    display: inline;
    width: 50%;
    height: 100%;
    float: left;
}

.np2.devices-section .device-card.np2-desktop-box .np2-device-half.np2-right {
    background-position: center center;
    background-image: url("https://res.cloudinary.com/dxb3forgm/image/upload/v1764207800/DEVICE-MOCKUP-V1.3_enuk8j.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 20px;
    border-radius: 0px 15px 15px 0px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 25px;
    display: inline;
    width: 50%;
    height: 100%;
    float: right;
}

.np2.devices-section .device-card.np2-desktop-box .np2-device-half-box {
    padding: 20px;
    border-radius: 15px 0px 0px 15px;
    text-align: center;
    display: inline-grid;
    width: 50%;
    height: 100%;
    background: rgb(255, 255, 255);
}

.np2.devices-section .device-card.np2-desktop-box.np2-device-logo-box .np2-device-half-box.np2-float-left {
    padding: 20px;
    border-radius: 15px 0px 0px 15px;
    text-align: center;
    display: inline-grid;
    width: 50%;
    height: 100%;
    background: rgb(255, 255, 255);
    float: left;
}

.np2.devices-section .device-card.np2-desktop-box .device-icon {
    font-size: 3em;
    margin-bottom: 0px;
    width: 100%;
    height: 100%;
    display: inline-block;
    box-sizing: border-box;
}

@media (max-width: 980px) {
    .np2.devices-section .section-header h2 {
        font-size: 2.2em;
        padding: 0px 50px;
        text-transform: none !important;
    }
}

@media (max-width: 767px) {
    h2 {
        font-size: 30px;
    }
}

.np2.benefits-section {
    padding: 100px 0px;
    background: rgb(0, 0, 0);
}

.np2.devices-section img {
    vertical-align: bottom;
    width: 100%;
    height: auto;
}

.pay-later-img-1 {
    margin: 30px 0px 0px;
    border-radius: 30px;
}

.pay-later-img-1 img {
    border-radius: 20px;
}

.author-img-1 {
    margin: 30px -25px 150px 0px;
    border-radius: 30px;
    padding: 60px;
    background: #00132c;

}
.author-img-1 h2 {
    font-size: 1em !important;
    font-weight: 800 !important;
    max-width: 490px;
    margin: auto;

}

.author-img-1 img {
    border-radius: 20px;
    width: 100%;
    height: 100%;
    background-size: cover;

}
.author-img-1 .author-overlay-np2 {
    margin: 0px 0px 0px;
    border-radius: 30px;
    position: absolute;
    width: 100%;
    overflow-wrap: normal;
    height: 100%;
    background: rgba(3, 3, 3, 0.78);
    text-align: center;
    left: 0;
    top: 0;
    color: #fff;
    z-index: 1;
    padding: 140px 30px 30px 30px;
    font-size: 2em;
    vertical-align: middle;
    font-weight: 800;

}
.author-img-1 .author-overlay-np2 .author-site{
    font-size: .25em;
    margin-bottom: 30px;

}
.author-img-1 .author-overlay-np2 .author-name-np2 {
    font-size: .3em;
    margin-top: 20px;
    margin-bottom: 0px;

}
.author-img-1 .author-overlay-np2 .author-cta-np2 {
    line-height: 40px;
    font-size:1.2em !important;
    max-width: 430px;
    margin: auto;
    vertical-align: bottom;

}
.author-img-1 .author-overlay-np2 .author-cta-np2 a {
    line-height: 60px;
    font-size: .8em !important;
    max-width: 480px;
    margin: auto;
    vertical-align: bottom;
    color: #a2c703;
    margin-top: 10px;
    border-bottom: 1px solid rgba(162, 199, 3, 0.4);

}

.pay-later-img-2 {
    margin: 30px 0px;
}

.devices-image-box {
    display: inline-grid;
    float: none;
    width: 20%;
    height: auto;
    position: static;
    box-sizing: border-box;
}

.devices-image-box img {
    height: auto;
}

.devices-text-box {
    display: inline-grid;
    float: none;
    position: static;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    margin: 10px 0px 0px;
}

.benefit-card {
    padding: 40px;
    background: rgb(248, 249, 255);
    border-radius: 15px;
    border-left-width: 5px;
    border-left-style: solid;
    border-left-color: rgb(102, 126, 234);
}

.benefit-card-2 {
    padding: 40px;
    background: rgb(248, 249, 255);
    border-radius: 15px;
    border-left-width: 0px;
    border-left-style: solid;
    border-left-color: rgb(102, 126, 234);
}

.whycvpn .benefit-card-2 {
    padding: 40px;
    background: rgb(0, 19, 44);
    border-radius: 15px;
    border-left-width: 0px;
    border-left-style: solid;
    border-left-color: #89b906;
    color: rgb(0, 19, 44);
    font-weight: 500;
    background: linear-gradient(rgb(255, 255, 255), rgba(27, 222, 192, 0.52)) rgb(255, 255, 255);

}

.whycvpn .benefit-card-2 h3 {
    margin: 0px 0px 10px;
    font-size: 1.8em;
    font-weight: 600;

}

.whycvpn .benefit-card-2 p {
    font-size: 1.2em;
    color: rgb(0, 19, 44);
    max-width: 800px;
    margin: 0px auto;

}

.server-card-2 {
    padding: 40px;
    background-image: linear-gradient(90deg, rgb(255, 255, 255), rgb(27, 222, 192) 20%, rgb(0, 102, 255) 100%);
    text-align: center;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-font-smoothing: antialiased;
    border-radius: 20px;
    box-sizing: border-box;
    border: 3px solid rgb(27, 222, 192);
    height: 100%;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 0;
    max-width: 100%;
}

.server-card-2.blu {
    padding: 40px;
    background-image: linear-gradient(90deg, rgb(255, 255, 255), rgb(27, 222, 192) 20%, rgb(0, 102, 255) 100%);
    text-align: center;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-font-smoothing: antialiased;
    border-radius: 20px;
    box-sizing: border-box;
    border: 3px solid rgb(0, 102, 255);
    height: 100%;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 0;
    max-width: 100%;
}

.server-card-2 h3 {
    margin: 20px 0px 10px;
    background-image: linear-gradient(90deg, rgb(255, 255, 255), rgb(27, 222, 192) 20%, rgb(0, 102, 255) 100%);
    text-align: center;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-font-smoothing: antialiased;
}

.server-card-2 p {
    margin: 20px 0px 10px;
    background-image: linear-gradient(90deg, rgb(255, 255, 255), rgb(27, 222, 192) 20%, rgb(0, 102, 255) 100%);
    text-align: center;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-font-smoothing: antialiased;
}

.section-header.np2 {
    text-align: center;
    margin: 70px 0px;
}

.v2-pricing-description-section {
    background: linear-gradient(rgb(0, 0, 0) 0%, rgb(0, 19, 44) 100%);
}

.v2-pricing-plan-comparison-section {
    background: linear-gradient(rgb(0, 0, 0) 0%, rgb(0, 19, 44) 100%);
    padding-bottom: 70px;

}
.v2-pricing-plan-comparison-section .table-bordered {
    padding: 30px;
    border-radius: 20px;
    background: #000;
    border: 1px solid rgba(0, 102, 255, 0.63);

}


.v2-pricing-plan-comparison-section .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0px;
    color: rgb(255, 255, 255);

}

.v2-pricing-plan-comparison-section .bd-example {
    background: rgb(0, 19, 44);
    padding: 65px;
    border-radius: 20px;

}

.v2-pricing-plan-comparison-section .bnpl-table .table th.table-active {
    text-align: center;
}

.v2-pricing-plan-comparison-section .table span::before {
    left: 70px;
    position: static;
    display: inline-block;
    font-weight: bold;
    font-size: 1em;
    text-align: center;
    align-content: center;
    content: url("https://res.cloudinary.com/dxb3forgm/image/upload/v1764033634/Privacy-Icon-CactusVPN_ut0tgq.svg") !important;
    color: rgb(27, 222, 192) !important;
    width: 30px !important;
    height: 35px !important;
    box-sizing: content-box !important;
}
.v2-pricing-plan-comparison-section .table span.smart-dns-icon::before {
left: 70px;
position: static;
display: inline-block;
font-weight: bold;
font-size: 1em;
text-align: center;
align-content: center;
content: url("https://res.cloudinary.com/dxb3forgm/image/upload/v1764076363/AdobeStock_1004124640_copy_br6ynb.svg") !important;
color: rgb(27, 222, 192) !important;
width: 30px !important;
height: 35px !important;
box-sizing: content-box !important;
}

.v2-pricing-plan-comparison-section .table span.np2-no::before {
    left: 70px;
    position: static;
    display: inline-block;
    font-weight: bold;
    font-size: 1em;
    text-align: center;
    align-content: center;
    content: url("https://res.cloudinary.com/dxb3forgm/image/upload/v1764875906/not-included-x_naj0pl.svg") !important;
    color: rgb(27, 222, 192) !important;
    width: 30px !important;
    height: 35px !important;
    box-sizing: content-box !important;
}

.v2-pricing-plan-comparison-section .table span.np2-CCAI::before {
    left: 70px;
    position: static;
    display: inline-block;
    font-weight: bold;
    font-size: 1em;
    text-align: center;
    align-content: center;
    content: url("https://res.cloudinary.com/dxb3forgm/image/upload/v1764038272/ContentGeniusAI-2-logo_i2ve9m.svg") !important;
    color: rgb(27, 222, 192) !important;
    width: 30px !important;
    height: 35px !important;
    box-sizing: content-box !important;
}

.v2-pricing-plan-comparison-section .table span.np2-CCIO::before {
    left: 70px;
    position: static;
    display: inline-block;
    font-weight: bold;
    font-size: 1em;
    text-align: center;
    align-content: center;
    content: url("https://res.cloudinary.com/dxb3forgm/image/upload/v1764038242/CloudConverter-io-bg-logo_wjfeiq.svg") !important;
    color: rgb(27, 222, 192) !important;
    width: 30px !important;
    height: 35px !important;
    box-sizing: content-box !important;
}

.v2-pricing-plan-comparison-section .table tbody th {
    vertical-align: middle;
}

.bnpl-comparison-section {
    padding: 70px 0px;
    background: linear-gradient(rgb(0, 0, 0) 0%, rgb(0, 19, 44) 100%);

}
.bnpl-comparison-section .table-bordered {
    border: 1px solid rgba(0, 102, 255, 0.63);
    padding: 30px;
    background: #000;
    border-radius: 20px;

}

.bnpl-comparison-section .bnpl-table .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    color: rgb(255, 255, 255);
}

.bnpl-comparison-section .bd-example {
    background: rgb(0, 19, 44);
    padding: 65px;
    border-radius: 20px;

}

.bnpl-comparison-section .bnpl-table .table th.table-active {
    text-align: right;

}

.bnpl-comparison-section .bnpl-table .table span::before {
    position: initial;
    left: 70px;
    float: right;
    font-weight: bold;
    font-size: 1.2em;
    text-align: center;
    content: url("https://res.cloudinary.com/dxb3forgm/image/upload/v1764033634/Privacy-Icon-CactusVPN_ut0tgq.svg") !important;
    color: rgb(27, 222, 192) !important;
    width: 25px !important;
    height: 30px !important;
    box-sizing: content-box !important;
    margin-right: 10px;

}

.bnpl-comparison-section .bnpl-table .table span.np2-no::before {
    position: initial;
    left: 70px;
    float: right;
    font-weight: bold;
    font-size: 1.2em;
    text-align: right;
    content: url("https://res.cloudinary.com/dxb3forgm/image/upload/v1764875906/not-included-x_naj0pl.svg") !important;
    color: rgb(27, 222, 192) !important;
    width: 25px !important;
    height: 25px !important;
    box-sizing: content-box !important;
    margin-right: 10px;

}

.bnpl-comparison-section .table tbody th {
    vertical-align: middle;
}
.bnpl-comparison-section .table tbody td {
    text-align: right;

}
.bnpl-comparison-section .table span {
    display: inline;

}

.reviews-btm {
    background: rgb(0, 0, 0);
    padding: 0px 30px 70px;
}

.reviews-btm .new-promo-2.v2-pricing-customer-reviews-ctr .home-customer-reviews .light-review-bg {
    padding-top: 40px;
    padding-bottom: 60px;
    border-radius: 40px;
    margin-top: 30px;
    border: 1px solid rgb(27, 222, 192);
    background: rgb(0, 19, 44) !important;
}

.reviews-btm .new-promo-2.v2-pricing-customer-reviews-ctr .home-customer-reviews .dark-review-bg {
    padding-top: 40px;
    padding-bottom: 60px;
    border-radius: 40px;
    border: 1px solid rgb(0, 102, 255);
    margin-top: 30px;
}

.addons-header .title {
    font-size: 2.8em;
    font-weight: 600;
    line-height: 50px;
    margin: 0px 0px 24px;
    color: rgb(255, 255, 255);
    background-image: linear-gradient(rgb(255, 255, 255), rgb(27, 222, 192) 20%, rgb(0, 102, 255) 100%);
    text-align: center;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-font-smoothing: antialiased;
    text-transform: capitalize !important;
}

.new-promo-2.v2-pricing-customer-reviews-ctr .home-customer-reviews .title {
    font-size: 2.8em;
    font-weight: 600;
    line-height: 50px;
    margin: 0px;
    color: rgb(255, 255, 255);
    background-image: linear-gradient(rgb(255, 255, 255), rgb(27, 222, 192) 20%, rgb(0, 102, 255) 100%);
    text-align: center;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-font-smoothing: antialiased;
    text-transform: capitalize !important;
}

.servers-section .section-header .title {
    font-size: 2.8em;
    font-weight: 600;
    line-height: 50px;
    margin: 0px 0px 24px;
    color: rgb(255, 255, 255);
    background-image: linear-gradient(rgb(255, 255, 255), rgb(27, 222, 192) 20%, rgb(0, 102, 255) 100%);
    text-align: center;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-font-smoothing: antialiased;
    text-transform: capitalize !important;
}

.benefits-section .section-header .title {
    font-size: 2.8em;
    font-weight: 600;
    line-height: 50px;
    margin: 0px 0px 24px;
    color: rgb(255, 255, 255);
    background-image: linear-gradient(rgb(255, 255, 255), rgb(27, 222, 192) 20%, rgb(0, 102, 255) 100%);
    text-align: center;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-font-smoothing: antialiased;
    text-transform: capitalize !important;
}

.devices-section .section-header .title {
    font-size: 2.8em;
    font-weight: 600;
    line-height: 50px;
    margin: 0px 0px 24px;
    color: rgb(255, 255, 255);
    background-image: linear-gradient(rgb(255, 255, 255), rgb(27, 222, 192) 20%, rgb(0, 102, 255) 100%);
    text-align: center;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-font-smoothing: antialiased;
    text-transform: capitalize !important;
}

.bnpl-comparison-section .title {
    font-size: 2.8em;
    font-weight: 600;
    line-height: 50px;
    margin: 0px 0px 24px;
    color: rgb(255, 255, 255);
    background-image: linear-gradient(rgb(255, 255, 255), rgb(27, 222, 192) 20%, rgb(0, 102, 255) 100%);
    text-align: center;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-font-smoothing: antialiased;
    text-transform: capitalize !important;
}
.bnpl-comparison-section p {
    font-size: 1.6em !important;
    font-weight: 600;
    line-height: 30px;
    text-align: center !important;
    margin: 0px 0px 24px;
    color: rgb(255, 255, 255);
    background-image: linear-gradient(rgb(255, 255, 255), rgb(27, 222, 192) 20%, rgb(0, 102, 255) 100%);
    text-align: center;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-font-smoothing: antialiased;
    max-width: 750px;
    text-transform: none!important;

}

.device-title-wrap {
    width: 100%;
    height: auto;
    display: inline-block;
    position: static;
    bottom: auto;
    right: 10px;
}

.np2.v2-pricing-description .section-header .title {
    font-size: 2.8em;
    font-weight: 600;
    line-height: 50px;
    margin: 0px 0px 24px;
    color: rgb(255, 255, 255);
    background-image: linear-gradient(rgb(255, 255, 255), rgb(27, 222, 192) 20%, rgb(0, 102, 255) 100%);
    text-align: center;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-font-smoothing: antialiased;
    text-transform: capitalize !important;
}

.np2.v2-pricing-description .section-header h2 {
    font-size: 2.4em;
    color: rgb(255, 255, 255);
    background-image: linear-gradient(90deg, rgb(255, 255, 255), rgb(27, 222, 192) 20%, rgb(0, 102, 255) 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-font-smoothing: antialiased;
    font-weight: 600 !important;
    line-height: 50px !important;
    margin: 0px 0px 24px !important;
    text-align: center !important;
    text-transform: capitalize !important;
}

.np2.v2-pricing-description .section-header h2 {
    margin-bottom: 24px;
    color: rgb(255, 255, 255);
    font-size: 2.2em !important;
}

.np2.v2-pricing-description .section-header p {
    color: rgb(255, 255, 255);
    max-width: 800px;
    font-size: 1.2em !important;
    margin: 0px auto !important;
}

.np2.v2-pricing-plan-comparison-section .section-header .title {
    font-size: 2.8em;
    font-weight: 600;
    line-height: 50px;
    margin: 0px 0px 24px;
    color: rgb(255, 255, 255);
    background-image: linear-gradient(rgb(255, 255, 255), rgb(27, 222, 192) 20%, rgb(0, 102, 255) 100%);
    text-align: center;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-font-smoothing: antialiased;
    text-transform: capitalize !important;
}

.np2.v2-pricing-plan-comparison-section .section-header h2 {
    font-size: 2.8em;
    font-weight: 600;
    line-height: 40px;
    margin: 0px 0px 24px;
    color: rgb(255, 255, 255);
    background-image: linear-gradient(90deg, rgb(255, 255, 255), rgb(27, 222, 192) 20%, rgb(0, 102, 255) 100%);
    text-align: center;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-font-smoothing: antialiased;
    text-transform: none!important;

}

.np2.v2-pricing-plan-comparison-section .section-header h2 {
    font-size: 1.6em;
    color: rgb(255, 255, 255);
    margin: 0px auto 24px auto;
    max-width: 750px;

}

.np2.v2-pricing-plan-comparison-section .section-header p {
    font-size: 1.2em;
    color: rgb(255, 255, 255);
    max-width: 800px;
    margin: 0px auto;
}

@media (max-width: 980px) {
    .np2.v2-pricing-plan-comparison-section .section-header h2 {
        font-size: 2.2em;
    }
}

@media (max-width: 767px) {
    h2 {
        font-size: 30px;
    }
}

.np2.benefits-section .section-header h2 {
    font-size: 2.8em;
    font-weight: 600;
    line-height: 40px;
    margin: 0px 0px 24px;
    color: rgb(255, 255, 255);
    background-image: linear-gradient(90deg, rgb(255, 255, 255), rgb(27, 222, 192) 20%, rgb(0, 102, 255) 100%);
    text-align: center;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-font-smoothing: antialiased;
    text-transform: none!important;

}

.np2.benefits-section .section-header h2 {
    font-size: 1.6em;
    margin-bottom: 24px;
    margin: 0px auto 24px auto;
    color: rgb(255, 255, 255);
    max-width: 650px;
    align-content: center;
    align-self: center;

}

.np2.benefits-section .section-header p {
    font-size: 1.1em;
    color: rgb(255, 255, 255);
    max-width: 800px;
    margin: 0px auto 10px auto;
    text-align: center;

}


@media (max-width: 980px) {
    .np2.benefits-section .section-header h2 {
        font-size: 2.2em;
    }
}

@media (max-width: 767px) {
    h2 {
        font-size: 30px;
    }
}

.np2.servers-section {
    padding: 100px 0px;
    background: linear-gradient(rgb(0, 0, 0) 0%, rgb(0, 19, 44) 100%);
}

.np2.servers-section .section-header h2 {
    font-size: 2.8em;
    font-weight: 600;
    line-height: 50px;
    margin: 0px 0px 24px;
    color: rgb(255, 255, 255);
    background-image: linear-gradient(90deg, rgb(255, 255, 255), rgb(27, 222, 192) 20%, rgb(0, 102, 255) 100%);
    text-align: center;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-font-smoothing: antialiased;
    text-transform: capitalize !important;
}

.np2.servers-section .section-header h2 {
    font-size: 2.8em;
    margin-bottom: 24px;
    color: rgb(255, 255, 255);
}

.np2.servers-section .section-header p {
    font-size: 1.2em;
    color: rgb(255, 255, 255);
    max-width: 800px;
    margin: 0px auto;
}

@media (max-width: 980px) {
    .np2.servers-section .section-header h2 {
        font-size: 2.2em;
    }
}

@media (max-width: 767px) {
    h2 {
        font-size: 30px;
    }
}

.np2.addons-section {
    background: linear-gradient(rgb(0, 0, 0) 0%, rgb(0, 19, 44) 100%);
    padding: 70px 0px;
}

.np2.addons-section .addons-header h2 {
    font-size: 2.8em;
    font-weight: 600;
    line-height: 50px;
    margin: 0px 0px 24px;
    color: rgb(255, 255, 255);
    background-image: linear-gradient(90deg, rgb(255, 255, 255), rgb(27, 222, 192) 20%, rgb(0, 102, 255) 100%);
    text-align: center;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-font-smoothing: antialiased;
    text-transform: none!important;

}

.np2.addons-section .addons-header h2 {
    font-size: 1.6em;
    margin-bottom: 24px;
    color: rgb(255, 255, 255);

}

.np2.addons-section .addons-header p {
    font-size: 1.1em;
    color: rgb(255, 255, 255);
    max-width: 800px;
    margin: 0px auto;
    text-align: center;
    padding-bottom: 10px;

}

@media (max-width: 980px) {
    .np2.addons-section .addons-header h2 {
        font-size: 2.2em;
    }
}

@media (max-width: 767px) {
    h2 {
        font-size: 30px;
    }
}

.np2.disclaimer-section {
    padding: 30px;
    background: linear-gradient(rgb(0, 19, 44) 0%, rgb(0, 0, 0) 100%);
    border-radius: 0px;
    font-size: 0.9em;
    color: rgb(102, 102, 102);
    line-height: 1.8;
}

.np2.v2-pricing-features {
    text-align: left;
    padding: 50px 0px;
    background: linear-gradient(rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
}

.np2.v2-pricing-features .np2.payment-methods li.paypal span {
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 0px 0px;
    vertical-align: middle;
    height: 120px;
    width: 100%;
    background-image: url("https://res.cloudinary.com/dxb3forgm/image/upload/v1764204575/Payment-methods-v1-PAYPAL.1_oizwmi.svg") !important;
}

.np2.v2-pricing-features .paypal span {
    background-position: 0px 0px;
    width: 100%;
}

.np2.v2-pricing-features .np2.payment-methods .visa span {
    background-image: url("https://res.cloudinary.com/dxb3forgm/image/upload/v1764204576/Payment-methods-v1-VISA.1_brbsty.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 0px 0px;
    vertical-align: middle;
    height: 120px;
    width: 100%;
}

.np2.v2-pricing-features .visa span {
    background-position: 0px 0px;
    width: 33px;
}

.np2.v2-pricing-features .np2.payment-methods .mastercard span {
    background-image: url("https://res.cloudinary.com/dxb3forgm/image/upload/v1764204575/Payment-methods-v1.-MASTERCARD.1svg_vde6ri.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 0px 0px;
    vertical-align: middle;
    height: 120px;
    width: 100%;
}

.np2.v2-pricing-features .mastercard span {
    background-position: 0px 0px;
    width: 33px;
}

.np2.v2-pricing-features .np2.payment-methods .discover span {
    background-image: url("https://res.cloudinary.com/dxb3forgm/image/upload/v1764204599/Payment-methods-v1-DISCOVER.1_jrqkto.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 0px 0px;
    vertical-align: middle;
    height: 120px;
    width: 100%;
}

.np2.v2-pricing-features .discover span {
    background-position: 0px 0px;
    width: 33px;
}

.np2.v2-pricing-features .np2.payment-methods .american-express span {
    background-image: url("https://res.cloudinary.com/dxb3forgm/image/upload/v1764204575/Payment-methods-v1-AMEX.1_xmgtj8.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 0px 0px;
    vertical-align: middle;
    height: 120px;
    width: 100%;
}

.np2.v2-pricing-features .american-express span {
    background-position: 0px 0px;
    width: 33px;
}

.np2.v2-pricing-features .np2.payment-methods .bitcoin span {
    background-image: url("https://res.cloudinary.com/dxb3forgm/image/upload/v1764204575/Payment-methods-v1-BITCOIN.1_bdozsg.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 0px 0px;
    vertical-align: middle;
    height: 120px;
    width: 100%;
}

.np2.v2-pricing-features .bitcoin span {
    background-position: 0px 0px;
    width: 33px;
}

.np2.v2-pricing-features .np2.payment-methods .webmoney span {
    background-image: url("https://res.cloudinary.com/dxb3forgm/image/upload/v1764204575/Payment-methods-v1-WEBMONEY.1_aq4gyh.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 0px 0px;
    vertical-align: middle;
    height: 120px;
    width: 100%;
}

.np2.v2-pricing-features .webmoney span {
    background-position: 0px 0px;
    width: 33px;
}

.np2.v2-pricing-features .np2.payment-methods .unionpay span {
    background-image: url("https://res.cloudinary.com/dxb3forgm/image/upload/v1764206577/Payment-methods-v1-UNION-PAY.1_f5aiwj.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 0px 0px;
    vertical-align: middle;
    height: 120px;
    width: 100%;
}

.np2.v2-pricing-features .unionpay span {
    background-position: 0px 0px;
    width: 33px;
}

.np2.payment-methods {
    background: rgb(255, 255, 255);
    padding: 0px 30px;
}

.np2.payment-methods ul {
    background: rgb(255, 255, 255);
    padding: 0px;
    margin: 0px;
    width: 100%;
    border: 2px solid rgb(27, 222, 192);
}

.np2.v2-pricing-features .np2.payment-methods span {
    display: inline-block;
    margin: 0px 0px 10px;
}

.np2.v2-pricing-features .np2.payment-methods li {
    font-size: 1.2em;
    width: auto;
    height: auto;
    margin: 0px 26px 0px 0px;
    text-align: center;
    float: none;
    padding: 20px;
    display: inline-block;
    color: rgb(0, 19, 44);
}

@media (max-width: 767px) {
    .np2.v2-pricing-features .np2.payment-methods li {
        width: 86px;
    }
}

@media (max-width: 767px) {
    .np2.v2-pricing-features .np2.payment-methods li {
        margin: 0px;
        width: 45%;
    }
}

.np2.cta-section {
    color: rgb(255, 255, 255);
    text-align: left;
    padding: 16px 2px;
    background: linear-gradient(rgb(0, 0, 0) 0%, rgb(0, 19, 44) 100%);

}

.np2-cta-box {
    background-image: linear-gradient(150deg, rgb(27, 222, 192), rgb(255, 255, 255) 48%, rgb(255, 255, 255) 10%, rgb(27, 222, 192) 100%);
    padding: 35px;
    border-radius: 20px;

}

.np2.cta-section.cta-sec-2 {
    background: linear-gradient(135deg, rgb(27, 222, 192) 0%, rgb(27, 222, 192) 100%);
    color: rgb(255, 255, 255);
    text-align: left;
    padding: 20px 10px;
}

.np2-cta-box-2 {
    background-image: linear-gradient(90deg, rgb(0, 0, 0), rgb(0, 102, 255) 38%, rgb(0, 102, 255) 10%, red 100%);
}

.np2.cta-section.cta-sec-3 {
    background: linear-gradient(135deg, rgb(27, 222, 192) 0%, rgb(27, 222, 192) 100%);
    color: rgb(255, 255, 255);
    text-align: left;
    padding: 20px 10px;
}

.np2-cta-box-3 {
    background-image: linear-gradient(150deg, rgb(27, 222, 192), rgb(0, 102, 255) 48%, rgb(0, 102, 255) 10%, rgb(27, 222, 192) 100%);
}

.np2.cta-section h2 {
    font-size: 2.8em;
    font-weight: 600;
    line-height: 54px;
    margin: 0px 0px 20px;
    color: rgb(255, 255, 255);
    background-image: linear-gradient(90deg, rgb(0, 0, 0), rgb(0, 102, 255) 38%, rgb(0, 102, 255) 10%, red 100%);
    text-align: center;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-font-smoothing: antialiased;
    text-transform: none !important;

}

.np2.cta-section h3 {
    font-size: 2.8em;
    font-weight: 600;
    line-height: 54px;
    margin: 0px 0px 20px;
    color: rgb(255, 255, 255);
    background-image: linear-gradient(90deg, rgb(0, 0, 0), rgb(0, 0, 0) 20%, rgb(0, 0, 0) 100%);
    text-align: center;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-font-smoothing: antialiased;
    text-transform: none !important;

}

.np2.cta-section h4 {
    font-size: 2.8em;
    font-weight: 600;
    line-height: 54px;
    margin: 0px 0px 20px;
    color: rgb(0, 0, 0);
    background-image: linear-gradient(90deg, red, rgb(0, 102, 255) 38%, rgb(0, 0, 0) 120%);
    text-align: center;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-font-smoothing: antialiased;
    text-transform: none !important;

}

.np2.cta-section p {
    font-size: 1.6em;
    font-weight: 600;
    color: rgb(0, 19, 44);
    max-width: 950px;
    margin: 0px 20px 10px 20px;
    text-align: center;

}

@media (max-width: 980px) {
    .np2.cta-section h2 {
        font-size: 2.8em;
        line-height: 48px;
        margin: 0px;
    }

    .np2.cta-section h3 {
        font-size: 2.2em;
        font-weight: 400;
        line-height: 48px;
        margin: 0px;
    }

    .np2.cta-section h4 {
        font-size: 2.7em;
        line-height: 48px;
        margin: 0px 0px 20px;
    }
}

@media (max-width: 767px) {
    h2 {
        font-size: 30px;
    }
}

.trust-pilot-bar {
    background: rgb(0, 0, 0);
}

.trust-pilot-image {
    padding: 20px 10px;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: rgba(27, 222, 192, 0.35);
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: rgba(27, 222, 192, 0.35);

}

.trust-pilot-bar-v2 {
    background-image: linear-gradient(150deg, rgb(27, 222, 192) 10.5%, rgb(0, 19, 222) 41.18%, rgb(0, 19, 222) 44.54%, rgb(0, 19, 222) 51.26%, rgb(27, 222, 192) 87.82%);
}

.trust-pilot-image-v2 {
    padding: 20px 10px;
    border-top-width: 0px;
    border-top-style: solid;
    border-top-color: rgb(0, 102, 255);
    border-bottom-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: rgb(0, 102, 255);
}

.trust-pilot-bar-v3 {
    background-image: linear-gradient(150deg, rgb(27, 222, 192), rgb(255, 255, 255) 48%, rgb(255, 255, 255) 10%, rgb(27, 222, 192) 100%);
}

.trust-pilot-image-v3 {
    padding: 20px 10px;
    border-top-width: 0px;
    border-top-style: solid;
    border-top-color: rgb(0, 102, 255);
    border-bottom-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: rgb(0, 102, 255);
}

.trust-pilot-bar-v4 {
    background-image: linear-gradient(150deg, rgb(0, 0, 0), rgb(0, 19, 44) 25.63%, rgb(0, 19, 44) 60.5%, rgb(0, 0, 0));
}

.trust-pilot-image-v4 {
    padding: 20px 10px;
    border-top-width: 0px;
    border-top-style: solid;
    border-top-color: rgb(0, 102, 255);
    border-bottom-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: rgb(0, 102, 255);
}

.np2.cta-section .sub-text {
    font-size: 1.1em;
    margin-bottom: 20px;
    opacity: 0.9;
}

.np2.cta-section .np2-cta-100 {
    display: block;
    width: 100%;
    padding: 0px 10px 12px;
    background: rgb(0, 19, 44);
    border-radius: 10px;
    border: 1px solid rgb(0, 0, 0);
}

.np2.cta-section .np2-cta-100 .v2-pricing-moneyback {
    text-align: left;
    color: rgb(255, 255, 255);
    font-weight: 400;
    font-size: 0.8em;
    line-height: 20px;
    margin: 10px 0px 8px;
    background: rgb(0, 19, 44);
    padding: 0px 0px 0px 10px;
}

.bnpl-comparison-section.np2-cta-100 {
    display: block;
    width: 100%;
    padding: 0px 10px 12px;
    background: rgb(0, 19, 44);
    border-radius: 10px;
    border: 1px solid rgb(0, 0, 0);
}

.bnpl-comparison-section .np2-cta-100 .v2-pricing-moneyback {
    text-align: left;
    color: rgb(255, 255, 255);
    font-weight: 400;
    font-size: 0.8em;
    line-height: 20px;
    margin: 10px 0px 8px;
    background: rgb(0, 0, 0);
    padding: 0px 0px 0px 10px;

}

.bnpl-comparison-section.cta-white-v2-pricing-button {
    color: rgb(255, 255, 255);
    padding: 20px 50px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 1.4em;
    font-weight: 600;
    display: inline-block;
    transition: 0.3s;
    background: linear-gradient(rgb(76, 147, 255) 0%, rgb(0, 102, 255) 100%);
    box-shadow: rgba(0, 19, 44, 0.2) 0px 8px 20px;
    margin: 0px;
    width: 100%;
    text-align: center;
}

.bnpl-comparison-section .cta-LightBlue-v2-pricing-button {
    color: white!important;
    padding: 18px 50px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: 600;
    display: inline-block;
    transition: 0.3s;
    background: linear-gradient(color(display-p3 0.1654 0.3947 0.9649) 31.93%, color(display-p3 0.4079 0.8566 0.7568));
    box-shadow: rgba(0, 19, 44, 0) 0px 8px 20px;
    margin: 0px;
    width: 100%;
    text-align: center;

}

.bnpl-comparison-section .cta-MultiColor-GBR-v2-pricing-button {
    color: rgb(255, 255, 255);
    padding: 18px 50px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 1.4em;
    font-weight: 600;
    display: inline-block;
    transition: 0.3s;
    background-image: linear-gradient(90deg, rgb(0, 0, 0), rgb(0, 102, 255) 38%, rgb(0, 102, 255) 10%, red 100%);
    box-shadow: rgba(0, 19, 44, 0) 0px 8px 20px;
    margin: 0px;
    width: 100%;
    text-align: center;
}
.bnpl-comparison-section .np2-cta-100 {
    display: block;
    width: 100%;
    padding: 0px 10px 12px;
    background: rgb(0, 0, 0);
    border-radius: 10px;
    border: 1px solid rgb(0, 0, 0);
    margin: 20px 0px 0px 0px;

}

.np2.cta-section .cta-white-v2-pricing-button {
    color: rgb(255, 255, 255);
    padding: 20px 50px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 1.4em;
    font-weight: 600;
    display: inline-block;
    transition: 0.3s;
    background: linear-gradient(rgb(76, 147, 255) 0%, rgb(0, 102, 255) 100%);
    box-shadow: rgba(0, 19, 44, 0.2) 0px 8px 20px;
    margin: 0px;
    width: 100%;
    text-align: center;
}

.np2.cta-section .cta-LightBlue-v2-pricing-button {
    color: rgb(255, 255, 255);
    padding: 18px 50px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 1.4em;
    font-weight: 600;
    display: inline-block;
    transition: 0.3s;
    background: linear-gradient(rgb(0, 102, 255) 0%, rgb(0, 102, 255) 100%);
    box-shadow: rgba(0, 19, 44, 0) 0px 8px 20px;
    margin: 0px;
    width: 100%;
    text-align: center;
}

.np2.cta-section .cta-MultiColor-GBR-v2-pricing-button {
    color: rgb(255, 255, 255);
    padding: 18px 50px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 1.4em;
    font-weight: 600;
    display: inline-block;
    transition: 0.3s;
    background-image: linear-gradient(90deg, rgb(0, 0, 0), rgb(0, 102, 255) 38%, rgb(0, 102, 255) 10%, red 100%);
    box-shadow: rgba(0, 19, 44, 0) 0px 8px 20px;
    margin: 0px;
    width: 100%;
    text-align: center;
}


.v2-pricing-plan-comparison-section .np2-cta-100 {
    display: block;
    width: 100%;
    padding: 0px 10px 12px;
    background: rgb(0, 19, 44);
    border-radius: 10px;
    border: 1px solid rgb(0, 0, 0);
}

.v2-pricing-plan-comparison-section .np2-cta-100 .v2-pricing-moneyback {
    text-align: left;
    color: rgb(255, 255, 255);
    font-weight: 400;
    font-size: 0.8em;
    line-height: 20px;
    margin: 10px 0px 8px;
    background: rgb(0, 0, 0);
    padding: 0px 0px 0px 10px;

}

.v2-pricing-plan-comparison-section.cta-white-v2-pricing-button {
    color: rgb(255, 255, 255);
    padding: 20px 50px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 1.4em;
    font-weight: 600;
    display: inline-block;
    transition: 0.3s;
    background: linear-gradient(rgb(76, 147, 255) 0%, rgb(0, 102, 255) 100%);
    box-shadow: rgba(0, 19, 44, 0.2) 0px 8px 20px;
    margin: 0px;
    width: 100%;
    text-align: center;
}

.v2-pricing-plan-comparison-section .cta-LightBlue-v2-pricing-button {
    color: white;
    padding: 18px 50px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: 600;
    display: inline-block;
    transition: 0.3s;
    background: linear-gradient(color(display-p3 0.1654 0.3947 0.9649) 31.93%, color(display-p3 0.4079 0.8566 0.7568));
    box-shadow: rgba(0, 19, 44, 0) 0px 8px 20px;
    margin: 0px;
    width: 100%;
    text-align: center;

}

.v2-pricing-plan-comparison-section .cta-MultiColor-GBR-v2-pricing-button {
    color: rgb(255, 255, 255);
    padding: 18px 50px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 1.4em;
    font-weight: 600;
    display: inline-block;
    transition: 0.3s;
    background-image: linear-gradient(90deg, rgb(0, 0, 0), rgb(0, 102, 255) 38%, rgb(0, 102, 255) 10%, red 100%);
    box-shadow: rgba(0, 19, 44, 0) 0px 8px 20px;
    margin: 0px;
    width: 100%;
    text-align: center;
}
.v2-pricing-plan-comparison-section .np2-cta-100 {
    display: block;
    width: 100%;
    padding: 0px 10px 12px;
    background: rgb(0, 0, 0);
    border-radius: 10px;
    border: 1px solid rgb(0, 0, 0);
    margin: 20px 0px 0px 0px;

}


.faq-accordion-np2 {
    max-width: 100%;
    margin: 20px auto;
    font-family: Arial, sans-serif;
    border: 1px solid color(display-p3 0.164 0.396 0.965 / 0.53);
    border-radius: 8px;
    overflow: hidden;

}

details.faq-np2 {
    border-bottom: 1px solid color(display-p3 0.164 0.396 0.965 / 0.55);

}

details.faq-np2:last-of-type {
  border-bottom: none;
}

summary.faq-np2 {
    padding: 22px 16px;
    cursor: pointer;
    font-weight: 600;
    background-color: #00132c;
    list-style: none;
    color: #fff;

}

summary.faq-np2:hover {
    background-color: #00132c;

}

details.faq-np2[open] summary {
    background-color: color(display-p3 0.1654 0.3947 0.9649);

}

details.faq-np2 p {
    padding: 22px 26px;
    margin: 0;
    font-size: 1.1em;
    line-height: 1.4em;
    color: #00132c !important;
    background: linear-gradient(rgb(255, 255, 255), rgba(27, 222, 192, 0.52)) rgb(255, 255, 255);

}

.np2.footer {
    background: rgb(0, 19, 44);
    padding: 120px 0px;
}

.header .navbar {
    background: rgb(45, 54, 66);
    padding: 12px 0px 17px;
    margin: 0px;
}

.faq-section .section-header h2 {
    font-size: 2.8em;
    font-weight: 600;
    line-height: 30px;
    margin: 0px 0px 24px;
    color: rgb(255, 255, 255);
    background-image: linear-gradient(90deg, rgb(255, 255, 255), rgb(27, 222, 192) 20%, rgb(0, 102, 255) 100%);
    text-align: center;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-font-smoothing: antialiased;
    text-transform: none!important;

}

.faq-section .section-header h2 {
    font-size: 1.6em;
    margin-bottom: 24px;
    margin: 0px auto 24px auto;
    color: rgb(255, 255, 255);
    max-width: 650px;
    align-content: center;
    align-self: center;

}

.faq-section .section-header p {
    font-size: 1.1em;
    color: rgb(255, 255, 255);
    max-width: 800px;
    margin: 0px auto 10px auto;

}
.faq-section .section-header .title {
font-size: 2.8em;
font-weight: 600;
line-height: 50px;
margin: 0px 0px 24px;
color: rgb(255, 255, 255);
background-image: linear-gradient(rgb(255, 255, 255), rgb(27, 222, 192) 20%, rgb(0, 102, 255) 100%);
text-align: center;
-webkit-text-fill-color: transparent;
-webkit-background-clip: text;
background-clip: text;
-webkit-font-smoothing: antialiased;
text-transform: capitalize !important;
}
.faq-section {
    padding: 70px 0px;
    background: linear-gradient(rgb(0, 0, 0) 0%, rgb(0, 19, 44) 100%);

}
/* Pricing card visibility - high specificity to override theme */
.v2-pricing-card-wrapper .v2-pricing-card {
    display: none !important;
    opacity: 0 !important;
    transition: opacity 0.3s ease !important;
    margin-top:20px;
}

.v2-pricing-card-wrapper .v2-pricing-card.active {
    display: block !important;
    opacity: 1 !important;
    animation: fadeInCard 0.3s ease !important;
}

/* Fade in animation for pricing cards */
@keyframes fadeInCard {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.v2-pricing-card[data-plan="annual"] .v2-pricing-box.new-promo-2,
.v2-pricing-card[data-plan="monthly"] .v2-pricing-box.new-promo-2 {
    background: linear-gradient(rgb(255, 255, 255), rgba(27, 222, 192, 0.52)) rgb(255, 255, 255) !important;
    border-color: rgb(0, 102, 255) !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    text-align: center !important;
}
/* General pricing box styling - BASE STYLES */
.v2-pricing-box {
    background: white;
    border-radius: 15px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.v2-pricing-packages {
    margin-bottom: 20px;
}
/* General pricing box styling - WITH new-promo-2 class */
.v2-pricing-packages .v2-pricing-box.new-promo-2 {
    background: #f5f8e6;
    border-radius: 20px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    padding: 24px 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    position: relative;
    border: 2px solid #0066ff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center !important;
}

/* Biennial pricing box - consolidated */
.v2-pricing-card[data-plan="biennial"] .v2-pricing-box.new-promo-2 {
   background: 
linear-gradient(rgb(255, 255, 255), rgba(27, 222, 192, 0.52)) rgb(255, 255, 255) !important;
    border-color: rgb(0, 102, 255) !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    padding-top: 5px !important;
    text-align: center !important;
}


@media (min-width:1200px){
.container {
width: 1170px;
max-width: 100%;
box-sizing: border-box;
	}}
@media (min-width:992px){
.container {
width: 970px;
max-width: 100%;
box-sizing: border-box;
	}}
@media (min-width:768px){
.container {
width: 750px;
max-width: 100%;
box-sizing: border-box;
}
.v2-pricing-plan-comparison-section .bd-example {
background: rgb(0, 19, 44);
padding: 65px;
border-radius: 20px;
}

}
@media (mAX-width:768px){
.v2-pricing-plan-comparison-section .bd-example {
background: rgb(0, 19, 44);
padding: 5px;
border-radius: 20px;
}
.author-img-1 .author-overlay-np2 {
margin: 0px 0px 0px;
border-radius: 30px;
position: absolute;
width: 100%;
overflow-wrap: normal;
height: 100%;
background: rgba(3, 3, 3, 0.78);
text-align: center;
left: 0;
top: 0;
color: #fff;
z-index: 1;
padding: 0px 30px 30px 30px;
font-size: 2em;
vertical-align: middle;
font-weight: 800;
}

}

/* ============================================
   EXIT INTENT POPUP STYLES
   ============================================ */
#exit-intent-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999999;
    animation: fadeIn 0.3s ease;
}

#exit-intent-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff;
    border-radius: 12px;
    max-width: 500px;
    width: 90%;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    z-index: 1000000;
    animation: slideUp 0.4s ease;
}

.exit-popup-close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: transparent;
    border: none;
    font-size: 28px;
    color: #9ca3af;
    cursor: pointer;
    line-height: 1;
    padding: 0;
    width: 30px;
    height: 30px;
    transition: color 0.2s;
}

.exit-popup-close:hover {
    color: #374151;
}

.exit-popup-header {
    background: #f5f8e6;
    padding: 35px 20px 30px;
    border-radius: 12px 12px 0 0;
    text-align: center;
}

.exit-popup-title {
    color: #709709;
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 10px 0;
    line-height: 1.2;
}

.exit-popup-subtitle {
    color: #709709;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.exit-popup-body {
    padding: 35px 30px;
    text-align: center;
}

.exit-popup-text {
    color: #374151;
    font-size: 18px;
    margin: 0 0 20px 0;
    line-height: 1.6;
}

.exit-popup-price {
    margin: 25px 0;
}

.exit-price-amount {
    color: #709709;
    font-size: 56px;
    font-weight: 800;
    line-height: 1;
}

.exit-price-period {
    color: #6b7280;
    font-size: 20px;
    font-weight: 500;
}

.exit-popup-button {
    display: inline-block;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: #ffffff !important;
    font-size: 18px;
    font-weight: 700;
    padding: 16px 40px;
    border-radius: 8px;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 4px 15px rgba(16, 185, 129, 0.4);
    margin-top: 10px;
}

.exit-popup-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(16, 185, 129, 0.5);
    color: #ffffff !important;
    text-decoration: none;
}

.exit-popup-disclaimer {
    color: #6b7280;
    font-size: 12px;
    margin-top: 15px;
    line-height: 1.4;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translate(-50%, -40%);
    }
    to {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}

@media (max-width: 600px) {
    .exit-popup-title {
        font-size: 26px;
    }

    .exit-price-amount {
        font-size: 42px;
    }

    .exit-popup-body {
        padding: 25px 20px;
    }
}


