/* ===== NAVIGATION MOBILE - LOGO PLUS GRAND ET CENTRÉ ===== */
@media screen and (max-width: 768px) {
  .nav {
    padding: 15px !important;
    background: rgba(0, 0, 0, 0.95) !important;
    backdrop-filter: blur(10px) !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
  
  .logo {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex: 1 !important;
  }
  
  .logo img {
    height: 150px !important;
    width: auto !important;
    max-width: 400px !important;
  }
  
  .nav-links {
    font-size: 0.9rem !important;
  }
  
  .nav-links a {
    padding: 10px 8px !important;
  }
}

/* ===== HERO SECTION MOBILE - REPOSITIONNEMENT ===== */
@media screen and (max-width: 768px) {
  .hero {
    height: 100vh !important;
    min-height: 600px !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
  }
  
  .hero-content {
    text-align: center !important;
    padding: 30px 20px !important;
    background: rgba(0, 0, 0, 0.75) !important;
    border-radius: 20px !important;
    margin: 0 15px !important;
    backdrop-filter: blur(8px) !important;
    border: 2px solid rgba(255, 64, 129, 0.3) !important;
    position: relative !important;
    top: -50px !important;
  }
  
  .hero h1 {
    font-size: 2.4rem !important;
    line-height: 1.2 !important;
    margin-bottom: 20px !important;
    color: #ff4081 !important;
    font-weight: 700 !important;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.8) !important;
  }
  
  .hero p {
    font-size: 1.1rem !important;
    line-height: 1.5 !important;
    margin-bottom: 30px !important;
    color: #ffffff !important;
    font-weight: 400 !important;
  }
}

/* ===== BOUTONS CTA MOBILE - PLUS VISIBLES ET ATTRACTIFS ===== */
@media screen and (max-width: 768px) {
  .cta-buttons {
    display: flex !important;
    flex-direction: column !important;
    gap: 15px !important;
    padding: 0 !important;
    align-items: center !important;
  }
  
  .cta-button {
    width: 100% !important;
    max-width: 280px !important;
    padding: 18px 25px !important;
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    border-radius: 50px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(255, 64, 129, 0.4) !important;
    border: none !important;
    text-decoration: none !important;
    display: inline-block !important;
  }
  
  .cta-button:first-child {
    background: linear-gradient(45deg, #ff4081, #ff6b9d) !important;
    color: white !important;
  }
  
  .cta-button.secondary {
    background: transparent !important;
    border: 2px solid #ff4081 !important;
    color: #ff4081 !important;
  }
  
  .cta-button:hover, .cta-button:active {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(255, 64, 129, 0.6) !important;
  }
}

/* ===== SECTIONS MOBILE - ESPACEMENT ET LISIBILITÉ ===== */
@media screen and (max-width: 768px) {
  .section-title {
    font-size: 2rem !important;
    line-height: 1.3 !important;
    margin-bottom: 20px !important;
    padding: 0 15px !important;
    text-align: center !important;
  }
  
  .section-description {
    font-size: 1rem !important;
    line-height: 1.5 !important;
    padding: 0 20px !important;
    margin-bottom: 30px !important;
    text-align: center !important;
  }
  
  .features, .events, .pricing {
    padding: 60px 15px !important;
  }
}

/* ===== CARTES MOBILE - PLUS COMPACTES ET LISIBLES ===== */
@media screen and (max-width: 768px) {
  .feature-card, .event-card {
    margin-bottom: 20px !important;
    padding: 25px 20px !important;
    border-radius: 15px !important;
  }
  
  .feature-card h3, .event-card h3 {
    font-size: 1.3rem !important;
    margin-bottom: 10px !important;
  }
  
  .feature-card p, .event-card p {
    font-size: 0.95rem !important;
    line-height: 1.4 !important;
  }
  
  .feature-icon {
    font-size: 2.5rem !important;
    margin-bottom: 15px !important;
  }
}

/* ===== PRICING MOBILE - MISE EN AVANT DES PRIX ===== */
@media screen and (max-width: 768px) {
  .pricing-card {
    margin-bottom: 25px !important;
    padding: 25px 20px !important;
    border-radius: 15px !important;
    position: relative !important;
  }
  
  .pricing-card h3 {
    font-size: 1.4rem !important;
    margin-bottom: 15px !important;
  }
  
  .price {
    font-size: 2.5rem !important;
    font-weight: 700 !important;
    color: #ff4081 !important;
    margin-bottom: 20px !important;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3) !important;
  }
  
  .pricing-card ul {
    text-align: left !important;
    margin-bottom: 25px !important;
  }
  
  .pricing-card li {
    font-size: 0.95rem !important;
    margin-bottom: 8px !important;
    padding-left: 20px !important;
  }
}

