body.contact-page {
    background:
        radial-gradient(circle at top left, rgba(229, 9, 20, 0.12), transparent 22%),
        linear-gradient(180deg, #050505 0%, #0b0b0b 100%);
}

.contact-hero {
    position: relative;
    padding: 158px 0 90px;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(5, 5, 5, 0.95), rgba(20, 7, 8, 0.86)),
        url("https://atlaspro9x.fr/wp-content/uploads/2026/01/6b41f756-7bd9-4d7c-96a1-f76b5866d0e5.webp")
            center/cover no-repeat;
}

.contact-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right, rgba(229, 9, 20, 0.22), transparent 28%);
    pointer-events: none;
}

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

.contact-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
    gap: 28px;
    align-items: center;
}

.contact-hero-copy {
    max-width: 700px;
}

.contact-hero-copy h1 {
    margin-bottom: 20px;
    color: #ffffff;
    font-size: clamp(3rem, 5.5vw, 5rem);
    line-height: 1.02;
    letter-spacing: -0.05em;
}

.contact-hero-text {
    max-width: 640px;
    margin-bottom: 28px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.04rem;
    line-height: 1.75;
}

.contact-hero-panel {
    padding: 28px;
    border-radius: 24px;
    background: rgba(12, 12, 12, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 16px 42px rgba(0, 0, 0, 0.26);
}

.contact-panel-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(229, 9, 20, 0.12);
    border: 1px solid rgba(229, 9, 20, 0.2);
    color: #ffffff;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.contact-hero-panel h2 {
    margin-bottom: 22px;
    color: #ffffff;
    font-size: clamp(1.8rem, 3vw, 2.45rem);
    line-height: 1.14;
}

.contact-panel-list {
    display: grid;
    gap: 12px;
}

.contact-panel-item {
    display: grid;
    grid-template-columns: 46px 1fr;
    gap: 14px;
    align-items: start;
    padding: 14px 0;
    border-radius: 0;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-width: 0 0 1px;
}

.contact-panel-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.contact-panel-item i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: rgba(229, 9, 20, 0.1);
    color: var(--home-accent);
    font-size: 1rem;
}

.contact-panel-item strong,
.contact-form-head h2 {
    display: block;
    color: #ffffff;
}

.contact-panel-item span,
.contact-form-head p,
.contact-form-note {
    color: rgba(255, 255, 255, 0.72);
}

.contact-main-section {
    padding-top: 72px;
}

.contact-layout {
    max-width: 760px;
    margin: 0 auto;
}

.contact-form-card {
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.22);
}

.contact-form-card {
    padding: 28px;
    background: linear-gradient(180deg, #151515 0%, #101010 100%);
}

.contact-form-head {
    margin-bottom: 20px;
    text-align: center;
}

.contact-form-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #ffffff;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.contact-form-head h2 {
    margin-bottom: 10px;
    font-size: clamp(1.8rem, 3vw, 2.35rem);
    line-height: 1.1;
}

.contact-form-note a {
    color: #ffffff;
    font-weight: 700;
}

.contact-page .form-control {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

.contact-page .form-control::placeholder {
    color: rgba(255, 255, 255, 0.42);
}

.contact-page .form-control:focus {
    border-color: rgba(229, 9, 20, 0.4);
    background: rgba(255, 255, 255, 0.06);
    box-shadow: 0 0 0 3px rgba(229, 9, 20, 0.12);
}

.contact-page .form-group label {
    color: rgba(255, 255, 255, 0.88);
}

.contact-page select.form-control option {
    color: #111111;
}

.contact-consent {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 4px 0 22px;
    cursor: pointer;
}

.contact-consent input {
    width: auto;
    margin-top: 4px;
}

.contact-consent span {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.92rem;
    line-height: 1.7;
}

.contact-submit {
    width: 100%;
}

.contact-form-note {
    margin-top: 16px;
    font-size: 0.92rem;
    text-align: center;
}

.contact-faq-section .faq-list {
    max-width: 860px;
    margin: 0 auto;
}

.contact-page .faq-item {
    background: linear-gradient(180deg, #141414 0%, #0f0f0f 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.contact-page .faq-question,
.contact-page .faq-answer-content {
    color: #ffffff;
}

.contact-page .faq-answer-content {
    color: rgba(255, 255, 255, 0.74);
}

@media (max-width: 1100px) {
    .contact-hero-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .contact-hero {
        padding: 140px 0 78px;
    }

    .contact-hero-panel,
    .contact-form-card {
        padding: 24px;
        border-radius: 24px;
    }

    .contact-panel-item i,
    .contact-panel-item i {
        width: 52px;
        height: 52px;
    }

    .contact-page .hero-buttons .btn {
        width: 100%;
    }
}
