        :root {
            --primary-gradient: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
            --dark-purple: #1a1c2d;
            --soft-bg: #f4f7fe;
            --card-shadow: 0 10px 40px rgba(0,0,0,0.06);
            --border-radius: 24px;
            --accent-green: #10b981;
        }

        body {
            background-color: var(--soft-bg);
            font-family: 'Plus Jakarta Sans', sans-serif;
            color: #2d3436;
            overflow-x: hidden;
        }

        /* NAVBAR */
        .navbar-custom {
            background: rgba(255, 255, 255, 0.85);
            backdrop-filter: blur(15px);
            border-bottom: 1px solid rgba(0,0,0,0.05);
            padding: 18px 0;
            transition: all 0.3s ease;
        }

        .navbar-brand { font-weight: 800; font-size: 1.4rem; color: var(--dark-purple) !important; letter-spacing: -0.5px; }
        .navbar-brand span { color: #6a11cb; }

        .nav-link {
            color: var(--dark-purple) !important;
            font-weight: 600;
            font-size: 0.95rem;
            padding: 8px 16px !important;
            transition: 0.3s;
        }

        .nav-link:hover { color: #6a11cb !important; }

        /* BOUTONS */
        .btn-premium {
            background: var(--primary-gradient);
            color: white !important;
            border-radius: 16px;
            padding: 12px 28px;
            font-weight: 700;
            border: none;
            box-shadow: 0 8px 20px rgba(106, 17, 203, 0.2);
            transition: 0.3s;
            display: inline-flex;
            align-items: center;
            gap: 10px;
            text-decoration: none;
        }

        .btn-premium:hover { transform: translateY(-2px); box-shadow: 0 12px 25px rgba(106, 17, 203, 0.3); }

        .btn-outline-custom {
            border: 2px solid #e0e0e0;
            border-radius: 16px;
            padding: 12px 28px;
            font-weight: 700;
            color: var(--dark-purple);
            transition: 0.3s;
            text-decoration: none;
        }

        /* HERO SECTION */
        .hero-card {
            background: var(--dark-purple);
            background-image: radial-gradient(circle at 85% 15%, rgba(106, 17, 203, 0.4), transparent 45%);
            border-radius: var(--border-radius);
            padding: 80px 60px;
            color: white;
            position: relative;
            overflow: hidden;
            border: 1px solid rgba(255,255,255,0.08);
        }

        .hero-card h1 { font-weight: 800; font-size: clamp(2.5rem, 6vw, 4.5rem); line-height: 1.1; margin-bottom: 25px; }
        .hero-card p { color: #b2bec3; font-size: 1.25rem; max-width: 600px; line-height: 1.6; }

        .rocket-icon {
            position: absolute;
            right: 40px;
            bottom: -20px;
            font-size: 180px;
            opacity: 0.15;
            transform: rotate(-15deg);
            pointer-events: none;
        }

        /* SERVICES SLIDER */
        .serviceSwiper { padding: 20px 0 60px 0 !important; }

        .service-mini-card {
            background: white;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: var(--card-shadow);
            height: 100%;
            border: 1px solid rgba(0,0,0,0.05);
            transition: 0.3s;
        }

        .service-mini-card:hover { transform: translateY(-8px); }
        .service-mini-card img { width: 100%; height: 200px; object-fit: cover; }
        .service-mini-card .content { padding: 20px; }
        .service-mini-card h4 { font-size: 1.15rem; font-weight: 700; margin: 12px 0 6px; color: var(--dark-purple); }
        .service-mini-card p { font-size: 0.9rem; color: #636e72; margin-bottom: 0; }

        .badge-mini {
            font-size: 0.65rem;
            text-transform: uppercase;
            font-weight: 800;
            background: var(--soft-bg);
            color: #6a11cb;
            padding: 5px 12px;
            border-radius: 10px;
        }

        /* GLASS CARDS & FOOTER */
        .glass-card {
            background: white;
            border-radius: var(--border-radius);
            padding: 40px;
            border: 1px solid rgba(255,255,255,0.4);
            box-shadow: var(--card-shadow);
            height: 100%;
            transition: 0.4s;
        }

        .social-link, .footer-social-box {
            display: flex; align-items: center; justify-content: center;
            transition: 0.3s; text-decoration: none;
        }

        .footer-social-box {
            width: 45px; height: 45px; background: #fff; border-radius: 12px;
            color: var(--dark-purple); border: 1px solid #eee;
        }
        .footer-social-box:hover { background: var(--primary-gradient); color: white; transform: rotate(8deg); }

        .swiper-button-next-custom, .swiper-button-prev-custom {
            width: 45px; height: 45px; background: white; border: 1px solid #eee;
            border-radius: 14px; display: flex; align-items: center; justify-content: center;
            cursor: pointer; transition: 0.3s; color: var(--dark-purple);
        }
        .swiper-button-next-custom:hover, .swiper-button-prev-custom:hover {
            background: var(--primary-gradient); color: white; border-color: transparent;
        }

        @keyframes pulse-white {
            0% { transform: scale(1); opacity: 1; }
            50% { transform: scale(1.4); opacity: 0.5; }
            100% { transform: scale(1); opacity: 1; }
        }
        .pulse-dot { width: 8px; height: 8px; background: white; border-radius: 50%; animation: pulse-white 2s infinite; }

        @media (max-width: 991px) {
            .hero-card { padding: 40px 30px; }
            .navbar-collapse { background: white; padding: 20px; border-radius: 20px; margin-top: 15px; box-shadow: 0 10px 30px rgba(0,0,0,0.1); }
        }

        /* FOOTER MODERN LOOK */
.footer-modern {
    padding-bottom: 40px;
}

.footer-main-card {
    background: white;
    border-radius: 40px; /* Coins ultra arrondis style App */
    box-shadow: 0 -10px 40px rgba(0,0,0,0.03), 0 20px 40px rgba(0,0,0,0.05);
    border: 1px solid rgba(255,255,255,0.8);
    overflow: hidden;
}

.footer-title {
    font-weight: 800;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--dark-purple);
    margin-bottom: 25px;
    position: relative;
}

.footer-title::after {
    content: '';
    display: block;
    width: 25px;
    height: 3px;
    background: var(--primary-gradient);
    border-radius: 10px;
    margin-top: 8px;
}

.footer-desc {
    font-size: 0.95rem;
    line-height: 1.6;
}

.footer-links a {
    color: #636e72;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 600;
    display: inline-block;
    padding: 6px 0;
    transition: 0.3s;
}

.footer-links a:hover {
    color: #6a11cb;
    transform: translateX(8px);
}

.social-box {
    width: 42px;
    height: 42px;
    background: var(--soft-bg);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--dark-purple);
    text-decoration: none;
    transition: 0.3s;
}

.social-box:hover {
    background: var(--primary-gradient);
    color: white;
    transform: translateY(-5px) rotate(8deg);
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 0.9rem;
    color: #636e72;
}

.icon-sm {
    width: 32px;
    height: 32px;
    background: #f0f3ff;
    color: #6a11cb;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
}

.footer-bottom p {
    font-size: 0.85rem;
    color: #b2bec3;
}


/* Animation de scintillement et impulsion */
@keyframes pulse-rdv {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(227, 6, 19, 0.7); /* Rouge Lenny Auto */
    }
    70% {
        transform: scale(1.05);
        box-shadow: 0 0 0 15px rgba(227, 6, 19, 0);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(227, 6, 19, 0);
    }
}

.btn-pulse-primary {
    background-color: var(--main-red) !important;
    border: none !important;
    color: white !important;
    animation: pulse-rdv 2s infinite; /* L'animation tourne en boucle */
    font-weight: 800 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 99;
}

.btn-pulse-primary:hover {
    animation: none; /* S'arrête au survol pour faciliter le clic */
    transform: scale(1.1);
    background-color: var(--dark-blue) !important;
}


