/* 🎨 MEKAN DETAY SAYFASI - MODERN TASARIM */
/* Vişne Çürüğü Aksan Rengi ile Premium Görünüm */

/* GLOBAL OVERFLOW FIX - MOBİL */
*, *::before, *::after {
    box-sizing: border-box;
}

html, body {
    overflow-x: hidden !important;
    max-width: 100vw;
    width: 100%;
}

/* ========================================
   ☀️ LIGHT MODE FORCED STYLES
   Override global dark-mode.css completely
   ======================================== */
[data-theme="light"] body,
body:not([data-theme="dark"]) {
    overflow-x: hidden;
    background-color: #ffffff !important;
    color: #2c3e50 !important;
}

[data-theme="light"] .mekan-detay-container,
[data-theme="light"] .mekan-icerik,
[data-theme="light"] .mekan-sidebar,
[data-theme="light"] .sidebar-section,
[data-theme="light"] .hakkinda-section,
[data-theme="light"] .ozellikler-section,
[data-theme="light"] .yorumlar-section,
[data-theme="light"] .ilgili-mekanlar-section,
[data-theme="light"] .degerlendirme-form-section,
[data-theme="light"] .tabs-section,
[data-theme="light"] .tab-content,
[data-theme="light"] .kampanyalar-section {
    background: #ffffff !important;
    color: #2c3e50 !important;
    border-color: #e0e0e0 !important;
}

[data-theme="light"] h1,
[data-theme="light"] h2,
[data-theme="light"] h3,
[data-theme="light"] h4,
[data-theme="light"] h5,
[data-theme="light"] h6 {
    color: #2c3e50 !important;
}

/* DÜZELTİLMİŞ KOD */
[data-theme="light"] p,
[data-theme="light"] span:not(.kampanya-badge):not(.puan-sayi):not(.badge-text):not(.badge-icon):not(.beta-badge):not(.star):not(.star-small),
[data-theme="light"] div:not(.kampanya-badge):not(.editorial-badge) {
    color: #2c3e50 !important;
}

[data-theme="light"] input,
[data-theme="light"] textarea,
[data-theme="light"] select {
    background: #ffffff !important;
    color: #333333 !important;
    border-color: #e0e0e0 !important;
}

[data-theme="light"] input::placeholder,
[data-theme="light"] textarea::placeholder {
    color: #999999 !important;
}

[data-theme="light"] .ozellik-item,
[data-theme="light"] .menu-item,
[data-theme="light"] .kriter-badge,
[data-theme="light"] .stat-box {
    background: #f8f9fa !important;
    border-color: #e0e0e0 !important;
    color: #2c3e50 !important;
}

[data-theme="light"] .yorum-item,
[data-theme="light"] .kampanya-card,
[data-theme="light"] .ilgili-card {
    background: #ffffff !important;
    border-color: #e0e0e0 !important;
}

[data-theme="light"] .tab-button {
    color: #7f8c8d !important;
}

[data-theme="light"] .tab-button.active {
    color: #e40043 !important;
    background: white !important;
}

:root {
    --ana-renk: #e40043;
    --ana-koyu: #c00038;
    --yazi: #2c3e50;
    --yazi-acik: #7f8c8d;
    --cerceve: #e0e0e0;
    --arka: #ffffff;
    --arka-acik: #f8f9fa;
    --golge: 0 2px 12px rgba(0,0,0,0.08);
    --golge-hover: 0 4px 20px rgba(0,0,0,0.12);
    --border-radius: 12px;
}

/* ========================================
   LIGHT MODE DEFAULT STYLES
   ======================================== */

/* Container ve genel elementler */
.mekan-detay-container {
    background-color: #ffffff !important;
}

.mekan-icerik,
.mekan-sidebar,
.sidebar-section {
    background-color: #ffffff !important;
    color: #2c3e50 !important;
    border-color: #e0e0e0 !important;
}

/* Form stilleri - Light Mode */
.degerlendirme-collapse,
.degerlendirme-form-content {
    background-color: #ffffff !important;
    border-color: #e0e0e0 !important;
    color: #2c3e50 !important;
}

.form-group label,
.criteria-item label {
    color: #333333 !important;
}

.form-group textarea {
    background-color: #ffffff !important;
    color: #333333 !important;
    border-color: #e0e0e0 !important;
}

.form-group textarea::placeholder {
    color: #999999 !important;
}

.form-group textarea:focus {
    background-color: #ffffff !important;
    border-color: #e40043 !important;
}

.degerlendirme-toggle-btn {
    background: linear-gradient(135deg, #ffffff, #f5f5f5) !important;
    color: #333333 !important;
    border-color: #e0e0e0 !important;
}

.degerlendirme-toggle-btn:hover {
    background: linear-gradient(135deg, #f5f5f5, #e0e0e0) !important;
    border-color: #e40043 !important;
}

/* Input ve Select elementleri */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
select,
textarea {
    background-color: #ffffff !important;
    color: #333333 !important;
    border-color: #e0e0e0 !important;
}

/* ========================================
   GENEL LAYOUT
======================================== */
html {
    overflow-x: hidden;
    max-width: 100vw;
}

.mekan-detay-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
    overflow-x: hidden;
    width: 100%;
    box-sizing: border-box;
}

/* ========================================
   MEKAN BİLGİ KARTI (Hero Altı)
======================================== */
.mekan-info-card {
    padding: 20px;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.mekan-baslik-row {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    max-width: 100%;
}

.mekan-baslik {
    font-size: clamp(24px, 5vw, 32px);
    font-weight: 700;
    margin: 0;
    color: var(--yazi);
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.mekan-meta-row {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 12px;
}

.mekan-konum-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
    color: var(--yazi-acik);
    font-size: 15px;
}

/* ========================================
   HERO SECTION - Fotoğraf Üzerine Bilgi
======================================== */
.mekan-hero {
    position: relative;
    height: 450px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 20px; /* Oval köşeler */
}

.mekan-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: var(--ana-renk); /* Fallback renk - görsel yoksa */
    filter: brightness(0.65);
}

.mekan-hero-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.4) 60%, transparent 100%);
    padding: 50px 40px 40px;
    color: white;
}

.mekan-hero h1 {
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 700;
    margin: 0 0 16px 0;
    text-shadow: 0 2px 12px rgba(0,0,0,0.5);
    letter-spacing: -0.5px;
}

.mekan-hero-meta {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    margin-top: 12px;
}

.mekan-puan-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255,255,255,0.98);
    padding: 10px 20px;
    border-radius: 50px;
    color: var(--yazi);
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
    backdrop-filter: blur(10px);
}

.mekan-puan-badge .puan-sayi {
    font-size: 22px;
    color: var(--ana-renk);
    font-weight: 700;
}

.mekan-konum-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: white;
    font-size: 16px;
    font-weight: 500;
    text-shadow: 0 1px 4px rgba(0,0,0,0.4);
}

/* ========================================
   AKSİYON BUTONLARI - İkon Seti
======================================== */
.aksiyon-butonlar {
    display: flex;
    gap: 12px;
    margin: 20px 0 30px;
    padding: 0 20px;
    flex-wrap: wrap;
}

