/* ===== INDEX.CSS - STYLES SPÉCIFIQUES À LA PAGE D'ACCUEIL =====
 * Styles uniquement pour index.html
 * Téléphone Rose Belgique - VERSION AÉRÉE
 */

/* ===== CORRECTION TÉMOIGNAGES - PRIORITÉ ABSOLUE ===== */
.testimonials-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
    gap: 40px !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.testimonial {
    background: rgba(255, 20, 147, 0.15) !important;
    backdrop-filter: blur(15px) !important;
    padding: 40px !important;
    border-radius: 20px !important;
    border: 1px solid rgba(255, 20, 147, 0.4) !important;
    text-align: center !important;
    transition: all 0.3s ease !important;
    position: relative !important;
    min-height: 220px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

.testimonial:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 15px 35px rgba(255, 20, 147, 0.3) !important;
    border-color: rgba(255, 20, 147, 0.5) !important;
}

.testimonial-icon {
    font-size: 3rem !important;
    margin-bottom: 25px !important;
    filter: drop-shadow(0 0 10px rgba(255, 20, 147, 0.7)) !important;
    display: block !important;
    opacity: 1 !important;
}

.testimonial blockquote {
    font-style: italic !important;
    font-size: 1.2rem !important;
    margin: 25px 0 !important;
    line-height: 1.6 !important;
    color: #fff !important;
    position: relative !important;
    padding: 25px 0 !important;
    z-index: 2 !important;
    flex-grow: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.testimonial blockquote::before {
    content: '"' !important;
    font-size: 2.5rem !important;
    color: #ff69b4 !important;
    position: absolute !important;
    top: 0px !important;
    left: 5px !important;
    font-family: serif !important;
    line-height: 1 !important;
    z-index: 1 !important;
    opacity: 1 !important;
}

.testimonial blockquote::after {
    content: '"' !important;
    font-size: 2.5rem !important;
    color: #ff69b4 !important;
    position: absolute !important;
    bottom: 0px !important;
    right: 5px !important;
    font-family: serif !important;
    line-height: 1 !important;
    z-index: 1 !important;
    opacity: 1 !important;
}

.testimonial cite {
    color: #ff69b4 !important;
    font-weight: bold !important;
    font-style: normal !important;
    display: block !important;
    margin: 20px 0 !important;
    font-size: 1rem !important;
    opacity: 1 !important;
}

.testimonial .rating {
    font-size: 1.2rem !important;
    margin-top: 15px !important;
    filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.5)) !important;
    display: block !important;
    opacity: 1 !important;
}

/* ===== ESPACEMENT AGRANDI - PLUS AÉRÉ ===== */

/* Section Hero - Plus d'espace */
.hero {
    position: relative;
    background-attachment: fixed;
    padding: 140px 0 100px 0; /* Augmenté pour plus d'air */
    margin-bottom: 0;
}

/* Section Services - Plus d'espacement */
.services {
    background: linear-gradient(135deg, rgba(255, 20, 147, 0.05) 0%, rgba(139, 0, 139, 0.05) 100%);
    padding: 80px 0 90px 0; /* Augmenté */
}

.services h2 {
    margin-bottom: 50px; /* Augmenté */
}

.services .section-intro {
    margin-bottom: 50px; /* Augmenté */
}

.services .services-grid {
    margin-bottom: 60px; /* Augmenté */
}

/* Section Approaches (L'univers) - Plus d'espace */
.approaches {
    background: rgba(0, 0, 0, 0.2);
    padding: 80px 0 90px 0; /* Augmenté */
}

.approaches h2 {
    margin-bottom: 50px; /* Augmenté */
}

.approaches .section-intro {
    margin-bottom: 50px; /* Augmenté */
}

/* Section Témoignages - Plus aéré */
.testimonials {
    padding: 80px 0 90px 0; /* Augmenté */
}

.testimonials h2 {
    margin-bottom: 50px; /* Augmenté */
}

/* Section SEO - Plus d'espace */
.seo-text {
    background: rgba(0, 0, 0, 0.3);
    padding: 80px 0 90px 0; /* Augmenté */
}

.seo-text h2 {
    margin-bottom: 50px;
}

.seo-features {
    margin-top: 50px; /* Augmenté */
}

/* Section Legal - Plus d'espace */
.legal-info {
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    padding: 90px 0 100px 0; /* Augmenté pour la dernière section */
}

/* ===== ESPACEMENT GLOBAL SECTIONS - AÉRÉ ===== */

/* Plus d'espace entre sections */
section + section {
    margin-top: 0; /* Supprimé le rapprochement */
}

/* H2 avec plus d'espace */
section h2 {
    font-size: 3rem; /* Augmenté de 2.6rem */
    margin-bottom: 50px; /* Augmenté */
}

/* Section-intro plus aérée */
.section-intro {
    text-align: center;
    font-size: 1.3rem; /* Augmenté */
    margin-bottom: 50px; /* Augmenté */
    opacity: 0.9;
    max-width: 900px; /* Augmenté */
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7; /* Plus d'espace entre lignes */
}

/* ===== GRILLES PLUS AÉRÉES ===== */
.approaches-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px; /* Augmenté */
}

.approach-item {
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    padding: 45px; /* Augmenté */
}

.approach-item:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 25px 60px rgba(255, 20, 147, 0.3);
}

/* ===== HERO SPÉCIFIQUE ACCUEIL - AÉRÉ ===== */
.hero-content {
    animation: heroFadeIn 2s ease-out;
}

.hero h1 {
    margin-bottom: 40px; /* Augmenté */
}

.hero .subtitle {
    margin-bottom: 60px; /* Augmenté */
}

