/* ===== SPECIALTY.CSS - STYLES POUR PAGES SPÉCIALISÉES =====
 * Styles spécifiques aux pages de spécialités (fétichiste, dominante, etc.)
 * Téléphone Rose Belgique - VERSION AÉRÉE
 */

/* ===== BREADCRUMB AMÉLIORÉ ===== */
.breadcrumb {
    background: rgba(0, 0, 0, 0.7);
    padding: 20px 0; /* Augmenté */
    border-bottom: 1px solid rgba(255, 20, 147, 0.3);
    backdrop-filter: blur(10px);
}

.breadcrumb a {
    color: #ff69b4;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 1.1rem; /* Augmenté */
    padding: 5px 10px; /* Ajouté */
    border-radius: 15px;
}

.breadcrumb a:hover {
    color: #ff1493;
    background: rgba(255, 20, 147, 0.1);
    transform: translateY(-2px);
}

.breadcrumb span {
    color: #fff;
    font-weight: bold;
    font-size: 1.1rem; /* Augmenté */
    padding: 5px 10px; /* Ajouté */
    background: rgba(255, 20, 147, 0.2);
    border-radius: 15px;
}

/* ===== HERO PAGES SPÉCIALISÉES - PLUS AÉRÉ ===== */
.page-hero {
    padding: 160px 0 120px 0; /* Augmenté pour plus d'air */
    text-align: center;
    position: relative;
    overflow: hidden;
    min-height: 80vh; /* Augmenté */
    display: flex;
    align-items: center;
}

.page-hero .hero-content {
    position: relative;
    z-index: 2;
    animation: heroSpecialtyFadeIn 2.5s ease-out;
}

.page-hero h1 {
    font-size: 4.5rem; /* Augmenté */
    margin-bottom: 50px; /* Augmenté */
    background: linear-gradient(45deg, #ff1493, #ff69b4, #ffb6c1, #ff1493);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 60px rgba(255, 20, 147, 0.9);
    animation: titleSpecialtyGlow 4s ease-in-out infinite alternate;
    line-height: 1.2; /* Plus aéré */
}

.page-hero .subtitle {
    font-size: 1.8rem; /* Augmenté */
    margin-bottom: 40px; /* Augmenté */
    opacity: 0.9;
    font-style: italic;
    line-height: 1.5; /* Plus aéré */
    color: #ffb6c1;
}

.page-hero .lead {
    font-size: 1.5rem; /* Augmenté */
    font-weight: bold;
    margin-bottom: 60px; /* Augmenté */
    color: #ff69b4;
    line-height: 1.7; /* Plus aéré */
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* ===== ANIMATIONS HERO SPÉCIALISÉES ===== */
@keyframes heroSpecialtyFadeIn {
    0% {
        opacity: 0;
        transform: translateY(80px) scale(0.9);
    }
    50% {
        opacity: 0.7;
        transform: translateY(20px) scale(0.95);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes titleSpecialtyGlow {
    from { 
        text-shadow: 0 0 30px rgba(255, 20, 147, 0.8), 0 0 60px rgba(255, 105, 180, 0.6); 
    }
    to { 
        text-shadow: 0 0 50px rgba(255, 20, 147, 1), 0 0 80px rgba(255, 105, 180, 0.9), 0 0 120px rgba(255, 182, 193, 0.7); 
    }
}

/* ===== INTRODUCTION SPÉCIALISÉE - AÉRÉE ===== */
.service-intro {
    background: linear-gradient(135deg, rgba(255, 20, 147, 0.05) 0%, rgba(139, 0, 139, 0.05) 100%);
    padding: 100px 0; /* Augmenté pour plus d'air */
}

.intro-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 80px; /* Augmenté */
    align-items: center;
}

.intro-text h2 {
    font-size: 3.2rem; /* Augmenté */
    margin-bottom: 40px; /* Augmenté */
    background: linear-gradient(45deg, #ff1493, #ff69b4);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.3; /* Plus aéré */
}

.intro-text p {
    font-size: 1.3rem; /* Augmenté */
    line-height: 1.8; /* Plus aéré */
    margin-bottom: 30px; /* Augmenté */
    color: rgba(255, 255, 255, 0.9);
}

.intro-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 25px; /* Augmenté */
    margin-top: 50px; /* Augmenté */
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 15px; /* Augmenté */
    background: rgba(255, 20, 147, 0.1);
    padding: 20px; /* Augmenté */
    border-radius: 15px;
    border: 1px solid rgba(255, 20, 147, 0.3);
    transition: all 0.3s ease;
}

.feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(255, 20, 147, 0.3);
    border-color: rgba(255, 20, 147, 0.5);
}

.feature-icon {
    font-size: 2rem; /* Augmenté */
    filter: drop-shadow(0 0 10px rgba(255, 20, 147, 0.7));
}

.feature-item span:last-child {
    font-weight: bold;
    color: #ff69b4;
    font-size: 1.1rem; /* Augmenté */
}

/* ===== GRILLE SPÉCIALITÉS - AÉRÉE ===== */
.specialties {
    padding: 120px 0; /* Augmenté pour plus d'air */
}

.specialties h2 {
    font-size: 3.5rem; /* Augmenté */
    margin-bottom: 60px; /* Augmenté */
    text-align: center;
    background: linear-gradient(45deg, #ff1493, #ff69b4);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.3; /* Plus aéré */
}

.specialties-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
    gap: 60px; /* Augmenté pour plus d'air */
    margin-bottom: 80px; /* Augmenté */
}

/* ===== CARTES SPÉCIALITÉS - AÉRÉES ===== */
.specialty-card {
    background: linear-gradient(135deg, rgba(255, 20, 147, 0.12) 0%, rgba(139, 0, 139, 0.12) 100%);
    backdrop-filter: blur(15px);
    padding: 55px; /* Augmenté pour plus d'air */
    border-radius: 30px;
    color: white;
    border: 1px solid rgba(255, 20, 147, 0.4);
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden;
    min-height: 600px; /* Augmenté */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    opacity: 0; /* Pour animation d'entrée */
    transform: translateY(50px); /* Pour animation d'entrée */
}

.specialty-card.visible {
    opacity: 1;
    transform: translateY(0);
}

.specialty-card:hover {
    transform: translateY(-20px) scale(1.03);
    box-shadow: 0 30px 80px rgba(255, 20, 147, 0.5);
    border-color: rgba(255, 20, 147, 0.7);
}

.specialty-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 20, 147, 0.15) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.6s ease;
    pointer-events: none;
}