.aksiyon-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border: 2px solid var(--cerceve);
    border-radius: 10px;
    background: white;
    color: var(--yazi);
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
}

.aksiyon-btn:hover {
    border-color: var(--ana-renk);
    color: var(--ana-renk);
    transform: translateY(-2px);
    box-shadow: var(--golge);
}

.aksiyon-btn.primary {
    background: linear-gradient(135deg, var(--ana-renk) 0%, var(--ana-koyu) 100%);
    color: white;
    border-color: var(--ana-renk);
    box-shadow: 0 4px 14px rgba(228, 0, 67, 0.25);
    position: relative;
    overflow: hidden;
}

.aksiyon-btn.primary::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;
}

.aksiyon-btn.primary:hover::before {
    left: 100%;
}

.aksiyon-btn.primary:hover {
    background: linear-gradient(135deg, var(--ana-koyu) 0%, #a00030 100%);
    border-color: var(--ana-koyu);
    box-shadow: 0 6px 20px rgba(228, 0, 67, 0.35);
}

.aksiyon-btn span {
    font-size: 18px;
}

/* QR Menü Butonu - Primary Renk */
.aksiyon-btn.qr-menu-btn {
    background: linear-gradient(135deg, var(--ana-renk) 0%, var(--ana-koyu) 100%);
    color: white;
    border-color: var(--ana-renk);
    box-shadow: 0 4px 14px rgba(228, 0, 67, 0.25);
}

.aksiyon-btn.qr-menu-btn:hover {
    background: linear-gradient(135deg, var(--ana-koyu) 0%, #a00030 100%);
    border-color: var(--ana-koyu);
    color: white;
    box-shadow: 0 6px 20px rgba(228, 0, 67, 0.35);
}

/* ========================================
   2 SÜTUNLU LAYOUT - Responsive Grid
======================================== */
.mekan-content-wrapper {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 30px;
    padding: 0 20px;
    margin-bottom: 60px;
    width: 100%;
    box-sizing: border-box;
}

/* SOL SÜTUN - Ana İçerik */
.mekan-main-content {
    min-width: 0; /* Grid overflow fix */
}

/* SAĞ SÜTUN - Sticky Sidebar */
.mekan-sidebar {
    position: sticky;
    top: 100px;
    height: fit-content;
    width: 380px;
    max-width: 100%;
    flex-shrink: 0;
}

.sidebar-section {
    background: white;
    border-radius: var(--border-radius);
    padding: 24px;
    margin-bottom: 20px;
    box-shadow: var(--golge);
    border: 1px solid var(--cerceve);
}

.sidebar-section h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 18px 0;
    color: var(--yazi);
    display: flex;
    align-items: center;
    gap: 8px;
}

/* ========================================
   SİDEBAR - Harita
======================================== */
.sidebar-harita {
    height: 280px;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    max-width: 100%;
}

.sidebar-harita iframe {
    border: none;
    width: 100% !important;
    max-width: 100% !important;
    height: 100%;
}

/* Mesafe Badge - Belirgin Tasarım */
.konum-mesafe-badge {
    margin-top: 16px;
    padding: 16px 20px;
    background: linear-gradient(135deg, var(--ana-renk) 0%, var(--ana-koyu) 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 14px;
    box-shadow: 0 4px 14px rgba(228, 0, 67, 0.25);
    transition: all 0.3s;
}

.konum-mesafe-badge:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(228, 0, 67, 0.35);
}

.mesafe-icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    font-size: 24px;
    flex-shrink: 0;
}

.mesafe-detay {
    flex: 1;
}

.mesafe-label {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}

.mesafe-text {
    font-size: 18px;
    color: white;
    font-weight: 800;
    line-height: 1.2;
}

/* ========================================
   SİDEBAR - İletişim Bilgileri
======================================== */
.iletisim-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 14px 0;
    border-bottom: 1px solid #f0f0f0;
}

.iletisim-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.iletisim-ikon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--arka-acik);
    border-radius: 10px;
    font-size: 20px;
    flex-shrink: 0;
}

.iletisim-detay {
    flex: 1;
    min-width: 0;
}

