/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/* Poppins is the only font family used by the active site. */
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800');

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #666666;
    font-size: 14px;
    font-family: Poppins;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
   /* padding-top: 75px;*/
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin: 20px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

 :focus {
    outline: 0;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    background: none;
    color: white;
}

.full {
    float: left;
    width: 100%;
}

.layout_padding {
    padding-top: 90px;
    padding-bottom: 0px;
}

.header_section {
    width: 100%;
    float: left;
    background-image: url(../images/banner-bg.png);
    height: auto;
    background-size: 100%;
    padding: 10px 0px 25px 0px;
    background-repeat: no-repeat;
}

.logo {
    width: 62%;
    float: left; 
}

.bg-light {
    background-color: transparent !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
    color: #fff;
    font-size: 18px;
    background: #ffffff;
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

.overlay a {
    padding: 0px;
    text-decoration: none;
    font-size: 22px;
    color: #f1f1f1;
    display: block;
    transition: 0.3s;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.toggle_menu {
    top: -3px;
    position: relative;
    left: 15px;
}

.login {
    padding-left: 15px;
}

.banner_section {
    width: 100%;
    float: left;
}

.images_1 {
    width: 80%;
    float: right;
    padding-top: 50px;
}


.find_text {
    width: 100%;
    float: left;
    font-size: 50px;
    color: #ffffff;
    font-weight: bold;
    font-family: Times New Rom;
}

.responsive_text {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #ffffff;
    font-family: Times New Rom;
}

.read_bt {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    background-color: #f5d318;
    border-radius: 10px;
    display: inline-block;
}
.read_bt a {
    color: #ffffff;
    background-color: #f5d318;
    width: 34%;
    float: left;
    text-align: center;
    font-size: 16px;
    color: #fff;
    height: 50px;
    padding: 11px 0px;
}
.read_bt a:hover {
    color: #ffffff;
    background-color: #000;
}


.images_2 {
    width: 95%;
    float: left;
}
.features_section {
    width: 100%;
    float: left;
}
.features_text {
    width: 100%;
    float: left;
    font-size: 45px;
    color: #f5d318;
    font-weight: bold;
}

    .features_text::before {
        z-index: 0;
        content: " ";
        width: 100px;
        height: 2px;
        margin-top: 5px;
        background: rgb(255,235,182);
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 10px;
    }
    .features_text::after {
        z-index: 0;
        content: " ";
        width: 100px;
        height: 2px;
        margin-top: 5px;
        background: rgb(255,235,182);
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 10px;
    }
.features_section_2 {
    width: 100%;
    float: left;
}
.images_3 {
    width: 100%;
    float: left;
}

.images_d1 {
    width: 100%;
    float: left;
    border-radius: 15px;
}
.mobile_text_2 {
    font-size: 25px;
    color: #5128c4;
    padding-left: 30px;
    font-weight: bold;
}
.mobile_text {
    width: 100%;
    float: left;
}


.contrary_text {
    width: 100%;
    float: left;
    font-size: 15px;
    color: #323232;
    padding-left: 30px;
    padding-left: 75px;
    top: -25px;
    position: relative;
}
.created_section {
    width: 100%;
    float: left;
    background-image: url(../images/img-6.png);
    height: auto;
    padding-bottom: 90px;
}
.created_text {
    width: 100%;
    float: left;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    padding-top: 150px;
}
.lorem_text {
    width: 100%;
    float: left;
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    margin-left: 0px;
}
.created_img {
    width: 100%;
    float: left;
    padding-top: 50px;
}
.image_7 {
    width: 100%;
    float: left;
}
.ipsum_text {
    width: 100%;
    float: left;
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    padding-top: 50px;
    margin-left: 0px;
}

.servicedes {
    width: 100%;
    float: left;
    font-size: 18px;
    text-align: center;
    color: #000000;
    padding-top: 20px;
    margin-left: 0px;
}


.bt_main {
    width: 18%;
    margin: 0 auto;
    text-align: center;
}
.more_br_text {
    width: 100%;
    float: left;
    padding-top: 30px;
}
.more_br_text a {
    color: #ffffff;
    background-color: #f5d318;
    width: 100%;
    float: left;
    text-align: center;
    font-size: 16px;
    color: #fff;
    height: 50px;
    padding: 11px 0px;
}
.more_br_text a:hover {
    color: #ffffff;
    background-color: #000;
}
.footer_section {
    width: 100%;
    float: left;
    background-image: url(../images/footer-bg.png);
    height: auto;
    padding-bottom: 90px;
    background-size: cover;
    background-repeat: no-repeat;
}
.padding_top_0 {
    padding-top: 215px;
}
.contact_text {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #ffffff;
    font-weight: bold;
    padding-top: 50px;
}
.free_text {
    width: 100%;
    float: left;
    font-size: 34px;
    color: #ffffff;
    font-weight: bold;
}
.dolar_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #fffcf4;
    margin-left: 0px;
}
.email_box {
    width: 100%;
    float: left;
    background-color: #ffffff;
    border-radius: 15px;
    border-top: 8px solid #f5d318 !important;
    padding: 0px 40px 40px 40px;
}
.email_text {
    width: 100%;
    float: left;
    background: transparent;
    padding: 40px 20px 0 0px;
    border: 0;
    border-bottom: 2px solid#c5c5c5;
    font-size: 16px;
    color: #1a1a1a;
}
.massage_text {
    width: 100%;
    float: left;
    background: transparent;
    padding: 40px 20px 0 0px;
    border: 0;
    border-bottom: 2px solid#c5c5c5;
    font-size: 16px;
    color: #1a1a1a;
}
.send_bt {
    width: 30%;
    margin: 0 auto;
    text-align: center;
}
.send_text {
    width: 100%;
    float: left;
    height: 50px;
    margin-top: 30px;
    padding: 11px 0;
    border: 0;
    border-radius: 30px;
    background-color: #f5d318;
    font-size: 16px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
.send_text:hover {
    color: #ffffff;
    background-color: #000;
}
.copyright_section {
    width: 100%;
    float: left;
    background-color: #6333ca;
    height: auto;
}
.copyright_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    margin-left: 0px;
}
.copyright_text a {
    color: #ffffff;
}
.copyright_text a:hover {
    color: #000;
}

.navbar-purple .nav-link {
    color: #000000 !important;
}

.spaceabove {
    margin-top: 20px;
}


.service {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    font-weight: bold;
    padding-top: 25px;
    padding-bottom: 5px;
    color: #119ee7;
    width: 100%;
    align-content: center;
    text-align: center;
}


    .service::before {
        z-index: 0;
        content: " ";
        width: 20px;
        height: 2px;
        margin-top: 5px;
        background: rgb(255,235,182);
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 10px;
    }



    .service::after {
        z-index: 0;
        content: " ";
        width: 20px;
        height: 2px;
        margin-top: 5px;
        background: rgb(255,235,182);
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 10px;
    }



/* Add this to your CSS */
.navbar {
    height: 60px !important;
   background: white;
}

.logo {
    height: 100%;
    display: flex;
    align-items: center;
}

    .logo img {
        max-height: 55px;
        width: auto;
        object-fit: contain;
    }

    /*menu hover effect*/
/*@media (min-width: 992px) {
    .navbar .nav-link {
        position: relative;
        color: #000000 !important;
        padding: 10px 20px !important;
        transition: all 0.3s ease;
        z-index: 1;
    }

        .navbar .nav-link::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 0;
            height: 100%;
            background: rgba(155, 87, 221, 0.1);
            transition: width 0.3s ease;
            z-index: -1;
            border-radius: 5px;
        }

        .navbar .nav-link:hover::before {
            width: 100%;
        }

        .navbar .nav-link:hover {
            color: #9b57dd !important;
        }
}*/


/*hover effect 2*/
/*@media (min-width: 992px) {
    .navbar .nav-link {
        color: #000000 !important;
        padding: 10px 15px !important;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        display: inline-block;
    }

        .navbar .nav-link:hover {
            color: #9b57dd !important;
            transform: scale(1.1);
            font-weight: bold;
        }
}*/


/*hover effect 3*/
/*@media (min-width: 992px) {
    .navbar .nav-link

{
    position: relative;
    color: #000000 !important;
    padding: 10px 15px !important;
    transition: all 0.3s ease;
}

.navbar .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: linear-gradient(to top, rgba(155, 87, 221, 0.2), transparent);
    transition: height 0.3s ease;
    z-index: -1;
    border-radius: 5px;
}

.navbar .nav-link:hover::after {
    height: 100%;
}

.navbar .nav-link:hover {
    color: #9b57dd !important;
    transform: translateY(-2px);
}
}*/


/*
hovereffct 3*/

@media (min-width: 992px) {
    .navbar .nav-link

{
    position: relative;
    color: #000000 !important;
    padding: 10px 15px !important;
    transition: color 0.3s ease;
    text-decoration: none !important;
}

.navbar .nav-link::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: #9b57dd;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.navbar .nav-link::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 0;
    height: 2px;
    background: #9b57dd;
    transition: all 0.4s ease 0.1s;
    transform: translateX(-50%);
}

.navbar .nav-link:hover {
    color: #9b57dd !important;
}

    .navbar .nav-link:hover::before,
    .navbar .nav-link:hover::after {
        width: 80%;
    }
}

