/* ============================================
   GENEL - ARKA PLAN VE LAYOUT
   ============================================ */

body {
    background: #0b1924 !important;
}

.header-bc,
.hdr-main-content-bc {
    background: #0b1924 !important;
    border-bottom: none !important;
}

.layout-header-holder-bc {
    border-bottom: none !important;
    box-shadow: none !important;
}

.layout-footer-holder-bc,
.footerContainer {
    background: #0b1924 !important;
}


/* ============================================
   GENEL DÜZENLEMELER
   ============================================ */

.dep-w-info-bc .entrance-f-item-bc {
    display: none !important;
}

.my-profile-info-block .m-nav-items-list-item-bc:has(.payment-logo) {
    padding: 0px !important;
}

.my-profile-info-block .m-nav-items-list-item-bc .payment-logo {
    object-fit: fill !important;
}

.sdr-item-bc::before {
    display: none !important;
}

.informative-widget-link {
    border-top: none !important;
}


/* ============================================
   NAV BAR ARKA PLAN TEMİZLEME
   ============================================ */

.nav-menu-container.header-navigation,
.nav-content-menu,
.nav-content-bc {
    background: transparent !important;
}


/* ============================================
   NAV BUTONLARI
   ============================================ */

a.nav-menu-item {
    background: linear-gradient(135deg, #0f2030 0%, #0b1924 50%, #061218 100%) !important;
    border: 1px solid rgba(184, 247, 255, 0.3) !important;
    border-top: 1px solid rgba(184, 247, 255, 0.6) !important;
    border-radius: 8px !important;
    padding: 6px 14px !important;
    margin: 0 6px !important;
    color: rgba(184, 247, 255, 0.9) !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.6), inset 0 1px 0 rgba(184, 247, 255, 0.1) !important;
    animation: breatheGlow 3s ease-in-out infinite !important;
    transition: all 0.4s ease !important;
}