.specialty-card:hover::before {
    opacity: 1;
}

.specialty-image {
    width: 100%;
    height: 250px; /* Augmenté */
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 30px; /* Augmenté */
    position: relative;
}

.specialty-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.specialty-card:hover .specialty-image img {
    transform: scale(1.1) rotate(1deg);
}

.specialty-card h3 {
    font-size: 2.2rem; /* Augmenté */
    margin-bottom: 25px; /* Augmenté */
    color: #ff69b4;
    line-height: 1.3; /* Plus aéré */
    text-align: center;
}

.specialty-card p {
    line-height: 1.8; /* Plus aéré */
    margin-bottom: 30px; /* Augmenté */
    font-size: 1.2rem; /* Augmenté */
    flex-grow: 1;
}

.specialty-features {
    list-style: none;
    margin: 30px 0; /* Augmenté */
    padding: 0;
}

.specialty-features li {
    padding: 12px 0; /* Augmenté */
    padding-left: 30px; /* Augmenté */
    position: relative;
    line-height: 1.7; /* Plus aéré */
    font-size: 1.1rem; /* Augmenté */
    transition: all 0.3s ease;
}

.specialty-features li::before {
    content: "✨";
    position: absolute;
    left: 0;
    color: #ff69b4;
    font-size: 1.3rem; /* Augmenté */
    animation: sparkle 2s ease-in-out infinite alternate;
}

.specialty-features li:hover {
    color: #ff69b4;
    padding-left: 35px;
}

@keyframes sparkle {
    from { opacity: 0.7; transform: scale(1); }
    to { opacity: 1; transform: scale(1.1); }
}

/* ===== MÉTHODE D'APPROCHE - AÉRÉE ===== */
.approach-method {
    background: rgba(0, 0, 0, 0.3);
    padding: 120px 0; /* Augmenté */
}

.approach-method h2 {
    font-size: 3.2rem; /* Augmenté */
    margin-bottom: 60px; /* Augmenté */
    text-align: center;
    background: linear-gradient(45deg, #ff1493, #ff69b4);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.3; /* Plus aéré */
}

.method-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 50px; /* Augmenté */
}

.method-item {
    text-align: center;
    padding: 50px; /* Augmenté */
    background: rgba(255, 20, 147, 0.1);
    border-radius: 25px;
    border: 1px solid rgba(255, 20, 147, 0.3);
    transition: all 0.4s ease;
}

.method-item:hover {
    transform: translateY(-10px) rotateY(5deg);
    box-shadow: 0 20px 50px rgba(255, 20, 147, 0.4);
    border-color: rgba(255, 20, 147, 0.6);
}

.method-icon {
    font-size: 4rem; /* Augmenté */
    margin-bottom: 30px; /* Augmenté */
    filter: drop-shadow(0 0 15px rgba(255, 20, 147, 0.8));
    animation: methodIconFloat 3s ease-in-out infinite alternate;
}

.method-item h3 {
    font-size: 1.8rem; /* Augmenté */
    margin-bottom: 20px; /* Augmenté */
    color: #ff69b4;
    line-height: 1.4; /* Plus aéré */
}

