.elementor-660 .elementor-element.elementor-element-ac24fdc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:80px;--padding-bottom:80px;--padding-left:80px;--padding-right:80px;}.elementor-660 .elementor-element.elementor-element-ac24fdc:not(.elementor-motion-effects-element-type-background), .elementor-660 .elementor-element.elementor-element-ac24fdc > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-04e8aa1 );}@media(max-width:767px){.elementor-660 .elementor-element.elementor-element-ac24fdc{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for html, class: .elementor-element-0d54902 *//* ── Grid layout ── */
.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 40px;
}

/* ── Single card ── */
.pricing-card {
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    padding: 32px 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* ── Plan name ── */
.plan-name {
    font-size: 1rem;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

/* ── Price ── */
.plan-price {
    font-size: 1.8rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
}

.plan-price .currency {
    font-size: 1.2rem;
    vertical-align: super;
}

.plan-price .period {
    font-size: 0.85rem;
    font-weight: 400;
    color: #888;
}

/* ── Subscribe button ── */
.btn-subscribe {
    display: block;
    text-align: center;
    background: #8B0000;
    color: #ffffff;
    padding: 12px;
    border-radius: 6px;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s;
    border: none;
    cursor: pointer;
}

.btn-subscribe:hover {
    background: #6a0000;
    color: #fff;
}

/* ── Features breakdown button ── */
.btn-features {
    display: block;
    width: 100%;
    text-align: center;
    background: transparent;
    color: #1a1a1a;
    border: 1px solid #1a1a1a;
    padding: 11px;
    border-radius: 6px;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-features:hover {
    background: #1a1a1a;
    color: #fff;
}

/* ── Features list on card ── */
.features-preview {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.features-preview li {
    font-size: 0.85rem;
    color: #444;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* ── Tab buttons ── */
.pricing-tabs {
    display: flex;
    gap: 8px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.tab-btn {
    background: transparent;
    border: 1px solid #cccccc;
    border-radius: 999px;
    padding: 8px 20px;
    font-size: 0.85rem;
    cursor: pointer;
    color: #555;
    transition: all 0.2s;
    font-family: inherit;
}

.tab-btn:hover {
    border-color: #8B0000;
    color: #8B0000;
}

.tab-btn.active {
    background: #8B0000;
    border-color: #8B0000;
    color: #ffffff;
}

/* ── Features Modal ── */
.modal-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}

.modal-overlay.open {
    display: flex;
}

.modal-box {
    background: #ffffff;
    border-radius: 14px;
    padding: 40px;
    max-width: 480px;
    width: 90%;
    max-height: 80vh;
    overflow-y: auto;
    position: relative;
}

.modal-close {
    position: absolute;
    top: 16px;
    right: 20px;
    background: none;
    border: none;
    font-size: 1.3rem;
    cursor: pointer;
    color: #555;
    line-height: 1;
}

.modal-plan-title {
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0 0 20px;
    color: #1a1a1a;
}

.modal-features-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.modal-features-list li {
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 0.9rem;
    color: #333;
}

.modal-features-list li.included {
    color: #1a1a1a;
}

.modal-features-list li.excluded {
    color: #bbb;
    text-decoration: line-through;
}

/* ── Responsive ── */
@media (max-width: 900px) {
    .pricing-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .pricing-grid {
        grid-template-columns: 1fr;
    }
    .pricing-tabs {
        flex-direction: column;
        align-items: stretch;
    }
}/* End custom CSS */
/* Start custom CSS */#callback-page {
    max-width: 500px;
    margin: 100px auto;
    padding: 0 24px;
    text-align: center;
}

#callback-page .confirm-icon {
    width: 72px;
    height: 72px;
    background: #2e7d32;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #fff;
    margin: 0 auto 24px;
}

#callback-page h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 12px;
}

#callback-page p {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0 0 8px;
}

#callback-ref {
    font-size: 0.85rem;
    color: #888;
    margin-bottom: 32px !important;
}/* End custom CSS */