.fwv-hero .fwk-hero__media::after {
    background: linear-gradient(90deg, rgba(10, 13, 15, .96) 0%, rgba(10, 13, 15, .84) 44%, rgba(10, 13, 15, .22) 78%, rgba(10, 13, 15, .06) 100%);
}

.fwv-hero .fwk-hero__media img {
    object-position: 68% center;
}

.fwv-hero .fwk-hero__copy {
    max-width: 900px;
}

.fwv-reference-links {
    display: grid;
    gap: 6px;
}

.fwv-reference-links a {
    display: inline-block;
}

.fwv-dark-intro {
    max-width: 830px;
    margin-top: 18px !important;
    color: #c9c5bf;
}

.fwv-process a {
    color: #171717;
}

.fwv-buyer-checklist {
    border: 1px solid rgba(255, 255, 255, .12);
    background: #252525;
}

.fwv-contact-lines {
    margin-top: 22px !important;
    font-weight: 700;
}

.fwv-contact-lines a {
    color: #fff;
}

.fwv-form-kicker {
    color: #a95e10;
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.fwv-form-note {
    margin: 8px 0 22px !important;
    color: #66645f;
    font-size: .9rem;
}

.fwv-mobile-cta {
    display: none;
}

@media (max-width: 767px) {
    .fwv-hero .fwk-hero__media::after {
        background: linear-gradient(180deg, rgba(10, 13, 15, .55), rgba(10, 13, 15, .97) 65%);
    }

    .fwv-hero .fwk-hero__media img {
        object-position: 64% center;
    }

    .fwv-vanity {
        padding-bottom: 66px;
    }

    .fwv-mobile-cta {
        position: fixed;
        z-index: 999;
        right: 14px;
        bottom: 12px;
        left: 14px;
        display: flex;
        min-height: 50px;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
        color: #fff;
        background: #ce791c;
        box-shadow: 0 10px 28px rgba(0, 0, 0, .28);
        font-weight: 800;
        text-decoration: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .fwv-mobile-cta {
        scroll-behavior: auto;
    }
}
