/* ==========================================================================
   DEMKA EMLAK - LISTING PAGE CSS
   Satılık & Kiralık Sayfaları Ultra Premium Tasarım
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@400;600;700;800;900&display=swap');

/* ==========================================================================
   1. LİSTİNG PAGE HERO BANNER
   ========================================================================== */
.listing-page {
  padding-top: 90px;
  background: var(--color-bg);
}

.listing-hero {
  position: relative;
  min-height: 480px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 0;
  overflow: hidden;
}

.listing-hero-bg {
  position: absolute;
  inset: 0;
  background-image: url('https://images.unsplash.com/photo-1560518883-ce09059eeffa?auto=format&fit=crop&w=1920&q=80');
  background-size: cover;
  background-position: center;
  z-index: 0;
  transform: scale(1.05);
  animation: heroZoom 20s ease-in-out infinite alternate;
}

.listing-hero-kiralik .listing-hero-bg {
  background-image: url('https://images.unsplash.com/photo-1600596542815-ffad4c1539a9?auto=format&fit=crop&w=1920&q=80');
}

.listing-hero-gunluk .listing-hero-bg {
  background-image: url('https://images.unsplash.com/photo-1578683010236-d716f9a3f461?auto=format&fit=crop&w=1920&q=80');
}

@keyframes heroZoom {
  from { transform: scale(1.05); }
  to   { transform: scale(1.12); }
}

.listing-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(5, 5, 5, 0.88) 0%,
    rgba(5, 5, 5, 0.65) 50%,
    rgba(5, 5, 5, 0.75) 100%
  );
  z-index: 1;
}

.listing-hero-content {
  position: relative;
  z-index: 2;
  padding-top: 80px;
  padding-bottom: 0;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
}

.listing-hero-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 24px;
}

.listing-hero-breadcrumb a {
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  transition: color 0.2s;
}

.listing-hero-breadcrumb a:hover {
  color: var(--color-gold);
}

.listing-hero-breadcrumb span:last-child {
  color: rgba(255, 255, 255, 0.85);
}

.listing-hero-title {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  font-weight: 900;
  color: #FFFFFF;
  letter-spacing: -1.5px;
  line-height: 1.1;
  margin-bottom: 16px;
}

.listing-hero-subtitle {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.70);
  margin-bottom: 40px;
  font-weight: 400;
}

.listing-hero-subtitle strong {
  color: var(--color-gold-light);
  font-weight: 700;
}

/* ==========================================================================
   2. HIZLI ARAMA FORMU (Hero içinde)
   ========================================================================== */
.listing-quick-search {
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 20px 20px 0 0;
  padding: 28px 32px;
  box-shadow: 0 -12px 40px rgba(0, 0, 0, 0.2);
  margin-top: 32px;
}

.lqs-inner {
  display: flex;
  align-items: flex-end;
  gap: 16px;
  flex-wrap: nowrap;
}

.lqs-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
  min-width: 0;
}

.lqs-group label {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: var(--color-text-secondary);
}

.lqs-group select,
.lqs-group input {
  width: 100%;
  padding: 13px 16px;
  border: 1.5px solid rgba(0, 0, 0, 0.09);
  border-radius: 10px;
  font-size: 0.93rem;
  color: var(--color-primary);
  background: #FAFAFA;
  font-family: var(--font-body);
  transition: border-color 0.2s, background 0.2s;
  outline: none;
}

.lqs-group select:focus,
.lqs-group input:focus {
  border-color: var(--color-gold);
  background: #FFFFFF;
  box-shadow: 0 0 0 3px rgba(197, 160, 89, 0.12);
}

.lqs-submit {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--color-primary);
  color: #FFFFFF;
  padding: 13px 28px;
  border-radius: 10px;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 800;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
  transition: all 0.3s ease;
  height: 48px;
}

.lqs-submit:hover {
  background: var(--color-gold-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

/* ==========================================================================
   3. ANA SAYFA DÜZENİ
   ========================================================================== */
.listing-main-section {
  padding: 60px 0 100px;
  background: var(--color-bg);
}

.listing-layout {
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: flex-start;
}

/* ==========================================================================
   4. SOL SİDEBAR
   ========================================================================== */
.listing-sidebar {
  flex: 0 0 280px;
  position: sticky;
  top: 110px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  max-height: calc(100vh - 120px);
  overflow-y: auto;
  padding-right: 10px; /* Scrollbar için pay */
}

/* Scrollbar Styling for Sidebar */
.listing-sidebar::-webkit-scrollbar {
  width: 4px;
}
.listing-sidebar::-webkit-scrollbar-track {
  background: transparent;
}
.listing-sidebar::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,0.15);
  border-radius: 4px;
}
.listing-sidebar::-webkit-scrollbar-thumb:hover {
  background: rgba(0,0,0,0.3);
}

