/* JetPin Modern Styles - Ultra Premium Gaming Theme */

:root {
    --primary-color: #00BCD4;
    --primary-dark: #0097A7;
    --primary-light: #26C6DA;
    --secondary-color: #6c757d;
    --success-color: #10B981;
    --danger-color: #EF4444;
    --warning-color: #F59E0B;
    --info-color: #00ACC1;
    --dark-color: #0F172A;
    --dark-lighter: #1E293B;
    --dark-border: #334155;
    --light-color: #F8FAFC;
    --text-primary: #F1F5F9;
    --text-secondary: #94A3B8;
    --gradient-primary: linear-gradient(135deg, #00BCD4 0%, #0097A7 100%);
    --glow-primary: 0 0 20px rgba(0, 188, 212, 0.5);
    --shadow-xl: 20px 25px -5px rgba(0, 0, 0, 0.3), 0 10px 10px -5px rgba(0, 0, 0, 0.2);


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: var(--dark-color);
    color: var(--text-primary);
    padding-top: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    /* Sayfa yüklenirken geçiş animasyonu olmasın (FOUC önleme) */
    transition: none !important;
    /* Mobil scroll için */
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
    height: auto;
    min-height: 100vh;
}

/* Admin sayfalarında scroll'u aktif et */
body.admin-page-active {
    overflow-y: auto !important;
    overflow-x: hidden !important;
    height: auto !important;
    min-height: 100vh !important;
}

body.admin-page-active main {
    overflow: visible !important;
    min-height: auto !important;
}

/* Sayfa yüklendikten sonra geçiş animasyonunu aktif et */
body.loaded {
    transition: background-color 0.3s ease, color 0.3s ease;
}

/* HTML elementi için de tema desteği - body.light-theme zaten var, bu sadece ekstra güvence */
html.light-theme body {
    background: var(--light-color) !important;
    color: #1E293B !important;
}

/* Animated Background Particles */
body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 50%, rgba(0, 188, 212, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(0, 151, 167, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 40% 20%, rgba(0, 188, 212, 0.05) 0%, transparent 50%);
    pointer-events: none;
    z-index: 0;
    animation: backgroundMove 20s ease-in-out infinite;
}

@keyframes backgroundMove {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(-20px, -20px) scale(1.1); }
}

/* Admin sayfalarında background'u kaldır */
body.admin-page-active::before {
    display: none !important;
}

/* Header Styles */
.main-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(15, 23, 42, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--dark-border);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.3);
    /* Mobil için */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
}

/* Top Header */
.top-header {
    background: var(--dark-color);
    border-bottom: 1px solid var(--dark-border);
}

.logo-link {
    text-decoration: none;
    color: var(--text-primary);
    transition: all 0.3s ease;
}

.logo-link:hover {
    color: var(--primary-light);
}

.logo-container {
    transition: all 0.3s ease;
}

.logo-link:hover .logo-container {
    transform: translateX(5px);
}

.logo-icon-wrapper {
    position: relative;
    width: 60px;
    height: 60px;
    flex-shrink: 0;
}

.logo-icon-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--gradient-primary);
    border-radius: 15px;
    transform: rotate(-5deg);
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 188, 212, 0.3);
}

.logo-link:hover .logo-icon-bg {
    transform: rotate(5deg) scale(1.1);
    box-shadow: 0 10px 25px rgba(0, 188, 212, 0.5);
}

.logo-icon {
    position: relative;
    font-size: 2rem;
    color: white;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    transition: all 0.3s ease;
}

.logo-link:hover .logo-icon {
    transform: scale(1.1) rotate(-5deg);
}

.logo-text {
    font-size: 1.75rem;
    font-weight: 800;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0;
    transition: all 0.3s ease;
}

.logo-link:hover .logo-text {
    filter: drop-shadow(0 0 10px rgba(0, 188, 212, 0.5));
}

/* Site Logo Image */
.site-logo-img {
    transition: all 0.3s ease;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.1));
}

.logo-link:hover .site-logo-img {
    transform: scale(1.05);
    filter: drop-shadow(0 4px 12px rgba(0, 188, 212, 0.3));
}

.logo-subtitle {
    font-size: 0.75rem;
    color: var(--text-secondary);
    margin-top: 0.25rem;
    transition: color 0.3s ease;
}

.logo-link:hover .logo-subtitle {
    color: var(--primary-light);
}

/* Header Actions */
.header-actions-wrapper {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.4rem;
    justify-content: flex-end;
    align-items: center;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
}

/* Butonların her zaman görünür olmasını garanti et */
.header-actions-wrapper .header-btn {
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.header-btn {
    white-space: nowrap;
    padding: 0.375rem 0.75rem;
    font-size: 0.85rem;
    min-width: auto;
    flex-shrink: 0;
    line-height: 1.2;
    border-radius: 999px;
    font-weight: 600;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
}

.header-btn i {
    margin: 0;
    font-size: 0.9rem;
}

.cart-header-btn {
    position: relative;
}

@media (max-width: 1199px) {
    .header-btn span.d-none {
        display: none !important;
    }
    /* Butonların kendisi her zaman görünür olmalı */
    .header-btn {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 991px) {
    .top-header {
        padding: 0.3rem 0 !important;
    }
    
    .top-header .container {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
    
    .top-header .row {
        padding-top: 0.3rem !important;
        padding-bottom: 0.3rem !important;
    }
    
    /* Arama çubuğu container'ını küçült */
    .top-header .col-lg-6,
    .top-header .col-md-5 {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    
    .header-actions-wrapper {
        gap: 0.3rem;
        flex-wrap: nowrap;
        justify-content: flex-end;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding: 0.25rem 0;
    }
    
    .header-btn {
        padding: 0.4rem 0.7rem;
        font-size: 0.8rem;
        white-space: nowrap;
        flex-shrink: 0;
    }
    
    .header-btn i {
        margin-right: 0;
    }
    
    .search-form {
        margin: 0 !important;
        width: 100%;
    }
    
    .search-form .input-group {
        border-radius: 18px !important;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06) !important;
        height: auto !important;
    }
    
    .search-input {
        padding: 0.4rem 0.75rem !important;
        font-size: 0.8rem !important;
        border-radius: 18px 0 0 18px !important;
        height: 36px !important;
        line-height: 1.2 !important;
    }
    
    .search-input::placeholder {
        font-size: 0.75rem !important;
    }
    
    .search-button {
        padding: 0.35rem 0.85rem !important;
        border-radius: 0 18px 18px 0 !important;
        min-width: 40px !important;
        font-size: 0.8rem !important;
        height: 36px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    
    .search-button i {
        font-size: 0.85rem !important;
    }
    
    .logo-container {
        gap: 0.5rem !important;
    }
    
    .logo-text {
        font-size: 1rem !important;
    }
}

/* Mobile User Actions - Professional Design */
.header-actions-mobile {
    gap: 0.5rem;
}

.cart-header-btn-mobile {
    background: var(--gradient-primary) !important;
    border: 2px solid var(--primary-color) !important;
    color: white !important;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 188, 212, 0.2);
}

.cart-header-btn-mobile:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 188, 212, 0.4);
    filter: brightness(1.1);
}

.mobile-menu-btn {
    background: var(--dark-lighter) !important;
    border: 2px solid var(--dark-border) !important;
    color: var(--text-primary) !important;
    transition: all 0.3s ease;
    z-index: 1051 !important;
    position: relative !important;
}

/* btn-outline-light override - mobil menü butonu için */
.btn-outline-light.mobile-menu-btn {
    background: var(--dark-lighter) !important;
    border: 2px solid var(--dark-border) !important;
    color: var(--text-primary) !important;
}

.mobile-menu-btn:hover,
.mobile-menu-btn:focus {
    background: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    color: white !important;
    transform: scale(1.05);
}

.mobile-user-menu {
    background: var(--dark-lighter) !important;
    border: 2px solid var(--dark-border) !important;
    backdrop-filter: blur(10px);
    z-index: 1050 !important;
    display: none !important;
}

.mobile-user-menu.show {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.mobile-menu-item {
    padding: 0.75rem 1rem !important;
    border-radius: 8px !important;
    margin-bottom: 0.25rem;
    color: var(--text-primary) !important;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 0.9rem;
}

.mobile-menu-item:hover {
    background: var(--primary-color) !important;
    color: white !important;
    transform: translateX(5px);
}

.mobile-menu-item i {
    width: 20px;
    text-align: center;
}

.mobile-user-menu .dropdown-divider {
    border-color: var(--dark-border);
    margin: 0.5rem 0;
}

body.light-theme .mobile-menu-btn,
body.light-theme .btn-outline-light.mobile-menu-btn {
    background: white !important;
    border-color: #CBD5E1 !important;
    border-width: 2px !important;
    color: #1E293B !important;
    z-index: 1051 !important;
    position: relative !important;
}

body.light-theme .mobile-menu-btn:hover,
body.light-theme .mobile-menu-btn:focus {
    background: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    color: white !important;
}

body.light-theme .mobile-user-menu,
body.light-theme .dropdown-menu.mobile-user-menu {
    background: white !important;
    border: 2px solid #CBD5E1 !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15) !important;
    z-index: 1050 !important;
    display: none !important;
}

body.light-theme .mobile-user-menu.show,
body.light-theme .dropdown-menu.mobile-user-menu.show {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

body.light-theme .mobile-menu-item {
    color: #1E293B !important;
}

body.light-theme .mobile-menu-item:hover {
    background: var(--primary-color) !important;
    color: white !important;
}

body.light-theme .mobile-user-menu .dropdown-divider {
    border-color: #E2E8F0 !important;
    opacity: 1 !important;
}

/* Light theme için ekstra görünürlük garantisi */
body.light-theme .mobile-user-menu.show {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    background: white !important;
    border: 2px solid #CBD5E1 !important;
}

/* Bootstrap dropdown override - light theme için */
body.light-theme .dropdown-menu.mobile-user-menu {
    background: white !important;
    border: 2px solid #CBD5E1 !important;
    color: #1E293B !important;
}

body.light-theme .dropdown-menu.mobile-user-menu * {
    color: #1E293B !important;
}

body.light-theme .dropdown-menu.mobile-user-menu .mobile-menu-item {
    color: #1E293B !important;
}

body.light-theme .dropdown-menu.mobile-user-menu .mobile-menu-item:hover {
    background: var(--primary-color) !important;
    color: white !important;
}

body.light-theme .dropdown-menu.mobile-user-menu .mobile-menu-item:hover * {
    color: white !important;
}

/* Search Form */
.search-form {
    width: 100%;
    flex: 1;
    max-width: 100%;
}

.search-form .input-group {
    display: flex;
    align-items: stretch;
    width: 100%;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.search-form .input-group:focus-within {
    box-shadow: 0 4px 15px rgba(0, 188, 212, 0.3);
}

.search-form-wrapper {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.search-input {
    background: var(--dark-lighter);
    border: 2px solid var(--dark-border);
    color: var(--text-primary);
    border-radius: 25px 0 0 25px;
    padding: 0.7rem 1.25rem;
    border-right: none;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.search-input:focus {
    background: var(--dark-lighter);
    border-color: var(--primary-color);
    color: var(--text-primary);
    box-shadow: 0 0 0 0.2rem rgba(0, 188, 212, 0.15);
    outline: none;
}

.search-input::placeholder {
    color: var(--text-secondary);
    font-size: 0.85rem;
}

.search-button {
    border-radius: 0 25px 25px 0;
    border: 2px solid var(--primary-color);
    border-left: none;
    padding: 0.55rem 1.2rem;
    background: var(--gradient-primary);
    color: white;
    font-weight: 600;
    transition: all 0.3s ease;
    min-width: 40px;
}

/* Mobil için özel override - en yüksek öncelik */
@media (max-width: 991px) {
    .top-header .search-form {
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
    }
    
    .top-header .search-form .input-group {
        display: flex !important;
        align-items: center !important;
        width: 100% !important;
        border-radius: 18px !important;
        overflow: hidden !important;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06) !important;
        height: 36px !important;
        max-height: 36px !important;
        margin: 0 !important;
    }
    
    .top-header .search-form .search-input {
        display: block !important;
        width: calc(100% - 40px) !important;
        flex: 1 !important;
        background: var(--dark-lighter) !important;
        border: 2px solid var(--dark-border) !important;
        color: var(--text-primary) !important;
        border-radius: 18px 0 0 18px !important;
        border-right: none !important;
        padding: 0.4rem 0.75rem !important;
        font-size: 0.8rem !important;
        height: 36px !important;
        line-height: 1.2 !important;
        margin: 0 !important;
        box-sizing: border-box !important;
    }
    
    .top-header .search-form .search-input::placeholder {
        color: var(--text-secondary) !important;
        font-size: 0.75rem !important;
    }
    
    .top-header .search-form .search-button {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        border-radius: 0 18px 18px 0 !important;
        border: 2px solid var(--primary-color) !important;
        border-left: none !important;
        padding: 0.35rem 0.85rem !important;
        background: var(--gradient-primary) !important;
        color: white !important;
        font-weight: 600 !important;
        min-width: 40px !important;
        width: 40px !important;
        height: 36px !important;
        font-size: 0.8rem !important;
        margin: 0 !important;
        box-sizing: border-box !important;
        flex-shrink: 0 !important;
    }
    
    .top-header .search-form .search-button i {
        font-size: 0.85rem !important;
    }
}

.search-button:hover {
    filter: brightness(1.1);
    transform: scale(1.02);
}

.search-button:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 188, 212, 0.25);
}

.cart-header-btn {
    white-space: nowrap;
}

.theme-toggle {
    min-width: 40px;
}

.top-bar {
    font-size: 0.875rem;
    background: rgba(30, 41, 59, 0.8);
}

.top-bar a {
    transition: all 0.3s ease;
    position: relative;
}

.top-bar a:hover {
    color: var(--primary-light) !important;
    transform: translateY(-2px);
}

.navbar {
    background: transparent !important;
}

.navbar-brand {
    font-size: 1.75rem;
    font-weight: 800;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    transition: all 0.3s ease;
}

.navbar-brand:hover {
    transform: scale(1.05);
    filter: drop-shadow(var(--glow-primary));
}

/* Modern Navbar Styles */
.modern-navbar {
    background: rgba(15, 23, 42, 0.8) !important;
    backdrop-filter: blur(20px);
    border-top: 1px solid rgba(0, 188, 212, 0.1);
    border-bottom: 1px solid rgba(0, 188, 212, 0.1);
    padding: 0.5rem 0;
    transition: all 0.3s ease;
}

.modern-navbar.scrolled {
    background: rgba(15, 23, 42, 0.95) !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

.modern-navbar-toggler {
    border: 2px solid var(--primary-color);
    border-radius: 10px;
    padding: 0.5rem 1rem;
    transition: all 0.3s ease;
}

.modern-navbar-toggler:hover {
    background: rgba(0, 188, 212, 0.1);
    box-shadow: 0 0 15px rgba(0, 188, 212, 0.3);
}

.modern-navbar-nav {
    gap: 0.25rem;
}

.modern-nav-link {
    color: var(--text-primary) !important;
    font-weight: 500;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    padding: 0.75rem 1.25rem !important;
    border-radius: 12px;
    margin: 0 0.1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.95rem;
    background: transparent;
    overflow: hidden;
}

.modern-nav-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0, 188, 212, 0.1), transparent);
    transition: left 0.5s ease;
}

.modern-nav-link:hover::before {
    left: 100%;
}

.nav-icon-wrapper {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 188, 212, 0.1);
    border-radius: 10px;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

.modern-nav-link:hover .nav-icon-wrapper,
.modern-nav-link.active .nav-icon-wrapper {
    background: linear-gradient(135deg, rgba(0, 188, 212, 0.2) 0%, rgba(59, 130, 246, 0.2) 100%);
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 4px 15px rgba(0, 188, 212, 0.3);
}

.nav-icon-wrapper i {
    font-size: 1rem;
    color: var(--primary-color);
    transition: all 0.3s ease;
    z-index: 2;
    position: relative;
}

.modern-nav-link:hover .nav-icon-wrapper i,
.modern-nav-link.active .nav-icon-wrapper i {
    color: #26C6DA;
    transform: scale(1.1);
}

.nav-text {
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}

.modern-nav-link:hover {
    background: rgba(0, 188, 212, 0.08);
    color: var(--primary-light) !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 188, 212, 0.2);
}

.modern-nav-link.active {
    background: linear-gradient(135deg, rgba(0, 188, 212, 0.15) 0%, rgba(59, 130, 246, 0.15) 100%);
    color: var(--primary-color) !important;
    font-weight: 600;
    box-shadow: 0 4px 20px rgba(0, 188, 212, 0.3);
    border: 1px solid rgba(0, 188, 212, 0.3);
}

.modern-nav-link.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 3px;
    background: var(--gradient-primary);
    border-radius: 3px 3px 0 0;
}

/* CTA Button Style */
.nav-link-cta {
    background: linear-gradient(135deg, rgba(0, 188, 212, 0.2) 0%, rgba(59, 130, 246, 0.2) 100%) !important;
    border: 1px solid rgba(0, 188, 212, 0.3);
}

.nav-link-cta:hover {
    background: linear-gradient(135deg, rgba(0, 188, 212, 0.3) 0%, rgba(59, 130, 246, 0.3) 100%) !important;
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 6px 25px rgba(0, 188, 212, 0.4);
}

/* Dropdown Menu Styles */
.modern-dropdown-menu {
    background: rgba(15, 23, 42, 0.98) !important;
    backdrop-filter: blur(20px);
    border: 1px solid rgba(0, 188, 212, 0.2);
    border-radius: 16px;
    padding: 0.75rem;
    margin-top: 0.5rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
    animation: dropdownFadeIn 0.3s ease-out;
    min-width: 250px;
}

@keyframes dropdownFadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.modern-dropdown-item {
    color: var(--text-primary) !important;
    padding: 0.75rem 1rem !important;
    border-radius: 10px;
    margin: 0.25rem 0;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    font-weight: 500;
    position: relative;
    overflow: hidden;
}

.modern-dropdown-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 4px;
    background: var(--gradient-primary);
    transform: scaleY(0);
    transition: transform 0.3s ease;
}

.modern-dropdown-item:hover {
    background: rgba(0, 188, 212, 0.15) !important;
    color: var(--primary-light) !important;
    transform: translateX(5px);
    padding-left: 1.25rem !important;
}

.modern-dropdown-item:hover::before {
    transform: scaleY(1);
}

.modern-dropdown-item i {
    width: 20px;
    text-align: center;
    color: var(--primary-color);
    transition: all 0.3s ease;
}

.modern-dropdown-item:hover i {
    transform: scale(1.2);
    color: #26C6DA;
}

.modern-dropdown-item .badge {
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
}