.method-item p {
    line-height: 1.7; /* Plus aéré */
    font-size: 1.2rem; /* Augmenté */
}

@keyframes methodIconFloat {
    from { transform: translateY(0) rotate(0deg); }
    to { transform: translateY(-10px) rotate(5deg); }
}

/* ===== FAQ SPÉCIALISÉE - AÉRÉE ===== */
.faq {
    padding: 120px 0; /* Augmenté */
    background: linear-gradient(135deg, rgba(255, 20, 147, 0.03) 0%, rgba(139, 0, 139, 0.03) 100%);
}

.faq h2 {
    font-size: 3.2rem; /* Augmenté */
    margin-bottom: 60px; /* Augmenté */
    text-align: center;
    background: linear-gradient(45deg, #ff1493, #ff69b4);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.3; /* Plus aéré */
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 40px; /* Augmenté */
}

.faq-item {
    background: rgba(255, 20, 147, 0.12);
    padding: 40px; /* Augmenté */
    border-radius: 20px;
    border: 1px solid rgba(255, 20, 147, 0.4);
    transition: all 0.4s ease;
    cursor: pointer;
}

.faq-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(255, 20, 147, 0.3);
    border-color: rgba(255, 20, 147, 0.6);
}

.faq-item h3 {
    color: #ff69b4;
    margin-bottom: 20px; /* Augmenté */
    font-size: 1.4rem; /* Augmenté */
    line-height: 1.5; /* Plus aéré */
    display: flex;
    align-items: center;
    gap: 10px;
}

.faq-item h3::before {
    content: "❓";
    font-size: 1.2rem;
    filter: drop-shadow(0 0 5px rgba(255, 20, 147, 0.7));
}

.faq-item p {
    line-height: 1.8; /* Plus aéré */
    font-size: 1.1rem; /* Augmenté */
}

/* ===== CONTENU SEO SPÉCIALISÉ - AÉRÉ ===== */
.seo-content-fetish {
    background: rgba(0, 0, 0, 0.4);
    padding: 120px 0; /* Augmenté */
}

.seo-content-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 80px; /* Augmenté */
    align-items: start;
}

.seo-text-column h2 {
    color: #ff69b4;
    margin-bottom: 40px; /* Augmenté */
    font-size: 2.8rem; /* Augmenté */
    line-height: 1.4; /* Plus aéré */
}

.seo-text-column h3 {
    color: #ff69b4;
    margin: 50px 0 25px 0; /* Augmenté */
    font-size: 1.8rem; /* Augmenté */
    line-height: 1.4; /* Plus aéré */
}

.seo-text-column p {
    line-height: 1.9; /* Plus aéré */
    margin-bottom: 25px; /* Augmenté */
    font-size: 1.2rem; /* Augmenté */
}

/* ===== PAGES CONNEXES - AÉRÉES ===== */
.related-pages {
    padding: 120px 0; /* Augmenté */
}

.related-pages h2 {
    font-size: 3.2rem; /* Augmenté */
    margin-bottom: 60px; /* Augmenté */
    text-align: center;
    background: linear-gradient(45deg, #ff1493, #ff69b4);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.3; /* Plus aéré */
}

.related-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 50px; /* Augmenté */
}

.related-item {
    background: rgba(255, 20, 147, 0.1);
    padding: 40px; /* Augmenté */
    border-radius: 25px;
    border: 1px solid rgba(255, 20, 147, 0.3);
    text-align: center;
    transition: all 0.4s ease;
}

.related-item:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 50px rgba(255, 20, 147, 0.4);
    border-color: rgba(255, 20, 147, 0.6);
}

.related-item img {
    width: 100%;
    height: 200px; /* Augmenté */
    object-fit: cover;
    border-radius: 15px;
    margin-bottom: 25px; /* Augmenté */
    transition: transform 0.3s ease;
}

.related-item:hover img {
    transform: scale(1.05);
}

.related-item h3 {
    font-size: 1.6rem; /* Augmenté */
    margin-bottom: 20px; /* Augmenté */
    color: #ff69b4;
    line-height: 1.4; /* Plus aéré */
}

.related-item p {
    line-height: 1.7; /* Plus aéré */
    margin-bottom: 25px; /* Augmenté */
    font-size: 1.1rem; /* Augmenté */
}

/* ===== ANIMATIONS SPÉCIALES ===== */
.specialty-card {
    animation: specialtyCardEntrance 1s ease-out;
    animation-delay: calc(var(--index) * 0.3s);
    animation-fill-mode: both;
}

@keyframes specialtyCardEntrance {
    0% {
        opacity: 0;
        transform: translateY(80px) rotateX(20deg);
    }
    50% {
        opacity: 0.5;
        transform: translateY(20px) rotateX(10deg);
    }
    100% {
        opacity: 1;
        transform: translateY(0) rotateX(0deg);
    }
}

