/* Mobile-only alignment for the restored homepage. */
@media (max-width: 549px) {
    body.home .ebg-trust-strip {
        padding: 12px 14px;
    }

    body.home .ebg-trust-inner {
        display: grid;
        gap: 10px 8px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
    }

    body.home .ebg-trust-item {
        align-items: center;
        font-size: 11px;
        gap: 6px;
        justify-content: flex-start;
        line-height: 1.3;
        min-width: 0;
        white-space: normal;
    }

    body.home .ebg-trust-item svg {
        height: 16px;
        width: 16px;
    }

    body.home .ebg-bike-section {
        padding: 34px 15px;
    }

    body.home .ebg-section-title {
        font-size: 22px !important;
        margin-bottom: 20px !important;
    }
}