.dropdown-divider {
    border-color: rgba(0, 188, 212, 0.2) !important;
    margin: 0.5rem 0;
}

/* Admin Dropdown Item */
.admin-dropdown-item {
    background: linear-gradient(135deg, rgba(220, 38, 38, 0.1) 0%, rgba(185, 28, 28, 0.1) 100%) !important;
    border: 1px solid rgba(220, 38, 38, 0.2);
}

.admin-dropdown-item:hover {
    background: linear-gradient(135deg, rgba(220, 38, 38, 0.2) 0%, rgba(185, 28, 28, 0.2) 100%) !important;
    border-color: rgba(220, 38, 38, 0.4);
}

.admin-dropdown-item i {
    color: #DC2626;
}

.admin-dropdown-item:hover i {
    color: #EF4444;
}

/* Dropdown Toggle Arrow */
.dropdown-toggle::after {
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
    border-top-color: var(--primary-color);
}

.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(180deg);
}

/* Mobile Menu Styles - Daha sade ve kurumsal */
@media (max-width: 991px) {
    .modern-navbar {
        padding: 0.25rem 0;
        background: var(--dark-color);
        border-bottom: 1px solid var(--dark-border);
        box-shadow: 0 4px 18px rgba(15, 23, 42, 0.75);
    }

    body.light-theme .modern-navbar {
        background: #FFFFFF;
        border-bottom: 1px solid #E2E8F0;
        box-shadow: 0 4px 14px rgba(15, 23, 42, 0.08);
    }
    
    .modern-navbar-toggler {
        width: 100%;
        justify-content: space-between;
        padding: 0.7rem 0.9rem;
        margin-bottom: 0.35rem;
        font-size: 0.95rem;
        font-weight: 600;
        border-radius: 12px;
        border: 1px solid var(--dark-border);
        background: rgba(15, 23, 42, 0.85);
    }

    body.light-theme .modern-navbar-toggler {
        background: #F8FAFC;
        border-color: #E2E8F0;
    }

    .modern-navbar-toggler .navbar-toggler-icon {
        width: 1rem;
        height: 1rem;
    }
    
    .navbar-collapse {
        max-height: calc(100vh - 190px);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        margin-top: 0.35rem;
        padding: 0.5rem 0 0.75rem;
    }
    
    .modern-navbar-nav {
        padding: 0.25rem 0;
        gap: 0;
        width: 100%;
    }

    .modern-navbar-nav .nav-item + .nav-item {
        border-top: 1px solid rgba(148, 163, 184, 0.15);
    }
    
    .modern-nav-link {
        padding: 0.8rem 0.9rem !important;
        margin: 0;
        width: 100%;
        justify-content: flex-start;
        font-size: 0.95rem;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        transform: none !important;
    }

    .modern-nav-link .nav-text {
        font-weight: 600;
    }

    .modern-nav-link .nav-icon-wrapper {
        width: 24px;
        text-align: center;
        opacity: 0.9;
    }

    .modern-nav-link::after {
        display: none;
    }

    .modern-nav-link:hover,
    .modern-nav-link.active {
        background: rgba(148, 163, 184, 0.15);
        color: var(--primary-light) !important;
        box-shadow: none;
    }

    body.light-theme .modern-nav-link {
        color: #0F172A !important;
    }

    body.light-theme .modern-nav-link:hover,
    body.light-theme .modern-nav-link.active {
        background: rgba(15, 23, 42, 0.04);
        color: #0F172A !important;
    }
    
    .modern-dropdown-menu {
        background: rgba(15, 23, 42, 0.98) !important;
        border: none;
        border-left: 3px solid var(--primary-color);
        margin-left: 0.9rem;
        margin-top: 0.25rem;
        padding: 0.25rem 0 0.5rem;
        width: calc(100% - 0.9rem);
        position: static !important;
        transform: none !important;
        box-shadow: none;
    }
    
    body.light-theme .modern-dropdown-menu {
        background: rgba(248, 250, 252, 0.98) !important;
        border-left-color: var(--primary-color);
    }
    
    .modern-dropdown-item {
        padding: 0.7rem 1.25rem !important;
        font-size: 0.9rem;
    }
    
    .nav-link-cta {
        margin-top: 0.35rem;
        background: var(--gradient-primary) !important;
        font-weight: 600;
        border-radius: 12px;
    }
    
    /* Mobilde dropdown açıldığında scroll sorununu önle */
    .navbar-collapse.show {
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
}

/* Legacy nav-link styles (for backward compatibility) */
.nav-link {
    color: var(--text-primary) !important;
    font-weight: 500;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    padding: 0.65rem 1.25rem !important;
    border-radius: 10px;
    margin: 0 0.15rem;
    display: flex;
    align-items: center;
    font-size: 0.95rem;
}

.nav-link i {
    width: 18px;
    text-align: center;
    font-size: 0.9rem;
    opacity: 0.8;
    transition: all 0.3s ease;
}

.nav-link:hover i,
.nav-link.active i {
    opacity: 1;
    transform: scale(1.1);
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background: var(--gradient-primary);
    border-radius: 3px 3px 0 0;
    transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.nav-link:hover::after,
.nav-link.active::after {
    width: calc(100% - 2rem);
}

.nav-link:hover {
    background: rgba(0, 188, 212, 0.08);
    color: var(--primary-light) !important;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0, 188, 212, 0.15);
}

.nav-link.active {
    background: rgba(0, 188, 212, 0.12);
    color: var(--primary-color) !important;
    font-weight: 600;
    box-shadow: 0 2px 10px rgba(0, 188, 212, 0.2);
}

/* Admin Nav Link - Red Background */
.admin-nav-link {
    background: linear-gradient(135deg, #DC2626 0%, #B91C1C 100%) !important;
    color: white !important;
    border-radius: 10px;
    padding: 0.65rem 1.25rem !important;
    font-weight: 600 !important;
    margin: 0 0.15rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 3px 10px rgba(220, 38, 38, 0.35);
    position: relative;
    overflow: hidden;
}

.admin-nav-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.admin-nav-link:hover::before {
    left: 100%;
}

.admin-nav-link::after {
    display: none !important;
}

.admin-nav-link:hover {
    background: linear-gradient(135deg, #B91C1C 0%, #991B1B 100%) !important;
    color: white !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(220, 38, 38, 0.5);
}

.admin-nav-link.active {
    background: linear-gradient(135deg, #B91C1C 0%, #991B1B 100%) !important;
    color: white !important;
    box-shadow: 0 6px 25px rgba(220, 38, 38, 0.6);
}

.admin-nav-link i {
    color: white !important;
    opacity: 1 !important;
}

/* Hero Section */
.hero-section {
    background: var(--gradient-primary);
    border-radius: 0 0 30px 30px;
    position: relative;
    overflow: hidden;
    animation: fadeInUp 1s ease-out;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
    animation: rotate 20s linear infinite;
}

@keyframes rotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Promotional Banners */
.promo-banner {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: var(--dark-lighter);
    border: 2px solid transparent;
    animation: fadeInUp 0.8s ease-out backwards;
}

.promo-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 188, 212, 0.3) 0%, rgba(0, 151, 167, 0.3) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 1;
}

.promo-banner:hover::before {
    opacity: 1;
}

.promo-banner:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: var(--glow-primary), var(--shadow-xl);
    border-color: var(--primary-color);
}

.promo-banner-content {
    position: relative;
    z-index: 2;
    padding: 2rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.promo-banner-large {
    min-height: 400px;
    background: linear-gradient(135deg, #1E293B 0%, #0F172A 100%);
}

.promo-banner-small {
    min-height: 180px;
}

.promo-title {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: linear-gradient(135deg, #ffffff 0%, #26C6DA 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.promo-subtitle {
    font-size: 1.25rem;
    color: var(--text-secondary);
    margin-bottom: 1.5rem;
}

.promo-button {
    background: var(--gradient-primary);
    border: none;
    padding: 0.75rem 2rem;
    border-radius: 50px;
    color: white;
    font-weight: 600;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
}

.promo-button::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.promo-button:hover::before {
    width: 300px;
    height: 300px;
}

.promo-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 188, 212, 0.4);
}

/* Game Icons Carousel */
.game-icons-container {
    position: relative;
    padding: 2rem 0;
    overflow: hidden;
}

.game-icons-scroll {
    display: flex;
    gap: 1.5rem;
    animation: scroll 30s linear infinite;
    will-change: transform;
}

.game-icon-item {
    flex: 0 0 auto;
    width: 150px;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

.game-icon-item:hover {
    transform: translateY(-10px) scale(1.1);
}

.game-icon-circle {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: var(--gradient-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 188, 212, 0.3);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.game-icon-circle::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255,255,255,0.3), transparent);
    animation: shine 3s infinite;
}

@keyframes shine {
    0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
    100% { transform: translateX(100%) translateY(100%) rotate(45deg); }
}

.game-icon-circle:hover {
    transform: scale(1.15) rotate(5deg);
    box-shadow: var(--glow-primary);
}

.game-icon-circle i {
    font-size: 3rem;
    color: white;
    z-index: 1;
    position: relative;
}

.game-icon-label {
    font-size: 0.875rem;
    color: var(--text-primary);
    font-weight: 600;
    margin-top: 0.5rem;
}

@keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* Product Card */
/* Product Card Link - Tüm kartı tıklanabilir yap */
.product-card-link {
    text-decoration: none !important;
    color: inherit !important;
    display: block;
    transition: all 0.3s ease;
}

.product-card-link:hover {
    text-decoration: none !important;
    color: inherit !important;
    transform: translateY(-5px);
}

.product-card-link:focus {
    outline: 2px solid var(--primary-color);
    outline-offset: 4px;
    border-radius: 15px;
}

.product-card {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid var(--dark-border);
    background: var(--dark-lighter);
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    animation: fadeInUp 0.6s ease-out backwards;
    cursor: pointer;
}

.product-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--gradient-primary);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
    pointer-events: none; /* Overlay tıklamaları engellemesin */
    z-index: 1;
}

.product-card:hover::before {
    transform: scaleX(1);
}

.product-card-link:hover .product-card,
.product-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: var(--glow-primary), var(--shadow-xl);
    border-color: var(--primary-color);
}

.product-card-link:hover .product-card {
    cursor: pointer;
}

/* Product Card - Butonların çalışması için pointer-events düzenlemesi */
.product-card .card-body * {
    pointer-events: auto !important;
}

.product-card .product-overlay {
    pointer-events: none !important;
}

.product-card .card-body {
    background: var(--dark-lighter);
    color: var(--text-primary);
    position: relative;
    z-index: 10; /* Butonlar overlay'in üzerinde olsun */
}

.product-card .card-title {
    font-size: 1.1rem;
    font-weight: 600;
    min-height: 48px;
    color: var(--text-primary);
}

.product-card .card-text {
    color: var(--text-secondary) !important;
}

/* Product Image */
.product-image-wrapper {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
    background: var(--dark-lighter);
    z-index: 1; /* Image wrapper'ın z-index'i */
}

.product-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.product-card:hover .product-image {
    transform: scale(1.1);
}

.product-image-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--gradient-primary);
    color: rgba(255, 255, 255, 0.5);
}

.product-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.3) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
    pointer-events: none; /* Overlay tıklamaları engellemesin */
}

.product-card:hover .product-overlay {
    opacity: 1;
}

/* Product Card Buttons - Z-index ve pointer-events düzeltmesi */
.product-card .btn,
.product-card button,
.product-card a.btn,
.product-card span.btn {
    position: relative !important;
    z-index: 20 !important;
    pointer-events: auto !important;
    cursor: pointer !important;
    user-select: none !important;
}

/* Butonların tıklanması kart linkini tetiklemesin */
.product-card .btn:active,
.product-card button:active {
    pointer-events: auto !important;
}

.product-card .add-to-cart {
    pointer-events: auto !important;
    cursor: pointer !important;
    z-index: 20 !important;
    position: relative !important;
}

.product-card a {
    position: relative !important;
    z-index: 20 !important;
    pointer-events: auto !important;
}

/* Category Card */
.category-card {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid var(--dark-border);
    background: var(--dark-lighter);
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.category-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--gradient-primary);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.category-card:hover::after {
    opacity: 0.1;
}

.category-card:hover {
    transform: translateY(-8px) scale(1.05);
    box-shadow: var(--glow-primary);
    border-color: var(--primary-color);
}

.category-card .card-body {
    position: relative;
    z-index: 1;
    background: transparent;
}

.category-card:hover .card-title {
    color: var(--primary-light) !important;
}

.category-card i {
    transition: all 0.3s ease;
}

.category-card:hover i {
    transform: scale(1.2) rotate(5deg);
    color: var(--primary-light) !important;
}

/* Features */
.features-section .card {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: var(--dark-lighter);
    border: 1px solid var(--dark-border);
    border-radius: 15px;
    animation: fadeInUp 0.8s ease-out backwards;
}

.features-section .card:nth-child(1) { animation-delay: 0.1s; }
.features-section .card:nth-child(2) { animation-delay: 0.2s; }
.features-section .card:nth-child(3) { animation-delay: 0.3s; }
.features-section .card:nth-child(4) { animation-delay: 0.4s; }

.features-section .card:hover {
    transform: translateY(-10px) scale(1.05);
    box-shadow: var(--glow-primary);
    border-color: var(--primary-color);
}

.features-section .card i {
    transition: all 0.3s ease;
}

.features-section .card:hover i {
    transform: scale(1.2) rotate(10deg);
    color: var(--primary-light) !important;
    filter: drop-shadow(0 0 10px rgba(0, 188, 212, 0.5));
}

/* Navigation Filters */
.filter-tabs {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
    border-bottom: 2px solid var(--dark-border);
    padding-bottom: 1rem;
}

.filter-tab {
    padding: 0.75rem 1.5rem;
    background: transparent;
    border: none;
    color: var(--text-secondary);
    font-weight: 600;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
    border-radius: 8px;
}

.filter-tab::after {
    content: '';
    position: absolute;
    bottom: -1rem;
    left: 0;
    width: 0;
    height: 3px;
    background: var(--primary-color);
    transition: width 0.3s ease;
}

.filter-tab:hover,
.filter-tab.active {
    color: var(--primary-light);
    background: rgba(0, 188, 212, 0.1);
}

.filter-tab.active::after {
    width: 100%;
}

/* ============================================
   FEATURED PRODUCTS SECTION - MODERN DESIGN
   ============================================ */

.featured-products-section {
    position: relative;
    padding: 2rem 0;
}

.section-header-modern {
    margin-bottom: 2rem;
}

.section-title-modern {
    font-size: 2rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

/* Product Filter Tabs - Modern Design */
.product-filter-tabs {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 2rem;
    padding: 1rem;
    background: var(--dark-lighter);
    border-radius: 15px;
    border: 1px solid var(--dark-border);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.product-filter-btn {
    flex: 1;
    min-width: 200px;
    padding: 1rem 1.5rem;
    background: transparent;
    border: 2px solid transparent;
    border-radius: 12px;
    color: var(--text-secondary);
    font-weight: 600;
    cursor: pointer;
    position: relative;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    overflow: hidden;
}

.product-filter-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: var(--gradient-primary);
    opacity: 0.1;
    transition: left 0.3s ease;
    z-index: 0;
}

.product-filter-btn:hover::before {
    left: 0;
}

.product-filter-btn:hover {
    color: var(--primary-light);
    border-color: var(--primary-color);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 188, 212, 0.2);
}

.product-filter-btn.active {
    background: var(--gradient-primary);
    color: white;
    border-color: var(--primary-color);
    box-shadow: 0 6px 20px rgba(0, 188, 212, 0.4);
    transform: translateY(-2px);
}

.product-filter-btn.active::before {
    display: none;
}

.product-filter-btn i {
    font-size: 1.1rem;
    transition: transform 0.3s ease;
}

.product-filter-btn:hover i,
.product-filter-btn.active i {
    transform: scale(1.2);
}

.filter-badge {
    background: rgba(255, 255, 255, 0.2);
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 700;
    margin-left: 0.5rem;
}

.product-filter-btn.active .filter-badge {
    background: rgba(255, 255, 255, 0.3);
}

/* Products Tab Content */
.products-tab-content {
    position: relative;
    min-height: 400px;
}

.product-tab-pane {
    display: none;
    animation: fadeInUp 0.5s ease-out;
}

.product-tab-pane.active {
    display: block;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Light Theme - Featured Products */
body.light-theme .product-filter-tabs {
    background: #FFFFFF;
    border-color: #E2E8F0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

body.light-theme .product-filter-btn {
    color: #64748B;
}

body.light-theme .product-filter-btn:hover {
    color: var(--primary-color);
    background: rgba(0, 188, 212, 0.05);
    border-color: var(--primary-color);
}

body.light-theme .product-filter-btn.active {
    background: var(--gradient-primary);
    color: white;
    box-shadow: 0 6px 20px rgba(0, 188, 212, 0.3);
}

body.light-theme .section-title-modern {
    color: #1E293B;
}

/* Responsive */
@media (max-width: 768px) {
    .product-filter-tabs {
        flex-direction: column;
        gap: 0.75rem;
    }
    
    .product-filter-btn {
        min-width: 100%;
        width: 100%;
    }
    
    .section-title-modern {
        font-size: 1.5rem;
    }
}

/* Buttons */
.btn-primary {
    background: var(--gradient-primary);
    border: none;
    border-radius: 10px;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 188, 212, 0.3);
}

.btn-primary::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.btn-primary:hover::before {
    width: 300px;
    height: 300px;
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 188, 212, 0.5);
    filter: brightness(1.1);
}

.btn-outline-primary {
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
    background: transparent;
    border-radius: 10px;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-outline-primary:hover {
    background: var(--primary-color);
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 188, 212, 0.3);
}

/* Forms */
.form-control,
.form-select {
    background: var(--dark-lighter);
    border: 1px solid var(--dark-border);
    color: var(--text-primary);
    border-radius: 10px;
    padding: 0.75rem 1rem;
    transition: all 0.3s ease;
}

.form-control:focus,
.form-select:focus {
    background: var(--dark-lighter);
    border-color: var(--primary-color);
    color: var(--text-primary);
    box-shadow: 0 0 0 0.25rem rgba(0, 188, 212, 0.25);
    outline: none;
}

.form-control::placeholder {
    color: var(--text-secondary);
}

/* Badges */
.badge {
    font-weight: 600;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.badge.bg-primary {
    background: var(--gradient-primary) !important;
}

/* Cart */
.cart-item {
    border-bottom: 1px solid var(--dark-border);
    padding: 1rem 0;
}

.cart-item:last-child {
    border-bottom: none;
}

/* Loading Spinner */
.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-color: var(--primary-color);
    border-top-color: transparent;
}

/* Alert */
.alert {
    border-radius: 15px;
    border: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    animation: slideInDown 0.5s ease-out;
}