.lsb-widget {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 24px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  flex: none; /* Dikey layout'ta yüksekliğin saçmalamaması için */
}

.lsb-widget-title {
  font-family: var(--font-display);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--color-text);
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
  position: relative;
}

.lsb-widget-title::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 32px;
  height: 2px;
  background: var(--color-gold-gradient);
}

/* Filtre Listesi */
.lsb-filter-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.lsb-check-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 0.92rem;
  color: var(--color-text-secondary);
  font-weight: 500;
  user-select: none;
}

.lsb-check-item:hover {
  background: rgba(197, 160, 89, 0.06);
  color: var(--color-gold-dark);
}

.lsb-check-item.active {
  background: rgba(5, 5, 5, 0.04);
  color: var(--color-primary);
  font-weight: 700;
}

.lsb-check-box {
  width: 20px;
  height: 20px;
  border: 2px solid rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.2s ease;
}

.lsb-check-box.checked {
  background: var(--color-gold-gradient);
  border-color: transparent;
  color: var(--color-primary);
}

.lsb-count {
  margin-left: auto;
  font-size: 0.78rem;
  color: var(--color-text-muted);
  background: rgba(0, 0, 0, 0.04);
  padding: 2px 8px;
  border-radius: 20px;
  font-weight: 600;
}

/* Fiyat Aralığı */
.lsb-price-range {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.lsb-price-input {
  width: 100%;
  padding: 10px 14px;
  border: 1.5px solid rgba(0, 0, 0, 0.09);
  border-radius: 8px;
  font-size: 0.88rem;
  color: var(--color-primary);
  background: #FAFAFA;
  font-family: var(--font-body);
  outline: none;
  transition: border-color 0.2s;
}

.lsb-price-input:focus {
  border-color: var(--color-gold);
  box-shadow: 0 0 0 3px rgba(197, 160, 89, 0.1);
}

.lsb-dash {
  color: var(--color-text-muted);
  flex-shrink: 0;
}

.lsb-apply-btn {
  width: 100%;
  padding: 11px;
  background: var(--color-primary);
  color: #FFFFFF;
  border: none;
  border-radius: 8px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.25s ease;
}

.lsb-apply-btn:hover {
  background: var(--color-gold-dark);
  transform: translateY(-1px);
}

/* Oda Pilleri */
.lsb-room-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.lsb-room-pill {
  padding: 7px 14px;
  border: 1.5px solid rgba(0, 0, 0, 0.10);
  border-radius: 100px;
  font-size: 0.82rem;
  font-weight: 700;
  font-family: var(--font-display);
  color: var(--color-text-secondary);
  background: #FAFAFA;
  cursor: pointer;
  transition: all 0.2s ease;
}

.lsb-room-pill:hover {
  border-color: var(--color-gold);
  color: var(--color-gold-dark);
}

.lsb-room-pill.active {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #FFFFFF;
}

/* Bölge Listesi */
.lsb-location-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.lsb-loc-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 10px;
  border-radius: 8px;
  font-size: 0.9rem;
  color: var(--color-text-secondary);
  text-decoration: none;
  transition: all 0.2s ease;
  font-weight: 500;
}

.lsb-loc-item svg {
  color: var(--color-gold);
  flex-shrink: 0;
}

.lsb-loc-item:hover {
  background: rgba(197, 160, 89, 0.07);
  color: var(--color-gold-dark);
  padding-left: 14px;
}

.lsb-loc-count {
  margin-left: auto;
  font-size: 0.78rem;
  color: var(--color-text-muted);
  font-weight: 600;
}

/* Özellik Checkbox'ları */
.lsb-feature-checks {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.lsb-feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 0.9rem;
  color: var(--color-text-secondary);
  font-weight: 500;
  transition: color 0.2s;
}

.lsb-feature-item input {
  display: none;
}

.lsb-feat-check {
  width: 18px;
  height: 18px;
  border: 2px solid rgba(0, 0, 0, 0.14);
  border-radius: 5px;
  flex-shrink: 0;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lsb-feature-item input:checked + .lsb-feat-check {
  background: var(--color-gold-gradient);
  border-color: transparent;
}

.lsb-feature-item:hover {
  color: var(--color-primary);
}

/* CTA Box */
.lsb-cta-box {
  background: var(--color-primary);
  border-radius: 16px;
  padding: 28px 24px;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
}

.lsb-cta-kiralik {
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
}

.lsb-cta-icon {
  width: 64px;
  height: 64px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  color: var(--color-gold-light);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.lsb-cta-box h4 {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 800;
  color: #FFFFFF;
  margin-bottom: 8px;
}

.lsb-cta-box p {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.60);
  line-height: 1.6;
  margin-bottom: 18px;
}

.lsb-cta-btn {
  display: block;
  padding: 13px 20px;
  background: var(--color-gold-gradient);
  color: var(--color-primary);
  border-radius: 10px;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.9rem;
  text-decoration: none;
  transition: all 0.3s ease;
}

.lsb-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(197, 160, 89, 0.4);
}

