.elementor-14 .elementor-element.elementor-element-40f107c{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-14 .elementor-element.elementor-element-17e0c02{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-14 .elementor-element.elementor-element-ab4c796{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-14 .elementor-element.elementor-element-35d6bb8{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-14 .elementor-element.elementor-element-014a0ce{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-14 .elementor-element.elementor-element-f7e798b{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-14 .elementor-element.elementor-element-f7e798b:not(.elementor-motion-effects-element-type-background), .elementor-14 .elementor-element.elementor-element-f7e798b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F7F9FC;}.elementor-14 .elementor-element.elementor-element-5d9e5a7{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-14 .elementor-element.elementor-element-10ac45d{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-14 .elementor-element.elementor-element-4281b61{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-14 .elementor-element.elementor-element-0407852{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-14 .elementor-element.elementor-element-192cc2e{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-14 .elementor-element.elementor-element-cae68a6{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-14 .elementor-element.elementor-element-2f63243{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-14 .elementor-element.elementor-element-25a08de{width:var( --container-widget-width, 102.664% );max-width:102.664%;--container-widget-width:102.664%;--container-widget-flex-grow:0;}.elementor-14 .elementor-element.elementor-element-25a08de.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-14 .elementor-element.elementor-element-e5c5737{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-14 .elementor-element.elementor-element-b41b1a1{width:var( --container-widget-width, 102.664% );max-width:102.664%;--container-widget-width:102.664%;--container-widget-flex-grow:0;}.elementor-14 .elementor-element.elementor-element-b41b1a1.elementor-element{--flex-grow:0;--flex-shrink:0;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-746b822 *//* --- RESET BASE & BACKGROUND GRILLE DE L'IMAGE --- */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background-color: #ffffff;
    /* Recrée l'effet de grille en pointillés fins gris clairs visible sur ta capture */
    background-image: radial-gradient(#e2e8f0 1.2px, transparent 1.2px);
    background-size: 30px 30px;
    color: #0b0f19;
    font-family: 'Inter', sans-serif;
    overflow-x: hidden;
}

/* --- GRILLE PRINCIPALE --- */
.hero-wrap {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.02fr 1fr;
    gap: 58px;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 20px;
}

/* --- LE HALO DE GRADIENT EN BAS --- */
.hero-wrap::after {
    content: "";
    position: absolute;
    /* Positionnement tout en bas à gauche sous les statistiques */
    bottom: -150px;
    left: -150px;
    width: 450px;
    height: 450px;
    /* Dégradé radial flouté bleu/violet très doux */
    background: radial-gradient(circle, rgba(37, 99, 235, 0.15) 0%, rgba(139, 92, 246, 0.08) 50%, transparent 70%);
    filter: blur(60px);
    z-index: -1; 
    pointer-events: none;
}

/* --- PARTIE GAUCHE : TEXTES --- */
.hero-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: transparent;
    font-size: 13px;
    font-weight: 500;
    color: #0b0f19;
    margin-bottom: 24px;
    border: 1px solid #e5e7eb; 
    border-radius: 20px;       
    padding: 4px 12px 4px 4px;
}

.hero-pill span {
    background: #0b0f19;
    color: #ffffff;
    font-size: 10px;
    font-weight: 800;
    padding: 3px 8px;
    border-radius: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.hero-wrap h1 {
    font-size: 62px;
    font-weight: 800;
    letter-spacing: -2px;
    line-height: 1.05;
    color: #0b0f19;
    margin-bottom: 24px;
}

/* Rendu fluide de "every device" en bleu italique comme sur l'image */
.hero-wrap h1 .serif.blue-text {
   
    font-weight: 500;
    color: #1A3FB8;
    letter-spacing: -1px;
}

.lead {
    font-size: 16px;
    color: #4b5563;
    line-height: 1.6;
    max-width: 500px;
    margin-bottom: 36px;
}

/* Boutons */
.hero-ctas {
    display: flex;
    gap: 12px;
    margin-bottom: 40px;
}

.btn {
    padding: 16px 32px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.2s ease;
}

.btn-primary {
    background: linear-gradient(to bottom, #3b82f6 0%, #1d4ed8 100%);
    color: #ffffff;
    text-decoration: none !important;
    
    /* Structure 3D Claymorphism */
    box-shadow: 
        inset 0 1px 0px rgba(255, 255, 255, 0.4),
        inset 0 -3px 0px rgba(15, 23, 42, 0.3), 
        0 8px 20px rgba(37, 99, 235, 0.3);
        
    border: none;
    padding: 16px 32px;
    border-radius: 16px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* --- EFFET AU SURVOL (HOVER & ELEVATE) --- */
.btn-primary:hover {
    transform: translateY(-2px); /* Ajouté pour l'élévation physique */
    color: white;
    
    box-shadow: 
        inset 0 1px 0px rgba(255, 255, 255, 0.4),
        inset 0 -3px 0px rgba(15, 23, 42, 0.3), 
        0 14px 28px rgba(37, 99, 235, 0.45);
}

.btn-light {
    background: #ffffff;
    color: #0b0f19;
    text-decoration: none !important;
    
    box-shadow: 
        inset 0 1px 0px rgba(255, 255, 255, 1),
        inset 0 -3px 0px #e2e8f0, 
        0 4px 12px rgba(15, 23, 42, 0.05);
        
    border: 1px solid #e5e7eb;
    padding: 16px 32px;
    border-radius: 16px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-light:hover {
    transform: translateY(-2px);
    color: black;
    
    box-shadow: 
        inset 0 1px 0px rgba(255, 255, 255, 1),
        inset 0 -3px 0px #e2e8f0, 
        0 10px 20px rgba(15, 23, 42, 0.1);
        
    border-color: #cbd5e1; 
}

/* Zone Avis Proof */
.hero-proof {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 44px;
}

.avatars {
    display: flex;
}

.avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 10px;
    font-weight: bold;
    color: white;
    border: 2px solid white;
    margin-right: -8px;
}

.avatars .avatar:nth-child(1) { background: #f97316; }
.avatars .avatar:nth-child(2) { background: #10b981; }
.avatars .avatar:nth-child(3) { background: #3b82f6; }
.avatars .avatar:nth-child(4) { background: #2563eb; margin-right: 0; }

.stars {
    color: #f59e0b;
    font-size: 14px;
}

.proof-copy {
    font-size: 12px;
    color: #6b7280;
    margin-top: 2px;
}

/* Stats Row */
.stats-row {
    display: flex;
    gap: 36px;
    border-top: 1px solid #f1f5f9;
    padding-top: 28px;
}

.stat b {
    font-size: 24px;
    color: #0b0f19;
    display: block;
    font-weight: 700;
}

.stat b em {
    color: #2563eb;
    font-style: normal;
}

.stat span {
    font-size: 12px;
    color: #6b7280;
    display: block;
    margin-top: 4px;
}

/* --- PARTIE DROITE : LE STAGE DES APPAREILS --- */
.device-stage {
    position: relative;
    width: 100%;
    height: 460px;
}

/* Style de l'écran TV */
.tv {
    position: absolute;
    top: 40px;
    left: 40px;
    width: 430px;
    height: 280px;
    background: linear-gradient(135deg, #0b1329 0%, #1e3a8a 100%);
    border-radius: 24px;
    padding: 20px;
    box-shadow: 0 30px 60px rgba(15, 23, 42, 0.22);
    color: white;
    z-index: 1;
}

.screen-nav {
    display: flex;
    justify-content: space-between;
    font-size: 10px;
    color: #94a3b8;
    margin-bottom: 24px;
}

.screen-nav div span {
    margin-right: 14px;
    cursor: pointer;
}

.screen-nav div span.on {
    color: white;
    font-weight: 600;
}

.live-badge {
    background: #ef4444;
    font-size: 9px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 12px;
    letter-spacing: 0.5px;
}

.screen-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 12px;
}

.screen-meta span {
    font-size: 9px;
    background: rgba(255, 255, 255, 0.12);
    padding: 4px 8px;
    border-radius: 5px;
    color: #e2e8f0;
    margin-right: 6px;
    font-weight: 500;
}

.screen-row {
    margin-top: 24px;
}

.screen-row small {
    font-size: 9px;
    color: #94a3b8;
    display: block;
    margin-bottom: 8px;
}

.thumbs {
    display: flex;
    gap: 8px;
}

.thumb {
    width: 46px;
    height: 26px;
    border-radius: 6px;
}
.thumb.green  { background: #10b981; }
.thumb.orange { background: #f97316; }
.thumb.blue   { background: #2563eb; }
.thumb.purple { background: #8b5cf6; }
.thumb.empty  { background: rgba(255, 255, 255, 0.08); }

/* Pieds Physiques de la TV */
.tv-stand {
    position: absolute;
    bottom: 134px;
    left: 225px;
    width: 60px;
    height: 12px;
    background: #0f172a;
    z-index: 0;
}

.tv-base {
    position: absolute;
    bottom: 128px;
    left: 185px;
    width: 140px;
    height: 6px;
    background: #1e293b;
    border-radius: 3px;
    z-index: 0;
}

/* Style de l'Iphone */
.phone {
    position: absolute;
    top: 140px;
    right: 20px;
    width: 154px;
    height: 290px;
    background: #0f172a;
    border: 7px solid #111827;
    border-radius: 30px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    padding: 12px;
    z-index: 2;
}

.notch {
    width: 42px;
    height: 12px;
    background: #111827;
    margin: 0 auto 14px auto;
    border-radius: 20px;
}

.phone-screen h4 {
    color: #6b7280;
    font-size: 9px;
    margin-bottom: 8px;
    font-weight: 600;
}

.phone-item {
    height: 46px;
    border-radius: 10px;
    padding: 6px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    background: rgba(255, 255, 255, 0.05);
}

.phone-item.current-f1 { background: #f97316; }
.phone-item.current-series { background: #5b21b6; }

.phone-thumb {
    width: 24px;
    height: 24px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.15);
}

.phone-item b {
    color: white;
    font-size: 9px;
    display: block;
}

.phone-item span {
    color: rgba(255, 255, 255, 0.7);
    font-size: 7px;
    display: block;
    margin-top: 1px;
}

/* --- LES TROIS CARTES FLOTTANTES --- */
.floating-card {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(8px);
    padding: 10px 16px;
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
    z-index: 10;
}

.floating-card b {
    display: block;
    font-size: 13px;
    color: #0b0f19;
    font-weight: 700;
}

.floating-card span {
    display: block;
    font-size: 11px;
    color: #6b7280;
    margin-top: 2px;
}

.fc-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 13px;
}

.fc-icon.green {
    background: #1BB583;
    color: #ffffff; /* Ajusté en blanc pour la visibilité du check */
    font-weight: bold;
}

.fc-icon.gold {
    background: #E38D0F !important;
    color: #ffffff; /* Ajusté en blanc pour la visibilité de l'étoile */
}

.floating-card.two .fc-icon {
    background: #2563eb;
    color: transparent;
    border-radius: 8px;
    width: 26px;
    height: 26px;
}

/* --- LE POSITIONNEMENT --- */
.floating-card.one {
    top: 55px;
    left: -15px;
}

.floating-card.two {
    top: 185px;
    right: -10px;
    padding: 10px 14px;
}

.floating-card.three {
    bottom: 20px;
    left: 155px;
}

/* --- RESPONSIVE STANDARD --- */
@media (max-width: 1024px) {
    .hero-wrap {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 60px 20px;
    }
    .lead { margin: 0 auto 36px auto; }
    .hero-ctas, .hero-proof, .stats-row { justify-content: center; }
    .device-stage {
        margin: 40px auto 0 auto;
        max-width: 500px;
        transform: scale(0.9);
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3e395a6 *//* --- SECTION DE CONFIANCE / REASSURANCE --- */
.trust-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 20px 60px 20px;
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

/* Style de base des cartes blanches */
.trust-card {
    flex: 1;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    padding: 24px;
    min-height: 140px;
    display: flex;
    align-items: center;
    
    /* Ombre douce en bas + assise interne 3D comme pour le bouton blanc */
    box-shadow: 
        inset 0 -3px 0px #f1f5f9, 
        0 4px 16px rgba(15, 23, 42, 0.03);
        
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* Petit effet au survol sympa et discret */
.trust-card:hover {
    transform: translateY(-2px);
    box-shadow: 
        inset 0 -3px 0px #f1f5f9, 
        0 10px 25px rgba(15, 23, 42, 0.06);
}

.card-body {
    width: 100%;
}

.card-body.row-layout {
    display: flex;
    align-items: center;
    gap: 16px;
}

/* --- TYPOGRAPHIES ET COULEURS EXACTES --- */
.trust-card h3 {
    font-size: 16px;
    font-weight: 700;
    color: #0b0f19;
    letter-spacing: -0.3px;
    margin-bottom: 4px;
}

/* Couleurs spécifiques des marques */
.trust-card h3.brand-trustpilot {
    color: #10b981; /* Vert Trustpilot */
}

.trust-card h3.brand-google {
    color: #2563eb; /* Bleu Google */
}

.trust-meta {
    font-size: 13px;
    color: #6b7280;
    font-weight: 500;
    margin-bottom: 8px;
}

/* Étoiles dorées */
.trust-stars {
    color: #f59e0b;
    font-size: 13px;
    letter-spacing: 2px;
}

/* --- VOYANT "LIVE ACTIVATION" ANIME --- */
.status-indicator {
    position: relative;
    width: 24px;
    height: 24px;
    background: #e6f7ed;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.status-indicator::before {
    content: "";
    width: 10px;
    height: 10px;
    background: #10b981;
    border-radius: 50%;
}

/* Petit effet de pulsation pour simuler le "Live" en temps réel */
.ping-dot {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid #10b981;
    border-radius: 50%;
    animation: pulsePing 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    opacity: 0;
}

@keyframes pulsePing {
    0% { transform: scale(0.8); opacity: 0.5; }
    100% { transform: scale(1.6); opacity: 0; }
}

/* --- ZONE DES LOGOS DE PAIEMENT --- */
.payment-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-content: center;
}

.pay-badge {
    background: #f1f5f9;
    color: #4b5563;
    font-size: 11px;
    font-weight: 700;
    padding: 6px 12px;
    border-radius: 8px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

/* --- RESPONSIVE --- */
@media (max-width: 1024px) {
    .trust-section {
        flex-direction: column;
        gap: 16px;
        padding: 20px;
    }
    .trust-card {
        min-height: auto;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-35d6bb8 *//* --- CONFIGURATION GENERALE --- */
.pricing-section {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 80px 20px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    background-color: #ffffff;
    box-sizing: border-box;
}

/* En-tête */
.pricing-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 40px auto;
}

.pricing-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #eff6ff;
    border: 1px solid #dbeafe;
    color: #2563eb;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 6px 14px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.pricing-badge .badge-dot {
    width: 6px;
    height: 6px;
    background: #3b82f6;
    border-radius: 50%;
}

.pricing-header h2 {
    font-size: 44px;
    font-weight: 800;
    color: #0b0f19;
    letter-spacing: -1.2px;
    line-height: 1.15;
    margin: 0 0 16px 0;
}

.pricing-header h2 .serif.blue-text {
   
    font-weight: 500;
    color: #2563eb;
}

.pricing-lead {
    font-size: 15px;
    color: #6b7280;
    line-height: 1.6;
    margin: 0;
}

/* --- CONNECTIONS SELECTOR (CENTER ABSOLU) --- */
.connection-.elementor-14 .elementor-element.elementor-element-35d6bb8-outer {
    width: 100%;
    display: flex !important;      /* Force l'affichage en Flexbox */
    justify-content: center !important; /* Centrage horizontal absolu */
    align-items: center !important;     /* Centrage vertical */
    margin-top: 20px !important;   /* Espace khfif m3a l-fo9 */
    margin-bottom: 50px !important;/* ESPACE NDIF FL-BOTTOM LI BGHITI (Ajustih kif bghiti) */
    clear: both;                   /* Annule tout float qui casse l'alignement */
}
.connection-switcher {
    background: #f1f5f9;
    padding: 4px;
    border-radius: 99px;
    display: inline-flex;
    position: relative;
    border: 1px solid #e2e8f0;
    margin: 0 auto;                /* Sécurité d'alignement */
}

.connection-switcher input[type="radio"] {
    display: none;
}

.connection-switcher label {
    padding: 10px 28px;
    font-size: 14px;
    font-weight: 600;
    color: #475569;
    cursor: pointer;
    position: relative;
    z-index: 2;
    transition: color 0.25s ease;
    user-select: none;
}

.connection-switcher input[type="radio"]:checked + label {
    color: #0f172a;
}

/* Glisseur blanc d'arrière-plan */
.switch-glider {
    position: absolute;
    top: 4px;
    left: 4px;
    bottom: 4px;
    width: calc(50% - 4px);
    background: #ffffff;
    border-radius: 99px;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.08);
    z-index: 1;
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.connection-switcher input[id="conn-2"]:checked ~ .switch-glider {
    transform: translateX(100%);
}

/* --- GRILLE HORIZONTALE STRICTE (DIMA 4 FI STER WAHED) --- */
.pricing-horizontal-axis {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 16px;
    align-items: stretch; /* Hauteur identique pour toutes les cartes */
    width: 100%;
}

/* Style de base d'une table */
.price-card {
    flex: 1;
    min-width: 260px; /* Assure la lisibilité du texte et empêche l'écrasement */
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    padding: 40px 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.01);
}

/* --- POPULAR CARD (3 MOIS) --- */
.popular-card {
    background: radial-gradient(circle at top right, rgba(37, 99, 235, 0.4) 0%, transparent 65%), 
                linear-gradient(135deg, #071231 0%, #0c2567 100%);
    color: #ffffff;
    border: 1px solid #0d2566;
    box-shadow: 0 20px 40px rgba(7, 18, 49, 0.12);
    transform: scale(1.02); /* Légère mise en avant sans casser la ligne */
    z-index: 2;
}

.popular-ribbon {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: #f59e0b;
    color: #071231;
    font-size: 11px;
    font-weight: 800;
    padding: 5px 18px;
    border-radius: 20px;
    letter-spacing: 0.5px;
}

/* --- STRUCTURE INTERNE --- */
.card-top {
    margin-bottom: 28px;
}

.plan-duration {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 16px;
}
.standard-card .plan-duration { color: #2563eb; }
.popular-card .plan-duration { color: #3b82f6; }

.plan-price {
    display: flex;
    align-items: baseline;
    font-weight: 800;
    margin-bottom: 8px;
    color: #0b0f19;
}
.popular-card .plan-price { color: #ffffff; }

.plan-price .currency {
    font-size: 24px;
    align-self: flex-start;
    margin-right: 2px;
}

.plan-price .amount {
    font-size: 44px;
    letter-spacing: -1.5px;
    line-height: 1;
}

.plan-price .period {
    font-size: 13.5px;
    font-weight: 500;
    color: #64748b;
    margin-left: 4px;
}
.popular-card .plan-price .period { color: #94a3b8; }

.plan-pitch {
    font-size: 13px;
    margin: 0;
    line-height: 1.5;
}
.standard-card .plan-pitch { color: #475569; }
.popular-card .plan-pitch { color: #93c5fd; }

/* Caractéristiques */
.plan-features {
    list-style: none;
    padding: 0;
    margin: 0 0 36px 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex-grow: 1;
}

.plan-features li {
    font-size: 13px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
}
.standard-card .plan-features li { color: #334155; }
.popular-card .plan-features li { color: #e2e8f0; }

.check-icon { font-weight: 700; }
.standard-card .check-icon { color: #3b82f6; }
.popular-card .check-icon { color: #60a5fa; }

/* Boutons */
.price-btn {
    display: block;
    text-align: center;
    padding: 14px 20px;
    border-radius: 14px;
    font-size: 13.5px;
    font-weight: 700;
    text-decoration: none;
}

.btn-light {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    color: #0f172a;
    
}
.btn-light:hover { background: #f8fafc; border-color: #cbd5e1; }

.btn-blue {
    background: linear-gradient(180deg, #3b82f6 0%, #1d4ed8 100%);
    color: #ffffff;
    text-decoration: none !important;
}

.btn-dark {
    background: #071231;
    color: #ffffff;
     text-decoration: none !important;
}

/* --- SECURITE RESPONSIVE : ULTRA FLUIDE --- */
@media (max-width: 1180px) {
    /* Hna fin kantsm3o l-klam: 4 tables dima f ster wahed, walakin la dya9 l-ecran, l-user y9der y-scroller horizontalement f mobile bta9niya nqiya */
    .pricing-horizontal-axis {
        overflow-x: auto;
        padding-bottom: 24px; /* Espace 3la 7sab l-scrollbar */
        justify-content: flex-start;
        -webkit-overflow-scrolling: touch;
    }
    
    .popular-card {
        transform: scale(1); /* Evite le chevauchement en scroll vertical/horizontal */
    }
}

@media (max-width: 640px) {
    .pricing-header h2 {
        font-size: 32px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-130c310 */.features-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 20px;
}

.features-header {
    text-align: center;
    max-width: 650px;
    margin: 0 auto 56px auto;
}

.why-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #EEF7FF;
    border: 1px solid #dbeafe;
    color: #1e40af;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 6px 14px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.badge-dot {
    width: 6px;
    height: 6px;
    background: #3b82f6;
    border-radius: 50%;
    display: inline-block;
}

.features-header h2 {
    font-size: 48px;
    font-weight: 800;
    color: #0b0f19;
    letter-spacing: -1.5px;
    line-height: 1.1;
    margin-bottom: 20px;
}

.features-header h2 .serif.blue-text {
    
    font-weight: 500;
    color: #2563eb;
}

.features-lead {
    font-size: 15px;
    color: #4b5563;
    line-height: 1.6;
}

.features-grid {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.feature-card {
    flex: 1;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 24px;
    padding: 32px 24px;
    text-align: left;
    box-shadow: inset 0 -3px 0px #f8fafc, 0 4px 20px rgba(15, 23, 42, 0.02);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.feature-card:hover {
    transform: translateY(-4px);
    box-shadow: inset 0 -3px 0px #f8fafc, 0 14px 30px rgba(15, 23, 42, 0.06);
}

/* --- ICONA PAR DEFAUT --- */
.feature-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    background: #eff6ff;
    border: 1px solid #dbeafe;
    color: #2563eb;
    transition: all 0.2s ease;
}

/* --- L-GRADIENT HOVER EXACT --- */
.feature-card:hover .feature-icon {
    background: linear-gradient(135deg, #3b82f6 0%, #2054C6 100%);
    color: #ffffff;
    border-color: #2054C6;
    box-shadow: inset 0 1px 0px rgba(255, 255, 255, 0.3);
}

.icon-placeholder {
    font-size: 14px;
    font-weight: 700;
}

.feature-card h3 {
    font-size: 18px;
    font-weight: 700;
    color: #0b0f19;
    margin-bottom: 12px;
    letter-spacing: -0.3px;
}

.feature-card p {
    font-size: 13.5px;
    color: #4b5563;
    line-height: 1.6;
}

@media (max-width: 1024px) {
    .features-grid {
        flex-direction: column;
        gap: 16px;
    }
    .features-header h2 {
        font-size: 36px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5d9e5a7 *//* --- SECTION THE IPTV EXPERIENCE --- */
.experience-section {
    max-width: 2000px;

    padding: 80px ;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;    background-color: #F7F9FC;
}

/* En-tête de la section */
.experience-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 56px auto;
}

.experience-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #eff6ff;
    border: 1px solid #dbeafe;
    color: #2563eb;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 6px 14px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.experience-badge .badge-dot {
    width: 6px;
    height: 6px;
    background: #3b82f6;
    border-radius: 50%;
}

.experience-header h2 {
    font-size: 48px;
    font-weight: 800;
    color: #0b0f19;
    letter-spacing: -1.5px;
    line-height: 1.1;
    margin-bottom: 20px;
}

.experience-header h2 .serif.blue-text {
    
    font-weight: 500;
    color: #2563eb;
}

.experience-lead {
    font-size: 15px;
    color: #6b7280;
    line-height: 1.6;
}

/* --- GRILLE CSS (CSS GRID ASYMÉTRIQUE) --- */
.experience-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr; /* La colonne de gauche est plus large */
    gap: 24px;
}

/* Style de base commun aux cartes */
.exp-card {
    border-radius: 24px;
    padding: 40px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

/* --- TYPE 1 : LA GRANDE CARTE BLEUE --- */
.card-large-blue {
    grid-column: 80%;
    grid-row: 1 / 2;
    background: linear-gradient(135deg, #0a2569 0%, #10359c 100%);
    color: #ffffff;
    min-height: 340px;
    border: 1px solid #1e40af;
}

.card-large-blue h3 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    max-width: 500px;
    margin-top: 24px;
    margin-bottom: 16px;
    letter-spacing: -0.8px;
    z-index: 2;
    color: #ffffff;
}

.card-large-blue p {
    font-size: 14px;
    color: #ffffff;
    line-height: 1.6;
    max-width: 460px;
    margin: 0;
    z-index: 2;
}

/* --- TYPE 2 : LES CARTES BLANCHES --- */
.card-white {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    color: #0b0f19;
    box-shadow: inset 0 -3px 0px #f8fafc, 0 4px 20px rgba(15, 23, 42, 0.02);
}

.card-white h3 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 16px;
    margin-bottom: 12px;
    letter-spacing: -0.4px;
}

.card-white p {
    font-size: 13.5px;
    color: #4b5563;
    line-height: 1.6;
    margin: 0;
}

/* Spécificité de la carte 99.9% (Haut Droite) */
.stability-card {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
}

.stat-number {
    font-size: 44px;
    font-weight: 800;
    letter-spacing: -1.5px;
    color: #0b0f19;
    line-height: 1;
}

/* --- LES PETITS BADGES INTERNES (4K, EPG, 24/7) --- */
.card-badge {
    background: #ffffff;
    color: #1e40af;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 10px;
    letter-spacing: 0.5px;
}

.card-badge.badge-outline {
    background: #eff6ff;
    border: 1px solid #dbeafe;
    color: #2563eb;
}

/* --- DÉCORATION DE L'INTERFACE EN ARRIÈRE PLAN (CARTE BLEUE) --- */
.ui-mockup-bg {
    position: absolute;
    right: -40px;
    bottom: -60px;
    width: 260px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    transform: rotate(-10deg);
    opacity: 0.45;
    pointer-events: none;
    z-index: 1;
}

.ui-box {
    background: linear-gradient(to bottom, #2563eb, #1d4ed8);
    height: 70px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

/* --- RESPONSIVE DESIGN --- */
@media (max-width: 992px) {
    .experience-grid {
        grid-template-columns: 1fr; /* Bascule tout sur une seule colonne */
    }
    
    .card-large-blue, .stability-card {
        grid-column: auto;
        grid-row: auto;
    }
    
    .experience-header h2 {
        font-size: 36px;
    }
    
    .card-large-blue h3 {
        font-size: 26px;
    }
    
    .ui-mockup-bg {
        display: none; /* Cache la fausse grille TV sur mobile pour la clarté */
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-15b5a78 *//* --- SECTION CONFIG --- */
.apps-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 20px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

.apps-header {
    text-align: center;
    max-width: 650px;
    margin: 0 auto 56px auto;
}

.apps-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #eff6ff;
    border: 1px solid #dbeafe;
    color: #2563eb;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 6px 14px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.apps-badge .badge-dot {
    width: 6px;
    height: 6px;
    background: #3b82f6;
    border-radius: 50%;
}

.apps-header h2 {
    font-size: 48px;
    font-weight: 800;
    color: #0b0f19;
    letter-spacing: -1.5px;
    line-height: 1.1;
    margin-bottom: 20px;
}

.apps-header h2 .serif.blue-text {
    font-weight: 500;
    color: #2563eb;
}

.apps-lead {
    font-size: 15px;
    color: #4b5563;
    line-height: 1.6;
}

/* --- GRILLE --- */
.apps-grid {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

/* --- STRUCTURE L-CARD --- */
.app-card {
    flex: 1;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 24px;
    padding: 32px 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 250px;
    position: relative; /* Design technique pour la ligne absolue */
    overflow: hidden;   /* Clappe l'effet arrondi en bas */
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.01);
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), 
                box-shadow 0.25s cubic-bezier(0.4, 0, 0.2, 1),
                border-color 0.25s ease;
}

/* --- EFFET HOVER CARD INTERTIOR --- */
.app-card:hover {
    transform: translateY(-5px);
    border-color: #94a3b8; /* La bordure devient légèrement plus sombre */
    box-shadow: 0 20px 35px rgba(15, 23, 42, 0.08); /* Ombrage plus prononcé */
}

/* Icone */
.app-icon-wrapper {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: #eff6ff;
    border: 1px solid #dbeafe;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.app-icon-text {
    font-size: 13px;
    font-weight: 800;
    color: #1e40af;
}

/* Textes */
.app-content h3 {
    font-size: 18px;
    font-weight: 700;
    color: #0b0f19;
    margin: 0 0 10px 0;
    letter-spacing: -0.3px;
}

.app-content p {
    font-size: 13.5px;
    color: #6b7280;
    line-height: 1.5;
    margin: 0;
}

/* Footer & Liens */
.app-footer {
    margin-top: 24px;
    padding-top: 16px;
    border-top: 1px solid #f1f5f9;
}

.setup-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none !important;
    font-size: 13px;
    font-weight: 600;
    color: #6b7280;
    transition: color 0.2s ease;
}

.setup-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none; /* Enlève le soulignement sur tout le bloc */
    font-size: 13px;
    font-weight: 600;
    color: #6b7280;
    transition: color 0.2s ease;
}

/* --- LE TEMPS EN BLEU --- */
.setup-link .setup-time {
    color: #2563eb;
    font-weight: 700;
    text-decoration: none; /* Sécurité pour le span */
}

/* --- EFFET HOVER (Changement de couleur propre sans soulignement) --- */
.app-card:hover .setup-link {
    color: #0b0f19;
    text-decoration: none; /* Bloque toute apparition de soulignement au survol */
}

/* --- L-KHAYT DYAL L-GRADIENT EN HOVER (PIXEL-PERFECT) --- */
.hover-gradient-line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px; /* Épaisseur exacte de la barre */
    background: linear-gradient(90deg, #3b82f6 0%, #2054C6 80%, transparent 100%);
    opacity: 0; /* Caché par défaut */
    transform: translateY(4px);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

/* Déclenchement de la ligne au Hover */
.app-card:hover .hover-gradient-line {
    opacity: 1;
    transform: translateY(0);
}

/* --- RESPONSIVE --- */
@media (max-width: 1024px) {
    .apps-grid {
        flex-direction: column;
        gap: 16px;
    }
    .app-card {
        min-height: auto;
    }
    .apps-header h2 {
        font-size: 36px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-11635e0 *//* --- CONFIGURATION SECTION --- */
.steps-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 20px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* En-tête */
.steps-header {
    text-align: center;
    max-width: 750px;
    margin: 0 auto 64px auto;
}

.steps-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #eff6ff;
    border: 1px solid #dbeafe;
    color: #2563eb;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 6px 14px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.steps-badge .badge-dot {
    width: 6px;
    height: 6px;
    background: #3b82f6;
    border-radius: 50%;
}

.steps-header h2 {
    font-size: 48px;
    font-weight: 800;
    color: #0b0f19;
    letter-spacing: -1.5px;
    line-height: 1.1;
    margin-bottom: 20px;
}

.steps-header h2 .serif.blue-text {
   
    font-weight: 500;
    color: #2563eb;
}

.steps-lead {
    font-size: 15px;
    color: #6b7280;
    line-height: 1.6;
}

/* --- STRUCTURE DE LA GRILLE (3 COLONNES) --- */
.steps-grid {
    display: flex;
    gap: 24px;
    justify-content: space-between;
}

.step-card {
    flex: 1;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 24px;
    padding: 40px 32px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.01);
    position: relative;
    overflow: hidden; /* Limite le débordement des pointillés propres */
}

/* --- RANGÉE SUPÉRIEURE (NUMÉRO + POINTILLÉS RACCOURCIS) --- */
.step-top-row {
    display: flex;
    align-items: center;
    margin-bottom: 28px;
    width: 100%;
}

.step-number {
    width: 36px;
    height: 36px;
    background: linear-gradient(to bottom, #3b82f6 0%, #1d4ed8 100%);
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.2);
    flex-shrink: 0;
}

/* Ligne en pointillés bleus raccourcie (Pas trop longue) */
.step-connector {
    flex-grow: 1;
    margin-left: 16px;
    border-bottom: 2px dashed #dbeafe;
    height: 1px;
    max-width: 70%; /* Raccourcit le trait pour ne pas étouffer l'espace */
}

/* Gestion du trait pour déborder proprement sur grand écran */
@media (min-width: 993px) {
    .step-top-row {
        width: calc(100% + 40px);
        z-index: 2;
    }
}

/* --- TEXTE ET CONTENU --- */
.step-meta {
    font-size: 11px;
    font-weight: 700;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 8px;
}

.step-content h3 {
    font-size: 20px;
    font-weight: 700;
    color: #0b0f19;
    margin: 0 0 12px 0;
    letter-spacing: -0.4px;
}

.step-content p {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.6;
    margin: 0;
}

/* --- RESPONSIVE DESIGN --- */
@media (max-width: 992px) {
    .steps-grid {
        flex-direction: column;
        gap: 20px;
    }
    
    .step-connector {
        display: none; /* Masqué sur mobile pour le flux vertical */
    }
    
    .steps-header h2 {
        font-size: 36px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ba05cb4 *//* --- CONFIGURATION GENERALE --- */
.features-split-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 20px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

.features-container {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr; /* Équilibre parfait entre le visuel et le texte */
    gap: 64px;
    align-items: center;
}

/* --- CÔTÉ GAUCHE : VISUEL BLEU GÉANT --- */
.feature-visual-card {
    background: linear-gradient(135deg, #061c4f 0%, #1d59db 100%);
    border-radius: 32px;
    padding: 56px 48px;
    min-height: 400px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.04);
}

.visual-content {
    position: relative;
    z-index: 2; /* Reste au-dessus de la grille de fond */
}

.live-badge 
    {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #eff6ff;
    border: 1px solid #dbeafe;
    color: #2563eb;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 6px 14px;
    border-radius: 20px;
    margin-bottom: 20px;
}



.feature-visual-card h2 {
    font-size: 38px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -1px;
    line-height: 1.2;
    margin: 0 0 24px 0;
    max-width: 440px;
}

/* Rangée de tags */
.tag-row {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.outline-tag {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 16px;
    border-radius: 12px;
}

/* Texture en ligne de fond (Subtle Grid) */
.bg-grid-texture {
    position: absolute;
    inset: 0;
    opacity: 0.07;
    background-size: 30px 30px;
    background-image: 
        linear-gradient(to right, #ffffff 1px, transparent 1px),
        linear-gradient(to bottom, #ffffff 1px, transparent 1px);
    pointer-events: none;
    z-index: 1;
}

/* --- CÔTÉ DROIT : CONTENU TEXTE --- */
.feature-text-content {
    display: flex;
    flex-direction: column;
}

.feature-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #eff6ff;
    border: 1px solid #dbeafe;
    color: #2563eb;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 6px 14px;
    border-radius: 20px;
    margin-bottom: 24px;
    width: fit-content;
}

.feature-badge .badge-dot {
    width: 6px;
    height: 6px;
    background: #3b82f6;
    border-radius: 50%;
}

.feature-text-content h1 {
    font-size: 46px;
    font-weight: 800;
    color: #0b0f19;
    letter-spacing: -1.5px;
    line-height: 1.15;
    margin: 0 0 24px 0;
}

.feature-description {
    font-size: 15.5px;
    color: #4b5563;
    line-height: 1.6;
    margin: 0 0 32px 0;
}

/* --- CHECKLIST STYLE --- */
.feature-checklist {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.feature-checklist li {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 14.5px;
    font-weight: 600;
    color: #1f2937;
}

/* Rond bleu de validation */
.check-icon {
    width: 22px;
    height: 22px;
    background: #eff6ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2563eb;
    flex-shrink: 0;
}

.check-icon svg {
    width: 12px;
    height: 12px;
}

/* --- MODERN BUTTON --- */
.cta-button {
   background: linear-gradient(to bottom, #3b82f6 0%, #1d4ed8 100%);
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    padding: 14px 28px;
    border-radius: 14px;
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 4px 14px rgba(37, 99, 235, 0.25);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    text-decoration: none !important;
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37, 99, 235, 0.35);
}

.cta-arrow {
    font-size: 16px;
    transition: transform 0.2s ease;
}

.cta-button:hover .cta-arrow {
    transform: translateX(4px); /* Petit effet dynamique au survol */
}

/* --- DESIGN RESPONSIVE --- */
@media (max-width: 992px) {
    .features-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .feature-text-content h1 {
        font-size: 34px;
    }
    
    .feature-visual-card {
        padding: 40px 24px;
        min-height: auto;
    }
    
    .feature-visual-card h2 {
        font-size: 28px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0f8acd4 *//* --- CONFIGURATION GENERALE --- */
.sports-split-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 20px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

.sports-container {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr; /* Texte à gauche, visuel légèrement plus large à droite */
    gap: 64px;
    align-items: center;
}

/* --- CÔTÉ GAUCHE : CONTENU TEXTE --- */
.sports-text-content {
    display: flex;
    flex-direction: column;
}

.sports-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #eff6ff;
    border: 1px solid #dbeafe;
    color: #2563eb;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 6px 14px;
    border-radius: 20px;
    margin-bottom: 24px;
    width: fit-content;
}

.sports-badge .badge-dot {
    width: 6px;
    height: 6px;
    background: #3b82f6;
    border-radius: 50%;
}

.sports-text-content h1 {
    font-size: 46px;
    font-weight: 800;
    color: #0b0f19;
    letter-spacing: -1.5px;
    line-height: 1.15;
    margin: 0 0 24px 0;
}

.sports-description {
    font-size: 15.5px;
    color: #4b5563;
    line-height: 1.6;
    margin: 0 0 32px 0;
}

/* --- LISTE A PUCES (CHECKLIST) --- */
.sports-checklist {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.sports-checklist li {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 14.5px;
    font-weight: 600;
    color: #1f2937;
}

.check-icon {
    width: 22px;
    height: 22px;
    background: #eff6ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2563eb;
    flex-shrink: 0;
}

.check-icon svg {
    width: 12px;
    height: 12px;
}

/* --- CÔTÉ DROIT : CARTE VERTE --- */
.sports-visual-card {
    background: linear-gradient(135deg, #043927 0%, #059669 100%); /* Dégradé vert profond vers émeraude */
    border-radius: 32px;
    padding: 56px 48px;
    min-height: 400px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.03);
}

.visual-content {
    position: relative;
    z-index: 2;
}

.main-tag {
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(4px);
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
    padding: 6px 14px;
    border-radius: 10px;
    letter-spacing: 0.5px;
    display: inline-block;
    margin-bottom: 24px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.sports-visual-card h2 {
    font-size: 38px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -1px;
    line-height: 1.2;
    margin: 0 0 24px 0;
    max-width: 440px;
}

/* Les petits tags de sports */
.tag-row {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.outline-tag {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 16px;
    border-radius: 12px;
}

/* Texture de la grille arrière */
.bg-grid-texture {
    position: absolute;
    inset: 0;
    opacity: 0.06;
    background-size: 30px 30px;
    background-image: 
        linear-gradient(to right, #ffffff 1px, transparent 1px),
        linear-gradient(to bottom, #ffffff 1px, transparent 1px);
    pointer-events: none;
    z-index: 1;
}

/* --- DESIGN RESPONSIVE --- */
@media (max-width: 992px) {
    .sports-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    /* On force l'affichage du texte d'abord sur mobile si nécessaire, ou on laisse le flux naturel */
    .sports-text-content h1 {
        font-size: 34px;
    }
    
    .sports-visual-card {
        padding: 40px 24px;
        min-height: auto;
    }
    
    .sports-visual-card h2 {
        font-size: 28px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b336261 *//* --- CONFIGURATION GENERALE --- */
.reviews-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 20px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    background-color: #ffffff;
}

/* En-tête */
.reviews-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 56px auto;
}

.reviews-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #eff6ff;
    border: 1px solid #dbeafe;
    color: #2563eb;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 6px 14px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.reviews-badge .badge-dot {
    width: 6px;
    height: 6px;
    background: #3b82f6;
    border-radius: 50%;
}

.reviews-header h2 {
    font-size: 44px;
    font-weight: 800;
    color: #0b0f19;
    letter-spacing: -1.2px;
    line-height: 1.15;
    margin-bottom: 20px;
}

.reviews-header h2 .serif.blue-text {
   
    font-weight: 500;
    color: #2563eb;
}

.reviews-lead {
    font-size: 15px;
    color: #6b7280;
    line-height: 1.6;
}

/* --- STRUCTURE PRINCIPALE CONTENEUR --- */
.reviews-container {
    display: grid;
    grid-template-columns: 0.85fr 2.15fr; /* Score à gauche plus étroit, grille d'avis large */
    gap: 32px;
    align-items: start;
}

/* --- BLOC GAUCHE : SCORE GLOBAL (BLEU FONCÉ DEGRADE) --- */
.score-overall-card {
    background: linear-gradient(145deg, #07163c 0%, #0d328f 100%);
    border-radius: 28px;
    padding: 40px 32px;
    color: #ffffff;
    box-shadow: 0 20px 40px rgba(7, 22, 60, 0.15);
    position: sticky;
    top: 20px;
}

.score-number {
    font-size: 72px;
    font-weight: 800;
    letter-spacing: -2px;
    line-height: 1;
    margin-bottom: 12px;
}

.score-stars {
    color: #f59e0b;
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 16px;
}

.score-desc {
    font-size: 14px;
    color: #93c5fd;
    line-height: 1.6;
    margin: 0 0 40px 0;
}

/* Rangée mini-widgets */
.widget-row {
    display: flex;
    gap: 12px;
}

.mini-widget {
    flex: 1;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 12px 14px;
    border-radius: 14px;
}

.widget-title {
    font-size: 13px;
    font-weight: 700;
    display: block;
    color: #ffffff;
    margin-bottom: 2px;
}

.widget-sub {
    font-size: 10px;
    color: #93c5fd;
    display: block;
}

/* --- BLOC DROIT : GRILLE DES 4 TEMOIGNAGES --- */
.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 colonnes bien équilibrées */
    gap: 24px;
}

.user-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 24px;
    padding: 32px;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.01);
    display: flex;
    flex-direction: column;
}

/* En-tête utilisateur */
.user-info {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
}

.avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
}

/* Couleurs dynamiques des avatars */
.avatar-orange { background: #f97316; }
.avatar-teal { background: #059669; }
.avatar-purple { background: #8b5cf6; }
.avatar-blue { background: #2563eb; }

.user-info h4 {
    font-size: 15px;
    font-weight: 700;
    color: #0b0f19;
    margin: 0 0 2px 0;
}

.user-country {
    font-size: 12px;
    color: #94a3b8;
}

.card-stars {
    color: #f59e0b;
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.user-text {
    font-size: 13.5px;
    color: #374151;
    line-height: 1.6;
    margin: 0 0 20px 0;
    flex-grow: 1; /* Aligne les badges en bas */
}

/* Badge vert de vérification */
.verification-badge {
    font-size: 11px;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 20px;
    width: fit-content;
}

.bg-green {
    background: #ecfdf5;
    color: #059669;
}

/* --- DESIGN RESPONSIVE --- */
@media (max-width: 992px) {
    .reviews-container {
        grid-template-columns: 1fr; /* Tout passe à la verticale */
        gap: 40px;
    }
    
    .score-overall-card {
        position: relative;
        top: 0;
    }

    .testimonials-grid {
        grid-template-columns: 1fr; /* 1 colonne pour les cartes sur mobile/tablette */
    }

    .reviews-header h2 {
        font-size: 34px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b41b1a1 *//* --- SECTION WRAPPER --- */
.cta-banner-section {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 80px 20px;
   
    box-sizing: border-box;
}

/* --- LA COQUE PRINCIPALE (GRADIENT BLEU AVEC ARRONDI) --- */
.cta-card {
    width: 100%;
    max-width: 1120px; /* Aligné avec la largeur globale de la page */
    margin: 0 auto;
    background: radial-gradient(100% 100% at 50% 0%, #1e40af 0%, #1e3a8a 50%, #0f172a 100%); /* Gradient profond royal blue */
    border-radius: 32px;
    position: relative;
    overflow: hidden;
    padding: 80px 40px;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.15);
    text-align: center;
}

/* Grille subtile d'arrière-plan (Grid Lines) */
.cta-grid-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 40px 40px;
    background-position: center top;
    opacity: 0.8;
    pointer-events: none;
}

/* --- BLOC TEXTE --- */
.cta-content {
    position: relative;
    z-index: 2; /* Reste au-dessus de la grille */
    max-width: 680px;
    margin: 0 auto;
}

.cta-title {
    font-size: 56px;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: -2px;
    line-height: 1.1;
    margin: 0 0 24px 0;
}

/* Le fameux style Serif Italique Blanc */
.cta-title .serif-italic {
   
    font-weight: 400;
    color: #ffffff;
}

.cta-subtitle {
    font-size: 18px;
    color: #93c5fd; /* Bleu clair text discret */
    line-height: 1.5;
    margin: 0 0 40px 0;
    font-weight: 400;
}

/* --- LES BOUTONS ACTIFS --- */
.cta-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-bottom: 48px;
}

/* Start free trial */
.btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #ffffff;
    color: #0f172a;
    text-decoration: none;
    padding: 16px 28px;
    border-radius: 14px;
    font-size: 15px;
    font-weight: 700;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.btn-primary:hover {
    background-color: #f8fafc;
    transform: translateY(-2px);
}

.btn-primary .arrow {
    transition: transform 0.2s ease;
}

.btn-primary:hover .arrow {
    transform: translateX(3px);
}

/* View pricing */
.btn-secondary {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    text-decoration: none;
    padding: 16px 28px;
    border-radius: 14px;
    font-size: 15px;
    font-weight: 700;
    border: 1px solid rgba(255, 255, 255, 0.15);
    transition: background-color 0.2s ease, transform 0.2s ease;
    box-sizing: border-box;
    
text-decoration: none !important;
}

.btn-secondary:hover {
   
    transform: translateY(-2px);
}

/* --- FOOTER DES FEATURES (CHECKMARKS) --- */
.cta-features {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #93c5fd;
    font-size: 14px;
    font-weight: 500;
}

.feature-item .check-icon {
    color: #60a5fa; /* Couleur bleue claire du symbole check */
    font-weight: 700;
}

/* --- RESPONSIVE MOBILE --- */
@media (max-width: 768px) {
    .cta-card {
        padding: 60px 24px;
        border-radius: 24px;
    }

    .cta-title {
        font-size: 38px;
        letter-spacing: -1px;
    }
    
    .mobile-break {
        display: block; /* Force le retour à la ligne sur mobile pour garder le design stable */
    }

    .cta-subtitle {
        font-size: 16px;
        margin-bottom: 32px;
    }

    .cta-buttons {
        flex-direction: column;
        width: 100%;
        gap: 12px;
    }

    .btn-primary, .btn-secondary {
        width: 100%;
        justify-content: center;
        padding: 14px 24px;
    }

    .cta-features {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }
}/* End custom CSS */