@keyframes slideInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.alert-info {
    background: rgba(59, 130, 246, 0.2);
    color: var(--info-color);
    border-left: 4px solid var(--info-color);
}

.alert-success {
    background: rgba(16, 185, 129, 0.2);
    color: var(--success-color);
    border-left: 4px solid var(--success-color);
}

.alert-danger {
    background: rgba(239, 68, 68, 0.2);
    color: var(--danger-color);
    border-left: 4px solid var(--danger-color);
}

.alert-warning {
    background: rgba(245, 158, 11, 0.2);
    color: #F59E0B;
    border-left: 4px solid #F59E0B;
    padding: 1rem 1.5rem;
}

.alert {
    padding: 1rem 1.5rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    word-wrap: break-word;
    overflow-wrap: break-word;
    position: relative;
    z-index: 100;
}

.alert .btn-close {
    margin-left: auto;
    opacity: 0.8;
}

.alert .btn-close:hover {
    opacity: 1;
}

.alert i {
    flex-shrink: 0;
    margin-right: 0.75rem;
    font-size: 1.1rem;
}

/* News Card Link - Tüm kartı tıklanabilir yap */
.news-card-link {
    text-decoration: none !important;
    color: inherit;
    display: block;
    transition: all 0.3s ease;
}

.news-card-link:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) !important;
}

.news-card-link .card-body {
    position: relative;
}

.news-card-link:hover .card-title {
    color: var(--primary-color) !important;
}

.news-card-link .btn,
.news-card-link span.btn {
    pointer-events: none;
}

.news-card-link .card-body {
    cursor: pointer;
}

/* Cart Badge - Tam görünürlük düzeltmesi */
.cart-header-btn {
    position: relative !important;
    overflow: visible !important;
    z-index: 100 !important;
}

.cart-header-btn .badge {
    position: absolute !important;
    top: -5px !important;
    right: -5px !important;
    transform: translate(50%, -50%) !important;
    min-width: 20px !important;
    height: 20px !important;
    padding: 0 6px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 0.7rem !important;
    font-weight: 700 !important;
    z-index: 101 !important;
    border: 2px solid var(--dark-color) !important;
    box-shadow: 0 2px 8px rgba(220, 38, 38, 0.4) !important;
}

body.light-theme .cart-header-btn .badge,
body.light-theme .cart-count-badge {
    border-color: #FFFFFF !important;
}

/* News Card - Light Theme */
body.light-theme .news-card-link {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
}

body.light-theme .news-card-link:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1) !important;
    border-color: var(--primary-color);
}

body.light-theme .news-card-link:hover .card-title {
    color: var(--primary-color) !important;
}

.pulse-glow {
    animation: pulseGlow 2s ease-in-out infinite;
}

@keyframes pulseGlow {
    0%, 100% {
        box-shadow: 0 2px 8px rgba(220, 38, 38, 0.4);
    }
    50% {
        box-shadow: 0 4px 15px rgba(220, 38, 38, 0.7);
        transform: translate(50%, -50%) scale(1.1) !important;
    }
}

/* Alert Text Wrapping */
.alert,
.alert * {
    white-space: normal !important;
    word-break: break-word !important;
    overflow: visible !important;
    text-overflow: clip !important;
}

.alert p,
.alert span,
.alert strong {
    display: inline;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/* Floating Notification - Enhanced */
.floating-notification {
    position: fixed;
    top: 20px;
    right: 20px;
    padding: 1rem 1.5rem;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    z-index: 10000;
    animation: slideInRight 0.4s ease-out, fadeOut 0.4s ease-in 2.6s;
    max-width: 400px;
    min-width: 300px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    line-height: 1.5;
    font-size: 0.95rem;
}

.floating-notification.success {
    background: linear-gradient(135deg, #10B981 0%, #059669 100%);
    color: white;
    border-left: 4px solid #047857;
}

.floating-notification.danger {
    background: linear-gradient(135deg, #EF4444 0%, #DC2626 100%);
    color: white;
    border-left: 4px solid #B91C1C;
}

.floating-notification.info {
    background: linear-gradient(135deg, #3B82F6 0%, #2563EB 100%);
    color: white;
    border-left: 4px solid #1E40AF;
}

.floating-notification.warning {
    background: linear-gradient(135deg, #F59E0B 0%, #D97706 100%);
    color: white;
    border-left: 4px solid #B45309;
}

@keyframes slideInRight {
    from {
        transform: translateX(400px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

/* Light Theme - Alerts */
body.light-theme .alert {
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid #E2E8F0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

body.light-theme .alert-warning {
    background: rgba(255, 243, 205, 0.9);
    color: #856404;
    border-left-color: #F59E0B;
}

body.light-theme .alert-success {
    background: rgba(209, 250, 229, 0.9);
    color: #065F46;
    border-left-color: #10B981;
}

body.light-theme .alert-danger {
    background: rgba(254, 226, 226, 0.9);
    color: #991B1B;
    border-left-color: #EF4444;
}

body.light-theme .alert-info {
    background: rgba(219, 234, 254, 0.9);
    color: #1E40AF;
    border-left-color: #3B82F6;
}

/* Table */
.table {
    border-radius: 15px;
    overflow: hidden;
    background: var(--dark-lighter);
    border: 1px solid var(--dark-border);
}

.table thead {
    background: var(--dark-color);
    color: var(--text-primary);
}

.table tbody tr {
    border-bottom: 1px solid var(--dark-border);
    transition: all 0.3s ease;
}

.table tbody tr:hover {
    background: rgba(0, 188, 212, 0.1);
    transform: scale(1.01);
}

/* Pagination */
.pagination .page-link {
    background: var(--dark-lighter);
    border: 1px solid var(--dark-border);
    color: var(--text-primary);
    transition: all 0.3s ease;
}

.pagination .page-link:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    transform: translateY(-2px);
}

.pagination .page-item.active .page-link {
    background: var(--gradient-primary);
    border-color: var(--primary-color);
    box-shadow: var(--glow-primary);
}

/* Footer */
.footer-modern {
    background: linear-gradient(180deg, #1a1f2e 0%, #0f1419 100%);
    border-top: 2px solid var(--primary-color);
    position: relative;
    overflow: hidden;
}

.footer-modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--gradient-primary);
    opacity: 0.8;
}

.footer-top {
    padding: 4rem 0 2rem;
    position: relative;
}

.footer-logo-icon {
    width: 50px;
    height: 50px;
    background: var(--gradient-primary);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: white;
    box-shadow: 0 4px 15px rgba(0, 188, 212, 0.3);
}

.footer-logo h4 {
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.footer-description {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 0;
}

.footer-contact {
    margin-top: 1.5rem;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    color: rgba(255, 255, 255, 0.9);
}

.contact-item i {
    font-size: 1.1rem;
    margin-top: 0.2rem;
}

.footer-social {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.social-link {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 188, 212, 0.1);
    border: 2px solid rgba(0, 188, 212, 0.3);
    border-radius: 10px;
    color: var(--primary-light);
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-link:hover {
    background: var(--gradient-primary);
    border-color: var(--primary-color);
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 188, 212, 0.4);
}

.footer-title {
    color: white;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid rgba(0, 188, 212, 0.2);
    display: flex;
    align-items: center;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 0.75rem;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    font-size: 0.9rem;
}

.footer-links a i {
    font-size: 0.7rem;
    color: var(--primary-color);
    transition: all 0.3s ease;
}

.footer-links a:hover {
    color: var(--primary-light);
    transform: translateX(5px);
}

.footer-links a:hover i {
    transform: translateX(3px);
    color: var(--primary-light);
}

.footer-links-small {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links-small li {
    margin-bottom: 0.6rem;
}

.footer-links-small a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    font-size: 0.85rem;
}

.footer-links-small a i {
    font-size: 0.5rem;
}

.footer-links-small a:hover {
    color: var(--primary-light);
    transform: translateX(3px);
}

.footer-bottom {
    background: rgba(0, 0, 0, 0.3);
    border-top: 1px solid rgba(0, 188, 212, 0.1);
    padding: 1.5rem 0;
}

.footer-payment-icons {
    font-size: 1.5rem;
    color: rgba(255, 255, 255, 0.6);
}

.footer-payment-icons i {
    transition: all 0.3s ease;
    cursor: pointer;
}

.footer-payment-icons i:hover {
    color: var(--primary-light);
    transform: scale(1.2);
}

/* Payment Icons Specific Colors */
.footer-payment-icons .fa-cc-visa {
    color: rgba(255, 255, 255, 0.7);
}

.footer-payment-icons .fa-cc-mastercard {
    color: rgba(255, 255, 255, 0.7);
}

.footer-payment-icons .fa-cc-paypal {
    color: rgba(255, 255, 255, 0.7);
}

.footer-payment-icons .fa-cc-visa:hover {
    color: #1434CB;
    transform: scale(1.3);
}

.footer-payment-icons .fa-cc-mastercard:hover {
    color: #EB001B;
    transform: scale(1.3);
}

.footer-payment-icons .fa-cc-paypal:hover {
    color: #0070BA;
    transform: scale(1.3);
}

footer a {
    transition: all 0.3s ease;
    display: inline-block;
}

/* Responsive */
@media (max-width: 992px) {
    .top-header .col-lg-6 {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    
    .top-header .col-lg-3:last-child {
        margin-top: 1rem;
    }
    
    .logo-text {
        font-size: 1.5rem;
    }
}

@media (max-width: 768px) {
    .hero-section h1 {
        font-size: 2rem;
    }
    
    .hero-section .fas {
        font-size: 100px !important;
    }
    
    .promo-banner-large {
        min-height: 300px;
    }
    
    .game-icon-item {
        width: 120px;
    }
    
    .game-icon-circle {
        width: 100px;
        height: 100px;
    }
    
    .top-header .d-flex {
        flex-wrap: wrap;
    }
    
    .theme-toggle {
        margin-top: 0.5rem;
    }
    
    .cart-header-btn {
        font-size: 0.875rem;
        padding: 0.5rem 0.75rem;
    }
    
    .logo-subtitle {
        font-size: 0.65rem;
    }
    
    .hero-section-modern {
        border-radius: 0;
    }
    
    .hero-slider-nav {
        padding: 0 1rem;
    }
    
    .slider-nav-btn {
        width: 40px;
        height: 40px;
    }
    
    .hero-slider-dots {
        bottom: 1rem;
    }
    
    /* Mobilde arama formunu daha da kompakt yap */
    .top-header {
        padding: 0.25rem 0 !important;
    }
    
    .top-header .row {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    
    .top-header .col-lg-6,
    .top-header .col-md-5 {
        padding-left: 0.4rem !important;
        padding-right: 0.4rem !important;
        margin-top: 0.2rem !important;
        margin-bottom: 0.2rem !important;
    }
    
    .top-header .search-form .input-group {
        height: 32px !important;
        max-height: 32px !important;
        border-radius: 16px !important;
    }
    
    .top-header .search-form .search-input {
        padding: 0.35rem 0.65rem !important;
        font-size: 0.75rem !important;
        border-radius: 16px 0 0 16px !important;
        height: 32px !important;
    }
    
    .top-header .search-form .search-input::placeholder {
        font-size: 0.7rem !important;
    }
    
    .top-header .search-form .search-button {
        padding: 0.3rem 0.75rem !important;
        border-radius: 0 16px 16px 0 !important;
        min-width: 38px !important;
        width: 38px !important;
        font-size: 0.75rem !important;
        height: 32px !important;
    }
    
    .top-header .search-form .search-button i {
        font-size: 0.8rem !important;
    }
    
    .top-header .col-lg-6 {
        order: 3;
        width: 100%;
    }
}

@media (max-width: 576px) {
    .top-header .d-flex {
        justify-content: center;
    }
    
    .top-header .col-lg-3:last-child {
        width: 100%;
        text-align: center;
        margin-top: 1rem;
    }
    
    .top-header {
        padding: 0.2rem 0 !important;
    }
    
    .top-header .row {
        padding-top: 0.2rem !important;
        padding-bottom: 0.2rem !important;
    }
    
    .top-header .col-lg-6,
    .top-header .col-md-5 {
        padding-left: 0.35rem !important;
        padding-right: 0.35rem !important;
        margin-top: 0.15rem !important;
        margin-bottom: 0.15rem !important;
    }
    
    .top-header .col-lg-6 {
        margin-top: 0.15rem !important;
    }
    
    .top-header .col-lg-6 .d-flex {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .top-header .search-form .input-group {
        height: 30px !important;
        max-height: 30px !important;
        border-radius: 14px !important;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) !important;
    }
    
    .top-header .search-form .search-input {
        padding: 0.3rem 0.6rem !important;
        font-size: 0.7rem !important;
        border-radius: 14px 0 0 14px !important;
        height: 30px !important;
        width: calc(100% - 36px) !important;
    }
    
    .top-header .search-form .search-input::placeholder {
        font-size: 0.65rem !important;
    }
    
    .top-header .search-form .search-button {
        padding: 0.25rem 0.7rem !important;
        border-radius: 0 14px 14px 0 !important;
        min-width: 36px !important;
        width: 36px !important;
        font-size: 0.7rem !important;
        height: 30px !important;
    }
    
    .top-header .search-form .search-button i {
        font-size: 0.75rem !important;
    }
    
    .top-header .col-lg-2,
    .top-header .col-lg-4 {
        padding-left: 0.4rem !important;
        padding-right: 0.4rem !important;
    }
    
    .theme-toggle {
        width: 100%;
        justify-content: center;
    }
    
    .cart-header-btn {
        font-size: 0.75rem;
        padding: 0.4rem 0.6rem;
    }
    
    .hero-buttons .btn {
        width: 100%;
        margin-bottom: 0.5rem;
    }
    
    .hero-stats {
        justify-content: center;
    }
    
    .stat-item {
        flex: 0 0 auto;
    }
}

/* Utilities */
.text-primary {
    color: var(--primary-color) !important;
}

.bg-primary {
    background: var(--gradient-primary) !important;
}

/* Product Grid */
.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1.5rem;
}

/* Loading Overlay */
.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 23, 42, 0.9);
    backdrop-filter: blur(10px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.loading-spinner {
    border: 4px solid var(--dark-border);
    border-top: 4px solid var(--primary-color);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Stock Badge */
.stock-badge {
    font-size: 0.75rem;
}

.stock-badge.in-stock {
    color: var(--success-color);
}

.stock-badge.out-of-stock {
    color: var(--danger-color);
}

/* Price */
.price-original {
    text-decoration: line-through;
    color: var(--text-secondary);
    font-size: 0.9rem;
}

.price-discount {
    color: var(--danger-color);
    font-weight: bold;
}

/* Filter Sidebar */
.filter-sidebar {
    background: var(--dark-lighter);
    border: 1px solid var(--dark-border);
    border-radius: 15px;
    padding: 1.5rem;
}

/* Category Filter List - Modern Design */
.category-filter-list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.category-filter-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.875rem 1rem;
    background: var(--dark-color);
    border: 1px solid var(--dark-border);
    border-radius: 12px;
    text-decoration: none;
    color: var(--text-primary);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.category-filter-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 4px;
    background: var(--gradient-primary);
    transform: scaleY(0);
    transition: transform 0.3s ease;
}

.category-filter-item:hover {
    background: var(--dark-lighter);
    border-color: var(--primary-color);
    transform: translateX(5px);
    box-shadow: 0 4px 12px rgba(0, 188, 212, 0.2);
}

.category-filter-item:hover::before {
    transform: scaleY(1);
}

.category-filter-item.active {
    background: linear-gradient(135deg, rgba(0, 188, 212, 0.15) 0%, rgba(0, 151, 167, 0.1) 100%);
    border-color: var(--primary-color);
    box-shadow: 0 4px 16px rgba(0, 188, 212, 0.3);
}

.category-filter-item.active::before {
    transform: scaleY(1);
}

.category-filter-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, rgba(0, 188, 212, 0.2) 0%, rgba(0, 151, 167, 0.15) 100%);
    border-radius: 10px;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.category-filter-icon i {
    font-size: 1rem;
    color: var(--primary-color);
    transition: all 0.3s ease;
}

/* Özel kategori ikon görseli */
.category-filter-icon .category-icon-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 8px;
    padding: 4px;
}

.category-filter-item:hover .category-filter-icon .category-icon-image,
.category-filter-item.active .category-filter-icon .category-icon-image {
    filter: brightness(1.2);
    transform: scale(1.1);
}

/* Featured kategoriler için özel ikon görseli */
.category-icon-image-featured {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 8px;
    border-radius: 50%;
}

.featured-game-icon-wrapper .category-icon-image-featured {
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
}

.featured-game-card:hover .category-icon-image-featured {
    transform: scale(1.1) rotate(5deg);
    transition: all 0.3s ease;
}

/* Nav menü için kategori ikonu */
.nav-category-icon {
    display: inline-block;
    vertical-align: middle;
}

/* Kategori kartları için özel ikon görseli */
.category-icon-image-custom {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
    z-index: 2;
}

.category-icon-wrapper .category-icon-image-custom {
    max-width: 80px;
    max-height: 80px;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.3));
}

.category-icon-on-image .category-icon-image-custom {
    max-width: 60px;
    max-height: 60px;
}

.category-card-modern:hover .category-icon-image-custom {
    transform: scale(1.1);
    transition: all 0.3s ease;
}

.category-filter-item:hover .category-filter-icon {
    background: var(--gradient-primary);
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(0, 188, 212, 0.4);
}

.category-filter-item:hover .category-filter-icon i {
    color: #FFFFFF;
    transform: scale(1.1);
}

.category-filter-item.active .category-filter-icon {
    background: var(--gradient-primary);
    box-shadow: 0 4px 12px rgba(0, 188, 212, 0.4);
}

.category-filter-item.active .category-filter-icon i {
    color: #FFFFFF;
}

.category-filter-text {
    flex: 1;
    font-weight: 500;
    font-size: 0.95rem;
    transition: color 0.3s ease;
}

.category-filter-item:hover .category-filter-text {
    color: var(--primary-light);
}

.category-filter-item.active .category-filter-text {
    color: var(--primary-light);
    font-weight: 600;
}

.category-filter-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 24px;
    height: 24px;
    padding: 0 0.5rem;
    background: rgba(0, 188, 212, 0.2);
    color: var(--primary-color);
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.category-filter-item:hover .category-filter-badge {
    background: var(--primary-color);
    color: #FFFFFF;
    transform: scale(1.1);
}

.category-filter-item.active .category-filter-badge {
    background: var(--primary-color);
    color: #FFFFFF;
}

.category-filter-arrow {
    font-size: 0.75rem;
    color: var(--text-secondary);
    opacity: 0;
    transform: translateX(-5px);
    transition: all 0.3s ease;
}

.category-filter-item:hover .category-filter-arrow {
    opacity: 1;
    transform: translateX(0);
    color: var(--primary-color);
}

.category-filter-item.active .category-filter-arrow {
    opacity: 1;
    transform: translateX(0);
    color: var(--primary-color);
}

/* Order Status */
.status-badge {
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 500;
}

.status-pending {
    background-color: rgba(255, 243, 205, 0.2);
    color: #F59E0B;
    border: 1px solid #F59E0B;
}

.status-processing {
    background-color: rgba(207, 226, 255, 0.2);
    color: var(--info-color);
    border: 1px solid var(--info-color);
}

.status-completed {
    background-color: rgba(209, 231, 221, 0.2);
    color: var(--success-color);
    border: 1px solid var(--success-color);
}

.status-cancelled {
    background-color: rgba(248, 215, 218, 0.2);
    color: var(--danger-color);
    border: 1px solid var(--danger-color);
}

/* Scrollbar Styling */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: var(--dark-color);
}

::-webkit-scrollbar-thumb {
    background: var(--gradient-primary);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--primary-dark);
}

/* Floating Animation */
@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-20px); }
}