/* Animation d'apparition en cascade */
.method-item {
    animation: methodItemSlide 0.8s ease-out;
    animation-delay: calc(var(--index) * 0.2s);
    animation-fill-mode: both;
    opacity: 0;
}

.method-item.visible {
    opacity: 1;
}

@keyframes methodItemSlide {
    from {
        opacity: 0;
        transform: translateX(-50px) rotateY(-15deg);
    }
    to {
        opacity: 1;
        transform: translateX(0) rotateY(0deg);
    }
}

/* ===== RESPONSIVE - AÉRÉ ===== */
@media (max-width: 1024px) {
    .intro-content, .seo-content-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    
    .specialties-grid {
        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
        gap: 40px;
    }
    
    .specialty-card {
        padding: 40px 30px;
        min-height: 550px;
    }
    
    .page-hero {
        padding: 140px 0 100px 0;
    }
    
    .page-hero h1 {
        font-size: 3.5rem;
        margin-bottom: 40px;
    }
    
    .page-hero .subtitle {
        font-size: 1.5rem;
        margin-bottom: 35px;
    }
    
    .page-hero .lead {
        font-size: 1.3rem;
        margin-bottom: 50px;
    }
}

@media (max-width: 768px) {
    .specialties-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }
    
    .specialty-card {
        padding: 35px 25px;
        min-height: 500px;
    }
    
    .specialty-image {
        height: 200px;
        margin-bottom: 25px;
    }
    
    .specialty-card h3 {
        font-size: 1.8rem;
        margin-bottom: 20px;
    }
    
    .specialty-card p {
        font-size: 1.1rem;
        margin-bottom: 25px;
    }
    
    .specialty-features li {
        padding: 10px 0;
        padding-left: 25px;
        font-size: 1rem;
    }
    
    .page-hero h1 {
        font-size: 2.8rem;
        margin-bottom: 35px;
    }
    
    .page-hero .subtitle {
        font-size: 1.3rem;
        margin-bottom: 30px;
    }
    
    .page-hero .lead {
        font-size: 1.2rem;
        margin-bottom: 40px;
    }
    
    .method-grid, .faq-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .method-item {
        padding: 35px 25px;
    }
    
    .method-icon {
        font-size: 3rem;
        margin-bottom: 25px;
    }
    
    .related-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .intro-features {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

@media (max-width: 480px) {
    .page-hero {
        padding: 120px 0 80px 0;
    }
    
    .page-hero h1 {
        font-size: 2.2rem;
        line-height: 1.3;
        margin-bottom: 30px;
    }
    
    .page-hero .subtitle {
        font-size: 1.1rem;
        margin-bottom: 25px;
    }
    
    .page-hero .lead {
        font-size: 1.1rem;
        margin-bottom: 35px;
    }
    
    .specialties,
    .approach-method,
    .faq,
    .seo-content-fetish,
    .related-pages {
        padding: 80px 0;
    }
    
    .service-intro {
        padding: 80px 0;
    }
    
    .specialty-card {
        padding: 30px 20px;
        min-height: 450px;
    }
    
    .specialty-image {
        height: 180px;
        margin-bottom: 20px;
    }
    
    .specialty-card h3 {
        font-size: 1.6rem;
        margin-bottom: 18px;
    }
    
    .specialty-card p {
        font-size: 1rem;
        margin-bottom: 20px;
    }
    
    .specialty-features li {
        padding: 8px 0;
        padding-left: 20px;
        font-size: 0.95rem;
    }
    
    .method-item {
        padding: 30px 20px;
    }
    
    .faq-item {
        padding: 30px 20px;
    }
    
    .related-item {
        padding: 30px 20px;
    }
    
    .breadcrumb {
        padding: 15px 0;
    }
    
    .breadcrumb a, .breadcrumb span {
        font-size: 1rem;
        padding: 3px 8px;
    }
}

/* ===== OPTIMISATIONS PERFORMANCE ===== */
.specialty-card, .method-item, .faq-item, .related-item {
    will-change: transform;
    backface-visibility: hidden;
    transform: translateZ(0);
}

.specialty-image img, .related-item img {
    will-change: transform;
    backface-visibility: hidden;
}

/* ===== ÉTATS FOCUS POUR ACCESSIBILITÉ ===== */
.faq-item:focus, .related-item:focus, .specialty-card:focus {
    outline: 3px solid #ff69b4;
    outline-offset: 3px;
    box-shadow: 0 0 0 6px rgba(255, 105, 180, 0.3);
}

/* ===== PRÉFÉRENCES UTILISATEUR ===== */
@media (prefers-reduced-motion: reduce) {
    .specialty-card, .method-item, .faq-item {
        animation: none;
        transition: none;
    }
    
    .method-icon {
        animation: none;
    }
    
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}