/* ============================================================
   STYLES ADDITIONNELS POUR RITUELS.CSS
   À ajouter à la fin de votre fichier rituels.css existant
============================================================ */

/* Détails des rituels (cachés par défaut) */
.ritual-details {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    margin-top: 0;
}

.ritual-details.active {
    max-height: 300px;
    opacity: 1;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 2px dashed rgba(227, 222, 217, 0.6);
}

.ritual-description {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #5a4d42;
    text-align: justify;
    font-style: italic;
    margin: 0;
    padding: 0 0.5rem;
}

/* Bouton Découvrir */
.btn-discover {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    padding: 0.8rem 1.5rem;
    background: linear-gradient(135deg, rgba(154, 139, 120, 0.1) 0%, rgba(196, 186, 174, 0.15) 100%);
    border: 2px solid var(--color-moyenne);
    color: var(--color-brun-chaud);
    border-radius: 12px;
    font-weight: 500;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    margin-top: 1.5rem;
}

.btn-discover:hover {
    background: linear-gradient(135deg, rgba(154, 139, 120, 0.15) 0%, rgba(196, 186, 174, 0.25) 100%);
    border-color: var(--color-fonce);
    transform: translateY(-2px);
}

.btn-discover i {
    transition: transform 0.3s ease;
}

.btn-discover.active i {
    transform: rotate(180deg);
}

.btn-discover.active .discover-text::after {
    content: " les détails";
}

/* Bouton Réserver sur les cartes */
.btn-reserver {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    width: 100%;
    padding: 1rem 1.5rem;
    background: linear-gradient(135deg, var(--color-fonce) 0%, #b09a85 100%);
    color: #fff;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    margin-top: 1.5rem;
    box-shadow: 0 4px 15px rgba(154, 139, 120, 0.25);
}

.btn-reserver:hover {
    background: linear-gradient(135deg, var(--color-brun-chaud) 0%, #9a8b78 100%);
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(154, 139, 120, 0.35);
}

.btn-reserver i {
    font-size: 1.1rem;
}

/* Encadré mise en avant - Massage Assis */
.massage-assis-highlight-box {
    max-width: 900px;
    margin: 0 auto 3rem;
    background: linear-gradient(145deg, #fff9f0 0%, #fef8f3 100%);
    padding: 2rem 2.5rem;
    border-radius: 20px;
    border: 2px solid var(--color-fonce);
    box-shadow: 
        0 8px 30px rgba(154, 139, 120, 0.12),
        0 2px 8px rgba(0, 0, 0, 0.06);
    display: flex;
    align-items: center;
    gap: 2rem;
}

.highlight-icon {
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--color-fonce) 0%, #d4a574 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(154, 139, 120, 0.3);
}

.highlight-icon i {
    font-size: 2rem;
    color: #fff;
}

.highlight-content {
    flex: 1;
}

.highlight-content p {
    margin: 0.5rem 0;
    color: #5a4d42;
    line-height: 1.6;
}

.highlight-content strong {
    color: var(--color-brun-chaud);
    font-size: 1.05rem;
}

.highlight-emphasis {
    font-size: 1.15rem;
    color: var(--color-fonce);
    font-weight: 600;
    font-style: italic;
    margin-top: 0.8rem !important;
}

/* Tag "Massage assis" */
.massage-tag {
    position: absolute;
    top: 15px;
    left: 15px;
    background: linear-gradient(135deg, var(--color-brun-chaud) 0%, var(--color-fonce) 100%);
    color: #fff;
    padding: 0.4rem 1rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.assis-card {
    position: relative;
}

/* Bouton Réserver - Massage Assis */
.btn-reserver-assis {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    width: 100%;
    padding: 0.9rem 1.5rem;
    background: linear-gradient(135deg, var(--color-fonce) 0%, #b09a85 100%);
    color: #fff;
    border-radius: 50px;
    font-weight: 500;
    font-size: 0.95rem;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    margin-top: 1.5rem;
    box-shadow: 0 3px 12px rgba(154, 139, 120, 0.2);
}

.btn-reserver-assis:hover {
    background: linear-gradient(135deg, var(--color-brun-chaud) 0%, #9a8b78 100%);
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(154, 139, 120, 0.3);
}

/* Modalités d'intervention */
.modalites-intervention {
    max-width: 900px;
    margin: 3rem auto 0;
    background: linear-gradient(145deg, #ffffff 0%, #fdfcfb 100%);
    padding: 2rem 2.5rem;
    border-radius: 16px;
    border-left: 5px solid var(--color-fonce);
    box-shadow: 
        0 6px 25px rgba(154, 139, 120, 0.1),
        0 2px 8px rgba(0, 0, 0, 0.04);
}

.modalites-intervention h4 {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    font-size: 1.3rem;
    color: var(--color-brun-chaud);
    margin: 0 0 1rem;
    font-weight: 600;
}

.modalites-intervention h4 i {
    color: var(--color-fonce);
    font-size: 1.5rem;
}

.modalites-intervention p {
    margin: 0;
    color: #5a4d42;
    line-height: 1.7;
    font-size: 1rem;
}

/* Responsive */
@media screen and (max-width: 768px) {
    .massage-assis-highlight-box {
        flex-direction: column;
        text-align: center;
        padding: 1.5rem;
    }
    
    .highlight-icon {
        width: 60px;
        height: 60px;
    }
    
    .highlight-icon i {
        font-size: 1.6rem;
    }
    
    .modalites-intervention {
        padding: 1.5rem;
    }
    
    .btn-discover,
    .btn-reserver,
    .btn-reserver-assis {
        font-size: 0.9rem;
        padding: 0.8rem 1.2rem;
    }
}