.float-animation {
    animation: float 3s ease-in-out infinite;
}

/* Pulse Glow */
@keyframes pulseGlow {
    0%, 100% { box-shadow: 0 0 20px rgba(0, 188, 212, 0.5); }
    50% { box-shadow: 0 0 40px rgba(0, 188, 212, 0.8); }
}

.pulse-glow {
    animation: pulseGlow 2s ease-in-out infinite;
}

/* Ripple Effect */
.ripple-effect {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: ripple 0.6s ease-out;
    pointer-events: none;
}

@keyframes ripple {
    0% {
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        width: 200px;
        height: 200px;
        opacity: 0;
    }
}

/* Custom Cursor kaldırıldı */

/* Scrolled Header */
.main-header.scrolled {
    background: rgba(15, 23, 42, 0.98);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

/* Keyboard Navigation */
body.keyboard-nav *:focus {
    outline: 3px solid var(--primary-color) !important;
    outline-offset: 2px;
}

/* Visible Animation */
.product-card.visible,
.category-card.visible,
.promo-banner.visible {
    animation: fadeInUp 0.6s ease-out forwards;
}

/* Page Load Animation - scroll'u kilitlemeden sadece animasyonları kontrol et */
body.page-loaded * {
    animation-duration: 0.001ms !important;
    animation-delay: 0s !important;
}

/* Smooth Transitions */
* {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* Enhanced Product Card Hover */
.product-card {
    position: relative;
    overflow: visible !important;
}

.product-card::after {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: var(--gradient-primary);
    border-radius: 15px;
    opacity: 0;
    z-index: -1;
    transition: opacity 0.3s ease;
    filter: blur(10px);
    pointer-events: none; /* Overlay tıklamaları engellemesin */
}

.product-card:hover::after {
    opacity: 0.5;
}

/* Game Icons Pause on Hover */
.game-icons-container:hover .game-icons-scroll {
    animation-play-state: paused;
}

/* Additional Animations */
@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes scaleIn {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Preloader */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--dark-color);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.preloader .loading-spinner {
    width: 60px;
    height: 60px;
    border-width: 5px;
}

/* Light Theme (Day Mode) */
body.light-theme {
    --dark-color: #F8FAFC;
    --dark-lighter: #FFFFFF;
    --dark-border: #E2E8F0;
    --text-primary: #1E293B;
    --text-secondary: #64748B;
    background: #F8FAFC !important;
    color: var(--text-primary) !important;
    transition: none !important;
}

/* Sayfa yüklendikten sonra geçiş animasyonunu aktif et */
body.loaded {
    transition: background-color 0.2s ease, color 0.2s ease !important;
}

body.loaded.light-theme {
    transition: background-color 0.2s ease, color 0.2s ease !important;
}

body.light-theme .top-header {
    background: #FFFFFF;
    border-bottom: 1px solid #E2E8F0;
}

body.light-theme .main-header {
    background: rgba(255, 255, 255, 0.95);
    border-bottom: 1px solid #E2E8F0;
}

body.light-theme .navbar {
    background: transparent !important;
}

body.light-theme .nav-link {
    color: var(--text-primary) !important;
}

body.light-theme .nav-link:hover {
    background: rgba(0, 188, 212, 0.12);
    color: var(--primary-color) !important;
    box-shadow: 0 2px 8px rgba(0, 188, 212, 0.2);
}

body.light-theme .nav-link.active {
    background: rgba(0, 188, 212, 0.15);
    box-shadow: 0 2px 10px rgba(0, 188, 212, 0.25);
}

body.light-theme .admin-nav-link {
    background: #DC2626 !important;
    color: white !important;
}

body.light-theme .admin-nav-link:hover {
    background: #B91C1C !important;
    color: white !important;
}

body.light-theme .admin-nav-link.active {
    background: #B91C1C !important;
    color: white !important;
}

body.light-theme .admin-nav-link i {
    color: white !important;
}

body.light-theme .nav-link:hover {
    background: rgba(0, 188, 212, 0.1);
    color: var(--primary-color) !important;
}

body.light-theme .product-card,
body.light-theme .category-card,
body.light-theme .card {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
}

body.light-theme .promo-banner {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
}

body.light-theme .search-input {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    color: var(--text-primary);
}

body.light-theme .filter-sidebar {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
}

/* Light Theme - Category Filter */
body.light-theme .category-filter-item {
    background: #F8FAFC;
    border: 1px solid #E2E8F0;
    color: #1E293B;
}

body.light-theme .category-filter-item:hover {
    background: #FFFFFF;
    border-color: var(--primary-color);
    box-shadow: 0 4px 12px rgba(0, 188, 212, 0.15);
}

body.light-theme .category-filter-item.active {
    background: linear-gradient(135deg, rgba(0, 188, 212, 0.1) 0%, rgba(0, 151, 167, 0.08) 100%);
    border-color: var(--primary-color);
    box-shadow: 0 4px 16px rgba(0, 188, 212, 0.2);
}

body.light-theme .category-filter-icon {
    background: linear-gradient(135deg, rgba(0, 188, 212, 0.1) 0%, rgba(0, 151, 167, 0.08) 100%);
}

body.light-theme .category-filter-icon i {
    color: var(--primary-color);
}

body.light-theme .category-filter-item:hover .category-filter-text {
    color: var(--primary-color);
}

body.light-theme .category-filter-item.active .category-filter-text {
    color: var(--primary-color);
}

body.light-theme .category-filter-badge {
    background: rgba(0, 188, 212, 0.1);
    color: var(--primary-color);
}

body.light-theme .category-filter-item:hover .category-filter-badge {
    background: var(--primary-color);
    color: #FFFFFF;
}

body.light-theme .category-filter-item.active .category-filter-badge {
    background: var(--primary-color);
    color: #FFFFFF;
}

body.light-theme .category-filter-arrow {
    color: #64748B;
}

body.light-theme .category-filter-item:hover .category-filter-arrow,
body.light-theme .category-filter-item.active .category-filter-arrow {
    color: var(--primary-color);
}

body.light-theme .table {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
}

body.light-theme .table thead {
    background: #F8FAFC;
}

body.light-theme .flash-sale-banner {
    background: linear-gradient(135deg, #DC2626 0%, #B91C1C 100%);
}

body.light-theme .stats-container,
body.light-theme .trust-container {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
}

body.light-theme .stat-card {
    background: #F8FAFC;
    border: 1px solid #E2E8F0;
}

body.light-theme .testimonial-card {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
}

body.light-theme .testimonial-text {
    color: var(--text-primary) !important;
}

body.light-theme .support-chat-box {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
}

/* Light Theme - Hero Slider */
body.light-theme .hero-slide {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

/* Featured Games Section - Modern Design */
.featured-games-section {
    padding: 2rem 0;
}

.section-header {
    margin-bottom: 2rem;
}

.section-title {
    font-size: 2rem;
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

/* Light Theme - Section Titles */
body.light-theme .section-title {
    color: #1E293B !important;
}

body.light-theme .section-subtitle {
    color: #64748B !important;
}

body.light-theme .featured-games-section {
    background: transparent;
}

body.light-theme .featured-games-section .section-title {
    color: #1E293B !important;
}

body.light-theme .featured-games-section .section-subtitle {
    color: #64748B !important;
}

.section-subtitle {
    color: var(--text-secondary);
    font-size: 1rem;
    margin-bottom: 0;
}

.featured-games-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.featured-game-card {
    text-decoration: none;
    color: inherit;
    display: block;
    animation: fadeInUp 0.6s ease-out backwards;
}

.featured-game-card-inner {
    background: var(--dark-lighter);
    border: 2px solid var(--dark-border);
    border-radius: 20px;
    padding: 2rem 1.5rem;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.featured-game-card-inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: left 0.6s ease;
}

.featured-game-card:hover .featured-game-card-inner::before {
    left: 100%;
}

.featured-game-card:hover .featured-game-card-inner {
    transform: translateY(-10px);
    border-color: var(--primary-color);
    box-shadow: 0 10px 40px rgba(0, 188, 212, 0.3);
}

.featured-game-icon-wrapper {
    width: 90px;
    height: 90px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    position: relative;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    transition: all 0.4s ease;
    overflow: hidden;
}

/* Kategori görseli overlay */
.featured-game-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.6) 100%);
    z-index: 1;
    border-radius: 20px;
}

.featured-game-card:hover .featured-game-icon-wrapper {
    transform: scale(1.15) rotate(5deg);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.4);
}

.featured-game-icon-wrapper i {
    font-size: 2.5rem;
    color: white;
    position: relative;
    z-index: 2;
    filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.3));
}

.featured-game-icon-wrapper .category-icon-image-featured {
    position: relative;
    z-index: 2;
}

.featured-game-icon-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    height: 120%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
    border-radius: 50%;
    animation: iconGlowPulse 3s ease-in-out infinite;
    z-index: 1;
}

/* Kategori görseli varsa glow'u azalt */
.featured-game-icon-wrapper[style*="background-image"] .featured-game-icon-glow {
    background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 0%, transparent 70%);
}

@keyframes iconGlowPulse {
    0%, 100% { 
        opacity: 0.5; 
        transform: translate(-50%, -50%) scale(1); 
    }
    50% { 
        opacity: 0.8; 
        transform: translate(-50%, -50%) scale(1.2); 
    }
}

.featured-game-content {
    flex: 1;
    width: 100%;
}

.featured-game-name {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
    transition: color 0.3s ease;
}

.featured-game-count {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
}

