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

:root {
    --bottom-nav-height: 70px;
    --safe-area-bottom: env(safe-area-inset-bottom, 0px);
    /* Brand to blue */
    --brand-primary: #0070d6;
    --brand-primary-600: #005fb3;
    --brand-soft: #e6f2fd;
    --brand-soft-2: #cde6fb;
    --rs-red: var(--brand-primary);
    --rs-red-soft: var(--brand-soft);
    --rs-red-soft-2: var(--brand-soft-2);
    --rs-text: #111827;
    --rs-muted: #6b7280;
    --rs-border: #f3f4f6;
}
/* Theme variables */
.rs-theme {
    --rs-red: var(--brand-primary);
    --rs-red-soft: var(--brand-soft);
    --rs-red-soft-2: var(--brand-soft-2);
    --rs-text: #111827;
    --rs-muted: #6b7280;
    --rs-border: #eef2f7;
}

html, body {
    height: 100%;
    width: 100%;
    overflow-x: hidden;
}

body {
    font-family: 'Inter', 'Montserrat', Arial, sans-serif;
    background: #f5f6fa;
    color: #232323;
    min-height: 100vh;
    min-height: -webkit-fill-available;
    position: relative;
}

/* Layout */
.layout {
    display: flex;
    min-height: 100vh;
}

/* Bottom Navigation */
.bottom-nav {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    z-index: 99999 !important;
    background: #fff;
    height: calc(70px + env(safe-area-inset-bottom, 0px));
    padding-bottom: env(safe-area-inset-bottom, 0px);
}

.bottom-nav a {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #3e3c3c;
    text-decoration: none;
    font-size: 1.1rem;
    padding: 0.2rem 0 0 0;
    transition: color 0.2s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    height: 100%;
}

.bottom-nav i {
    display: block;
    font-size: 1.7rem;
    margin-bottom: 0.1rem;
    background: none;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    transition: background 0.2s, color 0.2s;
}

.bottom-nav a.active, .bottom-nav a:hover {
    color: var(--brand-primary);
}
/* Footer bottom nav: icons only */
.bottom-nav span { display: none !important; }

