/* =========================================
   STYLE GMG GROUP INTER - VERSION FINALE
   ========================================= */

:root {
    --gmg-blue: #009ADE;
    --gmg-magenta: #C30045;
    --gmg-yellow: #FDB913;
    --bg-color: #FAFAFA;
    --text-primary: #111827;
    --text-secondary: #6B7280;
    --shadow-sm: 0 1px 3px rgba(0,0,0,0.05);
    --shadow-lg: 0 20px 25px -5px rgba(0,0,0,0.1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; background-color: var(--bg-color); color: var(--text-primary); line-height: 1.6; overflow-x: hidden; }

/* NAVIGATION */
.navbar {
    position: fixed; top: 0; width: 100%; z-index: 1000;
    background: rgba(255, 255, 255, 0.98);
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 0;
}
.nav-content { display: flex; justify-content: space-between; align-items: center; }
.brand-block { display: flex; align-items: center; gap: 15px; }
.nav-logo { height: 55px; width: auto; }
.brand-text { display: flex; flex-direction: column; justify-content: center; }
.brand-name { font-weight: 900; font-size: 1.1rem; line-height: 1.1; color: #000; letter-spacing: -0.5px; }
.brand-services { font-size: 0.65rem; font-weight: 600; color: var(--text-secondary); text-transform: uppercase; letter-spacing: 0.5px; margin-top: 2px; }
.nav-links { display: flex; gap: 20px; list-style: none; align-items: center; }
.nav-links a { text-decoration: none; color: var(--text-primary); font-weight: 600; font-size: 0.9rem; }
.btn-whatsapp { background-color: #25D366; color: white !important; padding: 8px 16px; border-radius: 20px; display: flex; align-items: center; gap: 5px; transition: 0.3s; }
.btn-whatsapp:hover { background-color: #1ebc57; transform: scale(1.05); }

/* MARQUEE */
.marquee-wrapper {
    margin-top: 75px; 
    background: #000;
    padding: 8px 0;
    overflow: hidden;
    white-space: nowrap;
    border-bottom: 1px solid #333;
}
.marquee-content { display: inline-block; animation: scroll 30s linear infinite; }
.marquee-content span { color: white; font-size: 0.75rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; }
.dot { color: var(--gmg-yellow); margin: 0 40px; }
@keyframes scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* HERO AVEC IMAGE */
.hero { 
    padding: 160px 0 140px; 
    text-align: center; 
    background: linear-gradient(rgba(0,0,0,0.75), rgba(0,0,0,0.65)), url('https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?q=80&w=2070&auto=format&fit=crop');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: white; 
}

.hero h1 { 
    font-size: 3.8rem; 
    line-height: 1.1; 
    margin-bottom: 20px; 
    font-weight: 800; 
    color: #ffffff; 
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.badge { 
    background: rgba(255,255,255,0.15); 
    color: #fff; 
    border: 1px solid rgba(255,255,255,0.3);
    backdrop-filter: blur(5px);
    padding: 6px 14px; 
    border-radius: 4px; 
    font-size: 0.75rem; 
    font-weight: 700; 
    margin-bottom: 25px; 
    display: inline-block; 
    letter-spacing: 2px; 
    text-transform: uppercase; 
}

.hero-sub { 
    font-size: 1.2rem; 
    color: #e0e0e0; 
    max-width: 700px; 
    margin: 0 auto 40px; 
    font-weight: 400;
}

.cta-group { display: flex; gap: 15px; justify-content: center; }
.btn-primary { background: white; color: var(--text-primary); padding: 14px 28px; border-radius: 8px; text-decoration: none; font-weight: 700; transition: 0.3s; }
.btn-primary:hover { background: var(--gmg-magenta); color: white; }
.btn-secondary { border: 1px solid rgba(255,255,255,0.5); color: white; padding: 14px 28px; border-radius: 8px; text-decoration: none; font-weight: 600; transition: 0.3s; }
.btn-secondary:hover { background: white; color: black; border-color: white; }

/* SECTIONS */
.section { padding: 90px 0; }
.bg-light { background-color: #fff; }
.section-header { text-align: center; margin-bottom: 60px; }
.section-header h2 { font-size: 2.2rem; margin-bottom: 10px; font-weight: 800; }
.badge-section { font-weight: bold; font-size: 0.85rem; letter-spacing: 1px; display: block; margin-bottom: 5px; }

/* GRILLE */
.bento-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.card { background: white; padding: 35px; border-radius: 12px; box-shadow: var(--shadow-sm); border: 1px solid rgba(0,0,0,0.05); transition: 0.3s; }
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.card-large { grid-column: span 2; }
.card-wide { grid-column: span 1; }
.icon-box { font-size: 36px; margin-bottom: 20px; display: block; }
.card h3 { font-size: 1.3rem; margin-bottom: 12px; font-weight: 700; }
.card p { font-size: 0.95rem; color: #666; line-height: 1.7; }
.border-magenta { border-top: 4px solid var(--gmg-magenta); }
.txt-magenta { color: var(--gmg-magenta); }
.border-blue { border-top: 4px solid var(--gmg-blue); }
.txt-blue { color: var(--gmg-blue); }
.border-yellow { border-top: 4px solid var(--gmg-yellow); }
.txt-yellow { color: var(--gmg-yellow); }

/* APP SECTION */
.app-showcase { background-color: var(--gmg-blue); color: white; padding: 100px 0; overflow: hidden; }
.app-layout-center { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 50px; }
.app-text-center { max-width: 800px; margin: 0 auto; text-align: center; }
.app-text-center h2 { font-size: 3rem; margin-bottom: 20px; line-height: 1.1; font-weight: 800; text-align: center; }
.app-text-center p { color: #E0F2FE; margin-bottom: 10px; font-size: 1.25rem; text-align: center; }
.download-text { font-size: 0.9rem; font-weight: bold; margin-bottom: 15px; color: white; text-transform: uppercase; letter-spacing: 1px; text-align: center; }
.badge-light { background: rgba(255,255,255,0.2); padding: 5px 12px; border-radius: 4px; font-size: 0.75rem; font-weight: 700; margin-bottom: 25px; display: inline-block; }
.app-buttons-center { display: flex; gap: 15px; justify-content: center; margin-top: 15px; }
.btn-store { background: white; border: none; padding: 12px 25px; border-radius: 8px; font-weight: 700; display: flex; align-items: center; gap: 10px; cursor: pointer; transition: 0.2s; color: black; }
.btn-store:hover { transform: scale(1.03); background: #f0f0f0; }
.app-visual-center { display: flex; justify-content: center; width: 100%; }
.phone-mockup { width: 280px; height: 560px; background: #111; border-radius: 45px; border: 6px solid #222; position: relative; box-shadow: 0 40px 80px rgba(0,0,0,0.4); }
.screen { width: 100%; height: 100%; background: white; border-radius: 38px; overflow: hidden; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 20px; text-align: center; }
.app-screen-logo { width: 85px; margin-bottom: 30px; }
.app-screen-oneline { font-weight: 800; color: #333; font-size: 0.7rem; line-height: 2; text-transform: uppercase; width: 100%; text-align: center; }

/* FOOTER */
footer { background-color: #000; color: white; padding: 80px 0 40px; }
.footer-content { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 50px; margin-bottom: 50px; }
.footer-text-logo { font-size: 2rem; font-weight: 800; letter-spacing: -1px; margin-bottom: 10px; color: white; }
.footer-services-text { color: #9CA3AF; font-weight: 700; font-size: 0.85rem; letter-spacing: 0.5px; text-transform: uppercase; margin-top: 0; }
.footer-col h4 { margin-bottom: 30px; font-size: 1rem; color: #fff; text-transform: uppercase; letter-spacing: 1px; border-bottom: 2px solid var(--gmg-blue); display: inline-block; padding-bottom: 5px; }
.contact-details { list-style: none; }
.contact-details li { margin-bottom: 18px; }
.contact-details a, .location-link { color: #d1d5db; text-decoration: none; transition: 0.3s; display: flex; align-items: center; gap: 12px; font-size: 1rem; }
.contact-details a:hover, .location-link:hover { color: var(--gmg-blue); padding-left: 5px; }
.contact-details i, .location-link i { font-size: 1.5rem; color: var(--gmg-blue); min-width: 25px; }
.footer-bottom { text-align: center; color: #555; font-size: 0.8rem; border-top: 1px solid #222; padding-top: 30px; }

/* MOBILE */
.container { width: 90%; max-width: 1100px; margin: 0 auto; }
@media (max-width: 768px) {
    .brand-services, .nav-links { display: none; }
    .hero h1 { font-size: 2.5rem; }
    .bento-grid { grid-template-columns: 1fr; }
    .card-large, .card-wide { grid-column: span 1; }
    .app-buttons-center { flex-direction: column; align-items: center; }
    .footer-content { grid-template-columns: 1fr; text-align: center; }
    .contact-details a, .location-link { justify-content: center; }
}

/* ANIMATIONS */
.animate-on-scroll { opacity: 0; transform: translateY(30px); transition: all 0.8s ease-out; }
.is-visible { opacity: 1; transform: translateY(0); }