@media (max-width: 991.98px) {
    body.page-home,
    body.page-tur-liste,
    body.page-arama {
        padding-bottom: calc(78px + env(safe-area-inset-bottom, 0px));
    }

    .site-mobile-call-stack {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1040;
        pointer-events: none;
    }

    .site-mobile-call-bar {
        position: relative;
        pointer-events: auto;
        display: flex;
        align-items: stretch;
        padding: 10px 12px calc(10px + env(safe-area-inset-bottom, 0px));
        background: #fff;
        border-top: 1px solid #dbe6ef;
        box-shadow: 0 -4px 18px rgba(15, 45, 65, 0.12);
    }

    .site-mobile-call-bar__btn {
        flex: 1 1 100%;
        width: 100%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        min-height: 48px;
        padding: 12px 10px;
        border-radius: 12px;
        font-size: 15px;
        font-weight: 700;
        line-height: 1.2;
        text-align: center;
        text-decoration: none;
        border: 0;
        box-shadow: 0 4px 12px rgba(15, 45, 65, 0.12);
    }

    .site-mobile-call-bar__btn i {
        font-size: 18px;
        line-height: 1;
    }

    .site-mobile-call-bar__btn--call {
        background: linear-gradient(180deg, #2563eb 0%, #1d4ed8 100%);
        color: #fff !important;
    }
}
