.mobile-bottom-nav {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9990;
    background: #fff;
    border-top: 1px solid #e5e7eb;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.08);
    padding: 6px 0 calc(6px + env(safe-area-inset-bottom));
}

@media (max-width: 991.98px) {
    .mobile-bottom-nav {
        display: flex;
        justify-content: space-around;
        align-items: stretch;
    }

    body.has-mobile-nav {
        padding-bottom: 72px;
    }

    /* Hızlı erişim butonları — alt menünün üstünde dikey sıra */
    #hemen-ara1,
    #hemen-ara {
        width: 56px !important;
        height: 56px !important;
        right: 14px !important;
    }

    #hemen-ara1 .hemen-ara1,
    #hemen-ara1 .hemen-ara-crc,
    #hemen-ara1 .hemen-ara-fill,
    #hemen-ara .hemen-ara,
    #hemen-ara .hemen-ara-crc,
    #hemen-ara .hemen-ara-fill {
        width: 56px !important;
        height: 56px !important;
        top: 0 !important;
        right: 0 !important;
    }

    #hemen-ara1 .hemen-ara-crc,
    #hemen-ara .hemen-ara-crc {
        top: 5px !important;
        right: 5px !important;
    }

    body.has-mobile-nav #hemen-ara1 {
        bottom: calc(78px + env(safe-area-inset-bottom)) !important;
        z-index: 9985;
    }

    body.has-mobile-nav #hemen-ara {
        bottom: calc(142px + env(safe-area-inset-bottom)) !important;
        z-index: 9984;
    }

    body.has-mobile-nav .scroll-top {
        width: 44px;
        height: 44px;
        line-height: 44px;
        right: 16px;
        font-size: 16px;
        z-index: 9983;
    }

    body.has-mobile-nav .scroll-top.open {
        bottom: calc(142px + env(safe-area-inset-bottom));
    }

    body.has-mobile-nav:has(#hemen-ara) .scroll-top.open {
        bottom: calc(206px + env(safe-area-inset-bottom));
    }

    body.has-mobile-nav:not(:has(#hemen-ara)) .scroll-top.open {
        bottom: calc(142px + env(safe-area-inset-bottom));
    }

    .flyoutMenu .flyout-main__menu li.has__dropdown.is-open > a::after {
        transform: translateY(-50%) rotate(180deg);
    }
}

.mobile-bottom-nav a {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 8px 4px;
    color: #667085;
    font-size: 11px;
    text-decoration: none;
    position: relative;
}

.mobile-bottom-nav a i {
    font-size: 18px;
}

.mobile-bottom-nav a.active,
.mobile-bottom-nav a:hover {
    color: var(--primary-color, #e91e63);
}

.mobile-bottom-nav a.mobile-nav-menu.active {
    color: var(--primary-color, #e91e63);
}

.mobile-bottom-nav .nav-badge {
    position: absolute;
    top: 4px;
    right: calc(50% - 18px);
    background: #e91e63;
    color: #fff;
    font-size: 10px;
    min-width: 16px;
    height: 16px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
}

.site-duyuru-band {
    background: linear-gradient(90deg, #e91e63, #c2185b);
    color: #fff;
    font-size: 13px;
    overflow: hidden;
    position: relative;
    z-index: 10001;
}

.site-duyuru-band__inner {
    display: flex;
    white-space: nowrap;
    animation: duyuru-scroll 14s linear infinite;
    padding: 8px 0;
}

.site-duyuru-band__inner span {
    padding: 0 40px;
}

@keyframes duyuru-scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10050;
    background: #1f2937;
    color: #f9fafb;
    padding: 16px 20px;
    display: none;
    box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.2);
}

.cookie-consent.is-visible {
    display: block;
}

@media (max-width: 991.98px) {
    .cookie-consent.is-visible {
        bottom: 62px;
    }
}

.cookie-consent__inner {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    justify-content: space-between;
}

.cookie-consent p {
    margin: 0;
    font-size: 13px;
    flex: 1;
    min-width: 200px;
}

.cookie-consent a {
    color: #f9a8d4;
}

.cookie-consent__actions {
    display: flex;
    gap: 8px;
}

.cookie-consent__actions button {
    border: none;
    border-radius: 6px;
    padding: 8px 16px;
    font-size: 13px;
    cursor: pointer;
}

.cookie-consent__accept {
    background: #e91e63;
    color: #fff;
}

.cookie-consent__info {
    background: transparent;
    color: #d1d5db;
    border: 1px solid #4b5563 !important;
}
