.vr-cta {
    position: relative;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat;
    color: #fff;
    min-height: clamp(420px, 60vh, 720px);
    display: grid;
    place-items: center;
    isolation: isolate;
}

.vr-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 0;
}

.vr-cta__inner {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1200px;
    padding: clamp(12px, 6vw, 30px) 20px;
    margin-inline: auto;
}

.vr-cta__copy {
    max-width: 920px;
    margin-inline: auto;
    text-align: center;
    text-wrap: balance;
}

.vr-cta__title {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: clamp(26px, 4vw, 42px);
    line-height: 1.15;
    margin: 0 0 8px;
    color: #fff;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.9), 0 0 12px rgba(0, 0, 0, 0.8);
}

.vr-cta__lead {
    font-weight: 700;
    font-size: clamp(26px, 4vw, 42px);
    margin: 0 0 10px;
    color: #fff;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.9), 0 0 12px rgba(0, 0, 0, 0.8);
}

.vr-cta__line {
    font-size: clamp(16px, 2.1vw, 26px);
    margin: 0 0 6px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.9), 0 0 12px rgba(0, 0, 0, 0.8);
}

.vr-cta__strong {
    font-weight: 800;
    font-size: clamp(18px, 2.6vw, 30px);
    margin: clamp(12px, 2vw, 18px) 0 clamp(18px, 2.6vw, 26px);
    color: #fff;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.9), 0 0 12px rgba(0, 0, 0, 0.8);
}

.vr-cta__strong span {
    text-decoration: underline;
}

.vr-cta .btn {
    display: inline-block;
    padding: 12px 22px;
    border-radius: 9999px;
    font-weight: 700;
    text-decoration: none;
    line-height: 26px;
}

@media (min-width: 1200px) {
    .vr-cta__copy {
        max-width: 1000px;
    }
}

@media (max-width: 1199px) and (min-width: 900px) {
    .vr-cta {
        min-height: 56vh;
    }
}

@media (max-width: 899px) and (min-width: 600px) {
    .vr-cta {
        min-height: 52vh;
    }

    .vr-cta__lead,
    .vr-cta__line {
        line-height: 1.35;
    }
}

@media (max-width: 599px) {
    .vr-cta {
        min-height: 48vh;
    }

    .vr-cta__copy {
        max-width: 95%;
    }

    .vr-cta__title {
        line-height: 1.2;
    }

    .vr-cta .btn {
        height: auto;
        padding: 12px 18px;
        line-height: 1.25;
        white-space: normal;
        text-align: center;
        border-radius: 9999px !important;
    }

    .vr-cta .btn.btn-primary {
        font-size: 15px;
        letter-spacing: 0.02em;
    }
}
