.home-hero-mobile-image {
    display: none;
}

.home-pricing-section {
    overflow: hidden;
}

.home-pricing-feature {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    border-bottom: 1px solid var(--line);
}

.pricing-intro-copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
    padding: 96px 70px 96px max(24px, calc((100vw - var(--max)) / 2));
}

.pricing-intro-copy h2 {
    max-width: 760px;
    font-size: clamp(2.25rem, 3.6vw, 3.8rem);
}

.pricing-intro-copy p {
    max-width: 720px;
    color: var(--muted);
    font-size: 1.04rem;
}

.home-pricing-feature > img {
    display: block;
    width: 100%;
    max-width: none;
    min-height: 560px;
    height: 100%;
    object-fit: cover;
}

.home-pricing-tiers {
    padding-top: 72px;
}

.home-buyer-guide {
    overflow: hidden;
}

.home-buyer-split {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
}

.home-buyer-split > img {
    display: block;
    width: 100%;
    max-width: none;
    min-height: 610px;
    height: 100%;
    object-fit: cover;
}

.home-buyer-copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
    padding: 96px max(24px, calc((100vw - var(--max)) / 2)) 96px 70px;
}

.home-featured-questions {
    border-block: 1px solid var(--line);
}

.home-question-seo-copy {
    color: var(--muted);
    font-size: 1rem;
    line-height: 1.75;
}

.home-question-seo-copy a {
    color: var(--navy);
    font-weight: 800;
    text-decoration: underline;
    text-decoration-color: var(--cyan);
    text-underline-offset: 3px;
}

.home-state-directory {
    padding-top: 82px;
    border-top: 1px solid var(--line);
}

.home-state-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    border-top: 1px solid var(--line);
    border-left: 1px solid var(--line);
}

.home-state-grid a {
    display: flex;
    min-height: 76px;
    align-items: center;
    padding: 16px 18px;
    color: var(--navy);
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    font-size: 0.79rem;
    font-weight: 800;
    line-height: 1.35;
}

.home-state-grid a:hover {
    color: #fff;
    background: var(--navy);
}

.dc-location-link {
    margin: 20px 0 0;
    font-size: 0.82rem;
    font-weight: 800;
}

.pricing-answer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 24px;
}

.pricing-answer-links a {
    padding: 9px 12px;
    color: var(--navy);
    background: var(--pale);
    border-left: 3px solid var(--cyan);
    font-size: 0.78rem;
    font-weight: 800;
}

.tier-card {
    display: flex;
    min-width: 0;
    flex-direction: column;
    padding: 0;
    overflow: hidden;
}

.tier-card-image {
    display: block;
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

.tier-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 28px 30px 30px;
}

.tier-card-body .tier-code {
    margin-bottom: 16px;
}

.tier-card-body ul {
    min-height: 0;
}

.tier-card-body > a {
    margin-top: auto;
    padding-top: 16px;
    font-weight: 800;
}

@media (max-width: 860px) {
    .home-hero-image {
        display: none;
    }

    .home-hero-overlay {
        background: var(--navy);
    }

    .home-hero-grid {
        padding-top: 18px;
    }

    .home-hero-mobile-image {
        display: none;
    }

    .home-pricing-feature,
    .home-buyer-split {
        grid-template-columns: 1fr;
    }

    .pricing-intro-copy,
    .home-buyer-copy {
        padding: 58px 15px;
    }

    .home-pricing-feature > img,
    .home-buyer-split > img {
        width: 100%;
        height: clamp(280px, 68vw, 440px);
        min-height: 0;
        margin: 0;
    }

    .home-pricing-tiers {
        padding-top: 58px;
    }

    .home-state-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .hero-copy {
        padding-top: 12px;
    }

    .pricing-intro-copy h2 {
        font-size: 2rem;
    }

    .pricing-answer-links {
        display: grid;
        grid-template-columns: 1fr;
    }

    .tier-card-body {
        padding: 24px;
    }

    .home-state-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-state-grid a {
        min-height: 66px;
        padding: 13px;
    }
}