/* Mobil görünüm */
@media (max-width: 900px) {
    body {
        padding-bottom: calc(var(--bottom-nav-height) + var(--safe-area-bottom));
        min-height: 100vh;
        min-height: -webkit-fill-available;
    }
    
    .bottom-nav {
        display: flex !important;
        bottom: 0;
        left: 0;
        right: 0;
        position: fixed;
    }
    
    .layout {
        flex-direction: column;
    }
    
    .sidebar {
        width: 100%;
        position: static;
        display: none;
    }
    
    .content-area,
    .main-content {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
    
    .topbar {
        display: none;
    }
    
    .mobile-header {
        display: flex;
    }

    .main-content,
    .hero,
    .promo-banner,
    .categories,
    .card-grid,
    .tour-section,
    .page-content {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
}

/* Masaüstü görünüm */
@media (min-width: 901px) {
    body {
        padding-bottom: 0;
    }
    
    .bottom-nav {
        display: none !important;
    }
    .content-area {
        margin-left: 250px;
    }
}

/* Sıfırdan, framework'süz modern ve kurumsal masaüstü arayüzü */
body {
    margin: 0;
    padding: 0;
    font-family: 'Inter', 'Montserrat', Arial, sans-serif;
    background: #f5f6fa;
    color: #232323;
    overflow-x: hidden;
}
html, body {
    height: 100%;
    min-height: 100vh;
}
.layout {
    display: flex;
    min-height: 100vh;
}
/* Sidebar */
.sidebar {
    width: 250px;
    background: #fff;
    box-shadow: 2px 0 16px rgba(44,62,80,0.06);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2.5rem 1rem 1rem 1rem;
    position: fixed;
    top: 0; left: 0; bottom: 0;
    z-index: 100;
    transition: transform .22s ease;
}
.sidebar.compact { width: 72px !important; }
.sidebar.compact .logo-text { display: none; }
.sidebar.compact .nav a span { display: none; }
.sidebar.compact ~ .content-area { margin-left: 72px; }
/* Mobile drawer behaviour for sidebar */
@media (max-width: 900px) {
  .sidebar { width: 260px; transform: translateX(-100%); padding-top: 1rem; }
  .sidebar.compact { width: 260px !important; }
  .sidebar.open { transform: translateX(0); }
  .sidebar.compact ~ .content-area { margin-left: 0; }
}
.sidebar-top { width: 100%; display: flex; align-items: center; justify-content: flex-start; padding: 0 36px .6rem 0; position: relative; margin-bottom: .3rem; }
.sidebar-toggle { background: #fff; border: 1px solid #f1f3f6; border-radius: 10px; padding: 6px 8px; cursor: pointer; position: absolute; right: -32px; top: 95px; z-index: 3; }
.desktop-only { display: inline-flex; }
@media (max-width: 900px) { .desktop-only { display: none !important; } }
.sidebar.compact { width: 72px; align-items: stretch; }
.sidebar.compact .logo span { display: none; }
.sidebar.compact .nav a span { display: none; }
.sidebar.compact .nav-section { display: none; }
.sidebar .nav { width: 100%; }
.sidebar .nav a { display: flex; align-items: center; gap: 8px; padding: .5rem .6rem; color: #374151; text-decoration: none; border-radius: 10px; font-weight: 600; font-size: .92rem; }
.sidebar .divider { width: 100%; border: 0; border-top: 1px solid #eef2f7; margin: .35rem 0; }
.sidebar .nav-section { width: 100%; padding: .1rem .6rem; color: #9ca3af; font-weight: 800; font-size: .68rem; letter-spacing: .3px; }
.sidebar .nav a i { width: 18px; text-align: center; font-size: 1rem; }
.sidebar .nav a.active, .sidebar .nav a:hover { background: #f6f7fb; color: var(--brand-primary); }
@media (min-width: 901px) {
  /* Sidebar dar iken içerik alanını genişlet */
  .sidebar.compact ~ .content-area { margin-left: 72px; }
  /* Masaüstünde üst header'da logo gizlenir; logo sol sidebar'da */
  .desktop-header .logo { display: none !important; }
}
.sidebar .logo {
    text-decoration: none !important;
    color: var(--brand-primary) !important;
    font-weight: 900 !important;
    font-size: 2rem;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    gap: 0.7rem;
}
.sidebar .logo i {
    font-size: 2.3rem;
}
.sidebar .nav {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
    width: 100%;
}
.sidebar .nav a {
    color: #232323;
    text-decoration: none;
    font-size: 0.7rem;
    font-weight: 600;
    padding: 0.6rem 0.5rem;
    border-radius: 12px;
    transition: background 0.18s, color 0.18s;
    display: flex;
    align-items: center;
    gap: 0.7rem;
}
.sidebar .nav a.active, .sidebar .nav a:hover {
    background: var(--brand-primary);
    color: #fff;
}

/* Main Content */
.content-area {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
}
.main-content {
    flex: 1;
    padding: 2rem;
}
.topbar {
    background: #fff;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    box-shadow: 0 2px 12px rgba(44,62,80,0.04);
    padding: 0 2.5rem;
    position: sticky;
    top: 0;
    z-index: 10;
}
.topbar .user {
    font-size: 1.1rem;
    color: var(--brand-primary);
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 0.7rem;
}

.page-content {
    padding: 2.5rem 2.5rem 2.5rem 2.5rem;
    max-width: 100vw;
    margin: 0;
}
.hero { background: #fff; color: #111827; border-radius: 16px; padding: 1rem; text-align: left; margin-bottom: 1.2rem; box-shadow: none; }
.hero h1 {
    font-size: 1.4rem;
    font-weight: 800;
    margin: 0 0 .4rem 0;
    letter-spacing: .2px;
}
.hero p {
    font-size: .98rem;
    font-weight: 500;
    margin-bottom: .8rem;
    color: #6b7280;
    opacity: 1;
}
.hero .hero-btn { display: none; }

.categories { display: none; }
/* RS kategori sekmeleri */
.category-tabs { display: flex; gap: .6rem; align-items: center; padding: .6rem .8rem; background: #fff; position: sticky; top: 60px; z-index: 80; border-bottom: 1px solid #f3f4f6; }
.category-tabs .tab { text-decoration: none; color: #6b7280; font-weight: 700; padding: .45rem .8rem; border-radius: 999px; }
.category-tabs .tab.active, .category-tabs .tab:hover { background: #f6f7fb; color: #111827; }

.category-chip a {
    text-decoration: none;
    color: inherit;
    display: flex;
    align-items: center;
}
.category-chip i {
    margin-right: 7px;
}

.section-title { font-size: 1rem; font-weight: 800; color: #6b7280; margin: 1rem 0 .6rem 0; font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; }
@media (max-width: 900px) { 
.section-title {
    font-size: 0.95rem; 
    margin: 0.8rem 12px 0.5rem 12px; /* Sağdan soldan 12px margin */
  } 
}
.card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    gap: 2.2rem;
    width: 100%;
    max-width: none;
    margin: 0 0 2.5rem 0;
}
@media (max-width: 900px) { 
  .card-grid { 
    grid-template-columns: 1fr; 
    gap: 1rem; 
    padding: 0 12px; /* Ekstra padding sağdan soldan */
  } 
}
.card { background: #fff; border-radius: 16px; box-shadow: 0 1px 2px rgba(0,0,0,0.04); padding: 1rem; display: flex; flex-direction: column; align-items: center; text-align: center; transition: none; min-width: 0; font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; }
@media (max-width: 900px) { 
.card {
    padding: 0.8rem; 
    border-radius: 12px; 
  } 
}
.card:hover {
    box-shadow: 0 1px 2px rgba(0,0,0,0.06);
}
.card .card-img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 18px;
    margin-bottom: 1.1rem;
}
.card .card-title {
    font-size: 1.18rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 0.3rem;
}
.card .card-desc {
    font-size: 1.07rem;
    color: #666;
    margin-bottom: 1.1rem;
}
.card .card-actions {
    width: 100%;
    display: flex;
    gap: 0.7rem;
}
.card .card-actions button {
    border: none;
    border-radius: 12px;
    padding: 0.8rem 1.2rem;
    font-size: 0.9rem;
    font-weight: 700;
    background: linear-gradient(135deg, #0070d6 0%, #005fb3 100%);
    color: #fff;
    width: 100%;
    box-shadow: 0 4px 15px rgba(0, 112, 214, 0.25);
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.card .card-actions button::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;
}

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

.card .card-actions button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 112, 214, 0.35);
    background: linear-gradient(135deg, #005fb3 0%, #004a99 100%);
}
.promo-banner {
    position: relative;
    background: linear-gradient(135deg, #0070d6 0%, #005fb3 50%, #004a99 100%); 
    border-radius: 20px; 
    padding: 2rem; 
    margin: 2rem 0; 
    box-shadow: 0 8px 32px rgba(0, 112, 214, 0.25); 
    overflow: hidden;
    color: white;
}

.promo-content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.promo-icon {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: #ffd700;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.promo-text {
    flex: 1;
}

.promo-badge {
    background: linear-gradient(45deg, #ffd700, #ffed4e);
    color: #0070d6;
    padding: 0.3rem 0.8rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 0.5rem;
    box-shadow: 0 2px 8px rgba(255, 215, 0, 0.3);
}

.promo-title {
    font-size: 1.4rem;
    font-weight: 800;
    margin-bottom: 0.3rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.promo-subtitle {
    font-size: 0.9rem;
    opacity: 0.9;
    font-weight: 500;
}

.promo-button {
    background: linear-gradient(45deg, #ffffff, #f8f9fa);
    color: #0070d6;
    border: none;
    padding: 0.8rem 1.5rem;
    border-radius: 25px;
    font-weight: 700;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.promo-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 255, 255, 0.4);
    background: linear-gradient(45deg, #f8f9fa, #ffffff);
}

.promo-decoration {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.decoration-circle {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    animation: float 6s ease-in-out infinite;
}

.circle-1 {
    width: 80px;
    height: 80px;
    top: -20px;
    right: 20px;
    animation-delay: 0s;
}

.circle-2 {
    width: 60px;
    height: 60px;
    bottom: -10px;
    left: 30px;
    animation-delay: 2s;
}

.circle-3 {
    width: 40px;
    height: 40px;
    top: 50%;
    right: 60px;
    animation-delay: 4s;
}

@keyframes float {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-10px) rotate(180deg); }
}

/* Son Eklenen Bölümleri - Yatay Kaydırma */
.recent-accommodations,
.recent-restaurants {
    display: flex;
    overflow-x: auto;
    gap: 1rem;
    margin: 1rem 0 1.5rem 0;
    padding: 0 12px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}

.recent-accommodations::-webkit-scrollbar,
.recent-restaurants::-webkit-scrollbar {
    display: none;
}

.recent-accommodations,
.recent-restaurants {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.accommodation-card,
.restaurant-card {
    flex: 0 0 320px;
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    scroll-snap-align: start;
    transition: transform 0.3s ease;
}

.accommodation-card:hover,
.restaurant-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.accommodation-card img,
.restaurant-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.card-content {
    padding: 1.2rem;
    position: relative;
}

.badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: linear-gradient(135deg, #0070d6 0%, #005fb3 100%);
    color: white;
    padding: 0.3rem 0.8rem;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 700;
    box-shadow: 0 2px 8px rgba(0, 112, 214, 0.25);
}

.card-info h4 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #0070d6;
    margin-bottom: 0.5rem;
}

.card-info p {
    color: #555;
    font-size: 0.9rem;
    margin-bottom: 1rem;
    line-height: 1.4;
}

.tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.tag {
    background: #f0f7ff;
    color: #0070d6;
    padding: 0.3rem 0.6rem;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
}

.rating {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin-bottom: 1rem;
}

.stars {
    display: flex;
    gap: 2px;
}

.stars i {
    color: #ffd700;
    font-size: 0.9rem;
}

.price-level {
    color: #0070d6;
    font-weight: 700;
    font-size: 1rem;
}

.card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.price {
    font-size: 1.3rem;
    font-weight: 700;
    color: #0070d6;
}

.detail-btn {
    background: linear-gradient(135deg, #0070d6 0%, #005fb3 100%);
    color: white;
    padding: 0.6rem 1.2rem;
    border-radius: 10px;
    font-weight: 700;
    text-decoration: none;
    font-size: 0.85rem;
    box-shadow: 0 3px 12px rgba(0, 112, 214, 0.25);
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

/* Son Eklenen Ulaşım Hizmetleri - Dikey Düzen */
.transport-services {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 1rem 0 1.5rem 0;
    padding: 0 12px;
}

.transport-service {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
    border-left: 4px solid #0070d6;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
}

.transport-service:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.service-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #0070d6 0%, #005fb3 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.3rem;
    flex-shrink: 0;
    box-shadow: 0 3px 12px rgba(0, 112, 214, 0.25);
}

.service-content {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.service-info h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0070d6;
    margin-bottom: 0.3rem;
}

.service-info p {
    color: #555;
    font-size: 0.85rem;
    margin-bottom: 0.6rem;
    line-height: 1.4;
}

.service-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.service-tags .tag {
    background: #f0f7ff;
    color: #0070d6;
    padding: 0.25rem 0.5rem;
    border-radius: 10px;
    font-size: 0.7rem;
    font-weight: 600;
}
@media (max-width: 900px) { 
.promo-banner {
    padding: 1.5rem 1rem;
    margin: 1.5rem 12px;
    border-radius: 16px;
}
.promo-content {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
}
.promo-icon {
    width: 50px;
    height: 50px;
    font-size: 1.5rem;
}
.promo-title {
    font-size: 1.2rem;
}
.promo-subtitle {
    font-size: 0.85rem;
}
.promo-button {
    padding: 0.7rem 1.2rem;
    font-size: 0.85rem;
}
.circle-1, .circle-2, .circle-3 {
    display: none; /* Mobilde dekoratif çemberleri gizle */
}
}
.promo-banner .promo-icon {
    display: none;
}
.promo-banner .promo-title {
    color: #111827;
    font-size: 1rem;
    font-weight: 800;
    margin-bottom: .4rem;
    margin-top: 0;
}
.promo-banner .promo-cta {
    color: var(--rs-red);
    font-weight: 800;
    font-size: .95rem;
    background: var(--rs-red-soft);
    border-radius: 999px;
    padding: .5rem .9rem;
    display: inline-block;
    border: none;
    margin-top: 0;
    transition: none;
}
.promo-banner .promo-cta:hover {
    background: var(--rs-red-soft-2);
}
  /* Discover (Keşfet) */
  .section-header h3 { font-size: 1.35rem; font-weight: 800; color: #111827; }
  
  /* Mobilde section-header için padding */
  @media (max-width: 900px) {
    .section-header { padding: 0 12px; }
  }
  .discover-section { margin: 2rem 0; }
  .discover-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1rem; }
  
  /* Mobilde her satıra 2 kart */
  @media (max-width: 900px) {
    .discover-grid { 
      grid-template-columns: repeat(2, 1fr); 
      gap: 0.8rem; 
    }
  }
  

  .discover-card { display: block; background: #fff; border-radius: 16px; overflow: hidden; text-decoration: none; box-shadow: 0 4px 16px rgba(0,0,0,0.07); }
  .discover-card .img { height: 140px; background: #f1f3f6; }
  .discover-card .title { padding: 10px 12px 0 12px; font-weight: 800; color: #111827; }
  .discover-card .tag { padding: 0 12px 12px 12px; color: #6b7280; font-weight: 600; font-size: .92rem; }
  
  /* Mobilde kartlar daha küçük */
  @media (max-width: 900px) {
    .discover-card .img { height: 100px; }
    .discover-card .title { padding: 8px 10px 0 10px; font-size: 0.9rem; }
    .discover-card .tag { padding: 0 10px 10px 10px; font-size: 0.8rem; }
  }
  .discover-actions { display: flex; justify-content: center; margin-top: 1rem; }
  
  /* Mobilde discover-actions için padding */
  @media (max-width: 900px) {
    .discover-actions { margin: 1rem 12px 0 12px; }
  }
  .discover-actions .see-all { text-decoration: none; font-weight: 800; color: var(--brand-primary); background: var(--brand-soft); padding: 10px 14px; border-radius: 12px; }
  .rs-theme .discover-actions .see-all { color: var(--brand-primary); background: var(--brand-soft); }
  /* Sana Özel Ürünler */
  .product-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1rem; margin: 1rem 0 2rem; }
  
  /* Mobilde yatay kaydırma */
  @media (max-width: 900px) { 
    .product-list { 
      display: flex;
      overflow-x: auto;
      gap: 1rem;
      margin: 1rem 0 1.5rem 0;
      padding: 0 12px;
      scroll-snap-type: x mandatory;
      -webkit-overflow-scrolling: touch;
    }
    .product-list::-webkit-scrollbar {
      display: none;
    }
    .product-list {
      -ms-overflow-style: none;
      scrollbar-width: none;
    }
  }
  .product-card { position: relative; display: block; background: #fff; border-radius: 16px; padding: 12px; text-decoration: none; color: inherit; box-shadow: 0 4px 16px rgba(0,0,0,0.07); font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; }
  
  /* Mobilde sabit genişlik ve scroll snap */
  @media (max-width: 900px) { 
    .product-card { 
      flex: 0 0 280px; /* Sabit genişlik */
      padding: 10px; 
      border-radius: 12px;
      scroll-snap-align: start;
    } 
  }
  .product-card .thumb { height: 140px; border-radius: 12px; background: #f3f4f6; }
  .product-card .rating { position: absolute; top: 10px; left: 12px; font-size: .9rem; color: #ffb703; font-weight: 800; text-shadow: 0 1px 2px rgba(0,0,0,0.08); }
  .product-card .discount { position: absolute; top: 10px; right: 12px; background: var(--rs-red); color: #fff; padding: 4px 8px; border-radius: 10px; font-weight: 800; font-size: .9rem; }
  .product-card .price { margin-top: 10px; font-weight: 900; color: var(--rs-red); }
  .product-card .name { margin-top: 4px; font-weight: 800; color: #111827; }
  .product-card .cat { font-size: .9rem; color: #6b7280; font-weight: 600; }
  .product-card .desc { margin-top: 6px; color: #6b7280; font-size: .92rem; }
  /* Placeholders */
  .ph { position: relative; overflow: hidden; }
  .ph:before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #f3f4f6 25%, #e5e7eb 50%, #f3f4f6 75%); animation: ph 1.2s infinite; }
  @keyframes ph { 0% { transform: translateX(-100%); } 100% { transform: translateX(100%); } }
@media (max-width: 1200px) {
    .card-grid { grid-template-columns: repeat(2, 1fr); }
    .sidebar { width: 180px; }
    .main-content { margin-left: 180px; }
}
@media (max-width: 900px) {
    html, body {
        width: 100vw !important;
        max-width: 100vw !important;
        overflow-x: hidden !important;
    }
    .layout,
    .content-area,
    .main-content,
    .page-content,
    .hero,
    .promo-banner,
    .card-grid,
    .tour-section,
    .featured-tours {
        max-width: 100vw !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        box-sizing: border-box !important;
    }
    .main-content, .page-content {
        padding: 0 12px !important; /* Sağdan soldan 12px padding */
    }
    .card-grid, .featured-tours {
        grid-template-columns: 1fr !important;
    }
    .hero,
    .promo-banner {
        border-radius: 18px !important;
        padding-left: 0.7rem !important;
        padding-right: 0.7rem !important;
    }
    .card-grid {
        grid-template-columns: 1fr !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .sidebar { display: none; }
    .main-content { margin-left: 0; }
    .card-grid { grid-template-columns: 1fr; }
    .page-content { padding: 1rem; }
    .topbar { display: none; }
    .mobile-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 60px;
        background: #fff;
        box-shadow: 0 2px 12px rgba(44,62,80,0.04);
        padding: 0 1rem;
        position: sticky;
        top: 0;
        z-index: 100;
    }
    .mobile-header .logo {
        display: flex;
        align-items: center;
        font-size: 1.3rem;
        font-weight: 900;
        color: var(--brand-primary);
        letter-spacing: 1px;
    }
    .mobile-header .logo i {
        font-size: 1.5rem;
        margin-right: 0.5rem;
    }
    .mobile-header .login-btn {
        background: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-primary-600) 100%);
        color: white;
        border: none;
        border-radius: 20px;
        padding: 0.5rem 1rem;
        font-size: 0.9rem;
        font-weight: 600;
        text-decoration: none;
        display: flex;
        align-items: center;
        gap: 0.3rem;
        transition: all 0.3s ease;
        box-shadow: 0 2px 8px rgba(230, 57, 70, 0.2);
    }
    .mobile-header .login-btn:hover {
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(230, 57, 70, 0.3);
    }
    .mobile-header .login-btn i {
        font-size: 0.9rem;
    }
    .bottom-nav { display: flex !important; }
    body {
        padding-bottom: calc(var(--bottom-nav-height) + var(--safe-area-bottom));
        min-height: -webkit-fill-available;
    }
    html {
        height: -webkit-fill-available;
    }
}
@media (max-width: 600px) {
    .hero { padding: 1.5rem 0.7rem 1.5rem 0.7rem; }
    .promo-banner { padding: 1.5rem 0.7rem 1rem 0.7rem; }
    .categories { gap: 0.5rem; padding: 0 0.5rem; }
}
/* Alt menü sadece mobilde */
@media (min-width: 900px) {
    .bottom-nav { display: none !important; }
}
/* Harita Alanı */
.map-section {
    margin: 2.2rem 1.2rem 1.2rem 1.2rem;
    background: rgba(255,255,255,0.95);
    border-radius: 22px;
    box-shadow: 0 4px 24px rgba(60,60,120,0.10);
    padding: 1.2rem 1.1rem 1.5rem 1.1rem;
}
.map-section-title {
    font-size: 1.15rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 0.5rem;
}
.map-section-desc {
    font-size: 0.98rem;
    color: #666;
    margin-bottom: 1.1rem;
}
.map-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0; top: 0; right: 0; bottom: 0;
    width: 100vw; height: 100vh;
    background: rgba(30,30,40,0.92);
    backdrop-filter: blur(2px);
    animation: fadeIn 0.2s;
}
.map-modal.active { display: block; }
.map-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.1rem 1.3rem 0.5rem 1.3rem;
    color: #fff;
    font-size: 1.15rem;
    font-weight: 700;
}
.close-btn {
    background: none;
    border: none;
    color: #fff;
    font-size: 2rem;
    cursor: pointer;
}
#fullMap {
    width: 100vw;
    height: calc(100vh - 60px);
    border-radius: 18px;
    margin: 0 auto;
}
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
.nearest-btn {
    background: linear-gradient(90deg, var(--brand-primary) 60%, var(--brand-primary-600) 100%);
    color: #fff;
    border: none;
    border-radius: 14px;
    padding: 0.5rem 1.1rem;
    font-size: 0.97rem;
    font-weight: 700;
    box-shadow: 0 2px 8px rgba(230,57,70,0.10);
    cursor: pointer;
    transition: background 0.2s, opacity 0.2s;
    opacity: 0.85;
}
.nearest-btn:disabled {
    background: #eee;
    color: #aaa;
    cursor: not-allowed;
    opacity: 0.6;
}
  /* Footer widgets */
  .footer-widgets { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 1.2rem; background: #fff; border-top: 1px solid #f1f3f6; padding: 2rem 1rem; margin-top: 2rem; }
  .footer-widgets .fw-title { font-weight: 900; margin-bottom: .7rem; color: #111827; }
  .footer-widgets a { display: block; color: #6b7280; text-decoration: none; padding: 4px 0; font-weight: 600; }
  .footer-widgets a:hover { color: var(--brand-primary); }
@supports (padding: max(0px)) {
    .bottom-nav {
        padding-bottom: max(0px, env(safe-area-inset-bottom));
        height: calc(70px + max(0px, env(safe-area-inset-bottom)));
    }
}
@supports (-webkit-touch-callout: none) {
    .bottom-nav {
        position: fixed !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        z-index: 99999 !important;
        background: #fff !important;
        box-shadow: 0 -4px 24px rgba(0,0,0,0.13) !important;
        display: flex !important;
        justify-content: space-around !important;
        align-items: center !important;
        border-radius: 22px 22px 0 0 !important;
        margin: 0 !important;
        padding: 0 6px env(safe-area-inset-bottom, 0px) 6px !important;
        border: 1.5px solid #f1f3f6 !important;
        height: calc(70px + env(safe-area-inset-bottom, 0px)) !important;
    }
}
@supports not (-webkit-touch-callout: none) {
    .bottom-nav {
        position: fixed !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        z-index: 99999 !important;
        background: #fff !important;
        box-shadow: 0 -4px 24px rgba(0,0,0,0.13) !important;
        display: flex !important;
        justify-content: space-around !important;
        align-items: center !important;
        border-radius: 22px 22px 0 0 !important;
        margin: 0 !important;
        padding: 0 6px env(safe-area-inset-bottom, 0px) 6px !important;
        border: 1.5px solid #f1f3f6 !important;
        height: calc(70px + env(safe-area-inset-bottom, 0px)) !important;
    }
}
.bottom-nav a {
    flex: 1;
    text-align: center;
    color: #3e3c3c;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    padding: 0.2rem 0 0 0;
    transition: color 0.2s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    height: 100%;
}
.bottom-nav a.active, .bottom-nav a:hover {
    color: var(--brand-primary);
}
.bottom-nav i {
    display: block;
    font-size: 1.2rem;
    margin-bottom: 0.1rem;
    background: none;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    transition: background 0.2s, color 0.2s;
}
.bottom-nav a.active i {
    background: linear-gradient(135deg, var(--brand-primary) 70%, #f1f3f6 100%);
    color: #fff;
    box-shadow: 0 2px 8px rgba(230,57,70,0.13);
}
@media (min-width: 900px) {
    .bottom-nav { display: none !important; }
}
/* Tur Alanı Stilleri */
.tour-section {
    margin: 4rem 0;
    padding: 0 1rem;
}
.tour-header {
    text-align: center;
    margin-bottom: 3rem;
}
.tour-header h2 {
    font-size: 2.5rem;
    color: var(--brand-primary);
    margin-bottom: 1rem;
}
.tour-header p {
    font-size: 1.2rem;
    color: #666;
}
.featured-tours {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 4rem;
}
.tour-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    position: relative;
}
.tour-card:hover {
    transform: translateY(-5px);
}
.tour-card.featured {
    grid-column: span 2;
}
.tour-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: var(--brand-primary);
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.9rem;
}
.tour-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.tour-content {
    padding: 1.5rem;
}
.tour-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 1rem;
}
.tour-info {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
    color: #666;
    font-size: 0.9rem;
}
.tour-info span {
    display: flex;
    align-items: center;
    gap: 0.3rem;
}
.tour-desc {
    color: #666;
    margin-bottom: 1.5rem;
    line-height: 1.5;
}
.tour-price {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}
.price {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--brand-primary);
}
.price-desc {
    color: #666;
    font-size: 0.9rem;
}
.tour-btn {
    width: 100%;
    padding: 1rem;
    background: var(--brand-primary);
    color: #fff;
    border: none;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
}
.tour-btn:hover {
    background: #c1121f;
}
.tour-categories {
    margin: 4rem 0;
}
.category-title {
    font-size: 1.8rem;
    color: #333;
    margin-bottom: 2rem;
    text-align: center;
}
.category-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.5rem;
}
.category-item {
    background: #fff;
    padding: 1.5rem;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
    cursor: pointer;
}
.category-item:hover {
    transform: translateY(-3px);
}
.category-item i {
    font-size: 2rem;
    color: var(--brand-primary);
    margin-bottom: 1rem;
}
.category-item span {
    color: #333;
    font-weight: 600;
}
.special-offers {
    margin-top: 4rem;
}
.offer-card {
    background: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-primary-600) 100%);
    border-radius: 20px;
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
}
.offer-content {
    flex: 1;
}
.offer-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
}
.offer-desc {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}
.offer-btn {
    background: #fff;
    color: var(--brand-primary);
    border: none;
    padding: 1rem 2rem;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.3s ease;
}
.offer-btn:hover {
    transform: translateY(-2px);
}
.offer-image {
    flex: 1;
    text-align: right;
}
.offer-image img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 15px;
}
@media (max-width: 768px) {
    .tour-card.featured {
        grid-column: span 1;
    }
    .offer-card {
        flex-direction: column;
        text-align: center;
    }
    .offer-image {
        margin-top: 2rem;
    }
    .offer-image img {
        width: 100%;
        height: 150px;
    }
}
.user-menu {
    position: relative;
    display: inline-block;
}
.user-btn {
    text-decoration: none !important;
    color: #fff !important;
    font-weight: 700 !important;
    background: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-primary-600) 100%);
    border: none;
    border-radius: 22px;
    padding: 0.5rem 1.2rem;
    font-size: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: background 0.2s, color 0.2s;
    box-shadow: 0 2px 8px rgba(230,57,70,0.10);
    cursor: pointer;
}
.user-btn:hover {
    background: linear-gradient(135deg, #d90429 0%, #e63946 100%);
}
.user-btn .fa-chevron-down {
    font-size: 0.9em;
    margin-left: 0.3em;
}
.user-dropdown {
    position: absolute;
    top: 110%;
    right: 0;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 8px 32px rgba(44,62,80,0.13);
    min-width: 170px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.2s;
    z-index: 1000;
    padding: 0.5rem 0;
}
.user-dropdown.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.user-dropdown a {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.7rem 1.2rem;
    color: #374151;
    text-decoration: none;
    font-weight: 500;
    font-size: 1rem;
    border-bottom: 1px solid #f3f4f6;
    transition: background 0.18s, color 0.18s;
}
.user-dropdown a:last-child {
    border-bottom: none;
}
.user-dropdown a:hover {
    background: #f9fafb;
    color: #e63946;
}
.user-dropdown a.logout {
    color: #dc2626;
}
.user-dropdown a.logout:hover {
    background: #fef2f2;
    color: #dc2626;
}


@media (max-width: 900px) {
    .mobile-header { display: flex !important; }
    .desktop-header { display: none !important; }
  }
  /* Desktop Top Navigation */
  .desktop-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    background: #fff;
    box-shadow: 0 2px 12px rgba(44,62,80,0.04);
    padding: 0 16px;
    height: 62px;
    position: relative;
  }
  .desktop-header .logo {
    text-decoration: none;
    color: #e63946;
    font-weight: 800;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    letter-spacing: 0.2px;
    font-size: 1.05rem;
  }
  .desktop-header .logo i { font-size: 1.15rem; }
  .desktop-header .nav-actions { gap: .5rem; }
  .desktop-header .nav-actions .login-link { background: #fff; color: var(--brand-primary); border: 1px solid #f1f3f6; }
  .main-nav {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    margin: 0 auto;
  }
  .nav-link {
    background: none;
    border: none;
    color: #374151;
    font-weight: 600;
    font-size: 0.95rem;
    padding: 0.5rem 0.75rem;
    border-radius: 10px;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
  }
  .nav-link:hover {
    background: #f6f7fb;
    color: var(--brand-primary);
  }
  .nav-item {
    position: relative;
  }
  .nav-item .chevron {
    font-size: 0.8em;
    opacity: 0.7;
  }
  .has-dropdown:hover .dropdown-menu,
  .has-dropdown:focus-within .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .dropdown-menu {
    position: absolute;
    top: 110%;
    left: 0;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(44,62,80,0.13);
    padding: 0.5rem;
    min-width: 230px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    transition: all 0.18s ease;
    z-index: 30;
  }
  .dropdown-menu a {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.6rem 0.7rem;
    color: #374151;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.95rem;
  }
  .dropdown-menu a:hover {
    background: #f6f7fb;
    color: var(--brand-primary);
  }
  .nav-actions {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    position: absolute;
    right: 16px;
  }
  .login-link, .signup-link {
    text-decoration: none;
    font-weight: 700;
    padding: 0.45rem 0.85rem;
    border-radius: 12px;
  }
.login-link {
    color: var(--brand-primary);
    background: var(--brand-soft);
  }
  .signup-link {
    color: #fff;
    background: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-primary-600) 100%);
    box-shadow: 0 2px 8px rgba(230,57,70,0.13);
  }
  .signup-link:hover { filter: brightness(0.95); }
  @media (max-width: 900px) {
    .desktop-header { display: none !important; }
  }
  /* Header banner + geniş arama */
  .header-banner { background: #fff; border-bottom: 1px solid var(--rs-border); }
  .header-banner .banner-inner { max-width: 1200px; margin: 0 auto; padding: 18px 12px 24px 12px; }
  .hero-media { position: relative; border-radius: 12px; overflow: hidden; }
  .hero-media img { width: 100%; height: 360px; object-fit: cover; display: block; }
  .banner-search { display: flex; align-items: center; gap: .6rem; background: #fff; border: 1px solid var(--rs-border); border-radius: 999px; padding: .7rem .9rem; box-shadow: 0 6px 20px rgba(0,0,0,0.08); }
  .banner-search--overlay { position: absolute; left: 50%; transform: translateX(-50%); bottom: 24px; width: min(860px, 88%); }
  .banner-search i { color: #9ca3af; }
  .banner-search input { flex: 1; border: none; outline: none; background: transparent; font: inherit; padding: .25rem .2rem; }
  .banner-search button { background: var(--rs-red); color: #fff; border: none; padding: .55rem .95rem; border-radius: 10px; font-weight: 800; }
  .home-cats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; background: #fff; border-radius: 12px; margin-top: 12px; overflow: hidden; border: 1px solid var(--rs-border); }
  .home-cat { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; text-decoration: none; color: var(--rs-muted); font-weight: 700; padding: 22px 10px; border-right: 1px solid var(--rs-border); border-bottom: 1px solid var(--rs-border); }
  .home-cat:nth-child(3n) { border-right: none; }
  .home-cat i { font-size: 22px; }
  .home-cat span { font-size: .95rem; }
  /* Mobile Hamburger & Drawer */
  .mobile-header .hamburger {
    background: none;
    border: none;
    color: #fff;
    font-size: 1.3rem;
    padding: 6px 10px;
    border-radius: 8px;
  }
  .mobile-drawer {
    position: fixed;
    inset: 0;
    background: rgba(17,24,39,0.55);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity .18s ease;
  }
  .mobile-drawer.active { opacity: 1; visibility: visible; }
  #mobileDrawer > .drawer-header,
  #mobileDrawer > .drawer-search,
  #mobileDrawer > .drawer-nav,
  #mobileDrawer > .drawer-auth {
    width: 86%;
    max-width: 420px;
    background: #ffffff;
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
    box-shadow: 4px 0 24px rgba(0,0,0,0.18);
    transform: translateX(-100%);
    transition: transform .22s ease;
  }
  .mobile-drawer.active > .drawer-header,
  .mobile-drawer.active > .drawer-search,
  .mobile-drawer.active > .drawer-nav,
  .mobile-drawer.active > .drawer-auth {
    transform: translateX(0);
  }
  #mobileDrawer > .drawer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 14px;
    border-bottom: 1px solid #f1f3f6;
  }
  #mobileDrawer .brand { font-weight: 900; color: var(--brand-primary); display: flex; align-items: center; gap: 8px; }
  #mobileDrawer .drawer-close { background: none; border: none; font-size: 1.4rem; color: #111827; }
  #mobileDrawer > .drawer-search { display: flex; align-items: center; gap: 8px; padding: 10px 14px; }
  #mobileDrawer > .drawer-search input { width: 100%; border: 1px solid #e5e7eb; border-radius: 10px; padding: 10px 12px; font-size: .98rem; }
  #mobileDrawer > .drawer-nav { display: flex; flex-direction: column; padding: 8px; }
  #mobileDrawer .drawer-section { font-weight: 800; color: #9ca3af; padding: 10px 8px 6px 8px; text-transform: uppercase; font-size: .8rem; }
  #mobileDrawer .drawer-nav a { display: flex; align-items: center; gap: 10px; color: #374151; text-decoration: none; padding: 10px 10px; border-radius: 10px; font-weight: 600; }
  #mobileDrawer .drawer-nav a:hover { background: #f0f6ff; color: var(--brand-primary); }
  #mobileDrawer > .drawer-auth { display: flex; gap: 10px; padding: 12px; border-top: 1px solid #f1f3f6; }
  #mobileDrawer .drawer-btn { flex: 1; display: inline-flex; align-items: center; justify-content: center; gap: 8px; text-decoration: none; padding: 12px; border-radius: 12px; font-weight: 700; color: var(--brand-primary); background: var(--brand-soft); }
  #mobileDrawer .drawer-btn.primary { color: #fff; background: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-primary-600) 100%); box-shadow: 0 2px 8px rgba(0,112,214,0.13); }
  @media (min-width: 901px) {
    .mobile-header { display: none !important; }
    .desktop-header { display: flex !important; margin-left: 250px; }
  }
  .mobile-header, .desktop-header {
      align-items: center;
      justify-content: space-between;
      height: 60px;
      background: rgba(255, 255, 255, 0.95);
      backdrop-filter: blur(20px);
      box-shadow: 0 2px 12px rgba(44,62,80,0.04);
      padding: 0 1rem;
      position: sticky;
      top: 0;
      z-index: 100;
  }
  .mobile-header .logo, .desktop-header .logo {
      display: flex;
      align-items: center;
      font-size: 1.3rem;
      font-weight: 900;
      color: var(--brand-primary);
      letter-spacing: 1px;
  }
  .mobile-header .logo i, .desktop-header .logo i {
      font-size: 1.5rem;
      margin-right: 0.5rem;
  }
  .user-menu {
      position: relative;
      display: inline-block;
  }
  .user-btn {
      background: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-primary-600) 100%);
      color: #fff;
      border: none;
      border-radius: 22px;
      padding: 0.6rem 1.3rem;
      font-size: 1rem;
      font-weight: 600;
      display: flex;
      align-items: center;
      gap: 0.5rem;
      cursor: pointer;
      box-shadow: 0 2px 8px rgba(230, 57, 70, 0.13);
      transition: background 0.2s, color 0.2s;
  }
  .user-btn:hover {
      background: linear-gradient(135deg, var(--brand-primary-600) 0%, var(--brand-primary) 100%);
  }
  .user-btn .fa-chevron-down {
      font-size: 0.9em;
      margin-left: 0.3em;
  }
  .user-dropdown {
      position: absolute;
      top: 110%;
      right: 0;
      background: #fff;
      border-radius: 14px;
      box-shadow: 0 8px 32px rgba(44,62,80,0.13);
      min-width: 170px;
      opacity: 0;
      visibility: hidden;
      transform: translateY(-10px);
      transition: all 0.2s;
      z-index: 1000;
      padding: 0.5rem 0;
  }
  .user-dropdown.show {
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
  }
  .user-dropdown a {
      display: flex;
      align-items: center;
      gap: 0.7rem;
      padding: 0.7rem 1.2rem;
      color: #374151;
      text-decoration: none;
      font-weight: 500;
      font-size: 1rem;
      border-bottom: 1px solid #f3f4f6;
      transition: background 0.18s, color 0.18s;
  }
  .user-dropdown a:last-child {
      border-bottom: none;
  }
  .user-dropdown a:hover {
      background: #f0f6ff;
      color: var(--brand-primary);
  }
  .user-dropdown a.logout {
      color: #dc2626;
  }
  .user-dropdown a.logout:hover {
      background: #fef2f2;
      color: #dc2626;
  }


  .sidebar {
    width: 250px;
    background: #fff;
    box-shadow: 2px 0 16px rgba(44,62,80,0.06);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem 1rem 1rem 1rem;
    position: fixed;
    top: 0; left: 0; bottom: 0;
    z-index: 100;
  }
  .sidebar .logo {
    text-decoration: none !important;
    color: var(--brand-primary) !important;
    font-weight: 900 !important;
    font-size: 2rem;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    gap: 0.7rem;
  }
  .sidebar .logo-icon { width: 45px; object-fit: contain; }
  .sidebar .logo-text { width: 100px; object-fit: contain; }
  .sidebar .logo { margin-right: auto; }
  .sidebar-nav {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
  .sidebar-nav a {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 0.8rem 1rem;
    color: #64748b;
    text-decoration: none;
    border-radius: 12px;
    transition: all 0.2s;
    font-weight: 500;
  }
  .sidebar-nav a:hover, .sidebar-nav a.active {
    background: #f1f5f9;
    color: var(--brand-primary);
  }
  .sidebar-nav a i {
    font-size: 1.2rem;
    width: 20px;
  }
  @media (max-width: 900px) {
    /* Mobilde sidebar varsayılan olarak gizli, hamburger ile tam ekran açılır */
    .sidebar { display: none; width: 50vw; max-width: none; transform: translateX(-100%); padding-top: 1rem; height: 100vh; border-top-right-radius: 18px; border-bottom-right-radius: 18px; box-shadow: 6px 0 24px rgba(0,0,0,0.15); }
    .sidebar.open {
      display: block !important;
      position: fixed !important;
      top: 0; left: 0; bottom: 0; right: auto;
      height: 100vh; transform: none !important; z-index: 10000;
      background: #fff;
    }
    /* Mobilde metinler/logonun tamamı görünsün, compact devre dışı */
    .sidebar .logo-text { display: inline !important; }
    .sidebar .nav a span { display: inline !important; }
    .sidebar .nav-section { display: block !important; }
    .sidebar .divider { display: block !important; }
    /* Üstte yarı saydam bir kapatma alanı */
    .mobile-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.35); z-index: 9999; display: none; }
    .mobile-overlay.active { display: block; }
.sidebar-close-mobile { display: inline-flex; align-items: center; justify-content: center; position: absolute; top: 10px; right: -42px; width: 36px; height: 36px; border-radius: 50%; border: none; background: #fff; box-shadow: 0 2px 10px rgba(0,0,0,0.15); }
  }
/* Masaüstünde kapatma (X) gizle */
@media (min-width: 901px) { .sidebar-close-mobile { display: none !important; } }

/* Öne Çıkan Turlar - Modern Tasarım */
.featured-tours {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 1.5rem;
    margin: 1rem 0 2rem 0;
    padding: 0 12px;
}

.tour-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 112, 214, 0.12);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    border: 2px solid transparent;
}

.tour-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 40px rgba(0, 112, 214, 0.2);
    border-color: #0070d6;
}

.tour-badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background: linear-gradient(135deg, #0070d6 0%, #005fb3 100%);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 700;
    z-index: 2;
    box-shadow: 0 4px 12px rgba(0, 112, 214, 0.3);
}

.tour-badge i {
    margin-right: 0.25rem;
}

.tour-image {
    position: relative;
    overflow: hidden;
}

.tour-image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.tour-card:hover .tour-image img {
    transform: scale(1.05);
}

.tour-content {
    padding: 1.5rem;
}

.tour-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #0070d6;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.tour-details {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
    font-size: 0.9rem;
    color: #666;
}

.tour-duration,
.tour-capacity {
    display: flex;
    align-items: center;
    gap: 0.375rem;
}

.tour-duration i,
.tour-capacity i {
    color: #0070d6;
    font-size: 0.85rem;
}

.tour-description {
    color: #555;
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
    line-height: 1.5;
}

.tour-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.tour-price {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.tour-price .price {
    font-size: 1.6rem;
    font-weight: 700;
    color: #0070d6;
    line-height: 1;
}

.tour-price .price-unit {
    font-size: 0.85rem;
    color: #888;
    margin-top: 0.25rem;
}

.tour-button {
    background: linear-gradient(135deg, #0070d6 0%, #005fb3 100%);
    color: white;
    border-radius: 12px;
    padding: 0.875rem 1.5rem;
    font-weight: 700;
    text-decoration: none;
    font-size: 0.95rem;
    box-shadow: 0 4px 15px rgba(0, 112, 214, 0.25);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.tour-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 112, 214, 0.35);
    background: linear-gradient(135deg, #005fb3 0%, #004a99 100%);
    color: white;
}

.empty-tours {
    text-align: center;
    padding: 3rem 2rem;
    color: #666;
    grid-column: 1 / -1;
}

.empty-tours i {
    font-size: 3rem;
    margin-bottom: 1rem;
    opacity: 0.5;
}

.empty-tours h5 {
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #0070d6;
}

.empty-tours p {
    font-size: 1rem;
    line-height: 1.5;
}

/* Mobil Responsive */
@media (max-width: 768px) {
    .featured-tours {
        grid-template-columns: 1fr;
        gap: 1rem;
        margin: 1rem 0 1.5rem 0;
        padding: 0 12px;
    }

    .tour-card {
        border-radius: 16px;
        box-shadow: 0 4px 20px rgba(0, 112, 214, 0.1);
    }

    .tour-image img {
        height: 180px;
    }

    .tour-content {
        padding: 1.25rem;
    }

    .tour-title {
        font-size: 1.2rem;
        margin-bottom: 0.875rem;
    }

    .tour-details {
        font-size: 0.85rem;
        margin-bottom: 0.875rem;
        flex-direction: row;
        justify-content: space-between;
    }

    .tour-description {
        font-size: 0.9rem;
        margin-bottom: 1.25rem;
    }

    .tour-price .price {
        font-size: 1.4rem;
    }

    .tour-footer {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .tour-button {
        padding: 0.75rem 1.25rem;
        font-size: 0.9rem;
        flex: 0 0 auto;
    }

    .tour-badge {
        top: 0.75rem;
        left: 0.75rem;
        padding: 0.4rem 0.875rem;
        font-size: 0.8rem;
    }

    .empty-tours {
        padding: 2rem 1rem;
    }

    .empty-tours i {
        font-size: 2.5rem;
    }
}

@media (max-width: 576px) {
    .featured-tours {
        padding: 0 8px;
    }

    .tour-content {
        padding: 1rem;
    }

    .tour-title {
        font-size: 1.1rem;
    }

    .tour-details {
        flex-direction: row;
        gap: 1rem;
        align-items: center;
        justify-content: space-between;
    }

    .tour-footer {
        flex-direction: row;
        gap: 1rem;
        align-items: center;
        justify-content: space-between;
    }

    .tour-price {
        align-items: flex-start;
        text-align: left;
    }

    .tour-button {
        flex: 0 0 auto;
        justify-content: center;
    }
  }