/* Contact Section - Halo lumineux orange */
.contact-section {
    background: var(--bg-main) !important;
    position: relative;
    overflow: hidden;
}

.contact-section::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(229, 90, 43, 0.08) 0%, rgba(229, 90, 43, 0.03) 40%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

.contact-section .container {
    position: relative;
    z-index: 1;
}

.contact-section .contact-container {
    position: relative;
    z-index: 1;
}
