.elementor-30632 .elementor-element.elementor-element-914fe29{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-30632 .elementor-element.elementor-element-66f92c9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-d9cdfd5 */<style>
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        body {
            font-family: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;
            line-height: 1.6;
            color: #333;
            background: #fff;
        }
        
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        
        /* Hero Section - Style GoHighLevel */
        .hero {
            background: linear-gradient(135deg, #2b2e71 0%, #266534 100%);
            color: white;
            padding: 80px 0;
            text-align: center;
            width: 100vw;
            margin-left: calc(-50vw + 50%);
        }
        
        .hero h1 {
            font-size: 3rem;
            font-weight: 700;
            margin-bottom: 20px;
            line-height: 1.2;
            color: white;
        }
        
        .hero .subtitle {
            font-size: 1.5rem;
            font-weight: 600;
            margin-bottom: 20px;
            color: #b5ce51;
        }
        
        .hero .description {
            font-size: 1.1rem;
            margin-bottom: 40px;
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
            opacity: 0.9;
        }
        
        /* CTA Buttons */
        .cta-buttons {
            display: flex;
            gap: 20px;
            justify-content: center;
            margin-top: 30px;
            flex-wrap: wrap;
        }
        
        .btn {
            padding: 15px 30px;
            font-size: 1.1rem;
            font-weight: 600;
            text-decoration: none;
            border-radius: 8px;
            transition: all 0.3s ease;
            display: inline-block;
        }
        
        .btn-primary {
            background: #ea5e3a;
            color: white;
            border: 2px solid #ea5e3a;
        }
        
        .btn-primary:hover {
            background: #d94d28;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(234, 94, 58, 0.3);
        }
        
        .btn-secondary {
            background: transparent;
            color: white;
            border: 2px solid white;
        }
        
        .btn-secondary:hover {
            background: white;
            color: #2b2e71;
            transform: translateY(-2px);
        }
        
        /* Sections */
        .section {
            padding: 50px 0;
        }
        
        .section h2 {
            font-size: 2.5rem;
            font-weight: 700;
            color: #2b2e71;
            margin-bottom: 50px;
            text-align: center;
            line-height: 1.2;
        }
        
        .section h3 {
            font-size: 1.8rem;
            font-weight: 600;
            color: #2b2e71;
            margin-bottom: 25px;
            line-height: 1.3;
        }
        
        .section h4 {
            font-size: 1.4rem;
            font-weight: 600;
            color: #b5ce51;
            margin-bottom: 20px;
        }
        
        .content {
            font-size: 1.1rem;
            line-height: 1.8;
            margin-bottom: 25px;
            color: #555;
        }
        
        .highlight {
            color: #b5ce51;
            font-weight: 600;
        }
        
        /* Stats Box */
        .stats {
            background: linear-gradient(135deg, #2b2e71 0%, #266534 100%);
            color: white;
            padding: 50px;
            border-radius: 20px;
            text-align: center;
            margin: 40px 0;
        }
        
        .stats-number {
            font-size: 4rem;
            font-weight: 800;
            color: #b5ce51;
            display: block;
            margin-bottom: 10px;
        }
        
        .stats-text {
            font-size: 1.2rem;
            font-weight: 500;
        }
        
        /* Packs */
        .packs-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 30px;
            margin: 50px 0;
        }
        
        .pack {
            background: white;
            border: 2px solid #f0f0f0;
            border-radius: 20px;
            padding: 40px 30px;
            text-align: center;
            transition: all 0.3s ease;
            position: relative;
        }
        
        .pack:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
            border-color: #b5ce51;
        }
        
        .pack.featured {
            border-color: #b5ce51;
            transform: scale(1.05);
        }
        
        .pack.featured::before {
            content: "RECOMMANDÉ";
            position: absolute;
            top: -15px;
            left: 50%;
            transform: translateX(-50%);
            background: #b5ce51;
            color: white;
            padding: 8px 20px;
            border-radius: 20px;
            font-size: 0.9rem;
            font-weight: 600;
        }
        
        .pack h4 {
            font-size: 1.5rem;
            color: #2b2e71;
            margin-bottom: 10px;
        }
        
        .pack-price {
            font-size: 2rem;
            font-weight: 700;
            color: #b5ce51;
            margin-bottom: 20px;
        }
        
        .pack-description {
            color: #666;
            margin-bottom: 30px;
            font-size: 1rem;
        }
        
        .pack ul {
            text-align: left;
            margin-bottom: 30px;
            list-style: none;
            padding: 0;
        }
        
        .pack li {
            padding: 8px 0;
            border-bottom: 1px solid #f0f0f0;
            position: relative;
            padding-left: 25px;
        }
        
        .pack li::before {
            content: "✓";
            position: absolute;
            left: 0;
            color: #b5ce51;
            font-weight: bold;
        }
        
        /* FAQ */
        .faq-grid {
            display: grid;
            gap: 20px;
            margin: 50px 0;
        }
        
        .faq-item {
            background: white;
            border: 1px solid #e0e0e0;
            border-radius: 15px;
            padding: 30px;
            transition: all 0.3s ease;
        }
        
        .faq-item:hover {
            border-color: #b5ce51;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
        }
        
        .faq-question {
            font-size: 1.2rem;
            font-weight: 600;
            color: #2b2e71;
            margin-bottom: 15px;
        }
        
        .faq-answer {
            color: #666;
            line-height: 1.7;
            font-size: 1rem;
        }
        
        /* Contact Section */
        .contact-section {
            background: linear-gradient(135deg, #2b2e71 0%, #266534 100%);
            color: white;
            padding: 60px 0;
            text-align: center;
            width: 100vw;
            margin-left: calc(-50vw + 50%);
        }
        
        .contact-section h2 {
            color: white;
            border-bottom-color: #b5ce51;
        }
        
        .contact-info {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 30px;
            margin: 40px 0;
        }
        
        .contact-item {
            padding: 20px;
        }
        
        .contact-item h4 {
            color: #b5ce51;
            margin-bottom: 10px;
        }
        
        /* CTA */
        .cta {
            background: linear-gradient(135deg, #ea5e3a 0%, #d94d28 100%);
            color: white;
            padding: 20px 40px;
            border-radius: 10px;
            text-decoration: none;
            font-weight: 600;
            font-size: 1.1rem;
            display: inline-block;
            margin: 30px 0;
            transition: all 0.3s ease;
            text-align: center;
        }
        
        .cta:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 25px rgba(234, 94, 58, 0.3);
        }
        
        /* Responsive */
        @media (max-width: 768px) {
            .hero h1 {
                font-size: 2.2rem;
            }
            
            .hero .subtitle {
                font-size: 1.2rem;
            }
            
            .section {
                padding: 30px 0;
            }
            
            .section h2 {
                font-size: 2rem;
            }
            
            .section h3 {
                font-size: 1.5rem;
            }
            
            .packs-grid {
                grid-template-columns: 1fr;
            }
            
            .pack.featured {
                transform: none;
            }
            
            .cta-buttons {
                flex-direction: column;
                align-items: center;
            }
            
            .stats-number {
                font-size: 3rem;
            }
        }
    </style>/* End custom CSS */