/* Cabin Crew Academy - Custom Styles */

/* Import Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600;700;800;900&display=swap');

/* Root Variables - Bleu, Doré et Blanc Professionnel */
:root {
    /* Couleurs principales - Doré Luxueux */
    --primary-color: #D4AF37;        /* Doré principal */
    --primary-light: #F4E4A6;        /* Doré très clair */
    --primary-dark: #B8941F;         /* Doré foncé */
    --primary-darker: #9A7A0A;       /* Doré très foncé */
    --gold-shimmer: #FFD700;         /* Or brillant */
    --gold-matte: #B8860B;           /* Or mat */
    
    /* Couleurs secondaires - Noir Sophistiqué */
    --secondary-color: #1A1A1A;      /* Noir principal */
    --secondary-light: #2C2C2C;     /* Noir clair */
    --secondary-dark: #0F0F0F;       /* Noir foncé */
    --secondary-darker: #000000;     /* Noir pur */
    --black-soft: #333333;           /* Noir doux */
    --black-deep: #111111;           /* Noir profond */
    --black-royal: #1C1C1C;          /* Noir royal */
    
    /* Couleurs tertiaires - Blanc et Crème */
    --tertiary-color: #FFFFFF;      /* Blanc pur */
    --tertiary-light: #FEFEFE;      /* Blanc cassé */
    --tertiary-dark: #F5F5F5;       /* Blanc cassé foncé */
    --tertiary-darker: #E8E8E8;     /* Gris très clair */
    --cream: #FFF8DC;                /* Crème */
    --ivory: #FFFFF0;                /* Ivoire */
    
    /* Couleurs d'accent - Noir Élégant */
    --accent-color: #1A1A1A;         /* Noir */
    --accent-light: #2C2C2C;         /* Gris très foncé */
    --accent-dark: #000000;          /* Noir pur */
    --charcoal: #36454F;             /* Charbon */
    
    /* Couleurs neutres */
    --text-dark: #1A1A1A;            /* Noir pour texte */
    --text-muted: #666666;           /* Gris moyen */
    --text-light: #999999;           /* Gris clair */
    --text-lighter: #CCCCCC;         /* Gris très clair */
    --text-gold: #D4AF37;            /* Texte doré */
    
    /* Couleurs de fond */
    --bg-primary: #FFFFFF;           /* Blanc pur */
    --bg-secondary: #F8F8F8;         /* Blanc cassé */
    --bg-tertiary: #F0F0F0;          /* Gris très clair */
    --bg-dark: #1A1A1A;              /* Noir */
    --bg-darker: #000000;            /* Noir pur */
    --bg-gold: #FFF8DC;              /* Fond doré très clair */
    --bg-black: #1A1A1A;             /* Fond noir */
    --bg-gradient: #F8F8F8;          /* Fond dégradé */
    
    /* Gradients Noir, Doré et Blanc */
    --primary-gradient: linear-gradient(135deg, #D4AF37 0%, #F4E4A6 50%, #B8941F 100%);
    --secondary-gradient: linear-gradient(135deg, #1A1A1A 0%, #2C2C2C 50%, #333333 100%);
    --tertiary-gradient: linear-gradient(135deg, #FFFFFF 0%, #F8F8F8 50%, #F0F0F0 100%);
    --luxury-gradient: linear-gradient(135deg, #D4AF37 0%, #FFD700 50%, #B8941F 100%);
    --black-gradient: linear-gradient(135deg, #1A1A1A 0%, #2C2C2C 50%, #333333 100%);
    --white-gradient: linear-gradient(135deg, #FFFFFF 0%, #F8F8F8 100%);
    --cream-gradient: linear-gradient(135deg, #FFF8DC 0%, #FFFFF0 100%);
    --elegant-gradient: linear-gradient(135deg, #1A1A1A 0%, #2C2C2C 50%, #333333 100%);
    --gold-shimmer-gradient: linear-gradient(135deg, #FFD700 0%, #D4AF37 50%, #B8860B 100%);
    
    /* Gradients Combinés Sophistiqués */
    --tricolor-gradient: linear-gradient(135deg, #1A1A1A 0%, #D4AF37 50%, #FFFFFF 100%);
    --professional-gradient: linear-gradient(135deg, #1A1A1A 0%, #2C2C2C 25%, #D4AF37 50%, #F4E4A6 75%, #FFFFFF 100%);
    --hero-gradient: linear-gradient(135deg, #1A1A1A 0%, #2C2C2C 30%, #D4AF37 60%, #F4E4A6 80%, #FFFFFF 100%);
    --card-gradient: linear-gradient(135deg, #FFFFFF 0%, #F8F8F8 50%, #F0F0F0 100%);
    
    /* Ombres */
    --shadow-sm: 0 1px 2px 0 rgba(51, 51, 51, 0.05);
    --shadow: 0 4px 6px -1px rgba(51, 51, 51, 0.1), 0 2px 4px -1px rgba(51, 51, 51, 0.06);
    --shadow-md: 0 4px 6px -1px rgba(51, 51, 51, 0.1), 0 2px 4px -1px rgba(51, 51, 51, 0.06);
    --shadow-lg: 0 10px 15px -3px rgba(51, 51, 51, 0.1), 0 4px 6px -2px rgba(51, 51, 51, 0.05);
    --shadow-xl: 0 20px 25px -5px rgba(51, 51, 51, 0.1), 0 10px 10px -5px rgba(51, 51, 51, 0.04);
    
    /* Ombres dorées luxueuses */
    --gold-shadow: 0 4px 6px -1px rgba(212, 175, 55, 0.15), 0 2px 4px -1px rgba(212, 175, 55, 0.1);
    --gold-shadow-lg: 0 10px 15px -3px rgba(212, 175, 55, 0.2), 0 4px 6px -2px rgba(212, 175, 55, 0.1);
    --gold-shadow-xl: 0 20px 25px -5px rgba(212, 175, 55, 0.25), 0 10px 10px -5px rgba(212, 175, 55, 0.1);
    --gold-shimmer-shadow: 0 4px 6px -1px rgba(255, 215, 0, 0.2), 0 2px 4px -1px rgba(255, 215, 0, 0.15);
    
    /* Ombres blanches élégantes */
    --white-shadow: 0 4px 6px -1px rgba(255, 255, 255, 0.1), 0 2px 4px -1px rgba(255, 255, 255, 0.05);
    --white-shadow-lg: 0 10px 15px -3px rgba(255, 255, 255, 0.15), 0 4px 6px -2px rgba(255, 255, 255, 0.1);
    --white-shadow-xl: 0 20px 25px -5px rgba(255, 255, 255, 0.2), 0 10px 10px -5px rgba(255, 255, 255, 0.1);
    
    /* Ombres noires sophistiquées */
    --black-shadow: 0 4px 6px -1px rgba(26, 26, 26, 0.15), 0 2px 4px -1px rgba(26, 26, 26, 0.1);
    --black-shadow-lg: 0 10px 15px -3px rgba(26, 26, 26, 0.2), 0 4px 6px -2px rgba(26, 26, 26, 0.1);
    --black-shadow-xl: 0 20px 25px -5px rgba(26, 26, 26, 0.25), 0 10px 10px -5px rgba(26, 26, 26, 0.1);
    
    /* Ombres tricolores sophistiquées */
    --tricolor-shadow: 0 4px 6px -1px rgba(26, 26, 26, 0.1), 0 2px 4px -1px rgba(212, 175, 55, 0.1);
    --tricolor-shadow-lg: 0 10px 15px -3px rgba(26, 26, 26, 0.15), 0 4px 6px -2px rgba(212, 175, 55, 0.15);
    
    /* Bordures Sophistiquées */
    --border-color: #E5E5E5;
    --border-color-light: #F0F0F0;
    --border-color-gold: #D4AF37;
    --border-color-gold-light: #F4E4A6;
    --border-color-black: #1A1A1A;
    --border-color-black-light: #2C2C2C;
    --border-color-white: #FFFFFF;
    --border-color-tricolor: linear-gradient(90deg, #1A1A1A 0%, #D4AF37 50%, #FFFFFF 100%);
    
    /* États Sophistiqués */
    --success-color: #D4AF37;
    --warning-color: #D4AF37;
    --error-color: #1A1A1A;
    --info-color: #D4AF37;
}

/* Global Styles APEX Design WOW - Background Noir Ultra Profond */
body {
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;
    color: #FFFFFF;
    background: 
        /* Background noir ultra profond avec multiples couches */
        linear-gradient(135deg, #000000 0%, #0A0A0A 15%, #000000 30%, #0F0F0F 45%, #000000 60%, #0A0A0A 75%, #000000 90%, #000000 100%),
        /* Effets de lumière dorée subtils */
        radial-gradient(circle at 10% 10%, rgba(212, 175, 55, 0.12) 0%, transparent 50%),
        radial-gradient(circle at 90% 90%, rgba(255, 215, 0, 0.08) 0%, transparent 60%),
        radial-gradient(circle at 30% 70%, rgba(212, 175, 55, 0.06) 0%, transparent 70%),
        radial-gradient(circle at 70% 30%, rgba(255, 255, 255, 0.04) 0%, transparent 50%),
        radial-gradient(circle at 50% 50%, rgba(212, 175, 55, 0.02) 0%, transparent 80%),
        /* Effets de profondeur */
        linear-gradient(45deg, transparent 0%, rgba(0, 0, 0, 0.3) 25%, transparent 50%, rgba(0, 0, 0, 0.2) 75%, transparent 100%),
        linear-gradient(-45deg, transparent 0%, rgba(0, 0, 0, 0.4) 25%, transparent 50%, rgba(0, 0, 0, 0.1) 75%, transparent 100%);
    background-attachment: fixed;
    background-size: 100% 100%, 1200px 1200px, 800px 800px, 1000px 1000px, 600px 600px, 2000px 2000px, 1500px 1500px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    position: relative;
    min-height: 100vh;
}

/* Effet de particules flottantes pour le background */
body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(2px 2px at 20px 30px, rgba(212, 175, 55, 0.3), transparent),
        radial-gradient(2px 2px at 40px 70px, rgba(255, 215, 0, 0.2), transparent),
        radial-gradient(1px 1px at 90px 40px, rgba(255, 255, 255, 0.4), transparent),
        radial-gradient(1px 1px at 130px 80px, rgba(212, 175, 55, 0.2), transparent),
        radial-gradient(2px 2px at 160px 30px, rgba(255, 215, 0, 0.3), transparent);
    background-repeat: repeat;
    background-size: 200px 200px;
    animation: sparkle 20s linear infinite;
    pointer-events: none;
    z-index: 1;
}

@keyframes sparkle {
    0% { transform: translateY(0px) rotate(0deg); }
    100% { transform: translateY(-200px) rotate(360deg); }
}

/* =============================
   Black / White / Gold THEME
   ============================= */
.theme-black-gold {
    background-color: var(--bg-black);
    color: var(--tertiary-color);
}

.theme-black-gold .navbar {
    border-bottom: 1px solid var(--border-color-gold);
}

/* If navbar explicitly uses bg-white, keep it white with dark text */
.theme-black-gold .navbar.bg-white {
    background: #FFFFFF !important;
}
.theme-black-gold .navbar.bg-white .nav-link,
.theme-black-gold .navbar.bg-white .navbar-brand { color: #1A1A1A !important; }
.theme-black-gold .navbar.bg-white .nav-link:hover { color: var(--primary-color) !important; }

/* Tighter alignment for flush-left brand */
.navbar .navbar-brand { padding-left: 0; }
.navbar.container-fluid { padding-left: 0; }

/* Social Media Brand Colors */
.social-brand-facebook { 
    color: #1877F2 !important; 
    padding: 8px;
    border-radius: 50%;
    transition: all 0.3s ease;
}
.social-brand-facebook:hover { 
    color: white !important; 
    background: #1877F2 !important;
    transform: scale(1.2);
}

.social-brand-instagram { 
    color: #E4405F !important;
    padding: 8px;
    border-radius: 50%;
    transition: all 0.3s ease;
}
.social-brand-instagram:hover { 
    color: white !important;
    background: linear-gradient(45deg, #F58529, #DD2A7B, #8134AF, #515BD4) !important;
    transform: scale(1.2);
}

.social-brand-linkedin { 
    color: #0077B5 !important; 
    padding: 8px;
    border-radius: 50%;
    transition: all 0.3s ease;
}
.social-brand-linkedin:hover { 
    color: white !important; 
    background: #0077B5 !important; 
    transform: scale(1.2);
}

.social-brand-twitter { 
    color: #1DA1F2 !important; 
    padding: 8px;
    border-radius: 50%;
    transition: all 0.3s ease;
}
.social-brand-twitter:hover { 
    color: white !important; 
    background: #1DA1F2 !important; 
    transform: scale(1.2);
}

.social-brand-youtube { 
    color: #FF0000 !important; 
    padding: 8px;
    border-radius: 50%;
    transition: all 0.3s ease;
}
.social-brand-youtube:hover { 
    color: white !important; 
    background: #FF0000 !important; 
    transform: scale(1.2);
}

/* Contact Icons - Black Circle with Black Icons */
.contact-icon {
    width: 60px;
    height: 60px;
    background: #000000 !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF !important;
    font-size: 1.5rem;
    transition: all 0.3s ease;
    margin: 0 auto 1rem;
}

.contact-icon:hover {
    background: white !important;
    color: #000000 !important;
    transform: scale(1.1);
}

/* Force black color for contact page icons */
.contact-icon i {
    color: #FFFFFF !important;
}

.contact-icon:hover i {
    color: #000000 !important;
}

.contact-card {
    background: white;
    border-radius: 15px;
    padding: 2rem 1.5rem;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
}

.contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.contact-label {
    font-weight: 600;
    color: #333;
    font-size: 1rem;
    margin: 0;
}

/* Stats Section - Black Background with Gold/White Numbers */
.stats-section {
    background: #000000;
    padding: 4rem 0;
}

.stat-card {
    background: #FFFFFF;
    border-radius: 15px;
    padding: 2rem 1.5rem;
    border: 1px solid rgba(212, 175, 55, 0.2);
    transition: all 0.3s ease;
}

.stat-card:hover {
    background: #FFFFFF;
    transform: translateY(-5px);
}

.stat-number {
    font-family: 'Cinzel', serif;
    font-size: 3.5rem;
    font-weight: 800;
    color: #000000;
    margin-bottom: 1rem;
    line-height: 1;
}

.stat-label {
    color: #000000;
    font-size: 1.1rem;
    font-weight: 500;
    margin: 0;
}

/* Facility Icons - Black Color */
.facility-icon i {
    color: #000000 !important;
}

/* Force all facility icons to be black */
.facility-card .fas,
.facility-card .fa {
    color: #000000 !important;
}

/* CTA Section - Professional Theme */
.cta-section {
    background: #E8E8E8;
    padding: 5rem 0;
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        linear-gradient(135deg, rgba(0, 0, 0, 0.02) 0%, transparent 50%),
        radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.6) 0%, transparent 60%);
    pointer-events: none;
}

.cta-title {
    font-family: 'Cinzel', serif;
    font-size: 3rem;
    font-weight: 700;
    color: #2C2C2C;
    margin-bottom: 1.5rem;
    letter-spacing: 0.02em;
    line-height: 1.2;
}

.cta-subtitle {
    font-size: 1.1rem;
    color: #4A4A4A;
    margin: 0;
    font-weight: 400;
    line-height: 1.7;
    max-width: 600px;
}

.cta-button {
    background: #1A1A1A;
    color: #FFFFFF;
    border: 2px solid #1A1A1A;
    padding: 1rem 2.5rem;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 6px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    box-shadow: 0 3px 12px rgba(26, 26, 26, 0.2);
    letter-spacing: 0.01em;
}

.cta-button:hover {
    background: #FFFFFF;
    color: #1A1A1A;
    border-color: #1A1A1A;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(26, 26, 26, 0.25);
}

.cta-button i {
    color: inherit;
}

.theme-black-gold .navbar .nav-link,
.theme-black-gold .navbar .navbar-brand { color: var(--tertiary-color) !important; }

.theme-black-gold .navbar .nav-link:hover,
.theme-black-gold .navbar .nav-link:focus {
    color: var(--primary-color) !important;
}

.theme-black-gold footer {
    background-color: #000000 !important;
    border-top: 1px solid var(--border-color-gold);
}

/* Display serif for headings like the reference */
.theme-black-gold h1,
.theme-black-gold h2,
.theme-black-gold h3 {
    font-family: 'Cinzel', serif;
    letter-spacing: 0.02em;
    color: var(--tertiary-color);
}

.logo-text {
    font-family: 'Cinzel', serif;
    font-weight: 800;
    letter-spacing: 0.08em;
}
.logo-subtitle { font-size: 0.7rem; letter-spacing: 0.2em; }

.theme-black-gold .heading-gold { color: var(--primary-color); }

/* Thin gold dividers and frames */
.theme-black-gold .gold-divider { height: 1px; width: 100%; background: var(--border-color-gold); opacity: 0.8; }
.theme-black-gold .gold-frame { border: 1px solid var(--border-color-gold); box-shadow: var(--gold-shadow); }

/* Buttons in gold on black */
.theme-black-gold .btn-primary { background: var(--primary-color); color: #000; border: 1px solid var(--border-color-gold); }
.theme-black-gold .btn-primary:hover { background: #FFD700; color: #000; }

/* Cards / sections */
.theme-black-gold .panel-dark { background: #0F0F0F; border: 1px solid rgba(212, 175, 55, 0.35); }

/* Subtle vignette around hero areas */
.theme-black-gold .hero-vignette {
    background: radial-gradient(1200px 600px at 50% 0, rgba(212, 175, 55, 0.06), rgba(0,0,0,0.0) 60%),
                radial-gradient(800px 400px at 20% 20%, rgba(212, 175, 55, 0.08), rgba(0,0,0,0.0) 55%);
}

body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><filter id="glow"><feGaussianBlur stdDeviation="3" result="coloredBlur"/><feMerge><feMergeNode in="coloredBlur"/><feMergeNode in="SourceGraphic"/></feMerge></filter></defs><rect width="100" height="100" fill="transparent"/><circle cx="20" cy="20" r="1" fill="%23D4AF37" opacity="0.6" filter="url(%23glow)"><animate attributeName="cy" values="20;10;20" dur="8s" repeatCount="indefinite"/></circle><circle cx="80" cy="60" r="1.5" fill="%23FFD700" opacity="0.4" filter="url(%23glow)"><animate attributeName="cx" values="80;90;80" dur="6s" repeatCount="indefinite"/></circle><circle cx="40" cy="80" r="1" fill="%23B8941F" opacity="0.5" filter="url(%23glow)"><animate attributeName="r" values="1;2;1" dur="10s" repeatCount="indefinite"/></circle></svg>');
    opacity: 0.3;
    pointer-events: none;
    z-index: -1;
    animation: float 20s ease-in-out infinite alternate;
}

/* Animations professionnelles */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes scaleIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes shimmer {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

/* Éléments décoratifs professionnels */
.decorative-line {
    position: relative;
    margin: 2rem 0;
}

.decorative-line::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, #1A1A1A 30%, #D4AF37 70%, transparent 100%);
    transform: translateY(-50%);
    border-radius: 1px;
}

.decorative-dots {
    position: relative;
    margin: 1rem 0;
}

.decorative-dots::before,
.decorative-dots::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transform: translateY(-50%);
    animation: float 4s ease-in-out infinite;
}

.decorative-dots::before {
    background: linear-gradient(45deg, #1A1A1A, #2C2C2C);
    animation-delay: 0s;
}

.decorative-dots::after {
    background: linear-gradient(45deg, #D4AF37, #FFD700);
    animation-delay: 2s;
}

.decorative-dots::before {
    left: 20%;
}

.decorative-dots::after {
    right: 20%;
}

/* Effets de particules élégantes */
.golden-particles {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden;
}

.particle {
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    animation: float 6s ease-in-out infinite;
    opacity: 0.6;
}

.particle:nth-child(1) { 
    top: 20%; left: 10%; animation-delay: 0s; 
    background: linear-gradient(45deg, #1A1A1A, #D4AF37);
}
.particle:nth-child(2) { 
    top: 40%; left: 80%; animation-delay: 1s; 
    background: linear-gradient(45deg, #D4AF37, #FFD700);
}
.particle:nth-child(3) { 
    top: 60%; left: 20%; animation-delay: 2s; 
    background: linear-gradient(45deg, #1A1A1A, #2C2C2C);
}
.particle:nth-child(4) { 
    top: 80%; left: 70%; animation-delay: 3s; 
    background: linear-gradient(45deg, #FFD700, #B8941F);
}
.particle:nth-child(5) { 
    top: 30%; left: 50%; animation-delay: 4s; 
    background: linear-gradient(45deg, #2C2C2C, #D4AF37);
}

/* Typography Scale */
.text-xs { font-size: 0.75rem; }
.text-sm { font-size: 0.875rem; }
.text-base { font-size: 1rem; }
.text-lg { font-size: 1.125rem; }
.text-xl { font-size: 1.25rem; }
.text-2xl { font-size: 1.5rem; }
.text-3xl { font-size: 1.875rem; }
.text-4xl { font-size: 2.25rem; }
.text-5xl { font-size: 3rem; }

/* Font Weights */
.font-light { font-weight: 300; }
.font-normal { font-weight: 400; }
.font-medium { font-weight: 500; }
.font-semibold { font-weight: 600; }
.font-bold { font-weight: 700; }
.font-extrabold { font-weight: 800; }
.font-black { font-weight: 900; }

/* Text Colors Tricolores */
.text-primary { color: var(--primary-color) !important; }
.text-primary-light { color: var(--primary-light) !important; }
.text-secondary { color: var(--secondary-color) !important; }
.text-secondary-light { color: var(--secondary-light) !important; }
.text-tertiary { color: var(--tertiary-color) !important; }
.text-accent { color: var(--accent-color) !important; }
.text-muted { color: var(--text-muted) !important; }
.text-light { color: var(--text-light) !important; }
.text-blue { color: var(--secondary-color) !important; }
.text-gold { color: var(--primary-color) !important; }
.text-white { color: var(--tertiary-color) !important; }

/* Background Colors Tricolores */
.bg-primary { background-color: var(--primary-color) !important; }
.bg-primary-light { background-color: var(--primary-light) !important; }
.bg-secondary { background-color: var(--secondary-color) !important; }
.bg-secondary-light { background-color: var(--secondary-light) !important; }
.bg-tertiary { background-color: var(--tertiary-color) !important; }
.bg-accent { background-color: var(--accent-color) !important; }
.bg-light { background-color: var(--bg-secondary) !important; }
.bg-dark { background-color: var(--bg-dark) !important; }
.bg-blue { background-color: var(--secondary-color) !important; }
.bg-gold { background-color: var(--primary-color) !important; }
.bg-white { background-color: var(--tertiary-color) !important; }

/* Typography APEX Design Professionnel */
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    line-height: 1.2;
}

.apex-main-title {
    font-size: 4rem;
    font-weight: 900;
    background: linear-gradient(135deg, #1A1A1A 0%, #333333 50%, #1A1A1A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 1.5rem;
    text-align: center;
    animation: fadeInUp 1s ease-out 0.5s both;
    text-shadow: 0 0 30px rgba(212, 175, 55, 0.3);
}

.apex-subtitle {
    font-size: 1.3rem;
    color: #666666;
    font-weight: 400;
    text-align: center;
    margin-bottom: 2.5rem;
    animation: fadeInUp 1s ease-out 0.7s both;
    letter-spacing: 1px;
}

.apex-section-title {
    font-size: 3rem;
    font-weight: 700;
    background: linear-gradient(135deg, #1A1A1A 0%, #2C2C2C 30%, #D4AF37 60%, #1A1A1A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-align: center;
    margin-bottom: 4rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    animation: fadeInUp 1s ease-out 0.3s both;
    position: relative;
}

.apex-section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, #1A1A1A 0%, #D4AF37 50%, #FFD700 100%);
    border-radius: 2px;
    animation: slideInLeft 1s ease-out 0.8s both;
}

.display-4, .display-5 {
    font-weight: 700;
}

/* Navigation APEX Design Professionnel */
.navbar {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(20px);
    background: rgba(255, 255, 255, 0.95) !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(212, 175, 55, 0.2);
    animation: slideInLeft 0.8s ease-out;
}

.navbar.scrolled {
    background: rgba(255, 255, 255, 0.98) !important;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

/* APEX Logo Styles */
.logo-container {
    text-decoration: none;
    display: flex;
    align-items: center;
    line-height: 1;
    padding: 0.5rem 0;
}

.logo-wrapper {
    display: flex;
    align-items: center;
    gap: 1rem;
}

/* Custom Logo Style WOW inspiré de l'image */
.custom-logo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    padding: 1rem 2rem;
    background: 
        linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(212, 175, 55, 0.05) 100%),
        radial-gradient(circle at 50% 50%, rgba(255, 215, 0, 0.1) 0%, transparent 70%);
    border-radius: 20px;
    backdrop-filter: blur(20px) saturate(180%);
    border: 2px solid transparent;
    background-clip: padding-box;
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(212, 175, 55, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}

.custom-logo::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(from 0deg, transparent, rgba(212, 175, 55, 0.1), transparent);
    animation: rotate 20s linear infinite;
    opacity: 0;
    transition: opacity 0.6s ease;
}

.custom-logo::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, transparent 30%, rgba(255, 215, 0, 0.05) 50%, transparent 70%);
    animation: shimmer 3s ease-in-out infinite;
}

.custom-logo:hover {
    background: 
        linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, rgba(212, 175, 55, 0.08) 100%),
        radial-gradient(circle at 50% 50%, rgba(255, 215, 0, 0.15) 0%, transparent 70%);
    border-color: rgba(212, 175, 55, 0.5);
    transform: translateY(-5px) scale(1.02);
    box-shadow: 
        0 20px 60px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(212, 175, 55, 0.3),
        0 0 50px rgba(212, 175, 55, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.custom-logo:hover::before {
    opacity: 0.1;
}

@keyframes rotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes shimmer {
    0%, 100% { transform: translateX(-100%); opacity: 0; }
    50% { transform: translateX(100%); opacity: 1; }
}

/* Container pour l'avion et le logo APEX */
.logo-container-air {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    gap: 0.5rem;
}

/* Icône avion WOW */
.airplane-icon {
    font-size: 2.5rem;
    color: #D4AF37;
    text-shadow: 
        0 0 10px rgba(212, 175, 55, 0.8),
        0 0 20px rgba(255, 215, 0, 0.6),
        0 0 30px rgba(255, 165, 0, 0.4);
    animation: airplaneFlyIn 2s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.5s both, 
               airplanePropulsion 4s ease-in-out 3s infinite;
    transition: all 0.4s ease;
    position: relative;
    z-index: 5;
    cursor: pointer;
}

@keyframes airplaneFlyIn {
    0% {
        opacity: 0;
        transform: translateX(-100px) translateY(-20px) rotate(-45deg) scale(0.3);
        filter: blur(10px);
    }
    25% {
        opacity: 0.7;
        transform: translateX(-20px) translateY(-10px) rotate(-15deg) scale(0.7);
        filter: blur(5px);
    }
    50% {
        opacity: 0.9;
        transform: translateX(10px) translateY(5px) rotate(5deg) scale(1.1);
        filter: blur(2px);
    }
    75% {
        opacity: 1;
        transform: translateX(-5px) translateY(-2px) rotate(-2deg) scale(0.95);
        filter: blur(1px);
    }
    100% {
        opacity: 1;
        transform: translateX(0) translateY(0) rotate(0deg) scale(1);
        filter: blur(0px);
    }
}

@keyframes airplanePropulsion {
    0%, 100% {
        transform: translateX(0) translateY(0) rotate(0deg);
        text-shadow: 
            0 0 10px rgba(212, 175, 55, 0.8),
            0 0 20px rgba(255, 215, 0, 0.6);
    }
    25% {
        transform: translateX(3px) translateY(-2px) rotate(3deg);
        text-shadow: 
            0 0 15px rgba(212, 175, 55, 1),
            0 0 30px rgba(255, 215, 0, 0.8),
            0 0 45px rgba(255, 165, 0, 0.4);
    }
    50% {
        transform: translateX(5px) translateY(-1px) rotate(2deg);
        text-shadow: 
            0 0 20px rgba(212, 175, 55, 1),
            0 0 40px rgba(255, 215, 0, 1),
            0 0 60px rgba(255, 165, 0, 0.6);
    }
    75% {
        transform: translateX(3px) translateY(-2px) rotate(3deg);
        text-shadow: 
            0 0 15px rgba(212, 175, 55, 1),
            0 0 30px rgba(255, 215, 0, 0.8),
            0 0 45px rgba(255, 165, 0, 0.4);
    }
}

.airplane-icon:hover {
    transform: scale(1.2) rotate(10deg);
    text-shadow: 
        0 0 20px rgba(212, 175, 55, 1),
        0 0 40px rgba(255, 215, 0, 1),
        0 0 60px rgba(255, 165, 0, 0.8);
}

/* Logo APEX avec effet séparé */
.logo-main-black {
    display: flex;
    align-items: center;
    gap: 0.2rem;
}

/* Lettre A avec effet de propulsion */
.apex-letter-a {
    font-size: 3.5rem;
    font-weight: 900;
    background: linear-gradient(135deg, #1A1A1A 0%, #000000 50%, #1A1A1A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 
        2px 2px 0px #000000,
        0 0 20px rgba(0, 0, 0, 0.5),
        0 0 40px rgba(0, 0, 0, 0.3);
    font-family: 'Arial Black', sans-serif;
    animation: 
        letterAFlyIn 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1s both,
        letterAPropulsion 3s ease-in-out 3.5s infinite;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    z-index: 4;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
}

@keyframes letterAFlyIn {
    0% {
        opacity: 0;
        transform: translateX(50px) translateY(20px) rotate(-15deg) scale(0.5);
        filter: blur(5px);
    }
    60% {
        opacity: 0.8;
        transform: translateX(-5px) translateY(-5px) rotate(5deg) scale(1.1);
        filter: blur(2px);
    }
    100% {
        opacity: 1;
        transform: translateX(0) translateY(0) rotate(0deg) scale(1);
        filter: blur(0px);
    }
}

@keyframes letterAPropulsion {
    0%, 100% {
        transform: translateX(0) scale(1);
        filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
    }
    25% {
        transform: translateX(8px) scale(1.05);
        filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.4));
    }
    50% {
        transform: translateX(12px) scale(1.1);
        filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.5));
    }
    75% {
        transform: translateX(8px) scale(1.05);
        filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.4));
    }
}

/* Lettres PEX */
.apex-letters {
    font-size: 3.5rem;
    font-weight: 900;
    background: linear-gradient(135deg, #1A1A1A 0%, #000000 50%, #1A1A1A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 
        2px 2px 0px #000000,
        0 0 20px rgba(0, 0, 0, 0.5),
        0 0 40px rgba(0, 0, 0, 0.3);
    letter-spacing: 4px;
    margin-bottom: 0.3rem;
    text-transform: uppercase;
    font-family: 'Arial Black', sans-serif;
    animation: wowScaleIn 1.2s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1.2s both;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    z-index: 3;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
}

@keyframes wowScaleIn {
    0% {
        opacity: 0;
        transform: scale(0.5) rotate(10deg);
        filter: blur(10px);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.1) rotate(-2deg);
        filter: blur(2px);
    }
    100% {
        opacity: 1;
        transform: scale(1) rotate(0deg);
        filter: blur(0px);
    }
}

.logo-main-black::before {
    content: '';
    position: absolute;
    top: -8px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    background: linear-gradient(135deg, 
        rgba(26, 26, 26, 0.1) 0%, 
        rgba(44, 44, 44, 0.05) 50%, 
        rgba(26, 26, 26, 0.1) 100%);
    border-radius: 8px;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.logo-main-black:hover {
    transform: scale(1.05);
    color: #000000;
}

.logo-main-black:hover::before {
    opacity: 1;
}

.logo-subtitle-gold {
    font-size: 1rem;
    font-weight: 700;
    background: linear-gradient(135deg, #D4AF37 0%, #FFD700 25%, #FFA500 50%, #FFD700 75%, #B8941F 100%);
    background-size: 200% 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: 4px;
    text-shadow: 
        1px 1px 2px rgba(0, 0, 0, 0.5),
        0 0 15px rgba(212, 175, 55, 0.6),
        0 0 30px rgba(255, 215, 0, 0.4);
    margin: 0;
    text-transform: uppercase;
    font-family: 'Arial', sans-serif;
    animation: 
        wowSlideInLeft 1.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s both,
        wobbleGlow 4s ease-in-out 3s infinite;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    z-index: 3;
    filter: drop-shadow(0 2px 4px rgba(212, 175, 55, 0.5));
}

@keyframes wowSlideInLeft {
    0% {
        opacity: 0;
        transform: translateX(-50px) scale(0.8);
        filter: blur(5px);
    }
    60% {
        opacity: 0.9;
        transform: translateX(5px) scale(1.05);
        filter: blur(1px);
    }
    100% {
        opacity: 1;
        transform: translateX(0) scale(1);
        filter: blur(0px);
    }
}

@keyframes wobbleGlow {
    0%, 100% {
        background-position: 0% 50%;
        filter: drop-shadow(0 2px 4px rgba(212, 175, 55, 0.3));
    }
    25% {
        background-position: 100% 50%;
        filter: drop-shadow(0 2px 8px rgba(255, 215, 0, 0.6));
    }
    50% {
        background-position: 200% 50%;
        filter: drop-shadow(0 2px 12px rgba(255, 165, 0, 0.8));
    }
    75% {
        background-position: 100% 50%;
        filter: drop-shadow(0 2px 8px rgba(255, 215, 0, 0.6));
    }
}

.logo-subtitle-gold::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #D4AF37 0%, #FFD700 50%, #B8941F 100%);
    opacity: 0.8;
    border-radius: 1px;
}

.logo-subtitle-gold:hover {
    background: linear-gradient(135deg, #FFD700 0%, #D4AF37 50%, #FFD700 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    transform: translateX(5px);
}

.logo-text-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.logo-image {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid var(--secondary-color);
    box-shadow: var(--gold-shadow-lg);
    transition: all 0.3s ease;
    flex-shrink: 0;
    position: relative;
}

.logo-image::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: var(--white-gradient);
    border-radius: 50%;
    z-index: -1;
}

.logo-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.logo-text-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.logo-main {
    font-size: 2.5rem;
    font-weight: 900;
    background: linear-gradient(135deg, #D4AF37 0%, #FFD700 50%, #B8941F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 
        2px 2px 0px #B8941F,
        4px 4px 8px rgba(0, 0, 0, 0.3);
    letter-spacing: 3px;
    position: relative;
    margin-bottom: 0.2rem;
    text-transform: uppercase;
    font-family: 'Arial Black', sans-serif;
    animation: scaleIn 1s ease-out 0.5s both;
    transition: all 0.3s ease;
}

.logo-main:hover {
    transform: scale(1.05);
    filter: drop-shadow(0 0 20px rgba(212, 175, 55, 0.5));
}

.logo-main::before {
    content: '';
    position: absolute;
    top: -5px;
    right: -10px;
    width: 10px;
    height: 10px;
    background: var(--primary-color);
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(212, 175, 55, 0.5);
}

.logo-main::after {
    content: '';
    position: absolute;
    top: 25%;
    left: -20px;
    width: 25px;
    height: 2px;
    background: var(--primary-color);
    border-radius: 1px;
    box-shadow: 0 0 10px rgba(212, 175, 55, 0.5);
}

.logo-subtitle {
    font-size: 0.9rem;
    font-weight: 600;
    color: #D4AF37;
    letter-spacing: 2px;
    text-shadow: 1px 1px 0px #B8941F;
    margin: 0;
    text-transform: uppercase;
    font-family: 'Arial', sans-serif;
    animation: slideInLeft 1s ease-out 0.7s both;
    transition: all 0.3s ease;
}

.logo-subtitle:hover {
    color: #FFD700;
    transform: translateX(5px);
}

/* Pas d'effets de survol pour le logo */

.nav-link {
    font-weight: 600;
    color: #1A1A1A !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.9rem;
    animation: fadeInUp 0.8s ease-out;
    animation-fill-mode: both;
}

.nav-link:nth-child(1) { animation-delay: 0.1s; }
.nav-link:nth-child(2) { animation-delay: 0.2s; }
.nav-link:nth-child(3) { animation-delay: 0.3s; }
.nav-link:nth-child(4) { animation-delay: 0.4s; }
.nav-link:nth-child(5) { animation-delay: 0.5s; }
.nav-link:nth-child(6) { animation-delay: 0.6s; }

.nav-link::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, #D4AF37 0%, #FFD700 50%, #B8941F 100%);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateX(-50%);
    border-radius: 2px;
}

.nav-link:hover {
    color: #D4AF37 !important;
    transform: translateY(-2px);
}

.nav-link:hover::after {
    width: 100%;
    box-shadow: 0 0 10px rgba(212, 175, 55, 0.5);
}


.btn-primary {
    background: 
        linear-gradient(135deg, #D4AF37 0%, #FFD700 25%, #FFA500 50%, #FFD700 75%, #B8941F 100%);
    background-size: 300% 300%;
    border: none;
    color: #FFFFFF;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    box-shadow: 
        0 8px 25px rgba(212, 175, 55, 0.4),
        0 0 20px rgba(255, 215, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 16px;
    padding: 1rem 2.5rem;
    position: relative;
    overflow: hidden;
    animation: 
        wowButtonScale 1.2s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1s both,
        buttonGlow 3s ease-in-out 2s infinite;
    backdrop-filter: blur(10px);
    border: none !important;
    background-clip: padding-box;
}

@keyframes wowButtonScale {
    0% {
        opacity: 0;
        transform: scale(0.3) rotateY(180deg);
        filter: blur(10px);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.05) rotateY(0deg);
        filter: blur(2px);
    }
    100% {
        opacity: 1;
        transform: scale(1) rotateY(0deg);
        filter: blur(0px);
    }
}

@keyframes buttonGlow {
    0%, 100% {
        background-position: 0% 50%;
        box-shadow: 
            0 8px 25px rgba(212, 175, 55, 0.4),
            0 0 20px rgba(255, 215, 0, 0.3);
    }
    50% {
        background-position: 100% 50%;
        box-shadow: 
            0 8px 25px rgba(212, 175, 55, 0.6),
            0 0 30px rgba(255, 215, 0, 0.5),
            0 0 50px rgba(255, 165, 0, 0.3);
    }
}

.btn-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.6s ease;
}

.btn-primary:hover::before {
    left: 100%;
}

.btn-primary:hover {
    background: linear-gradient(135deg, #B8941F 0%, #D4AF37 50%, #FFD700 100%) !important;
    transform: translateY(-8px) scale(1.1) translateX(2px) !important;
    box-shadow: 
        0 25px 50px rgba(212, 175, 55, 0.8),
        0 0 40px rgba(255, 215, 0, 0.9),
        0 0 60px rgba(255, 165, 0, 0.4),
        inset 0 -3px 0 rgba(0, 0, 0, 0.3) !important;
    color: #FFFFFF !important;
    filter: 
        drop-shadow(0 8px 16px rgba(0, 0, 0, 0.4))
        brightness(1.3)
        contrast(1.2) !important;
}

.btn-secondary {
    background: rgba(255, 255, 255, 0.95);
    border: none !important;
    color: #D4AF37;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.2);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 12px;
    padding: 0.75rem 2rem;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
    animation: scaleIn 1s ease-out 1.2s both;
}

.btn-secondary::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: linear-gradient(135deg, #D4AF37 0%, #FFD700 100%);
    transition: width 0.4s ease;
    z-index: -1;
}

.btn-secondary:hover::before {
    width: 100%;
}

.btn-secondary:hover {
    background: linear-gradient(135deg, #D4AF37 0%, #FFD700) !important;
    color: #FFFFFF !important;
    transform: translateY(-8px) scale(1.1) translateX(-2px) !important;
    box-shadow: 
        0 25px 50px rgba(212, 175, 55, 0.7),
        0 0 35px rgba(255, 215, 0, 0.8),
        0 0 55px rgba(255, 165, 0, 0.3),
        inset 0 -3px 0 rgba(0, 0, 0, 0.3) !important;
    filter: 
        drop-shadow(0 8px 16px rgba(0, 0, 0, 0.4))
        brightness(1.3)
        contrast(1.2) !important;
}

.btn-outline-primary {
    border: none !important;
    color: var(--primary-color);
    background: rgba(248, 249, 250, 0.9);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    border-radius: 8px;
    padding: 0.75rem 1.5rem;
}

.btn-outline-primary:hover {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-light)) !important;
    color: #FFFFFF !important;
    transform: translateY(-8px) scale(1.1) translateX(2px) !important;
    box-shadow: 
        0 25px 50px rgba(212, 175, 55, 0.7),
        0 0 35px rgba(255, 215, 0, 0.8),
        0 0 55px rgba(255, 165, 0, 0.3),
        inset 0 -3px 0 rgba(0, 0, 0, 0.3) !important;
    filter: 
        drop-shadow(0 8px 16px rgba(0, 0, 0, 0.4))
        brightness(1.3)
        contrast(1.2) !important;
}

.btn-outline-secondary {
    border: none !important;
    color: var(--secondary-color);
    background: rgba(248, 249, 250, 0.9);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    border-radius: 8px;
    padding: 0.75rem 1.5rem;
}

.btn-outline-secondary:hover {
    background: linear-gradient(135deg, var(--secondary-color) 0%, var(--secondary-light)) !important;
    color: #FFFFFF !important;
    transform: translateY(-8px) scale(1.1) translateX(-2px) !important;
    box-shadow: 
        0 25px 50px rgba(26, 26, 26, 0.7),
        0 0 35px rgba(0, 0, 0, 0.8),
        0 0 55px rgba(128, 128, 128, 0.3),
        inset 0 -3px 0 rgba(0, 0, 0, 0.3) !important;
    filter: 
        drop-shadow(0 8px 16px rgba(0, 0, 0, 0.4))
        brightness(1.3)
        contrast(1.2) !important;
}

/* Hero Section APEX Design Sophistiqué */
.hero-section {
    background: linear-gradient(135deg, #FFFFFF 0%, #F8F8F8 100%);
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgba(212, 175, 55, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 60% 40%, rgba(26, 26, 26, 0.03) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(255, 215, 0, 0.03) 0%, transparent 50%);
    pointer-events: none;
}

.hero-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="0.5" fill="%23D4AF37" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
    pointer-events: none;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="white" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.1;
}

.min-vh-50 {
    min-height: 50vh;
}

/* Luxury Hero Section */
.hero-section-luxury {
    position: relative;
    min-height: 100vh;
    background: var(--primary-gradient);
    overflow: hidden;
    display: flex;
    align-items: center;
}

.hero-section-luxury::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 30%, rgba(255, 255, 255, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 40% 70%, rgba(255, 255, 255, 0.06) 0%, transparent 50%);
    z-index: 1;
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

/* Clouds Layer */
.clouds-layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 30%, rgba(255, 255, 255, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 40% 70%, rgba(255, 255, 255, 0.06) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.04) 0%, transparent 50%);
    animation: cloudsMove 20s ease-in-out infinite;
}

@keyframes cloudsMove {
    0%, 100% { transform: translateX(0) translateY(0); }
    25% { transform: translateX(-10px) translateY(-5px); }
    50% { transform: translateX(5px) translateY(-10px); }
    75% { transform: translateX(-5px) translateY(5px); }
}

/* Globe Container */
.globe-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.globe {
    width: 300px;
    height: 300px;
    position: relative;
    animation: globeRotate 30s linear infinite;
}

.globe-inner {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: var(--white-gradient);
    position: relative;
    box-shadow: 
        inset -20px -20px 50px rgba(0, 0, 0, 0.3),
        0 0 50px rgba(26, 26, 26, 0.3);
}

.continents {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 80%;
    background: 
        radial-gradient(circle at 30% 40%, rgba(0, 0, 0, 0.1) 2px, transparent 2px),
        radial-gradient(circle at 70% 30%, rgba(0, 0, 0, 0.1) 3px, transparent 3px),
        radial-gradient(circle at 20% 70%, rgba(0, 0, 0, 0.1) 2px, transparent 2px),
        radial-gradient(circle at 80% 80%, rgba(0, 0, 0, 0.1) 2px, transparent 2px);
    border-radius: 50%;
}

@keyframes globeRotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* Orbit Paths */
.orbit-path {
    position: absolute;
    border: 2px solid rgba(26, 26, 26, 0.3);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: orbitRotate 20s linear infinite;
}

.orbit-1 {
    width: 400px;
    height: 400px;
    animation-duration: 15s;
}

.orbit-2 {
    width: 500px;
    height: 500px;
    animation-duration: 20s;
    animation-direction: reverse;
}

.orbit-3 {
    width: 600px;
    height: 600px;
    animation-duration: 25s;
}

@keyframes orbitRotate {
    from { transform: translate(-50%, -50%) rotate(0deg); }
    to { transform: translate(-50%, -50%) rotate(360deg); }
}

/* Airplanes */
.airplanes-orbit {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.airplane {
    position: absolute;
    width: 20px;
    height: 20px;
    background: var(--secondary-color);
    border-radius: 50% 0 50% 0;
    box-shadow: 0 0 10px rgba(26, 26, 26, 0.8);
}

.airplane::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 2px;
    background: var(--secondary-color);
    border-radius: 1px;
}

.airplane-1 {
    top: -200px;
    left: 0;
    animation: airplaneOrbit1 15s linear infinite;
}

.airplane-2 {
    top: -250px;
    left: 0;
    animation: airplaneOrbit2 20s linear infinite reverse;
}

.airplane-3 {
    top: -300px;
    left: 0;
    animation: airplaneOrbit3 25s linear infinite;
}

@keyframes airplaneOrbit1 {
    from { transform: rotate(0deg) translateX(200px) rotate(0deg); }
    to { transform: rotate(360deg) translateX(200px) rotate(-360deg); }
}

@keyframes airplaneOrbit2 {
    from { transform: rotate(0deg) translateX(250px) rotate(0deg); }
    to { transform: rotate(360deg) translateX(250px) rotate(-360deg); }
}

@keyframes airplaneOrbit3 {
    from { transform: rotate(0deg) translateX(300px) rotate(0deg); }
    to { transform: rotate(360deg) translateX(300px) rotate(-360deg); }
}

/* Logo Section */
.logo-section {
    position: relative;
    z-index: 10;
}

.logo-text {
    font-size: 3.5rem;
    font-weight: 900;
    color: var(--secondary-color);
    text-shadow: 
        0 0 20px rgba(26, 26, 26, 0.5),
        0 0 40px rgba(26, 26, 26, 0.3),
        2px 2px 4px rgba(0, 0, 0, 0.3);
    letter-spacing: 3px;
    margin-bottom: 0.5rem;
}

.logo-subtitle {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--secondary-color);
    letter-spacing: 2px;
    margin: 0;
}

/* Main Title */
.main-title {
    font-size: 4rem;
    font-weight: 900;
    color: var(--secondary-color);
    text-shadow: 
        0 0 30px rgba(26, 26, 26, 0.6),
        0 0 60px rgba(26, 26, 26, 0.4),
        3px 3px 6px rgba(0, 0, 0, 0.4);
    letter-spacing: 4px;
    position: relative;
    z-index: 10;
}

.main-subtitle {
    font-size: 1.5rem;
    color: var(--white);
    font-weight: 300;
    letter-spacing: 1px;
    position: relative;
    z-index: 10;
}

/* Hero Buttons */
.hero-buttons {
    position: relative;
    z-index: 10;
}

.btn-luxury {
    background: var(--white-gradient);
    border: none;
    color: var(--primary-color);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: var(--gold-shadow-lg);
    transition: all 0.3s ease;
}

.btn-luxury:hover {
    background: linear-gradient(135deg, var(--secondary-light) 0%, var(--secondary-color) 50%, var(--secondary-dark) 100%);
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(26, 26, 26, 0.6);
    color: var(--primary-color);
}

.btn-outline-luxury {
    border: none !important;
    color: var(--secondary-color);
    background: rgba(255, 255, 255, 0.9);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.btn-outline-luxury:hover {
    background: var(--secondary-color);
    color: var(--primary-color);
    transform: translateY(-3px);
    box-shadow: var(--gold-shadow-lg);
}

/* Features Cards */
.features-cards {
    position: relative;
    z-index: 10;
    margin-top: 4rem;
}

.feature-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(26, 26, 26, 0.3);
    border-radius: 15px;
    padding: 2rem 1.5rem;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
}

.feature-card:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: var(--secondary-color);
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(26, 26, 26, 0.2);
}

.feature-icon {
    font-size: 3rem;
    color: var(--secondary-color);
    margin-bottom: 1rem;
    text-shadow: 0 0 20px rgba(26, 26, 26, 0.5);
}

.feature-card h5 {
    color: var(--white);
    font-weight: 700;
    font-size: 1.1rem;
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
}

.feature-card p {
    color: var(--text-light);
    font-size: 0.9rem;
    margin: 0;
}

/* Bottom Slogan */
.bottom-slogan {
    position: relative;
    z-index: 10;
}

.bottom-slogan p {
    color: var(--white);
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

/* Responsive Design */
@media (max-width: 768px) {
    .logo-text {
        font-size: 2.5rem;
        letter-spacing: 2px;
    }
    
    .main-title {
        font-size: 2.5rem;
        letter-spacing: 2px;
    }
    
    .main-subtitle {
        font-size: 1.2rem;
    }
    
    .globe {
        width: 200px;
        height: 200px;
    }
    
    .orbit-1 {
        width: 280px;
        height: 280px;
    }
    
    .orbit-2 {
        width: 350px;
        height: 350px;
    }
    
    .orbit-3 {
        width: 420px;
        height: 420px;
    }
    
    .airplane-1 {
        top: -140px;
    }
    
    .airplane-2 {
        top: -175px;
    }
    
    .airplane-3 {
        top: -210px;
    }
}

/* Cards APEX Design Professionnel */
.card {
    border-radius: 16px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(212, 175, 55, 0.2);
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
    animation: fadeInUp 0.8s ease-out;
}

.card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(26, 26, 26, 0.05) 0%, rgba(212, 175, 55, 0.02) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 1;
}

.card:hover::before {
    opacity: 1;
}

.card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 40px rgba(212, 175, 55, 0.2);
    border-color: #D4AF37;
}

.card > * {
    position: relative;
    z-index: 2;
}

/* Hero Courses Section Tricolore */
.hero-courses-section {
    background: var(--tertiary-gradient);
    min-height: 60vh;
    position: relative;
    overflow: hidden;
}

.hero-background-animated {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgba(26, 26, 26, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 30%, rgba(26, 26, 26, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 40% 70%, rgba(26, 26, 26, 0.06) 0%, transparent 50%);
    animation: float 6s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-20px) rotate(1deg); }
}

.hero-title {
    position: relative;
    z-index: 2;
}

.title-line {
    display: block;
    opacity: 0;
    animation: slideInUp 1s ease-out forwards;
}

.title-line.highlight {
    background: var(--white-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation-delay: 0.3s;
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-subtitle {
    opacity: 0;
    animation: fadeIn 1s ease-out 0.6s forwards;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.hero-stats {
    opacity: 0;
    animation: fadeInUp 1s ease-out 0.9s forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.stat-item {
    text-align: center;
    padding: 1rem;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.stat-item:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.15);
}

/* Courses Section Doré et Blanc */
.courses-section {
    background: var(--bg-primary);
    position: relative;
}

.courses-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 10% 10%, rgba(30, 64, 175, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 60% 40%, rgba(212, 175, 55, 0.03) 0%, transparent 50%),
        radial-gradient(circle at 90% 90%, rgba(255, 255, 255, 0.03) 0%, transparent 50%);
    pointer-events: none;
}

.wow-card {
    opacity: 0;
    transform: translateY(50px);
    animation: slideInUp 0.8s ease-out forwards;
}

.wow-card:nth-child(1) { animation-delay: 0.1s; }
.wow-card:nth-child(2) { animation-delay: 0.2s; }
.wow-card:nth-child(3) { animation-delay: 0.3s; }
.wow-card:nth-child(4) { animation-delay: 0.4s; }
.wow-card:nth-child(5) { animation-delay: 0.5s; }
.wow-card:nth-child(6) { animation-delay: 0.6s; }

.course-card {
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    border: 2px solid transparent;
}

.course-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: var(--gold-shadow-xl);
    border-color: var(--primary-color);
}

.card-header-gradient {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--luxury-gradient);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.course-card:hover .card-header-gradient {
    opacity: 1;
}

.icon-container {
    position: relative;
    display: inline-block;
}

.course-icon {
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
}

.icon-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    background: var(--luxury-gradient);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    filter: blur(20px);
    transition: all 0.3s ease;
}

.course-card:hover .icon-glow {
    opacity: 0.3;
    transform: translate(-50%, -50%) scale(1.2);
}

.course-card:hover .course-icon {
    transform: scale(1.1) rotate(5deg);
    color: var(--primary-color);
}

.feature-item {
    transition: all 0.3s ease;
    padding: 0.25rem 0;
}

.feature-item:hover {
    transform: translateX(5px);
    color: var(--primary-color);
}

.course-btn {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.course-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: var(--luxury-gradient);
    transition: left 0.3s ease;
    z-index: 1;
}

.course-btn:hover::before {
    left: 0;
}

.course-btn span,
.course-btn i {
    position: relative;
    z-index: 2;
    transition: color 0.3s ease;
}

.course-btn:hover span,
.course-btn:hover i {
    color: var(--bg-dark);
}

.card-header {
    background: var(--bg-primary);
    border-bottom: 2px solid var(--border-color-blue-light);
    border-radius: 16px 16px 0 0 !important;
    padding: 1.5rem;
}

.card-body {
    padding: 1.5rem;
}

.card-footer {
    background: var(--bg-blue);
    border-top: 2px solid var(--border-color-gold-light);
    border-radius: 0 0 16px 16px !important;
    padding: 1.5rem;
}

.service-card {
    border-radius: 16px;
    transition: all 0.3s ease;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.pricing-card {
    border-radius: 16px;
    transition: all 0.3s ease;
}

.pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
}

/* Buttons */
.btn {
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.3s ease;
    border: none;
}

.btn-primary {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-light) 100%);
    border: none;
}

.btn-primary:hover {
    background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary-color) 100%);
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

.btn-outline-primary {
    border: none !important;
    color: var(--primary-color);
    background: rgba(255, 255, 255, 0.9);
}

.btn-outline-primary:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    transform: translateY(-2px);
}

.btn-light:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* Bouton Nous Contacter Tricolore */
.btn-contact {
    background: rgba(255, 255, 255, 0.9);
    border: none !important;
    color: var(--secondary-color);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    border-radius: 8px;
    padding: 0.75rem 1.5rem;
    box-shadow: var(--blue-shadow);
}

.btn-contact:hover {
    background: linear-gradient(135deg, var(--secondary-color) 0%, var(--secondary-light)) !important;
    color: #FFFFFF !important;
    transform: translateY(-8px) scale(1.1) translateX(2px) !important;
    box-shadow: 
        0 25px 50px rgba(26, 26, 26, 0.7),
        0 0 35px rgba(0, 0, 0, 0.8),
        0 0 55px rgba(128, 128, 128, 0.3),
        inset 0 -3px 0 rgba(0, 0, 0, 0.3) !important;
    filter: 
        drop-shadow(0 8px 16px rgba(0, 0, 0, 0.4))
        brightness(1.3)
        contrast(1.2) !important;
}

.btn-contact i {
    transition: color 0.3s ease;
}

.btn-contact:hover i {
    color: var(--bg-dark);
}

/* Icons */
.service-icon, .value-icon, .contact-icon {
    transition: all 0.3s ease;
}

/* Checkmark Icons - Green (keeping green for contrast) */
.fa-check-circle, .fa-check {
    color: #D4AF37 !important;
    transition: all 0.3s ease;
}

.fa-check-circle:hover, .fa-check:hover {
    color: #D4AF37 !important;
    transform: scale(1.1);
}

/* Checkmark with background circle */
.checkmark-container {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(40, 167, 69, 0.1);
    border-radius: 50%;
    margin-right: 1rem;
    transition: all 0.3s ease;
}

.checkmark-container:hover {
    background: rgba(212, 175, 55, 0.2);
    transform: scale(1.05);
}

.checkmark-container .fa-check-circle,
.checkmark-container .fa-check {
    color: #D4AF37 !important;
    font-size: 1.2rem;
}

.service-card:hover .service-icon i,
.card:hover .value-icon i {
    transform: scale(1.1);
    color: var(--primary-color) !important;
}

/* Stats Tricolores */
.stat-item h3 {
    background: var(--professional-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Forms */
.form-control, .form-select {
    border-radius: 8px;
    border: 2px solid #e5e7eb;
    transition: all 0.3s ease;
}

.form-control:focus, .form-select:focus {
    border-color: var(--secondary-color);
    box-shadow: 0 0 0 3px rgba(30, 64, 175, 0.1);
}

/* Accordion */
.accordion-button {
    border-radius: 8px !important;
    font-weight: 600;
}

.accordion-button:not(.collapsed) {
    background: var(--professional-gradient);
    color: var(--bg-primary);
}

.accordion-button:focus {
    box-shadow: 0 0 0 3px rgba(30, 64, 175, 0.1);
}

/* Social Links */
.social-links a {
    display: inline-block;
    transition: all 0.3s ease;
}

.social-links a:hover {
    transform: translateY(-3px);
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in-up {
    animation: fadeInUp 0.6s ease-out;
}

/* Responsive */
@media (max-width: 768px) {
    .airplane-icon {
        font-size: 1.8rem;
    }
    
    .apex-letter-a {
        font-size: 2.5rem;
    }
    
    .apex-letters {
        font-size: 2.5rem;
        letter-spacing: 2px;
    }
    
    .logo-subtitle-gold {
        font-size: 0.7rem;
        letter-spacing: 1.5px;
    }
    
    .logo-container-air {
        gap: 0.3rem;
    }
    
    .display-4 {
        font-size: 2.5rem;
    }
    
    .display-5 {
        font-size: 2rem;
        color: #000;

    }
    
    .hero-section {
        padding: 3rem 0;
    }
    
    .min-vh-50 {
        min-height: 40vh;
    }
}

/* Utilities Tricolores */
.bg-gradient-primary {
    background: var(--professional-gradient);
}

.text-gradient {
    background: var(--professional-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.bg-gradient-gold {
    background: var(--gold-gradient);
}

.text-gradient-gold {
    background: var(--gold-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.bg-gradient-blue {
    background: var(--blue-gradient);
}

.text-gradient-blue {
    background: var(--blue-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.bg-gradient-white {
    background: var(--white-gradient);
}

.text-gradient-white {
    background: var(--white-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.bg-gradient-tricolor {
    background: var(--tricolor-gradient);
}

.text-gradient-tricolor {
    background: var(--tricolor-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Classes d'accessibilité et de contraste */
.high-contrast {
    color: var(--accent-color) !important;
    background-color: var(--tertiary-color) !important;
}

.low-contrast {
    color: var(--text-muted) !important;
    background-color: var(--bg-tertiary) !important;
}

.readable-text {
    color: var(--text-dark) !important;
    background-color: var(--tertiary-color) !important;
    padding: 0.5rem 1rem;
    border-radius: 4px;
}

/* Bordures tricolores pour les éléments importants */
.border-tricolor {
    border: 2px solid;
    border-image: var(--border-color-tricolor) 1;
}

.border-gold {
    border: 2px solid var(--primary-color) !important;
}

.border-blue {
    border: 2px solid var(--secondary-color) !important;
}

.border-white {
    border: 2px solid var(--tertiary-color) !important;
}

/* Custom spacing */
.py-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

.py-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

/* APEX Feature Cards Design Professionnel */
.apex-feature-card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    padding: 2.5rem 2rem;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(212, 175, 55, 0.2);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    height: 100%;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
    animation: fadeInUp 0.8s ease-out;
}

.apex-feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(26, 26, 26, 0.1) 0%, rgba(212, 175, 55, 0.05) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 1;
}

.apex-feature-card:hover::before {
    opacity: 1;
}

.apex-feature-card:hover {
    transform: translateY(-10px) scale(1.03);
    box-shadow: 0 25px 50px rgba(212, 175, 55, 0.25);
    border-color: #D4AF37;
}

.apex-feature-icon {
    font-size: 4rem;
    background: linear-gradient(135deg, #1A1A1A 0%, #D4AF37 50%, #FFD700 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 1.5rem;
    display: block;
    animation: float 3s ease-in-out infinite;
    filter: drop-shadow(0 0 10px rgba(26, 26, 26, 0.3));
}

.apex-feature-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1A1A1A;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    z-index: 2;
}

.apex-feature-description {
    font-size: 0.95rem;
    color: #666666;
    margin: 0;
    line-height: 1.6;
    position: relative;
    z-index: 2;
}

/* Footer APEX Design Professionnel */
footer {
    background: linear-gradient(135deg, #1A1A1A 0%, #2C2C2C 100%) !important;
    border-top: 3px solid #D4AF37;
    position: relative;
    overflow: hidden;
}

footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgba(26, 26, 26, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 60% 40%, rgba(212, 175, 55, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(255, 215, 0, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

footer h5, footer h6 {
    color: #D4AF37 !important;
    text-shadow: 0 0 10px rgba(212, 175, 55, 0.3);
    position: relative;
    z-index: 2;
}

footer .text-light {
    color: #FFFFFF !important;
    position: relative;
    z-index: 2;
}

footer a {
    color: #FFFFFF !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    z-index: 2;
}

footer a:hover {
    color: #D4AF37 !important;
    transform: translateX(5px);
    text-shadow: 0 0 10px rgba(212, 175, 55, 0.5);
}

/* Awards Section */
.award-badge {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 2rem;
    border: 2px solid var(--secondary-color);
    box-shadow: var(--gold-shadow-lg);
}

/* Admission Form */
.admission-form-card {
    border-radius: 20px;
    background: var(--white);
    border: 2px solid var(--secondary-color);
}

.admission-highlights {
    background: rgba(26, 26, 26, 0.05);
    padding: 2rem;
    border-radius: 15px;
    border-left: 4px solid var(--secondary-color);
}

/* Course Cards */
.course-card {
    border-radius: 20px;
    transition: all 0.3s ease;
    background: var(--white);
    border: 2px solid transparent;
}

.course-card:hover {
    transform: translateY(-10px);
    border-color: var(--secondary-color);
    box-shadow: var(--gold-shadow-lg);
}

.course-image {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.8) 0%, rgba(248, 248, 248, 0.6) 100%);
    border-radius: 15px;
    padding: 2rem;
    margin-bottom: 1.5rem;
    border: 1px solid var(--border-color-light);
}

.course-features {
    background: rgba(15, 23, 42, 0.02);
    padding: 1rem;
    border-radius: 10px;
    border-left: 3px solid var(--secondary-color);
}

/* Special Training Cards */
.special-training-card {
    border-radius: 20px;
    transition: all 0.3s ease;
    background: var(--white);
    border: 2px solid transparent;
}

.special-training-card:hover {
    transform: translateY(-5px);
    border-color: var(--secondary-color);
    box-shadow: var(--gold-shadow-lg);
}

.special-icon {
    background: var(--white-gradient);
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    box-shadow: var(--gold-shadow);
}

/* Facility Cards */
.facility-card {
    padding: 2rem 1rem;
    border-radius: 15px;
    transition: all 0.3s ease;
    background: var(--white);
    border: 2px solid transparent;
    height: 100%;
}

.facility-card:hover {
    transform: translateY(-5px);
    border-color: var(--secondary-color);
    box-shadow: var(--gold-shadow-lg);
    background: rgba(26, 26, 26, 0.02);
}

.facility-icon {
    background: var(--white-gradient);
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    box-shadow: var(--gold-shadow);
}

.facility-icon i {
    color: var(--primary-color) !important;
}

/* Testimonials Enhanced */
.testimonial-card {
    background: var(--white);
    border-radius: 20px;
    padding: 2rem;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    height: 100%;
}

.testimonial-card:hover {
    border-color: var(--secondary-color);
    box-shadow: var(--gold-shadow-lg);
    transform: translateY(-5px);
}

.testimonial-avatar {
    width: 60px;
    height: 60px;
    background: var(--white-gradient);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--gold-shadow);
}

.testimonial-avatar i {
    color: var(--primary-color);
    font-size: 1.5rem;
}

/* Google Reviews Style */
.google-reviews {
    background: var(--white);
    border-radius: 20px;
    padding: 2rem;
    box-shadow: var(--shadow-lg);
    border: 2px solid var(--secondary-color);
}

.review-rating {
    color: var(--secondary-color);
    font-size: 1.2rem;
}

.review-stars {
    color: var(--secondary-color);
}

/* Gallery Section */
.gallery-item {
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.gallery-item:hover {
    transform: scale(1.05);
    border-color: var(--secondary-color);
    box-shadow: var(--gold-shadow-lg);
}

/* Placement Partners */
.partner-logo {
    background: var(--white);
    border-radius: 15px;
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.partner-logo:hover {
    border-color: var(--secondary-color);
    box-shadow: var(--gold-shadow);
    transform: translateY(-5px);
}

/* Blog Cards */
.blog-card {
    background: var(--white);
    border-radius: 15px;
    overflow: hidden;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    height: 100%;
}

.blog-card:hover {
    border-color: var(--secondary-color);
    box-shadow: var(--gold-shadow-lg);
    transform: translateY(-5px);
}

.blog-image {
    height: 200px;
    background: var(--white-gradient);
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-image i {
    font-size: 3rem;
    color: var(--primary-color);
}

/* Contact Enhanced */
.contact-info-card {
    background: var(--white);
    border-radius: 20px;
    padding: 2rem;
    border: 2px solid var(--secondary-color);
    box-shadow: var(--gold-shadow);
    height: 100%;
    transition: all 0.3s ease;
}

.contact-info-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--gold-shadow-lg);
}

.contact-icon {
    background: var(--white-gradient);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    box-shadow: var(--gold-shadow);
}

.contact-icon i {
    color: var(--primary-color);
    font-size: 1.5rem;
}

/* Stats Section with Translucent Cards */
.stats-section {
    background: var(--primary-color);
    padding: 4rem 0;
    position: relative;
    overflow: hidden;
}

.stats-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(255, 255, 255, 0.08) 0%, transparent 50%);
    pointer-events: none;
}

.stats-container {
    position: relative;
    z-index: 2;
}

.stats-title {
    color: var(--secondary-color);
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 3rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.stat-card {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 2rem 1.5rem;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.stat-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
    border-radius: 20px;
    z-index: 1;
}

.stat-card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.stat-card-content {
    position: relative;
    z-index: 2;
}

.stat-number {
    font-size: 3rem;
    font-weight: 900;
    color: var(--secondary-color);
    margin-bottom: 0.5rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.stat-label {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--secondary-color);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    margin: 0;
}

/* Responsive Enhancements Tricolores */
@media (max-width: 768px) {
    .stats-title {
        font-size: 2rem;
        margin-bottom: 2rem;
    }
    
    .stats-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 1.5rem;
    }
    
    .stat-card {
        padding: 1.5rem 1rem;
    }
    
    .stat-number {
        font-size: 2.5rem;
    }
    
    .stat-label {
        font-size: 1rem;
    }
    
    .award-badge {
        padding: 1.5rem;
    }
    
    .admission-form-card {
        margin-top: 2rem;
    }
    
    .course-card, .facility-card, .testimonial-card {
        margin-bottom: 2rem;
    }
    
    .special-icon, .facility-icon {
        width: 60px;
        height: 60px;
    }
    
    .gallery-item:hover {
        transform: none;
    }
    
    /* Logo responsive */
    .logo-wrapper {
        gap: 0.5rem;
    }
    
    .logo-main {
        font-size: 2.2rem;
        letter-spacing: 2px;
    }
    
    .logo-subtitle {
        font-size: 0.8rem;
        letter-spacing: 1.5px;
    }
    
    /* Navigation mobile tricolore */
    .navbar-collapse {
        background: var(--card-gradient);
        border-radius: 8px;
        margin-top: 1rem;
        padding: 1rem;
        box-shadow: var(--tricolor-shadow-lg);
    }
    
    /* Boutons mobiles */
    .btn-primary, .btn-secondary {
        width: 100%;
        margin-bottom: 0.5rem;
    }
}

@media (max-width: 576px) {
    .logo-wrapper {
        gap: 0.3rem;
    }
    
    .logo-main {
        font-size: 1.8rem;
        letter-spacing: 1px;
    }
    
    .logo-subtitle {
        font-size: 0.7rem;
        letter-spacing: 1px;
    }
}

/* Awards Section WOW */
.awards-section-wow {
    background: var(--white-gradient);
    position: relative;
    overflow: hidden;
}

.awards-section-wow::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgba(26, 26, 26, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(26, 26, 26, 0.08) 0%, transparent 50%);
    pointer-events: none;
}

.award-content-wow {
    position: relative;
    z-index: 2;
}

.award-title-wow {
    opacity: 0;
    animation: slideInUp 1s ease-out 0.5s forwards;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.award-subtitle-wow {
    opacity: 0;
    animation: fadeIn 1s ease-out 0.8s forwards;
}

.award-badge-wow {
    opacity: 0;
    animation: scaleIn 1s ease-out 1.1s forwards;
}

.trophy-container-wow {
    position: relative;
    display: inline-block;
    margin-bottom: 1rem;
}

.trophy-icon-wow {
    position: relative;
    z-index: 2;
    animation: trophyBounce 2s ease-in-out infinite;
}

.trophy-glow-wow {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;
    height: 120px;
    background: var(--elegant-gradient);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.3;
    filter: blur(20px);
    animation: trophyGlow 3s ease-in-out infinite;
}

@keyframes trophyBounce {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-10px) rotate(5deg); }
}

@keyframes trophyGlow {
    0%, 100% { opacity: 0.3; transform: translate(-50%, -50%) scale(1); }
    50% { opacity: 0.6; transform: translate(-50%, -50%) scale(1.2); }
}

@keyframes scaleIn {
    from {
        opacity: 0;
        transform: scale(0.5);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.award-text-wow {
    opacity: 0;
    animation: fadeIn 1s ease-out 1.4s forwards;
    font-size: 1.2rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

/* Premium Hero Section */
.hero-section-premium {
    background: 
        linear-gradient(135deg, #000000 0%, #0A0A0A 25%, #1A1A1A 50%, #0F0F0F 75%, #000000 100%),
        radial-gradient(circle at 30% 20%, rgba(212, 175, 55, 0.15) 0%, transparent 70%),
        radial-gradient(circle at 70% 80%, rgba(255, 215, 0, 0.1) 0%, transparent 70%),
        radial-gradient(circle at 50% 50%, rgba(212, 175, 55, 0.05) 0%, transparent 80%);
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.hero-content-layer {
    position: relative;
    z-index: 15;
}

.hero-background-premium {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
}

/* Geometric Shapes */
.geometric-shapes {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    pointer-events: none;
}

.shape {
    position: absolute;
    border-radius: 50%;
    background: 
        radial-gradient(circle, rgba(212, 175, 55, 0.2) 0%, rgba(255, 215, 0, 0.1) 30%, transparent 70%),
        linear-gradient(135deg, rgba(212, 175, 55, 0.1) 0%, rgba(255, 255, 255, 0.05) 50%, transparent 100%);
    border: 1px solid rgba(212, 175, 55, 0.3);
    box-shadow: 
        0 0 20px rgba(212, 175, 55, 0.2),
        inset 0 0 20px rgba(255, 215, 0, 0.1);
    animation: shapeFloat 20s ease-in-out infinite;
    pointer-events: none;
}

.shape-1 {
    width: 300px;
    height: 300px;
    top: 10%;
    left: 5%;
    animation-delay: 0s;
}

.shape-2 {
    width: 200px;
    height: 200px;
    top: 60%;
    right: 10%;
    animation-delay: 5s;
}

.shape-3 {
    width: 150px;
    height: 150px;
    top: 30%;
    right: 20%;
    animation-delay: 10s;
}

.shape-4 {
    width: 100px;
    height: 100px;
    top: 70%;
    left: 15%;
    animation-delay: 15s;
}

@keyframes shapeFloat {
    0%, 100% { 
        transform: translateY(0px) rotate(0deg);
        opacity: 0.3;
    }
    50% { 
        transform: translateY(-20px) rotate(180deg);
        opacity: 0.6;
    }
}

/* Subtle Pattern */
.subtle-pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 25% 25%, rgba(26, 26, 26, 0.03) 0%, transparent 50%),
        radial-gradient(circle at 75% 75%, rgba(26, 26, 26, 0.02) 0%, transparent 50%);
    z-index: 3;
    pointer-events: none;
}





/* Floating Dots */
.floating-dots {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
    pointer-events: none;
}

.dot {
    position: absolute;
    width: 8px;
    height: 8px;
    background: 
        radial-gradient(circle, rgba(255, 215, 0, 0.8) 0%, rgba(212, 175, 55, 0.6) 50%, transparent 100%);
    border-radius: 50%;
    box-shadow: 
        0 0 10px rgba(255, 215, 0, 0.5),
        0 0 20px rgba(212, 175, 55, 0.3);
    animation: dotFloat 15s ease-in-out infinite;
}

.dot-1 {
    top: 20%;
    left: 20%;
    animation-delay: 0s;
}

.dot-2 {
    top: 40%;
    right: 30%;
    animation-delay: 3s;
}

.dot-3 {
    top: 60%;
    left: 30%;
    animation-delay: 6s;
}

.dot-4 {
    top: 80%;
    right: 20%;
    animation-delay: 9s;
}

.dot-5 {
    top: 30%;
    left: 60%;
    animation-delay: 12s;
}

@keyframes dotFloat {
    0%, 100% { 
        transform: translateY(0px) scale(1);
        opacity: 0.4;
    }
    50% { 
        transform: translateY(-15px) scale(1.2);
        opacity: 0.8;
    }
}

/* Logo Section Premium */
.logo-section-premium {
    opacity: 0;
    animation: slideInDown 1s ease-out 0.5s forwards;
    position: relative;
    z-index: 10;
}

.logo-text-premium {
    font-size: 3.5rem;
    font-weight: 900;
    color: var(--primary-color);
    letter-spacing: 3px;
    margin-bottom: 0.5rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.logo-subtitle-premium {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--text-muted);
    letter-spacing: 2px;
    margin: 0;
    text-transform: uppercase;
}

/* Main Title Premium */
.main-title-premium {
    opacity: 0;
    animation: slideInUp 1s ease-out 1s forwards;
    position: relative;
    z-index: 10;
}

.title-line-premium {
    display: block;
    font-size: 4rem;
    font-weight: 800;
    color: #FFFFFF;
    letter-spacing: 2px;
    text-shadow: 
        0 0 10px rgba(212, 175, 55, 0.5),
        0 0 20px rgba(255, 215, 0, 0.3),
        2px 2px 4px rgba(0, 0, 0, 0.8);
    background: linear-gradient(135deg, #FFFFFF 0%, #D4AF37 50%, #FFD700 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.main-subtitle-premium {
    opacity: 0;
    animation: fadeIn 1s ease-out 1.5s forwards;
    font-size: 1.3rem;
    color: #D4AF37;
    font-weight: 400;
    position: relative;
    z-index: 10;
}

/* Hero Buttons Premium */
.hero-buttons-premium {
    opacity: 0;
    animation: fadeInUp 1s ease-out 2s forwards;
    position: relative;
    z-index: 10;
}

.btn-primary-premium {
    background: var(--white-gradient);
    border: none;
    color: var(--primary-color);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 8px 25px rgba(26, 26, 26, 0.3);
    transition: all 0.3s ease;
    border-radius: 50px;
    padding: 15px 30px;
}

.btn-primary-premium:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(26, 26, 26, 0.4);
    color: var(--primary-color);
}

.btn-outline-premium {
    border: none !important;
    color: var(--secondary-color);
    background: rgba(255, 255, 255, 0.9);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    border-radius: 50px;
    padding: 15px 30px;
}

.btn-outline-premium:hover {
    background: var(--primary-color);
    color: #000000;
    border-color: var(--primary-color);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(26, 26, 26, 0.3);
}

.btn-outline-premium:hover i {
    color: var(--secondary-color);
}

/* Desktop hero CTA – smaller, refined visuals */
.desktop-hero .hero-buttons-premium .btn {
    font-size: 0.95rem;
    padding: 10px 22px;
    border-radius: 40px;
    letter-spacing: 0.5px;
}

/* Home hero – boutons légèrement plus petits que la maquette */
.hero-section-premium .hero-buttons-premium .btn {
    font-size: 0.95rem;
    padding: 12px 24px;
    border-radius: 18px; /* coins arrondis type carte, moins “pilule” */
}

.desktop-hero .hero-buttons-premium .btn-primary-premium {
    border: 1px solid var(--primary-color);
    box-shadow: 0 6px 18px rgba(212, 175, 55, 0.18);
}

.desktop-hero .hero-buttons-premium .btn-primary-premium:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(212, 175, 55, 0.24);
}

.desktop-hero .hero-buttons-premium .btn-outline-premium {
    background: transparent;
    border: 1.5px solid var(--primary-color) !important;
    color: var(--primary-color);
    box-shadow: none;
}

.desktop-hero .hero-buttons-premium .btn-outline-premium:hover {
    background: var(--primary-color);
    color: var(--secondary-color);
}

/* Home hero Contact Us button – match mobile design on all breakpoints */
.hero-section-premium .btn-outline-premium {
    background: transparent !important;
    border: 2px solid var(--primary-color) !important;
    color: var(--primary-color) !important;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.2) !important;
    border-radius: 12px !important; /* même rayon que mobile */
}

.hero-section-premium .btn-outline-premium:hover {
    background: var(--primary-color) !important;
    color: var(--secondary-color) !important;
    box-shadow: 0 8px 30px rgba(212, 175, 55, 0.3) !important;
}

.hero-section-premium .btn-outline-premium i {
    color: var(--primary-color) !important;
}

.hero-section-premium .btn-outline-premium:hover i {
    color: var(--secondary-color) !important;
}

/* Desktop hero – optional animation kill switch */
body.no-animations-desktop .desktop-hero .main-title-premium,
body.no-animations-desktop .desktop-hero .main-subtitle-premium,
body.no-animations-desktop .desktop-hero .hero-buttons-premium,
body.no-animations-desktop .desktop-hero .logo-section-premium {
    animation: none !important;
    opacity: 1 !important;
}

body.no-animations-desktop .desktop-hero .title-particles,
body.no-animations-desktop .desktop-hero .neon-pulse,
body.no-animations-desktop .desktop-hero .btn-liquid {
    animation: none !important;
}

body.no-animations-desktop .desktop-hero .btn,
body.no-animations-desktop .desktop-hero .btn * {
    transition: none !important;
}

body.no-animations-desktop .desktop-hero .hero-buttons-premium .btn-primary-premium:hover,
body.no-animations-desktop .desktop-hero .hero-buttons-premium .btn-outline-premium:hover {
    transform: none !important;
}

/* HERO ABOUT PREMIUM */
.hero-about-premium {
    min-height: 80vh;
    background: linear-gradient(135deg, #FFFFFF 0%, #F8FAFC 100%);
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.about-title-premium {
    font-size: 3.5rem;
    font-weight: 900;
    background: linear-gradient(135deg, #1A1A1A 0%, #000000 50%, #1A1A1A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 
        2px 2px 0px #000000,
        0 0 20px rgba(0, 0, 0, 0.5);
    letter-spacing: 3px;
    animation: slideInLeft 1s ease-out 0.5s both;
}

.title-accent-premium {
    color: #D4AF37;
    text-shadow: 2px 2px 0px #B8941F;
}

.about-subtitle-premium {
    font-size: 1.3rem;
    color: #6B7280;
    font-weight: 600;
    letter-spacing: 2px;
    animation: slideInRight 1s ease-out 0.8s both;
}

.quick-stats-premium {
    animation: fadeInUp 1s ease-out 1.2s both;
}

.quick-stat-item {
    text-align: center;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 16px;
    backdrop-filter: blur(10px);
    border: 2px solid transparent;
    background-clip: padding-box;
    transition: all 0.3s ease;
}

.quick-stat-item:hover {
    transform: translateY(-5px);
    background: rgba(212, 175, 55, 0.1);
    border-color: rgba(212, 175, 55, 0.3);
}

.stat-number-premium {
    font-size: 2rem;
    font-weight: 900;
    background: linear-gradient(135deg, #D4AF37 0%, #FFD700 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: block;
    margin-bottom: 0.5rem;
}

.stat-label-premium {
    font-size: 0.8rem;
    color: #6B7280;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* MISSION VISION PREMIUM */
.mission-vision-premium {
    background: rgba(255, 255, 255, 0.95);
    position: relative;
}

.mission-card-premium {
    padding: 3rem 0;
    animation: fadeInUp 1s ease-out 0.5s both;
}

.card-icon-premium {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #D4AF37 0%, #FFD700 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 2rem;
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.4);
    animation: float 3s ease-in-out infinite;
}

.mission-title-premium {
    font-size: 2.5rem;
    font-weight: 800;
    background: linear-gradient(135deg, #1A1A1A 0%, #000000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 1.5rem;
}

.mission-text-premium {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #4B5563;
    font-weight: 400;
}

.mission-features-premium {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 2rem;
}

.feature-item-premium {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 12px;
    transition: all 0.3s ease;
}

.feature-item-premium:hover {
    background: rgba(212, 175, 55, 0.1);
    transform: translateX(10px);
}

.feature-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #D4AF37 0%, #FFD700 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 1.2rem;
}

.feature-item-premium h6 {
    margin: 0;
    font-weight: 700;
    color: #1A1A1A;
}

.feature-item-premium small {
    color: #6B7280;
    font-weight: 500;
}

/* VISION VISUAL PREMIUM */
.vision-visual-premium {
    position: relative;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: fadeInUp 1s ease-out 1s both;
}

.vision-circle-premium {
    width: 300px;
    height: 300px;
    border: 3px solid rgba(212, 175, 55, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    animation: rotate 20s linear infinite;
}

.inner-circle {
    width: 200px;
    height: 200px;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.1) 0%, rgba(255, 215, 0, 0.1) 100%);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #D4AF37;
    font-weight: 900;
    font-size: 1.2rem;
}

.inner-circle i {
    font-size: 3rem;
    margin-bottom: 0.5rem;
}

.vision-dot {
    position: absolute;
    width: 20px;
    height: 20px;
    background: linear-gradient(135deg, #D4AF37 0%, #FFD700 100%);
    border-radius: 50%;
    animation: pulse 2s ease-in-out infinite;
}

.vision-dot-1 { top: 10%; left: 20%; animation-delay: 0s; }
.vision-dot-2 { top: 20%; right: 10%; animation-delay: 0.5s; }
.vision-dot-3 { bottom: 20%; left: 10%; animation-delay: 1s; }
.vision-dot-4 { bottom: 10%; right: 20%; animation-delay: 1.5s; }

/* VALUES PREMIUM */
.values-premium {
    background: linear-gradient(135deg, #F8FAFC 0%, #FFFFFF 100%);
    position: relative;
}

.section-header-premium {
    animation: fadeInUp 1s ease-out 0.5s both;
}

.section-title-premium {
    font-size: 2.8rem;
    font-weight: 900;
    background: linear-gradient(135deg, #1A1A1A 0%, #000000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 1rem;
}

.section-subtitle-premium {
    font-size: 1.2rem;
    color: #6B7280;
    font-weight: 600;
    letter-spacing: 1px;
}

.decorative-line {
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, #D4AF37 0%, #FFD700 50%, #D4AF37 100%);
    margin: 2rem auto 0;
    border-radius: 2px;
}

.value-card-premium {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    padding: 2.5rem 2rem;
    text-align: center;
    backdrop-filter: blur(20px);
    border: 2px solid transparent;
    background-clip: padding-box;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    animation: fadeInUp 1s ease-out both;
    height: 100%;
}

.value-card-premium:nth-child(1) { animation-delay: 0.5s; }
.value-card-premium:nth-child(2) { animation-delay: 0.7s; }
.value-card-premium:nth-child(3) { animation-delay: 0.9s; }

.value-card-premium:hover {
    transform: translateY(-10px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 40px rgba(212, 175, 55, 0.2);
    border-color: rgba(212, 175, 55, 0.3);
}

.value-icon-premium {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #D4AF37 0%, #FFD700 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 2rem;
    margin: 0 auto 1.5rem;
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.4);
    animation: float 3s ease-in-out infinite;
}

.value-icon-premium:nth-child(1) { animation-delay: 0s; }
.value-icon-premium:nth-child(2) { animation-delay: 1s; }
.value-icon-premium:nth-child(3) { animation-delay: 2s; }

.value-title-premium {
    font-size: 1.5rem;
    font-weight: 800;
    color: #1A1A1A;
    margin-bottom: 1rem;
}

.value-text-premium {
    color: #4B5563;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.value-highlight {
    padding: 0.8rem 1.5rem;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.1) 0%, rgba(255, 215, 0, 0.2) 100%);
    border-radius: 25px;
    border: 1px solid rgba(212, 175, 55, 0.2);
}

.value-highlight span {
    color: #B8941F;
    font-weight: 700;
    font-size: 0.9rem;
}

/* TEAM PREMIUM */
.team-premium {
    background: rgba(255, 255, 255, 0.98);
    position: relative;
}

.team-card-premium {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    padding: 2rem;
    backdrop-filter: blur(20px);
    border: 2px solid transparent;
    background-clip: padding-box;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    animation: fadeInUp 1s ease-out both;
    height: 100%;
}

.team-card-premium:nth-child(1) { animation-delay: 0.5s; }
.team-card-premium:nth-child(2) { animation-delay: 0.7s; }
.team-card-premium:nth-child(3) { animation-delay: 0.9s; }

.team-card-premium:hover {
    transform: translateY(-10px);
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.15),
        0 0 40px rgba(212, 175, 55, 0.3);
    border-color: rgba(212, 175, 55, 0.3);
}

.team-photo-premium {
    position: relative;
    width: 120px;
    height: 120px;
    margin: 0 auto 1.5rem;
    border-radius: 50%;
    overflow: hidden;
}

.photo-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #D4AF37 0%, #FFD700 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 3rem;
}

.photo-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3) 0%, rgba(212, 175, 55, 0.3) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.team-card-premium:hover .photo-overlay {
    opacity: 1;
}

.team-info-premium {
    text-align: center;
}

.team-name {
    font-size: 1.3rem;
    font-weight: 800;
    color: #1A1A1A;
    margin-bottom: 0.5rem;
}

.team-role {
    color: #D4AF37;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.team-experience {
    color: #6B7280;
    font-size: 0.9rem;
    margin-bottom: 1rem;
    font-weight: 500;
}

.team-expertise {
    display: flex;
    gap: 0.5rem;
    justify-content: center;
    flex-wrap: wrap;
}

.expertise-tag {
    background: rgba(212, 175, 55, 0.1);
    color: #B8941F;
    padding: 0.3rem 0.8rem;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 600;
    border: 1px solid rgba(212, 175, 55, 0.2);
}

/* WHY CHOOSE US PREMIUM */
.why-choose-premium {
    background: linear-gradient(135deg, #F8FAFC 0%, #FFFFFF 100%);
    position: relative;
}

.advantage-item-premium {
    display: flex;
    align-items: center;
    gap: 2rem;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    backdrop-filter: blur(20px);
    border: 2px solid transparent;
    background-clip: padding-box;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    animation: slideInLeft 1s ease-out both;
    margin-bottom: 1.5rem;
}

.advantage-item-premium:nth-child(1) { animation-delay: 0.5s; }
.advantage-item-premium:nth-child(2) { animation-delay: 0.7s; }
.advantage-item-premium:nth-child(3) { animation-delay: 0.9s; }
.advantage-item-premium:nth-child(4) { animation-delay: 1.1s; }

.advantage-item-premium:hover {
    transform: translateX(10px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 40px rgba(212, 175, 55, 0.2);
    border-color: rgba(212, 175, 55, 0.3);
}

.advantage-number {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #D4AF37 0%, #FFD700 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 1.5rem;
    font-weight: 900;
    flex-shrink: 0;
}

.advantage-content {
    flex: 1;
}

.advantage-title {
    font-size: 1.3rem;
    font-weight: 800;
    color: #1A1A1A;
    margin-bottom: 0.5rem;
}

.advantage-text {
    color: #4B5563;
    line-height: 1.6;
    margin: 0;
}

/* CTA ABOUT PREMIUM */
.cta-about-premium {
    background: linear-gradient(135deg, #FFFFFF 0%, #F8FAFC 100%);
    position: relative;
}

.cta-card-premium {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 30px;
    padding: 4rem 2rem;
    backdrop-filter: blur(20px);
    border: 2px solid transparent;
    background-clip: padding-box;
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.1),
        0 0 50px rgba(212, 175, 55, 0.2);
    animation: fadeInUp 1s ease-out 0.5s both;
}

.cta-title-premium {
    font-size: 3rem;
    font-weight: 900;
    background: linear-gradient(135deg, #1A1A1A 0%, #000000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 1rem;
}

.cta-subtitle-premium {
    font-size: 1.2rem;
    color: #6B7280; 
    font-weight: 600;
    letter-spacing: 1px;
}

.cta-buttons-premium {
    animation: fadeInUp 1s ease-out 1s both;
}

.cta-stats-premium {
    margin-top: 3rem;
    animation: fadeInUp 1s ease-out 1.2s both;
}

.cta-stat-item {
    text-align: center;
}

.cta-stat-number {
    font-size: 2.5rem;
    font-weight: 900;
    background: linear-gradient(135deg, #D4AF37 0%, #FFD700 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: block;
    margin-bottom: 0.5rem;
}

.cta-stat-item span {
    color: #6B7280;
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ANIMATIONS */
@keyframes rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@keyframes pulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.2); opacity: 0.8; }
}

/* RESPONSIVE ABOUT PREMIUM */
@media (max-width: 768px) {
    .about-title-premium {
        font-size: 2.5rem;
        letter-spacing: 2px;
    }
    
    .mission-title-premium {
        font-size: 2rem;
    }
    
    .section-title-premium {
        font-size: 2.2rem;
    }
    
    .cta-title-premium {
        font-size: 2.2rem;
    }
    
    .vision-circle-premium {
        width: 250px;
        height: 250px;
    }
    
    .inner-circle {
        width: 160px;
        height: 160px;
    }
    
    .advantage-item-premium {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
    
    .quick-stat-item {
        padding: 0.8rem;
    }
    
    .stat-number-premium {
        font-size: 1.5rem;
    }
}

/* HERO SERVICES PREMIUM */
.hero-services-premium {
    min-height: 80vh;
    background: linear-gradient(135deg, #FFFFFF 0%, #F8FAFC 100%);
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.services-title-premium {
    font-size: 3.5rem;
    font-weight: 900;
    background: linear-gradient(135deg, #1A1A1A 0%, #000000 50%, #1A1A1A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 
        2px 2px 0px #000000,
        0 0 20px rgba(0, 0, 0, 0.5);
    letter-spacing: 3px;
    animation: slideInLeft 1s ease-out 0.5s both;
}

.services-subtitle-premium {
    font-size: 1.3rem;
    color: #6B7280;
    font-weight: 600;
    letter-spacing: 2px;
    animation: slideInRight 1s ease-out 0.8s both;
}

/* SERVICES OVERVIEW PREMIUM */
.services-overview-premium {
    background: rgba(255, 255, 255, 0.95);
    position: relative;
}

.service-card-premium {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    padding: 2.5rem 2rem;
    text-align: center;
    backdrop-filter: blur(20px);
    border: 2px solid transparent;
    background-clip: padding-box;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    animation: fadeInUp 1s ease-out both;
    height: 100%;
    position: relative;
}

.service-card-premium:nth-child(1) { animation-delay: 0.5s; }
.service-card-premium:nth-child(2) { animation-delay: 0.7s; }
.service-card-premium:nth-child(3) { animation-delay: 0.9s; }

.service-card-premium.featured {
    border: 2px solid rgba(212, 175, 55, 0.3);
    transform: scale(1.05);
}

.service-card-premium:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.15),
        0 0 40px rgba(212, 175, 55, 0.3);
    border-color: rgba(212, 175, 55, 0.3);
}

.service-badge {
    position: absolute;
    top: -10px;
    right: 20px;
    background: linear-gradient(135deg, #D4AF37 0%, #FFD700 100%);
    color: #FFFFFF;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.service-icon-premium {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #D4AF37 0%, #FFD700 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 2rem;
    margin: 0 auto 1.5rem;
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.4);
    animation: float 3s ease-in-out infinite;
}

.service-icon-premium:nth-child(1) { animation-delay: 0s; }
.service-icon-premium:nth-child(2) { animation-delay: 1s; }
.service-icon-premium:nth-child(3) { animation-delay: 2s; }

.service-title-premium {
    font-size: 1.5rem;
    font-weight: 800;
    color: #1A1A1A;
    margin-bottom: 1rem;
}

.service-description-premium {
    color: #4B5563;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.service-features {
    display: flex;
    gap: 0.5rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
}

.feature-tag {
    background: rgba(212, 175, 55, 0.1);
    color: #B8941F;
    padding: 0.3rem 0.8rem;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 600;
    border: 1px solid rgba(212, 175, 55, 0.2);
}

.service-price {
    margin-top: auto;
}

.price-amount {
    font-size: 2rem;
    font-weight: 900;
    background: linear-gradient(135deg, #D4AF37 0%, #FFD700 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.price-period {
    color: #6B7280;
    font-size: 0.9rem;
    font-weight: 600;
}

/* DETAILED SERVICES PREMIUM */
.detailed-services-premium {
    background: linear-gradient(135deg, #F8FAFC 0%, #FFFFFF 100%);
    position: relative;
}

.detailed-service-premium {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    padding: 2.5rem;
    backdrop-filter: blur(20px);
    border: 2px solid transparent;
    background-clip: padding-box;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    animation: slideInLeft 1s ease-out both;
    height: 100%;
}

.detailed-service-premium:nth-child(1) { animation-delay: 0.5s; }
.detailed-service-premium:nth-child(2) { animation-delay: 0.7s; }

.detailed-service-premium:hover {
    transform: translateX(10px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 40px rgba(212, 175, 55, 0.2);
    border-color: rgba(212, 175, 55, 0.3);
}

.service-header-premium {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.service-number {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #D4AF37 0%, #FFD700 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 1.5rem;
    font-weight: 900;
    flex-shrink: 0;
}

.service-name {
    font-size: 1.3rem;
    font-weight: 800;
    color: #1A1A1A;
    margin-bottom: 0.5rem;
}

.service-duration {
    color: #6B7280;
    font-weight: 600;
}

.content-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1A1A1A;
    margin-bottom: 1rem;
}

.service-modules {
    list-style: none;
    padding: 0;
    margin-bottom: 2rem;
}

.module-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.8rem 0;
    border-bottom: 1px solid rgba(212, 175, 55, 0.1);
}

.module-item i {
    color: #D4AF37;
    font-size: 1.2rem;
}

.module-item span {
    color: #4B5563;
    font-weight: 500;
}

.service-benefits h5 {
    color: #1A1A1A;
    font-weight: 700;
    margin-bottom: 1rem;
}

.benefits-grid {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.benefit-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(212, 175, 55, 0.1);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    border: 1px solid rgba(212, 175, 55, 0.2);
}

.benefit-item i {
    color: #D4AF37;
}

.benefit-item span {
    color: #B8941F;
    font-weight: 600;
    font-size: 0.9rem;
}

/* PROCESS PREMIUM */
.process-premium {
    background: rgba(255, 255, 255, 0.98);
    position: relative;
}

.process-timeline-premium {
    position: relative;
}

.process-step-premium {
    text-align: center;
    padding: 2rem 1rem;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    backdrop-filter: blur(20px);
    border: 2px solid transparent;
    background-clip: padding-box;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    animation: fadeInUp 1s ease-out both;
    height: 100%;
}

.process-step-premium:nth-child(1) { animation-delay: 0.5s; }
.process-step-premium:nth-child(2) { animation-delay: 0.7s; }
.process-step-premium:nth-child(3) { animation-delay: 0.9s; }
.process-step-premium:nth-child(4) { animation-delay: 1.1s; }

.process-step-premium:hover {
    transform: translateY(-10px);
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.15),
        0 0 40px rgba(212, 175, 55, 0.3);
    border-color: rgba(212, 175, 55, 0.3);
}

.step-number {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #D4AF37 0%, #FFD700 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 1.5rem;
    font-weight: 900;
    margin: 0 auto 1rem;
}

.step-icon {
    width: 60px;
    height: 60px;
    background: rgba(212, 175, 55, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #D4AF37;
    font-size: 1.5rem;
    margin: 0 auto 1rem;
}

.step-title {
    font-size: 1.2rem;
    font-weight: 800;
    color: #1A1A1A;
    margin-bottom: 0.5rem;
}

.step-description {
    color: #4B5563;
    font-size: 0.9rem;
    line-height: 1.5;
}

/* TESTIMONIALS PREMIUM */
.testimonials-premium {
    background: linear-gradient(135deg, #F8FAFC 0%, #FFFFFF 100%);
    position: relative;
}

.testimonial-card-premium {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    padding: 2rem;
    backdrop-filter: blur(20px);
    border: 2px solid transparent;
    background-clip: padding-box;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    animation: fadeInUp 1s ease-out both;
    height: 100%;
}

.testimonial-card-premium:nth-child(1) { animation-delay: 0.5s; }
.testimonial-card-premium:nth-child(2) { animation-delay: 0.7s; }
.testimonial-card-premium:nth-child(3) { animation-delay: 0.9s; }

.testimonial-card-premium:hover {
    transform: translateY(-10px);
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.15),
        0 0 40px rgba(212, 175, 55, 0.3);
    border-color: rgba(212, 175, 55, 0.3);
}

.testimonial-content {
    margin-bottom: 1.5rem;
}

.quote-icon {
    color: #D4AF37;
    font-size: 2rem;
    margin-bottom: 1rem;
}

.testimonial-text {
    color: #4B5563;
    line-height: 1.6;
    font-style: italic;
    margin: 0;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.author-avatar {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #D4AF37 0%, #FFD700 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 1.2rem;
}

.author-name {
    font-size: 1rem;
    font-weight: 700;
    color: #1A1A1A;
    margin: 0;
}

.author-company {
    color: #6B7280;
    font-size: 0.9rem;
    margin: 0;
}

/* CTA SERVICES PREMIUM */
.cta-services-premium {
    background: linear-gradient(135deg, #FFFFFF 0%, #F8FAFC 100%);
    position: relative;
}

.cta-guarantee-premium {
    display: flex;
    gap: 2rem;
    justify-content: center;
    flex-wrap: wrap;
}

.guarantee-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(212, 175, 55, 0.1);
    padding: 0.8rem 1.5rem;
    border-radius: 25px;
    border: 1px solid rgba(212, 175, 55, 0.2);
}

.guarantee-item i {
    color: #D4AF37;
    font-size: 1.2rem;
}

.guarantee-item span {
    color: #B8941F;
    font-weight: 700;
    font-size: 0.9rem;
}

/* HERO CONTACT PREMIUM */
.hero-contact-premium {
    min-height: 80vh;
    background: linear-gradient(135deg, #FFFFFF 0%, #F8FAFC 100%);
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.contact-title-premium {
    font-size: 3.5rem;
    font-weight: 900;
    background: linear-gradient(135deg, #1A1A1A 0%, #000000 50%, #1A1A1A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 
        2px 2px 0px #000000,
        0 0 20px rgba(0, 0, 0, 0.5);
    letter-spacing: 3px;
    animation: slideInLeft 1s ease-out 0.5s both;
}

.contact-subtitle-premium {
    font-size: 1.3rem;
    color: #6B7280;
    font-weight: 600;
    letter-spacing: 2px;
    animation: slideInRight 1s ease-out 0.8s both;
}

.contact-quick-info-premium {
    animation: fadeInUp 1s ease-out 1.2s both;
}

.contact-quick-item {
    text-align: center;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 16px;
    backdrop-filter: blur(10px);
    border: 2px solid transparent;
    background-clip: padding-box;
    transition: all 0.3s ease;
}

.contact-quick-item:hover {
    transform: translateY(-5px);
    background: rgba(212, 175, 55, 0.1);
    border-color: rgba(212, 175, 55, 0.3);
}

.contact-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #D4AF37 0%, #FFD700 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 1.2rem;
    margin: 0 auto 0.5rem;
}

.contact-label {
    font-size: 0.8rem;
    color: #6B7280;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* CONTACT FORM PREMIUM */
.contact-form-premium {
    background: rgba(255, 255, 255, 0.95);
    position: relative;
}

.contact-form-card-premium {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    padding: 3rem;
    backdrop-filter: blur(20px);
    border: 2px solid transparent;
    background-clip: padding-box;
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.1),
        0 0 50px rgba(212, 175, 55, 0.2);
    animation: fadeInUp 1s ease-out 0.5s both;
}

.form-header-premium {
    text-align: center;
    margin-bottom: 2rem;
}

.form-title-premium {
    font-size: 2.2rem;
    font-weight: 900;
    background: linear-gradient(135deg, #1A1A1A 0%, #000000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0.5rem;
}

.form-subtitle-premium {
    color: #6B7280;
    font-weight: 600;
    letter-spacing: 1px;
}

.form-group-premium {
    margin-bottom: 1.5rem;
}

.form-label-premium {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #1A1A1A;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.form-label-premium i {
    color: #D4AF37;
}

.form-control-premium {
    width: 100%;
    padding: 1rem 1.5rem;
    border: 2px solid rgba(212, 175, 55, 0.2);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.9);
    color: #1A1A1A;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.form-control-premium:focus {
    outline: none;
    border-color: #D4AF37;
    box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.1);
    background: rgba(255, 255, 255, 1);
}

.form-check-premium {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}

.form-check-input-premium {
    width: 20px;
    height: 20px;
    accent-color: #D4AF37;
}

.form-check-label-premium {
    color: #4B5563;
    font-size: 0.9rem;
}

.btn-submit-premium {
    background: linear-gradient(135deg, #D4AF37 0%, #FFD700 100%);
    color: #FFFFFF;
    border: none;
    padding: 1rem 2rem;
    border-radius: 12px;
    font-weight: 700;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.4);
}

.btn-submit-premium:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(212, 175, 55, 0.6);
}

/* CONTACT INFO PREMIUM */
.contact-info-premium {
    animation: slideInRight 1s ease-out 0.7s both;
}

.info-card-premium {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    padding: 2.5rem;
    backdrop-filter: blur(20px);
    border: 2px solid transparent;
    background-clip: padding-box;
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.1),
        0 0 50px rgba(212, 175, 55, 0.2);
    margin-bottom: 2rem;
}

.info-header {
    text-align: center;
    margin-bottom: 2rem;
}

.info-title {
    font-size: 1.5rem;
    font-weight: 800;
    color: #1A1A1A;
    margin-bottom: 0.5rem;
}

.info-subtitle {
    color: #6B7280;
    font-weight: 600;
}

.info-items {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.info-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.info-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #D4AF37 0%, #FFD700 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.info-content h5 {
    color: #1A1A1A;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.info-content p {
    color: #4B5563;
    margin: 0;
    line-height: 1.5;
}

.social-links-premium {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    padding: 2rem;
    backdrop-filter: blur(20px);
    border: 2px solid transparent;
    background-clip: padding-box;
    text-align: center;
}

.social-title {
    color: #1A1A1A;
    font-weight: 700;
    margin-bottom: 1rem;
}

.social-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
}

.social-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-btn:hover {
    transform: translateY(-3px);
}

/* FAQ PREMIUM */
.faq-premium {
    background: linear-gradient(135deg, #F8FAFC 0%, #FFFFFF 100%);
    position: relative;
}

.faq-item-premium {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 15px;
    margin-bottom: 1rem;
    backdrop-filter: blur(20px);
    border: 2px solid transparent;
    background-clip: padding-box;
    transition: all 0.3s ease;
    animation: fadeInUp 1s ease-out both;
}

.faq-item-premium:nth-child(1) { animation-delay: 0.5s; }
.faq-item-premium:nth-child(2) { animation-delay: 0.7s; }
.faq-item-premium:nth-child(3) { animation-delay: 0.9s; }

.faq-item-premium:hover {
    border-color: rgba(212, 175, 55, 0.3);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.faq-question h4 {
    color: #1A1A1A;
    font-weight: 700;
    margin: 0;
    font-size: 1.1rem;
}

.faq-question i {
    color: #D4AF37;
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

.faq-answer {
    padding: 0 1.5rem 1.5rem;
    color: #4B5563;
    line-height: 1.6;
}

/* CTA CONTACT PREMIUM */
.cta-contact-premium {
    background: linear-gradient(135deg, #FFFFFF 0%, #F8FAFC 100%);
    position: relative;
}

/* RESPONSIVE SERVICES & CONTACT */
@media (max-width: 768px) {
    .services-title-premium,
    .contact-title-premium {
        font-size: 2.5rem;
        letter-spacing: 2px;
    }
    
    .service-card-premium.featured {
        transform: none;
    }
    
    .service-card-premium:hover {
        transform: translateY(-5px);
    }
    
    .detailed-service-premium:hover {
        transform: none;
    }
    
    .process-step-premium:hover {
        transform: translateY(-5px);
    }
    
    .testimonial-card-premium:hover {
        transform: translateY(-5px);
    }
    
    .contact-form-card-premium {
        padding: 2rem;
    }
    
    .info-card-premium {
        padding: 2rem;
    }
    
    .social-buttons {
        flex-wrap: wrap;
    }
    
    .cta-guarantee-premium {
        flex-direction: column;
        gap: 1rem;
    }
}

/* HERO TESTIMONIALS PREMIUM */
.hero-testimonials-premium {
    min-height: 80vh;
    background: linear-gradient(135deg, #FFFFFF 0%, #F8FAFC 100%);
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.testimonials-title-premium {
    font-size: 3.5rem;
    font-weight: 900;
    background: linear-gradient(135deg, #1A1A1A 0%, #000000 50%, #1A1A1A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 
        2px 2px 0px #000000,
        0 0 20px rgba(0, 0, 0, 0.5);
    letter-spacing: 3px;
    animation: slideInLeft 1s ease-out 0.5s both;
}

.testimonials-subtitle-premium {
    font-size: 1.3rem;
    color: #6B7280;
    font-weight: 600;
    letter-spacing: 2px;
    animation: slideInRight 1s ease-out 0.8s both;
}

.google-reviews-premium {
    animation: fadeInUp 1s ease-out 1.2s both;
}

.reviews-badge {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    background: rgba(255, 255, 255, 0.9);
    padding: 1.5rem 2rem;
    border-radius: 20px;
    backdrop-filter: blur(20px);
    border: 2px solid transparent;
    background-clip: padding-box;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 0 30px rgba(212, 175, 55, 0.2);
    transition: all 0.3s ease;
}

.reviews-badge:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 0 40px rgba(212, 175, 55, 0.3);
}

.google-logo {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #4285F4 0%, #34A853 50%, #FBBC05 75%, #EA4335 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 1.8rem;
    box-shadow: 0 8px 25px rgba(66, 133, 244, 0.4);
}

.reviews-count {
    font-size: 1.2rem;
    font-weight: 800;
    color: #1A1A1A;
    margin-bottom: 0.3rem;
}

.reviews-rating {
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.reviews-rating i {
    color: #FFD700;
    font-size: 1.1rem;
}

.rating-text {
    color: #6B7280;
    font-weight: 700;
    margin-left: 0.5rem;
}

/* FEATURED TESTIMONIALS PREMIUM */
.featured-testimonials-premium {
    background: rgba(255, 255, 255, 0.95);
    position: relative;
}

.testimonial-card-premium.featured {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    padding: 2.5rem;
    backdrop-filter: blur(20px);
    border: 2px solid transparent;
    background-clip: padding-box;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    animation: fadeInUp 1s ease-out both;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.testimonial-card-premium.featured:nth-child(1) { animation-delay: 0.5s; }
.testimonial-card-premium.featured:nth-child(2) { animation-delay: 0.7s; }
.testimonial-card-premium.featured:nth-child(3) { animation-delay: 0.9s; }

.testimonial-card-premium.featured:hover {
    transform: translateY(-10px);
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.15),
        0 0 40px rgba(212, 175, 55, 0.3);
    border-color: rgba(212, 175, 55, 0.3);
}

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

.student-avatar {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #D4AF37 0%, #FFD700 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 2rem;
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.4);
    flex-shrink: 0;
}

.student-info {
    flex: 1;
}

.student-name {
    font-size: 1.3rem;
    font-weight: 800;
    color: #1A1A1A;
    margin-bottom: 0.3rem;
}

.student-company {
    color: #D4AF37;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.placement-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    background: rgba(212, 175, 55, 0.1);
    color: #B8941F;
    padding: 0.3rem 0.8rem;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 600;
    border: 1px solid rgba(212, 175, 55, 0.2);
}

.testimonial-content {
    margin-bottom: 1.5rem;
}

.quote-icon {
    color: #D4AF37;
    font-size: 2rem;
    margin-bottom: 1rem;
}

.testimonial-text {
    color: #4B5563;
    line-height: 1.6;
    font-style: italic;
    margin-bottom: 1rem;
}

.testimonial-rating {
    display: flex;
    gap: 0.2rem;
}

.testimonial-rating i {
    color: #FFD700;
    font-size: 1.1rem;
}

.testimonial-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1rem;
    border-top: 1px solid rgba(212, 175, 55, 0.1);
}

.review-date {
    color: #6B7280;
    font-size: 0.9rem;
    font-weight: 500;
}

.verified-badge {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    color: #10B981;
    font-size: 0.8rem;
    font-weight: 600;
}

.verified-badge i {
    font-size: 1rem;
}

/* ALL TESTIMONIALS PREMIUM */
.all-testimonials-premium {
    background: linear-gradient(135deg, #F8FAFC 0%, #FFFFFF 100%);
    position: relative;
}

.testimonial-item-premium {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 15px;
    padding: 2rem;
    backdrop-filter: blur(20px);
    border: 2px solid transparent;
    background-clip: padding-box;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    animation: slideInLeft 1s ease-out both;
    height: 100%;
}

.testimonial-item-premium:nth-child(1) { animation-delay: 0.5s; }
.testimonial-item-premium:nth-child(2) { animation-delay: 0.7s; }
.testimonial-item-premium:nth-child(3) { animation-delay: 0.9s; }
.testimonial-item-premium:nth-child(4) { animation-delay: 1.1s; }
.testimonial-item-premium:nth-child(5) { animation-delay: 1.3s; }
.testimonial-item-premium:nth-child(6) { animation-delay: 1.5s; }

.testimonial-item-premium:hover {
    transform: translateX(10px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 40px rgba(212, 175, 55, 0.2);
    border-color: rgba(212, 175, 55, 0.3);
}

.testimonial-meta {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.student-avatar-small {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #D4AF37 0%, #FFD700 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.student-details {
    flex: 1;
}

.student-name-small {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1A1A1A;
    margin-bottom: 0.3rem;
}

.testimonial-rating-small {
    display: flex;
    gap: 0.2rem;
}

.testimonial-rating-small i {
    color: #FFD700;
    font-size: 0.9rem;
}

.review-date-small {
    color: #6B7280;
    font-size: 0.8rem;
    font-weight: 500;
}

.testimonial-text-small {
    color: #4B5563;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.verified-badge-small {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    color: #10B981;
    font-size: 0.8rem;
    font-weight: 600;
}

.verified-badge-small i {
    font-size: 0.9rem;
}

/* SUCCESS STORIES PREMIUM */
.success-stories-premium {
    background: rgba(255, 255, 255, 0.98);
    position: relative;
}

.success-story-premium {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    padding: 2rem;
    text-align: center;
    backdrop-filter: blur(20px);
    border: 2px solid transparent;
    background-clip: padding-box;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    animation: fadeInUp 1s ease-out both;
    height: 100%;
}

.success-story-premium:nth-child(1) { animation-delay: 0.5s; }
.success-story-premium:nth-child(2) { animation-delay: 0.7s; }
.success-story-premium:nth-child(3) { animation-delay: 0.9s; }
.success-story-premium:nth-child(4) { animation-delay: 1.1s; }

.success-story-premium:hover {
    transform: translateY(-10px);
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.15),
        0 0 40px rgba(212, 175, 55, 0.3);
    border-color: rgba(212, 175, 55, 0.3);
}

.story-image {
    margin-bottom: 1.5rem;
}

.airline-logo {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 2rem;
    margin: 0 auto;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.airline-logo.emirates {
    background: linear-gradient(135deg, #D71921 0%, #FF6B6B 100%);
}

.airline-logo.qatar {
    background: linear-gradient(135deg, #5C2D91 0%, #8B5CF6 100%);
}

.airline-logo.etihad {
    background: linear-gradient(135deg, #C8102E 0%, #FF4757 100%);
}

.airline-logo.air-india {
    background: linear-gradient(135deg, #FF6B35 0%, #FF8E53 100%);
}

.story-title {
    font-size: 1.3rem;
    font-weight: 800;
    color: #1A1A1A;
    margin-bottom: 0.5rem;
}

.story-stats {
    color: #D4AF37;
    font-weight: 700;
    margin-bottom: 1rem;
}

.story-highlight {
    padding: 0.5rem 1rem;
    background: rgba(212, 175, 55, 0.1);
    border-radius: 20px;
    border: 1px solid rgba(212, 175, 55, 0.2);
}

.story-highlight span {
    color: #B8941F;
    font-weight: 700;
    font-size: 0.9rem;
}

/* CTA TESTIMONIALS PREMIUM */
.cta-testimonials-premium {
    background: linear-gradient(135deg, #FFFFFF 0%, #F8FAFC 100%);
    position: relative;
}

/* RESPONSIVE TESTIMONIALS */
@media (max-width: 768px) {
    .testimonials-title-premium {
        font-size: 2.5rem;
        letter-spacing: 2px;
    }
    
    .reviews-badge {
        flex-direction: column;
        text-align: center;
        gap: 0.8rem;
    }
    
    .testimonial-card-premium.featured:hover {
        transform: translateY(-5px);
    }
    
    .testimonial-item-premium:hover {
        transform: none;
    }
    
    .success-story-premium:hover {
        transform: translateY(-5px);
    }
    
    .testimonial-header {
        flex-direction: column;
        text-align: center;
        gap: 0.8rem;
    }
    
    .testimonial-meta {
        flex-direction: column;
        text-align: center;
        gap: 0.8rem;
    }
}

/* Features Cards Premium */
.features-cards-premium {
    opacity: 0;
    animation: fadeInUp 1s ease-out 2.5s forwards;
    position: relative;
    z-index: 10;
}

.feature-card-premium {
    background: 
        linear-gradient(135deg, rgba(26, 26, 26, 0.9) 0%, rgba(44, 44, 44, 0.8) 50%, rgba(26, 26, 26, 0.9) 100%),
        radial-gradient(circle at center, rgba(212, 175, 55, 0.1) 0%, transparent 70%);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 20px;
    padding: 2.5rem 2rem;
    text-align: center;
    transition: all 0.4s ease;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.3),
        0 0 20px rgba(212, 175, 55, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    height: 100%;
    position: relative;
    overflow: hidden;
}

.feature-card-premium:hover {
    transform: translateY(-10px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.4),
        0 0 30px rgba(212, 175, 55, 0.3),
        0 0 50px rgba(255, 215, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    border-color: rgba(212, 175, 55, 0.6);
}

.feature-icon-premium {
    width: 80px;
    height: 80px;
    background: 
        linear-gradient(135deg, rgba(212, 175, 55, 0.2) 0%, rgba(255, 215, 0, 0.1) 50%, rgba(212, 175, 55, 0.2) 100%),
        radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    border: 1px solid rgba(212, 175, 55, 0.4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    transition: all 0.3s ease;
    box-shadow: 
        0 5px 15px rgba(212, 175, 55, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.feature-card-premium:hover .feature-icon-premium {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 
        0 10px 25px rgba(212, 175, 55, 0.4),
        0 0 20px rgba(255, 215, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
    border-color: rgba(212, 175, 55, 0.6);
}

.feature-icon-premium i {
    font-size: 2rem;
    color: #D4AF37;
    text-shadow: 0 0 10px rgba(212, 175, 55, 0.5);
}

.feature-title-premium {
    color: #FFFFFF;
    font-weight: 700;
    margin-bottom: 1rem;
    font-size: 1.1rem;
    letter-spacing: 1px;
}

.feature-description-premium {
    color: var(--text-muted);
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.5;
}

/* Bottom Slogan Premium */
.bottom-slogan-premium {
    opacity: 0;
    animation: fadeIn 1s ease-out 3s forwards;
    position: relative;
    z-index: 10;
}

.bottom-slogan-premium p {
    color: var(--text-muted);
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 1rem;
    margin: 0;
}

/* Awards Section Premium */
.awards-section-premium {
    background: var(--white-gradient);
    position: relative;
    overflow: hidden;
}

.awards-section-premium::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgba(26, 26, 26, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(26, 26, 26, 0.03) 0%, transparent 50%);
    pointer-events: none;
}

.award-content-premium {
    position: relative;
    z-index: 2;
}

.award-title-premium {
    opacity: 0;
    animation: slideInUp 1s ease-out 0.5s forwards;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    font-size: 2.5rem;
}

.award-subtitle-premium {
    opacity: 0;
    animation: fadeIn 1s ease-out 0.8s forwards;
    font-size: 1.2rem;
}

.award-badge-premium {
    opacity: 0;
    animation: scaleIn 1s ease-out 1.1s forwards;
}

.trophy-container-premium {
    position: relative;
    display: inline-block;
    margin-bottom: 1rem;
}

.trophy-icon-premium {
    position: relative;
    z-index: 2;
    animation: trophyBounce 2s ease-in-out infinite;
}

.trophy-glow-premium {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;
    height: 120px;
    background: var(--elegant-gradient);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.2;
    filter: blur(20px);
    animation: trophyGlow 3s ease-in-out infinite;
}

@keyframes trophyBounce {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-8px) rotate(3deg); }
}

@keyframes trophyGlow {
    0%, 100% { opacity: 0.2; transform: translate(-50%, -50%) scale(1); }
    50% { opacity: 0.4; transform: translate(-50%, -50%) scale(1.1); }
}

@keyframes scaleIn {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.award-text-premium {
    opacity: 0;
    animation: fadeIn 1s ease-out 1.4s forwards;
    font-size: 1.3rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

/* =============================
   GRADIENT OVERLAYS SOPHISTIQUÉS
   ============================= */

/* Overlay général pour toutes les sections */
.section-overlay {
    position: relative;
}

.section-overlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        linear-gradient(135deg, rgba(0, 0, 0, 0.1) 0%, transparent 30%, rgba(212, 175, 55, 0.05) 70%, transparent 100%),
        radial-gradient(circle at 20% 20%, rgba(212, 175, 55, 0.03) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(255, 215, 0, 0.02) 0%, transparent 50%);
    pointer-events: none;
    z-index: 1;
}

/* Overlay spécial pour les cartes */
.card-overlay {
    position: relative;
    overflow: hidden;
}

.card-overlay::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: 
        conic-gradient(from 0deg at 50% 50%, 
            transparent 0deg, 
            rgba(212, 175, 55, 0.1) 60deg, 
            transparent 120deg,
            rgba(255, 215, 0, 0.05) 180deg,
            transparent 240deg,
            rgba(212, 175, 55, 0.08) 300deg,
            transparent 360deg);
    animation: rotateOverlay 20s linear infinite;
    pointer-events: none;
    z-index: 1;
}

@keyframes rotateOverlay {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Effet de brillance pour les boutons */
.btn-premium-glow {
    position: relative;
    overflow: hidden;
}

.btn-premium-glow::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.btn-premium-glow:hover::before {
    left: 100%;
}

/* Effet de particules pour les titres */
.title-particles {
    position: relative;
}

.title-particles::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(1px 1px at 20px 30px, rgba(212, 175, 55, 0.4), transparent),
        radial-gradient(1px 1px at 40px 70px, rgba(255, 215, 0, 0.3), transparent),
        radial-gradient(1px 1px at 90px 40px, rgba(255, 255, 255, 0.2), transparent);
    background-size: 100px 100px;
    animation: particleFloat 15s linear infinite;
    pointer-events: none;
    z-index: 1;
}

@keyframes particleFloat {
    0% { transform: translateY(0px); }
    100% { transform: translateY(-100px); }
}

/* Effet de lueur pour les icônes */
.icon-glow {
    position: relative;
}

.icon-glow::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120%;
    height: 120%;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.3) 0%, transparent 70%);
    transform: translate(-50%, -50%);
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.icon-glow:hover::before {
    opacity: 1;
}

/* Effet de vague pour les sections */
.wave-effect {
    position: relative;
    overflow: hidden;
}

.wave-effect::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        linear-gradient(45deg, 
            transparent 0%, 
            rgba(212, 175, 55, 0.05) 25%, 
            transparent 50%, 
            rgba(255, 215, 0, 0.03) 75%, 
            transparent 100%);
    background-size: 200px 200px;
    animation: waveMove 10s ease-in-out infinite;
    pointer-events: none;
    z-index: 1;
}

@keyframes waveMove {
    0%, 100% { transform: translateX(0px) translateY(0px); }
    25% { transform: translateX(50px) translateY(-25px); }
    50% { transform: translateX(-25px) translateY(50px); }
    75% { transform: translateX(-50px) translateY(-25px); }
}

/* =============================
   TYPOGRAPHIE PROFESSIONNELLE
   ============================= */

/* Amélioration de la lisibilité */
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    line-height: 1.2;
    color: #ffffff;
    margin-bottom: 1rem;
}

h1 {
    font-size: 3.5rem;
    font-weight: 700;
    letter-spacing: -0.025em;
}

h2 {
    font-size: 2.5rem;
    font-weight: 600;
    letter-spacing: -0.025em;
}

h3 {
    font-size: 1.875rem;
    font-weight: 600;
}

h4 {
    font-size: 1.5rem;
    font-weight: 600;
}

h5 {
    font-size: 1.25rem;
    font-weight: 600;
}

h6 {
    font-size: 1.125rem;
    font-weight: 600;
}

/* Paragraphes améliorés */
p {
    font-size: 1.125rem;
    line-height: 1.7;
    color: #cbd5e1;
    margin-bottom: 1.5rem;
}

/* Liens professionnels */
a {
    color: #3b82f6;
    text-decoration: none;
    transition: all 0.3s ease;
}

a:hover {
    color: #f59e0b;
    text-decoration: underline;
}

/* Boutons améliorés */
.btn {
    font-weight: 500;
    letter-spacing: 0.025em;
    border-radius: 12px;
    padding: 0.75rem 1.5rem;
    transition: all 0.3s ease;
}

.btn-primary {
    background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
    border: none;
    color: #ffffff;
    box-shadow: 0 4px 6px -1px rgba(30, 58, 138, 0.2);
}

.btn-primary:hover {
    background: linear-gradient(135deg, #1e40af 0%, #2563eb 100%);
    transform: translateY(-2px);
    box-shadow: 0 10px 15px -3px rgba(30, 58, 138, 0.3);
}

.btn-outline {
    background: transparent;
    border: 2px solid #3b82f6;
    color: #3b82f6;
}

.btn-outline:hover {
    background: #3b82f6;
    color: #ffffff;
    transform: translateY(-2px);
}

/* Espacements améliorés */
.container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

@media (min-width: 768px) {
    .container {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

/* Sections avec espacement optimal */
section {
    padding: 5rem 0;
}

@media (min-width: 768px) {
    section {
        padding: 6rem 0;
    }
}

/* Cartes avec espacement amélioré */
.card {
    border-radius: 16px;
    border: none;
    box-shadow: 0 4px 6px -1px rgba(15, 23, 42, 0.1);
    transition: all 0.3s ease;
}

.card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 25px -5px rgba(15, 23, 42, 0.1);
}

/* =============================
   GRADIENTS SOPHISTIQUÉS
   ============================= */

/* Gradient professionnel pour les sections */
.professional-section-gradient {
    background: 
        linear-gradient(135deg, #0f172a 0%, #1e293b 25%, #334155 50%, #1e293b 75%, #0f172a 100%),
        radial-gradient(circle at 20% 20%, rgba(30, 58, 138, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(245, 158, 11, 0.08) 0%, transparent 50%);
}

/* Gradient pour les cartes premium */
.premium-card-gradient {
    background: 
        linear-gradient(135deg, rgba(15, 23, 42, 0.9) 0%, rgba(30, 41, 59, 0.8) 50%, rgba(15, 23, 42, 0.9) 100%),
        radial-gradient(circle at center, rgba(30, 58, 138, 0.15) 0%, transparent 70%);
}

/* Gradient pour les boutons */
.premium-button-gradient {
    background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 50%, #1e40af 100%);
    box-shadow: 
        0 4px 6px -1px rgba(30, 58, 138, 0.2),
        0 0 20px rgba(59, 130, 246, 0.3);
}

.premium-button-gradient:hover {
    background: linear-gradient(135deg, #1e40af 0%, #2563eb 50%, #1d4ed8 100%);
    box-shadow: 
        0 10px 15px -3px rgba(30, 58, 138, 0.3),
        0 0 30px rgba(59, 130, 246, 0.4);
}

/* Gradient pour les icônes */
.premium-icon-gradient {
    background: 
        linear-gradient(135deg, rgba(30, 58, 138, 0.2) 0%, rgba(59, 130, 246, 0.1) 50%, rgba(30, 58, 138, 0.2) 100%),
        radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
}

/* Gradient pour les titres */
.premium-title-gradient {
    background: linear-gradient(135deg, #ffffff 0%, #3b82f6 30%, #f59e0b 70%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Gradient pour les overlays */
.premium-overlay-gradient {
    background: 
        linear-gradient(135deg, rgba(15, 23, 42, 0.1) 0%, transparent 30%, rgba(30, 58, 138, 0.05) 70%, transparent 100%),
        radial-gradient(circle at 20% 20%, rgba(30, 58, 138, 0.03) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(245, 158, 11, 0.02) 0%, transparent 50%);
}

/* Gradient pour les effets de lueur */
.premium-glow-gradient {
    background: 
        radial-gradient(circle, rgba(59, 130, 246, 0.3) 0%, rgba(30, 58, 138, 0.2) 50%, transparent 70%);
}

/* Gradient pour les bordures */
.premium-border-gradient {
    border-image: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 50%, #f59e0b 100%) 1;
}

/* Gradient pour les backgrounds de texte */
.premium-text-bg-gradient {
    background: 
        linear-gradient(135deg, rgba(30, 58, 138, 0.1) 0%, rgba(59, 130, 246, 0.05) 50%, rgba(245, 158, 11, 0.05) 100%);
    backdrop-filter: blur(10px);
}

/* =============================
   CLASSES UTILITAIRES POUR COULEURS
   ============================= */

.text-gold {
    color: #D4AF37 !important;
}

.text-light {
    color: #CCCCCC !important;
}

.bg-gold {
    background-color: #D4AF37 !important;
}

.bg-light-dark {
    background-color: #2C2C2C !important;
}

/* Amélioration des cartes avec glassmorphism */
.card {
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(212, 175, 55, 0.2);
}

/* Amélioration des boutons */
.btn-primary {
    background: linear-gradient(135deg, #D4AF37 0%, #FFD700 100%) !important;
    border: none !important;
    color: #000 !important;
    font-weight: 600;
}

.btn-primary:hover {
    background: linear-gradient(135deg, #B8941F 0%, #D4AF37 100%) !important;
    transform: translateY(-2px);
    box-shadow: 0 10px 15px -3px rgba(212, 175, 55, 0.3);
}

.btn-outline-primary {
    border-color: #D4AF37 !important;
    color: #D4AF37 !important;
}

.btn-outline-primary:hover {
    background-color: #D4AF37 !important;
    color: #000 !important;
}

/* Amélioration des formulaires */
.form-control {
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(212, 175, 55, 0.3);
    color: #1A1A1A;
}

.form-control:focus {
    border-color: #D4AF37;
    box-shadow: 0 0 0 0.2rem rgba(212, 175, 55, 0.25);
}

.form-select {
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(212, 175, 55, 0.3);
    color: #1A1A1A;
}

.form-select:focus {
    border-color: #D4AF37;
    box-shadow: 0 0 0 0.2rem rgba(212, 175, 55, 0.25);
}

/* Amélioration des statistiques */
.stat-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 15px;
    padding: 2rem;
    text-align: center;
    transition: all 0.3s ease;
}

.stat-card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(212, 175, 55, 0.5);
}

.stat-number {
    color: #D4AF37;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

/* =============================
   AMÉLIORATIONS VISUELLES POUR PAGE D'ACCUEIL
   ============================= */

/* Effets de hover améliorés pour les cartes */
.feature-card-premium:hover {
    transform: translateY(-15px) scale(1.02);
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.5),
        0 0 40px rgba(212, 175, 55, 0.4),
        0 0 60px rgba(255, 215, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
    border-color: rgba(212, 175, 55, 0.8);
}

/* Animations fluides pour les boutons */
.btn-premium-glow:hover {
    transform: translateY(-3px);
    box-shadow: 
        0 15px 30px rgba(212, 175, 55, 0.4),
        0 0 20px rgba(255, 215, 0, 0.6);
}

/* Effets de particules améliorés */
@keyframes sparkleEnhanced {
    0% { 
        transform: translateY(0px) rotate(0deg) scale(1);
        opacity: 0.3;
    }
    50% { 
        transform: translateY(-100px) rotate(180deg) scale(1.2);
        opacity: 0.8;
    }
    100% { 
        transform: translateY(-200px) rotate(360deg) scale(0.8);
        opacity: 0;
    }
}

/* Effets de glow pour les icônes */
.icon-glow {
    transition: all 0.3s ease;
}

.icon-glow:hover {
    text-shadow: 
        0 0 10px rgba(212, 175, 55, 0.8),
        0 0 20px rgba(255, 215, 0, 0.6),
        0 0 30px rgba(212, 175, 55, 0.4);
    transform: scale(1.1);
}

/* Amélioration des formes géométriques */
.shape:hover {
    transform: scale(1.1) rotate(10deg);
    box-shadow: 
        0 0 30px rgba(212, 175, 55, 0.4),
        0 0 50px rgba(255, 215, 0, 0.3);
}

/* Effets de vague améliorés */
.wave-effect::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, transparent 30%, rgba(212, 175, 55, 0.1) 50%, transparent 70%);
    animation: wave 3s ease-in-out infinite;
    pointer-events: none;
}

@keyframes wave {
    0%, 100% { transform: translateX(-100%) skewX(-15deg); }
    50% { transform: translateX(100%) skewX(-15deg); }
}

/* Amélioration des statistiques */
.stat-card:hover .stat-number {
    transform: scale(1.1);
    color: #FFD700;
    text-shadow: 0 0 20px rgba(255, 215, 0, 0.6);
}

/* Effets de parallaxe pour les sections */
.hero-section-premium {
    background-attachment: fixed;
}

/* Amélioration des transitions globales */
* {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Effets de focus améliorés */
.form-control:focus,
.form-select:focus {
    transform: scale(1.02);
    box-shadow: 
        0 0 0 0.2rem rgba(212, 175, 55, 0.25),
        0 0 20px rgba(212, 175, 55, 0.3);
}

/* Animations d'entrée pour les éléments */
@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Application des animations */
.feature-card-premium,
.service-card-premium,
.team-card-premium {
    animation: fadeInScale 0.6s ease-out;
}

.hero-content-layer > * {
    animation: slideInUp 0.8s ease-out;
}

/* Effets de brillance pour les titres */
.title-line-premium {
    position: relative;
    overflow: hidden;
}

.title-line-premium::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    animation: shimmer 3s infinite;
}

@keyframes shimmer {
    0% { left: -100%; }
    100% { left: 100%; }
}

/* =============================
   EFFETS WOW SPECTACULAIRES
   ============================= */

/* Particules 3D avancées */
body::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(3px 3px at 50px 50px, rgba(212, 175, 55, 0.8), transparent),
        radial-gradient(2px 2px at 100px 100px, rgba(255, 215, 0, 0.6), transparent),
        radial-gradient(1px 1px at 150px 150px, rgba(255, 255, 255, 0.9), transparent),
        radial-gradient(2px 2px at 200px 200px, rgba(212, 175, 55, 0.7), transparent),
        radial-gradient(1px 1px at 250px 250px, rgba(255, 215, 0, 0.5), transparent);
    background-repeat: repeat;
    background-size: 300px 300px;
    animation: particles3D 25s linear infinite;
    pointer-events: none;
    z-index: 1;
}

@keyframes particles3D {
    0% { 
        transform: translateY(0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
        opacity: 0.3;
    }
    25% { 
        transform: translateY(-100px) rotateX(90deg) rotateY(45deg) rotateZ(90deg);
        opacity: 0.8;
    }
    50% { 
        transform: translateY(-200px) rotateX(180deg) rotateY(90deg) rotateZ(180deg);
        opacity: 0.6;
    }
    75% { 
        transform: translateY(-300px) rotateX(270deg) rotateY(135deg) rotateZ(270deg);
        opacity: 0.4;
    }
    100% { 
        transform: translateY(-400px) rotateX(360deg) rotateY(180deg) rotateZ(360deg);
        opacity: 0;
    }
}

/* Effets de lumière dynamiques */
.hero-section-premium::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: 
        conic-gradient(from 0deg at 20% 20%, transparent 0deg, rgba(212, 175, 55, 0.1) 60deg, transparent 120deg),
        conic-gradient(from 120deg at 80% 80%, transparent 0deg, rgba(255, 215, 0, 0.08) 60deg, transparent 120deg),
        conic-gradient(from 240deg at 50% 50%, transparent 0deg, rgba(255, 255, 255, 0.05) 60deg, transparent 120deg);
    animation: lightRotation 20s linear infinite;
    pointer-events: none;
    z-index: 2;
}

@keyframes lightRotation {
    0% { transform: rotate(0deg) scale(1); }
    50% { transform: rotate(180deg) scale(1.2); }
    100% { transform: rotate(360deg) scale(1); }
}

/* Animations de texte spectaculaires */
.title-line-premium {
    background: linear-gradient(45deg, #FFFFFF 0%, #D4AF37 25%, #FFD700 50%, #D4AF37 75%, #FFFFFF 100%);
    background-size: 400% 400%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradientShift 3s ease-in-out infinite, textGlow 2s ease-in-out infinite alternate;
    position: relative;
}

@keyframes gradientShift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

@keyframes textGlow {
    0% { 
        text-shadow: 
            0 0 10px rgba(212, 175, 55, 0.5),
            0 0 20px rgba(255, 215, 0, 0.3),
            0 0 30px rgba(212, 175, 55, 0.2);
    }
    100% { 
        text-shadow: 
            0 0 20px rgba(212, 175, 55, 0.8),
            0 0 40px rgba(255, 215, 0, 0.6),
            0 0 60px rgba(212, 175, 55, 0.4);
    }
}

/* Effets de morphing pour les cartes */
.feature-card-premium {
    position: relative;
    overflow: hidden;
}

.feature-card-premium::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: 
        radial-gradient(circle, rgba(212, 175, 55, 0.1) 0%, transparent 70%),
        linear-gradient(45deg, transparent 30%, rgba(255, 215, 0, 0.05) 50%, transparent 70%);
    transform: scale(0) rotate(0deg);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
}

.feature-card-premium:hover::before {
    transform: scale(1) rotate(180deg);
}

/* Effets de rayons de lumière */
.hero-section-premium::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        linear-gradient(45deg, transparent 40%, rgba(212, 175, 55, 0.1) 50%, transparent 60%),
        linear-gradient(-45deg, transparent 40%, rgba(255, 215, 0, 0.08) 50%, transparent 60%);
    animation: lightBeams 4s ease-in-out infinite;
    pointer-events: none;
    z-index: 3;
}

@keyframes lightBeams {
    0%, 100% { 
        transform: translateX(-100%) skewX(-15deg);
        opacity: 0.3;
    }
    50% { 
        transform: translateX(100%) skewX(-15deg);
        opacity: 0.8;
    }
}

/* Animations de scroll avancées */
@keyframes slideInFromLeft {
    0% {
        opacity: 0;
        transform: translateX(-100px) rotateY(-90deg);
    }
    100% {
        opacity: 1;
        transform: translateX(0) rotateY(0deg);
    }
}

@keyframes slideInFromRight {
    0% {
        opacity: 0;
        transform: translateX(100px) rotateY(90deg);
    }
    100% {
        opacity: 1;
        transform: translateX(0) rotateY(0deg);
    }
}

@keyframes slideInFromBottom {
    0% {
        opacity: 0;
        transform: translateY(100px) rotateX(90deg);
    }
    100% {
        opacity: 1;
        transform: translateY(0) rotateX(0deg);
    }
}

/* Application des animations de scroll */
.feature-card-premium:nth-child(1) {
    animation: slideInFromLeft 0.8s ease-out;
}

.feature-card-premium:nth-child(2) {
    animation: slideInFromBottom 0.8s ease-out 0.2s both;
}

.feature-card-premium:nth-child(3) {
    animation: slideInFromRight 0.8s ease-out 0.4s both;
}

/* Effets de pulsation pour les icônes */
.feature-icon-premium {
    animation: iconPulse 2s ease-in-out infinite;
}

@keyframes iconPulse {
    0%, 100% { 
        transform: scale(1);
        box-shadow: 0 0 20px rgba(212, 175, 55, 0.3);
    }
    50% { 
        transform: scale(1.05);
        box-shadow: 0 0 30px rgba(212, 175, 55, 0.6);
    }
}

/* Effets de vague améliorés avec morphing */
.wave-effect {
    position: relative;
    overflow: hidden;
}

.wave-effect::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        linear-gradient(45deg, transparent 30%, rgba(212, 175, 55, 0.1) 50%, transparent 70%),
        linear-gradient(-45deg, transparent 30%, rgba(255, 215, 0, 0.08) 50%, transparent 70%);
    animation: waveMorph 6s ease-in-out infinite;
    pointer-events: none;
    z-index: 1;
}

@keyframes waveMorph {
    0%, 100% { 
        transform: translateX(-100%) skewX(-15deg) scaleY(1);
        border-radius: 0% 50% 0% 50%;
    }
    25% { 
        transform: translateX(-50%) skewX(-10deg) scaleY(1.2);
        border-radius: 50% 0% 50% 0%;
    }
    50% { 
        transform: translateX(0%) skewX(0deg) scaleY(1);
        border-radius: 0% 0% 50% 50%;
    }
    75% { 
        transform: translateX(50%) skewX(10deg) scaleY(1.2);
        border-radius: 50% 50% 0% 0%;
    }
}

/* Effets de néon pour les boutons */
.btn-premium-glow {
    position: relative;
    overflow: hidden;
}

.btn-premium-glow::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    animation: buttonShine 2s ease-in-out infinite;
    z-index: 1;
}

@keyframes buttonShine {
    0% { left: -100%; }
    100% { left: 100%; }
}

/* Effets de rotation 3D pour les formes */
.shape {
    transform-style: preserve-3d;
    animation: shape3DRotation 20s linear infinite;
}

@keyframes shape3DRotation {
    0% { 
        transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg) translateZ(0px);
    }
    25% { 
        transform: rotateX(90deg) rotateY(90deg) rotateZ(90deg) translateZ(20px);
    }
    50% { 
        transform: rotateX(180deg) rotateY(180deg) rotateZ(180deg) translateZ(0px);
    }
    75% { 
        transform: rotateX(270deg) rotateY(270deg) rotateZ(270deg) translateZ(-20px);
    }
    100% { 
        transform: rotateX(360deg) rotateY(360deg) rotateZ(360deg) translateZ(0px);
    }
}

/* Effets de particules flottantes améliorées */
.dot {
    animation: dotFloat3D 15s ease-in-out infinite;
}

@keyframes dotFloat3D {
    0% { 
        transform: translateY(0px) translateX(0px) rotateZ(0deg) scale(1);
        opacity: 0.3;
    }
    25% { 
        transform: translateY(-50px) translateX(20px) rotateZ(90deg) scale(1.2);
        opacity: 0.8;
    }
    50% { 
        transform: translateY(-100px) translateX(0px) rotateZ(180deg) scale(1);
        opacity: 0.6;
    }
    75% { 
        transform: translateY(-150px) translateX(-20px) rotateZ(270deg) scale(0.8);
        opacity: 0.4;
    }
    100% { 
        transform: translateY(-200px) translateX(0px) rotateZ(360deg) scale(1);
        opacity: 0;
    }
}

/* =============================
   EFFETS PARALLAX ET SCROLL SPECTACULAIRES
   ============================= */

/* Effets de parallaxe pour les sections */
.hero-section-premium {
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

/* Effet sticky pour le hero */
.hero-section-premium.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1000;
    transition: all 0.3s ease;
}

/* Animations de scroll avec intersection observer */
.scroll-animate {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.scroll-animate.animate {
    opacity: 1;
    transform: translateY(0);
}

/* Effets de morphing pour les cartes au scroll */
.feature-card-premium {
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.feature-card-premium.scroll-in {
    transform: translateY(0) scale(1) rotateX(0deg);
    opacity: 1;
}

.feature-card-premium.scroll-out {
    transform: translateY(100px) scale(0.9) rotateX(10deg);
    opacity: 0.7;
}

/* Effets de lumière qui suivent la souris */
.mouse-light {
    position: fixed;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
    z-index: 10;
    transition: all 0.1s ease;
}

/* Effets de typing pour les titres */
.typing-effect {
    overflow: hidden;
    border-right: 3px solid #D4AF37;
    white-space: nowrap;
    animation: typing 3s steps(40, end), blink-caret 0.75s step-end infinite;
}

@keyframes typing {
    from { width: 0; }
    to { width: 100%; }
}

@keyframes blink-caret {
    from, to { border-color: transparent; }
    50% { border-color: #D4AF37; }
}

/* Effets de particules qui suivent le curseur */
.cursor-particles {
    position: fixed;
    width: 4px;
    height: 4px;
    background: #D4AF37;
    border-radius: 50%;
    pointer-events: none;
    z-index: 1000;
    animation: particleFade 1s ease-out forwards;
}

@keyframes particleFade {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(0);
    }
}

/* Effets de glitch pour les titres */
.glitch-effect {
    position: relative;
}

.glitch-effect::before,
.glitch-effect::after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.glitch-effect::before {
    animation: glitch-1 0.5s infinite;
    color: #FF0000;
    z-index: -1;
}

.glitch-effect::after {
    animation: glitch-2 0.5s infinite;
    color: #00FF00;
    z-index: -2;
}

@keyframes glitch-1 {
    0%, 14%, 15%, 49%, 50%, 99%, 100% {
        transform: translate(0);
    }
    15%, 49% {
        transform: translate(-2px, 2px);
    }
}

@keyframes glitch-2 {
    0%, 20%, 21%, 62%, 63%, 99%, 100% {
        transform: translate(0);
    }
    21%, 62% {
        transform: translate(2px, -2px);
    }
}

/* Effets de liquide pour les boutons */
.btn-liquid {
    position: relative;
    overflow: hidden;
    background: linear-gradient(45deg, #D4AF37, #FFD700);
    border: none;
    color: #000;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-liquid::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: left 0.5s;
}

.btn-liquid:hover::before {
    left: 100%;
}

/* Effets de hologramme */
.hologram-effect {
    position: relative;
    background: linear-gradient(45deg, rgba(212, 175, 55, 0.1), rgba(255, 215, 0, 0.1));
    border: 1px solid rgba(212, 175, 55, 0.3);
    backdrop-filter: blur(10px);
}

.hologram-effect::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.1) 50%, transparent 70%);
    animation: hologramScan 2s linear infinite;
    pointer-events: none;
}

@keyframes hologramScan {
    0% { transform: translateY(-100%); }
    100% { transform: translateY(100%); }
}

/* Effets de matrix pour le background */
.matrix-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    overflow: hidden;
    z-index: -1;
}

.matrix-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(90deg, transparent 98%, rgba(212, 175, 55, 0.3) 100%),
        linear-gradient(0deg, transparent 98%, rgba(255, 215, 0, 0.2) 100%);
    background-size: 50px 50px;
    animation: matrixMove 20s linear infinite;
}

@keyframes matrixMove {
    0% { transform: translateY(0); }
    100% { transform: translateY(50px); }
}

/* Effets de néon pulsant */
.neon-pulse {
    animation: neonPulse 2s ease-in-out infinite alternate;
}

@keyframes neonPulse {
    from {
        text-shadow: 
            0 0 5px #D4AF37,
            0 0 10px #D4AF37,
            0 0 15px #D4AF37,
            0 0 20px #D4AF37;
    }
    to {
        text-shadow: 
            0 0 2px #D4AF37,
            0 0 5px #D4AF37,
            0 0 8px #D4AF37,
            0 0 12px #D4AF37,
            0 0 18px #D4AF37,
            0 0 25px #D4AF37;
    }
}

/* Effets de particules magnétiques */
.magnetic-particles {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
}

.magnetic-particle {
    position: absolute;
    width: 2px;
    height: 2px;
    background: #D4AF37;
    border-radius: 50%;
    animation: magneticFloat 10s linear infinite;
}

@keyframes magneticFloat {
    0% {
        transform: translateY(100vh) translateX(0) scale(0);
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        transform: translateY(-100px) translateX(50px) scale(1);
        opacity: 0;
    }
}

/* =============================
   FONT FAMILY BLANC ET DORÉ SPECTACULAIRES
   ============================= */

/* Typographie premium avec effets avancés */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700;900&family=Montserrat:wght@300;400;600;700;800;900&family=Cinzel:wght@400;600;700&family=Great+Vibes&display=swap');

/* Classes de typographie spectaculaires */
.font-premium-white {
    font-family: 'Playfair Display', serif;
    color: #FFFFFF;
    text-shadow: 
        0 0 10px rgba(255, 255, 255, 0.3),
        0 0 20px rgba(255, 255, 255, 0.2),
        0 0 30px rgba(255, 255, 255, 0.1);
    animation: whiteGlow 3s ease-in-out infinite alternate;
}

.font-premium-gold {
    font-family: 'Cinzel', serif;
    color: #D4AF37;
    text-shadow: 
        0 0 10px rgba(212, 175, 55, 0.5),
        0 0 20px rgba(255, 215, 0, 0.3),
        0 0 30px rgba(212, 175, 55, 0.2);
    animation: goldShimmer 2s ease-in-out infinite alternate;
}

.font-luxury-title {
    font-family: 'Great Vibes', cursive;
    font-size: 4rem;
    color: #D4AF37;
    text-shadow: 
        0 0 15px rgba(212, 175, 55, 0.6),
        0 0 30px rgba(255, 215, 0, 0.4),
        0 0 45px rgba(212, 175, 55, 0.3);
    animation: luxuryFloat 4s ease-in-out infinite;
}

.font-modern-bold {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    color: #FFFFFF;
    text-shadow: 
        0 0 8px rgba(255, 255, 255, 0.4),
        0 0 16px rgba(255, 255, 255, 0.2);
    animation: modernPulse 2.5s ease-in-out infinite alternate;
}

/* Animations de typographie */
@keyframes whiteGlow {
    0% {
        text-shadow: 
            0 0 10px rgba(255, 255, 255, 0.3),
            0 0 20px rgba(255, 255, 255, 0.2),
            0 0 30px rgba(255, 255, 255, 0.1);
    }
    100% {
        text-shadow: 
            0 0 20px rgba(255, 255, 255, 0.6),
            0 0 40px rgba(255, 255, 255, 0.4),
            0 0 60px rgba(255, 255, 255, 0.2);
    }
}

@keyframes goldShimmer {
    0% {
        text-shadow: 
            0 0 10px rgba(212, 175, 55, 0.5),
            0 0 20px rgba(255, 215, 0, 0.3),
            0 0 30px rgba(212, 175, 55, 0.2);
    }
    100% {
        text-shadow: 
            0 0 20px rgba(212, 175, 55, 0.8),
            0 0 40px rgba(255, 215, 0, 0.6),
            0 0 60px rgba(212, 175, 55, 0.4);
    }
}

@keyframes luxuryFloat {
    0%, 100% {
        transform: translateY(0px);
        text-shadow: 
            0 0 15px rgba(212, 175, 55, 0.6),
            0 0 30px rgba(255, 215, 0, 0.4),
            0 0 45px rgba(212, 175, 55, 0.3);
    }
    50% {
        transform: translateY(-10px);
        text-shadow: 
            0 0 25px rgba(212, 175, 55, 0.8),
            0 0 50px rgba(255, 215, 0, 0.6),
            0 0 75px rgba(212, 175, 55, 0.4);
    }
}

@keyframes modernPulse {
    0% {
        text-shadow: 
            0 0 8px rgba(255, 255, 255, 0.4),
            0 0 16px rgba(255, 255, 255, 0.2);
    }
    100% {
        text-shadow: 
            0 0 16px rgba(255, 255, 255, 0.8),
            0 0 32px rgba(255, 255, 255, 0.4);
    }
}

/* Effets de texte avec dégradés animés */
.text-gradient-animated {
    background: linear-gradient(45deg, #FFFFFF 0%, #D4AF37 25%, #FFD700 50%, #D4AF37 75%, #FFFFFF 100%);
    background-size: 400% 400%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradientShift 3s ease-in-out infinite;
}

.text-gold-gradient {
    background: linear-gradient(135deg, #D4AF37 0%, #FFD700 50%, #B8941F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 0 20px rgba(212, 175, 55, 0.5);
}

.text-white-gradient {
    background: linear-gradient(135deg, #FFFFFF 0%, #F8F8F8 50%, #E8E8E8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.3);
}

/* Effets de texte avec bordures animées */
.text-border-animated {
    position: relative;
    color: #FFFFFF;
    text-shadow: 
        0 0 10px rgba(255, 255, 255, 0.5),
        0 0 20px rgba(255, 255, 255, 0.3);
}

.text-border-animated::before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    color: #D4AF37;
    text-shadow: 
        0 0 10px rgba(212, 175, 55, 0.8),
        0 0 20px rgba(255, 215, 0, 0.6);
    animation: borderGlow 2s ease-in-out infinite alternate;
    z-index: -1;
}

@keyframes borderGlow {
    0% {
        transform: translate(-2px, -2px);
        opacity: 0.5;
    }
    100% {
        transform: translate(2px, 2px);
        opacity: 1;
    }
}

/* Effets de texte avec particules */
.text-particles {
    position: relative;
    overflow: hidden;
}

.text-particles::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(1px 1px at 20px 30px, rgba(212, 175, 55, 0.8), transparent),
        radial-gradient(1px 1px at 40px 70px, rgba(255, 215, 0, 0.6), transparent),
        radial-gradient(1px 1px at 90px 40px, rgba(255, 255, 255, 0.9), transparent);
    background-repeat: repeat;
    background-size: 100px 100px;
    animation: textParticles 10s linear infinite;
    pointer-events: none;
    z-index: 1;
}

@keyframes textParticles {
    0% { transform: translateY(0px) rotate(0deg); }
    100% { transform: translateY(-100px) rotate(360deg); }
}

/* Effets de texte avec hologramme */
.text-hologram {
    position: relative;
    color: #D4AF37;
    text-shadow: 
        0 0 10px rgba(212, 175, 55, 0.6),
        0 0 20px rgba(255, 215, 0, 0.4),
        0 0 30px rgba(212, 175, 55, 0.2);
    animation: hologramFlicker 3s ease-in-out infinite;
}

@keyframes hologramFlicker {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }
    25% {
        opacity: 0.8;
        transform: scale(1.02);
    }
    50% {
        opacity: 0.9;
        transform: scale(0.98);
    }
    75% {
        opacity: 0.85;
        transform: scale(1.01);
    }
}

/* Effets de texte avec néon */
.text-neon {
    color: #FFFFFF;
    text-shadow: 
        0 0 5px #FFFFFF,
        0 0 10px #FFFFFF,
        0 0 15px #D4AF37,
        0 0 20px #D4AF37,
        0 0 35px #D4AF37,
        0 0 40px #D4AF37;
    animation: neonFlicker 1.5s ease-in-out infinite alternate;
}

@keyframes neonFlicker {
    0%, 18%, 22%, 25%, 53%, 57%, 100% {
        text-shadow: 
            0 0 5px #FFFFFF,
            0 0 10px #FFFFFF,
            0 0 15px #D4AF37,
            0 0 20px #D4AF37,
            0 0 35px #D4AF37,
            0 0 40px #D4AF37;
    }
    20%, 24%, 55% {
        text-shadow: none;
    }
}

/* Effets de texte avec liquide */
.text-liquid {
    position: relative;
    color: #D4AF37;
    background: linear-gradient(45deg, #D4AF37, #FFD700, #B8941F, #D4AF37);
    background-size: 400% 400%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: liquidFlow 4s ease-in-out infinite;
}

@keyframes liquidFlow {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}
