/*
 * ============================================================
 *  MA BOUTIQUE ERGONOMIQUE — Homepage Redesign CSS
 *  Concept B v2
 *  Chiffres corrects : +5 ans · 7-15j livraison · 4,4★
 * ============================================================
 */

/* ══ ANCIEN HERO STATIQUE + CARROUSEL ELEMENTOR — masqués, remplacés par le split hero ══ */
.elementor-element-e5055c5,
.elementor-element-b1c2809,
.elementor-element-d6e7ab3 {
    display: none !important;
}

/* ══ SPLIT HERO — Concept B ══ */
.mbe-hero-split {
    display: flex;
    background: #0F1F6B;
    min-height: 520px;
    width: 100%;
}
.mbe-hero-left {
    flex: 0 0 58%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 64px 56px 64px 80px;
    color: #fff;
    box-sizing: border-box;
}
.mbe-hero-badge {
    display: inline-block;
    background: #E05460;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    border-radius: 20px;
    padding: 6px 18px;
    margin-bottom: 24px;
    letter-spacing: 0.03em;
    align-self: flex-start;
}
.mbe-hero-text-wrap {
    position: relative;
    margin: 0 0 36px;
}
.mbe-hero-text-slide {
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
}
.mbe-hero-text-slide.active {
    opacity: 1;
    position: relative;
    pointer-events: auto;
}
.mbe-hero-title {
    font-size: 42px !important;
    font-weight: 800 !important;
    line-height: 1.15 !important;
    color: #fff !important;
    margin: 0 0 20px !important;
}
.mbe-hero-desc {
    font-size: 16px;
    line-height: 1.65;
    color: rgba(255,255,255,0.88);
    margin: 0;
    max-width: 480px;
}
.mbe-hero-cta {
    display: inline-block;
    background: #E05460;
    color: #fff !important;
    font-size: 15px;
    font-weight: 700;
    padding: 14px 30px;
    border-radius: 6px;
    text-decoration: none !important;
    transition: background 0.2s;
    align-self: flex-start;
    border: none;
}
.mbe-hero-cta:hover { background: #c0434e !important; color: #fff !important; }
.mbe-hero-right {
    flex: 1;
    overflow: hidden;
    position: relative;
    min-height: 400px;
    align-self: stretch;
}
.mbe-hero-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    background-color: #0F1F6B;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.mbe-hero-slide.active { opacity: 1; }

@media (max-width: 768px) {
    .mbe-hero-split { flex-direction: column; min-height: auto; }
    .mbe-hero-left { flex: none; padding: 40px 24px; }
    .mbe-hero-title { font-size: 28px !important; }
    .mbe-hero-right { min-height: 260px; }
}

/* ① BARRE ANNONCE */
.mbe-announce-bar {
    background: #1A2F9A;
    padding: 7px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 11px;
}
.mbe-announce-bar .promo-code {
    background: #E05C4A;
    padding: 2px 8px;
    border-radius: 10px;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    margin-right: 6px;
}

/* ② HERO SECTION — Layout split gauche/droite */
.mbe-hero-section {
    background: linear-gradient(135deg, #1a2fa0 0%, #2040B8 60%, #2855CC 100%) !important;
    position: relative;
    overflow: hidden;
    min-height: 290px;
}

/* Motifs géométriques décoratifs (écho du logo) */
.mbe-hero-section::before {
    content: '';
    position: absolute;
    top: -40px;
    right: 280px;
    width: 160px;
    height: 160px;
    background: rgba(255,255,255,0.05);
    border-radius: 35px 35px 35px 70px;
    pointer-events: none;
}
.mbe-hero-section::after {
    content: '';
    position: absolute;
    bottom: -25px;
    right: 150px;
    width: 110px;
    height: 110px;
    background: rgba(224,92,74,0.22);
    border-radius: 50%;
    pointer-events: none;
}

/* Badge "Boutique n°1" dans le hero */
.mbe-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.25);
    padding: 4px 14px;
    border-radius: 20px;
    font-size: 10px;
    font-weight: 600;
    color: rgba(255,255,255,0.9);
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 16px;
}

/* H1 hero */
.mbe-hero-section h1,
.mbe-hero-section .elementor-heading-title {
    font-size: 30px !important;
    font-weight: 900 !important;
    color: #fff !important;
    line-height: 1.15 !important;
    letter-spacing: -0.025em !important;
}