/* ===== NAVIGATION MOBILE - PLUS ACCESSIBLE ===== */
@media screen and (max-width: 768px) {
  .nav {
    padding: 10px 15px !important;
    background: rgba(0, 0, 0, 0.95) !important;
    backdrop-filter: blur(10px) !important;
  }
  
  .logo img {
    height: 40px !important;
    width: auto !important;
  }
  
  .nav-links {
    font-size: 0.9rem !important;
  }
  
  .nav-links a {
    padding: 10px 8px !important;
  }
}

/* ===== TÉMOIGNAGES MOBILE ===== */
@media screen and (max-width: 768px) {
  .testimonial-card {
    margin-bottom: 20px !important;
    padding: 20px !important;
    border-radius: 15px !important;
  }
  
  .testimonial-text {
    font-size: 1rem !important;
    line-height: 1.5 !important;
    margin-bottom: 15px !important;
  }
  
  .testimonial-author {
    font-size: 0.9rem !important;
  }
}

/* ===== FOOTER MOBILE ===== */
@media screen and (max-width: 768px) {
  .footer {
    padding: 40px 15px 20px !important;
  }
  
  .footer-content {
    flex-direction: column !important;
    text-align: center !important;
    gap: 30px !important;
  }
  
  .footer-section {
    margin-bottom: 25px !important;
  }
  
  .footer-section h3 {
    font-size: 1.2rem !important;
    margin-bottom: 15px !important;
  }
}

/* ===== OPTIMISATIONS POUR TRÈS PETITS ÉCRANS ===== */
@media screen and (max-width: 480px) {
  .hero h1 {
    font-size: 1.9rem !important;
  }
  
  .hero p {
    font-size: 1rem !important;
  }
  
  .cta-button {
    padding: 16px 20px !important;
    font-size: 1rem !important;
  }
  
  .section-title {
    font-size: 1.8rem !important;
  }
  
  .price {
    font-size: 2.2rem !important;
  }
}

/* ===== AMÉLIORATIONS TACTILES ===== */
@media (hover: none) and (pointer: coarse) {
  .cta-button, .feature-card, .event-card, .pricing-card {
    transition: none !important;
  }
  
  .cta-button:active {
    transform: scale(0.98) !important;
  }
  
  .feature-card:active, .event-card:active, .pricing-card:active {
    transform: scale(0.99) !important;
  }
}

/* ===== OPTIMISATION DE LA VITESSE D'AFFICHAGE ===== */
@media screen and (max-width: 768px) {
  * {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }
  
  img {
    image-rendering: -webkit-optimize-contrast !important;
  }
}



/* ===== BOUTON D'APPEL SPÉCIAL MOBILE ===== */
@media screen and (max-width: 768px) {
  .cta-button.phone-cta {
    background: linear-gradient(45deg, #4CAF50, #66BB6A) !important;
    color: white !important;
    border: none !important;
    animation: pulse 2s infinite !important;
    position: relative !important;
    overflow: hidden !important;
  }
  
  .cta-button.phone-cta:before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: -100% !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent) !important;
    transition: left 0.5s !important;
  }
  
  .cta-button.phone-cta:hover:before {
    left: 100% !important;
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 4px 15px rgba(76, 175, 80, 0.4);
  }
  50% {
    box-shadow: 0 6px 25px rgba(76, 175, 80, 0.7);
  }
  100% {
    box-shadow: 0 4px 15px rgba(76, 175, 80, 0.4);
  }
}

/* Masquer le bouton d'appel sur desktop */
@media screen and (min-width: 769px) {
  .cta-button.phone-cta {
    display: none !important;
  }
}



/* ===== SUPPRESSION DES RONDS INUTILES EN BAS DE PAGE ===== */
@media (max-width: 768px) {
  /* Masquer les éléments burger qui apparaissent en bas */
  .burger.fixed-bottom,
  .burger-bottom,
  .navigation-dots,
  .page-indicators {
    display: none !important;
  }
  
  /* S'assurer que le burger menu principal reste visible */
  header .burger {
    display: flex !important;
    flex-direction: column !important;
  }
}

