.vr-cta-final {
    position: relative;
    background: var(--bg) center top / cover no-repeat !important;
    color: #fff;
    padding: 32px 16px;
    text-align: center;
    isolation: isolate;
}

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

.vr-cta-final__inner {
    max-width: 1200px;
    margin: 0 auto;
}

.vr-cta-final__copy {
    max-width: 980px;
    margin: 0 auto;
    color: #fff;
}

.vr-cta-final__title {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: clamp(28px, 4.8vw, 46px);
    line-height: 1.15;
    padding: 0 0 32px;
    color: #fff;
}

.vr-cta-final__lead {
    padding: 0 0 20px;
    font-weight: 700;
    font-size: clamp(16px, 2.1vw, 22px);
    color: #fff;
}

.vr-cta-final__list {
    list-style: none;
    margin: clamp(14px, 3vw, 24px) auto clamp(22px, 3.4vw, 32px);
    padding: 0;
    display: grid;
    gap: 10px;
    font-size: clamp(15px, 1.9vw, 18px);
    font-weight: 500;
    color: #fff;
    max-width: 640px;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.9), 0 0 12px rgba(0, 0, 0, 0.8);
}

.vr-cta-final__list li {
    display: flex;
    align-items: flex-start;
    text-align: left;
    color: #fff;
}

.vr-cta-final__list li::before {
    content: "✓";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    flex-shrink: 0;
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    color: #fff;
}

.vr-cta-final .hero-home-cta .btn {
    border-radius: 9999px;
}

.vr-cta-final .hero-home-cta a {
    line-height: 1 !important;
}

.center-btn {
    display: flex;
    justify-content: center;
}
