/* Regional Pricing — Front-end styles */

/* ── Intro motivant ──────────────────────────────────────────────────────── */

.mci-rp-intro {
    text-align: center;
    max-width: 980px;
    margin: 0 auto 48px;
    padding: 0 16px;
}

.tcf-pricing-section {
    padding: 0 5px 20px;
}

.mci-rp-intro__eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .8px;
    text-transform: uppercase;
    color: #1363df;
    background: rgba(19, 99, 223, 0.08);
    padding: 5px 16px;
    border-radius: 999px;
    margin-bottom: 18px;
    font-family: 'Poppins', 'Inter', sans-serif;
}

.mci-rp-intro__title {
    font-size: 28px;
    font-weight: 800;
    color: #061e43;
    line-height: 1.3;
    margin: 0 0 16px;
    font-family: 'Poppins', 'Inter', sans-serif;
}

.mci-rp-intro__title strong {
    color: #1363df;
    font-weight: 800;
}

.mci-rp-intro__text {
    font-size: 16px;
    color: #4c5a7a;
    line-height: 1.75;
    margin: 0;
    font-family: 'Poppins', 'Inter', sans-serif;
}

/* ── Blue header override for tcf-pricing-* classes ─────────────────────── */

/* Cartes normales : header bleu avec formes géométriques */
.mci-rp-section .tcf-pricing-card:not(.is-popular) .tcf-pricing-head {
    background:
        radial-gradient(ellipse 70px 180px at 92% 50%, rgba(255, 255, 255, 0.13) 0%, transparent 100%),
        radial-gradient(ellipse 55px 110px at 72% 130%, rgba(255, 255, 255, 0.09) 0%, transparent 100%),
        linear-gradient(160deg, #2255f5 0%, #1a45d4 100%);
    margin: -28px -28px 20px;
    padding: 24px 28px 22px;
    border-radius: 15px 15px 0 0;
}

.mci-rp-section .tcf-pricing-card:not(.is-popular) .tcf-pricing-name {
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
}

.mci-rp-section .tcf-pricing-card:not(.is-popular) .tcf-pricing-amount {
    color: #fff;
}

.mci-rp-section .tcf-pricing-card:not(.is-popular) .tcf-pricing-currency {
    font-size: 15px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.75) !important;
    margin-left: 6px;
}

.mci-rp-section .tcf-pricing-card:not(.is-popular) .tcf-pricing-duration {
    color: rgba(255, 255, 255, 0.75);
}

/* Carte vedette (is-popular) : fond bleu plein, pas de double header */
.mci-rp-section .tcf-pricing-card.is-popular .tcf-pricing-currency {
    font-size: 15px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.75) !important;
    margin-left: 6px;
}

/* ── Badge oblique ───────────────────────────────────────────────────────── */

.mci-rp-section .tcf-pricing-badge {
    width: 150px !important;
    padding: 7px 0 !important;
    text-align: center !important;
    top: 22px !important;
    right: -34px !important;
}

.tcf-pricing-badge.mci-rp-badge-red {
    background: #e53935;
    box-shadow: 0 6px 16px rgba(229, 57, 53, 0.35);
}

/* ── Icônes inclus / non inclus ─────────────────────────────────────────── */

.mci-rp-section .tcf-feature-item.included .tcf-feature-icon,
.mci-rp-section .tcf-feature-item.available .tcf-feature-icon {
    background: rgba(18, 187, 106, 0.15) !important;
    color: #12bb6a !important;
}

.mci-rp-section .tcf-feature-item.included .tcf-feature-icon::before,
.mci-rp-section .tcf-feature-item.available .tcf-feature-icon::before {
    content: "\2713" !important;
}

.mci-rp-section .tcf-feature-item.excluded .tcf-feature-icon {
    background: rgba(255, 0, 0, 0.12) !important;
    color: #d64545 !important;
}

.mci-rp-section .tcf-feature-item.excluded .tcf-feature-icon::before {
    content: "\00D7" !important;
}

/* ── Slider list ─────────────────────────────────────────────────────────── */

.mci-rp-section .slick-list.draggable {
    background: white;
    padding: 20px !important;
}

/* ── Card contact WhatsApp ───────────────────────────────────────────────── */

.mci-rp-contact-card {
    display: flex;
    align-items: center;
    gap: 24px;
    background: #fff;
    border: 1.5px solid #e8edf8;
    border: 1px solid #25D366;
    border-radius: 14px;
    padding: 28px 32px;
    margin-top: -36px;
    box-shadow: 0 4px 20px rgba(19, 99, 223, 0.06);
    font-family: 'Poppins', 'Inter', sans-serif;
}

.mci-rp-contact-card__icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: rgba(37, 211, 102, 0.1);
    border-radius: 50%;
}

.mci-rp-contact-card__body {
    flex: 1;
}

.mci-rp-contact-card__title {
    margin: 0 0 8px;
    font-size: 17px;
    font-weight: 700;
    color: #061e43;
    font-family: 'Poppins', 'Inter', sans-serif;
}

.mci-rp-contact-card__text {
    margin: 0;
    font-size: 14px;
    color: #4c5a7a;
    line-height: 1.65;
    font-family: 'Poppins', 'Inter', sans-serif;
}

.mci-rp-contact-card__text strong {
    color: #1363df;
    font-weight: 700;
}

.mci-rp-contact-card__btn {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 22px;
    background: #25D366;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Poppins', 'Inter', sans-serif;
    border-radius: 10px;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 4px 14px rgba(37, 211, 102, 0.30);
    transition: opacity .15s ease, transform .15s ease;
}

.mci-rp-contact-card__btn:hover {
    opacity: .88;
    transform: translateY(-1px);
    color: #fff;
    text-decoration: none;
}

.breadcrumb-area {
    display: block !important;
}

/* ── Responsive ──────────────────────────────────────────────────────────── */

@media (max-width: 768px) {
    .mci-rp-intro__title {
        font-size: 22px;
    }

    .mci-rp-contact-card {
        margin-top: 0;
    }

    .tcf-pricing-section {
        padding: 0;
    }

    .mci-rp-intro__text {
        font-size: 15px;
    }

    .mci-rp-contact-card {
        flex-direction: column;
        align-items: flex-start;
        padding: 22px 20px;
        gap: 16px;
    }

    .mci-rp-contact-card__btn {
        width: 100%;
        justify-content: center;
    }
}