/* ==========================================================================
   5. LISTING TOOLBAR
   ========================================================================== */
.listing-content {
  flex: 1;
  min-width: 0;
}

.listing-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
  padding: 16px 20px;
  background: #FFFFFF;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
  gap: 16px;
}

.listing-count {
  font-size: 0.95rem;
  color: var(--color-text-secondary);
  font-weight: 500;
}

.listing-count strong {
  color: var(--color-primary);
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 800;
}

.listing-toolbar-right {
  display: flex;
  align-items: center;
  gap: 12px;
}

.listing-sort {
  padding: 9px 14px;
  border: 1.5px solid rgba(0, 0, 0, 0.09);
  border-radius: 8px;
  font-size: 0.88rem;
  color: var(--color-text-secondary);
  font-family: var(--font-body);
  background: #FAFAFA;
  outline: none;
  cursor: pointer;
  transition: border-color 0.2s;
}

.listing-sort:focus {
  border-color: var(--color-gold);
}

.listing-view-toggle {
  display: flex;
  gap: 4px;
  background: rgba(0, 0, 0, 0.04);
  padding: 4px;
  border-radius: 8px;
}

.view-btn {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  color: var(--color-text-muted);
  background: none;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
}

.view-btn.active {
  background: #FFFFFF;
  color: var(--color-primary);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.view-btn:hover:not(.active) {
  color: var(--color-gold-dark);
}

/* ==========================================================================
   6. İLAN KARTLARI
   ========================================================================== */
.listing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 48px;
}

.listing-grid.list-view {
  grid-template-columns: 1fr;
}

.lc-card {
  background: #FFFFFF;
  border-radius: 16px;
  overflow: hidden;
  border: 1.5px solid rgba(0, 0, 0, 0.06);
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  transition: transform 0.35s cubic-bezier(0.25, 0.8, 0.25, 1),
              box-shadow 0.35s cubic-bezier(0.25, 0.8, 0.25, 1),
              border-color 0.35s;
  will-change: transform;
  position: relative;
}

.lc-card:hover {
  transform: translateY(-10px) scale(1.01);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.10);
  border-color: rgba(197, 160, 89, 0.35);
  z-index: 5;
}

/* Liste görünümü */
.list-view .lc-card {
  flex-direction: row;
  height: 200px;
}

.list-view .lc-img-wrap {
  flex: 0 0 280px;
  padding-top: 0 !important;
  height: 100%;
}

.list-view .lc-img-wrap img {
  position: relative;
  width: 100%;
  height: 100%;
}

.list-view .lc-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 24px;
}

/* İlan Görseli */
.lc-img-wrap {
  position: relative;
  padding-top: 65%;
  overflow: hidden;
  background: #F0F0EE;
  flex-shrink: 0;
}

.lc-img-wrap img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.lc-card:hover .lc-img-wrap img {
  transform: scale(1.08);
}

/* Badge (Tag) */
.lc-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 3;
  padding: 5px 12px;
  border-radius: 6px;
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.tag-featured {
  background: var(--color-gold-gradient);
  color: var(--color-primary);
}

.tag-new {
  background: #111;
  color: var(--color-gold-light);
  border: 1px solid rgba(197, 160, 89, 0.3);
}

.tag-urgent {
  background: #DC2626;
  color: #FFFFFF;
}

/* Fotoğraf sayacı */
.lc-photo-count {
  position: absolute;
  bottom: 12px;
  right: 12px;
  z-index: 3;
  background: rgba(0, 0, 0, 0.65);
  color: #FFFFFF;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 5px;
  backdrop-filter: blur(4px);
}

