/* Corrections pour la section 360° */

/* Trait rose sous le titre au lieu de vert */
.section-header h2::after {
    background: #FF0080 !important;
}

/* Hover rose au lieu de vert pour les cards 360 */
.service-360-card:hover .service-360-overlay {
    background: linear-gradient(180deg, rgba(255, 0, 128, 0.7) 0%, rgba(10, 14, 39, 0.95) 100%);
}

.service-360-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(255, 0, 128, 0.4);
}
