/**
 * Solution product pages — mobile hero layout and bottom chrome clearance.
 * Prevents hero CTAs from being clipped or obscured by the chat FAB / bottom UI.
 */
@media (max-width: 768px) {
    body.solution-product-page .home-area {
        height: auto !important;
        min-height: 0 !important;
        overflow: visible !important;
        padding-top: 70px;
        padding-bottom: calc(96px + env(safe-area-inset-bottom, 0px));
    }

    body.solution-product-page .home-area .d-table,
    body.solution-product-page .home-area .d-table-cell {
        display: block !important;
        width: 100% !important;
        height: auto !important;
    }

    body.solution-product-page .home-area > .d-table > .d-table-cell > .container {
        padding-bottom: 12px;
    }

    body.solution-product-page .main-banner-content .banner-btn {
        margin-top: 20px;
        margin-bottom: 20px;
        position: relative;
        z-index: 5;
        padding-right: 68px;
    }

    body.solution-product-page .main-banner-content .banner-btn .default-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        max-width: 100%;
        white-space: normal;
        text-align: center;
        line-height: 1.35;
        padding: 14px 18px;
    }

    body.solution-product-page .compact-form-container {
        margin-top: 16px;
        margin-bottom: 0;
    }
}

@media (max-width: 414px) {
    body.solution-product-page .main-banner-content .banner-btn {
        padding-right: 60px;
    }
}