.navbar-brand img {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 6px 18px rgba(0,0,0,.18);
    transition: .3s;
}

    .navbar-brand img:hover {
        transform: scale(1.05);
    }

.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 35px;
}

/* Contact Section */

.header-contact {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-left: 40px;
    flex: 1;
}

/* Each Contact */

.contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: darkblue;
}

    .contact-item i {
        width: 38px;
        height: 38px;
        border-radius: 50%;
        background: #f3f6ff;
        color: #2563EB;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 15px;
    }

    .contact-item span {
        font-size: 15px;
        font-weight: 500;
    }

/* =====================================================================
   CONTACT STATUS POPUP
   =====================================================================
   Created by js/script.js after the contact form is found. Keeping its visual
   rules here removes the previous JavaScript-generated inline CSS.
   ===================================================================== */

body.contact-popup-open {
    overflow: hidden;
}

.contact-popup {
    position: fixed;
    z-index: 9999;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
}

.contact-popup[hidden] {
    display: none;
}

.contact-popup__card {
    width: min(100%, 450px);
    padding: 32px;
    border-radius: 40px;
    background: #ffffff;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
    text-align: center;
}

.contact-popup__logo {
    width: 150px;
    height: 150px;
    margin: 0 auto 16px;
    border-radius: 50%;
    background-image: url('../images/dlogo3.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60%;
}

.contact-popup__title {
    margin: 0 0 8px;
    padding: 0;
    color: #0a1a2f;
    font-size: 1.8rem;
    font-weight: 700;
}

.contact-popup[data-status='error'] .contact-popup__title {
    color: #991b1b;
}

.contact-popup__message {
    margin: 0 0 20px;
    color: #334155;
    font-size: 1rem;
    line-height: 1.5;
}

.contact-popup[data-status='error'] .contact-popup__message {
    color: #991b1b;
}

.contact-popup__close {
    padding: 12px 36px;
    border: 0;
    border-radius: 60px;
    color: #ffffff;
    background: #1a2b4c;
    box-shadow: 0 6px 14px rgba(26, 43, 76, 0.25);
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
}

.contact-popup__close:hover {
    background: #0f1b31;
}

.contact-popup__close:focus-visible {
    outline: 3px solid rgba(123, 143, 247, 0.55);
    outline-offset: 3px;
}

@media (max-width: 480px) {
    .contact-popup__card {
        padding: 26px 20px;
        border-radius: 28px;
    }

    .contact-popup__logo {
        width: 120px;
        height: 120px;
    }
}

/* =====================================================================
   PRICING / PLANS COMPONENT
   =====================================================================
   DEVELOPER NOTES:
   1. Re-theme the entire component by editing the variables below.
   2. Layout breakpoints are near the bottom of this block:
      desktop = 4 cards, tablet = 2 cards, mobile = 1 card.
   3. JavaScript only adds state classes (is-yearly, is-visible, is-open).
      All visual behavior remains in this stylesheet.
   ===================================================================== */

.pricing-section {
    --pricing-charcoal: #17151d;
    --pricing-charcoal-soft: #25222d;
    --pricing-surface: #ffffff;
    --pricing-surface-muted: #f7f5fa;
    --pricing-purple: #7c3aed;
    --pricing-purple-dark: #5b21b6;
    --pricing-purple-soft: #ede9fe;
    --pricing-periwinkle: #7b8ff7;
    --pricing-lilac: #c4b5fd;
    --pricing-text: #201d28;
    --pricing-muted: #716b7b;
    --pricing-border: #e9e4ef;
    --pricing-danger-muted: #aaa4b1;
    --pricing-white: #ffffff;
    --pricing-radius-lg: 24px;
    --pricing-radius-md: 14px;
    --pricing-space: 24px;

    position: relative;
    isolation: isolate;
    width: 100%;
    padding: 104px 24px 112px;
    overflow: hidden;
    color: var(--pricing-text);
    font-family: 'Poppins', sans-serif;
    background:
        radial-gradient(circle at 12% 8%, rgba(124, 58, 237, 0.13), transparent 32%),
        radial-gradient(circle at 88% 92%, rgba(196, 181, 253, 0.18), transparent 30%),
        var(--pricing-surface-muted);
}

/* Soft decorative glow; no image dependency is needed. */
.pricing-section::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 120px;
    left: 50%;
    width: min(92vw, 1240px);
    height: 430px;
    border-radius: 50%;
    background: rgba(124, 58, 237, 0.06);
    filter: blur(72px);
    transform: translateX(-50%);
    pointer-events: none;
}

