/* Page Contact — fondation Navy, split pro, carte grisée */
.contact-page {
    background: var(--tech-gray, #f4f7f6);
}

.contact-page__hero {
    background: linear-gradient(155deg, #0f1d36 0%, #1a2b4c 48%, #122038 100%);
    color: #fff;
    padding: clamp(72px, 12vh, 120px) 0 clamp(48px, 8vh, 80px);
    text-align: center;
}

.contact-page__eyebrow {
    margin: 0 0 14px;
    color: var(--green-pro, #2ecc71);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.contact-page__title {
    margin: 0 auto;
    max-width: 920px;
    font-family: Montserrat, Poppins, Inter, system-ui, sans-serif;
    font-size: clamp(34px, 5vw, 56px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.02em;
    color: #fff;
}

.contact-page__title span {
    color: var(--green-pro, #2ecc71);
}

.contact-page__lead {
    margin: 22px auto 0;
    max-width: 640px;
    font-size: 17px;
    line-height: 1.65;
    color: rgba(255, 255, 255, .92);
}

.contact-page__split {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 0;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    background: #fff;
    border: 1px solid #e4e9ef;
    border-top: 0;
    box-shadow: 0 28px 70px rgba(26, 43, 76, .08);
}

.contact-page__form-col {
    padding: clamp(40px, 6vw, 72px) clamp(28px, 5vw, 56px);
    border-right: 1px solid #e8ecf1;
}

.contact-page__form-title {
    margin: 0 0 10px;
    font-family: Montserrat, Poppins, Inter, sans-serif;
    font-size: clamp(22px, 2.4vw, 28px);
    font-weight: 800;
    color: var(--navy-pro, #1a2b4c);
}

.contact-page__form-intro {
    margin: 0 0 24px;
    font-size: 14px;
    color: #5b6478;
    line-height: 1.55;
}

.contact-page__flash {
    margin-bottom: 20px;
    padding: 14px 16px;
    border-radius: 10px;
    background: rgba(46, 204, 113, .12);
    border: 1px solid rgba(46, 204, 113, .35);
    color: #0f5132;
    font-weight: 700;
}

.contact-page__fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px 20px;
}

.contact-page__field--full {
    grid-column: 1 / -1;
}

.contact-page__label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #4a5468;
    margin-bottom: 8px;
}

.contact-page__form .contact-form__control {
    width: 100%;
    min-height: 50px;
    border: 1px solid #d5dde8;
    border-radius: 10px;
    background: #fafbfc;
    padding: 12px 14px;
    font: inherit;
    color: var(--navy-pro, #1a2b4c);
    transition: border-color .2s ease, box-shadow .2s ease;
}

.contact-page__form .contact-form__control:focus {
    outline: none;
    border-color: var(--green-pro, #2ecc71);
    box-shadow: 0 0 0 3px rgba(46, 204, 113, .2);
}

.contact-page__form .contact-form__control--textarea {
    min-height: 160px;
    resize: vertical;
}

.contact-page__consent {
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 10px;
    align-items: flex-start;
    margin-top: 18px;
    color: #4a5468;
    font-size: 13px;
    line-height: 1.55;
}

.contact-page__consent input {
    width: 18px;
    height: 18px;
    margin: 2px 0 0;
    accent-color: var(--green-pro, #2ecc71);
}

.contact-page__consent a {
    color: var(--navy-pro, #1a2b4c);
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.contact-page__security {
    margin-top: 18px;
}

.contact-page__honeypot,
.amiantix-honeypot {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.contact-page__captcha-note {
    margin: 0;
    padding: 12px 14px;
    border-left: 3px solid var(--green-pro, #2ecc71);
    background: #f4f7f6;
    color: #4a5468;
    font-size: 13px;
    line-height: 1.5;
}

.contact-page__captcha-note code {
    font-weight: 800;
    color: var(--navy-pro, #1a2b4c);
}

.contact-page__submit {
    margin-top: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 28px;
    border: 0;
    border-radius: 999px;
    background: var(--green-pro, #2ecc71);
    color: #fff;
    font-weight: 800;
    font-size: 15px;
    cursor: pointer;
    box-shadow: 0 14px 32px rgba(46, 204, 113, .28);
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.contact-page__submit:hover {
    transform: translateY(-2px);
    background: #25a85d;
    box-shadow: 0 18px 38px rgba(46, 204, 113, .35);
}

.contact-page__submit:disabled {
    opacity: .65;
    cursor: not-allowed;
    transform: none;
}

.contact-page__feedback {
    margin-top: 14px;
    font-weight: 700;
    min-height: 1.25em;
}

.contact-page__aside {
    padding: clamp(40px, 6vw, 72px) clamp(28px, 5vw, 48px);
    background-color: #44a946;
    color: #fff;
}

.contact-page__aside-kicker {
    margin: 0 0 10px;
    color: rgba(255, 255, 255, .9);
    font-size: 16px;
    font-weight: 700;
}

.contact-page__aside-title {
    margin: 0 0 22px;
    font-family: Montserrat, Poppins, Inter, sans-serif;
    font-size: clamp(24px, 3vw, 34px);
    line-height: 1.1;
    font-weight: 800;
    color: #fff;
}

.contact-page__info {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.contact-page__info li {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.contact-page__info-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    display: grid;
    place-items: center;
    color: #fff;
    margin-top: 1px;
}

.contact-page__info strong {
    display: inline;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: none;
    color: #fff;
    margin: 0 5px 0 0;
}

.contact-page__info p {
    margin: 2px 0 0;
    font-size: 16px;
    line-height: 1.55;
    color: #fff;
    font-weight: 600;
}

.contact-page__info a {
    color: #fff;
    font-weight: 800;
    text-decoration: none;
}

.contact-page__muted {
    font-size: 13px;
    color: #94a3b8;
    font-weight: 500;
}

.contact-page__map {
    margin: 0;
    padding: 0;
    background: var(--navy-pro, #1a2b4c);
}

.contact-page__map-frame {
    position: relative;
    width: 100%;
    min-height: 420px;
    overflow: hidden;
}

.contact-page__map-frame iframe {
    display: block;
    width: 100%;
    height: min(52vh, 560px);
    border: 0;
    filter: grayscale(1) contrast(1.05);
}

.contact-page__map-pin {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 28px;
    height: 28px;
    background: #e11d48;
    border: 3px solid #fff;
    border-radius: 50% 50% 50% 0;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .32);
    transform: translate(-50%, -100%) rotate(-45deg);
    z-index: 2;
    pointer-events: none;
}

.contact-page__map-pin::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #fff;
    transform: translate(-50%, -50%);
}

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

    .contact-page__form-col {
        border-right: 0;
        border-bottom: 1px solid #e8ecf1;
    }

    .contact-page__fields {
        grid-template-columns: 1fr;
    }

    .contact-page__field--full {
        grid-column: 1;
    }
}
