/* Mobile homepage hero layout - v20260831 */

@media (max-width: 800px) {
    .banner {
        height: 560px;
        min-height: 560px;
    }

    .banner-coo {
        display: flex;
        align-items: center;
    }

    .banner-coo > .container {
        width: 100%;
    }

    .banner-desc {
        margin-top: 0;
    }

    .banner-desc .big-title {
        max-width: 350px;
        margin: 0 auto 14px;
        line-height: 1.45;
    }

    .banner-desc .btn-custom-online {
        margin-top: 8px;
        line-height: 1.35;
    }
}

@media (max-width: 480px) {
    .banner-desc .btn-custom-online {
        max-width: 90vw;
    }
}
