/* ============================================
   SECTION TRAITEMENT DES MÉTAUX - VIDÉO SABLAGE VISIBLE
   ============================================ */

/* Section Metals */
.metals-section {
    position: relative !important;
    background: #ffffff !important;
    padding: 120px 0 !important;
    overflow: hidden !important;
}

/* Container vidéo */
.metals-video-background {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 0 !important;
    overflow: hidden !important;
}

/* Vidéo sablage - 100% VISIBLE */
.metals-video-background video,
.metals-video {
    display: block !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    min-width: 100% !important;
    min-height: 100% !important;
    width: auto !important;
    height: auto !important;
    transform: translate(-50%, -50%) !important;
    object-fit: cover !important;
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 0 !important;
}

/* SUPPRIMER l'overlay */
.metals-video-overlay {
    display: none !important;
    content: none !important;
    background: none !important;
}

/* Container au-dessus de la vidéo */
.metals-section .container-fullwidth {
    position: relative !important;
    z-index: 2 !important;
}

/* Content avec card semi-transparente - AMÉLIORÉE */
.metals-content {
    max-width: 1000px !important;
    margin: 0 auto !important;
    background: rgba(0, 31, 63, 0.90) !important;
    padding: 70px 60px !important;
    border-radius: 20px !important;
    border: 3px solid rgba(212, 175, 55, 0.6) !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(15px) !important;
}

/* Badge DORÉ */
.metals-section .section-badge,
.metals-section .section-badge-light {
    background: #d4af37 !important;
    border: 1px solid #d4af37 !important;
    color: #001f3f !important;
    padding: 10px 24px !important;
    border-radius: 50px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    display: inline-block !important;
    margin-bottom: 24px !important;
}

/* Titre en BLANC - AMÉLIORÉ */
.metals-section h2,
.metals-section .section-title,
.metals-section .section-title-light {
    color: #ffffff !important;
    font-size: 52px !important;
    font-weight: 800 !important;
    margin-bottom: 30px !important;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.7) !important;
    line-height: 1.15 !important;
    letter-spacing: -1px !important;
}

/* Sous-titre en BLANC - AMÉLIORÉ */
.metals-section .section-subtitle,
.metals-section .section-subtitle-light {
    color: #ffffff !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    margin-bottom: 50px !important;
    text-shadow: 0 3px 12px rgba(0, 0, 0, 0.6) !important;
    line-height: 1.5 !important;
    opacity: 0.95 !important;
}

/* Texte en BLANC - AMÉLIORÉ AVEC STRUCTURE */
.metals-section p,
.metals-section .metals-paragraph {
    color: #ffffff !important;
    font-size: 18px !important;
    line-height: 2 !important;
    margin-bottom: 35px !important;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6) !important;
    text-align: left !important;
}

/* Premier paragraphe plus grand */
.metals-section p:first-of-type {
    font-size: 20px !important;
    font-weight: 600 !important;
    margin-bottom: 40px !important;
    line-height: 2.1 !important;
}

/* Mots-clés en DORÉ pour contraste */
.metals-section strong {
    color: #ffd700 !important;
    font-weight: 800 !important;
    text-shadow: 0 2px 10px rgba(255, 215, 0, 0.4) !important;
}

/* Bouton */
.btn-light-outline {
    display: inline-flex !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 16px 36px !important;
    background: #d4af37 !important;
    border: 2px solid #d4af37 !important;
    color: #001f3f !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    border-radius: 50px !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    text-shadow: none !important;
    margin-top: 20px !important;
}

.btn-light-outline:hover {
    background: transparent !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 24px rgba(212, 175, 55, 0.6) !important;
}

.btn-light-outline svg {
    stroke: currentColor !important;
}

/* Text content */
.metals-text-content {
    margin-top: 30px !important;
}

/* Séparateur doré entre sections de texte */
.metals-text-content::before {
    content: '' !important;
    display: block !important;
    width: 80px !important;
    height: 4px !important;
    background: linear-gradient(90deg, #d4af37, #ffd700) !important;
    margin: 30px 0 !important;
    border-radius: 2px !important;
}

/* Mobile */
@media (max-width: 768px) {
    .metals-section {
        padding: 80px 0 !important;
    }
    
    .metals-content {
        padding: 40px 30px !important;
    }
    
    .metals-section .section-title {
        font-size: 36px !important;
    }
    
    .metals-section .section-subtitle {
        font-size: 18px !important;
    }
    
    .metals-section p {
        font-size: 16px !important;
    }
}