/* Stats inline sous le CTA */
.mbe-hero-stats {
    display: flex;
    gap: 0;
    margin-top: 22px;
    border-top: 1px solid rgba(255,255,255,0.15);
    padding-top: 18px;
}
.mbe-hero-stats .stat-item {
    flex: 1;
    text-align: center;
    border-right: 1px solid rgba(255,255,255,0.12);
    padding: 0 8px;
}
.mbe-hero-stats .stat-item:last-child { border-right: none; }
.mbe-hero-stats .stat-value {
    font-size: 20px;
    font-weight: 900;
    color: #fff;
    line-height: 1;
}
.mbe-hero-stats .stat-label {
    font-size: 9px;
    color: rgba(255,255,255,0.55);
    margin-top: 2px;
}

/* ③ CARROUSEL HERO (colonne droite) */
.mbe-hero-carousel-wrap {
    background: rgba(255,255,255,0.09);
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,0.18);
    overflow: hidden;
}
/* Barre de progression du carrousel */
.mbe-carousel-progress {
    height: 3px;
    background: rgba(255,255,255,0.15);
    border-radius: 3px;
    overflow: hidden;
    margin-top: 8px;
}
.mbe-carousel-progress-bar {
    height: 100%;
    background: #E05C4A;
    border-radius: 3px;
    transition: width 0.5s ease;
}
/* Boutons carrousel */
.mbe-hero-carousel-wrap .carousel-arrow {
    background: rgba(255,255,255,0.18) !important;
    border: 1px solid rgba(255,255,255,0.3) !important;
    color: #fff !important;
    border-radius: 50% !important;
    width: 28px !important;
    height: 28px !important;
}