@keyframes heroFadeIn {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ===== CARTES SERVICES PLUS AÉRÉES ===== */
.service-card {
    padding: 45px; /* Augmenté */
    margin-bottom: 30px; /* Ajouté */
}

.service-image {
    height: 220px; /* Augmenté */
    margin-bottom: 25px; /* Augmenté */
}

.service-card h3 {
    margin-bottom: 20px; /* Augmenté */
    font-size: 1.9rem; /* Augmenté */
}

.service-card p {
    margin-bottom: 25px; /* Augmenté */
    line-height: 1.7; /* Plus aéré */
}

/* ===== CARTES APPROCHES PLUS AÉRÉES ===== */
.approach-image {
    height: 220px; /* Augmenté */
    margin-bottom: 25px; /* Augmenté */
}

.approach-item h3 {
    margin-bottom: 20px; /* Augmenté */
    font-size: 1.9rem; /* Augmenté */
}

.approach-item p {
    margin-bottom: 25px; /* Augmenté */
    line-height: 1.7; /* Plus aéré */
}

/* ===== SEO FEATURES PLUS AÉRÉES ===== */
.seo-features {
    gap: 40px; /* Augmenté */
}

.feature {
    padding: 30px; /* Augmenté */
}

.feature h4 {
    margin-bottom: 20px; /* Augmenté */
    font-size: 1.3rem; /* Augmenté */
}

/* ===== RESPONSIVE AÉRÉ ===== */
@media (max-width: 768px) {
    /* Maintenir l'aération sur mobile */
    .hero {
        padding: 120px 0 80px 0;
    }
    
    .services,
    .approaches,
    .testimonials,
    .seo-text {
        padding: 70px 0 80px 0;
    }
    
    section h2 {
        font-size: 2.5rem;
        margin-bottom: 40px;
    }
    
    .section-intro {
        margin-bottom: 40px;
        font-size: 1.2rem;
    }
    
    .services .services-grid,
    .approaches .approaches-list {
        margin-bottom: 40px;
    }
    
    .testimonials-grid {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
    }
    
    .testimonial {
        padding: 35px !important;
        min-height: 200px !important;
    }
    
    .testimonial blockquote {
        font-size: 1.1rem !important;
        padding: 20px 0 !important;
        margin: 20px 0 !important;
    }
    
    .testimonial-icon {
        font-size: 2.5rem !important;
        margin-bottom: 20px !important;
    }
    
    .testimonial blockquote::before,
    .testimonial blockquote::after {
        font-size: 2rem !important;
    }
    
    .approaches-list {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .approach-item,
    .service-card {
        padding: 35px 25px;
    }
}

@media (max-width: 480px) {
    .hero {
        padding: 100px 0 70px 0;
    }
    
    .hero h1 {
        font-size: 2.2rem;
        line-height: 1.3;
        margin-bottom: 30px;
    }
    
    .services,
    .approaches,
    .testimonials,
    .seo-text {
        padding: 60px 0 70px 0;
    }
    
    section h2 {
        font-size: 2.2rem;
        margin-bottom: 35px;
    }
    
    .section-intro {
        margin-bottom: 35px;
        font-size: 1.1rem;
    }
    
    .testimonial {
        padding: 30px !important;
        min-height: 180px !important;
    }
    
    .testimonial blockquote {
        font-size: 1rem !important;
        margin: 18px 0 !important;
    }
    
    .approaches-list {
        gap: 25px;
    }
    
    .approach-item {
        padding: 30px 20px;
    }
}

/* ===== OPTIMISATIONS PERFORMANCE ACCUEIL ===== */
.hero-bg-image {
    will-change: transform;
    backface-visibility: hidden;
}

.service-card, .approach-item {
    will-change: transform;
    backface-visibility: hidden;
}

/* ===== CORRECTION FINALE TÉMOIGNAGES ===== */
/* Force l'affichage avec la plus haute priorité CSS */
body .testimonials .testimonials-grid .testimonial {
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

/* Supprime tout style qui pourrait cacher les témoignages */
.testimonial[style*="opacity: 0"],
.testimonial[style*="display: none"],
.testimonial[style*="visibility: hidden"] {
    opacity: 1 !important;
    display: flex !important;
    visibility: visible !important;
}

/* ===== STYLES UNIQUES POUR L'ACCUEIL ===== */
.hero .service-link {
    font-size: 1.4rem;
    padding: 25px 50px;
    box-shadow: 0 15px 40px rgba(255, 20, 147, 0.5);
    margin-top: 20px; /* Plus d'espace */
}

.section-intro .phone-display {
    background: rgba(255, 20, 147, 0.1);
    padding: 10px 18px; /* Augmenté */
    border-radius: 25px; /* Augmenté */
    border: 1px solid rgba(255, 20, 147, 0.3);
    margin: 10px 5px; /* Ajouté */
}

/* ===== EFFET PARALLAX LÉGER ===== */
@media (min-width: 768px) {
    .hero-bg-image {
        transform: translateZ(0);
        will-change: transform;
    }
    
    .hero:hover .hero-bg-image {
        transform: scale(1.02);
        transition: transform 3s ease-out;
    }
}

/* ===== ANIMATIONS SPÉCIALES ACCUEIL ===== */
.service-card {
    animation: slideInFromLeft 1s ease-out;
    animation-delay: calc(var(--index) * 0.2s);
    animation-fill-mode: both;
}

.approach-item {
    animation: slideInFromRight 1s ease-out;
    animation-delay: calc(var(--index) * 0.1s);
    animation-fill-mode: both;
}

@keyframes slideInFromLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInFromRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* ===== EFFETS HOVER SPÉCIAUX ACCUEIL ===== */
.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, transparent, rgba(255, 20, 147, 0.1), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.service-card:hover::before {
    opacity: 1;
}