.fws-hero .fwk-hero__media::after {
    background: linear-gradient(90deg, rgba(8, 11, 13, .96) 0%, rgba(8, 11, 13, .84) 44%, rgba(8, 11, 13, .18) 78%, rgba(8, 11, 13, .04) 100%);
}

.fws-hero .fwk-hero__media img {
    object-position: 66% center;
}

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 767px) {
    .fws-hero .fwk-hero__media::after {
        background: linear-gradient(180deg, rgba(8, 11, 13, .52), rgba(8, 11, 13, .97) 66%);
    }

    .fws-hero .fwk-hero__media img {
        object-position: 62% center;
    }

    .fws-shower {
        padding-bottom: 66px;
    }

    .fws-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) {
    .fws-mobile-cta {
        scroll-behavior: auto;
    }
}