.pricing-section *,
.pricing-section *::before,
.pricing-section *::after {
    box-sizing: border-box !important;
}

.pricing-shell {
    width: min(100%, 1440px);
    margin: 0 auto;
}

.pricing-header {
    width: min(100%, 760px);
    margin: 0 auto 58px;
    text-align: center;
}

.pricing-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    color: var(--pricing-purple-dark);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.13em;
    line-height: 1.4;
    text-transform: uppercase;
}

.pricing-kicker::before {
    content: '';
    width: 28px;
    height: 2px;
    border-radius: 999px;
    background: var(--pricing-purple);
}

.pricing-header h2 {
    margin: 0;
    padding: 0;
    color: var(--pricing-charcoal);
    font-size: clamp(2rem, 4vw, 3.35rem);
    font-weight: 700;
    letter-spacing: -0.045em;
    line-height: 1.08;
}

.pricing-header > p {
    width: min(100%, 620px);
    margin: 20px auto 0;
    color: var(--pricing-muted);
    font-size: 1rem;
    line-height: 1.75;
}

/*
   Primary pricing-mode control. The periwinkle track intentionally stays
   colored in both positions; the raised white knob communicates the state.
*/
.pricing-mode-control {
    display: flex;
    width: 100%;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-top: 32px;
}