/* ④ SOCIAL PROOF TICKER */
.mbe-ticker {
    background: #fff;
    border-bottom: 0.5px solid #E8EAF2;
    padding: 10px 24px;
    overflow: hidden;
    white-space: nowrap;
}
.mbe-ticker-inner {
    display: inline-flex;
    gap: 28px;
    align-items: center;
    animation: ticker-scroll 30s linear infinite;
}
.mbe-ticker-inner:hover { animation-play-state: paused; }
@keyframes ticker-scroll {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
.mbe-ticker-item {
    font-size: 11px;
    color: #2040B8;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 5px;
}
.mbe-ticker-stars { color: #E8A020; }
.mbe-ticker-sep { color: #D0D8F5; font-size: 14px; }

/* ⑤ CATÉGORIES ICÔNES */
.mbe-categories-strip {
    background: #F8F9FF;
    border-bottom: 0.5px solid #E8EAF2;
    padding: 16px 24px;
}
.mbe-cat-grid {
    display: flex;
    gap: 8px;
}
.mbe-cat-item {
    flex: 1;
    background: #fff;
    border: 0.5px solid #D8DCF0;
    border-radius: 12px;
    padding: 12px 8px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    transition: border-color 0.2s, transform 0.15s;
    text-decoration: none;
}
.mbe-cat-item:hover {
    border-color: #2040B8;
    transform: translateY(-2px);
}
.mbe-cat-icon {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}
.mbe-cat-label {
    font-size: 10px;
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
}

/* ⑥ CARTES PRODUITS — best-sellers */
.mbe-product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}
.mbe-product-card {
    background: #fff;
    border: 0.5px solid #D8DCF0;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.15s, box-shadow 0.15s;
}
.mbe-product-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(32,64,184,0.1);
}
.mbe-product-card.bestseller {
    border: 2px solid #E05C4A;
}
.mbe-product-card .bestseller-banner {
    background: #E05C4A;
    padding: 3px 0;
    text-align: center;
    font-size: 9px;
    font-weight: 800;
    color: #fff;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
.mbe-product-card .badge-promo {
    position: absolute;
    top: 7px;
    left: 7px;
    background: #E05C4A;
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 10px;
}
.mbe-product-card .stock-ok {
    font-size: 10px;
    color: #16A34A;
    display: flex;
    align-items: center;
    gap: 3px;
    margin-bottom: 6px;
}
.mbe-product-card .stock-low {
    font-size: 10px;
    color: #D97706;
    display: flex;
    align-items: center;
    gap: 3px;
    margin-bottom: 6px;
}
.mbe-product-card .product-title {
    font-size: 12px;
    font-weight: 700;
    color: #2040B8;
    margin-bottom: 3px;
}
.mbe-product-card .product-price {
    font-size: 13px;
    font-weight: 900;
    color: #2040B8;
}
.mbe-product-card .product-price-old {
    font-size: 10px;
    color: #B0B8D8;
    text-decoration: line-through;
    margin-left: 4px;
}
.mbe-product-card .btn-add {
    background: #E05C4A;
    color: #fff;
    border: none;
    font-size: 10px;
    padding: 5px 10px;
    border-radius: 20px;
    cursor: pointer;
    font-weight: 700;
    transition: background 0.15s;
}
.mbe-product-card .btn-add:hover { background: #c94032; }

/* ⑦ SECTION "3 ÉTAPES" */
.mbe-steps-section {
    background: #F4F6FF;
    border-top: 0.5px solid #D8DCF0;
    padding: 28px 24px;
}
.mbe-steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    position: relative;
}
/* Trait de connexion entre les étapes */
.mbe-steps-grid::before {
    content: '';
    position: absolute;
    top: 22px;
    left: calc(16.66% + 22px);
    right: calc(16.66% + 22px);
    height: 1.5px;
    background: linear-gradient(90deg, #D0D8F5, #E05C4A, #D0D8F5);
    pointer-events: none;
}
.mbe-step-card {
    background: #fff;
    border: 0.5px solid #D8DCF0;
    border-radius: 12px;
    padding: 20px 16px;
    text-align: center;
}
.mbe-step-number {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
    font-size: 18px;
    font-weight: 900;
    color: #fff;
}
.mbe-step-number.blue  { background: #2040B8; }
.mbe-step-number.coral { background: #E05C4A; }
.mbe-step-card h3 {
    font-size: 13px;
    font-weight: 700;
    color: #2040B8;
    margin: 0 0 8px;
}
.mbe-step-card p {
    font-size: 11px;
    color: #667;
    line-height: 1.6;
    margin: 0;
}

/* ⑧ QUIZ CTA BANNER */
.mbe-quiz-banner {
    background: #2040B8;
    padding: 20px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.mbe-quiz-banner .quiz-icon {
    width: 50px;
    height: 50px;
    background: rgba(255,255,255,0.12);
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 22px;
    color: #fff;
}
.mbe-quiz-banner h2 {
    font-size: 15px;
    font-weight: 800;
    color: #fff;
    margin: 0 0 4px;
}
.mbe-quiz-banner p {
    font-size: 12px;
    color: rgba(255,255,255,0.7);
    margin: 0;
    line-height: 1.5;
}
.mbe-quiz-banner .quiz-btn {
    background: #E05C4A;
    color: #fff;
    border: none;
    padding: 12px 22px;
    border-radius: 40px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
    flex-shrink: 0;
    transition: background 0.15s;
}
.mbe-quiz-banner .quiz-btn:hover { background: #c94032; }

/* ⑨ AVIS CLIENTS */
.mbe-reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}
.mbe-review-card {
    background: #fff;
    border: 0.5px solid #D8DCF0;
    border-radius: 12px;
    padding: 16px;
}
.mbe-review-card.accent-coral { border-left: 3px solid #E05C4A; }
.mbe-review-card.accent-blue  { border-left: 3px solid #2040B8; }
.mbe-review-card .reviewer-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 800;
    flex-shrink: 0;
}
.mbe-review-card .badge-verified {
    background: #16A34A;
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    padding: 2px 7px;
    border-radius: 10px;
    margin-left: auto;
}
.mbe-review-card blockquote {
    font-size: 11px;
    color: #334;
    line-height: 1.6;
    font-style: italic;
    margin: 0;
}
.mbe-stars { color: #E8A020; font-size: 12px; margin-bottom: 6px; }

/* ⑩ SEO SECTION — texte long en cards */
.mbe-seo-section {
    background: #fff;
    padding: 28px 24px;
}
.mbe-seo-group {
    background: #F8F9FF;
    border: 0.5px solid #D8DCF0;
    border-radius: 12px;
    padding: 16px 18px;
    margin-bottom: 14px;
}
.mbe-seo-group h3 {
    font-size: 14px;
    font-weight: 700;
    color: #2040B8;
    margin: 0 0 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.mbe-seo-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
.mbe-seo-card {
    background: #fff;
    border: 0.5px solid #D8DCF0;
    border-radius: 10px;
    padding: 14px;
}
.mbe-seo-card .seo-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    font-size: 16px;
}
.mbe-seo-card h4 {
    font-size: 12px;
    font-weight: 700;
    color: #2040B8;
    margin: 0 0 7px;
}
.mbe-seo-card p {
    font-size: 11px;
    color: #445;
    line-height: 1.65;
    margin: 0;
}

/* ⑪ BADGES CONFIANCE + NEWSLETTER */
.mbe-trust-footer {
    background: #2040B8;
    padding: 22px 24px;
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.mbe-trust-badges {
    display: flex;
    gap: 20px;
}
.mbe-trust-badge {
    text-align: center;
    color: #fff;
}
.mbe-trust-badge .tb-icon {
    width: 38px;
    height: 38px;
    background: rgba(255,255,255,0.12);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 5px;
    font-size: 18px;
}
.mbe-trust-badge .tb-label {
    font-size: 10px;
    font-weight: 700;
}
.mbe-trust-badge .tb-sub {
    font-size: 9px;
    opacity: 0.6;
    margin-top: 1px;
}
.mbe-newsletter-box {
    background: rgba(255,255,255,0.10);
    border-radius: 12px;
    padding: 14px 18px;
    border: 1px solid rgba(255,255,255,0.2);
    flex-shrink: 0;
    max-width: 270px;
}
.mbe-newsletter-box h3 {
    font-size: 12px;
    font-weight: 800;
    color: #fff;
    margin: 0 0 3px;
}
.mbe-newsletter-box .nl-sub {
    font-size: 10px;
    color: rgba(255,255,255,0.6);
    margin-bottom: 10px;
}
.mbe-newsletter-box .nl-input-wrap {
    display: flex;
    gap: 6px;
}
.mbe-newsletter-box input[type="email"] {
    flex: 1;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.25);
    border-radius: 20px;
    padding: 7px 12px;
    font-size: 11px;
    color: rgba(255,255,255,0.8);
}
.mbe-newsletter-box input[type="email"]::placeholder { color: rgba(255,255,255,0.45); }
.mbe-newsletter-box button {
    background: #E05C4A;
    color: #fff;
    border: none;
    padding: 7px 14px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    cursor: pointer;
}

/* ─── ACCESSIBILITÉ ─── */

/* Links in text blocks must have underline (WCAG 1.4.1 non-color distinction)
   Using high specificity + !important to override Elementor global a{text-decoration:none} */
.elementor-widget-text-editor a,
.elementor-text-editor a,
.entry-content p a,
.mbe-seo-section p a,
.mbe-seo-card p a {
    text-decoration: underline !important;
    text-underline-offset: 2px !important;
}

/* Carousel slide buttons: white on #E05460 = 3.75:1 — darken bg to pass 4.5:1 */
.elementor-slides-wrapper .elementor-slide-button,
.elementor-slides .elementor-button.elementor-slide-button {
    background-color: #8B1F30 !important; /* contrast 7.8:1 with white */
    border-color: #8B1F30 !important;
}
.elementor-slides-wrapper .elementor-slide-button:hover,
.elementor-slides .elementor-button.elementor-slide-button:hover {
    background-color: #6E1826 !important;
    border-color: #6E1826 !important;
}

/* Ticker items — ensure sufficient contrast on white bg */
.mbe-ticker-item {
    color: #1535B0 !important; /* 5.0:1 on white */
}

/* Muted text in step cards — fix contrast */
.mbe-step-card p {
    color: #555566 !important; /* 7.2:1 on white */
}

/* ─── BOUTONS GLOBAUX ─── */
.mbe-btn-primary {
    background: #E05C4A !important;
    color: #fff !important;
    border: none !important;
    padding: 11px 24px !important;
    border-radius: 40px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    text-decoration: none !important;
    display: inline-block !important;
    transition: background 0.15s !important;
}
.mbe-btn-primary:hover { background: #c94032 !important; }

.mbe-btn-outline {
    background: transparent !important;
    color: #2040B8 !important;
    border: 1.5px solid #2040B8 !important;
    padding: 10px 20px !important;
    border-radius: 40px !important;
    font-size: 13px !important;
    cursor: pointer !important;
    text-decoration: none !important;
    display: inline-block !important;
    transition: background 0.15s !important;
}
.mbe-btn-outline:hover { background: #EEF2FF !important; }

/* Section heading standard */
.mbe-section-tag {
    font-size: 11px;
    letter-spacing: 0.10em;
    color: #A82D1A; /* darkened for WCAG AA contrast 5.8:1 on white */
    font-weight: 700;
    margin: 0 0 4px;
    text-transform: uppercase;
}
.mbe-section-title {
    font-size: 17px;
    font-weight: 900;
    color: #2040B8;
    margin: 0;
    letter-spacing: -0.01em;
}

/* ⑥b CATÉGORIES PRODUITS — Option B cards horizontales */
.mbe-cats-section {
    width: 100%;
    clear: both;
    padding: 50px 0 60px;
    background: #F7F9FF;
}
.mbe-cats-inner {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 24px;
}
.mbe-cats-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.mbe-cat-card {
    display: grid;
    grid-template-columns: 240px 1fr;
    border-radius: 14px;
    overflow: hidden;
    border: 0.5px solid #D8DCF0;
    background: #fff;
    text-decoration: none !important;
    transition: border-color 0.18s, transform 0.18s;
}
.mbe-cat-card:hover {
    border-color: #2040B8;
    transform: translateY(-2px);
}
.mbe-cat-img {
    background-size: cover;
    background-position: center;
    min-height: 160px;
}
.mbe-cat-body {
    padding: 22px 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 7px;
}
.mbe-cat-label-tag {
    font-size: 11px;
    font-weight: 700;
    color: #A82D1A;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
.mbe-cat-name {
    font-size: 19px;
    font-weight: 800;
    color: #0F1F6B;
    line-height: 1.25;
}
.mbe-cat-desc {
    font-size: 14px;
    color: #555566;
    line-height: 1.55;
}
.mbe-cat-cta {
    display: inline-block;
    background: #E05460;
    color: #fff !important;
    font-size: 13px;
    font-weight: 700;
    padding: 9px 18px;
    border-radius: 6px;
    margin-top: 8px;
    width: fit-content;
    text-decoration: none !important;
    transition: background 0.15s;
}
.mbe-cat-cta:hover { background: #c0434e !important; }

/* ══ PRODUIT À LA UNE ══ */
.mbe-featured-section {
    width: 100%;
    clear: both;
    padding: 60px 0;
    background: #fff;
    border-top: 0.5px solid #E8EAF2;
    border-bottom: 0.5px solid #E8EAF2;
}
.mbe-featured-inner {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 52px;
    align-items: center;
}
.mbe-featured-img-wrap {
    border-radius: 16px;
    overflow: hidden;
    background: #F7F9FF;
    border: 0.5px solid #E0E4F5;
}
.mbe-featured-img {
    width: 100%;
    min-height: 300px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.mbe-featured-body {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.mbe-featured-badge {
    display: inline-block;
    background: #E05460;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 20px;
    align-self: flex-start;
}
.mbe-featured-name {
    font-size: 26px !important;
    font-weight: 800 !important;
    color: #0F1F6B !important;
    line-height: 1.25 !important;
    margin: 0 !important;
}
.mbe-featured-desc {
    font-size: 15px;
    color: #555566;
    line-height: 1.65;
    margin: 0;
}
.mbe-featured-price-row {
    display: flex;
    align-items: center;
    gap: 16px;
}
.mbe-featured-price {
    font-size: 34px;
    font-weight: 900;
    color: #0F1F6B;
    letter-spacing: -0.02em;
    line-height: 1;
}
.mbe-featured-stock {
    font-size: 13px;
    font-weight: 700;
    color: #16A34A;
}
.mbe-featured-cta {
    display: inline-block;
    background: #E05460;
    color: #fff !important;
    font-size: 15px;
    font-weight: 700;
    padding: 14px 30px;
    border-radius: 6px;
    text-decoration: none !important;
    transition: background 0.2s;
    align-self: flex-start;
    margin-top: 4px;
}
.mbe-featured-cta:hover { background: #c0434e !important; color: #fff !important; }

/* ─── RESPONSIVE MOBILE ─── */
@media (max-width: 768px) {
    .mbe-hero-section { flex-direction: column !important; }
    .mbe-hero-carousel-wrap { display: none; }
    .mbe-hero-section h1 { font-size: 22px !important; }
    .mbe-product-grid { grid-template-columns: repeat(2, 1fr) !important; }
    .mbe-products-grid { grid-template-columns: repeat(2, 1fr) !important; }
    .mbe-seo-cards-grid { grid-template-columns: 1fr !important; }
    .mbe-reviews-grid { grid-template-columns: 1fr !important; }
    .mbe-steps-grid { grid-template-columns: 1fr !important; }
    .mbe-steps-grid::before { display: none; }
    .mbe-cat-grid { flex-wrap: wrap; }
    .mbe-cat-item { min-width: calc(33% - 8px); }
    .mbe-cat-card { grid-template-columns: 1fr; }
    .mbe-cat-img { min-height: 200px; }
    .mbe-cats-section { padding: 36px 0 40px; }
    .mbe-quiz-banner { flex-direction: column; text-align: center; }
    .mbe-trust-footer { flex-direction: column; }
    .mbe-trust-badges { flex-wrap: wrap; justify-content: center; }
    .mbe-newsletter-box { max-width: 100%; }
    .mbe-announce-bar { flex-direction: column; gap: 4px; text-align: center; }
    .mbe-ticker { display: none; }
    .mbe-blog-grid { grid-template-columns: 1fr !important; }
    .mbe-featured-inner { grid-template-columns: 1fr; gap: 24px; }
    .mbe-featured-img { min-height: 240px; }
    .mbe-featured-name { font-size: 22px !important; }
    .mbe-featured-price { font-size: 26px; }
    .mbe-featured-section { padding: 40px 0; }
}

/* ══ SECTION ARTICLES DE BLOG ══ */
.mbe-blog-section {
    background: #F0F4FF;
    padding: 56px 0;
    width: 100%;
    clear: both;
}
.mbe-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.mbe-blog-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 2px 16px rgba(26,47,154,0.08);
    display: flex;
    flex-direction: column;
    transition: transform 0.2s, box-shadow 0.2s;
}
.mbe-blog-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 28px rgba(26,47,154,0.14);
}
.mbe-blog-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}
.mbe-blog-no-img {
    width: 100%;
    height: 200px;
    background: linear-gradient(135deg, #D0D8F5, #E8ECF8);
}
.mbe-blog-info {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.mbe-blog-date {
    font-size: 11px;
    color: #8892B0;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin-bottom: 8px;
    display: block;
}
.mbe-blog-info h3 {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    color: #1A2F9A;
    flex: 1;
}
.mbe-blog-info h3 a {
    color: inherit;
    text-decoration: none;
}
.mbe-blog-info h3 a:hover { text-decoration: underline; }
.mbe-blog-info p {
    font-size: 13px;
    color: #555566;
    line-height: 1.6;
    margin: 0 0 16px;
}
.mbe-blog-btn {
    display: inline-block;
    color: #1A2F9A;
    font-weight: 700;
    font-size: 13px;
    text-decoration: none;
    border-bottom: 2px solid #D0D8F5;
    padding-bottom: 2px;
    transition: border-color 0.2s;
    align-self: flex-start;
}
.mbe-blog-btn:hover { border-color: #1A2F9A; }

/* Secondary CTA button */
.mbe-btn-secondary {
    display: inline-block;
    padding: 12px 28px;
    background: transparent;
    border: 2px solid #1A2F9A;
    color: #1A2F9A !important;
    border-radius: 6px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none !important;
    transition: background 0.2s, color 0.2s;
}
.mbe-btn-secondary:hover {
    background: #1A2F9A;
    color: #fff !important;
}

/* ══ CARROUSEL ELEMENTOR — flèches et pagination visibles ══ */
.elementor-widget-slides .elementor-swiper-button {
    background: rgba(255,255,255,0.85) !important;
    border-radius: 50% !important;
    width: 44px !important;
    height: 44px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.18) !important;
}
.elementor-widget-slides .elementor-swiper-button svg {
    width: 20px !important;
    height: 20px !important;
    fill: #1A2F9A !important;
}
.elementor-widget-slides .elementor-swiper-button:hover {
    background: #fff !important;
}
/* Swiper pagination dots */
.elementor-widget-slides .swiper-pagination {
    bottom: 16px !important;
}
.elementor-widget-slides .swiper-pagination-bullet {
    background: rgba(255,255,255,0.6) !important;
    opacity: 1 !important;
    width: 8px !important;
    height: 8px !important;
}
.elementor-widget-slides .swiper-pagination-bullet-active {
    background: #fff !important;
    width: 24px !important;
    border-radius: 4px !important;
}
