.elementor-884 .elementor-element.elementor-element-33b17dd{--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-884 .elementor-element.elementor-element-33b17dd:not(.elementor-motion-effects-element-type-background), .elementor-884 .elementor-element.elementor-element-33b17dd > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F7F9FC;}.elementor-884 .elementor-element.elementor-element-244692e{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-884 .elementor-element.elementor-element-5530a83{width:var( --container-widget-width, 98.988% );max-width:98.988%;--container-widget-width:98.988%;--container-widget-flex-grow:0;}.elementor-884 .elementor-element.elementor-element-5530a83.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-884 .elementor-element.elementor-element-6fa2a19{--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-884 .elementor-element.elementor-element-6fa2a19:not(.elementor-motion-effects-element-type-background), .elementor-884 .elementor-element.elementor-element-6fa2a19 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F7F9FC;}.elementor-884 .elementor-element.elementor-element-f8c2ae4{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-884 .elementor-element.elementor-element-a4c2747{width:var( --container-widget-width, 102.664% );max-width:102.664%;--container-widget-width:102.664%;--container-widget-flex-grow:0;}.elementor-884 .elementor-element.elementor-element-a4c2747.elementor-element{--flex-grow:0;--flex-shrink:0;}@media(max-width:767px){.elementor-884 .elementor-element.elementor-element-244692e{--margin-top:-59px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-884 .elementor-element.elementor-element-f8c2ae4{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for html, class: .elementor-element-a4c2747 *//* --- SECTION WRAPPER --- */
.cta-banner-section {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 25px 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: 50px;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: -2px;
    line-height: 1.1;
    margin: 0 0 24px 0;
}



.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;
    text-decoration: none !important;
}

.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);
        color:white !important;
}

/* --- 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 */