.pricing-mode-switch,
.billing-option,
.tooltip-trigger {
    appearance: none;
    border: 0;
    font: inherit;
    cursor: pointer;
}

.pricing-mode-switch {
    --mode-knob-right: 46px;
    position: relative;
    display: block;
    width: min(100%, 380px);
    height: 54px;
    padding: 0;
    border: 2px solid rgba(255, 255, 255, 0.72);
    border-radius: 999px;
    overflow: hidden;
    color: var(--pricing-white);
    background: var(--pricing-periwinkle);
    box-shadow: inset 0 2px 5px rgba(54, 66, 134, 0.18), 0 7px 18px rgba(79, 91, 168, 0.2);
    transition: background-color 220ms ease, box-shadow 220ms ease, transform 180ms ease;
    touch-action: pan-y;
    user-select: none;
}

.pricing-mode-switch:hover {
    background: #6f84f0;
    box-shadow: inset 0 2px 5px rgba(54, 66, 134, 0.2), 0 9px 22px rgba(79, 91, 168, 0.26);
}

.pricing-mode-knob {
    position: absolute;
    z-index: 2;
    top: 4px;
    left: 4px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--pricing-white);
    box-shadow: 0 4px 10px rgba(32, 29, 40, 0.3), 0 1px 2px rgba(32, 29, 40, 0.18);
    transition: left 280ms cubic-bezier(0.22, 1, 0.36, 1);
}