.featured-game-hover-effect {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 40px;
    height: 40px;
    background: rgba(0, 188, 212, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: translateX(-10px) rotate(-90deg);
    transition: all 0.4s ease;
}

.featured-game-card:hover .featured-game-hover-effect {
    opacity: 1;
    transform: translateX(0) rotate(0deg);
    background: rgba(0, 188, 212, 0.2);
}

.featured-game-hover-effect i {
    color: var(--primary-color);
    font-size: 1rem;
}

/* Light Theme - Featured Games */
body.light-theme .featured-game-card-inner {
    background: #FFFFFF;
    border-color: #E2E8F0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

body.light-theme .featured-game-card:hover .featured-game-card-inner {
    box-shadow: 0 10px 40px rgba(0, 188, 212, 0.2);
    border-color: var(--primary-color);
}

body.light-theme .featured-game-name {
    color: #1E293B;
}

body.light-theme .featured-game-count {
    color: #64748B;
}

body.light-theme .featured-game-hover-effect {
    background: rgba(0, 188, 212, 0.1);
}

body.light-theme .featured-game-hover-effect i {
    color: var(--primary-color);
}

/* Responsive */
@media (max-width: 1200px) {
    .featured-games-grid {
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    }
}

@media (max-width: 768px) {
    .featured-games-grid {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        gap: 1rem;
    }
    
    .featured-game-icon-wrapper {
        width: 70px;
        height: 70px;
    }
    
    .featured-game-icon-wrapper i {
        font-size: 2rem;
    }
    
    .featured-game-card-inner {
        padding: 1.5rem 1rem;
    }
    
    .section-title {
        font-size: 1.5rem;
    }
}

/* Light Theme - Game Icons */
body.light-theme .game-icon-circle {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

body.light-theme .game-icon-label {
    color: #1E293B;
}

/* Light Theme - Flash Sale */
body.light-theme .flash-sale-banner {
    background: linear-gradient(135deg, #DC2626 0%, #B91C1C 100%);
}

/* Light Theme - Scroll to Top */
body.light-theme .scroll-to-top {
    background: var(--primary-color);
    color: #FFFFFF;
    box-shadow: 0 4px 12px rgba(0, 188, 212, 0.3);
}

body.light-theme .scroll-to-top:hover {
    box-shadow: 0 6px 20px rgba(0, 188, 212, 0.5);
}

/* Light Theme - Live Support */
body.light-theme .live-support-widget {
    background: #FFFFFF;
}

body.light-theme .support-toggle-btn {
    background: var(--primary-color);
    color: #FFFFFF;
    box-shadow: 0 4px 12px rgba(0, 188, 212, 0.3);
}

body.light-theme .support-toggle-btn:hover {
    box-shadow: 0 6px 20px rgba(0, 188, 212, 0.5);
}

/* Light Theme - Body Background */
body.light-theme::before {
    background: 
        radial-gradient(circle at 20% 50%, rgba(0, 188, 212, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(0, 151, 167, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 40% 20%, rgba(0, 188, 212, 0.03) 0%, transparent 50%);
}

/* Light Theme - Product Cards */
body.light-theme .product-card {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

body.light-theme .product-card-link {
    color: inherit !important;
}

body.light-theme .product-card-link:hover {
    transform: translateY(-5px);
}

body.light-theme .product-card-link:hover .product-card,
body.light-theme .product-card:hover {
    box-shadow: 0 8px 24px rgba(0, 188, 212, 0.15);
    border-color: var(--primary-color);
    cursor: pointer;
}

body.light-theme .product-card .card-title {
    color: #1E293B;
}

body.light-theme .product-card .card-text {
    color: #64748B !important;
}

/* Light Theme - Category Cards */
body.light-theme .category-card-modern {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
}

body.light-theme .category-card-modern:hover {
    border-color: var(--primary-color);
    box-shadow: 0 8px 24px rgba(0, 188, 212, 0.15);
}

/* Light Theme - Footer */
body.light-theme .footer-modern {
    background: linear-gradient(180deg, #FFFFFF 0%, #F8FAFC 100%);
    border-top: 2px solid var(--primary-color);
}

body.light-theme .footer-modern::before {
    background: var(--gradient-primary);
}

body.light-theme .footer-logo h4 {
    color: var(--text-primary) !important;
    background: none !important;
    -webkit-text-fill-color: var(--text-primary) !important;
}

body.light-theme .footer-description {
    color: var(--text-secondary) !important;
}

body.light-theme .footer-contact,
body.light-theme .contact-item {
    color: var(--text-primary) !important;
}

body.light-theme .contact-item strong {
    color: var(--text-primary) !important;
}

body.light-theme .contact-item small.text-muted {
    color: var(--text-secondary) !important;
}

body.light-theme .footer-title {
    color: var(--text-primary) !important;
    border-bottom-color: rgba(0, 188, 212, 0.3);
}

body.light-theme .footer-links a,
body.light-theme .footer-links-small a {
    color: var(--text-secondary) !important;
}

body.light-theme .footer-links a:hover,
body.light-theme .footer-links-small a:hover {
    color: var(--primary-color) !important;
}

body.light-theme .footer-bottom {
    background: rgba(0, 0, 0, 0.05) !important;
    border-top: 1px solid rgba(0, 188, 212, 0.2);
}

body.light-theme .footer-bottom .text-muted {
    color: var(--text-secondary) !important;
}

/* Light Theme - Payment Icons */
body.light-theme .footer-payment-icons {
    color: var(--text-secondary) !important;
}

body.light-theme .footer-payment-icons .fa-cc-visa {
    color: #1434CB !important;
    opacity: 0.8;
}

body.light-theme .footer-payment-icons .fa-cc-mastercard {
    color: #EB001B !important;
    opacity: 0.8;
}

body.light-theme .footer-payment-icons .fa-cc-paypal {
    color: #0070BA !important;
    opacity: 0.8;
}

body.light-theme .footer-payment-icons .fa-cc-visa:hover {
    color: #1434CB !important;
    opacity: 1;
    transform: scale(1.3);
}

body.light-theme .footer-payment-icons .fa-cc-mastercard:hover {
    color: #EB001B !important;
    opacity: 1;
    transform: scale(1.3);
}

body.light-theme .footer-payment-icons .fa-cc-paypal:hover {
    color: #0070BA !important;
    opacity: 1;
    transform: scale(1.3);
}

body.light-theme footer {
    background: #FFFFFF;
    border-top: 1px solid #E2E8F0;
    color: #1E293B;
}

body.light-theme footer h5,
body.light-theme footer h6 {
    color: #1E293B;
}

body.light-theme footer a {
    color: #64748B !important;
}

body.light-theme footer a:hover {
    color: var(--primary-color) !important;
}

/* Light Theme - Forms */
body.light-theme .form-control,
body.light-theme .form-select {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    color: #1E293B;
}

body.light-theme .form-control:focus,
body.light-theme .form-select:focus {
    background: #FFFFFF;
    border-color: var(--primary-color);
    color: #1E293B;
    box-shadow: 0 0 0 0.25rem rgba(0, 188, 212, 0.15);
}

/* Light Theme - Buttons */
body.light-theme .btn-outline-primary {
    border-color: var(--primary-color);
    color: var(--primary-color);
}

body.light-theme .btn-outline-primary:hover {
    background: var(--primary-color);
    color: #FFFFFF;
}

body.light-theme .btn-outline-light {
    border-color: #E2E8F0;
    color: #1E293B;
}

body.light-theme .btn-outline-light:hover {
    background: #F8FAFC;
    border-color: var(--primary-color);
    color: var(--primary-color);
}

/* Light Theme - Badges */
body.light-theme .badge {
    color: #FFFFFF;
}

/* Light Theme - Hero Section */
body.light-theme .hero-section-modern {
    background: linear-gradient(135deg, #F8FAFC 0%, #FFFFFF 100%);
}

body.light-theme .hero-section-new {
    background: transparent;
}

body.light-theme .hero-main-banner {
    background: linear-gradient(135deg, #E2E8F0 0%, #F8FAFC 100%) !important;
}

body.light-theme .hero-content-new {
    color: #1E293B;
}

body.light-theme .hero-title-new {
    color: #1E293B !important;
    text-shadow: none;
}

body.light-theme .hero-description-new {
    color: #64748B !important;
}

body.light-theme .hero-badge-new {
    background: rgba(0, 188, 212, 0.1);
    color: var(--primary-color);
    border: 1px solid rgba(0, 188, 212, 0.2);
}

body.light-theme .hero-badge {
    background: rgba(0, 188, 212, 0.1);
    color: var(--primary-color);
    border: 1px solid rgba(0, 188, 212, 0.2);
}

body.light-theme .hero-title,
body.light-theme .hero-subtitle {
    color: #1E293B;
}

/* Light Theme - Promo Banners */
body.light-theme .promo-banner-content {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

/* Light Theme - Stats */
body.light-theme .stat-card {
    background: #F8FAFC;
    border: 1px solid #E2E8F0;
}

body.light-theme .stat-number {
    color: var(--primary-color);
}

body.light-theme .stat-label {
    color: #64748B;
}

/* Light Theme - Trust Badges */
body.light-theme .trust-badge-item {
    color: #1E293B;
}

/* Light Theme - Features */
body.light-theme .features-section .card {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
}

body.light-theme .features-section .card:hover {
    box-shadow: 0 8px 24px rgba(0, 188, 212, 0.15);
}

/* Light Theme - Categories */
body.light-theme .categories-modern h2 {
    color: #1E293B;
}

/* Light Theme - Testimonials */
body.light-theme .testimonial-card {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
}

body.light-theme .testimonial-header h6 {
    color: #1E293B;
}

/* Light Theme - News Cards */
body.light-theme .news-card {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
}

body.light-theme .news-card .card-title a {
    color: #1E293B;
}

/* Light Theme - Filter Tabs */
body.light-theme .filter-tabs {
    border-bottom-color: #E2E8F0;
}

body.light-theme .filter-tab {
    color: #64748B;
}

body.light-theme .filter-tab:hover,
body.light-theme .filter-tab.active {
    color: var(--primary-color);
    background: rgba(0, 188, 212, 0.1);
}

/* Light Theme - Alert */
body.light-theme .alert {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
}

/* Light Theme - Product Image Placeholder */
body.light-theme .product-image-placeholder {
    background: linear-gradient(135deg, #F8FAFC 0%, #E2E8F0 100%);
}

/* Light Theme - Category Logo */
body.light-theme .category-logo-bg {
    background: rgba(255, 255, 255, 0.95);
    border-color: rgba(0, 188, 212, 0.3);
}

body.light-theme .product-card:hover .category-logo-bg {
    background: rgba(0, 188, 212, 0.1);
    border-color: rgba(0, 188, 212, 0.6);
}

/* Theme Toggle Button */
.theme-toggle-btn {
    position: relative;
    width: 45px;
    height: 45px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    transition: all 0.3s ease;
    margin-right: 0.5rem;
}

.theme-toggle-btn:hover {
    transform: scale(1.1) rotate(15deg);
    box-shadow: 0 4px 12px rgba(0, 188, 212, 0.3);
}

.theme-toggle-btn i {
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.theme-toggle-btn:hover i {
    transform: rotate(180deg);
}

/* Light Theme - Toggle Button */
body.light-theme .theme-toggle-btn {
    border-color: var(--primary-color);
    color: var(--primary-color);
    background: rgba(0, 188, 212, 0.05);
}

body.light-theme .theme-toggle-btn:hover {
    background: var(--primary-color);
    color: #FFFFFF;
}

/* Smooth Theme Transition */
body {
    transition: background-color 0.3s ease, color 0.3s ease;
}

body * {
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

body.light-theme .message-content p {
    background: #F8FAFC;
    color: var(--text-primary);
}

/* Light theme text colors - okunabilirlik için */
body.light-theme .text-white,
body.light-theme .card-title.text-white,
body.light-theme h1.text-white,
body.light-theme h2.text-white,
body.light-theme h3.text-white,
body.light-theme h4.text-white,
body.light-theme h5.text-white,
body.light-theme h6.text-white,
body.light-theme .hero-title,
body.light-theme .hero-subtitle,
body.light-theme .promo-title,
body.light-theme .category-name,
body.light-theme .flash-title,
body.light-theme .stat-number,
body.light-theme .trust-badge-item h6 {
    color: var(--text-primary) !important;
}

body.light-theme .btn-outline-light,
body.light-theme .btn-light {
    color: var(--text-primary) !important;
    border-color: var(--dark-border);
    background: #FFFFFF;
}

body.light-theme .btn-outline-light:hover,
body.light-theme .btn-light:hover {
    background: var(--primary-color);
    color: #FFFFFF !important;
}

body.light-theme .hero-badge,
body.light-theme .flash-badge {
    background: rgba(0, 188, 212, 0.15);
    color: var(--primary-color) !important;
    border-color: var(--primary-color);
}

body.light-theme .text-gradient {
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Light Theme - Section Headers */
body.light-theme section h2 {
    color: #1E293B;
}

/* Light Theme - News Cards */
body.light-theme .news-image-wrapper {
    background: #F8FAFC;
}

/* Light Theme - Category Cards */
body.light-theme .category-name {
    color: #1E293B;
}

body.light-theme .category-description {
    color: #64748B;
}

/* ============================================
   ADMIN PANEL MODERN STYLES
   ============================================ */

/* Admin Card Enhancements */
.admin-page .card {
    border: none;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    transition: all 0.3s ease;
    overflow: hidden;
}

.admin-page .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 188, 212, 0.2);
}

.admin-page .card-header {
    background: var(--gradient-primary);
    color: white;
    border: none;
    padding: 0.875rem 1.25rem;
    font-weight: 600;
    font-size: 0.95rem;
    border-radius: 20px 20px 0 0;
}

.admin-page .card-body {
    padding: 1.25rem;
}

/* Admin Stats Cards */
.admin-page .card.text-center {
    background: linear-gradient(135deg, var(--dark-lighter) 0%, var(--dark-color) 100%);
    border: 2px solid var(--dark-border);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.admin-page .card.text-center::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: var(--gradient-primary);
    transition: left 0.5s ease;
    opacity: 0.1;
}

.admin-page .card.text-center:hover::before {
    left: 0;
}

.admin-page .card.text-center:hover {
    border-color: var(--primary-color);
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 188, 212, 0.3);
}

.admin-page .card.text-center i {
    transition: all 0.3s ease;
}

.admin-page .card.text-center:hover i {
    transform: scale(1.2);
    color: var(--primary-color) !important;
}

/* Admin Menu Cards */
.admin-page a.card {
    text-decoration: none;
    background: var(--dark-lighter);
    border: 2px solid var(--dark-border);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
}

.admin-page a.card::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: var(--gradient-primary);
    opacity: 0.1;
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.admin-page a.card:hover::after {
    width: 300px;
    height: 300px;
}

.admin-page a.card:hover {
    border-color: var(--primary-color);
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 15px 40px rgba(0, 188, 212, 0.4);
}

.admin-page a.card .card-body {
    position: relative;
    z-index: 2;
    color: var(--text-primary);
}

/* Light Theme - Admin Card Body All Text Override */
body.light-theme .admin-page a.card .card-body,
body.light-theme.admin-page-active a.card .card-body {
    color: #1E293B !important;
}

body.light-theme .admin-page a.card .card-body *:not(i):not(.badge),
body.light-theme.admin-page-active a.card .card-body *:not(i):not(.badge) {
    color: #1E293B !important;
}

.admin-page a.card i {
    transition: all 0.3s ease;
    font-size: 1.25rem;
}

.admin-page a.card:hover i {
    transform: scale(1.15) rotate(3deg);
}

.admin-page a.card:hover p {
    color: var(--primary-color);
    font-weight: 600;
}

/* Admin Badge Enhancements */
.admin-page .badge {
    font-size: 0.7rem;
    padding: 0.4rem 0.8rem;
    animation: pulse 2s infinite;
}

/* Admin Card Badge - Notification badges on cards */
.admin-page a.card.position-relative {
    overflow: visible !important;
}

.admin-page a.card .card-body {
    overflow: visible !important;
}

.admin-page a.card .badge.bg-danger {
    position: absolute !important;
    top: -8px !important;
    right: -8px !important;
    min-width: 24px !important;
    height: 24px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 10 !important;
    font-size: 0.7rem !important;
    padding: 0 6px !important;
    border-radius: 12px !important;
    box-shadow: 0 2px 8px rgba(239, 68, 68, 0.4) !important;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

/* Admin Table Enhancements */
.admin-page .table {
    background: var(--dark-lighter);
    border-radius: 15px;
}

.admin-page .table thead {
    background: var(--dark-color);
    color: white;
}

.admin-page .table tbody tr {
    transition: all 0.2s ease;
}

.admin-page .table tbody tr:hover {
    background: rgba(0, 188, 212, 0.1);
    transform: scale(1.01);
}

/* Admin Buttons */
.admin-page .btn {
    border-radius: 10px;
    padding: 0.6rem 1.5rem;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
}

.admin-page .btn-primary {
    background: var(--gradient-primary);
    box-shadow: 0 4px 15px rgba(0, 188, 212, 0.3);
}

.admin-page .btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 188, 212, 0.5);
}

.admin-page .btn-outline-primary {
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
    background: transparent;
}

.admin-page .btn-outline-primary:hover {
    background: var(--gradient-primary);
    color: white;
    transform: translateY(-3px);
}

/* Admin Form Controls */
.admin-page .form-control,
.admin-page .form-select {
    background: var(--dark-lighter);
    border: 2px solid var(--dark-border);
    border-radius: 10px;
    padding: 0.75rem 1rem;
    transition: all 0.3s ease;
}

.admin-page .form-control:focus,
.admin-page .form-select:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.25rem rgba(0, 188, 212, 0.25);
    transform: translateY(-2px);
}

/* Admin Page Header */
.admin-page h2 {
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
    font-size: 1.75rem;
}

.admin-page h3 {
    font-size: 1.5rem;
    font-weight: 600;
}

.admin-page h4 {
    font-size: 1.25rem;
    font-weight: 600;
}

.admin-page h5 {
    font-size: 1.15rem;
    font-weight: 600;
}

/* Admin Container */
.admin-page .container-fluid {
    max-width: 1400px;
    margin: 0 auto;
    padding: 1.5rem;
}

/* Admin Page - Scroll ve Interaktivite Düzeltmeleri */
body.admin-page-active {
    overflow-y: auto !important;
    overflow-x: hidden !important;
    height: auto !important;
    min-height: 100vh !important;
    position: relative !important;
}

body.admin-page-active main,
body.admin-page-active .admin-page {
    overflow: visible !important;
    height: auto !important;
    min-height: auto !important;
    position: relative !important;
    pointer-events: auto !important;
}

.admin-page {
    overflow: visible !important;
    height: auto !important;
    min-height: auto !important;
    position: relative !important;
    pointer-events: auto !important;
    z-index: 1 !important;
    width: 100% !important;
}

.admin-page * {
    pointer-events: auto !important;
}

/* Admin Page Animation - Sadece görsel elementler için (scroll'u engellemez) */
.admin-page .card,
.admin-page .table,
.admin-page .btn {
    animation: fadeIn 0.5s ease-out;
}

/* Admin container overflow düzeltmesi */
.admin-page .container-fluid {
    overflow: visible !important;
    position: relative !important;
}

/* Admin form ve butonlar - tüm etkileşimler aktif */
.admin-page form,
body.admin-page-active form {
    pointer-events: auto !important;
    position: relative !important;
    z-index: 10 !important;
}

.admin-page button,
.admin-page .btn,
.admin-page input[type="submit"],
.admin-page input[type="button"],
.admin-page .theme-toggle-btn,
body.admin-page-active button,
body.admin-page-active .btn,
body.admin-page-active input[type="submit"],
body.admin-page-active input[type="button"],
body.admin-page-active .theme-toggle-btn {
    pointer-events: auto !important;
    cursor: pointer !important;
    position: relative !important;
    z-index: 10 !important;
    user-select: none !important;
}

.admin-page a,
body.admin-page-active a {
    pointer-events: auto !important;
    cursor: pointer !important;
    position: relative !important;
    z-index: 10 !important;
}

/* Admin table - scroll ve etkileşim */
.admin-page .table-responsive,
body.admin-page-active .table-responsive {
    overflow-x: auto !important;
    overflow-y: visible !important;
    position: relative !important;
}

.admin-page .table,
body.admin-page-active .table {
    position: relative !important;
    z-index: 1 !important;
}

/* Admin modal ve overlay düzeltmeleri */
.admin-page .modal,
body.admin-page-active .modal {
    z-index: 1050 !important;
    pointer-events: auto !important;
}

.admin-page .modal-backdrop,
body.admin-page-active .modal-backdrop {
    z-index: 1040 !important;
    pointer-events: auto !important;
}

.admin-page input,
.admin-page textarea,
.admin-page select,
.admin-page [contenteditable="true"],
.admin-page .form-control,
.admin-page .form-select {
    cursor: text !important;
    user-select: text !important;
    pointer-events: auto !important;
    -webkit-user-select: text !important;
    -moz-user-select: text !important;
    -ms-user-select: text !important;
}

.admin-page input:focus,
.admin-page textarea:focus,
.admin-page select:focus,
.admin-page .form-control:focus,
.admin-page .form-select:focus {
    cursor: text !important;
    outline: 2px solid var(--primary-color) !important;
    outline-offset: 2px !important;
    user-select: text !important;
}

.admin-page button,
.admin-page a,
.admin-page .btn,
.admin-page [role="button"] {
    cursor: pointer !important;
    user-select: none !important;
    pointer-events: auto !important;
    -webkit-user-select: none !important;
}

.admin-page table {
    cursor: default !important;
}

.admin-page table td,
.admin-page table th {
    cursor: text !important;
    user-select: text !important;
    pointer-events: auto !important;
}

.admin-page .card {
    cursor: default !important;
}

.admin-page a.card {
    cursor: pointer !important;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Admin Stats Numbers */
.admin-page .card h3 {
    font-size: 2.5rem;
    font-weight: 800;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* ============================================
   ADMIN PANEL LIGHT THEME STYLES
   ============================================ */

/* Light Theme - Admin Page Background */
body.light-theme .admin-page,
body.light-theme.admin-page-active {
    background: #F8FAFC !important;
    color: #1E293B !important;
}

body.light-theme.admin-page-active main {
    background: #F8FAFC !important;
    color: #1E293B !important;
}

/* Light Theme - Admin Cards */
body.light-theme .admin-page .card {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    color: #1E293B;
}

body.light-theme .admin-page .card:hover {
    box-shadow: 0 8px 30px rgba(0, 188, 212, 0.15);
}

/* Light Theme - Admin Card Header */
body.light-theme .admin-page .card-header {
    background: var(--gradient-primary);
    color: white;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

/* Light Theme - Admin Card Body */
body.light-theme .admin-page .card-body {
    background: #FFFFFF;
    color: #1E293B;
}

/* Light Theme - Admin Stats Cards */
body.light-theme .admin-page .card.text-center {
    background: linear-gradient(135deg, #FFFFFF 0%, #F8FAFC 100%);
    border: 2px solid #E2E8F0;
    color: #1E293B;
}

body.light-theme .admin-page .card.text-center:hover {
    border-color: var(--primary-color);
    box-shadow: 0 12px 40px rgba(0, 188, 212, 0.2);
}

body.light-theme .admin-page .card.text-center .text-muted {
    color: #64748B !important;
}

/* Light Theme - Admin Menu Cards */
body.light-theme .admin-page a.card,
body.light-theme.admin-page-active a.card {
    background: #FFFFFF !important;
    border: 2px solid #E2E8F0 !important;
    color: #1E293B !important;
}

body.light-theme .admin-page a.card:hover,
body.light-theme.admin-page-active a.card:hover {
    border-color: var(--primary-color) !important;
    background: #F0FDFF !important;
    box-shadow: 0 15px 40px rgba(0, 188, 212, 0.15) !important;
}

body.light-theme .admin-page a.card p,
body.light-theme .admin-page a.card .card-body,
body.light-theme .admin-page a.card .card-body p,
body.light-theme.admin-page-active a.card p,
body.light-theme.admin-page-active a.card .card-body,
body.light-theme.admin-page-active a.card .card-body p {
    color: #1E293B !important;
}

body.light-theme .admin-page a.card:hover p,
body.light-theme .admin-page a.card:hover .card-body,
body.light-theme.admin-page-active a.card:hover p,
body.light-theme.admin-page-active a.card:hover .card-body {
    color: var(--primary-color) !important;
}

/* Light Theme - Admin Card Body Text */
body.light-theme .admin-page a.card .card-body,
body.light-theme.admin-page-active a.card .card-body {
    color: #1E293B !important;
}

body.light-theme .admin-page a.card .card-body *:not(.badge):not(i):not(.text-primary):not(.text-success):not(.text-danger):not(.text-warning):not(.text-info):not(.text-dark),
body.light-theme.admin-page-active a.card .card-body *:not(.badge):not(i):not(.text-primary):not(.text-success):not(.text-danger):not(.text-warning):not(.text-info):not(.text-dark) {
    color: #1E293B !important;
}

body.light-theme .admin-page a.card .card-body p,
body.light-theme .admin-page a.card .card-body span,
body.light-theme .admin-page a.card .card-body div,
body.light-theme .admin-page a.card .card-body h1,
body.light-theme .admin-page a.card .card-body h2,
body.light-theme .admin-page a.card .card-body h3,
body.light-theme .admin-page a.card .card-body h4,
body.light-theme .admin-page a.card .card-body h5,
body.light-theme .admin-page a.card .card-body h6,
body.light-theme.admin-page-active a.card .card-body p,
body.light-theme.admin-page-active a.card .card-body span,
body.light-theme.admin-page-active a.card .card-body div,
body.light-theme.admin-page-active a.card .card-body h1,
body.light-theme.admin-page-active a.card .card-body h2,
body.light-theme.admin-page-active a.card .card-body h3,
body.light-theme.admin-page-active a.card .card-body h4,
body.light-theme.admin-page-active a.card .card-body h5,
body.light-theme.admin-page-active a.card .card-body h6 {
    color: #1E293B !important;
}

body.light-theme .admin-page a.card:hover .card-body *:not(.badge):not(i):not(.text-primary):not(.text-success):not(.text-danger):not(.text-warning):not(.text-info):not(.text-dark),
body.light-theme.admin-page-active a.card:hover .card-body *:not(.badge):not(i):not(.text-primary):not(.text-success):not(.text-danger):not(.text-warning):not(.text-info):not(.text-dark) {
    color: var(--primary-color) !important;
}

/* Light Theme - Admin Tables */
body.light-theme .admin-page .table {
    background: #FFFFFF;
    color: #1E293B;
}

body.light-theme .admin-page .table thead {
    background: var(--gradient-primary);
    color: white;
}

body.light-theme .admin-page .table tbody {
    background: #FFFFFF;
}

body.light-theme .admin-page .table tbody tr {
    color: #1E293B;
    border-bottom: 1px solid #E2E8F0;
}

body.light-theme .admin-page .table tbody tr:hover {
    background: rgba(0, 188, 212, 0.05);
}

body.light-theme .admin-page .table td,
body.light-theme .admin-page .table th {
    color: #1E293B;
    border-color: #E2E8F0;
}

/* Light Theme - Admin Buttons */
body.light-theme .admin-page .btn-outline-primary {
    border-color: var(--primary-color);
    color: var(--primary-color);
    background: transparent;
}

body.light-theme .admin-page .btn-outline-primary:hover {
    background: var(--gradient-primary);
    color: white;
}

body.light-theme .admin-page .btn-outline-secondary {
    border-color: #64748B;
    color: #64748B;
}

body.light-theme .admin-page .btn-outline-secondary:hover {
    background: #64748B;
    color: white;
}

/* Light Theme - Admin Form Controls */
body.light-theme .admin-page .form-control,
body.light-theme .admin-page .form-select {
    background: #FFFFFF;
    border: 2px solid #E2E8F0;
    color: #1E293B;
}

body.light-theme .admin-page .form-control:focus,
body.light-theme .admin-page .form-select:focus {
    background: #FFFFFF;
    border-color: var(--primary-color);
    color: #1E293B;
    box-shadow: 0 0 0 0.25rem rgba(0, 188, 212, 0.15);
}

body.light-theme .admin-page .form-control::placeholder {
    color: #94A3B8;
}

/* Light Theme - Admin Page All Text Elements */
body.light-theme .admin-page,
body.light-theme.admin-page-active {
    color: #1E293B !important;
}

body.light-theme .admin-page *:not(.badge):not(i):not(.text-primary):not(.text-success):not(.text-danger):not(.text-warning):not(.text-info):not(.text-white):not(.bg-primary):not(.bg-success):not(.bg-danger):not(.bg-warning):not(.bg-info),
body.light-theme.admin-page-active *:not(.badge):not(i):not(.text-primary):not(.text-success):not(.text-danger):not(.text-warning):not(.text-info):not(.text-white):not(.bg-primary):not(.bg-success):not(.bg-danger):not(.bg-warning):not(.bg-info) {
    color: #1E293B !important;
}

body.light-theme .admin-page h1,
body.light-theme .admin-page h2,
body.light-theme .admin-page h3,
body.light-theme .admin-page h4,
body.light-theme .admin-page h5,
body.light-theme .admin-page h6,
body.light-theme .admin-page p,
body.light-theme .admin-page span:not(.badge):not(.text-primary):not(.text-success):not(.text-danger):not(.text-warning):not(.text-info):not(.text-white),
body.light-theme .admin-page div:not(.badge),
body.light-theme .admin-page td,
body.light-theme .admin-page th,
body.light-theme .admin-page li,
body.light-theme .admin-page a:not(.btn):not(.text-primary):not(.text-success):not(.text-danger):not(.text-warning):not(.text-info):not(.text-white),
body.light-theme.admin-page-active h1,
body.light-theme.admin-page-active h2,
body.light-theme.admin-page-active h3,
body.light-theme.admin-page-active h4,
body.light-theme.admin-page-active h5,
body.light-theme.admin-page-active h6,
body.light-theme.admin-page-active p,
body.light-theme.admin-page-active span:not(.badge):not(.text-primary):not(.text-success):not(.text-danger):not(.text-warning):not(.text-info):not(.text-white),
body.light-theme.admin-page-active div:not(.badge),
body.light-theme.admin-page-active td,
body.light-theme.admin-page-active th,
body.light-theme.admin-page-active li,
body.light-theme.admin-page-active a:not(.btn):not(.text-primary):not(.text-success):not(.text-danger):not(.text-warning):not(.text-info):not(.text-white) {
    color: #1E293B !important;
}

/* Light Theme - Override text-dark and text-black */
body.light-theme .admin-page .text-dark,
body.light-theme .admin-page .text-black,
body.light-theme.admin-page-active .text-dark,
body.light-theme.admin-page-active .text-black {
    color: #1E293B !important;
}

/* Light Theme - Admin Footer */
body.light-theme .admin-page footer,
body.light-theme.admin-page-active footer {
    color: #1E293B !important;
}

body.light-theme .admin-page footer *:not(.badge):not(i):not(.text-primary):not(.text-success):not(.text-danger):not(.text-warning):not(.text-info):not(.text-white),
body.light-theme.admin-page-active footer *:not(.badge):not(i):not(.text-primary):not(.text-success):not(.text-danger):not(.text-warning):not(.text-info):not(.text-white) {
    color: #1E293B !important;
}

body.light-theme .admin-page footer p,
body.light-theme .admin-page footer span,
body.light-theme .admin-page footer div,
body.light-theme .admin-page footer a:not(.btn):not(.text-primary):not(.text-success):not(.text-danger):not(.text-warning):not(.text-info):not(.text-white),
body.light-theme.admin-page-active footer p,
body.light-theme.admin-page-active footer span,
body.light-theme.admin-page-active footer div,
body.light-theme.admin-page-active footer a:not(.btn):not(.text-primary):not(.text-success):not(.text-danger):not(.text-warning):not(.text-info):not(.text-white) {
    color: #1E293B !important;
}

/* Light Theme - Admin Labels */
body.light-theme .admin-page label,
body.light-theme .admin-page .form-label,
body.light-theme.admin-page-active label,
body.light-theme.admin-page-active .form-label {
    color: #1E293B !important;
}

body.light-theme .admin-page .form-text,
body.light-theme .admin-page small.text-muted {
    color: #64748B !important;
}

/* Light Theme - Admin Page Header */
body.light-theme .admin-page h1,
body.light-theme .admin-page h2,
body.light-theme .admin-page h3,
body.light-theme .admin-page h4,
body.light-theme .admin-page h5,
body.light-theme .admin-page h6,
body.light-theme.admin-page-active h1,
body.light-theme.admin-page-active h2,
body.light-theme.admin-page-active h3,
body.light-theme.admin-page-active h4,
body.light-theme.admin-page-active h5,
body.light-theme.admin-page-active h6 {
    color: #1E293B !important;
}

body.light-theme .admin-page h2,
body.light-theme.admin-page-active h2 {
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: var(--primary-color) !important;
}

body.light-theme .admin-page .text-muted,
body.light-theme.admin-page-active .text-muted,
body.light-theme .admin-page small,
body.light-theme.admin-page-active small {
    color: #64748B !important;
}

/* Light Theme - Admin Panel Global Text Override - Must be last */
body.light-theme .admin-page,
body.light-theme.admin-page-active,
body.light-theme .admin-page main,
body.light-theme.admin-page-active main {
    color: #1E293B !important;
}

/* Override all text elements in admin panel - removed inherit to prevent issues */

/* Force text color for specific elements */
body.light-theme .admin-page p,
body.light-theme .admin-page span:not(.badge):not(.text-primary):not(.text-success):not(.text-danger):not(.text-warning):not(.text-info):not(.text-white),
body.light-theme .admin-page div:not(.card-header):not(.badge):not(.bg-primary):not(.bg-success):not(.bg-danger):not(.bg-warning):not(.bg-info),
body.light-theme .admin-page li,
body.light-theme .admin-page td,
body.light-theme .admin-page th,
body.light-theme.admin-page-active p,
body.light-theme.admin-page-active span:not(.badge):not(.text-primary):not(.text-success):not(.text-danger):not(.text-warning):not(.text-info):not(.text-white),
body.light-theme.admin-page-active div:not(.card-header):not(.badge):not(.bg-primary):not(.bg-success):not(.bg-danger):not(.bg-warning):not(.bg-info),
body.light-theme.admin-page-active li,
body.light-theme.admin-page-active td,
body.light-theme.admin-page-active th {
    color: #1E293B !important;
}

/* Footer specific */
body.light-theme footer,
body.light-theme.admin-page-active footer {
    color: #1E293B !important;
}

body.light-theme footer *:not(.badge):not(i):not(.text-primary):not(.text-success):not(.text-danger):not(.text-warning):not(.text-info):not(.text-white),
body.light-theme.admin-page-active footer *:not(.badge):not(i):not(.text-primary):not(.text-success):not(.text-danger):not(.text-warning):not(.text-info):not(.text-white) {
    color: #1E293B !important;
}

/* Light Theme - Admin Stats Numbers */
body.light-theme .admin-page .card h3 {
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Light Theme - Admin Alerts */
body.light-theme .admin-page .alert {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    color: #1E293B;
}

body.light-theme .admin-page .alert-success {
    background: #D1FAE5;
    border-color: #10B981;
    color: #065F46;
}

body.light-theme .admin-page .alert-danger {
    background: #FEE2E2;
    border-color: #EF4444;
    color: #991B1B;
}

body.light-theme .admin-page .alert-warning {
    background: #FEF3C7;
    border-color: #F59E0B;
    color: #92400E;
}

body.light-theme .admin-page .alert-info {
    background: #DBEAFE;
    border-color: #3B82F6;
    color: #1E40AF;
}

/* Light Theme - Admin Badges */
body.light-theme .admin-page .badge {
    color: white;
}

/* Light Theme - Admin Input Groups */
body.light-theme .admin-page .input-group-text {
    background: #F8FAFC;
    border-color: #E2E8F0;
    color: #1E293B;
}

/* Light Theme - Admin Pagination */
body.light-theme .admin-page .pagination .page-link {
    background: #FFFFFF;
    border-color: #E2E8F0;
    color: var(--primary-color);
}

body.light-theme .admin-page .pagination .page-link:hover {
    background: var(--primary-color);
    color: white;
    border-color: var(--primary-color);
}

body.light-theme .admin-page .pagination .page-item.active .page-link {
    background: var(--gradient-primary);
    border-color: var(--primary-color);
    color: white;
}

/* Light Theme - Admin Text Colors */
body.light-theme .admin-page p,
body.light-theme .admin-page div,
body.light-theme .admin-page span:not(.badge):not(.text-primary):not(.text-success):not(.text-danger):not(.text-warning):not(.text-info) {
    color: #1E293B;
}

body.light-theme .admin-page .text-primary:not(.price) {
    color: var(--primary-color) !important;
}

body.light-theme .admin-page .text-success {
    color: var(--success-color) !important;
}

body.light-theme .admin-page .text-danger {
    color: var(--danger-color) !important;
}

body.light-theme .admin-page .text-warning {
    color: var(--warning-color) !important;
}

body.light-theme .admin-page .text-info {
    color: var(--info-color) !important;
}

/* Light Theme - Admin Container */
body.light-theme .admin-page .container-fluid,
body.light-theme.admin-page-active .container-fluid {
    background: #F8FAFC !important;
    color: #1E293B !important;
}

/* Light Theme - Admin Page Text Colors Override */
body.light-theme.admin-page-active .text-white,
body.light-theme .admin-page .text-white,
body.light-theme.admin-page-active h1.text-white,
body.light-theme .admin-page h1.text-white,
body.light-theme.admin-page-active h2.text-white,
body.light-theme .admin-page h2.text-white,
body.light-theme.admin-page-active h3.text-white,
body.light-theme .admin-page h3.text-white,
body.light-theme.admin-page-active h4.text-white,
body.light-theme .admin-page h4.text-white,
body.light-theme.admin-page-active h5.text-white,
body.light-theme .admin-page h5.text-white,
body.light-theme.admin-page-active h6.text-white,
body.light-theme .admin-page h6.text-white {
    color: #1E293B !important;
}

/* Card header text-white override */
body.light-theme .admin-page .card-header.text-white,
body.light-theme.admin-page-active .card-header.text-white,
body.light-theme .admin-page .bg-primary.text-white,
body.light-theme.admin-page-active .bg-primary.text-white,
body.light-theme .admin-page .bg-info.text-white,
body.light-theme.admin-page-active .bg-info.text-white,
body.light-theme .admin-page .bg-success.text-white,
body.light-theme.admin-page-active .bg-success.text-white {
    color: white !important; /* Card header'lar için beyaz kalmalı */
}

body.light-theme.admin-page-active .fw-bold,
body.light-theme .admin-page .fw-bold,
body.light-theme.admin-page-active strong,
body.light-theme .admin-page strong {
    color: #1E293B !important;
}

body.light-theme.admin-page-active .mb-0,
body.light-theme .admin-page .mb-0,
body.light-theme.admin-page-active .mb-1,
body.light-theme .admin-page .mb-1,
body.light-theme.admin-page-active .mb-2,
body.light-theme .admin-page .mb-2,
body.light-theme.admin-page-active .mb-3,
body.light-theme .admin-page .mb-3,
body.light-theme.admin-page-active .mb-4,
body.light-theme .admin-page .mb-4,
body.light-theme.admin-page-active .mb-5,
body.light-theme .admin-page .mb-5 {
    color: inherit !important;
}

/* Light Theme - Admin Page Links */
body.light-theme.admin-page-active a:not(.btn):not(.badge),
body.light-theme .admin-page a:not(.btn):not(.badge) {
    color: var(--primary-color) !important;
}

body.light-theme.admin-page-active a:not(.btn):not(.badge):hover,
body.light-theme .admin-page a:not(.btn):not(.badge):hover {
    color: var(--primary-dark) !important;
}

/* Light Theme - Admin Timeline (Destek) */
body.light-theme .admin-page .timeline-item .card {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
}

body.light-theme .admin-page .timeline-item .message-content {
    color: #1E293B;
}

body.light-theme .admin-page .avatar-circle {
    background: var(--gradient-primary);
    color: white;
}

body.light-theme .admin-page .admin-reply .card {
    border-left: 4px solid var(--primary-color);
}

/* Admin Panel Button in Header */
.header-btn.btn-warning {
    background: linear-gradient(135deg, #F59E0B 0%, #D97706 100%);
    border: none;
    color: white;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(245, 158, 11, 0.3);
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.header-btn.btn-warning::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.header-btn.btn-warning:hover::before {
    width: 300px;
    height: 300px;
}

.header-btn.btn-warning:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(245, 158, 11, 0.5);
    filter: brightness(1.1);
}

.header-btn.btn-warning i {
    animation: pulse-glow 2s ease-in-out infinite;
}

@keyframes pulse-glow {
    0%, 100% {
        text-shadow: 0 0 5px rgba(245, 158, 11, 0.5);
    }
    50% {
        text-shadow: 0 0 15px rgba(245, 158, 11, 0.8);
    }
}

/* Admin Panel Nav Link */
.nav-link[href*="admin"] {
    position: relative;
}

.nav-link[href*="admin"]::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(135deg, #F59E0B 0%, #D97706 100%);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.nav-link[href*="admin"]:hover::after,
.nav-link[href*="admin"].active::after {
    transform: scaleX(1);
}

/* Light Theme - Price Text */
body.light-theme .text-primary.price,
body.light-theme h4.text-primary {
    color: var(--primary-color) !important;
}

/* Light Theme - Success Text */
body.light-theme .text-success {
    color: var(--success-color) !important;
}

/* Light Theme - Input Group */
body.light-theme .input-group .form-control {
    background: #FFFFFF;
    border-color: #E2E8F0;
}

/* Light Theme - Search Input */
body.light-theme .search-input {
    color: #1E293B;
}

/* Light Theme - Card Body */
body.light-theme .card-body {
    background: transparent;
    color: #1E293B;
}

/* Light Theme - Promotional Banners Text */
body.light-theme .promo-subtitle {
    color: rgba(255, 255, 255, 0.95) !important;
}

/* Light Theme - Countdown Timer */
body.light-theme .countdown-value {
    color: #FFFFFF;
}

body.light-theme .countdown-label {
    color: rgba(255, 255, 255, 0.8);
}

/* Light Theme - Pagination */
body.light-theme .pagination .page-link {
    background: #FFFFFF;
    border-color: #E2E8F0;
    color: #1E293B;
}

body.light-theme .pagination .page-link:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #FFFFFF;
}

/* Light Theme - Dropdown */
body.light-theme .dropdown-menu {
    background: #FFFFFF;
    border-color: #E2E8F0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

body.light-theme .dropdown-item {
    color: #1E293B;
}

body.light-theme .dropdown-item:hover {
    background: rgba(0, 188, 212, 0.1);
    color: var(--primary-color);
}

/* Mobil menü için özel override - light theme */
body.light-theme .mobile-user-dropdown .dropdown-menu.mobile-user-menu {
    background: #FFFFFF !important;
    border: 2px solid #CBD5E1 !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15) !important;
    z-index: 1050 !important;
    display: none !important;
}

body.light-theme .mobile-user-dropdown .dropdown-menu.mobile-user-menu.show {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* Light Theme - Modern Dropdown Menu */
body.light-theme .modern-dropdown-menu {
    background: rgba(255, 255, 255, 0.98) !important;
    border: 1px solid rgba(0, 188, 212, 0.2);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

body.light-theme .modern-dropdown-item {
    color: #1E293B !important;
}

body.light-theme .modern-dropdown-item:hover {
    background: rgba(0, 188, 212, 0.1) !important;
    color: var(--primary-color) !important;
}

body.light-theme .dropdown-divider {
    border-color: rgba(0, 188, 212, 0.2) !important;
}

/* Light Theme - Modal */
body.light-theme .modal-content {
    background: #FFFFFF;
    border-color: #E2E8F0;
}

body.light-theme .modal-header {
    border-bottom-color: #E2E8F0;
}

body.light-theme .modal-footer {
    border-top-color: #E2E8F0;
}

/* Light Theme - Tooltip */
body.light-theme .tooltip .tooltip-inner {
    background: #1E293B;
    color: #FFFFFF;
}

/* Light Theme - Popover */
body.light-theme .popover {
    background: #FFFFFF;
    border-color: #E2E8F0;
}

body.light-theme .popover-header {
    background: #F8FAFC;
    border-bottom-color: #E2E8F0;
    color: #1E293B;
}

body.light-theme .popover-body {
    color: #1E293B;
}

body.light-theme .flash-price .new-price {
    color: var(--primary-color) !important;
}

body.light-theme .logo-link {
    color: inherit;
}

body.light-theme .stat-label {
    color: var(--text-secondary) !important;
}

body.light-theme .trust-badge-item small {
    color: var(--text-secondary) !important;
}

/* News Section Styles */
.news-section {
    margin-top: 3rem;
}

.news-card {
    overflow: hidden;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.news-card:hover {
    transform: translateY(-8px);
}

.news-image-wrapper {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
    background: var(--dark-lighter);
}

.news-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.news-card:hover .news-image {
    transform: scale(1.1);
}

.news-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.7) 100%);
    transition: opacity 0.4s ease;
}

.news-card:hover .news-overlay {
    opacity: 0.8;
}

.news-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--gradient-primary);
}

.news-placeholder i {
    font-size: 4rem;
    color: rgba(255, 255, 255, 0.5);
}

.news-card .card-body {
    position: relative;
    z-index: 1;
}

.news-card .card-title a {
    transition: color 0.3s ease;
}

.news-card:hover .card-title a {
    color: var(--primary-light) !important;
}

/* News Carousel */
.news-section-carousel {
    margin-top: 3rem;
}

.news-carousel-container {
    position: relative;
    overflow: hidden;
    padding: 1rem 0;
}

.news-carousel-wrapper {
    display: flex;
    gap: 1.5rem;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.news-carousel-wrapper::-webkit-scrollbar {
    display: none;
}

.news-card-slide {
    flex: 0 0 calc(33.333% - 1rem);
    min-width: 300px;
}

@media (max-width: 992px) {
    .news-card-slide {
        flex: 0 0 calc(50% - 0.75rem);
        min-width: 280px;
    }
}

@media (max-width: 768px) {
    .news-card-slide {
        flex: 0 0 85%;
        min-width: 280px;
    }
}

.news-carousel-nav {
    display: flex;
    gap: 0.5rem;
}

.news-nav-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--dark-lighter);
    border: 2px solid var(--dark-border);
    color: var(--text-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.news-nav-btn:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: white;
    transform: scale(1.1);
}

.news-nav-btn:active {
    transform: scale(0.95);
}

/* Modern Hero Section */
.hero-section-modern {
    position: relative;
    overflow: hidden;
    border-radius: 0 0 30px 30px;
}

.hero-slider {
    position: relative;
}

.hero-slide {
    position: relative;
    min-height: 500px;
    display: none;
    overflow: hidden;
}

.hero-slide.active {
    display: block;
    animation: slideFadeIn 1s ease-out;
}

@keyframes slideFadeIn {
    0% {
        opacity: 0;
        transform: translateY(30px) rotateY(-10deg);
        filter: blur(8px) brightness(0.8);
    }
    50% {
        opacity: 0.6;
        transform: translateY(10px) rotateY(-5deg);
        filter: blur(4px) brightness(0.9);
    }
    100% {
        opacity: 1;
        transform: translateY(0) rotateY(0deg);
        filter: blur(0) brightness(1);
    }
}

.hero-slide.fade-out {
    animation: slideFadeOut 0.6s ease-in forwards;
}

@keyframes slideFadeOut {
    0% {
        opacity: 1;
        transform: translateY(0) rotateY(0deg) scale(1);
        filter: blur(0) brightness(1);
    }
    50% {
        opacity: 0.5;
        transform: translateY(-20px) rotateY(5deg) scale(0.95);
        filter: blur(4px) brightness(0.8);
    }
    100% {
        opacity: 0;
        transform: translateY(-40px) rotateY(10deg) scale(0.9);
        filter: blur(8px) brightness(0.6);
    }
}

.min-vh-50 {
    min-height: 50vh;
}

.hero-particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    animation: particleFloat 15s ease-in-out infinite;
    pointer-events: none;
}

@keyframes particleFloat {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(20px, -20px) scale(1.1); }
}

.hero-badge {
    display: inline-block;
    padding: 0.5rem 1.5rem;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.hero-title {
    font-size: 3.5rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.text-gradient {
    background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-subtitle {
    font-size: 1.25rem;
    opacity: 0.95;
    margin-bottom: 2rem;
}

.hero-buttons {
    margin-bottom: 2rem;
}

.hero-stats {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

.stat-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.stat-item:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-5px);
}

.stat-item i {
    font-size: 2rem;
    color: #FFD700;
}

.stat-item strong {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
}

.stat-item span {
    display: block;
    font-size: 0.875rem;
    opacity: 0.9;
}

.hero-image-container {
    position: relative;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.floating-game-icon {
    font-size: 12rem;
    color: rgba(255, 255, 255, 0.2);
    animation: floatGameIcon 3s ease-in-out infinite;
    position: relative;
    z-index: 2;
}

@keyframes floatGameIcon {
    0%, 100% { 
        transform: translateY(0) rotate(0deg);
    }
    50% { 
        transform: translateY(-20px) rotate(5deg);
    }
}

.hero-glow {
    position: absolute;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
    border-radius: 50%;
    animation: glowPulse 2s ease-in-out infinite;
    z-index: 1;
}

@keyframes glowPulse {
    0%, 100% { 
        transform: scale(1);
        opacity: 0.5;
    }
    50% { 
        transform: scale(1.2);
        opacity: 0.8;
    }
}

.hero-slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 2rem;
    z-index: 10;
    pointer-events: none;
}

.slider-nav-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    pointer-events: all;
}

.slider-nav-btn:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
}

.hero-slider-dots {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 1rem;
    z-index: 10;
}

.hero-slider-dots .dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.hero-slider-dots .dot.active {
    background: white;
    transform: scale(1.3);
    border-color: rgba(255, 255, 255, 0.5);
}

/* New Modern Hero Section Styles */
.hero-section-new {
    position: relative;
    overflow: visible;
}

.hero-main-banner {
    position: relative;
    background: linear-gradient(135deg, #1E293B 0%, #0F172A 100%);
    border-radius: 0 0 30px 30px;
    overflow: hidden;
    padding: 4rem 0;
}

.hero-background-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgba(0, 188, 212, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(59, 130, 246, 0.15) 0%, transparent 50%);
    animation: heroPatternFloat 15s ease-in-out infinite;
    z-index: 0;
}

@keyframes heroPatternFloat {
    0%, 100% { 
        transform: translate(0, 0) scale(1);
        opacity: 0.8;
    }
    50% { 
        transform: translate(20px, -20px) scale(1.1);
        opacity: 1;
    }
}

.hero-content-new {
    position: relative;
    z-index: 2;
    animation: fadeInUp 0.8s ease-out;
}

.hero-badge-new {
    display: inline-block;
    padding: 0.6rem 1.5rem;
    background: linear-gradient(135deg, rgba(0, 188, 212, 0.2) 0%, rgba(59, 130, 246, 0.2) 100%);
    backdrop-filter: blur(10px);
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid rgba(0, 188, 212, 0.3);
    color: #26C6DA;
    animation: badgePulse 3s ease-in-out infinite;
}

@keyframes badgePulse {
    0%, 100% { 
        box-shadow: 0 0 20px rgba(0, 188, 212, 0.3);
    }
    50% { 
        box-shadow: 0 0 30px rgba(0, 188, 212, 0.6);
    }
}

.hero-title-new {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.2;
    color: white;
    margin-bottom: 1.5rem;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
    .hero-title-new {
        font-size: 2.5rem;
    }
}

.text-gradient-new {
    background: linear-gradient(135deg, #26C6DA 0%, #FFFFFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-description-new {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.8;
    max-width: 600px;
}

@media (max-width: 768px) {
    .hero-description-new {
        font-size: 1.1rem;
    }
}

.hero-features-new {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.hero-feature-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.25rem;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    transition: all 0.3s ease;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
}

.hero-feature-item:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgba(0, 188, 212, 0.3);
}

.hero-feature-item i {
    font-size: 1.25rem;
}

.hero-buttons-new {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.hero-cta-btn {
    padding: 1rem 2rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 12px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 188, 212, 0.4);
}

.hero-cta-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 30px rgba(0, 188, 212, 0.6);
}

.hero-visual-new {
    position: relative;
    z-index: 2;
}

.hero-games-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    animation: fadeIn 1s ease-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.hero-game-card {
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 1.5rem;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation: cardFloat 0.8s ease-out backwards;
    cursor: pointer;
}

@keyframes cardFloat {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-game-card:hover {
    transform: translateY(-10px) scale(1.05);
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 40px rgba(0, 188, 212, 0.4);
    border-color: rgba(0, 188, 212, 0.5);
}

.hero-game-icon-wrapper {
    width: 80px;
    height: 80px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.hero-game-card:hover .hero-game-icon-wrapper {
    transform: rotate(5deg) scale(1.1);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.4);
}

.hero-game-icon-wrapper i {
    font-size: 2.5rem;
    color: white;
    filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.3));
}

.hero-game-name {
    display: block;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
    font-size: 0.95rem;
}

/* Quick Access Cards */
.hero-quick-access {
    margin-top: 2rem;
}

.quick-access-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.25rem 1rem;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    text-decoration: none;
    transition: all 0.3s ease;
    text-align: center;
    height: 100%;
}

.quick-access-card:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 188, 212, 0.3);
    border-color: rgba(0, 188, 212, 0.4);
    text-decoration: none;
}

.quick-access-icon {
    width: 60px;
    height: 60px;
    border-radius: 15px;
    background: linear-gradient(135deg, rgba(0, 188, 212, 0.2) 0%, rgba(59, 130, 246, 0.2) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.75rem;
    transition: all 0.3s ease;
}

.quick-access-card:hover .quick-access-icon {
    transform: scale(1.1) rotate(5deg);
    background: linear-gradient(135deg, rgba(0, 188, 212, 0.4) 0%, rgba(59, 130, 246, 0.4) 100%);
}

.quick-access-icon i {
    font-size: 1.75rem;
    color: #26C6DA;
    transition: all 0.3s ease;
}

.quick-access-card:hover .quick-access-icon i {
    color: #FFFFFF;
    transform: scale(1.1);
}

.quick-access-info h6 {
    color: white;
    font-weight: 600;
    margin-bottom: 0.25rem;
    font-size: 0.9rem;
}

.quick-access-info small {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.8rem;
}

@media (max-width: 768px) {
    .hero-main-banner {
        padding: 2.5rem 0;
    }
    
    .hero-games-grid {
        gap: 1rem;
    }
    
    .hero-game-card {
        padding: 1rem;
    }
    
    .hero-game-icon-wrapper {
        width: 60px;
        height: 60px;
    }
    
    .hero-game-icon-wrapper i {
        font-size: 2rem;
    }
}

/* Modern Categories */
.categories-modern {
    margin-top: 3rem;
}

.categories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 1.5rem;
}

.category-card-modern {
    position: relative;
    background: var(--dark-lighter);
    border: 2px solid var(--dark-border);
    border-radius: 20px;
    padding: 2rem 1.5rem;
    text-align: center;
    text-decoration: none;
    color: var(--text-primary);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    animation: fadeInUp 0.6s ease-out backwards;
}

.category-card-modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: var(--gradient-primary);
    transition: left 0.4s ease;
    z-index: 0;
}

.category-card-modern:hover::before {
    left: 0;
}

.category-card-modern:hover {
    transform: translateY(-10px) scale(1.05);
    border-color: var(--primary-color);
    box-shadow: var(--glow-primary), var(--shadow-xl);
}

.category-icon-wrapper {
    position: relative;
    margin: 0 auto 1.5rem;
    width: 100px;
    height: 100px;
    z-index: 2;
}

.category-icon-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--gradient-primary);
    border-radius: 50%;
    transition: all 0.4s ease;
}

.category-card-modern:hover .category-icon-bg {
    transform: scale(1.2) rotate(10deg);
    box-shadow: 0 10px 30px rgba(0, 188, 212, 0.5);
}

.category-icon {
    position: relative;
    font-size: 3rem;
    color: white;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    transition: all 0.4s ease;
}

.category-card-modern:hover .category-icon {
    transform: scale(1.2) rotate(-10deg);
    color: white;
}

.category-pulse {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 3px solid var(--primary-color);
    opacity: 0;
    animation: categoryPulse 2s ease-in-out infinite;
}

@keyframes categoryPulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.5);
        opacity: 0;
    }
}

.category-info {
    position: relative;
    z-index: 2;
}

.category-name {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
    transition: color 0.3s ease;
}

.category-card-modern:hover .category-name {
    color: white;
}

.category-count {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: var(--text-secondary);
    padding: 0.25rem 0.75rem;
    background: rgba(0, 188, 212, 0.1);
    border-radius: 20px;
    transition: all 0.3s ease;
    margin-bottom: 0.5rem;
}

.category-description {
    font-size: 0.75rem;
    line-height: 1.4;
    color: var(--text-secondary);
    opacity: 0.8;
    margin-top: 0.5rem;
    display: block;
}

.category-card-modern:hover .category-description {
    color: rgba(255, 255, 255, 0.9);
    opacity: 1;
}

.category-card-modern:hover .category-count {
    background: rgba(255, 255, 255, 0.2);
    color: white;
}

.category-hover-effect {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 1;
}

.category-card-modern:hover .category-hover-effect {
    opacity: 1;
}

/* Category Image Styles */
.category-image-wrapper {
    position: relative;
    width: 100%;
    height: 180px;
    margin: -2rem -1.5rem 1.5rem -1.5rem;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
    z-index: 1;
}

.category-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.category-card-modern:hover .category-image {
    transform: scale(1.15);
}

.category-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.7) 100%);
    transition: opacity 0.4s ease;
}

