.contact-template {
    padding-top: 96px;
    padding-bottom: 0;
}

.contact-template__grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 32px;
    align-items: start;
}

.contact-template__map-card {
    background: #fff;
    padding: 32px;
    border-radius: 12px;
    margin-top: 96px;
}

.contact-template__map-card h2 {
    color: #1700FF;
    font-family: "ClashDisplay-SemiBold";
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 8px;
}

.contact-template__map-address {
    color: #555;
    margin-bottom: 16px;
}

.contact-template__map iframe {
    width: 100%;
    height: 320px;
    border: 0;
    border-radius: 12px;
}

/* Devis pages — simplified layout (form only, no grid) */
.contact-template--devis {
    padding-bottom: 96px;
}

.contact-template--devis .contact-embed {
    max-width: 720px;
    margin: 0 auto;
}

@media (max-width: 1460px) {
    .contact-template__grid {
        grid-template-columns: 1fr;
    }
}