.pricing-mode-control.is-subscription .pricing-mode-knob {
    left: calc(100% - var(--mode-knob-right));
}

.pricing-mode-text {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 16px;
    left: 54px;
    color: var(--pricing-white);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.025em;
    line-height: 1.3;
    text-align: center;
    transform: translateY(-50%);
    transition: right 260ms ease, left 260ms ease;
    pointer-events: none;
}

.pricing-mode-control.is-subscription .pricing-mode-text {
    right: 54px;
    left: 16px;
}

/*
   Discoverability demo: on first load the knob briefly starts on the right and
   slides left, finishing in the default One-Time Development Cost position.
*/
.pricing-js .pricing-mode-control:not(.has-interacted) .pricing-mode-knob {
    animation: pricing-knob-demo-left 1.2s cubic-bezier(0.22, 1, 0.36, 1) 650ms 1;
}

@keyframes pricing-knob-demo-left {
    0%, 22% {
        left: calc(100% - var(--mode-knob-right));
    }

    100% {
        left: 4px;
    }
}

.pricing-mode-hint {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 11px 0 0;
    color: #7d7687;
    font-size: 0.7rem;
    font-weight: 600;
    line-height: 1.4;
}

.swipe-hint-icon {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: var(--pricing-purple-dark);
    animation: pricing-swipe-cue-left 1.55s ease-in-out infinite;
}

.swipe-hint-icon .fa-hand-pointer {
    font-size: 0.78rem;
}

.swipe-hint-icon .fa-arrow-left-long {
    font-size: 0.67rem;
}

.pricing-mode-control.has-interacted .swipe-hint-icon {
    animation: none;
}

@keyframes pricing-swipe-cue-left {
    0%, 100% {
        opacity: 0.55;
        transform: translateX(7px);
    }

    55% {
        opacity: 1;
        transform: translateX(-5px);
    }
}

/* Secondary selector appears only for recurring billing. */
.billing-control {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-top: 22px;
    padding: 5px;
    border: 1px solid rgba(124, 58, 237, 0.13);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 12px 34px rgba(37, 34, 45, 0.08);
    backdrop-filter: blur(12px);
}

.billing-control[hidden] {
    display: none;
}