.category-card-modern:hover .category-image-overlay {
    opacity: 0.9;
}

.category-icon-on-image {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 70px;
    z-index: 2;
}

.category-icon-on-image .category-icon-bg {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.category-card-modern:hover .category-icon-on-image .category-icon-bg {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.15);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.category-icon-on-image .category-icon {
    font-size: 2rem;
    color: white;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.category-icon-on-image .category-pulse {
    border-color: rgba(255, 255, 255, 0.5);
}

/* Flash Sale Section */
.flash-sale-section {
    margin: 2rem 0;
}

.flash-sale-banner {
    background: linear-gradient(135deg, #EF4444 0%, #DC2626 100%);
    border-radius: 20px;
    padding: 2rem;
    position: relative;
    overflow: hidden;
    box-shadow: var(--glow-primary), var(--shadow-xl);
}

.flash-sale-banner::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
    animation: rotate 15s linear infinite;
}

.flash-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 1.5rem;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: white;
    margin-bottom: 1rem;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.flash-title {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
}

.countdown-timer {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.countdown-item {
    text-align: center;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 1rem;
    min-width: 80px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.countdown-value {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: white;
    line-height: 1;
}

.countdown-label {
    display: block;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.9);
    margin-top: 0.5rem;
    text-transform: uppercase;
}

.countdown-separator {
    font-size: 2rem;
    font-weight: 800;
    color: white;
    opacity: 0.7;
}

.flash-products-scroll {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 0.5rem 0;
}

.flash-products-scroll::-webkit-scrollbar {
    display: none;
}

.flash-product-card {
    flex: 0 0 auto;
    width: 180px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    cursor: pointer;
    display: block;
    color: inherit;
    text-decoration: none;
}

.flash-product-card:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-5px) scale(1.05);
    text-decoration: none;
    color: inherit;
}

.product-image-wrapper-small {
    position: relative;
    width: 100%;
    height: 120px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 0.75rem;
}

.product-image-wrapper-small .product-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.flash-discount-badge {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    background: #FFD700;
    color: #000;
    font-weight: 800;
    font-size: 0.875rem;
    padding: 0.25rem 0.5rem;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.flash-product-info h6 {
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
}

.flash-price {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.flash-price .old-price {
    font-size: 0.75rem;
    text-decoration: line-through;
    color: rgba(255, 255, 255, 0.7);
}

.flash-price .new-price {
    font-size: 1rem;
    font-weight: 700;
    color: #FFD700;
}

/* Stats Section */
.stats-section {
    margin: 3rem 0;
}

.stats-container {
    background: var(--dark-lighter);
    border-radius: 20px;
    padding: 3rem 2rem;
    border: 1px solid var(--dark-border);
}

.stat-card {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 1.5rem;
    background: var(--dark-color);
    border-radius: 15px;
    border: 1px solid var(--dark-border);
    transition: all 0.3s ease;
}

.stat-card:hover {
    transform: translateY(-5px);
    border-color: var(--primary-color);
    box-shadow: var(--glow-primary);
}

.stat-icon-wrapper {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--gradient-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: white;
    flex-shrink: 0;
}

.stat-content {
    flex: 1;
}

.stat-number {
    font-size: 2rem;
    font-weight: 800;
    color: var(--primary-light);
    margin-bottom: 0.25rem;
}

.stat-label {
    color: var(--text-secondary);
    margin: 0;
    font-size: 0.875rem;
}

/* Trust Badges */
.trust-badges {
    margin: 3rem 0;
}

.trust-container {
    background: var(--dark-lighter);
    border-radius: 20px;
    padding: 2rem;
    border: 1px solid var(--dark-border);
}

.trust-badge-item {
    padding: 1.5rem;
    transition: all 0.3s ease;
}

.trust-badge-item:hover {
    transform: translateY(-5px);
}

.trust-badge-item i {
    font-size: 2.5rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
    display: block;
}

.trust-badge-item > div {
    font-size: 3rem;
    color: var(--primary-color);
    font-weight: bold;
    margin-bottom: 0.5rem;
    display: block;
    line-height: 1;
}

.trust-badge-item h6 {
    color: var(--text-primary);
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.trust-badge-item small {
    color: var(--text-secondary);
}

/* Testimonials */
.testimonials-section {
    margin: 3rem 0;
}

.testimonials-carousel {
    position: relative;
    overflow: hidden;
}

.testimonials-wrapper {
    display: flex;
    gap: 1.5rem;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 1rem 0;
}

.testimonials-wrapper::-webkit-scrollbar {
    display: none;
}

.testimonial-card {
    flex: 0 0 calc(25% - 1.125rem);
    min-width: 280px;
    background: var(--dark-lighter);
    border: 1px solid var(--dark-border);
    border-radius: 15px;
    padding: 1.5rem;
    transition: all 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--glow-primary);
    border-color: var(--primary-color);
}

.testimonial-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.testimonial-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--gradient-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.testimonial-info {
    flex: 1;
}

.testimonial-rating {
    color: #FFD700;
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.testimonial-text {
    font-size: 0.875rem;
    line-height: 1.6;
    margin-bottom: 1rem;
}

/* Live Support Widget */
.live-support-widget {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 1000;
}

.support-toggle-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--gradient-primary);
    border: none;
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
    box-shadow: var(--glow-primary), var(--shadow-xl);
    position: relative;
    transition: all 0.3s ease;
}

.support-toggle-btn:hover {
    transform: scale(1.1);
}

.whatsapp-btn {
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%) !important;
    border: none !important;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4) !important;
    text-decoration: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.whatsapp-btn:hover {
    background: linear-gradient(135deg, #128C7E 0%, #25D366 100%) !important;
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.6) !important;
}

.whatsapp-btn i {
    color: white !important;
}

.support-pulse {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: var(--primary-color);
    opacity: 0.7;
    animation: supportPulse 2s ease-in-out infinite;
}

@keyframes supportPulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.7;
    }
    50% {
        transform: scale(1.2);
        opacity: 0;
    }
}

