* { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; scroll-behavior: smooth; }
        body { background: #0b0f19; color: #ffffff; line-height: 1.6; padding-bottom: 110px; }
        
        /* NAVBAR VE SOL ÜST KURUMSAL LOGO */
        nav { background-color: #000000; position: sticky; top: 0; z-index: 10000; border-bottom: 1px solid #1e293b; height: 70px; }
        .navbar {
    min-height: 70px;
}

.navbar-brand img {
    max-height: 45px;
}

.nav-link {
    font-weight: 700;
}

.dropdown-menu {
    border: 1px solid #1e293b;
    background: #111827;
}

.dropdown-item {
    font-weight: 600;
}

.dropdown-item:hover {
    background: #1f2937;
    color: #ff3333;
}

.dropdown-submenu {
    position: relative;
}

@media (min-width: 992px) {
    .dropdown-submenu > .dropdown-menu {
        position: absolute;
        top: 0;
        left: 100%;
        margin-left: 2px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .navbar .dropdown:hover > .dropdown-menu {
        display: block;
    }
}

@media (max-width: 991px) {
    .dropdown-submenu > .dropdown-menu {
        position: static;
        margin-left: 15px;
        border: 0;
        box-shadow: none;
    }

    .dropdown-submenu > .dropdown-menu.show {
        display: block;
    }
}
        .logo { display: flex; align-items: center; height: 100%; padding: 5px 0; text-decoration: none; }
        .logo img { height: 45px; width: auto; object-fit: contain; }
        
        .nav-menu { display: flex; gap: 20px; list-style: none; align-items: center; }
        .nav-link { color: #ffffff; text-decoration: none; font-size: 0.95rem; font-weight: 600; cursor: pointer; padding: 10px 0; }
        .nav-link:hover { color: #ff3333; }
        
        .dropdown-menu { position: absolute; top: 100%; left: 0; background: #111827; border: 1px solid #1e293b; list-style: none; min-width: 200px; display: none; border-radius: 6px; box-shadow: 0 10px 15px rgba(0,0,0,0.5); padding: 5px 0; }
        .dropdown-item { position: relative; }
        .dropdown-link { color: #cbd5e1; padding: 10px 20px; text-decoration: none; display: flex; justify-content: space-between; align-items: center; font-size: 0.9rem; font-weight: 600; cursor: pointer; }
        .dropdown-link:hover { background: #1f2937; color: #ff3333; }
        .sub-dropdown-menu { position: absolute; top: 0; left: 100%; background: #111827; border: 1px solid #1e293b; list-style: none; min-width: 220px; display: none; max-height: 350px; overflow-y: auto; border-radius: 6px; }
        
        @media screen and (min-width: 769px) {
            .nav-item:hover > .dropdown-menu { display: block; }
            .dropdown-item:hover > .sub-dropdown-menu { display: block; }
            .menu-toggle { display: none; }
        }
        .menu-toggle { display: flex; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; z-index: 10001; }
        .menu-toggle span { width: 25px; height: 3px; background-color: white; border-radius: 2px; }

        @media screen and (max-width: 768px) {
            .nav-menu { position: fixed; top: 70px; left: -100%; width: 100%; height: calc(100vh - 70px); background-color: #0b0f19; flex-direction: column; align-items: flex-start; padding: 30px; gap: 15px; transition: 0.3s ease-in-out; overflow-y: auto; }
            .nav-menu.active { left: 0; } .nav-item { width: 100%; } .nav-link { font-size: 1.1rem; justify-content: space-between; border-bottom: 1px solid #1e293b; width: 100%; }
            .dropdown-menu, .sub-dropdown-menu { position: static; width: 100%; box-shadow: none; display: none; background: #111827; padding-left: 15px; border: none; }
            .mobile-open { display: block !important; }
        }

        .max-wrapper { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
        
        /* HERO ALANI */
        .hero-section { padding: 50px 20px 30px 20px; text-align: center; max-width: 800px; margin: 0 auto; }
        .hero-section h2 { font-size: 2.5rem; font-weight: 800; margin-bottom: 15px; color: #fff; }
        .hero-section p { color: #94a3b8; font-size: 1.1rem; margin-bottom: 25px; }
        
        .hero-buttons { display: flex; justify-content: center; gap: 15px; margin-bottom: 35px; flex-wrap: wrap; }
        .hero-btn { text-decoration: none; padding: 14px 28px; font-weight: 700; border-radius: 50px; font-size: 1rem; transition: transform 0.2s; display: inline-flex; align-items: center; gap: 8px; cursor: pointer; border: none; }
        .hero-btn:hover { transform: scale(1.03); }
        .btn-rep { background: #3b82f6; color: white; }
        .btn-wizard { background: #eab308; color: #000; }

        .stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-bottom: 40px; }
        .stat-card { background: rgba(17, 24, 39, 0.6); border: 1px solid #1e293b; padding: 20px; border-radius: 12px; text-align: center; }
        .stat-num { font-size: 2rem; font-weight: 800; color: #fff; margin-bottom: 5px; }
        .stat-label { font-size: 0.75rem; color: #64748b; text-transform: uppercase; font-weight: 700; }

        /* 🟢 MADDE 4: CANLI RADAR VE MOBİL EKİP DURUM PANELİ CSS KAPLAMALARI */
        .live-status-bar { background: rgba(16, 185, 129, 0.05); border: 1px solid rgba(16, 185, 129, 0.2); border-radius: 12px; padding: 12px 20px; margin-bottom: 15px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 10px; }
        .live-radar-box { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 0.95rem; color: #10b981; }
        .radar-pulse { width: 10px; height: 10px; background: #10b981; border-radius: 50%; position: relative; }
        .radar-pulse::after { content: ''; width: 100%; height: 100%; background: #10b981; border-radius: 50%; position: absolute; top: 0; left: 0; animation: pulse 1.8s infinite ease-in-out; }
        @keyframes pulse { 0% { transform: scale(1); opacity: 1; } 100% { transform: scale(3.5); opacity: 0; } }
        .live-teams-info { font-size: 0.85rem; color: #cbd5e1; font-weight: 600; display: flex; gap: 15px; }
        @media screen and (max-width: 600px) { .live-status-bar { flex-direction: column; text-align: center; } .live-teams-info { flex-direction: column; gap: 5px; } }

        /* 🛠️ JET AKÜ SİHİRBAZI */
        .wizard-section { background: linear-gradient(135deg, #111827 0%, #1f2937 100%); border: 2px solid #3b82f6; border-radius: 20px; padding: 30px; margin-bottom: 45px; box-shadow: 0 10px 25px rgba(59, 130, 246, 0.1); }
        .wizard-title { font-size: 1.4rem; font-weight: 800; color: #fff; margin-bottom: 8px; }
        .wizard-subtitle { font-size: 0.9rem; color: #94a3b8; margin-bottom: 25px; }
        .wizard-progress { height: 6px; background: #374151; border-radius: 10px; margin-bottom: 25px; overflow: hidden; }
        .wizard-progress-bar { height: 100%; width: 25%; background: #3b82f6; transition: width 0.3s ease; }
        .wizard-step { display: none; }
        .wizard-step.active { display: block; animation: fadeIn 0.4s ease; }
        @keyframes fadeIn { from { opacity: 0; transform: translateY(5px); } to { opacity: 1; transform: translateY(0); } }
        .options-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-bottom: 20px; }
        @media screen and (min-width: 600px) { .options-grid.grid-3 { grid-template-columns: repeat(3, 1fr); } .options-grid.grid-4 { grid-template-columns: repeat(4, 1fr); } }
        .option-card { background: #0b0f19; border: 1px solid #374151; padding: 18px; border-radius: 12px; text-align: center; cursor: pointer; font-weight: 700; font-size: 0.95rem; color: #cbd5e1; transition: all 0.2s; }
        .option-card:hover { border-color: #3b82f6; background: rgba(59, 130, 246, 0.05); }
        .option-card.selected { border-color: #3b82f6; background: #3b82f6; color: #fff; box-shadow: 0 0 15px rgba(59, 130, 246, 0.3); }
        .wizard-inputs { display: flex; flex-direction: column; gap: 12px; margin-bottom: 20px; }
        .wizard-inputs input { width: 100%; background: #0b0f19; border: 1px solid #374151; padding: 14px; border-radius: 10px; color: #fff; font-size: 0.95rem; outline: none; }
        .wizard-nav-btns { display: flex; justify-content: space-between; gap: 15px; margin-top: 15px; }
        .wiz-btn { border: none; padding: 12px 24px; font-weight: 700; border-radius: 8px; cursor: pointer; }
        .wiz-btn-prev { background: #374151; color: #cbd5e1; }
        .wiz-btn-next { background: #3b82f6; color: white; margin-left: auto; }
        .wiz-btn-submit { background: #25D366; color: white; width: 100%; text-align: center; font-size: 1.1rem; padding: 14px; text-decoration: none; display: flex; align-items: center; justify-content: center; gap: 8px; border-radius: 10px; font-weight: bold; }

        /* FİLTRE VE İLÇELER */
        .filter-container { background: #111827; border: 1px solid #1e293b; padding: 20px; border-radius: 16px; display: flex; justify-content: space-between; align-items: center; gap: 15px; margin-bottom: 40px; flex-wrap: wrap; }
        .tab-buttons { display: flex; gap: 8px; }
        .tab-btn { background: #1f2937; color: #94a3b8; border: none; padding: 10px 20px; font-weight: 700; border-radius: 8px; cursor: pointer; font-size: 0.85rem; }
        .tab-btn.active { background: #f97316; color: #fff; }
        .search-box { position: relative; flex: 1; max-width: 400px; width: 100%; }
        .search-box input { width: 100%; background: #1f2937; border: 1px solid #374151; padding: 12px 40px 12px 15px; border-radius: 8px; color: #fff; font-size: 0.9rem; outline: none; }
        
        .grid-title { text-align: left; font-size: 1.6rem; font-weight: 800; margin-bottom: 5px; color: #fff; }
        .grid-subtitle { text-align: left; font-size: 0.95rem; color: #64748b; margin-bottom: 25px; }
        
        .grid-container { display: grid; grid-template-columns: repeat(5, 1fr); gap: 15px; margin-bottom: 60px; }
        .district-card { background: #111827; border: 1px solid #1e293b; border-radius: 12px; padding: 20px; text-align: left; position: relative; cursor: pointer; transition: transform 0.2s; }
        .district-card:hover { transform: translateY(-3px); border-color: #f97316; }
        .card-title { font-size: 1.1rem; font-weight: 700; color: #fff; margin-bottom: 15px; }
        .card-badge { position: absolute; top: 15px; right: 15px; font-size: 0.65rem; font-weight: 800; padding: 3px 8px; border-radius: 4px; text-transform: uppercase; }
        .badge-avrupa { background: rgba(249, 115, 22, 0.1); color: #f97316; }
        .badge-anadolu { background: rgba(16, 185, 129, 0.1); color: #10b981; }
        
        .card-status { font-size: 0.75rem; display: flex; align-items: center; gap: 6px; font-weight: 600; }
        .status-active { color: #10b981; }
        .status-active::before { content: ''; width: 6px; height: 6px; background: #10b981; border-radius: 50%; display: inline-block; }

        .seo-text-section { margin-bottom: 60px; text-align: left; background: #111827; border: 1px solid #1e293b; border-radius: 16px; padding: 35px; }
        .seo-text-section h3 { font-size: 1.6rem; font-weight: 800; color: #fff; margin-bottom: 15px; }
        .why-us-box { background: #0b0f19; border: 1px solid #1e293b; border-radius: 12px; padding: 25px; margin-top: 25px; }
        .why-us-box h5 { color: #fff; font-size: 1.15rem; font-weight: 800; margin-bottom: 15px; border-bottom: 1px solid #1e293b; padding-bottom: 10px; }
        .why-us-item { margin-bottom: 12px; font-size: 0.95rem; color: #cbd5e1; }
        .why-us-item strong { color: #f97316; }

        /* ARAÇ MARKALARI BÖLÜMÜ */
        .brands-section { margin-bottom: 60px; text-align: left; }
        .brands-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 15px; margin-top: 20px; }
        .brand-card { background: #111827; border: 1px solid #1e293b; border-radius: 12px; padding: 25px 15px; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; cursor: pointer; transition: transform 0.2s, border-color 0.2s; }
        .brand-card:hover { transform: translateY(-3px); border-color: #ff3333; }
        
        .brand-img-box { width: 65px; height: 65px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: transparent; overflow: hidden; margin-bottom: 12px; padding: 5px; }
        .brand-img-box img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0px 2px 4px rgba(0,0,0,0.4)); }
        .brand-name { font-size: 0.9rem; font-weight: 800; color: #ffffff; text-transform: uppercase; }

        /* PREMIUM GÖRSEL HARİTA ALANI */
        .map-section { margin-bottom: 60px; background: #111827; border: 1px solid #1e293b; border-radius: 16px; overflow: hidden; }
        .map-container { width: 100%; height: 350px; background: url('https://images.unsplash.com/photo-1524661135-423995f22d0b?auto=format&fit=crop&w=1200&q=80') center center; background-size: cover; position: relative; display: flex; align-items: center; justify-content: center; }
        .map-overlay-badge { background: rgba(0, 0, 0, 0.9); border: 1px solid #ff3333; padding: 20px 30px; border-radius: 8px; text-align: center; color: white; max-width: 90%; box-shadow: 0 10px 25px rgba(0,0,0,0.5); }
        .map-overlay-badge h4 { font-size: 1.3rem; font-weight: 800; margin-bottom: 6px; color: #ff3333; text-transform: uppercase; }
        .map-overlay-badge p { font-size: 0.95rem; color: #cbd5e1; font-weight: 600; }
        
        .promises-grid { display: grid; grid-template-columns: repeat(4, 1fr); padding: 30px 20px; gap: 20px; background: #111827; text-align: center; border-top: 1px solid #1e293b; }
        .promise-card { display: flex; flex-direction: column; align-items: center; }
        .promise-icon { font-size: 1.8rem; margin-bottom: 10px; color: #f97316; }
        .promise-title { font-size: 1rem; font-weight: 800; color: #fff; margin-bottom: 5px; }
        .promise-desc { font-size: 0.85rem; color: #64748b; }

        /* MADDE 2: ALT SABİT ÇUBUĞA DA AKILLI WHATSAPP ŞABLONUNU ENTEGRE ETTİK */
        .cta-container { position: fixed; bottom: 0; left: 0; width: 100%; background: rgba(11, 15, 25, 0.95); border-top: 1px solid #1e293b; padding: 15px; display: flex; justify-content: center; gap: 15px; z-index: 1000; backdrop-filter: blur(10px); }
        .cta-btn { text-decoration: none; font-size: 1.1rem; font-weight: bold; padding: 14px 0; border-radius: 50px; flex: 1; max-width: 300px; text-align: center; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); }
        .btn-call { background: #10b981; color: white; }
        .btn-whatsapp { background: #25D366; color: white; }

        @media screen and (max-width: 1024px) { .grid-container { grid-template-columns: repeat(3, 1fr); } .brands-grid { grid-template-columns: repeat(3, 1fr); } .promises-grid { grid-template-columns: repeat(2, 1fr); } }
        @media screen and (max-width: 768px) { .grid-container { grid-template-columns: repeat(2, 1fr); } .brands-grid { grid-template-columns: repeat(2, 1fr); } .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; } .filter-container { flex-direction: column; align-items: stretch; } .tab-buttons { width: 100%; } .tab-btn { flex: 1; text-align: center; } .seo-text-section { padding: 20px; } }
        .bolge-card-img {
    width: 100%;
    height: 190px;
    object-fit: cover;
    background: #111827;
}

.bolge-detail-img {
    width: 100%;
    max-height: 420px;
    object-fit: cover;
}