.billing-option {
    position: relative;
    display: inline-flex;
    min-height: 36px;
    align-items: center;
    gap: 7px;
    padding: 8px 15px;
    border-radius: 999px;
    color: var(--pricing-muted);
    background: transparent;
    font-size: 0.78rem;
    font-weight: 600;
    line-height: 1.25;
    transition: color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.billing-option:hover {
    color: var(--pricing-charcoal);
}

.billing-option.is-active {
    color: var(--pricing-white);
    background: var(--pricing-purple);
    box-shadow: 0 6px 16px rgba(91, 33, 182, 0.2);
}

.pricing-mode-switch:focus-visible,
.billing-option:focus-visible,
.tooltip-trigger:focus-visible,
.plan-cta:focus-visible {
    outline: 3px solid rgba(124, 58, 237, 0.28);
    outline-offset: 3px;
}

.billing-saving {
    width: max-content;
    padding: 4px 8px;
    border-radius: 999px;
    color: var(--pricing-purple-dark);
    background: var(--pricing-white);
    font-size: 0.63rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1;
    opacity: 0;
    transform: scale(0.85);
    transition: opacity 180ms ease, transform 180ms ease;
}

.billing-option.is-active .billing-saving {
    opacity: 1;
    transform: scale(1);
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: stretch;
    gap: 20px;
}

.pricing-card {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 100%;
    flex-direction: column;
    padding: 10px 10px 30px;
    border: 1px solid #ebe8ef;
    border-radius: var(--pricing-radius-lg);
    background: var(--pricing-surface);
    box-shadow: 0 13px 35px rgba(37, 34, 45, 0.09);
    transition: transform 280ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 280ms ease, border-color 280ms ease;
}

.pricing-card:hover {
    z-index: 2;
    border-color: var(--card-theme);
    box-shadow: 0 24px 58px rgba(55, 38, 78, 0.16);
    transform: translateY(-9px);
}

.pricing-card.is-popular {
    z-index: 1;
    border: 2px solid var(--card-theme);
    box-shadow: 0 23px 54px rgba(79, 91, 168, 0.22);
    transform: scale(1.02);
}

.pricing-card.is-popular:hover {
    box-shadow: 0 30px 70px rgba(79, 91, 168, 0.28);
    transform: translateY(-9px) scale(1.02);
}

/* Card-family header: the theme color is supplied by the PHP plan array. */
.plan-header {
    position: relative;
    min-height: 184px;
    padding: 40px 20px 72px;
    border-radius: 18px 18px 10px 10px;
    color: var(--pricing-white);
    background: var(--card-theme);
    text-align: center;
}

.plan-header h3 {
    margin: 0;
    padding: 0;
    color: var(--pricing-white);
    font-size: clamp(1.45rem, 2vw, 1.78rem);
    font-weight: 800;
    letter-spacing: 0.075em;
    line-height: 1.15;
    text-transform: uppercase;
}

.plan-billing-subtitle {
    display: block;
    margin-top: 9px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.67rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    line-height: 1.35;
    text-transform: uppercase;
}

.popular-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 6px 9px;
    border-radius: 999px;
    color: var(--card-theme);
    background: var(--pricing-white);
    box-shadow: 0 5px 14px rgba(32, 29, 40, 0.16);
    font-size: 0.57rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
}

/* Circular price badge overlaps the lower edge of the colored header. */
.plan-price-badge {
    position: relative;
    z-index: 2;
    display: flex;
    width: 122px;
    height: 122px;
    align-items: center;
    justify-content: center;
    margin: -61px auto 0;
    border: 7px solid var(--pricing-white);
    border-radius: 50%;
    background: var(--pricing-white);
    box-shadow: 0 8px 23px rgba(37, 34, 45, 0.16);
}

.plan-price {
    display: flex;
    width: 100%;
    height: 100%;
    align-content: center;
    align-items: baseline;
    justify-content: center;
    flex-wrap: wrap;
    padding: 32px 5px 18px;
    border: 1px solid #f1eef4;
    border-radius: 50%;
    color: var(--card-theme);
    text-align: center;
}

.price-currency {
    margin-right: 2px;
    font-size: 0.78rem;
    font-weight: 800;
    transform: translateY(-7px);
}

.price-value {
    max-width: 82px;
    overflow: hidden;
    font-size: clamp(1.38rem, 2.05vw, 1.72rem);
    font-weight: 800;
    letter-spacing: -0.055em;
    line-height: 1;
    text-overflow: clip;
    white-space: nowrap;
}

.price-period {
    flex-basis: 100%;
    margin-top: 5px;
    color: var(--card-theme);
    font-size: 0.59rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 1.2;
    text-transform: uppercase;
}

.custom-price {
    align-self: center;
    color: var(--card-theme);
    font-size: 1.08rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.15;
    text-transform: uppercase;
}

/* Dashed rule and endpoint dots match each card's assigned theme color. */
.plan-divider {
    position: relative;
    height: 1px;
    margin: 21px 22px 0;
    border-top: 1px dashed var(--card-theme);
}

.plan-divider::before,
.plan-divider::after {
    content: '';
    position: absolute;
    top: -4px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--card-theme);
}

.plan-divider::before {
    left: -1px;
}

.plan-divider::after {
    right: -1px;
}

.price-note {
    display: block;
    min-height: 18px;
    margin: 10px 20px 0;
    color: #8a8492;
    font-size: 0.65rem;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
}

.plan-intro {
    min-height: 141px;
    padding: 22px 18px 16px;
}