.support-chat-box {
    position: absolute;
    bottom: 80px;
    right: 0;
    width: 350px;
    background: var(--dark-lighter);
    border: 1px solid var(--dark-border);
    border-radius: 20px;
    box-shadow: var(--shadow-xl);
    display: none;
    overflow: hidden;
    animation: slideUp 0.3s ease-out;
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.support-chat-box.active {
    display: block;
}

.support-header {
    background: var(--gradient-primary);
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.close-support {
    background: transparent;
    border: none;
    color: white;
    font-size: 1.25rem;
    cursor: pointer;
    padding: 0.25rem 0.5rem;
    border-radius: 5px;
    transition: background 0.3s ease;
}

.close-support:hover {
    background: rgba(255, 255, 255, 0.2);
}

.support-body {
    padding: 1rem;
    max-height: 400px;
    overflow-y: auto;
}

.support-body::-webkit-scrollbar {
    width: 6px;
}

.support-body::-webkit-scrollbar-track {
    background: var(--dark-lighter);
    border-radius: 10px;
}

.support-body::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 10px;
}

.support-body::-webkit-scrollbar-thumb:hover {
    background: var(--primary-dark);
}

.support-message {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 1rem;
    animation: fadeInUp 0.3s ease-out;
}

.support-message-user {
    flex-direction: row-reverse;
}

.support-message-user .message-content {
    background: var(--primary-color);
    color: white;
    border-radius: 15px 15px 0 15px;
}

.support-message-ai .message-content {
    background: var(--dark-lighter);
    color: var(--text-primary);
    border-radius: 15px 15px 15px 0;
}

.support-message-error .message-content {
    background: rgba(220, 38, 38, 0.1);
    color: #dc2626;
    border-radius: 15px;
    padding: 0.75rem 1rem;
}

.support-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--gradient-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    flex-shrink: 0;
}

