#hero > .row-bg-wrap {
    background: radial-gradient(260% 60% at top center, #112B23 5%, #24433A 11%, #789965 20%, var(--color-accent) 30%, var(--bg-light) 45%);
}

div#how-it-works {
    padding: 5rem 9 !important;
}

#how-it-works .one-fourths.clear-both {
    padding: 0 3rem;
}

#how-it-works p {
    font-size: 0.9rem;
    color: #839b94 !important;
    margin-top: 1rem;
    line-height: 1.5rem;
}

#why-host .carousel-dynamic-wrapper {
    margin-top: -2rem;
    overflow: visible !important;
}

#why-host .wpb_row:not(.full-width-section):not(.full-width-content) {
    margin: 0;
}

body #how-it-works.full-width-section .row-bg-wrap {
    margin-left: calc(-100vw);
    width: 100vw;
    width: calc(200vw);
}

.host-before-footer-button {
    margin: 5rem auto 0 !important;
    max-width: 24rem !important;
}
.host-before-footer-button span {
    color: #fff !important;
}
#hero .column-bg-overlay-wrap.column-bg-layer {
    background: none !important;
    background-color: transparent !important;
    transition: opacity .45s cubic-bezier(.25,1,.33,1) !important;
}

.vc_column-inner .column-overlay-layer {
    background: none !important;
}

.host-full-width-images-row-1 {
    margin-bottom: 0 !important;
}

.why-host-right .wpb_wrapper {
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
}

.secondary-button-container .nectar-button.regular-button.extra-color-1 {
    background: none !important;
    color: #262827;
    border: 1px solid #2628277d !important;
    max-width: 15rem;
    transition: all 0.3s ease-in-out;
}
.secondary-button-container .nectar-button.regular-button.extra-color-1:hover {
    border: 1px solid #262827 !important;
}

#host-before-footer .secondary-button-container .wpb_wrapper {
    display: flex;
    min-width: 100% !important;
    margin-top: 4rem;
    justify-content: center;
    gap: 1rem;
}

@media (max-width: 640px) {
    .why-host-left {
        margin-bottom: 0 !important;
    }
    .why-host-right {
        margin-bottom: 4rem !important;
    }
    h2 {
        padding: 0 1.4rem 1rem;
    }
    #hero .nectar-cta {
        margin: 1rem 0 0 3.4rem;
    }
    #hero .nectar-cta .link_wrap {
        padding: 1.2em 6em !important;
        width: 100% !important;
    }
    #how-it-works .one-fourths.clear-both {
        padding: 25px;
    }
    #host-before-footer h2, #host-before-footer a {
        font-size: 2rem;
    }
    .why-host-right .wpb_wrapper, #host-before-footer .secondary-button-container .wpb_wrapper {
        flex-direction: column;
        justify-content: flex-start;
    }
    .secondary-button-container .nectar-button.regular-button.extra-color-1 {
        max-width: 100%;
    }
}

.join-supplier-promo {
    padding: 3rem 4rem !important;
    border-radius: 1rem 1rem 1rem 0 !important;
    overflow: hidden;
    max-width: 60rem;
    margin: 0 auto 10rem !important;
}
.join-supplier-promo img {
    border-radius: 1rem 1rem 1rem 0;
}
.join-supplier-promo a.nectar-button.small.regular.accent-color.regular-button {
    max-width: 15rem !important;
}

/* Become a Supplier Button */
#ready-to-join a.nectar-button.small.regular.accent-color.wpb_animate_when_almost_visible.wpb_fadeInUp.fadeInUp.regular-button.button-secondary-outline-green.animated.wpb_start_animation {
    background: none !important;
    min-width: auto !important;
    width: auto !important;
    margin: 2rem auto !important;
    max-width: 20rem !important;
}

/* Note: Supplier pricing modal styles moved to /css/components/modals/supplier-pricing-modal.css */