.plan-eyebrow {
    display: block;
    margin-bottom: 8px;
    color: var(--card-theme);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.4;
    text-transform: uppercase;
}

.plan-intro p {
    margin: 0;
    color: var(--pricing-muted);
    font-size: 0.76rem;
    line-height: 1.6;
}

.plan-cta {
    display: inline-flex;
    width: calc(100% - 36px);
    min-height: 46px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 28px 18px 0;
    padding: 12px 18px;
    border: 2px solid var(--card-theme);
    border-radius: 999px;
    color: var(--card-theme) !important;
    background: transparent;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.07em;
    line-height: 1.3;
    text-align: center;
    text-transform: uppercase;
    transition: color 200ms ease, background-color 200ms ease, border-color 200ms ease, transform 200ms ease, box-shadow 200ms ease;
}

.plan-cta i {
    font-size: 0.76rem;
    transition: transform 200ms ease;
}

.plan-cta:hover {
    color: var(--pricing-white) !important;
    border-color: var(--card-theme);
    background: var(--card-theme);
    box-shadow: 0 10px 24px rgba(37, 34, 45, 0.18);
    transform: translateY(-2px);
}

.plan-cta:hover i {
    transform: translateX(3px);
}

.feature-label {
    margin: 0 18px 8px;
    color: var(--pricing-charcoal);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    line-height: 1.4;
    text-transform: uppercase;
}

.feature-list {
    display: grid;
    flex-grow: 1;
    gap: 0;
    margin: 0 18px;
    padding: 0;
    list-style: none;
}

.feature-item {
    position: relative;
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    border-bottom: 1px solid #f1eff4;
    color: #77717e;
    font-size: 0.73rem;
    line-height: 1.45;
}

.feature-item > i {
    display: inline-flex;
    width: 19px;
    min-width: 19px;
    height: 19px;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    border-radius: 50%;
    color: #16875c;
    background: #e6f8f0;
    font-size: 0.57rem;
}

.feature-item.is-excluded {
    color: var(--pricing-danger-muted);
}

.feature-item.is-excluded > span:not(.pricing-tooltip) {
    text-decoration: line-through;
    text-decoration-thickness: 1px;
}

.feature-item.is-excluded > i {
    color: #df3653;
    background: #fff0f3;
}

/* Tooltip opens on hover/focus, while JS also supports click/touch. */
.pricing-tooltip {
    position: relative;
    display: inline-flex;
    align-items: center;
    margin-left: auto;
}

.tooltip-trigger {
    display: inline-flex;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
    margin: -2px -4px -2px 2px;
    padding: 0;
    color: #8b8298;
    background: transparent;
    font-size: 0.73rem;
    transition: color 180ms ease, transform 180ms ease;
}

.tooltip-trigger:hover,
.pricing-tooltip.is-open .tooltip-trigger {
    color: var(--pricing-purple);
    transform: scale(1.08);
}

.tooltip-content {
    position: absolute;
    z-index: 10;
    right: -12px;
    bottom: calc(100% + 10px);
    width: 240px;
    padding: 12px 14px;
    border: 1px solid rgba(196, 181, 253, 0.28);
    border-radius: 11px;
    color: #f7f5fa;
    background: var(--pricing-charcoal);
    box-shadow: 0 14px 35px rgba(23, 21, 29, 0.24);
    font-size: 0.7rem;
    font-weight: 400;
    line-height: 1.55;
    opacity: 0;
    pointer-events: none;
    transform: translateY(7px) scale(0.98);
    transform-origin: bottom right;
    transition: opacity 170ms ease, transform 170ms ease, visibility 170ms ease;
    visibility: hidden;
}

.tooltip-content::after {
    content: '';
    position: absolute;
    top: 100%;
    right: 16px;
    border: 7px solid transparent;
    border-top-color: var(--pricing-charcoal);
}

.pricing-tooltip:hover .tooltip-content,
.pricing-tooltip:focus-within .tooltip-content,
.pricing-tooltip.is-open .tooltip-content {
    opacity: 1;
    transform: translateY(0) scale(1);
    visibility: visible;
}

