.site-header-home-searches {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    padding-top: .25rem;
    padding-bottom: .85rem;
}

.site-header-home-searches .home-search-card {
    min-width: 0;
    margin: 0;
    padding: .75rem;
    border: 1px solid #dce2e7;
    border-radius: .9rem;
    background: #fff;
    box-shadow: 0 7px 20px rgba(23, 33, 43, .07);
}

.site-header-home-searches .home-search-card label {
    display: block;
    margin-bottom: .4rem;
    font-size: .86rem;
    font-weight: 900;
}

.site-header-home-searches .home-search-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: .55rem;
}

.site-header-home-searches input {
    min-width: 0;
    width: 100%;
}

.hero-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .75rem;
    align-items: stretch;
}

.hero-actions .btn {
    display: inline-flex;
    min-width: 0;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin: 0;
    text-align: center;
}

.home-hero-feature-strip {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .65rem;
    margin-top: 1rem;
}

.home-hero-feature-strip article {
    display: grid;
    min-width: 0;
    align-content: start;
    gap: .55rem;
    padding: .75rem;
}

.home-hero-feature-strip .feature-icon {
    display: grid;
    width: 2.7rem;
    height: 2.7rem;
    overflow: hidden;
    place-items: center;
    border-radius: 50%;
}

.home-hero-feature-strip .feature-icon img {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: .35rem;
    object-fit: contain;
    object-position: center;
}

.home-hero-feature-strip h3 {
    margin: 0 0 .3rem;
    font-size: .86rem;
    line-height: 1.18;
}

.home-hero-feature-strip p {
    margin: 0;
    font-size: .72rem;
    line-height: 1.3;
}

.home-hero-feature-strip small {
    color: #f4511e;
    font-size: .66rem;
}

.about-local-visibility {
    padding-top: 1.5rem;
    padding-bottom: 0;
}

.home-professional-trust {
    margin-top: 2.75rem;
}

.home-professional-trust + .home-services-section {
    margin-top: 2.75rem;
}

@media (max-width: 900px) {
    .site-header-home-searches {
        gap: .65rem;
    }

    .site-header-home-searches .home-search-row {
        grid-template-columns: 1fr;
    }

    .site-header-home-searches .btn {
        width: 100%;
    }
}

@media (max-width: 700px) {
    .home-professional-trust,
    .home-professional-trust + .home-services-section {
        margin-top: 2rem;
    }

    .site-header-home-searches {
        grid-template-columns: 1fr;
        padding-top: .55rem;
    }

    .site-header-home-searches .home-search-card {
        padding: .65rem;
    }

    .site-header-home-searches .home-search-row {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .home-hero-feature-strip {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 430px) {
    .hero-actions {
        gap: .45rem;
    }

    .hero-actions .btn {
        padding-right: .55rem;
        padding-left: .55rem;
        font-size: .78rem;
    }

    .site-header-home-searches .home-search-row {
        grid-template-columns: 1fr;
    }
}
