.elementor-6468 .elementor-element.elementor-element-b967dc1:not(.elementor-motion-effects-element-type-background), .elementor-6468 .elementor-element.elementor-element-b967dc1 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#D6C8B8;}.elementor-6468 .elementor-element.elementor-element-b967dc1{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-6468 .elementor-element.elementor-element-b967dc1 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-6468 .elementor-element.elementor-element-c34e93c:not(.elementor-motion-effects-element-type-background), .elementor-6468 .elementor-element.elementor-element-c34e93c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF00;}.elementor-6468 .elementor-element.elementor-element-c34e93c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-6468 .elementor-element.elementor-element-c34e93c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-6468 .elementor-element.elementor-element-d2cf33a:not(.elementor-motion-effects-element-type-background), .elementor-6468 .elementor-element.elementor-element-d2cf33a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F8F9FA;}.elementor-6468 .elementor-element.elementor-element-d2cf33a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-6468 .elementor-element.elementor-element-d2cf33a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-6468 .elementor-element.elementor-element-f923e74:not(.elementor-motion-effects-element-type-background), .elementor-6468 .elementor-element.elementor-element-f923e74 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#DDB88E;}.elementor-6468 .elementor-element.elementor-element-f923e74{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-6468 .elementor-element.elementor-element-f923e74 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-6468 .elementor-element.elementor-element-f701d16:not(.elementor-motion-effects-element-type-background), .elementor-6468 .elementor-element.elementor-element-f701d16 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F8F9FA;}.elementor-6468 .elementor-element.elementor-element-f701d16{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-6468 .elementor-element.elementor-element-f701d16 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-6468 .elementor-element.elementor-element-c89b26d:not(.elementor-motion-effects-element-type-background), .elementor-6468 .elementor-element.elementor-element-c89b26d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF00;}.elementor-6468 .elementor-element.elementor-element-c89b26d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-6468 .elementor-element.elementor-element-c89b26d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-6468 .elementor-element.elementor-element-64ef232:not(.elementor-motion-effects-element-type-background), .elementor-6468 .elementor-element.elementor-element-64ef232 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#AE3C3C;}.elementor-6468 .elementor-element.elementor-element-64ef232{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-6468 .elementor-element.elementor-element-64ef232 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}:root{--page-title-display:none;}/* Start custom CSS *//* Header Hero Section */
        .hero-section {
            color: white;
            padding: 80px 0;
            text-align: center;
        }
        
        .hero-section h1 {
            font-size: 3.2em;
            margin-bottom: 20px;
            font-weight: 700;
        }
        
        .hero-section .subtitle {
            font-size: 1.4em;
            margin-bottom: 30px;
            opacity: 0.9;
        }
        
        .cta-button {
            display: inline-block;
            background: #ae3c3c;
            color: white;
            padding: 15px 40px;
            text-decoration: none;
            border-radius: 50px;
            font-size: 1.2em;
            font-weight: 600;
            transition: all 0.3s ease;
            margin: 10px;
        }
        
        .cta-button:hover {
            background: #9d2c2c;
            transform: translateY(-2px);
            box-shadow: 0 10px 25px rgba(174, 60, 60, 0.3);
        }
        
        .cta-secondary {
            background: transparent;
            border: 2px solid white;
        }
        
        .cta-secondary:hover {
            background: white;
            color: #663300;
        }
        
        /* Trust Indicators */
        .trust-section {
            padding: 60px 0;
        }
        
        .trust-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 30px;
            text-align: center;
        }
        
        .trust-item {
            background: white;
            padding: 30px;
            border-radius: 15px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }
        
        .trust-number {
            font-size: 2.5em;
            color: #663300;
            font-weight: 700;
        }
        
        /* Services Section */
        .services-section {
            padding: 80px 0;
        }
        
        .section-title {
            text-align: center;
            font-size: 2.5em;
            margin-bottom: 20px;
            color: #333;
        }
        
        .section-subtitle {
            text-align: center;
            font-size: 1.3em;
            color: #666;
            margin-bottom: 60px;
        }
        
        .services-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 40px;
            margin-top: 50px;
        }
        
        .service-card {
            background: white;
            padding: 40px;
            border-radius: 20px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            transition: transform 0.3s ease;
        }
        
        .service-card:hover {
            transform: translateY(-10px);
        }
        
        .service-card h3 {
            color: #663300;
            font-size: 1.5em;
            margin-bottom: 20px;
        }
        
        .service-features {
            list-style: none;
            margin-top: 20px;
        }
        
        .service-features li {
            padding: 8px 0;
            position: relative;
            padding-left: 25px;
        }
        
        .service-features li:before {
            content: "✓";
            position: absolute;
            left: 0;
            color: #996633;
            font-weight: bold;
        }
        
        /* Process Section */
        .process-section {
            padding: 80px 0;
        }
        
        .process-steps {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 30px;
            margin-top: 50px;
        }
        
        .process-step {
            background: white;
            padding: 30px;
            border-radius: 15px;
            text-align: center;
            position: relative;
        }
        
        .step-number {
            background: #663300;
            color: white;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            font-size: 1.2em;
            margin: 0 auto 20px;
        }
        
        /* Indexation Section */
        .indexation-section {
            padding: 80px 0;
            color: white;
        }
        
        .indexation-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 20px;
            margin-top: 40px;
        }
        
        .indexation-item {
            background: rgba(255,255,255,0.1);
            padding: 20px;
            border-radius: 10px;
            text-align: center;
            backdrop-filter: blur(10px);
        }
        
        /* CTA Section */
        .final-cta {
            background: #ae3c3c;
            color: white;
            padding: 60px 0;
            text-align: center;
        }
        
        /* Responsive */
        @media (max-width: 768px) {
            .hero-section h1 {
                font-size: 2.2em;
            }
            
            .services-grid {
                grid-template-columns: 1fr;
            }
            
            .process-steps {
                grid-template-columns: 1fr;
            }
        }
        
        .highlight {
            background: #f5e6d3;
            padding: 2px 6px;
            border-radius: 3px;
            font-weight: 600;
            color: #663300;
        }
        
        .validation-badge {
            display: inline-block;
            background: #996633;
            color: white;
            padding: 8px 16px;
            border-radius: 20px;
            font-size: 0.9em;
            font-weight: 600;
            margin: 5px;
        }/* End custom CSS */