.elementor-661 .elementor-element.elementor-element-96cc68b{--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-661 .elementor-element.elementor-element-96cc68b:not(.elementor-motion-effects-element-type-background), .elementor-661 .elementor-element.elementor-element-96cc68b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-04e8aa1 );}@media(max-width:767px){.elementor-661 .elementor-element.elementor-element-96cc68b{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for html, class: .elementor-element-dbfb03d *//* ── 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 for html, class: .elementor-element-d5555e4 *//* ── 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 */#confirmation-page {
    max-width: 600px;
    margin: 80px auto;
    padding: 0 24px;
    text-align: center;
}

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

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

.confirm-sub {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.6;
    margin: 0 0 36px;
}

.confirm-sub a {
    color: #8B0000;
}

/* ── Detail rows ── */
.confirm-details {
    background: #fff;
    border-radius: 12px;
    padding: 28px;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 32px;
}

.detail-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 0px solid #ebebeb;
    font-size: 0.9rem;
}

.detail-row:last-child {
    border-bottom: none;
}

.detail-row span {
    color: #888;
}

.detail-row strong {
    color: #1a1a1a;
    text-align: right;
    max-width: 60%;
}

/* ── Back home link ── */
.back-home {
    display: inline-block;
    color: #8B0000;
    font-size: 0.9rem;
    text-decoration: none;
    font-weight: 500;
}

.back-home:hover {
    text-decoration: underline;
}/* End custom CSS */