/* Contact Us Figma refinements, deliberately scoped to this route. */
.contact-us-page .setu-stats-section {
    margin-bottom: 0;
}

.contact-us-page .setu-stat-item {
    padding-top: 28px;
    padding-bottom: 28px;
}

.contact-us-page .setu-stat-item h2 {
    margin-bottom: 10px;
}

.contact-us-page .new-presence-section {
    padding-bottom: 0;
    box-shadow: none;
}

.contact-us-page .map-section {
    padding: 0;
    background: #fff;
}

.contact-us-page .contact-map {
    display: block;
    width: 100%;
    height: clamp(420px, 36.8vw, 707px);
    overflow: hidden;
    background: #e7edf3;
}

.contact-us-page .contact-map img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 58%;
    transition: transform .25s ease;
}

.contact-us-page .contact-map:focus-visible {
    outline: 3px solid #1e40af;
    outline-offset: -3px;
}

.contact-us-page .contact-map:hover img {
    transform: scale(1.015);
}

.contact-us-page .contact-us-form-column {
    position: relative;
}

.contact-us-page .contact-us-form-heading {
    margin-bottom: 22px;
}

.contact-us-page .contact-us-form-heading h3 {
    margin: 0;
    color: #343a40;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.2;
}

.contact-us-page .contact-us-form-heading h3 span {
    color: #1e40af;
}

.contact-us-page .contact-us-form-heading p {
    margin: 8px 0 0;
    color: #55627e;
    font-family: Inter, sans-serif;
    font-size: 14px;
    line-height: 1.45;
}

.contact-us-page .contact-us-form-column .hero-content {
    padding: 0;
}

.contact-us-page .contact-us-form-column .landing-form-container {
    margin: 0;
}

@media (max-width: 991.98px) {
    /* base grid collapses to a cramped multi-column micro-grid below lg; force a clean 2-up */
    .contact-us-page .presence-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

    .contact-us-page .presence-card,
    .contact-us-page .presence-card-large {
        grid-column: auto;
        width: 100%;
        min-width: 0;
    }

    .contact-us-page .presence-card img,
    .contact-us-page .presence-card-large img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

@media (max-width: 767.98px) {
    .contact-us-page .setu-stat-item {
        padding-top: 22px;
        padding-bottom: 22px;
    }

    .contact-us-page .new-presence-section {
        padding-top: 52px;
    }

    .contact-us-page .presence-grid {
        margin-top: 26px;
    }

    .contact-us-page .contact-map {
        height: 420px;
    }

    .contact-us-page .contact-us-form-heading {
        margin-top: 30px;
    }
}

@media (max-width: 479.98px) {
    .contact-us-page .presence-grid {
        grid-template-columns: 1fr;
    }
}