.iletisim-detay .label {
    font-size: 12px;
    color: var(--yazi-acik);
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.iletisim-detay .value {
    font-size: 14px;
    color: var(--yazi);
    font-weight: 600;
    word-wrap: break-word;
}

.iletisim-detay a {
    color: var(--ana-renk);
    text-decoration: none;
    transition: color 0.2s;
}

.iletisim-detay a:hover {
    color: var(--ana-koyu);
    text-decoration: underline;
}

/* ========================================
   SİDEBAR - Çalışma Saatleri
======================================== */
.calisma-durum {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 14px;
    letter-spacing: 0.3px;
}

.calisma-durum.acik {
    background: #d4edda;
    color: #155724;
}

.calisma-durum.kapali {
    background: #f8d7da;
    color: #721c24;
}

/* ========================================
   SİDEBAR - Büyük Aksiyon Butonu
======================================== */
.sidebar-action-btn {
    display: block;
    width: 100%;
    padding: 16px;
    background: var(--ana-renk);
    color: white;
    text-align: center;
    border-radius: 10px;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 8px rgba(228, 0, 67, 0.2);
}

.sidebar-action-btn:hover {
    background: var(--ana-koyu);
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(228, 0, 67, 0.3);
}

/* Yol tarifi butonu için margin */
.yol-tarifi-btn {
    margin-top: 8px;
}

/* ========================================
   KAMPANYALAR BÖLÜMÜ - SADE TASARIM
======================================== */
.kampanyalar-section {
    background: var(--bg-white, #fff);
    border-radius: var(--border-radius, 12px);
    padding: 24px;
    margin-bottom: 24px;
    box-shadow: var(--golge, 0 2px 12px rgba(0,0,0,0.08));
}

.kampanyalar-section h2 {
    font-size: 1.3rem;
    font-weight: 600;
    margin: 0 0 20px 0;
    color: var(--ana-renk, #E40043);
    padding-bottom: 12px;
    border-bottom: 1px solid #eee;
}

/* Kampanya Card - Sade */
.kampanya-card {
    display: flex;
    background: linear-gradient(135deg, #fef8f9, #fff5f7);
    border-radius: 10px;
    border: 1px solid rgba(228, 0, 67, 0.15);
    overflow: hidden;
    margin-bottom: 12px;
}

.kampanya-card:last-child {
    margin-bottom: 0;
}

.kampanya-card:hover {
    border-color: rgba(228, 0, 67, 0.3);
}

.kampanya-content {
    display: flex;
    width: 100%;
    padding: 16px;
    gap: 16px;
    align-items: center;
    flex-wrap: wrap;
}

/* Sol - Bilgi */
.kampanya-info {
    flex: 1;
    min-width: 200px;
}

.kampanya-info h3 {
    font-size: 1rem;
    font-weight: 600;
    color: var(--yazi, #333);
    margin: 0 0 6px 0;
}

.kampanya-info p {
    font-size: 0.9rem;
    color: #666;
    margin: 0 0 8px 0;
    line-height: 1.5;
}

.kampanya-tarih {
    font-size: 0.8rem;
    color: #888;
}

.kampanya-tarih em {
    color: var(--ana-renk, #E40043);
    font-style: normal;
    font-weight: 600;
}

/* Sağ - Action */
.kampanya-action {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
    min-width: 140px;
}

.kampanya-badge {
    background: var(--ana-renk, #E40043);
    color: white;
    padding: 6px 14px;
    border-radius: 20px;
    font-weight: 700;
    font-size: 1.1rem;
    white-space: nowrap;
}

.kampanya-kalan {
    font-size: 0.8rem;
    color: #666;
}

.kampanya-btn {
    background: var(--ana-renk, #E40043);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.2s;
    text-decoration: none;
    display: inline-block;
}

.kampanya-btn:hover {
    background: #c4003a;
    transform: translateY(-1px);
}

.kampanya-btn.giris {
    background: #6c757d;
}

.kampanya-btn.giris:hover {
    background: #5a6268;
}

.kampanya-tukendi {
    color: #999;
    font-size: 0.85rem;
    font-weight: 500;
}

/* Başarı Mesajı */
.kampanya-basari {
    background: #d4edda;
    color: #155724;
    padding: 10px 14px;
    border-radius: 6px;
    font-size: 0.85rem;
    font-weight: 500;
    text-align: center;
}

.kampanya-basari a {
    display: block;
    margin-top: 6px;
    color: #0c5460;
    font-weight: 600;
}

/* Genel Kod - Kopyalama */
.kampanya-kod-box {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #f8f9fa;
    border: 2px dashed var(--ana-renk, #E40043);
    border-radius: 6px;
    padding: 8px 12px;
}

.kampanya-kod {
    font-family: 'Courier New', monospace;
    font-size: 1rem;
    font-weight: 700;
    color: var(--ana-renk, #E40043);
    letter-spacing: 1px;
}

.kampanya-kopyala {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1.1rem;
    padding: 4px;
    transition: transform 0.2s;
}

.kampanya-kopyala:hover {
    transform: scale(1.1);
}

.kampanya-kopyalandi {
    font-size: 0.8rem;
    color: #28a745;
    opacity: 0;
    transition: opacity 0.3s;
}

.kampanya-kopyalandi.show {
    opacity: 1;
}

/* Responsive */
@media (max-width: 600px) {
    .kampanya-content {
        flex-direction: column;
        align-items: stretch;
    }
    
    .kampanya-action {
        align-items: stretch;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .kampanya-badge {
        text-align: center;
    }
    
    .kampanya-btn {
        flex: 1;
        text-align: center;
    }
}

/* Dark Mode */








/* ========================================
   HAKKINDA BÖLÜMÜ
======================================== */
.hakkinda-section {
    background: white;
    border-radius: var(--border-radius);
    padding: 32px;
    margin-bottom: 24px;
    box-shadow: var(--golge);
    border: 1px solid var(--cerceve);
}

.hakkinda-section h2 {
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 18px 0;
    color: var(--yazi);
}

.hakkinda-section p {
    line-height: 1.9;
    color: var(--yazi);
    margin: 0;
    font-size: 16px;
}

/* ========================================
   ÖZELLİKLER BÖLÜMÜ (Tab Olmadan)
======================================== */

/* 🍽️ ÜRÜN MENÜSÜ BÖLÜMÜ (Özelliklerden önce) */
.urun-menu-section {
    background: white;
    border: 1px solid var(--cerceve);
    border-radius: var(--border-radius);
    padding: 32px;
    margin-bottom: 24px;
    box-shadow: var(--golge);
}

.urun-menu-section h2 {
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 20px 0;
    color: var(--yazi);
    display: flex;
    align-items: center;
    gap: 10px;
}

.urun-aciklama {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
}

.urun-item {
    text-decoration: underline;
    text-decoration-color: var(--vurgulu);
    text-decoration-thickness: 1.5px;
    text-underline-offset: 3px;
    font-weight: 500;
    color: var(--yazi);
    cursor: default;
}

.ozellikler-section {
    background: white;
    border-radius: var(--border-radius);
    padding: 20px;
    margin-bottom: 24px;
    box-shadow: var(--golge);
    border: 1px solid var(--cerceve);
}

.ozellikler-section h2 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 16px 0;
    color: var(--yazi);
    display: flex;
    align-items: center;
    gap: 8px;
}

.ozellik-grup-baslik {
    font-size: 16px;
    font-weight: 600;
    margin: 16px 0 12px 0;
    color: var(--yazi);
}

.ozellik-grup-baslik:first-of-type {
    margin-top: 0;
}

.ozellikler-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 10px;
    margin-bottom: 12px;
}

.ozellik-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    background: #f8f9fa;
    border-radius: 6px;
    font-size: 14px;
    color: var(--yazi);
}

.ozellik-item .ikon {
    font-size: 16px;
}

.empty-state-compact {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px;
    background: #f8f9fa;
    border-radius: 8px;
    color: #6c757d;
    font-size: 14px;
}

.empty-state-compact .empty-icon {
    font-size: 24px;
    opacity: 0.5;
}

.empty-state-compact .empty-text {
    color: #6c757d;
}

/* ========================================
   SEKMELİ YAPI - Özellikler/Yemekler/İçecekler
======================================== */
.tabs-section {
    background: white;
    border-radius: var(--border-radius);
    padding: 0;
    margin-bottom: 24px;
    box-shadow: var(--golge);
    overflow: hidden;
    border: 1px solid var(--cerceve);
}

.tabs-header {
    display: flex;
    border-bottom: 2px solid var(--cerceve);
    background: var(--arka-acik);
}

.tab-button {
    flex: 1;
    padding: 20px 28px;
    background: none;
    border: none;
    font-size: 16px;
    font-weight: 700;
    color: var(--yazi-acik);
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.tab-button:hover {
    color: var(--ana-renk);
    background: rgba(228, 0, 67, 0.05);
}

.tab-button.active {
    color: var(--ana-renk);
    background: white;
}

.tab-button.active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--ana-renk);
}

.tab-content {
    padding: 32px;
}

.tab-pane {
    display: none;
    animation: fadeIn 0.3s ease;
}

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

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

/* ========================================
   ÖZELLİKLER GRID
======================================== */
.ozellikler-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 14px;
}

.ozellik-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    background: var(--arka-acik);
    border: 1px solid var(--cerceve);
    border-radius: 10px;
    font-size: 15px;
    color: var(--yazi);
    font-weight: 500;
    transition: all 0.25s ease;
}

.ozellik-item:hover {
    border-color: var(--ana-renk);
    background: rgba(228, 0, 67, 0.05);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.ozellik-item .ikon {
    font-size: 22px;
}

.ozellik-grup-baslik {
    font-size: 18px;
    font-weight: 700;
    color: var(--yazi);
    margin: 28px 0 16px 0;
    padding-bottom: 12px;
    border-bottom: 3px solid var(--ana-renk);
    display: flex;
    align-items: center;
    gap: 10px;
}

.ozellik-grup-baslik:first-child {
    margin-top: 0;
}

/* ========================================
   MENÜ GRID
======================================== */
.menu-kategori {
    margin-bottom: 36px;
}

.menu-kategori:last-child {
    margin-bottom: 0;
}

.menu-kategori h3 {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 18px 0;
    color: var(--yazi);
    padding-bottom: 10px;
    border-bottom: 3px solid var(--ana-renk);
    display: inline-block;
}

.menu-grid {
    display: grid;
    gap: 14px;
}

.menu-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    padding: 18px 20px;
    background: var(--arka-acik);
    border-radius: 10px;
    transition: all 0.25s ease;
    border: 1px solid transparent;
}

.menu-item:hover {
    background: #f0f0f0;
    transform: translateX(6px);
    border-color: var(--cerceve);
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.menu-item-info {
    flex: 1;
    min-width: 0;
}

.menu-item-name {
    font-size: 17px;
    font-weight: 700;
    color: var(--yazi);
    margin: 0 0 6px 0;
}

.menu-item-desc {
    font-size: 14px;
    color: var(--yazi-acik);
    line-height: 1.6;
}

.menu-item-price {
    font-size: 20px;
    font-weight: 800;
    color: var(--ana-renk);
    white-space: nowrap;
    flex-shrink: 0;
}

/* Boş durum mesajı */
.empty-state {
    text-align: center;
    padding: 80px 20px;
    color: var(--yazi-acik);
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-radius: 12px;
    border: 2px dashed var(--cerceve);
}

.empty-state-icon {
    font-size: 72px;
    margin-bottom: 20px;
    opacity: 0.4;
    filter: grayscale(30%);
}

.empty-state-text {
    font-size: 17px;
    line-height: 1.7;
    color: var(--yazi-acik);
    font-weight: 500;
}

/* ========================================
   YORUMLAR BÖLÜMÜ
======================================== */
.yorumlar-section {
    background: white;
    border-radius: var(--border-radius);
    padding: 32px;
    margin-bottom: 24px;
    box-shadow: var(--golge);
    border: 1px solid var(--cerceve);
}

.yorumlar-section h2 {
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 28px 0;
    color: var(--yazi);
    display: flex;
    align-items: center;
    gap: 10px;
}

.yorum-item {
    padding: 24px 0;
    border-bottom: 1px solid #f0f0f0;
}

.yorum-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.yorum-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
}

.yorum-avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--ana-renk), var(--ana-koyu));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 700;
    color: white;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(228, 0, 67, 0.2);
}

.yorum-meta {
    flex: 1;
    min-width: 0;
}

.yorum-user {
    font-weight: 700;
    font-size: 16px;
    color: var(--yazi);
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

/* Kullanıcı Yorum Sayısı Badge */
.user-review-badge {
    font-weight: 500;
    font-size: 13px;
    color: #7f8c8d;
    opacity: 0.85;
    white-space: nowrap;
}

.yorum-tarih {
    font-size: 13px;
    color: var(--yazi-acik);
}

.yorum-puan {
    color: var(--ana-renk);
    font-weight: 700;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 6px;
}

/* Kriter Detayları */
.yorum-kriterler {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 16px 0;
}

.kriter-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 20px;
    border: 1px solid #e0e0e0;
    font-size: 13px;
    transition: all 0.2s;
}

.kriter-badge:hover {
    background: linear-gradient(135deg, #fff5f7 0%, #ffe8ed 100%);
    border-color: var(--ana-renk);
    transform: translateY(-1px);
}

.kriter-icon {
    font-size: 16px;
}

.kriter-label {
    color: var(--yazi);
    font-weight: 600;
}

.kriter-puan {
    color: var(--ana-renk);
    font-weight: 700;
    font-size: 14px;
}

.yorum-text {
    line-height: 1.8;
    color: var(--yazi);
    margin: 14px 0 0 0;
    font-size: 15px;
}

/* ========================================
   ZİYARET İSTATİSTİKLERİ
======================================== */
.stats-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.stat-box {
    text-align: center;
    padding: 16px;
    background: var(--arka-acik);
    border-radius: 10px;
    border: 1px solid var(--cerceve);
}

.stat-number {
    font-size: 28px;
    font-weight: 800;
    color: var(--ana-renk);
    margin-bottom: 4px;
}

.stat-label {
    font-size: 12px;
    color: var(--yazi-acik);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* ========================================
   DEĞERLENDİRME FORMU
======================================== */
.degerlendirme-form-section {
    background: white;
    border-radius: var(--border-radius);
    padding: 40px;
    margin: 0 auto 60px;
    max-width: calc(100% - 40px);
    box-shadow: var(--golge);
    border: 1px solid var(--cerceve);
}

.degerlendirme-form-section h2 {
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 10px 0;
    color: var(--yazi);
    display: flex;
    align-items: center;
    gap: 10px;
}

.form-aciklama {
    color: var(--yazi-acik);
    margin: 0 0 30px 0;
    font-size: 15px;
}

.form-group {
    margin-bottom: 28px;
}

.form-group label {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: var(--yazi);
    margin-bottom: 12px;
}

/* Yıldız Rating - Ana Puan */
.star-rating {
    display: flex;
    gap: 8px;
    font-size: 48px;
    cursor: pointer;
    user-select: none;
}

.star-rating .star {
    color: #ddd;
    transition: all 0.2s;
}

.star-rating .star.active,
.star-rating .star.hover {
    color: #ffd700;
    transform: scale(1.1);
}

/* Kriter Yıldızları */
.criteria-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 24px;
    margin-bottom: 28px;
}

.criteria-item label {
    font-size: 15px;
    font-weight: 600;
    color: var(--yazi);
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.star-rating-small {
    display: flex;
    gap: 4px;
    font-size: 28px;
    cursor: pointer;
    user-select: none;
}

.star-rating-small .star-small {
    color: #ddd;
    transition: all 0.2s;
}

.star-rating-small .star-small.active,
.star-rating-small .star-small.hover {
    color: #ffd700;
}

/* Form elementleri */
.form-group textarea {
    width: 100%;
    padding: 16px;
    border: 2px solid var(--cerceve);
    border-radius: 10px;
    font-size: 15px;
    font-family: inherit;
    resize: vertical;
    transition: all 0.3s;
}

.form-group textarea:focus {
    outline: none;
    border-color: var(--ana-renk);
    box-shadow: 0 0 0 3px rgba(228, 0, 67, 0.1);
}

.form-submit-btn {
    background: linear-gradient(135deg, var(--ana-renk) 0%, var(--ana-koyu) 100%);
    color: white;
    padding: 16px 40px;
    border: none;
    border-radius: 10px;
    font-size: 17px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 14px rgba(228, 0, 67, 0.25);
    display: inline-block;
    text-decoration: none;
}

.form-submit-btn:hover {
    background: linear-gradient(135deg, var(--ana-koyu) 0%, #a00030 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(228, 0, 67, 0.35);
}

/* Login prompt */
.login-prompt {
    text-align: center;
    padding: 60px 20px;
    background: linear-gradient(135deg, rgba(228, 0, 67, 0.05) 0%, rgba(255,255,255,1) 100%);
    border-radius: 12px;
    border: 2px dashed var(--cerceve);
}

.login-icon {
    font-size: 64px;
    margin-bottom: 20px;
    opacity: 0.6;
}

.login-prompt h3 {
    font-size: 24px;
    font-weight: 700;
    color: var(--yazi);
    margin: 0 0 12px 0;
}

.login-prompt p {
    color: var(--yazi-acik);
    margin: 0 0 28px 0;
    font-size: 16px;
}

/* Alert mesajları */
.alert {
    padding: 16px 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    font-weight: 600;
}

.alert-success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.alert-error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/* ========================================
   SOSYAL PAYLAŞIM (Sidebar versiyonu)
======================================== */
.share-section {
    text-align: center;
}

.share-buttons {
    display: flex;
    gap: 8px;
    justify-content: center;
    flex-wrap: wrap;
}

.share-btn {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    color: white;
    text-decoration: none;
    font-size: 22px;
    border: none;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.share-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.2);
}

.share-btn.twitter { 
    background: #000000;
}

.share-btn.facebook { 
    background: #1877F2;
}

.share-btn.whatsapp { 
    background: #25D366;
}

.share-btn.copy { 
    background: linear-gradient(135deg, var(--ana-renk) 0%, var(--ana-koyu) 100%);
}

/* ========================================
   İLGİLİ MEKANLAR BÖLÜMÜ
======================================== */
.ilgili-mekanlar-section {
    background: white;
    border-radius: var(--border-radius);
    padding: 32px;
    margin: 0 auto 40px;
    max-width: calc(100% - 40px);
    box-shadow: var(--golge);
    border: 1px solid var(--cerceve);
}

.ilgili-header {
    margin-bottom: 28px;
}

.ilgili-header h2 {
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 8px 0;
    color: var(--yazi);
    display: flex;
    align-items: center;
    gap: 10px;
}

.ilgili-header p {
    color: var(--yazi-acik);
    margin: 0;
    font-size: 15px;
}

.ilgili-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
}

.ilgili-card {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px;
    background: var(--arka-acik);
    border: 2px solid var(--cerceve);
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.ilgili-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(228, 0, 67, 0.05), transparent);
    transition: left 0.5s;
}

.ilgili-card:hover::before {
    left: 100%;
}

.ilgili-card:hover {
    border-color: var(--ana-renk);
    background: white;
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

.ilgili-emoji {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--ana-renk) 0%, var(--ana-koyu) 100%);
    border-radius: 12px;
    font-size: 36px;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(228, 0, 67, 0.2);
}

.ilgili-content {
    flex: 1;
    min-width: 0;
}

.ilgili-content h4 {
    font-size: 17px;
    font-weight: 700;
    color: var(--yazi);
    margin: 0 0 8px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ilgili-rating {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 4px;
}

.ilgili-rating .stars {
    font-size: 14px;
    line-height: 1;
}

.ilgili-rating .rating-num {
    font-size: 15px;
    font-weight: 700;
    color: var(--ana-renk);
}

.ilgili-info {
    font-size: 13px;
    color: var(--yazi-acik);
    margin: 0;
}

.ilgili-mesafe {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 6px 12px;
    background: linear-gradient(135deg, rgba(228, 0, 67, 0.1) 0%, rgba(228, 0, 67, 0.05) 100%);
    border: 1px solid rgba(228, 0, 67, 0.2);
    border-radius: 20px;
    font-size: 12px;
    color: var(--ana-renk);
    font-weight: 700;
    margin-top: 8px;
}

/* ========================================
   RESPONSİVE TASARIM
======================================== */
@media (max-width: 1024px) {
    .mekan-content-wrapper {
        grid-template-columns: 1fr;
        padding: 0 15px;
    }
    
    .mekan-sidebar {
        position: static;
        width: 100%;
        max-width: 100%;
    }
    
    .ilgili-grid {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    }
}

@media (max-width: 768px) {
    body {
        overflow-x: hidden;
    }
    
    .mekan-detay-container {
        padding: 0;
        overflow-x: hidden;
    }
    
    .mekan-content-wrapper {
        padding: 0 10px;
        overflow-x: hidden;
    }
    
    .mekan-hero {
        height: 350px;
        border-radius: 0;
        margin: 0 0 20px 0;
    }
    
    .mekan-hero-overlay {
        padding: 30px 20px;
    }
    
    .mekan-hero h1 {
        font-size: 24px;
    }
    
    .aksiyon-butonlar {
        padding: 0 10px;
    }
    
    .ozellikler-grid {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    }
    
    .sidebar-section {
        margin-bottom: 15px;
    }
    
    .tabs-header {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    .tab-button {
        white-space: nowrap;
        padding: 16px 20px;
        font-size: 14px;
    }
    
    .tab-content {
        padding: 24px 20px;
    }
    
    .hakkinda-section,
    .yorumlar-section,
    .ilgili-mekanlar-section {
        padding: 24px 20px;
    }
    
    .menu-item {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .menu-item-price {
        align-self: flex-end;
    }
    
    .ilgili-grid {
        grid-template-columns: 1fr;
    }
    
    /* Kampanya Mobil Stilleri */
    .kampanya-card-modern .kampanya-header {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .kampanya-indirim-badge {
        align-self: flex-end;
        margin-top: -30px;
    }
    
    .kampanya-kod-box {
        flex-direction: column;
        gap: 12px;
    }
    
    .kampanya-kod-text {
        font-size: 16px;
        text-align: center;
        width: 100%;
    }
    
    .kampanya-kod-al-btn {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    * {
        max-width: 100%;
    }
    
    body {
        overflow-x: hidden !important;
    }
    
    .mekan-detay-container {
        overflow-x: hidden !important;
        padding: 0 !important;
    }
    
    .mekan-content-wrapper {
        padding: 0 5px !important;
        overflow-x: hidden !important;
    }
    
    .mekan-hero {
        height: 280px;
        border-radius: 0;
    }
    
    .aksiyon-butonlar {
        flex-direction: column;
        padding: 0 10px;
    }
    
    .aksiyon-btn {
        width: 100%;
        justify-content: center;
    }
    
    .stats-grid {
        grid-template-columns: 1fr 1fr;
    }
    
    .ilgili-grid {
        padding: 0 5px;
    }
    
    .ilgili-card {
        flex-direction: column;
        text-align: center;
    }
    
    .ilgili-emoji {
        width: 80px;
        height: 80px;
        font-size: 40px;
    }
    
    .sidebar-section,
    .hakkinda-section,
    .kampanyalar-section,
    .ozellikler-section,
    .yorumlar-section {
        margin: 0 5px 15px 5px;
        padding: 15px;
    }
}

/* ========================================
   ESKİ DARK MODE STYLES (DEVRE DIŞI)
   Artık @media (prefers-color-scheme: dark) kullanılıyor
   ======================================== */
/* 












































/* =============================================
   COLLAPSE DEĞERLENDİRME FORMU
   ============================================= */

/* Toggle Butonu */
.degerlendirme-toggle-btn {
    width: 100%;
    background: linear-gradient(135deg, var(--ana-renk), var(--ana-koyu));
    color: white;
    border: none;
    padding: 16px 24px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 12px;
    cursor: pointer;
    margin-top: 24px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow: 0 4px 15px rgba(228, 0, 67, 0.2);
}

.degerlendirme-toggle-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(228, 0, 67, 0.3);
}

.degerlendirme-toggle-btn .toggle-icon {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.degerlendirme-toggle-btn.active .toggle-icon {
    transform: rotate(180deg);
}

/* Collapse Container */
.degerlendirme-collapse {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.degerlendirme-collapse.active {
    max-height: 1500px; /* Yeterince büyük değer */
}

/* Form Content */
.degerlendirme-form-content {
    padding: 24px;
    background: var(--bg-acik);
    border-radius: 12px;
    margin-top: 20px;
    border: 2px solid var(--cerceve);
}

/* Dark Mode - Toggle Button */


/* Mobile Responsive */
@media (max-width: 768px) {
    .degerlendirme-toggle-btn {
        padding: 14px 20px;
        font-size: 15px;
    }
    
    .degerlendirme-form-content {
        padding: 20px;
    }
}





/* ========================================
   EDİTÖR DEĞERLENDİRMELERİ - ÖZEL TASARIM
======================================== */

/* Editör yorumu - özel arka plan ve stil */
.editorial-review {
    background: linear-gradient(135deg, #fffbea 0%, #fff8e1 100%) !important;
    border: 2px solid #ffd700 !important;
    border-left: 5px solid #ffa500 !important;
    position: relative;
    box-shadow: 0 4px 15px rgba(255, 165, 0, 0.15) !important;
}

/* Editör badge - üstte görünen etiket */
.editorial-badge {
    position: absolute;
    top: -12px;
    left: 20px;
    background: linear-gradient(135deg, #ffd700 0%, #ffa500 100%);
    color: #000 !important;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 0.85em;
    font-weight: 700;
    box-shadow: 0 2px 8px rgba(255, 165, 0, 0.4);
    display: flex;
    align-items: center;
    gap: 6px;
    z-index: 2;
    letter-spacing: 0.3px;
}

.editorial-badge .badge-icon {
    font-size: 1.1em;
    color: #000 !important;
}

.editorial-badge .badge-text {
    text-transform: uppercase;
    font-size: 0.9em;
    color: #000 !important;
}

/* Editör avatarı - özel görünüm */
.editorial-avatar {
    background: linear-gradient(135deg, #ffd700 0%, #ffa500 100%) !important;
    color: #fff !important;
    font-size: 1.5em !important;
    box-shadow: 0 2px 8px rgba(255, 165, 0, 0.3) !important;
}

/* Dark mode için editör stilleri */
[data-theme="dark"] .editorial-review {
    background: linear-gradient(135deg, #2a2416 0%, #332a1a 100%) !important;
    border: 2px solid #8b7500 !important;
    border-left: 5px solid #b8860b !important;
    box-shadow: 0 4px 15px rgba(255, 165, 0, 0.1) !important;
}

[data-theme="dark"] .editorial-badge {
    background: linear-gradient(135deg, #b8860b 0%, #8b7500 100%) !important;
    color: #fff !important;
}

[data-theme="dark"] .editorial-avatar {
    background: linear-gradient(135deg, #b8860b 0%, #8b7500 100%) !important;
}

[data-theme="dark"] .editorial-review .yorum-text {
    color: #d0d0d0 !important;
}



/* Responsive - mobilde badge daha küçük */
@media (max-width: 768px) {
    .editorial-badge {
        font-size: 0.75em;
        padding: 5px 12px;
        top: -10px;
        left: 10px;
    }
    
    .editorial-badge .badge-icon {
        font-size: 1em;
    }
}

/* ========================================
   ÖZEL MODAL BİLDİRİM SİSTEMİ
   ======================================== */
.custom-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
    z-index: 10000;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.custom-modal.show {
    display: flex;
    animation: modalFadeIn 0.3s ease forwards;
}

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

.custom-modal-content {
    background: white;
    border-radius: 16px;
    padding: 32px;
    max-width: 420px;
    width: 90%;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    text-align: center;
    transform: scale(0.9);
    animation: modalSlideIn 0.3s ease forwards;
    border-top: 4px solid #ff9800;
}

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

.custom-modal-icon {
    font-size: 64px;
    margin-bottom: 16px;
    animation: iconBounce 0.5s ease;
}

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

.custom-modal-message {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 24px;
}

.custom-modal-message strong {
    color: #E40043;
    font-weight: 600;
}

.custom-modal-message small {
    display: block;
    margin-top: 12px;
    font-size: 14px;
    color: #666;
}

.custom-modal-btn {
    background: linear-gradient(135deg, #E40043 0%, #BB304C 100%);
    color: white;
    border: none;
    padding: 12px 32px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(228, 0, 67, 0.3);
}

.custom-modal-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(228, 0, 67, 0.4);
}

.custom-modal-btn:active {
    transform: translateY(0);
}

/* Responsive */
@media (max-width: 768px) {
    .custom-modal-content {
        padding: 24px;
        max-width: 340px;
    }
    
    .custom-modal-icon {
        font-size: 48px;
    }
    
    .custom-modal-message {
        font-size: 14px;
    }
}

/* ========================================
   72 SAATLİK BEKLEME MESAJI STİLLERİ
   ======================================== */

/* Bekleme Mesajı Stilleri - Light Mode */
.daha-once-bilgi {
    background: linear-gradient(135deg, rgba(228, 0, 67, 0.08) 0%, rgba(255,255,255,1) 100%);
    padding: 30px 20px;
    border-radius: 12px;
    text-align: center;
    border: 2px solid rgba(228, 0, 67, 0.2);
    margin-top: 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.daha-once-bilgi:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.12);
}

.info-icon {
    font-size: 56px;
    margin-bottom: 12px;
    animation: pulse 2s infinite;
}

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

.info-title {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}

.info-timer {
    font-size: 32px;
    font-weight: 700;
    margin: 16px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}

.timer-value {
    color: var(--ana-renk, #e40043);
    font-size: 42px;
    font-weight: 800;
    text-shadow: 0 2px 4px rgba(228, 0, 67, 0.2);
    animation: countdown 1s ease-in-out infinite;
}

@keyframes countdown {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.7; }
}

.info-subtitle {
    color: #666;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px;
}

.info-note {
    color: #888;
    font-size: 14px;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px dashed rgba(228, 0, 67, 0.2);
}

/* ========================================
   DARK MODE - GLOBAL OVERRIDES
   ======================================== */
@media (prefers-color-scheme: dark) {
    /* Body ve Container */
    body {
        background-color: #121212 !important;
        color: #e0e0e0 !important;
    }
    
    .mekan-detay-container {
        background-color: #1e1e1e !important;
    }
    
    .mekan-icerik,
    .mekan-sidebar,
    .sidebar-section {
        background-color: #2d2d2d !important;
        color: #e0e0e0 !important;
        border-color: #404040 !important;
    }
    
    /* Değerlendirme Formu Dark Mode */
    .degerlendirme-collapse,
    .degerlendirme-form-content {
        background-color: #2d2d2d !important;
        border-color: #404040 !important;
        color: #e0e0e0 !important;
    }
    
    .form-group label,
    .criteria-item label {
        color: #b0b0b0 !important;
    }
    
    .form-group textarea {
        background-color: #1e1e1e !important;
        color: #e0e0e0 !important;
        border-color: #404040 !important;
    }
    
    .form-group textarea::placeholder {
        color: #707070 !important;
    }
    
    .form-group textarea:focus {
        background-color: #2d2d2d !important;
        border-color: #e40043 !important;
    }
    
    .form-submit-btn {
        background: linear-gradient(135deg, #e40043, #c00038) !important;
    }
    
    .form-submit-btn:hover {
        background: linear-gradient(135deg, #c00038, #a00030) !important;
    }
    
    .degerlendirme-toggle-btn {
        background: linear-gradient(135deg, #2d2d2d, #1e1e1e) !important;
        color: #e0e0e0 !important;
        border-color: #404040 !important;
    }
    
    .degerlendirme-toggle-btn:hover {
        background: linear-gradient(135deg, #404040, #2d2d2d) !important;
        border-color: #e40043 !important;
    }
    
    /* Input ve Select elementleri - Dark Mode */
    input[type="text"],
    input[type="email"],
    input[type="tel"],
    input[type="password"],
    select,
    textarea {
        background-color: #1e1e1e !important;
        color: #e0e0e0 !important;
        border-color: #404040 !important;
    }
    
    /* Bekleme Mesajı Dark Mode */
    .daha-once-bilgi {
        background: linear-gradient(135deg, rgba(228, 0, 67, 0.15), rgba(30, 30, 30, 1)) !important;
        border-color: rgba(228, 0, 67, 0.3) !important;
    }
    
    .info-title,
    .info-subtitle,
    .info-note {
        color: #e0e0e0 !important;
    }
    
    .timer-value {
        color: #ff6b8a !important;
        text-shadow: 0 0 10px rgba(255, 107, 138, 0.3) !important;
    }
    
    /* Genel heading ve text elementleri */
    h1, h2, h3, h4, h5, h6 {
        color: #e0e0e0 !important;
    }
    
    p, span, div {
        color: inherit;
    }
    
    a {
        color: #ff6b8a;
    }
    
    a:hover {
        color: #e40043;
    }
}

/* ========================================
   🌙 DATA-THEME DARK MODE (localStorage-based)
   Override for global dark-mode.css - FULL COVERAGE
   ======================================== */

/* 1. BODY VE ANA CONTAINER */
[data-theme="dark"] body {
    background: #0a0a0a !important;
    color: #e0e0e0 !important;
}

[data-theme="dark"] .mekan-detay-container {
    background: #0a0a0a !important;
}

/* 2. İÇERİK BÖLÜMÜ - ANA WRAPPER */
[data-theme="dark"] .mekan-content-wrapper {
    background: transparent !important;
}

[data-theme="dark"] .mekan-main-content {
    background: transparent !important;
}

/* 3. TÜM SECTION'LAR VE KARTLAR */
[data-theme="dark"] .mekan-icerik,
[data-theme="dark"] .mekan-sidebar,
[data-theme="dark"] .sidebar-section,
[data-theme="dark"] .section,
[data-theme="dark"] .info-card,
[data-theme="dark"] .review-card,
[data-theme="dark"] .galeri-item,
[data-theme="dark"] .kampanya-banner,
[data-theme="dark"] .hakkinda-section,
[data-theme="dark"] .ozellikler-section,
[data-theme="dark"] .yorumlar-section,
[data-theme="dark"] .ilgili-mekanlar-section,
[data-theme="dark"] .degerlendirme-form-section,
[data-theme="dark"] .tabs-section,
[data-theme="dark"] .tab-content,
[data-theme="dark"] .kampanyalar-section {
    background: #1a1a1a !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
    color: #e0e0e0 !important;
}

[data-theme="dark"] h1,
[data-theme="dark"] h2,
[data-theme="dark"] h3,
[data-theme="dark"] h4,
[data-theme="dark"] h5,
[data-theme="dark"] h6,
[data-theme="dark"] .info-title,
[data-theme="dark"] .mekan-baslik,
[data-theme="dark"] .yorum-user {
    color: #e0e0e0 !important;
}

/* Dark Mode - User Review Badge */
[data-theme="dark"] .user-review-badge {
    color: #999999 !important;
    opacity: 0.8;
}

/* 5. PARAGRAF VE METİNLER */
[data-theme="dark"] p,
[data-theme="dark"] .info-subtitle,
[data-theme="dark"] .review-text,
[data-theme="dark"] .review-date,
[data-theme="dark"] .yorum-text,
[data-theme="dark"] .yorum-tarih,
[data-theme="dark"] .menu-item-desc,
[data-theme="dark"] .form-aciklama {
    color: #b0b0b0 !important;
}

/* 6. FORM ELEMENTLERİ */
[data-theme="dark"] input,
[data-theme="dark"] textarea,
[data-theme="dark"] select,
[data-theme="dark"] .form-group input,
[data-theme="dark"] .form-group textarea,
[data-theme="dark"] .form-group select {
    background: #2a2a2a !important;
    color: #e0e0e0 !important;
    border-color: rgba(255, 255, 255, 0.2) !important;
}

[data-theme="dark"] input::placeholder,
[data-theme="dark"] textarea::placeholder {
    color: #666 !important;
}

[data-theme="dark"] input:focus,
[data-theme="dark"] textarea:focus,
[data-theme="dark"] select:focus {
    background: #333 !important;
    border-color: #e40043 !important;
}

/* 7. LABEL'LAR */
[data-theme="dark"] .form-group label,
[data-theme="dark"] .criteria-item label {
    color: #d0d0d0 !important;
}

/* 8. ÖZELLİK VE MENÜ ITEMLARI */
[data-theme="dark"] .ozellik-item,
[data-theme="dark"] .menu-item {
    background: #252525 !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
}

[data-theme="dark"] .ozellik-item:hover,
[data-theme="dark"] .menu-item:hover {
    background: #2d2d2d !important;
    border-color: #e40043 !important;
}

/* 9. YORUM KARTLARI */
[data-theme="dark"] .yorum-item {
    border-bottom-color: rgba(255, 255, 255, 0.1) !important;
}

/* 10. KAMPANYA KARTLARI */
[data-theme="dark"] .kampanya-card {
    background: #1a1a1a !important;
    border-color: rgba(228, 0, 67, 0.3) !important;
}

[data-theme="dark"] .kampanya-content {
    background: #1a1a1a !important;
}

[data-theme="dark"] .kampanya-info h3,
[data-theme="dark"] .kampanya-info p {
    color: #e0e0e0 !important;
}

/* 11. BORDER VE DIVIDER'LAR */
[data-theme="dark"] .info-row,
[data-theme="dark"] .tabs-header {
    border-color: rgba(255, 255, 255, 0.1) !important;
}

/* 12. RATING VE İSTATİSTİKLER */
[data-theme="dark"] .rating-overview,
[data-theme="dark"] .rating-bar-container,
[data-theme="dark"] .stat-box {
    background: #252525 !important;
}

[data-theme="dark"] .rating-bar {
    background: #2a2a2a !important;
}

/* 13. TAB BUTONLARI */
[data-theme="dark"] .tab-button {
    color: #b0b0b0 !important;
    background: transparent !important;
}

[data-theme="dark"] .tab-button:hover {
    background: rgba(228, 0, 67, 0.1) !important;
    color: #ff6b8a !important;
}

[data-theme="dark"] .tab-button.active {
    background: #1a1a1a !important;
    color: #e40043 !important;
}

/* 14. EMPTY STATE */
[data-theme="dark"] .empty-state {
    background: #1a1a1a !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
}

[data-theme="dark"] .empty-state-text {
    color: #888 !important;
}

/* 15. İLGİLİ MEKANLAR */
[data-theme="dark"] .ilgili-card {
    background: #252525 !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
}

[data-theme="dark"] .ilgili-card:hover {
    background: #2d2d2d !important;
    border-color: #e40043 !important;
}

[data-theme="dark"] .ilgili-content h4 {
    color: #e0e0e0 !important;
}

[data-theme="dark"] .ilgili-info {
    color: #888 !important;
}

/* 16. MESAFE VE BUTONLAR - Dark Mode Fix */
[data-theme="dark"] .konum-mesafe-badge {
    background: linear-gradient(135deg, var(--ana-renk) 0%, var(--ana-koyu) 100%) !important;
}

[data-theme="dark"] .mesafe-text,
[data-theme="dark"] .mesafe-label {
    color: white !important;
}

[data-theme="dark"] .sidebar-action-btn {
    color: white !important;
    background: var(--ana-renk) !important;
}

/* 17. PUAN BADGE - Dark Mode Fix */
[data-theme="dark"] .mekan-puan-badge {
    background: rgba(26, 26, 26, 0.95) !important;
    color: #e0e0e0 !important;
}

[data-theme="dark"] .mekan-puan-badge span {
    color: #e0e0e0 !important;
}

[data-theme="dark"] .mekan-puan-badge .puan-sayi {
    color: var(--ana-renk) !important;
}

/* 18. BEKLEME MESAJI */
[data-theme="dark"] .daha-once-bilgi {
    background: rgba(228, 0, 67, 0.1) !important;
    border-color: rgba(228, 0, 67, 0.3) !important;
}

[data-theme="dark"] .info-title,
[data-theme="dark"] .info-subtitle,
[data-theme="dark"] .info-note {
    color: #e0e0e0 !important;
}

[data-theme="dark"] .countdown-timer {
    background: rgba(228, 0, 67, 0.1) !important;
    border-color: rgba(228, 0, 67, 0.3) !important;
}

[data-theme="dark"] .timer-value {
    color: #ff6b8a !important;
    text-shadow: 0 0 10px rgba(255, 107, 138, 0.3) !important;
}

/* 17. COLLAPSE FORM */
[data-theme="dark"] .degerlendirme-collapse,
[data-theme="dark"] .degerlendirme-form-content {
    background: #1a1a1a !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
}

[data-theme="dark"] .degerlendirme-toggle-btn {
    background: #252525 !important;
    color: #e0e0e0 !important;
    border-color: rgba(255, 255, 255, 0.2) !important;
}

[data-theme="dark"] .degerlendirme-toggle-btn:hover {
    background: #2d2d2d !important;
    border-color: #e40043 !important;
}

/* 18. AKSİYON BUTONLARI (non-primary) */
[data-theme="dark"] .aksiyon-btn:not(.primary) {
    background: #252525 !important;
    color: #e0e0e0 !important;
    border-color: rgba(255, 255, 255, 0.2) !important;
}

[data-theme="dark"] .aksiyon-btn:not(.primary):hover {
    background: #2d2d2d !important;
    border-color: #e40043 !important;
}

/* 19. SIDEBAR HARITA VE İLETİŞİM */
[data-theme="dark"] .iletisim-item {
    border-bottom-color: rgba(255, 255, 255, 0.1) !important;
}

[data-theme="dark"] .iletisim-ikon {
    background: #252525 !important;
}

[data-theme="dark"] .iletisim-detay .value {
    color: #e0e0e0 !important;
}

[data-theme="dark"] .iletisim-detay .label {
    color: #888 !important;
}

/* 20. KRİTER BADGE'LERİ */
[data-theme="dark"] .kriter-badge {
    background: #252525 !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
}

[data-theme="dark"] .kriter-label {
    color: #e0e0e0 !important;
}

/* 21. MENU ITEM NAME */
[data-theme="dark"] .menu-item-name {
    color: #e0e0e0 !important;
}

/* 22. LİNKLER */
[data-theme="dark"] a {
    color: #ff6b8a !important;
}

[data-theme="dark"] a:hover {
    color: #e40043 !important;
}

/* 23. ALERT MESAJLARI */
[data-theme="dark"] .alert-success {
    background: rgba(76, 175, 80, 0.2) !important;
    color: #a5d6a7 !important;
    border-color: rgba(76, 175, 80, 0.3) !important;
}

[data-theme="dark"] .alert-error {
    background: rgba(244, 67, 54, 0.2) !important;
    color: #ef9a9a !important;
    border-color: rgba(244, 67, 54, 0.3) !important;
}

/* Yıldız Rengi Düzeltmesi (Light Mode Fix) */
.star-rating .star,
.star-rating-small .star-small {
    color: #ddd !important; /* Pasif renk */
}

.star-rating .star.active,
.star-rating .star.hover,
.star-rating-small .star-small.active,
.star-rating-small .star-small.hover {
    color: #ffd700 !important; /* Aktif Sarı Renk */
}

/* Kriter yıldızları için hover efekti */
.star-rating .star.hover,
.star-rating-small .star-small.hover {
    color: #ffed4a !important;
}

/* 24. ÜRÜN MENÜSÜ BÖLÜMÜ - DARK MODE */
[data-theme="dark"] .urun-menu-section {
    background: #1a1a1a !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
    color: #e0e0e0 !important;
}

[data-theme="dark"] .urun-menu-section h2 {
    color: #e0e0e0 !important;
}

[data-theme="dark"] .urun-aciklama {
    color: #b0b0b0 !important;
}

[data-theme="dark"] .urun-item {
    color: #e0e0e0 !important;
    text-decoration-color: #e40043 !important;
}