.support-message-user .support-avatar {
    background: var(--primary-color);
}

.message-content {
    max-width: 70%;
    padding: 0.75rem 1rem;
}

.message-content p {
    margin: 0;
    word-wrap: break-word;
    background: transparent;
    padding: 0;
}

.message-content small {
    display: block;
    margin-top: 0.25rem;
    opacity: 0.7;
    font-size: 0.75rem;
    color: inherit;
}

.support-footer {
    padding: 1rem;
    border-top: 1px solid var(--dark-border);
}

.support-footer .input-group {
    gap: 0.5rem;
}

.support-footer .form-control {
    background: var(--dark-color);
    border: 1px solid var(--dark-border);
    color: var(--text-primary);
}

.support-footer .btn {
    min-width: 45px;
}

/* Scroll to Top */
.scroll-to-top {
    position: fixed;
    bottom: 2rem;
    left: 2rem;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--gradient-primary);
    border: none;
    color: white;
    font-size: 1.25rem;
    cursor: pointer;
    box-shadow: var(--glow-primary);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 999;
}

.scroll-to-top.show {
    opacity: 1;
    visibility: visible;
}

.scroll-to-top:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 188, 212, 0.5);
}

/* Cart Adding Animation */
.product-card.cart-adding {
    animation: cartPulse 0.6s ease;
}

@keyframes cartPulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 10px 40px rgba(0, 188, 212, 0.5);
    }
    100% {
        transform: scale(1);
    }
}

/* Floating Notification */
.floating-notification {
    position: fixed;
    top: 100px;
    right: 2rem;
    background: var(--dark-lighter);
    border: 1px solid var(--dark-border);
    border-radius: 15px;
    padding: 1rem 1.5rem;
    box-shadow: var(--shadow-xl), var(--glow-primary);
    z-index: 10000;
    opacity: 0;
    transform: translateX(400px);
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    min-width: 250px;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.floating-notification.show {
    opacity: 1;
    transform: translateX(0);
}

.floating-notification.success {
    border-left: 4px solid #10B981;
}

.floating-notification.success::before {
    content: '✓';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: #10B981;
    color: white;
    border-radius: 50%;
    font-weight: bold;
    font-size: 1rem;
}

.floating-notification.danger {
    border-left: 4px solid #EF4444;
}

.floating-notification.danger::before {
    content: '✕';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: #EF4444;
    color: white;
    border-radius: 50%;
    font-weight: bold;
    font-size: 1rem;
}

/* Cart Badge Bounce */
.bounce-in {
    animation: bounceIn 0.6s ease;
}

@keyframes bounceIn {
    0% {
        transform: scale(0);
    }
    50% {
        transform: scale(1.5);
    }
    100% {
        transform: scale(1);
    }
}

/* Button Success State */
.btn-success {
    background: linear-gradient(135deg, #10B981 0%, #059669 100%);
    border: none;
    animation: successPulse 0.6s ease;
}

@keyframes successPulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 0 20px rgba(16, 185, 129, 0.6);
    }
}

@media (max-width: 768px) {
    .logo-icon-wrapper {
        width: 50px;
        height: 50px;
    }
    
    .logo-icon {
        font-size: 1.5rem;
    }
    
    .logo-text {
        font-size: 1.5rem;
    }
    
    /* Butonlar mobilde yan yana kalması için */
    .col-lg-3.text-end .d-flex {
        flex-wrap: wrap !important;
        justify-content: flex-end !important;
    }
    
    .col-lg-3.text-end .btn {
        margin-bottom: 0.5rem;
    }
    
    .hero-title {
        font-size: 2rem;
    }
    
    .hero-stats {
        gap: 1rem;
    }
    
    .stat-item {
        padding: 0.75rem;
    }
    
    .stat-item strong {
        font-size: 1.25rem;
    }
    
    .floating-game-icon {
        font-size: 8rem;
    }
    
    .categories-grid {
        grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
        gap: 1rem;
    }
    
    .category-icon-wrapper {
        width: 80px;
        height: 80px;
    }
    
    .category-icon {
        font-size: 2.5rem;
    }
    
    .flash-sale-banner {
        padding: 1.5rem;
    }
    
    .flash-title {
        font-size: 1.5rem;
    }
    
    .countdown-item {
        min-width: 60px;
        padding: 0.75rem;
    }
    
    .countdown-value {
        font-size: 1.5rem;
    }
    
    .flash-product-card {
        width: 150px;
    }
    
    .testimonial-card {
        flex: 0 0 85%;
    }
    
    .support-chat-box {
        width: calc(100vw - 2rem);
        right: 1rem;
        bottom: 90px;
    }
    
    .live-support-widget {
        bottom: 1rem;
        right: 1rem;
    }
    
    .scroll-to-top {
        bottom: 1rem;
        left: 1rem;
        width: 45px;
        height: 45px;
    }
}

/* ============================================
   YENİ GÖRSEL EFEKTLER VE ANİMASYONLAR
   ============================================ */

/* Hero Icon Wrapper */
.hero-icon-wrapper {
    position: relative;
    display: inline-block;
    animation: float 6s ease-in-out infinite;
}

.hero-icon-bg-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(0, 188, 212, 0.4) 0%, transparent 70%);
    border-radius: 50%;
    animation: pulse-glow 3s ease-in-out infinite;
    z-index: 0;
}

.hero-main-icon {
    position: relative;
    z-index: 2;
    font-size: 8rem;
    filter: drop-shadow(0 0 30px rgba(0, 188, 212, 0.6));
    animation: icon-rotate 8s linear infinite;
}

.hero-icon-particles {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-icon-particles::before,
.hero-icon-particles::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: rgba(0, 188, 212, 0.8);
    border-radius: 50%;
    animation: particle-float 4s ease-in-out infinite;
}

.hero-icon-particles::before {
    top: 20%;
    left: 20%;
    animation-delay: 0s;
}

.hero-icon-particles::after {
    bottom: 20%;
    right: 20%;
    animation-delay: 2s;
}

@keyframes float {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-20px) rotate(5deg); }
}

@keyframes pulse-glow {
    0%, 100% { opacity: 0.5; transform: translate(-50%, -50%) scale(1); }
    50% { opacity: 0.8; transform: translate(-50%, -50%) scale(1.2); }
}

@keyframes icon-rotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes particle-float {
    0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.8; }
    50% { transform: translate(30px, -30px) scale(1.5); opacity: 0.3; }
}

/* Hero Decorative Elements */
.hero-decorative-elements {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
}

.hero-circle-1,
.hero-circle-2,
.hero-circle-3 {
    position: absolute;
    border-radius: 50%;
    background: rgba(0, 188, 212, 0.1);
    animation: circle-float 8s ease-in-out infinite;
}

.hero-circle-1 {
    width: 200px;
    height: 200px;
    top: 10%;
    right: 10%;
    animation-delay: 0s;
}

.hero-circle-2 {
    width: 150px;
    height: 150px;
    bottom: 20%;
    left: 15%;
    animation-delay: 2s;
}

.hero-circle-3 {
    width: 100px;
    height: 100px;
    top: 50%;
    right: 30%;
    animation-delay: 4s;
}

@keyframes circle-float {
    0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.3; }
    50% { transform: translate(20px, -20px) scale(1.1); opacity: 0.6; }
}

/* Promotional Banner Enhanced Styles */
.promo-icon-wrapper {
    position: relative;
    display: inline-block;
    margin-bottom: 1rem;
}

.promo-icon-large {
    font-size: 4rem;
    position: relative;
    z-index: 2;
    animation: icon-bounce 2s ease-in-out infinite;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
}

.promo-icon-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 150px;
    height: 150px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
    border-radius: 50%;
    animation: icon-glow-pulse 2s ease-in-out infinite;
    z-index: 1;
}

@keyframes icon-bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

@keyframes icon-glow-pulse {
    0%, 100% { opacity: 0.5; transform: translate(-50%, -50%) scale(1); }
    50% { opacity: 0.8; transform: translate(-50%, -50%) scale(1.2); }
}

/* Promo Pattern Background */
.promo-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    background-image: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255,255,255,0.1) 10px, rgba(255,255,255,0.1) 20px),
        repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(255,255,255,0.1) 10px, rgba(255,255,255,0.1) 20px);
    animation: pattern-move 20s linear infinite;
    z-index: 1;
}

@keyframes pattern-move {
    0% { background-position: 0 0, 0 0; }
    100% { background-position: 100px 100px, -100px -100px; }
}

/* Valorant Main Banner */
.valorant-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgba(38, 198, 218, 0.2) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(38, 198, 218, 0.15) 0%, transparent 50%);
    animation: valorant-shimmer 4s ease-in-out infinite;
    z-index: 1;
}

@keyframes valorant-shimmer {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 1; }
}

.valorant-icon-wrapper {
    position: relative;
    display: inline-block;
}

.valorant-icon-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, rgba(38, 198, 218, 0.4) 0%, transparent 70%);
    border-radius: 50%;
    animation: valorant-glow 3s ease-in-out infinite;
    z-index: 1;
}

.valorant-main-icon {
    position: relative;
    z-index: 2;
    filter: drop-shadow(0 0 40px rgba(38, 198, 218, 0.8));
    animation: valorant-icon-rotate 10s linear infinite;
}

.valorant-particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.valorant-particles::before,
.valorant-particles::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: rgba(38, 198, 218, 0.6);
    border-radius: 50%;
    animation: valorant-particle 6s ease-in-out infinite;
}

.valorant-particles::before {
    top: 30%;
    left: 20%;
    animation-delay: 0s;
}

.valorant-particles::after {
    bottom: 30%;
    right: 20%;
    animation-delay: 3s;
}

@keyframes valorant-glow {
    0%, 100% { opacity: 0.4; transform: translate(-50%, -50%) scale(1); }
    50% { opacity: 0.7; transform: translate(-50%, -50%) scale(1.3); }
}

@keyframes valorant-icon-rotate {
    0% { transform: rotate(0deg); filter: drop-shadow(0 0 40px rgba(38, 198, 218, 0.8)); }
    50% { filter: drop-shadow(0 0 60px rgba(38, 198, 218, 1)); }
    100% { transform: rotate(360deg); filter: drop-shadow(0 0 40px rgba(38, 198, 218, 0.8)); }
}

@keyframes valorant-particle {
    0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.6; }
    50% { transform: translate(40px, -40px) scale(2); opacity: 0.2; }
}

/* Pulse Badge */
.pulse-badge {
    animation: pulse-badge 2s ease-in-out infinite;
}

@keyframes pulse-badge {
    0%, 100% { transform: scale(1); box-shadow: 0 0 10px rgba(0, 188, 212, 0.5); }
    50% { transform: scale(1.05); box-shadow: 0 0 20px rgba(0, 188, 212, 0.8); }
}

/* Enhanced Promo Banner Hover Effects */
.promo-banner-content {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
}

.promo-banner:hover .promo-banner-content {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.promo-banner:hover .promo-icon-large {
    animation: icon-bounce 1s ease-in-out infinite, icon-rotate 4s linear infinite;
    transform: scale(1.1);
}

.razer-gold-banner:hover {
    box-shadow: 0 20px 40px rgba(255, 215, 0, 0.3);
}

.steam-banner:hover {
    box-shadow: 0 20px 40px rgba(102, 192, 244, 0.3);
}

.valorant-main-banner:hover {
    box-shadow: 0 20px 40px rgba(38, 198, 218, 0.3);
}

.valorant-small-banner:hover {
    box-shadow: 0 20px 40px rgba(59, 130, 246, 0.3);
}

.pubg-banner:hover {
    box-shadow: 0 20px 40px rgba(255, 107, 53, 0.3);
}

/* Product Card Enhanced Visuals */
.product-card {
    position: relative;
    overflow: hidden;
}

.product-card::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(0, 188, 212, 0.1) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: 0;
}

.product-card:hover::after {
    opacity: 1;
}

.product-image-wrapper {
    position: relative;
    overflow: hidden;
}

.product-image-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.6s ease;
    z-index: 2;
}

.product-card:hover .product-image-wrapper::before {
    left: 100%;
}

/* Hero Game Image Styles */
.hero-image-wrapper {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    animation: fadeInUp 1s ease-out;
}

.hero-game-image {
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: contain;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.5));
    animation: float-game-image 6s ease-in-out infinite;
    position: relative;
    z-index: 2;
}

.hero-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
    pointer-events: none;
    z-index: 1;
}

.hero-image-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    height: 120%;
    background: radial-gradient(circle, rgba(0, 188, 212, 0.3) 0%, transparent 70%);
    border-radius: 50%;
    animation: hero-image-glow-pulse 3s ease-in-out infinite;
    z-index: 0;
}

@keyframes float-game-image {
    0%, 100% { 
        transform: translateY(0px) scale(1); 
    }
    50% { 
        transform: translateY(-15px) scale(1.02); 
    }
}

@keyframes hero-image-glow-pulse {
    0%, 100% { 
        opacity: 0.4; 
        transform: translate(-50%, -50%) scale(1); 
    }
    50% { 
        opacity: 0.7; 
        transform: translate(-50%, -50%) scale(1.2); 
    }
}

/* Product Category Logo */
.product-category-logo {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 60px;
    height: 60px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.category-logo-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 23, 42, 0.9);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    border: 2px solid rgba(0, 188, 212, 0.5);
    box-shadow: 0 4px 15px rgba(0, 188, 212, 0.4);
    transition: all 0.3s ease;
}

.product-card:hover .category-logo-bg {
    background: rgba(0, 188, 212, 0.2);
    border-color: rgba(0, 188, 212, 0.8);
    box-shadow: 0 6px 20px rgba(0, 188, 212, 0.6);
    transform: scale(1.1);
}

.category-logo-icon {
    position: relative;
    z-index: 1;
    font-size: 2rem;
    color: var(--primary-light);
    filter: drop-shadow(0 2px 8px rgba(0, 188, 212, 0.6));
    transition: all 0.3s ease;
}

.product-card:hover .category-logo-icon {
    transform: scale(1.15) rotate(5deg);
    filter: drop-shadow(0 4px 12px rgba(0, 188, 212, 0.8));
    color: var(--primary-color);
}

@media (max-width: 768px) {
    .hero-game-image {
        max-height: 300px;
    }
    
    .product-category-logo {
        width: 50px;
        height: 50px;
        top: 0.5rem;
        right: 0.5rem;
    }
    
    .category-logo-icon {
        font-size: 1.5rem;
    }
}

.header-actions-wrapper .btn-outline-light.header-btn,
.header-actions-wrapper .btn-primary.header-btn {
    min-width: 108px;
}

/* Password Requirements - Genel Stiller */
.password-requirements {
    margin-top: 12px;
}

.requirement-item {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
    font-size: 0.875rem;
    color: var(--text-secondary);
    transition: all 0.3s ease;
}

body.light-theme .requirement-item {
    color: #64748B;
}

.requirement-icon {
    font-size: 0.75rem;
    color: var(--text-secondary);
    transition: all 0.3s ease;
    min-width: 12px;
}

body.light-theme .requirement-icon {
    color: #94A3B8;
}

.requirement-item.requirement-met {
    color: #10B981;
}

body.light-theme .requirement-item.requirement-met {
    color: #059669;
}

.requirement-check {
    color: #10B981 !important;
    font-size: 0.875rem;
}

body.light-theme .requirement-check {
    color: #059669 !important;
}

.requirement-item.requirement-met span {
    color: inherit;
}

@media (max-width: 768px) {
    .requirement-item {
        font-size: 0.8125rem;
    }
}

/* Purchase Card Sticky */
.purchase-card-sticky {
    position: sticky;
    top: 20px;
    z-index: 10;
    transition: all 0.3s ease;
}

@media (max-width: 991px) {
    .purchase-card-sticky {
        position: relative;
        top: 0;
        margin-top: 20px;
    }
}

/* ============================================
   GENEL MOBİL DÜZELTMELER
   ============================================ */
@media (max-width: 768px) {
    /* Container padding */
    .container {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
    
    /* Body scroll düzeltmesi */
    body {
        overflow-x: hidden !important;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch;
        touch-action: pan-y;
        position: relative;
        height: auto;
        min-height: 100vh;
    }
    
    /* Tüm fixed elementler için mobil düzeltme */
    .main-header,
    .navbar,
    [class*="fixed"],
    [class*="sticky"] {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        will-change: transform;
    }
    
    /* Kartlar ve içerikler */
    .card {
        margin-bottom: 1rem;
    }
    
    /* Butonlar */
    .btn {
        white-space: nowrap;
        padding: 0.5rem 1rem;
        font-size: 0.875rem;
    }
    
    /* Form elemanları */
    .form-control,
    .form-select {
        font-size: 0.95rem;
        padding: 0.625rem 0.875rem;
    }
    
    /* Tablo responsive */
    .table-responsive {
        -webkit-overflow-scrolling: touch;
        overflow-x: auto;
    }
    
    /* Modal mobil düzeltmesi */
    .modal-dialog {
        margin: 0.5rem;
        max-width: calc(100% - 1rem);
    }
    
    /* Dropdown mobil */
    .dropdown-menu {
        max-width: calc(100vw - 2rem);
        max-height: 50vh;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
}