.pricing-footnote {
    margin: 46px 0 0;
    color: var(--pricing-muted);
    font-size: 0.86rem;
    line-height: 1.65;
    text-align: center;
}

.pricing-footnote a {
    color: var(--pricing-purple-dark);
    font-weight: 600;
    text-decoration: underline !important;
    text-decoration-color: var(--pricing-lilac) !important;
    text-underline-offset: 4px;
}

.pricing-footnote a:hover {
    color: var(--pricing-purple);
}

/* JS adds .pricing-js before observing elements, preventing hidden content if JS fails. */
.pricing-js .pricing-reveal {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity 650ms ease var(--reveal-delay, 0ms), transform 650ms cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay, 0ms);
}

.pricing-js .pricing-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.pricing-js .pricing-card.is-popular.pricing-reveal {
    transform: translateY(26px) scale(1.02);
}

.pricing-js .pricing-card.is-popular.pricing-reveal.is-visible {
    transform: translateY(0) scale(1.02);
}

.pricing-js .pricing-card.is-visible:hover {
    transform: translateY(-9px);
}

.pricing-js .pricing-card.is-popular.is-visible:hover {
    transform: translateY(-9px) scale(1.02);
}

/* Tablet: exactly two equal-width cards per row. */
@media (max-width: 1199px) {
    .pricing-section {
        padding: 88px 28px 96px;
    }

    .pricing-shell {
        width: min(100%, 920px);
    }

    .pricing-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px;
    }

    .pricing-card.is-popular,
    .pricing-card.is-popular:hover,
    .pricing-js .pricing-card.is-popular.pricing-reveal,
    .pricing-js .pricing-card.is-popular.pricing-reveal.is-visible,
    .pricing-js .pricing-card.is-popular.is-visible:hover {
        transform: none;
    }

}

/* Mobile: stack all plans, preserve generous tap targets and readable tooltips. */
@media (max-width: 679px) {
    .pricing-section {
        padding: 72px 16px 78px;
    }

    .pricing-header {
        margin-bottom: 42px;
    }

    .pricing-header h2 {
        font-size: clamp(1.85rem, 9vw, 2.55rem);
    }

    .pricing-header > p {
        margin-top: 16px;
        font-size: 0.91rem;
    }

    .pricing-mode-control {
        margin-top: 28px;
    }

    .pricing-mode-switch {
        --mode-knob-right: 42px;
        width: 100%;
        max-width: 340px;
        height: 50px;
    }

    .pricing-mode-knob {
        width: 38px;
        height: 38px;
    }

    .pricing-mode-control.is-subscription .pricing-mode-knob {
        left: calc(100% - 42px);
    }

    .pricing-mode-text {
        right: 12px;
        left: 50px;
        font-size: 0.71rem;
    }

    .pricing-mode-control.is-subscription .pricing-mode-text {
        right: 50px;
        left: 12px;
    }

    .billing-control {
        gap: 4px;
        margin-top: 20px;
        padding: 5px;
    }

    .billing-option {
        padding: 8px 11px;
        font-size: 0.72rem;
    }

    .billing-saving {
        padding: 4px 6px;
        font-size: 0.58rem;
    }

    .pricing-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 20px;
    }

    .pricing-card {
        padding: 8px 8px 26px;
    }

    .plan-header {
        min-height: 174px;
        padding: 38px 18px 68px;
    }

    .plan-intro {
        min-height: auto;
    }

    .tooltip-content {
        position: fixed;
        right: 16px;
        bottom: 18px;
        left: 16px;
        width: auto;
        transform-origin: bottom center;
    }

    .tooltip-content::after {
        display: none;
    }

    .pricing-footnote {
        margin-top: 34px;
    }
}

/* Respect the visitor's OS motion preference. */
@media (prefers-reduced-motion: reduce) {
    .pricing-section *,
    .pricing-section *::before,
    .pricing-section *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }

    .pricing-js .pricing-reveal,
    .pricing-js .pricing-card.is-popular.pricing-reveal {
        opacity: 1;
        transform: none;
    }
}
