/* Homepage hero trust cards — keep every pill on one row */

@media (min-width: 768px) {
    #home-hero .hero-trust-strip__grid {
        display: flex;
        flex-wrap: nowrap;
        align-items: stretch;
        gap: 0.5rem;
    }

    #home-hero .hero-trust-card {
        flex: 1 1 0;
        min-width: 0;
        padding: 0.55rem 0.6rem;
    }

    #home-hero .hero-trust-card__title {
        white-space: normal;
        font-size: 0.6875rem;
        line-height: 1.25;
    }
}

@media (min-width: 1024px) {
    #home-hero .hero-trust-strip {
        width: 150%;
        max-width: none;
    }

    #home-hero .hero-trust-strip__grid {
        display: flex;
        flex-wrap: nowrap;
        align-items: stretch;
        gap: 0.75rem;
    }

    #home-hero .hero-trust-card {
        padding: 0.7rem 0.75rem;
    }

    #home-hero .hero-trust-card__title {
        font-size: 0.75rem;
        line-height: 1.3;
    }
}
