/* FOOTER MODERNE ET ÉLÉGANT */
    .site-footer {
       background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f0f23 100%);
       color: #e8e8e8;
       position: relative;
       overflow: hidden;
    }

    .site-footer::before {
       content: '';
       position: absolute;
       top: 0;
       left: 0;
       right: 0;
       height: 1px;
       background: linear-gradient(90deg, transparent, #51178d, transparent);
    }

    .footer-content {
       max-width: 1200px;
       margin: 0 auto;
       padding: 0 2rem;
    }

    /* Section principale */
    .footer-main {
       display: grid;
       grid-template-columns: 1fr 2fr;
       gap: 4rem;
       padding: 3rem 0;
       border-bottom: 1px solid rgba(255,255,255,0.1);
    }

    .footer-brand {
       max-width: 400px;
    }

    .footer-logo {
       display: flex;
       align-items: center;
       gap: 1rem;
       margin-bottom: 1.5rem;
    }

    .footer-logo-img {
       width: 50px;
       height: 50px;
       border-radius: 8px;
       box-shadow: 0 4px 20px rgba(81, 23, 141, 0.3);
    }

    .footer-brand-text h3 {
       margin: 0;
       font-size: 1.5rem;
       color: #ffffff;
       font-weight: 700;
    }

    .footer-brand-text p {
       margin: 0;
       color: #b8b8b8;
       font-style: italic;
    }

    .footer-mission {
       line-height: 1.6;
       color: #c8c8c8;
       margin-bottom: 2rem;
    }

    .footer-trust {
       display: flex;
       flex-direction: column;
       gap: 0.8rem;
    }

    .trust-item {
       display: flex;
       align-items: center;
       gap: 0.8rem;
       color: #d8d8d8;
       font-size: 0.9rem;
    }

    .trust-icon {
       font-size: 1.2rem;
       width: 24px;
       text-align: center;
    }

    /* Navigation footer */
    .footer-nav {
       display: grid;
       grid-template-columns: repeat(3, 1fr);
       gap: 2rem;
    }

    .footer-column h4 {
       color: #ffd700;
       margin-bottom: 1rem;
       font-size: 1.1rem;
       font-weight: 600;
       position: relative;
    }

    .footer-column h4::after {
       content: '';
       position: absolute;
       bottom: -4px;
       left: 0;
       width: 30px;
       height: 2px;
       background: linear-gradient(90deg, #ffd700, transparent);
    }

    .footer-column ul {
       list-style: none;
       padding: 0;
       margin: 0;
    }

    .footer-column ul li {
       margin-bottom: 0.6rem;
    }

    .footer-column ul li a {
       color: #c8c8c8;
       text-decoration: none;
       transition: all 0.3s ease;
       display: block;
       padding: 0.3rem 0;
       border-radius: 4px;
    }

    .footer-column ul li a:hover {
       color: #ffffff;
       background: rgba(81, 23, 141, 0.2);
       padding-left: 0.8rem;
       transform: translateX(4px);
    }

    /* Section confiance */
    .footer-confidence {
       display: grid;
       grid-template-columns: 2fr 1fr;
       gap: 3rem;
       padding: 2.5rem 0;
       border-bottom: 1px solid rgba(255,255,255,0.1);
    }

    .confidence-stats {
       display: grid;
       grid-template-columns: repeat(4, 1fr);
       gap: 1.5rem;
    }

    .stat {
       text-align: center;
       padding: 1.5rem;
       background: rgba(255,255,255,0.05);
       border-radius: 12px;
       border: 1px solid rgba(81, 23, 141, 0.3);
       transition: all 0.3s ease;
    }

    .stat:hover {
       transform: translateY(-2px);
       box-shadow: 0 8px 25px rgba(81, 23, 141, 0.4);
    }

    .stat-number {
       display: block;
       font-size: 2rem;
       font-weight: 700;
       color: #901090;
       margin-bottom: 0.5rem;
    }

    .stat-label {
       font-size: 0.9rem;
       color: #b8b8b8;
    }

    .footer-testimonial {
       display: flex;
       align-items: center;
       justify-content: center;
    }

    .footer-testimonial blockquote {
       background: rgba(255,255,255,0.05);
       padding: 1.5rem;
       border-radius: 12px;
       border-left: 4px solid #51178d;
       margin: 0;
       font-style: italic;
       box-shadow: none;
    }

    .footer-testimonial blockquote p {
       margin: 0 0 1rem 0;
       color: #e8e8e8;
       font-size: 1.4rem;
    }

    .footer-testimonial cite {
       color: #51178d;
       font-weight: 600;
       font-size: 0.9rem;
    }

    /* Section contact */
    .footer-contact {
       display: grid;
       grid-template-columns: 1fr 1fr;
       gap: 3rem;
       padding: 2.5rem 0;
       border-bottom: 1px solid rgba(255,255,255,0.1);
    }

    .contact-info h4,
    .newsletter h4 {
       color: #ffffff;
       margin-bottom: 1rem;
       font-size: 1.2rem;
    }

    .contact-methods {
       display: flex;
       flex-direction: column;
       gap: 1rem;
    }

    .contact-method {
       display: flex;
       align-items: center;
       gap: 1rem;
       color: #c8c8c8;
       text-decoration: none;
       padding: 0.8rem;
       border-radius: 8px;
       transition: all 0.3s ease;
       border: 1px solid rgba(255,255,255,0.1);
    }

    .contact-method:hover {
       background: rgba(81, 23, 141, 0.2);
       color: #ffffff;
       transform: translateX(4px);
    }

    .method-icon {
       font-size: 1.2rem;
       width: 24px;
       text-align: center;
    }

    .newsletter {
        text-align: center;
    }

    .newsletter h4 {
        color: #ffffff;
        margin-bottom: 1rem;
        font-size: 1.2rem;
        text-align: center;
    }

    .newsletter p {
        color: #b8b8b8;
        margin-bottom: 1.5rem;
        text-align: center;
    }

    .newsletter-form {
        display: flex;
        gap: 0.5rem;
    }

    .newsletter-form input {
        flex: 1;
        padding: 0.8rem;
        border: 1px solid rgba(255,255,255,0.2);
        border-radius: 6px;
        background: rgba(255,255,255,0.05);
        color: #ffffff;
        font-size: 0.9rem;
    }

    .newsletter-form input::placeholder {
        color: #888;
    }

    .newsletter-form button {
        padding: 0.8rem 1.5rem;
        background: linear-gradient(135deg, #51178d, #7b2cbf);
        border: none;
        border-radius: 6px;
        color: #ffffff;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .newsletter-form button:hover {
        transform: translateY(-1px);
        box-shadow: 0 4px 15px rgba(81, 23, 141, 0.4);
    }

    /* Bottom bar */
    .footer-bottom {
       display: flex;
       justify-content: space-between;
       align-items: center;
       padding: 1.5rem 0;
       font-size: 0.9rem;
    }

    .footer-legal {
       display: flex;
       align-items: center;
       gap: 2rem;
    }

    .footer-legal p {
       margin: 0;
       color: #b8b8b8;
    }

    .legal-links {
       display: flex;
       gap: 1.5rem;
    }

    .legal-links a {
       color: #c8c8c8;
       text-decoration: none;
       transition: color 0.3s ease;
    }

    .legal-links a:hover {
       color: #51178d;
    }

    .footer-quote {
       font-style: italic;
       color: #51178d;
       text-align: right;
       max-width: 400px;
    }

    .footer-quote p {
       margin: 0;
       font-size: 0.9rem;
    }

    /* Responsive */
    @media (max-width: 768px) {
       .footer-main,
       .footer-confidence,
       .footer-contact {
           grid-template-columns: 1fr;
           gap: 2rem;
       }
       
       .footer-nav {
           grid-template-columns: 1fr;
           gap: 1.5rem;
       }
       
       .confidence-stats {
           grid-template-columns: repeat(2, 1fr);
       }
       
       .footer-bottom {
           flex-direction: column;
           gap: 1rem;
           text-align: center;
       }
       
       .footer-quote {
           text-align: center;
           max-width: none;
       }
    }

    @media (max-width: 480px) {
       .footer-content {
           padding: 0 1rem;
       }
       
       .confidence-stats {
           grid-template-columns: 1fr;
       }
       
       .newsletter-form {
           flex-direction: column;
       }
    }