.vr-cta-map {
    background: #fff;
    padding: clamp(28px, 6vw, 72px) 16px;
    color: #111;
    font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

.vrcta__container {
    max-width: 1200px;
    margin: 0 auto;
}

.vrcta__title {
    margin: 0 0 12px;
    text-align: center;
    font-weight: 800;
    font-size: clamp(24px, 3.2vw, 40px);
    line-height: 1.2;
}

.vrcta__lead {
    text-align: center;
    font-size: clamp(16px, 1.6vw, 22px);
    margin: 0 0 32px;
}

.vrcta__cta {
    text-align: center;
    margin: 0 0 24px;
}

.vrcta__grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: clamp(18px, 4vw, 48px);
    align-items: start;
    margin-top: 70px;
}

.map-embed {
    margin: 0;
}

.map-embed iframe {
    width: 100%;
    height: 360px;
    border: 0;
    display: block;
    border-radius: 10px;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.15);
}

.vrcta__office-title {
    font-size: clamp(18px, 2vw, 24px);
    font-weight: 800;
    margin: 0 0 8px;
}

.vrcta__list {
    list-style: none;
    margin: 16px 0 40px;
    padding: 0;
}

.vrcta__list li {
    padding-left: 28px;
    margin-bottom: 10px;
    line-height: 1.45;
    background-repeat: no-repeat;
    background-position: left 3px;
    transition: 0.25s ease;
    font-family: "Segoe UI", sans-serif;
    font-size: 16px;
}

.vrcta__list a {
    color: #666;
    font-family: "Segoe UI", sans-serif;
    font-size: 16px;
    transition: 0.25s ease;
}

.vrcta__list a:hover {
    color: var(--accent);
}

.vrcta__hours {
    margin: 8px 0 0;
    color: #6b6b6b;
    font-family: "Segoe UI", sans-serif;
    font-size: 16px;
}

@media (max-width: 899px) {
    .vrcta__grid {
        grid-template-columns: 1fr;
    }

    .map-embed iframe {
        height: 340px;
    }
}

@media (max-width: 575px) {
    .map-embed iframe {
        height: 300px;
    }
}