/* Hover overlay */
.lc-overlay {
  position: absolute;
  inset: 0;
  background: rgba(5, 5, 5, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.35s ease;
  z-index: 2;
}

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

.lc-detail-btn {
  background: var(--color-gold-gradient);
  color: var(--color-primary);
  padding: 12px 28px;
  border-radius: 100px;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.9rem;
  transform: translateY(10px);
  transition: transform 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.lc-card:hover .lc-detail-btn {
  transform: translateY(0);
}

/* İlan Bilgileri */
.lc-body {
  padding: 20px 22px 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.lc-cat {
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: var(--color-gold-dark);
  margin-bottom: 8px;
}

.lc-title {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 14px;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.lc-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}

.lc-spec {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.83rem;
  color: var(--color-text-secondary);
  font-weight: 600;
  background: var(--color-bg-section);
  padding: 4px 10px;
  border-radius: 6px;
}

.lc-spec svg {
  color: var(--color-gold);
  flex-shrink: 0;
}

/* Fiyat ve Aksiyon */
.lc-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  gap: 10px;
}

.lc-price {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 900;
  color: var(--color-primary);
  letter-spacing: -0.5px;
  line-height: 1;
}

.lc-kira-price {
  font-size: 1.2rem;
}

.lc-birim {
  font-size: 0.78rem;
  font-weight: 500;
  color: var(--color-text-muted);
  font-family: var(--font-body);
  margin-left: 3px;
}

.lc-action {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--color-gold-dark);
  font-family: var(--font-display);
  transition: all 0.2s ease;
  white-space: nowrap;
}

.lc-card:hover .lc-action {
  color: var(--color-primary);
  transform: translateX(3px);
}

/* ==========================================================================
   7. SAYFALAMA
   ========================================================================== */
.listing-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 20px 0 0;
}

.pag-btn {
  min-width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid rgba(0, 0, 0, 0.10);
  border-radius: 10px;
  background: #FFFFFF;
  color: var(--color-text-secondary);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.2s ease;
  padding: 0 8px;
}

.pag-btn:hover:not([disabled]) {
  border-color: var(--color-gold);
  color: var(--color-gold-dark);
  background: rgba(197, 160, 89, 0.05);
}

.pag-btn.active {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #FFFFFF;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.pag-btn[disabled] {
  opacity: 0.35;
  cursor: not-allowed;
}

.pag-dots {
  color: var(--color-text-muted);
  font-weight: 700;
  padding: 0 4px;
}

/* ==========================================================================
   8. RESPONSIVE
   ========================================================================== */
@media (max-width: 1200px) {
  .listing-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .listing-sidebar {
    flex: 0 0 250px;
  }
}

@media (max-width: 1024px) {
  .listing-layout {
    flex-direction: column;
    gap: 32px;
  }
  .listing-sidebar {
    position: static;
    flex: none;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .lsb-cta-box {
    grid-column: span 2;
  }
  .listing-hero {
    min-height: 420px;
  }
  .lqs-inner {
    flex-wrap: wrap;
  }
  .lqs-group {
    flex: 0 0 calc(50% - 8px);
  }
}

@media (max-width: 768px) {
  .listing-hero-title {
    font-size: 2rem;
  }
  .listing-grid {
    grid-template-columns: 1fr;
  }
  .listing-sidebar {
    grid-template-columns: 1fr;
    /* MOBILE FIX: sidebar hiçbir zaman sticky olmasin */
    position: static !important;
    max-height: none !important;
    overflow-y: visible !important;
  }
  .lsb-cta-box {
    grid-column: span 1;
  }
  .listing-quick-search {
    padding: 20px;
  }
  .lqs-inner {
    flex-direction: column;
  }
  .lqs-group {
    flex: none;
    width: 100%;
  }
  .listing-toolbar {
    flex-direction: column;
    align-items: flex-start;
  }
  .listing-toolbar-right {
    width: 100%;
    justify-content: space-between;
  }
  .list-view .lc-card {
    flex-direction: column;
    height: auto;
  }
  .list-view .lc-img-wrap {
    flex: none;
    height: auto;
    padding-top: 60%;
  }
  .listing-pagination {
    flex-wrap: wrap;
  }
  /* MOBILE FIX: ilan kart fotoğrafı sticky kalmasın */
  .lc-img-wrap {
    position: relative !important;
  }
  .lc-img-wrap img {
    position: absolute !important;
  }
}

/* ==========================================================================
   9. ÖZEL STILLER — Sonuç Bulunamadı & Aktif Bölge
   ========================================================================== */
.no-result-msg {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  background: #fff;
  border-radius: 16px;
  border: 1.5px dashed rgba(0,0,0,0.1);
  color: var(--color-text-muted);
  gap: 10px;
}

.no-result-msg i {
  color: var(--color-gold);
  margin-bottom: 8px;
}

.no-result-msg strong {
  font-family: var(--font-display);
  font-size: 1.1rem;
  color: var(--color-primary);
  font-weight: 700;
}

.no-result-msg span {
  font-size: 0.9rem;
  color: var(--color-text-muted);
}

/* Aktif bölge vurgusu */
.lsb-loc-item.active {
  background: rgba(197, 160, 89, 0.08);
  color: var(--color-gold-dark);
  border-color: rgba(197, 160, 89, 0.35);
  font-weight: 700;
}

/* AJAX yükleme sırasında opacity */
#listingGrid {
  transition: opacity 0.2s ease;
}

