
    
    
    .home-hero {
        background: linear-gradient(135deg, var(--primary-light) 0%, #fff 100%);
        padding: 40px 20px;
        text-align: center;
        border-bottom: 1px solid var(--gray-200);
        margin-bottom: 30px;
    }

    .home-title {
        font-size: clamp(1.5rem, 5vw, 2.5rem);
        font-weight: 800;
        color: var(--gray-900);
        margin-bottom: 10px;
        letter-spacing: -0.03em;
    }

    .home-subtitle {
        font-size: 1.1rem;
        color: var(--gray-600);
        max-width: 600px;
        margin: 0 auto;
    }

    
    .quick-access-wrapper {
        overflow-x: auto;
        padding: 10px 20px 20px;
        display: flex;
        gap: 15px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }
    .quick-access-wrapper::-webkit-scrollbar { display: none; }

    .quick-store-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        min-width: 80px;
        text-decoration: none !important;
        transition: transform 0.2s;
    }
    
    .quick-store-item:hover { transform: translateY(-3px); }

    .quick-store-icon {
        width: 64px;
        height: 64px;
        border-radius: 50%;
        background: #fff;
        border: 2px solid var(--gray-200);
        padding: 4px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 4px 6px rgba(0,0,0,0.05);
        margin-bottom: 8px;
        transition: border-color 0.2s;
    }

    .quick-store-item:hover .quick-store-icon {
        border-color: var(--primary-color);
    }

    .quick-store-icon img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        border-radius: 50%;
    }

    .quick-store-name {
        font-size: 0.8rem;
        font-weight: 600;
        color: var(--gray-700);
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 80px;
    }

    


    .view-all-link {
        font-size: 0.9rem;
        font-weight: 600;
        color: var(--primary-color);
        display: flex;
        align-items: center;
        gap: 5px;
    }

    
    .feature-item {
        padding: 15px;
        border-radius: 12px;
        transition: background-color 0.3s;
    }
    .feature-item:hover { background-color: #f8f9fa; }
    
    .feature-icon {
        width: 50px;
        height: 50px;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.2rem;
        margin: 0 auto 15px;
    }
    

    
.quick-store-item[title*="Bim"] .quick-store-icon { border-color: #d92c2c; } 
.quick-store-item[title*="A101"] .quick-store-icon { border-color: #00bcf2; } 
.quick-store-item[title*="Şok"] .quick-store-icon { border-color: #fce300; } 
.quick-store-item[title*="Hakmar"] .quick-store-icon { border-color: #249d17; } 
.quick-store-item[title*="Migros"] .quick-store-icon { border-color: #f6c606; } 



    
  
    .page-header-card {
        background: linear-gradient(135deg, var(--gray-50) 0%, #fff 100%);
        border-bottom: 1px solid var(--gray-200);
        padding: 40px 20px;
        text-align: center;
        margin-bottom: 40px;
        border-radius: 0 0 20px 20px;
    }

    .page-title-big {
        font-size: clamp(1.8rem, 5vw, 2.5rem);
        font-weight: 800;
        color: var(--gray-900);
        margin-bottom: 10px;
        letter-spacing: -0.03em;
    }

    .page-subtitle {
        font-size: 1.1rem;
        color: var(--gray-600);
        max-width: 700px;
        margin: 0 auto;
        line-height: 1.5;
    }

  

       
    .city-header-modern {
        background: #fff;
        border-radius: 16px;
        padding: 20px;
        margin-bottom: 24px;
        border: 1px solid #e2e8f0;
        box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.03);
        display: flex;
        flex-direction: column;
        gap: 16px;
        position: relative;
        overflow: hidden;
    }

    
    .city-bg-pattern {
        position: absolute;
        top: 0; right: 0;
        width: 100%; height: 100%;
        background-image: radial-gradient(#e0e7ff 1px, transparent 1px);
        background-size: 20px 20px;
        opacity: 0.4;
        pointer-events: none;
        z-index: 0;
    }

    
    .city-top-area {
        display: flex;
        align-items: center;
        gap: 16px;
        position: relative;
        z-index: 1;
    }

    
    .city-icon-box {
        width: 72px;
        height: 72px;
        flex-shrink: 0;
        border-radius: 16px; 
        display: flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%); 
        border: 1px solid #bfdbfe;
        color: #2563eb;
    }

    .city-icon-box svg {
        width: 32px;
        height: 32px;
        fill: currentColor;
    }

    
    .city-info { flex: 1; min-width: 0; }

    .city-main-title {
        font-size: 1.5rem;
        font-weight: 800;
        color: #1e293b;
        margin: 0 0 4px 0;
        line-height: 1.2;
    }

    .city-desc {
        font-size: 0.9rem;
        color: #64748b;
        font-weight: 500;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    
    .city-stats-row {
        display: flex;
        gap: 10px;
        margin-top: 6px;
    }

    .city-stat-badge {
        display: inline-flex;
        align-items: center;
        gap: 4px;
        font-size: 0.75rem;
        padding: 2px 8px;
        background: #f1f5f9;
        color: #475569;
        border-radius: 6px;
        font-weight: 600;
    }
    .city-stat-badge strong { color: #0f172a; }

    
    .city-scroll-container {
        display: flex;
        align-items: center;
        gap: 10px;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth;
        scroll-snap-type: x mandatory;
        padding-bottom: 5px;
        scrollbar-width: none;
        position: relative;
        z-index: 1;
    }
    .city-scroll-container::-webkit-scrollbar { display: none; }

    .city-tab {
        scroll-snap-align: start;
        flex-shrink: 0;
        display: inline-flex;
        align-items: center;
        gap: 6px;
        padding: 8px 16px;
        border-radius: 50px;
        background: #fff;
        border: 1px solid #e2e8f0;
        color: #475569;
        font-size: 0.85rem;
        font-weight: 600;
        text-decoration: none !important;
        transition: all 0.2s;
        box-shadow: 0 1px 2px rgba(0,0,0,0.02);
    }

    .city-tab:hover {
        background: #f8fafc;
        border-color: #cbd5e1;
        color: #1e293b;
        transform: translateY(-1px);
    }

    
    .city-tab.special {
        background: #fff7ed; 
        border-color: #ffedd5;
        color: #c2410c;
    }
    .city-tab.special:hover {
        background: #ffedd5;
        border-color: #fdba74;
    }

    
    @media (max-width: 576px) {
        .city-header-modern { padding: 16px; gap: 20px; }
        .city-main-title { font-size: 1.3rem; }
        .city-scroll-container { padding-right: 20px; }
        .city-desc { white-space: normal; font-size: 0.8rem; }
    }

     