a.nav-menu-item:hover {
    background: linear-gradient(160deg, rgba(220, 252, 255, 0.18) 0%, rgba(184, 247, 255, 0.08) 40%, rgba(11, 25, 36, 0.9) 100%) !important;
    backdrop-filter: blur(6px) !important;
    border-color: rgba(184, 247, 255, 0.9) !important;
    border-top-color: #ffffff !important;
    color: #ffffff !important;
    box-shadow: 0 0 16px rgba(184, 247, 255, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(184, 247, 255, 0.1) !important;
    text-shadow: 0 0 8px rgba(184, 247, 255, 0.8) !important;
}

a.nav-menu-item:hover span,
a.nav-menu-item:hover i {
    color: #ffffff !important;
    fill: #ffffff !important;
}

@keyframes breatheGlow {
    0%   { box-shadow: 0 4px 10px rgba(0,0,0,0.6), inset 0 1px 0 rgba(184, 247, 255, 0.1), 0 0 3px 1px rgba(184, 247, 255, 0.04); }
    50%  { box-shadow: 0 4px 10px rgba(0,0,0,0.6), inset 0 1px 0 rgba(184, 247, 255, 0.1), 0 0 7px 2px rgba(184, 247, 255, 0.18); }
    100% { box-shadow: 0 4px 10px rgba(0,0,0,0.6), inset 0 1px 0 rgba(184, 247, 255, 0.1), 0 0 3px 1px rgba(184, 247, 255, 0.04); }
}


/* ============================================
   DROPDOWN MENÜ
   ============================================ */

.nav-menu-sub {
    background: linear-gradient(180deg, #0f2233 0%, #0b1924 100%) !important;
    border: 1px solid rgba(184, 247, 255, 0.2) !important;
    border-radius: 8px !important;
}

.nav-menu-sub a.nav-menu-item {
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    animation: none !important;
    color: rgba(184, 247, 255, 0.7) !important;
    margin: 0 6px !important;
    box-shadow: none !important;
    text-shadow: none !important;
}

.nav-menu-sub a.nav-menu-item:hover {
    background-color: rgba(184, 247, 255, 0.08) !important;
    color: #b8f7ff !important;
    backdrop-filter: none !important;
    text-shadow: none !important;
}

.nav-menu-container.header-navigation:nth-child(2) {
    margin-top: 6px !important;
    padding: 4px 0 !important;
}


/* ============================================
   SAĞ ÜST BUTONLAR
   ============================================ */

.hdr-user-bc .btn {
    background: linear-gradient(135deg, #f0fbff 0%, #dff4ff 100%) !important;
    border: 1px solid rgba(184, 247, 255, 0.5) !important;
    border-top: 1px solid rgba(255,255,255,0.9) !important;
    border-radius: 10px !important;
    color: #0a1a22 !important;
    padding: 8px 16px !important;
    font-size: 13px !important;
    box-shadow: 0 3px 8px rgba(0,0,0,0.12), inset 0 1px 0 rgba(255,255,255,0.7) !important;
    transition: all 0.3s ease !important;
}

.hdr-user-bc .btn:hover {
    background: linear-gradient(135deg, #ffffff 0%, #e6faff 100%) !important;
    border-color: rgba(184, 247, 255, 0.9) !important;
    box-shadow: 0 6px 16px rgba(0,0,0,0.15), 0 0 8px rgba(184, 247, 255, 0.25) !important;
    color: #000 !important;
}

.hdr-user-bc .sign-in {
    background: linear-gradient(135deg, #f0fbff 0%, #dff4ff 100%) !important;
    border: 1px solid rgba(184, 247, 255, 0.5) !important;
    border-top: 1px solid rgba(255,255,255,0.9) !important;
    color: #0a1a22 !important;
}

.hdr-user-bc .register {
    background: linear-gradient(135deg, #ffffff 0%, #e8faff 100%) !important;
    border: 1px solid rgba(184, 247, 255, 0.8) !important;
    color: #0a1a22 !important;
    font-weight: 600 !important;
}

.hdr-user-bc .register:hover {
    background: linear-gradient(135deg, #ffffff 0%, #d4f3ff 100%) !important;
}


/* ============================================
   PROMOSYONLAR SAYFASI
   ============================================ */

h3.promotions-article-title {
    background: linear-gradient(135deg, #0f2030 0%, #0b1924 100%) !important;
    border: 1px solid rgba(184, 247, 255, 0.2) !important;
    border-left: 3px solid rgba(184, 247, 255, 0.6) !important;
    border-radius: 4px !important;
    color: #ffffff !important;
    font-size: 13px !important;
    letter-spacing: 0.05em !important;
}

.horizontal-sl-item-bc {
    background: linear-gradient(135deg, #0f2030 0%, #0b1924 100%) !important;
    border: 1px solid rgba(184, 247, 255, 0.2) !important;
    border-radius: 8px !important;
    color: rgba(184, 247, 255, 0.6) !important;
    margin: 0 3px !important;
    transition: all 0.3s ease !important;
}

.horizontal-sl-item-bc.active {
    background: linear-gradient(135deg, #1a3a4a 0%, #0f2a38 100%) !important;
    border-color: rgba(184, 247, 255, 0.8) !important;
    border-top: 1px solid #b8f7ff !important;
    color: #b8f7ff !important;
    box-shadow: 0 0 10px rgba(184, 247, 255, 0.15) !important;
}

.horizontal-sl-item-bc:hover {
    border-color: rgba(184, 247, 255, 0.6) !important;
    color: #ffffff !important;
}

.horizontal-sl-item-bc.active .horizontal-sl-icon-bc,
.horizontal-sl-item-bc.active .horizontal-sl-title-bc {
    color: #b8f7ff !important;
}


/* ============================================
   GİRİŞ / KAYIT POPUP
   ============================================ */

.popup-holder-bc.windowed .popup-middleware-bc {
    width: 100% !important;
    height: 100% !important;
    left: 0 !important;
    top: 0 !important;
    position: fixed !important;
}

.popup-middleware-bc {
    backdrop-filter: blur(4px) !important;
    background: rgba(0, 0, 0, 0.5) !important;
}

.popup-inner-bc {
    border-radius: 12px !important;
    overflow: hidden !important;
}

.entrance-popup-bc {
    background: rgba(11, 25, 36, 0.85) !important;
    backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(184, 247, 255, 0.15) !important;
    border-radius: 12px !important;
    overflow: hidden !important;
}

.e-p-content-holder-bc,
.e-p-content-bc {
    border-radius: 12px !important;
    overflow: hidden !important;
    background: transparent !important;
}

.e-p-header-bc {
    border-radius: 12px !important;
    overflow: hidden !important;
}

.entrance-popup-bc input {
    background: rgba(184, 247, 255, 0.05) !important;
    border: 1px solid rgba(184, 247, 255, 0.2) !important;
    border-radius: 8px !important;
    color: #ffffff !important;
    transition: all 0.3s ease !important;
}

.entrance-popup-bc input:focus {
    border-color: rgba(184, 247, 255, 0.7) !important;
    box-shadow: 0 0 8px rgba(184, 247, 255, 0.2) !important;
    outline: none !important;
}

.entrance-popup-bc .form-sign-bc .btn {
    background: linear-gradient(135deg, #e8e8e8 0%, #c0c0c0 100%) !important;
    border: 1px solid rgba(255,255,255,0.5) !important;
    border-radius: 8px !important;
    color: #111 !important;
    font-weight: bold !important;
    transition: all 0.3s ease !important;
}

.entrance-popup-bc .form-sign-bc .btn:hover {
    background: linear-gradient(135deg, #ffffff 0%, #e0e0e0 100%) !important;
    box-shadow: 0 0 16px rgba(255,255,255,0.3) !important;
}

.entrance-popup-bc a {
    color: rgba(184, 247, 255, 0.7) !important;
    transition: color 0.3s ease !important;
}

.entrance-popup-bc a:hover {
    color: #b8f7ff !important;
}

.reg-form-footer-bc {
    background: rgba(11, 25, 36, 0.95) !important;
    border-top: 1px solid rgba(184, 247, 255, 0.15) !important;
}

.entrance-popup-bc .btn.a-color[title="Kayıt"] {
    background: linear-gradient(135deg, #e8e8e8 0%, #c0c0c0 50%, #a0a0a0 100%) !important;
    border: 1px solid rgba(255,255,255,0.6) !important;
    border-top: 1px solid #ffffff !important;
    border-radius: 8px !important;
    color: #111 !important;
    font-weight: bold !important;
    letter-spacing: 0.08em !important;
    box-shadow: 0 4px 15px rgba(255,255,255,0.15), inset 0 1px 0 rgba(255,255,255,0.5) !important;
    transition: all 0.3s ease !important;
    animation: silverPulse 2.5s ease-in-out infinite !important;
}

.entrance-popup-bc .btn.a-color[title="Kayıt"]:hover {
    background: linear-gradient(135deg, #ffffff 0%, #e8e8e8 100%) !important;
    box-shadow: 0 0 20px rgba(255,255,255,0.3), inset 0 1px 0 rgba(255,255,255,0.6) !important;
    letter-spacing: 0.12em !important;
}

@keyframes silverPulse {
    0%   { box-shadow: 0 4px 15px rgba(255,255,255,0.1), inset 0 1px 0 rgba(255,255,255,0.5); }
    50%  { box-shadow: 0 4px 20px rgba(255,255,255,0.25), inset 0 1px 0 rgba(255,255,255,0.5); }
    100% { box-shadow: 0 4px 15px rgba(255,255,255,0.1), inset 0 1px 0 rgba(255,255,255,0.5); }
}
