/* ==========================================================================
   Lunqra Places - Ultra-Modern Airbnb Design System
   Harmonized with Bugün Nereye? Platform
   ========================================================================== */

:root {
  --lp-primary: #FF5A1F;
  --lp-primary-hover: #E04810;
  --lp-primary-soft: #FFF0F2;
  --lp-secondary: #008489;
  --lp-text: #222222;
  --lp-text-muted: #717171;
  --lp-text-light: #9CA3AF;
  --lp-bg: #FFFFFF;
  --lp-bg-subtle: #F7F7F7;
  --lp-card-bg: #FFFFFF;
  --lp-border: #EBEBEB;
  --lp-border-light: #F3F4F6;
  --lp-success-bg: #E6F4EA;
  --lp-success-text: #137333;
  --lp-danger-bg: #FEE2E2;
  --lp-danger-text: #991B1B;
  --lp-warning-bg: #FEF3C7;
  --lp-warning-text: #92400E;
  --lp-info-bg: #EFF6FF;
  --lp-info-text: #1D4ED8;
  --lp-radius-sm: 8px;
  --lp-radius-md: 14px;
  --lp-radius-lg: 20px;
  --lp-radius-pill: 9999px;
  --lp-shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.03);
  --lp-shadow-md: 0 4px 14px rgba(0, 0, 0, 0.08);
  --lp-shadow-lg: 0 10px 30px rgba(0, 0, 0, 0.1);
  --lp-shadow-hover: 0 14px 34px rgba(0, 0, 0, 0.12);
  --lp-font-main: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.lunqra-places {
  color: var(--lp-text);
  font-family: var(--lp-font-main);
  line-height: 1.5;
  background: transparent;
  -webkit-font-smoothing: antialiased;
}

.lunqra-places *,
.lunqra-places *::before,
.lunqra-places *::after {
  box-sizing: border-box;
}

.lunqra-places__shell {
  max-width: 1240px;
  margin: 0 auto;
  padding: 24px 20px 80px;
}

.lunqra-places__shell--narrow {
  max-width: 760px;
}

/* ==========================================================================
   1. Subnav & Breadcrumbs
   ========================================================================== */
.lunqra-places-nav {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}

.lunqra-places-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 20px;
  border-radius: var(--lp-radius-pill);
  border: 1px solid var(--lp-border);
  color: var(--lp-text);
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  background: #fff;
  transition: all 0.2s cubic-bezier(0.2, 0, 0, 1);
  box-shadow: var(--lp-shadow-sm);
}

.lunqra-places-nav a:hover {
  border-color: var(--lp-text);
  transform: translateY(-1px);
  box-shadow: var(--lp-shadow-md);
}

.lunqra-places-nav a.is-active {
  background: var(--lp-text);
  color: #fff !important;
  border-color: var(--lp-text);
}

.lunqra-places-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  font-size: 13.5px;
  color: var(--lp-text-muted);
  margin-bottom: 24px;
}

.lunqra-places-breadcrumb a {
  color: var(--lp-text);
  text-decoration: none;
  font-weight: 600;
  transition: color 0.15s ease;
}

.lunqra-places-breadcrumb a:hover {
  color: var(--lp-primary);
  text-decoration: underline;
}

/* ==========================================================================
   2. Buttons, Badges & Pills
   ========================================================================== */
.lunqra-places-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 24px;
  border-radius: var(--lp-radius-pill);
  border: 1px solid transparent;
  font-weight: 700;
  font-size: 14.5px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.25s cubic-bezier(0.2, 0, 0, 1);
}

.lunqra-places-btn--primary {
  background: var(--lp-primary);
  color: #fff !important;
  box-shadow: 0 4px 14px rgba(255, 90, 31, 0.28);
}

.lunqra-places-btn--primary:hover {
  background: var(--lp-primary-hover);
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 90, 31, 0.38);
}

.lunqra-places-btn--ghost {
  background: #fff;
  border: 1.5px solid var(--lp-border);
  color: var(--lp-text);
}

.lunqra-places-btn--ghost:hover {
  border-color: var(--lp-text);
  color: var(--lp-text);
  transform: translateY(-2px);
  box-shadow: var(--lp-shadow-md);
}

.lunqra-places-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 12px 0;
}

.lunqra-places-pill {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  border-radius: var(--lp-radius-pill);
  font-size: 12.5px;
  font-weight: 700;
  background: var(--lp-bg-subtle);
  border: 1px solid var(--lp-border);
  color: var(--lp-text);
}

.lunqra-places-pill--open {
  background: var(--lp-success-bg);
  color: var(--lp-success-text);
  border-color: #CEEAD6;
}

.lunqra-places-kicker {
  margin: 0 0 6px;
  color: var(--lp-primary);
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 12px;
}

/* ==========================================================================
   3. Single Place Profile Page (/mekan/{slug}/)
   ========================================================================== */
.lunqra-places-profile__hero {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
  background: #FFFFFF;
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius-lg);
  padding: 28px;
  margin-bottom: 36px;
  box-shadow: var(--lp-shadow-sm);
  transition: box-shadow 0.2s ease;
}

@media (min-width: 900px) {
  .lunqra-places-profile__hero {
    grid-template-columns: 480px 1fr;
    padding: 36px;
    align-items: center;
  }
}

.lunqra-places-profile__cover {
  margin: 0;
  position: relative;
  border-radius: var(--lp-radius-md);
  overflow: hidden;
  aspect-ratio: 16/11;
  background: #f4f0eb;
  border: 1px solid var(--lp-border-light);
  box-shadow: var(--lp-shadow-sm);
}

.lunqra-places-profile__cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s cubic-bezier(0.2, 0, 0, 1);
}

.lunqra-places-profile__cover:hover img {
  transform: scale(1.04);
}

.lunqra-places-profile__cover figcaption {
  position: absolute;
  bottom: 14px;
  right: 14px;
  background: rgba(0, 0, 0, 0.72);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: var(--lp-radius-pill);
  backdrop-filter: blur(4px);
}

.lunqra-places-profile__intro h1 {
  font-size: 34px;
  font-weight: 800;
  letter-spacing: -0.6px;
  line-height: 1.2;
  margin: 8px 0 12px;
  color: var(--lp-text);
}

.lunqra-places-profile__id {
  margin: 0 0 14px;
}

.lunqra-places-profile__id code {
  background: var(--lp-bg-subtle);
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  color: var(--lp-text-muted);
  border: 1px solid var(--lp-border);
}

.lunqra-places-profile__intro p {
  font-size: 15.5px;
  color: #4B5563;
  margin: 0 0 14px;
}

.lunqra-places-profile__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--lp-border-light);
}

/* Dual Scores Display */
.lunqra-places-scores {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 36px;
}

.lunqra-places-score {
  background: #ffffff;
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius-md);
  padding: 24px;
  text-align: center;
  box-shadow: var(--lp-shadow-sm);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.lunqra-places-score:hover {
  transform: translateY(-2px);
  box-shadow: var(--lp-shadow-md);
}

.lunqra-places-score span {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: var(--lp-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}

.lunqra-places-score strong {
  display: block;
  font-size: 36px;
  font-weight: 800;
  color: var(--lp-text);
  margin-bottom: 6px;
  line-height: 1;
}

.lunqra-places-score small {
  font-size: 13px;
  color: var(--lp-text-muted);
}

.lunqra-places-score--lunqra {
  background: #FFF9FA;
  border-color: rgba(255, 90, 31, 0.25);
}

.lunqra-places-score--lunqra span {
  color: var(--lp-primary);
}

.lunqra-places-score--lunqra strong {
  color: var(--lp-primary);
}

/* Sections on Place Profile */
.lunqra-places-section {
  background: #ffffff;
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius-md);
  padding: 30px 36px;
  margin-bottom: 24px;
  box-shadow: var(--lp-shadow-sm);
}

.lunqra-places-section h2 {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.3px;
  margin: 0 0 18px;
  color: var(--lp-text);
}

.lunqra-places-section p {
  font-size: 16px;
  line-height: 1.75;
  color: #374151;
  margin: 0 0 14px;
}

.lunqra-places-section p:last-child {
  margin-bottom: 0;
}

.lunqra-places-meta {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.lunqra-places-meta li {
  font-size: 15.5px;
  color: var(--lp-text);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
}

.lunqra-places-meta li a {
  color: var(--lp-primary);
  text-decoration: underline;
  font-weight: 700;
}

/* Community Photos Grid */
.lunqra-places-photos {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 16px;
}

.lunqra-places-photos img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: var(--lp-radius-sm);
  border: 1px solid var(--lp-border);
  box-shadow: var(--lp-shadow-sm);
  transition: transform 0.3s ease;
}

.lunqra-places-photos img:hover {
  transform: scale(1.02);
}

/* Community Reviews */
.lunqra-places-reviews {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 18px;
}

.lunqra-places-review {
  background: var(--lp-bg-subtle);
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius-md);
  padding: 22px 24px;
}

.lunqra-places-review strong {
  font-size: 15.5px;
  font-weight: 700;
  color: var(--lp-text);
}

.lunqra-places-review__rating {
  color: #F59E0B;
  font-weight: 700;
  margin-left: 8px;
  font-size: 15px;
}

.lunqra-places-review p {
  margin: 10px 0 0;
  font-size: 15px;
  line-height: 1.6;
  color: #4B5563;
}

/* Review Form */
.lunqra-places-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
  background: var(--lp-bg-subtle);
  padding: 28px;
  border-radius: var(--lp-radius-md);
  border: 1px solid var(--lp-border);
}

.lunqra-places-form label {
  font-size: 14px;
  font-weight: 700;
  color: var(--lp-text);
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.lunqra-places-form input,
.lunqra-places-form select,
.lunqra-places-form textarea {
  width: 100%;
  padding: 12px 16px;
  border-radius: var(--lp-radius-sm);
  border: 1.5px solid var(--lp-border);
  background: #ffffff;
  font-family: inherit;
  font-size: 14.5px;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.lunqra-places-form input:focus,
.lunqra-places-form select:focus,
.lunqra-places-form textarea:focus {
  outline: none;
  border-color: var(--lp-primary);
  box-shadow: 0 0 0 3px rgba(255, 90, 31, 0.15);
}

/* ==========================================================================
   4. Places Archive Page (/mekanlar/)
   ========================================================================== */
.lunqra-places-search__hero {
  margin-bottom: 28px;
}

.lunqra-places-search__hero h1 {
  font-size: 34px;
  font-weight: 800;
  letter-spacing: -0.6px;
  margin: 6px 0 10px;
}

.lunqra-places-search__hero p {
  font-size: 16px;
  color: var(--lp-text-muted);
  margin: 0;
}

/* Intent Cards (Bugün Nereye?) */
.lunqra-places-intents {
  margin-bottom: 36px;
}

.lunqra-places-intents__title {
  font-size: 18px;
  font-weight: 800;
  margin: 0 0 16px;
  color: var(--lp-text);
}

.lunqra-places-intents__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 14px;
  margin-bottom: 24px;
}

.lunqra-places-intent {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 20px 16px;
  background: #ffffff;
  border: 1.5px solid var(--lp-border);
  border-radius: var(--lp-radius-md);
  text-decoration: none;
  color: var(--lp-text);
  transition: all 0.25s cubic-bezier(0.2, 0, 0, 1);
  box-shadow: var(--lp-shadow-sm);
}

.lunqra-places-intent:hover {
  border-color: var(--lp-text);
  transform: translateY(-3px);
  box-shadow: var(--lp-shadow-md);
}

.lunqra-places-intent.is-active {
  border-color: var(--lp-primary);
  background: #FFF8F9;
  box-shadow: 0 0 0 2px var(--lp-primary);
}

.lunqra-places-intent__emoji {
  font-size: 32px;
  margin-bottom: 10px;
}

.lunqra-places-intent strong {
  font-size: 15px;
  font-weight: 800;
  margin-bottom: 4px;
}

.lunqra-places-intent small {
  font-size: 12px;
  color: var(--lp-text-muted);
}

/* Facets Filter Track */
.lunqra-places-facets {
  margin: 20px 0;
}

.lunqra-places-facets__label {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--lp-text-muted);
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}

.lunqra-places-facets__track {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.lunqra-places-facet {
  display: inline-flex;
  align-items: center;
  padding: 8px 18px;
  border-radius: var(--lp-radius-pill);
  border: 1.5px solid var(--lp-border);
  background: #ffffff;
  color: var(--lp-text);
  text-decoration: none;
  font-size: 13.5px;
  font-weight: 700;
  transition: all 0.2s ease;
  cursor: pointer;
  box-shadow: var(--lp-shadow-sm);
}

.lunqra-places-facet:hover {
  border-color: var(--lp-text);
  transform: translateY(-1px);
}

.lunqra-places-facet.is-active {
  background: var(--lp-text);
  color: #ffffff !important;
  border-color: var(--lp-text);
}

.lunqra-places-facets__gap {
  width: 1px;
  height: 24px;
  background: var(--lp-border);
  margin: 0 4px;
}

/* Filter Capsule Bar */
.lunqra-places-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  background: #ffffff;
  padding: 16px 20px;
  border: 1.5px solid var(--lp-border);
  border-radius: var(--lp-radius-md);
  margin-bottom: 28px;
  box-shadow: var(--lp-shadow-sm);
}

.lunqra-places-filters input[type="search"] {
  flex: 1;
  min-width: 220px;
  padding: 10px 16px;
  border-radius: var(--lp-radius-pill);
  border: 1px solid var(--lp-border);
  font-size: 14px;
}

.lunqra-places-filters select {
  padding: 10px 16px;
  border-radius: var(--lp-radius-pill);
  border: 1px solid var(--lp-border);
  font-size: 13.5px;
  font-weight: 600;
  background: #fff;
  color: var(--lp-text);
}

.lunqra-places-filters__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
  margin-top: 8px;
  padding-top: 12px;
  border-top: 1px solid var(--lp-border-light);
}

.lunqra-places-archive__count {
  font-size: 16px;
  font-weight: 800;
  color: var(--lp-text);
  margin: 24px 0 16px;
}

/* Modern 3-Column Place Cards Grid */
.lunqra-places-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 30px;
  margin-bottom: 48px;
}

.lunqra-places-card--archive {
  background: #ffffff;
  border: 1.5px solid var(--lp-border);
  border-radius: var(--lp-radius-md);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all 0.3s cubic-bezier(0.2, 0, 0, 1);
  box-shadow: var(--lp-shadow-sm);
}

.lunqra-places-card--archive:hover {
  border-color: #d1d5db;
  transform: translateY(-5px);
  box-shadow: var(--lp-shadow-hover);
}

.lunqra-places-card__thumb {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
  background: #f2eee9;
  transition: transform 0.4s ease;
}

.lunqra-places-card--archive:hover .lunqra-places-card__thumb {
  transform: scale(1.03);
}

.lunqra-places-card__body {
  padding: 20px 22px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.lunqra-places-card__body h2 {
  font-size: 19px;
  font-weight: 800;
  margin: 6px 0 8px;
  line-height: 1.3;
}

.lunqra-places-card__body h2 a {
  color: var(--lp-text);
  text-decoration: none;
  transition: color 0.15s ease;
}

.lunqra-places-card__body h2 a:hover {
  color: var(--lp-primary);
}

.lunqra-places-card__body p {
  color: var(--lp-text-muted);
  font-size: 14px;
  margin: 0;
}

.lunqra-places-card__scores {
  display: flex;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid var(--lp-border-light);
  font-size: 13.5px;
  font-weight: 700;
  color: var(--lp-text-muted);
}

.lunqra-places-card--archive .lunqra-places-btn {
  margin: 0 22px 22px;
}

/* Pager */
.lunqra-places-pager {
  display: flex;
  justify-content: center;
  margin: 40px 0;
}

.lunqra-places-pager ul {
  display: flex;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.lunqra-places-pager li a,
.lunqra-places-pager li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border-radius: var(--lp-radius-pill);
  border: 1px solid var(--lp-border);
  font-size: 14px;
  font-weight: 700;
  color: var(--lp-text);
  text-decoration: none;
  background: #fff;
  transition: all 0.2s ease;
}

.lunqra-places-pager li span.current {
  background: var(--lp-text);
  color: #fff;
  border-color: var(--lp-text);
}

.lunqra-places-pager li a:hover {
  border-color: var(--lp-text);
  transform: translateY(-1px);
}

/* Map Containers */
.lunqra-places-map {
  height: 380px;
  border-radius: var(--lp-radius-md);
  overflow: hidden;
  margin-bottom: 28px;
  border: 1.5px solid var(--lp-border);
  box-shadow: var(--lp-shadow-sm);
}

/* ==========================================================================
   İşletmeniz En Başta Görünsün! - Reklam & Tanıtım Bileşenleri
   ========================================================================== */

.promo-badge-gold {
  display: inline-block;
  background: linear-gradient(135deg, #F59E0B 0%, #D97706 100%);
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  padding: 4px 12px;
  border-radius: 999px;
  margin-bottom: 12px;
  box-shadow: 0 2px 6px rgba(217, 119, 6, 0.3);
}

.airbnb-promo-sidebar-card {
  background: #FFFFFF;
  border: 1.5px solid #FDE68A;
  border-radius: var(--lp-radius-md);
  padding: 22px;
  box-shadow: 0 4px 14px rgba(245, 158, 11, 0.12);
  margin-top: 24px;
  position: relative;
  overflow: hidden;
}

.airbnb-promo-sidebar-card::after {
  content: "👑";
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 38px;
  opacity: 0.15;
  pointer-events: none;
}

.promo-sidebar-title {
  font-size: 16px;
  font-weight: 800;
  color: var(--lp-text);
  margin: 0 0 8px;
  line-height: 1.3;
}

.promo-sidebar-desc {
  font-size: 13px;
  color: var(--lp-text-muted);
  margin: 0 0 16px;
  line-height: 1.45;
}

.btn-promo-sidebar {
  display: block;
  text-align: center;
  background: var(--lp-text);
  color: #FFFFFF !important;
  font-size: 13px;
  font-weight: 700;
  padding: 10px 16px;
  border-radius: var(--lp-radius-pill);
  text-decoration: none;
  transition: all 0.2s ease;
}

.btn-promo-sidebar:hover {
  background: var(--lp-primary);
  color: #FFFFFF;
}

/* ==========================================================================
   Airbnb Single Place Detail Profile Styles
   ========================================================================== */
.airbnb-single-container {
  padding-top: 24px;
  padding-bottom: 80px;
  max-width: 1200px;
  margin: 0 auto;
}

.airbnb-category-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #F7F7F7;
  padding: 4px 14px;
  border-radius: 9999px;
  font-size: 12px;
  font-weight: 700;
  color: #222222;
  border: 1px solid #EBEBEB;
  margin-bottom: 8px;
}

.airbnb-single-title {
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.4px;
  margin-bottom: 8px;
  line-height: 1.25;
  color: #222222;
}

.airbnb-meta-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  font-size: 14px;
}

.airbnb-meta-left {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-weight: 600;
  color: #222222;
}

.airbnb-rating-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.airbnb-rating-badge .star {
  color: #222222;
  font-size: 14px;
}

.airbnb-meta-left .dot-sep {
  color: #717171;
}

.airbnb-location-link {
  color: #222222;
  text-decoration: underline;
  cursor: pointer;
}

.airbnb-free-badge {
  color: #008489;
  font-weight: 700;
}

.airbnb-meta-right {
  display: flex;
  align-items: center;
  gap: 12px;
}

.airbnb-action-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  border: none;
  font-size: 14px;
  font-weight: 600;
  color: #222222;
  text-decoration: underline;
  cursor: pointer;
  padding: 8px 12px;
  border-radius: 8px;
  transition: all 0.2s ease;
}

.airbnb-action-btn:hover {
  background: #F7F7F7;
}

.airbnb-photo-grid-wrap {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 40px;
}

.airbnb-photo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  height: 440px;
}

.grid-slot {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background: #EBEBEB;
}

.grid-slot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.grid-slot:hover img {
  transform: scale(1.02);
  filter: brightness(0.94);
}

.slot-main {
  height: 100%;
}

.grid-sub-slots {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 8px;
  height: 100%;
}

.airbnb-btn-show-photos {
  position: absolute;
  bottom: 24px;
  right: 24px;
  background: #ffffff;
  border: 1px solid #222222;
  border-radius: 8px;
  padding: 7px 16px;
  font-size: 14px;
  font-weight: 600;
  color: #222222;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.12);
  cursor: pointer;
  transition: all 0.2s ease;
}

.airbnb-btn-show-photos:hover {
  background: #f7f7f7;
  transform: scale(1.02);
}

.airbnb-single-grid {
  display: grid;
  grid-template-columns: 1fr 370px;
  gap: 72px;
  position: relative;
  align-items: flex-start;
}

.airbnb-divider {
  height: 1px;
  background: #EBEBEB;
  margin: 32px 0;
}

.airbnb-host-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.airbnb-host-title {
  font-size: 20px;
  font-weight: 700;
  color: #222222;
  margin: 0 0 4px;
  line-height: 1.3;
}

.airbnb-host-sub {
  font-size: 14.5px;
  color: #717171;
  margin: 0;
}

.airbnb-host-avatar .avatar-circle {
  width: 54px;
  height: 54px;
  background: #222222;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.airbnb-highlights-list {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.airbnb-highlight-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.highlight-icon {
  font-size: 26px;
  line-height: 1;
  flex-shrink: 0;
  margin-top: 2px;
}

.highlight-text strong {
  display: block;
  font-size: 15.5px;
  font-weight: 700;
  color: #222222;
  margin-bottom: 2px;
}

.highlight-text p {
  font-size: 14px;
  color: #717171;
  margin: 0;
  line-height: 1.45;
}

.airbnb-protection-card {
  padding: 4px 0;
}

.protection-header {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 10px;
}

.brand-shield {
  font-size: 18px;
  color: #222222;
}

.brand-sub {
  font-size: 18px;
  font-weight: 800;
  color: #FF5A1F;
}

.protection-desc {
  font-size: 14.5px;
  color: #555555;
  line-height: 1.6;
  margin: 0;
}

.airbnb-section-title {
  font-size: 22px;
  font-weight: 700;
  color: #222222;
  margin-bottom: 18px;
  letter-spacing: -0.2px;
}

.airbnb-typography {
  font-size: 15.5px;
  line-height: 1.75;
  color: #222222;
}

.airbnb-insider-tip-box {
  background: #FFF9E6;
  border: 1px solid #FFE494;
  border-radius: 12px;
  padding: 22px 24px;
  margin: 24px 0;
}

.airbnb-insider-tip-box .tip-header {
  font-size: 14px;
  font-weight: 800;
  color: #92400E;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.airbnb-insider-tip-box .tip-body {
  font-size: 15px;
  line-height: 1.6;
  color: #78350F;
  margin: 0;
  font-style: italic;
}

.airbnb-amenities-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 24px;
}

.airbnb-amenity-cell {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  color: #222222;
}

.airbnb-amenity-cell .cell-icon {
  font-size: 18px;
  line-height: 1;
  color: #4B5563;
  width: 24px;
}

.airbnb-location-subtitle {
  font-size: 15px;
  color: #717171;
  margin-bottom: 14px;
}

.airbnb-btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 20px;
  border: 1px solid #222222;
  border-radius: 8px;
  font-size: 14.5px;
  font-weight: 600;
  color: #222222;
  text-decoration: none;
  background: #FFFFFF;
  transition: all 0.2s ease;
}

.airbnb-btn-outline:hover {
  background: #F7F7F7;
  color: #000000;
}

.reviews-header-score {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 22px;
  font-weight: 800;
  color: #222222;
  margin-bottom: 24px;
}

.reviews-bars-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 40px;
}

.rating-bar-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 14.5px;
  color: #222222;
}

.bar-track {
  flex: 1;
  height: 4px;
  background: #EBEBEB;
  border-radius: 4px;
  overflow: hidden;
  margin: 0 8px;
}

.bar-fill {
  height: 100%;
  background: #222222;
  border-radius: 4px;
}

.bar-score {
  font-size: 13px;
  font-weight: 700;
  color: #222222;
  width: 24px;
  text-align: right;
}

.airbnb-sticky-booking-card {
  position: sticky;
  top: 90px;
  background: #ffffff;
  border: 1px solid #DDDDDD;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  border-radius: 16px;
  padding: 24px;
}

.airbnb-booking-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 18px;
}

.booking-price-bold {
  font-size: 22px;
  font-weight: 800;
  color: #222222;
}

.booking-price-unit {
  font-size: 14px;
  color: #717171;
  font-weight: 400;
}

.airbnb-booking-score {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
}

.airbnb-booking-score .star {
  font-size: 13px;
}

.airbnb-booking-score .score-val {
  font-weight: 700;
  color: #222222;
}

.airbnb-booking-score .score-reviews {
  color: #717171;
  font-size: 12.5px;
}

.airbnb-booking-segments {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid #B0B0B0;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 16px;
}

.segment-cell {
  padding: 10px 12px;
  background: #ffffff;
}

.segment-top-left {
  border-right: 1px solid #B0B0B0;
  border-bottom: 1px solid #B0B0B0;
}

.segment-top-right {
  border-bottom: 1px solid #B0B0B0;
}

.segment-bottom-left {
  border-right: 1px solid #B0B0B0;
}

.segment-label {
  display: block;
  font-size: 10px;
  font-weight: 800;
  color: #222222;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 2px;
}

.segment-value {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.airbnb-btn-booking-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  height: 48px;
  background: linear-gradient(to right, #E61E4D 0%, #E31C5F 50%, #D70466 100%);
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 700;
  border-radius: 8px;
  text-decoration: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
  box-shadow: 0 2px 8px rgba(227, 28, 95, 0.35);
}

.airbnb-btn-booking-primary:hover {
  opacity: 0.94;
  color: #ffffff !important;
  transform: translateY(-1px);
}

.airbnb-booking-fast-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 14px;
}

.airbnb-fast-action-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9px 12px;
  border: 1px solid #DDDDDD;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #222222;
  text-decoration: none;
  background: #FFFFFF;
  transition: all 0.2s ease;
  text-align: center;
}

.airbnb-fast-action-btn:hover {
  background: #F7F7F7;
  border-color: #222222;
  color: #000000;
}

.airbnb-fast-action-btn.btn-whatsapp {
  background: #ECFDF5;
  border-color: #A7F3D0;
  color: #065F46;
  font-weight: 700;
}

.airbnb-fast-action-btn.btn-whatsapp:hover {
  background: #D1FAE5;
  border-color: #059669;
}

.airbnb-booking-guarantee {
  text-align: center;
  font-size: 12px;
  color: #717171;
  margin-top: 14px;
}

@media (max-width: 992px) {
  .airbnb-single-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .airbnb-photo-grid {
    height: 320px;
  }
  .reviews-bars-grid {
    grid-template-columns: 1fr;
  }
  .airbnb-amenities-grid {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   Airbnb Archive (/mekanlar/) Luxury Styling
   ========================================================================== */
.airbnb-archive-wrap {
  padding-bottom: 80px;
  background: #FFFFFF;
}

/* Category Slider Sticky Bar */
.airbnb-category-bar-wrapper {
  background: #ffffff;
  border-bottom: 1px solid #EBEBEB;
  position: sticky;
  top: 64px;
  z-index: 90;
  padding: 10px 0 0;
  box-shadow: 0 1px 2px rgba(0,0,0,0.02);
}

.category-slider-track {
  display: flex;
  align-items: center;
  gap: 28px;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-bottom: 10px;
}

.category-slider-track::-webkit-scrollbar {
  display: none;
}

.category-slider-track .category-item,
.category-slider-track .lunqra-archive-category {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  color: #717171;
  font-size: 12.5px;
  font-weight: 600;
  padding: 6px 4px 12px;
  border-bottom: 2px solid transparent;
  transition: all 0.2s cubic-bezier(0.2, 0, 0, 1);
  white-space: nowrap;
  opacity: 0.75;
}

.category-slider-track .category-item:hover,
.category-slider-track .lunqra-archive-category:hover {
  color: #222222;
  opacity: 1;
  border-bottom-color: #DDDDDD;
}

.category-slider-track .category-item.active,
.category-slider-track .lunqra-archive-category.active {
  color: #222222;
  opacity: 1;
  font-weight: 700;
  border-bottom-color: #222222;
}

.category-slider-track .category-icon {
  font-size: 24px;
  transition: transform 0.2s ease;
}

.category-slider-track .category-item:hover .category-icon,
.category-slider-track .lunqra-archive-category:hover .category-icon {
  transform: scale(1.08);
}

/* Hero / Header Section */
.airbnb-archive-hero {
  margin: 32px 0 20px;
}

.archive-hero-title {
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -0.6px;
  color: #222222;
  margin: 0 0 6px;
}

.archive-hero-subtitle {
  font-size: 15px;
  color: #717171;
  margin: 0;
}

/* Airbnb Luxury Filter Capsule Bar */
.airbnb-filter-capsule-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  background: #ffffff;
  padding: 10px 14px;
  border: 1px solid #DDDDDD;
  border-radius: 9999px;
  box-shadow: 0 3px 12px rgba(0,0,0,0.06);
  margin-bottom: 28px;
  transition: box-shadow 0.2s ease;
}

.airbnb-filter-capsule-bar:hover {
  box-shadow: 0 6px 20px rgba(0,0,0,0.09);
}

.filter-capsule-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 14px;
  border-radius: 9999px;
  background: #F7F7F7;
  border: 1px solid transparent;
  transition: all 0.2s ease;
}

.filter-capsule-item:focus-within {
  background: #ffffff;
  border-color: #222222;
  box-shadow: 0 0 0 1px #222222;
}

.filter-capsule-item.search-capsule {
  flex: 1.2;
  min-width: 220px;
}

.filter-capsule-item.select-capsule {
  flex: 1;
  min-width: 170px;
}

.capsule-icon {
  color: #717171;
  flex-shrink: 0;
}

.capsule-text-wrap {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
}

.capsule-label {
  font-size: 10.5px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #222222;
  line-height: 1;
  margin-bottom: 2px;
}

.capsule-input {
  border: none !important;
  background: transparent !important;
  padding: 0 !important;
  font-size: 13.5px !important;
  font-weight: 500 !important;
  color: #222222 !important;
  width: 100%;
  outline: none !important;
  box-shadow: none !important;
  line-height: 1.2;
}

.capsule-input::placeholder {
  color: #9CA3AF;
}

.capsule-select {
  border: none !important;
  background: transparent !important;
  padding: 0 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #222222 !important;
  cursor: pointer;
  outline: none !important;
  box-shadow: none !important;
  width: 100%;
  line-height: 1.2;
}

/* Quick Filter Chips */
.filter-quick-pills-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.airbnb-filter-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border-radius: 9999px;
  border: 1px solid #DDDDDD;
  background: #ffffff;
  font-size: 12.5px;
  font-weight: 600;
  color: #222222;
  cursor: pointer;
  transition: all 0.2s ease;
  user-select: none;
}

.airbnb-filter-chip:hover {
  border-color: #222222;
}

.airbnb-filter-chip.is-active {
  background: #222222;
  color: #ffffff !important;
  border-color: #222222;
}

.chip-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #10B981;
  display: inline-block;
}

.btn-search-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #FF5A1F !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 9999px !important;
  padding: 10px 20px !important;
  font-size: 13.5px !important;
  font-weight: 700 !important;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.2, 0, 0, 1) !important;
  box-shadow: 0 2px 8px rgba(255, 90, 31, 0.3) !important;
  white-space: nowrap;
}

.btn-search-circle:hover {
  background: #E04810 !important;
  transform: scale(1.02);
  box-shadow: 0 4px 14px rgba(255, 90, 31, 0.4) !important;
}

/* Meta Bar & Map Switcher */
.airbnb-archive-meta-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  padding-bottom: 14px;
  border-bottom: 1px solid #F3F4F6;
}

.archive-count-info {
  font-size: 14.5px;
  color: #717171;
}

.archive-count-info .count-number {
  font-size: 16px;
  font-weight: 800;
  color: #222222;
}

.airbnb-map-toggle-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  border-radius: 9999px;
  border: 1px solid #222222;
  background: #222222;
  color: #ffffff;
  font-size: 13.5px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.2, 0, 0, 1);
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.airbnb-map-toggle-btn:hover {
  background: #000000;
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(0,0,0,0.15);
}

.airbnb-map-toggle-btn.active {
  background: #ffffff;
  color: #222222;
  border-color: #DDDDDD;
}

/* Interactive Map Wrap */
.airbnb-interactive-map-wrap {
  margin-bottom: 32px;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #EBEBEB;
  box-shadow: 0 4px 18px rgba(0,0,0,0.06);
}

/* Airbnb Places Grid (4 Columns on Desktop) */
.airbnb-places-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px 24px;
  margin-bottom: 48px;
}

@media (max-width: 1200px) {
  .airbnb-places-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px 20px;
  }
}

@media (max-width: 860px) {
  .airbnb-places-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 16px;
  }
}

@media (max-width: 540px) {
  .airbnb-places-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

/* Airbnb Card Styling */
.airbnb-card-item {
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  overflow: hidden;
  background: #FFFFFF;
  border: none;
  transition: transform 0.25s cubic-bezier(0.2, 0, 0, 1);
  position: relative;
}

.airbnb-card-item:hover {
  transform: translateY(-4px);
}

.airbnb-card-item .listing-media-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 20 / 19;
  border-radius: 16px;
  overflow: hidden;
  background: #F3F4F6;
  margin-bottom: 12px;
}

.airbnb-card-item .listing-primary-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s cubic-bezier(0.2, 0, 0, 1);
}

.airbnb-card-item:hover .listing-primary-img {
  transform: scale(1.05);
}

.airbnb-card-item .listing-badges {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 5;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.airbnb-card-item .badge {
  padding: 5px 10px;
  border-radius: 8px;
  font-size: 11.5px;
  font-weight: 700;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 2px 6px rgba(0,0,0,0.12);
}

.airbnb-card-item .badge-gold {
  background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
  color: #1F2937;
  border: 1px solid rgba(255,255,255,0.4);
}

.airbnb-card-item .badge-category {
  background: rgba(255, 255, 255, 0.9);
  color: #222222;
  border: 1px solid rgba(0,0,0,0.06);
}

.airbnb-card-item .btn-favorite {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 5;
  background: transparent;
  border: none;
  color: #ffffff;
  filter: drop-shadow(0 1px 3px rgba(0,0,0,0.5));
  cursor: pointer;
  padding: 4px;
  transition: transform 0.2s ease, color 0.2s ease;
}

.airbnb-card-item .btn-favorite:hover {
  transform: scale(1.15);
}

.airbnb-card-item .btn-favorite.active svg {
  fill: #FF5A1F;
  stroke: #FF5A1F;
}

.airbnb-card-item .listing-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.airbnb-card-item .listing-header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13.5px;
}

.airbnb-card-item .listing-location {
  color: #717171;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.airbnb-card-item .listing-rating {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  font-weight: 700;
  color: #222222;
}

.airbnb-card-item .listing-rating .reviews-count {
  color: #717171;
  font-weight: 400;
}

.airbnb-card-item .listing-title {
  margin: 2px 0 0;
  font-size: 15.5px;
  font-weight: 700;
  line-height: 1.35;
}

.airbnb-card-item .listing-title a {
  color: #222222;
  text-decoration: none;
}

.airbnb-card-item .listing-title a:hover {
  text-decoration: underline;
}

.airbnb-card-item .listing-meta-distance {
  font-size: 12.5px;
  color: #717171;
}

.airbnb-card-item .listing-price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 4px;
}

.airbnb-card-item .listing-price {
  font-size: 14px;
  font-weight: 700;
  color: #222222;
}

.airbnb-card-item .open-badge {
  color: #10B981;
  font-weight: 700;
  font-size: 13px;
}

.airbnb-card-item .card-arrow-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #F7F7F7;
  color: #222222;
  transition: all 0.2s ease;
  text-decoration: none;
}

.airbnb-card-item:hover .card-arrow-btn {
  background: #222222;
  color: #ffffff;
}

/* Discovery listing cards: more visual hierarchy without changing filters or pagination. */
.lunqra-places-archive .airbnb-card-item {
  padding: 7px;
  border: 1px solid #ece7e3;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 5px 18px rgba(36, 23, 14, 0.045);
  overflow: hidden;
}
.lunqra-places-archive .airbnb-card-item .listing-media-wrap {
  aspect-ratio: 4 / 3;
  margin: 0;
  border-radius: 16px;
  background: #f5f2ef;
}
.lunqra-places-archive .airbnb-card-item .card-image-link {
  display: block;
  width: 100%;
  height: 100%;
}
.lunqra-places-archive .airbnb-card-item .listing-content {
  gap: 0;
  padding: 13px 7px 5px;
}
.lunqra-places-archive .airbnb-card-item .listing-header-row {
  min-height: 24px;
  gap: 7px;
  margin-bottom: 4px;
}
.lunqra-places-archive .airbnb-card-item .listing-location {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #68717d;
  font-size: 12px;
  font-weight: 700;
}
.lunqra-places-archive .airbnb-card-item .listing-rating {
  flex: 0 0 auto;
  gap: 3px;
  padding: 4px 7px;
  border: 1px solid #f4dfbf;
  border-radius: 999px;
  background: #fffaf0;
  color: #3a2a14;
  font-size: 11px;
}
.lunqra-places-archive .airbnb-card-item .listing-rating svg { width: 11px; height: 11px; }
.lunqra-places-archive .airbnb-card-item .listing-rating .reviews-count {
  max-width: 90px;
  overflow: hidden;
  color: #8b7760;
  font-size: 10.5px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.lunqra-places-archive .airbnb-card-item .listing-title {
  min-height: 42px;
  margin: 2px 0 10px;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.26;
}
.lunqra-places-archive .airbnb-card-item .listing-title a:hover { color: #ff5a1f; text-decoration: none; }
.lunqra-places-archive .airbnb-card-item .listing-price-row {
  min-height: 34px;
  margin-top: auto;
  padding-top: 9px;
  border-top: 1px solid #f1edea;
}
.lunqra-places-archive .airbnb-card-item .listing-price { display: inline-flex; align-items: center; gap: 7px; }
.lunqra-places-archive .airbnb-card-item .price-value { color: #1d2530; font-size: 15px; letter-spacing: .02em; }
.lunqra-places-archive .airbnb-card-item .open-badge { display: inline-flex; align-items: center; gap: 5px; color: #168354; font-size: 12px; }
.lunqra-places-archive .airbnb-card-item .open-badge i { width: 7px; height: 7px; border-radius: 50%; background: #22c55e; box-shadow: 0 0 0 3px #e7f8ee; }
.lunqra-places-archive .airbnb-card-item .card-arrow-btn {
  width: auto;
  height: 30px;
  gap: 4px;
  padding: 0 10px;
  border-radius: 10px;
  background: #fff3ed;
  color: #e84b16;
  font-size: 12px;
  font-weight: 800;
}
.lunqra-places-archive .airbnb-card-item:hover .card-arrow-btn { background: #ff5a1f; color: #fff; }
.lunqra-places-archive .airbnb-card-item:hover { border-color: #f2c7b6; box-shadow: 0 16px 32px rgba(46, 27, 15, .12); }
@media (max-width: 540px) {
  .lunqra-places-archive .airbnb-card-item { border-radius: 18px; }
  .lunqra-places-archive .airbnb-card-item .listing-rating .reviews-count { max-width: 118px; }
}

/* Archive pagination intentionally has isolated classes so theme AJAX cannot
   intercept its server-rendered, filter-preserving links. */
.lunqra-archive-pagination {
  display: flex;
  width: max-content;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 48px auto 30px;
  padding: 7px 10px;
  border: 1px solid #ece7e3;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(35, 24, 16, .07);
}

.lunqra-compact-map-panel { display:flex; align-items:center; justify-content:space-between; gap:16px; margin-top:20px; padding:14px 16px; border:1px solid #e7e4e1; border-radius:14px; background:#faf9f7; }
.lunqra-compact-map-panel strong,.lunqra-compact-map-panel span { display:block; }.lunqra-compact-map-panel strong{color:#1d2530;font-size:14px}.lunqra-compact-map-panel span{margin-top:3px;color:#747b85;font-size:12px}
.lunqra-compact-map-toggle { flex:0 0 auto; border:0; border-radius:10px; padding:10px 13px; background:#ff5a1f; color:#fff; font:inherit; font-size:13px; font-weight:800; cursor:pointer; }
.lunqra-compact-map-wrap { margin-top:12px; overflow:hidden; border:1px solid #e7e4e1; border-radius:16px; background:#f4f4f2; }.lunqra-compact-map-wrap .lunqra-places-map{height:300px;width:100%}
.lunqra-map-load-error{display:grid;place-items:center;height:100%;padding:24px;color:#5f6772;font-size:14px;text-align:center}.lunqra-map-load-error a{margin-left:5px;color:#e84b16;font-weight:800}
@media (max-width:540px){.lunqra-compact-map-panel{align-items:flex-start;flex-direction:column}.lunqra-compact-map-toggle{width:100%}.lunqra-compact-map-wrap .lunqra-places-map{height:250px}}
.lunqra-pagination-pages { display: flex; align-items: center; gap: 5px; }
.lunqra-pagination-btn,
.lunqra-pagination-number {
  display: inline-flex;
  min-width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 50%;
  color: #27303b;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: background .18s ease, color .18s ease, transform .18s ease;
}
.lunqra-pagination-btn { background: #fff4ef; color: #e84b16; }
.lunqra-pagination-number:hover,
.lunqra-pagination-btn:hover { background: #ffe4d7; color: #c93b0a; transform: translateY(-1px); }
.lunqra-pagination-number.active { border-color: #ff5a1f; background: #ff5a1f; color: #fff; box-shadow: 0 5px 12px rgba(255, 90, 31, .28); }
.lunqra-pagination-dots { display: inline-flex; min-width: 22px; justify-content: center; color: #8c929b; font-weight: 800; }
@media (max-width: 540px) {
  .lunqra-archive-pagination { gap: 4px; padding: 6px; }
  .lunqra-pagination-pages { gap: 2px; }
  .lunqra-pagination-btn, .lunqra-pagination-number { min-width: 34px; height: 34px; font-size: 13px; }
  .lunqra-pagination-dots { min-width: 16px; }
}

/* Airbnb Pagination */
.airbnb-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 48px 0 24px;
}

.pagination-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #DDDDDD;
  background: #ffffff;
  color: #222222;
  text-decoration: none;
  transition: all 0.2s ease;
}

.pagination-btn:hover {
  border-color: #222222;
  transform: scale(1.05);
}

.pagination-pages {
  display: flex;
  gap: 6px;
  align-items: center;
}

.pagination-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  padding: 0 8px;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 600;
  color: #222222;
  text-decoration: none;
  transition: all 0.2s ease;
}

.pagination-number:hover {
  background: #F7F7F7;
}

.pagination-number.active {
  background: #222222;
  color: #ffffff !important;
  font-weight: 700;
}

.pagination-dots {
  padding: 0 4px;
  color: #717171;
}

/* Empty State */
.airbnb-empty-box {
  text-align: center;
  padding: 80px 20px;
  background: #FAFAFA;
  border-radius: 20px;
  border: 1px dashed #E5E7EB;
  margin: 20px 0 60px;
}

.empty-icon-wrap {
  font-size: 48px;
  margin-bottom: 16px;
}

.airbnb-empty-box h3 {
  font-size: 20px;
  font-weight: 800;
  color: #222222;
  margin-bottom: 8px;
}

.airbnb-empty-box p {
  color: #717171;
  font-size: 15px;
  margin-bottom: 24px;
}

.btn-rounded {
  border-radius: 9999px !important;
  padding: 12px 28px !important;
  font-weight: 700 !important;
}

/* Responsive Rules for Filter Capsule */
/* ==========================================================================
   Airbnb Search (/mekan-ara/) & Suggest (/mekan-ara/oner/) Luxury Styling
   ========================================================================== */
.airbnb-kicker-badge {
  display: inline-block;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.8px;
  color: #FF5A1F;
  background: #FFF0F2;
  padding: 4px 12px;
  border-radius: 9999px;
  margin-bottom: 10px;
}

.airbnb-search-hero {
  text-align: center;
  max-width: 680px;
  margin: 20px auto 32px;
}

.airbnb-search-title {
  font-size: 34px;
  font-weight: 800;
  letter-spacing: -0.8px;
  color: #222222;
  margin: 0 0 10px;
}

.airbnb-search-subtitle {
  font-size: 16px;
  color: #717171;
  margin: 0;
  line-height: 1.5;
}

/* Live Search Bar */
.airbnb-live-search-bar {
  max-width: 720px;
  margin: 0 auto 20px;
}

.search-bar-inner {
  display: flex;
  align-items: center;
  background: #ffffff;
  border: 1.5px solid #DDDDDD;
  border-radius: 9999px;
  padding: 8px 10px 8px 20px;
  box-shadow: 0 6px 24px rgba(0,0,0,0.08);
  transition: all 0.25s cubic-bezier(0.2, 0, 0, 1);
}

.search-bar-inner:focus-within {
  border-color: #222222;
  box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}

.search-icon-box {
  color: #FF5A1F;
  margin-right: 12px;
  display: flex;
  align-items: center;
}

.airbnb-search-field {
  flex: 1;
  border: none !important;
  background: transparent !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #222222 !important;
  outline: none !important;
  box-shadow: none !important;
}

.btn-search-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #FF5A1F;
  color: #ffffff;
  border: none;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
  box-shadow: 0 3px 10px rgba(255, 90, 31, 0.35);
}

.btn-search-trigger:hover {
  background: #E04810;
  transform: scale(1.05);
}

/* Quick Search Suggestion Tags */
.airbnb-quick-search-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  max-width: 800px;
  margin: 0 auto 36px;
}

.tags-title {
  font-size: 13px;
  font-weight: 700;
  color: #717171;
  margin-right: 4px;
}

.search-tag-chip {
  background: #F7F7F7;
  border: 1px solid #EBEBEB;
  border-radius: 9999px;
  padding: 6px 14px;
  font-size: 12.5px;
  font-weight: 600;
  color: #222222;
  cursor: pointer;
  transition: all 0.2s ease;
}

.search-tag-chip:hover {
  background: #222222;
  color: #ffffff;
  border-color: #222222;
  transform: translateY(-1px);
}

/* Search Status Indicator */
.airbnb-search-status {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 24px;
  font-size: 15px;
  font-weight: 600;
  color: #717171;
}

/* Search Miss Card */
.airbnb-search-miss-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #FFF8F9;
  border: 1px solid #FFD6DE;
  border-radius: 20px;
  padding: 24px 32px;
  margin: 40px auto 20px;
  max-width: 840px;
}

.miss-content {
  display: flex;
  align-items: center;
  gap: 16px;
}

.miss-icon {
  font-size: 32px;
}

.miss-text h4 {
  font-size: 17px;
  font-weight: 800;
  color: #222222;
  margin: 0 0 4px;
}

.miss-text p {
  font-size: 14px;
  color: #717171;
  margin: 0;
}

.btn-card-action {
  width: 100%;
  border-radius: 10px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  padding: 8px 14px !important;
  min-height: 38px !important;
  text-align: center;
}

/* Suggest Page 2-Column Layout */
.airbnb-suggest-layout {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 60px;
  margin: 30px 0 60px;
  align-items: start;
}

.suggest-main-title {
  font-size: 34px;
  font-weight: 800;
  letter-spacing: -0.8px;
  color: #222222;
  margin: 8px 0 14px;
  line-height: 1.2;
}

.suggest-main-desc {
  font-size: 15.5px;
  color: #717171;
  line-height: 1.6;
  margin-bottom: 32px;
}

.suggest-perks-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.perk-item {
  display: flex;
  gap: 14px;
  background: #F9FAFB;
  padding: 16px 20px;
  border-radius: 16px;
  border: 1px solid #F3F4F6;
}

.perk-icon {
  font-size: 24px;
}

.perk-item strong {
  display: block;
  font-size: 14.5px;
  color: #222222;
  margin-bottom: 2px;
}

.perk-item p {
  font-size: 13px;
  color: #717171;
  margin: 0;
  line-height: 1.4;
}

/* Suggest Form Card */
.suggest-form-card {
  background: #ffffff;
  border: 1px solid #EBEBEB;
  border-radius: 24px;
  padding: 36px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.06);
}

.form-section-title h3 {
  font-size: 16px;
  font-weight: 800;
  color: #222222;
  margin: 0 0 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #F3F4F6;
}

.form-row-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.airbnb-form-group {
  margin-bottom: 18px;
}

.airbnb-form-group label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #222222;
  margin-bottom: 6px;
}

.airbnb-form-group .req {
  color: #FF5A1F;
}

.airbnb-form-input,
.airbnb-form-select,
.airbnb-form-textarea {
  width: 100%;
  padding: 12px 16px;
  border-radius: 12px;
  border: 1.5px solid #DDDDDD;
  background: #ffffff;
  font-family: inherit;
  font-size: 14.5px;
  color: #222222;
  transition: all 0.2s ease;
  box-sizing: border-box;
}

.airbnb-form-input:focus,
.airbnb-form-select:focus,
.airbnb-form-textarea:focus {
  outline: none;
  border-color: #222222;
  box-shadow: 0 0 0 3px rgba(34,34,34,0.08);
}

.airbnb-form-actions {
  display: flex;
  gap: 14px;
  margin-top: 28px;
}

.btn-submit-suggest {
  flex: 1.5;
  border-radius: 12px !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  min-height: 48px !important;
}

.btn-cancel-suggest {
  flex: 1;
  border-radius: 12px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  min-height: 48px !important;
  text-align: center;
}

.airbnb-form-alert {
  margin-top: 16px;
  padding: 12px 18px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  background: #E6F4EA;
  color: #137333;
  border: 1px solid #CEEAD6;
}

.airbnb-auth-card {
  text-align: center;
  max-width: 520px;
  margin: 40px auto;
  padding: 48px 32px;
  background: #FAFAFA;
  border: 1px dashed #E5E7EB;
  border-radius: 24px;
}

.auth-icon-wrap {
  font-size: 44px;
  margin-bottom: 16px;
}

/* ==========================================================================
   Airbnb Account Suggestions Panel Styling
   ========================================================================== */
.airbnb-account-screen {
  max-width: 960px;
  margin: 30px auto 60px;
  padding: 0 20px;
}

.airbnb-account-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 28px;
}

.airbnb-account-title {
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.6px;
  color: #222222;
  margin: 6px 0 8px;
}

.airbnb-account-subtitle {
  font-size: 15px;
  color: #717171;
  margin: 0;
  max-width: 600px;
}

.account-header-actions {
  display: flex;
  gap: 10px;
}

.airbnb-stats-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 32px;
}

.stat-card {
  background: #ffffff;
  border: 1px solid #EBEBEB;
  border-radius: 16px;
  padding: 20px 24px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}

.stat-label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #717171;
  margin-bottom: 4px;
}

.stat-value {
  font-size: 28px;
  font-weight: 800;
  color: #222222;
}

.stat-card--approved .stat-value {
  color: #10B981;
}

.stat-card--pending .stat-value {
  color: #F59E0B;
}

.airbnb-suggestions-table-wrap {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.suggestion-row-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  border: 1px solid #EBEBEB;
  border-radius: 16px;
  padding: 20px 24px;
  transition: all 0.2s ease;
  box-shadow: 0 2px 6px rgba(0,0,0,0.02);
}

.suggestion-row-card:hover {
  border-color: #222222;
  box-shadow: 0 4px 14px rgba(0,0,0,0.06);
}

.suggestion-place-name {
  font-size: 17px;
  font-weight: 800;
  color: #222222;
  margin: 0 0 4px;
}

.suggestion-place-address {
  font-size: 14px;
  color: #717171;
  margin: 0 0 6px;
}

.suggestion-date {
  font-size: 12px;
  color: #9CA3AF;
  font-weight: 500;
}

.suggestion-status-col {
  display: flex;
  align-items: center;
  gap: 12px;
}

.suggestion-status-pill {
  padding: 6px 14px;
  border-radius: 9999px;
  font-size: 12.5px;
  font-weight: 700;
}

.suggestion-status-pill.status-pending {
  background: #FEF3C7;
  color: #92400E;
}

.suggestion-status-pill.status-approved {
  background: #D1FAE5;
  color: #065F46;
}

.suggestion-status-pill.status-rejected {
  background: #FEE2E2;
  color: #991B1B;
}

.btn-sm {
  padding: 6px 14px !important;
  font-size: 12.5px !important;
  min-height: 34px !important;
}

/* ==========================================================================
   Airbnb Luxe — Next-Gen Discovery Interface for Bugün Nereye? (/mekan-ara/)
   ========================================================================== */
.airbnb-luxe-screen {
  background: radial-gradient(circle at top, #FFF5F6 0%, #FFFFFF 50%, #F9FAFB 100%);
  min-height: 88vh;
  padding: 36px 0 80px;
  border-radius: 28px;
}

.luxe-search-hero {
  text-align: center;
  max-width: 780px;
  margin: 10px auto 32px;
}

.luxe-kicker-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

.luxe-kicker-badge {
  display: inline-block;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 1px;
  color: #FF5A1F;
  background: #FFF0F3;
  border: 1px solid #FFE4E8;
  padding: 6px 16px;
  border-radius: 9999px;
  box-shadow: 0 4px 14px rgba(255, 90, 31, 0.12);
}

.luxe-search-title {
  font-size: 42px;
  font-weight: 900;
  letter-spacing: -1.2px;
  color: #111827;
  margin: 0 0 12px;
  line-height: 1.15;
}

.luxe-search-subtitle {
  font-size: 16.5px;
  color: #4B5563;
  margin: 0;
  line-height: 1.55;
}

/* Segmented Airbnb Luxe Search Capsule */
.luxe-search-console-wrap {
  max-width: 820px;
  margin: 0 auto 28px;
}

.luxe-search-form {
  display: flex;
  align-items: center;
  background: #ffffff;
  border: 1.5px solid #E5E7EB;
  border-radius: 9999px;
  padding: 8px 10px 8px 24px;
  box-shadow: 0 10px 36px rgba(0, 0, 0, 0.08), 0 2px 6px rgba(0, 0, 0, 0.03);
  transition: all 0.25s cubic-bezier(0.2, 0, 0, 1);
}

.luxe-search-form:focus-within {
  border-color: #FF5A1F;
  box-shadow: 0 12px 42px rgba(255, 90, 31, 0.18);
}

.luxe-search-segment {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.luxe-segment-label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.5px;
  color: #111827;
  text-transform: uppercase;
  margin-bottom: 2px;
  cursor: pointer;
}

.luxe-input-wrapper {
  display: flex;
  align-items: center;
}

.luxe-search-icon {
  color: #FF5A1F;
  margin-right: 10px;
  flex-shrink: 0;
}

.luxe-search-input {
  width: 100%;
  border: none !important;
  background: transparent !important;
  font-size: 15.5px !important;
  font-weight: 600 !important;
  color: #111827 !important;
  outline: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.luxe-search-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 28px;
  height: 50px;
  border-radius: 9999px;
  background: linear-gradient(135deg, #FF5A1F 0%, #E04810 100%);
  color: #ffffff;
  border: none;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 4px 14px rgba(255, 90, 31, 0.4);
}

.luxe-search-btn:hover {
  transform: scale(1.03);
  box-shadow: 0 6px 20px rgba(255, 90, 31, 0.5);
}

/* Visual Mood Explorer */
.luxe-mood-slider-section {
  max-width: 920px;
  margin: 0 auto 36px;
}

.luxe-mood-scroll {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}

.luxe-mood-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #ffffff;
  border: 1px solid #E5E7EB;
  border-radius: 9999px;
  padding: 9px 18px;
  font-size: 13.5px;
  font-weight: 700;
  color: #374151;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.2, 0, 0, 1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
}

.luxe-mood-pill:hover,
.luxe-mood-pill.active {
  border-color: #111827;
  color: #111827;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

.mood-icon {
  font-size: 15px;
}

/* Realtime Sonar Status */
.luxe-search-status {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 30px;
}

.luxe-sonar-pulse {
  width: 14px;
  height: 14px;
  background: #FF5A1F;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(255, 90, 31, 0.7);
  animation: sonarPulse 1.4s infinite;
}

@keyframes sonarPulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 90, 31, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 90, 31, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 90, 31, 0);
  }
}

.luxe-status-text {
  font-size: 14.5px;
  font-weight: 700;
  color: #111827;
}

/* Airbnb Luxe Card */
.airbnb-luxe-card {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #F0F0F0;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
  transition: all 0.28s cubic-bezier(0.2, 0, 0, 1);
  display: flex;
  flex-direction: column;
}

.airbnb-luxe-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.1);
  border-color: #E5E7EB;
}

.luxe-card-badges {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
}

.luxe-badge-gold {
  display: inline-block;
  background: linear-gradient(135deg, #F59E0B 0%, #D97706 100%);
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 9999px;
  box-shadow: 0 2px 8px rgba(217, 119, 6, 0.4);
}

.luxe-badge-cat {
  display: inline-block;
  background: rgba(17, 24, 39, 0.75);
  backdrop-filter: blur(6px);
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 9999px;
}

.luxe-wishlist-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(4px);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
  z-index: 2;
}

.luxe-wishlist-btn:hover {
  transform: scale(1.1);
  background: rgba(255, 90, 31, 0.9);
}

.luxe-card-meta-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
}

.luxe-card-loc {
  font-size: 13px;
  font-weight: 700;
  color: #6B7280;
}

.luxe-card-rating {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.rating-num {
  font-size: 13.5px;
  font-weight: 800;
  color: #111827;
}

.reviews-num {
  font-size: 12px;
  color: #9CA3AF;
}

.luxe-card-price-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 6px 0 14px;
}

.luxe-price-tag {
  font-size: 13.5px;
  font-weight: 800;
  color: #111827;
}

.luxe-open-badge {
  font-size: 12px;
  font-weight: 700;
  color: #059669;
  background: #ECFDF5;
  padding: 2px 8px;
  border-radius: 9999px;
}

.luxe-status-text {
  font-size: 12px;
  color: #6B7280;
}

.luxe-card-actions {
  padding-top: 12px;
  border-top: 1px solid #F3F4F6;
  margin-top: auto;
}

.luxe-card-btn {
  display: block;
  width: 100%;
  text-align: center;
  padding: 11px 16px;
  border-radius: 12px;
  font-size: 13.5px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease;
  box-sizing: border-box;
}

.luxe-card-btn--view {
  background: #111827;
  color: #ffffff;
  border: 1.5px solid #111827;
}

.luxe-card-btn--view:hover {
  background: #FF5A1F;
  border-color: #FF5A1F;
  color: #ffffff;
}

.luxe-card-btn--add {
  background: linear-gradient(135deg, #FF5A1F 0%, #E04810 100%);
  color: #ffffff;
  border: none;
  box-shadow: 0 4px 12px rgba(255, 90, 31, 0.35);
}

.luxe-card-btn--add:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(255, 90, 31, 0.45);
}

.luxe-card-btn--suggest {
  background: #ffffff;
  color: #FF5A1F;
  border: 1.5px solid #FF5A1F;
}

/* Miss Section */
.luxe-miss-section {
  max-width: 680px;
  margin: 40px auto 20px;
}

.luxe-miss-card {
  text-align: center;
  background: #ffffff;
  border: 1.5px solid #FFE4E8;
  border-radius: 24px;
  padding: 36px 32px;
  box-shadow: 0 10px 30px rgba(255, 90, 31, 0.08);
}

.luxe-miss-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  color: #FF5A1F;
  background: #FFF0F3;
  padding: 4px 12px;
  border-radius: 9999px;
  margin-bottom: 12px;
}

.luxe-miss-title {
  font-size: 20px;
  font-weight: 800;
  color: #111827;
  margin: 0 0 8px;
}

.luxe-miss-desc {
  font-size: 14px;
  color: #6B7280;
  margin: 0 0 20px;
  line-height: 1.5;
}

.luxe-auth-card {
  text-align: center;
  max-width: 520px;
  margin: 40px auto;
  padding: 48px 32px;
  background: #ffffff;
  border: 1px solid #E5E7EB;
  border-radius: 24px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.luxe-auth-icon {
  font-size: 44px;
  margin-bottom: 14px;
}

.luxe-btn-glow {
  box-shadow: 0 4px 16px rgba(255, 90, 31, 0.35);
}

@media (max-width: 768px) {
  .luxe-search-title {
    font-size: 28px;
  }
  .luxe-search-form {
    border-radius: 20px;
    flex-direction: column;
    padding: 14px;
    gap: 12px;
  }
  .luxe-search-btn {
    width: 100%;
    justify-content: center;
  }
  .luxe-mood-scroll {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding: 0 4px 8px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .luxe-mood-pill {
    flex-shrink: 0;
  }
}

/* ==========================================================================
   TOP 10 LISTS & PROGRAMMATIC SEO HUB STYLES (BUGÜN NEREYE?)
   ========================================================================== */
.lunqra-top-lists-hub,
.lunqra-top-list-single {
  max-width: 1180px;
  margin: 0 auto;
  padding: 40px 24px 80px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #222222;
}

/* Hub Hero */
.top-lists-hero {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 48px;
}
.top-lists-kicker {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #E04810;
  background: #FFE4E6;
  padding: 6px 14px;
  border-radius: 99px;
  margin-bottom: 16px;
}
.top-lists-title {
  font-size: 38px;
  font-weight: 850;
  line-height: 1.2;
  letter-spacing: -0.8px;
  margin: 0 0 14px;
  color: #0F172A;
}
.top-lists-subtitle {
  font-size: 16.5px;
  line-height: 1.6;
  color: #64748B;
  margin: 0;
}

/* Hub Grid */
.top-lists-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 28px;
  margin-bottom: 64px;
}
.top-list-card {
  background: #ffffff;
  border: 1px solid #E2E8F0;
  border-radius: 20px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  position: relative;
  overflow: hidden;
}
.top-list-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: var(--card-tint, #FF5A1F);
}
.top-list-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.08);
  border-color: #CBD5E1;
}
.top-list-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}
.top-list-badge {
  font-size: 12.5px;
  font-weight: 700;
  color: #1E293B;
  background: #F1F5F9;
  padding: 4px 10px;
  border-radius: 8px;
}
.top-list-count {
  font-size: 12px;
  font-weight: 700;
  color: #64748B;
}
.top-list-card-title {
  font-size: 20px;
  font-weight: 800;
  line-height: 1.35;
  margin: 0 0 10px;
}
.top-list-card-title a {
  color: #0F172A;
  text-decoration: none;
  transition: color 0.2s;
}
.top-list-card-title a:hover {
  color: #FF5A1F;
}
.top-list-card-desc {
  font-size: 14px;
  line-height: 1.55;
  color: #64748B;
  margin: 0 0 18px;
  flex: 1;
}

/* Mini places preview */
.top-list-places-preview {
  background: #F8FAFC;
  border-radius: 12px;
  padding: 12px 14px;
  margin-bottom: 18px;
}
.preview-label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: #94A3B8;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
}
.preview-chips {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.preview-chip {
  font-size: 12.5px;
  color: #334155;
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.chip-rank {
  color: #FF5A1F;
  font-weight: 800;
  font-size: 11.5px;
}
.top-list-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #F1F5F9;
  padding-top: 14px;
  margin-top: auto;
}
.updated-time {
  font-size: 12px;
  color: #94A3B8;
}
.btn-read-list {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 13.5px;
  font-weight: 700;
  color: #FF5A1F;
  text-decoration: none;
}
.btn-read-list:hover {
  text-decoration: underline;
}

/* Hub Bottom Banner */
.top-lists-bottom-banner {
  background: linear-gradient(135deg, #0F172A 0%, #1E293B 100%);
  border-radius: 24px;
  padding: 44px 32px;
  color: #ffffff;
  text-align: center;
}
.top-lists-bottom-banner h2 {
  font-size: 26px;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 10px;
}
.top-lists-bottom-banner p {
  font-size: 15.5px;
  color: #94A3B8;
  margin: 0 0 24px;
}
.top-lists-bottom-banner .banner-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

/* ==========================================================================
   SINGLE TOP 10 LIST PAGE STYLES (EDITORIAL & PODIUM)
   ========================================================================== */
.top-list-breadcrumbs {
  font-size: 13.5px;
  color: #64748B;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.top-list-breadcrumbs a {
  color: #64748B;
  text-decoration: none;
}
.top-list-breadcrumbs a:hover {
  color: #FF5A1F;
  text-decoration: underline;
}
.crumb-sep {
  color: #CBD5E1;
}
.top-list-breadcrumbs .current {
  color: #0F172A;
  font-weight: 600;
}

.top-list-hero-single {
  background: #ffffff;
  border: 1px solid #E2E8F0;
  border-radius: 24px;
  padding: 36px 36px 28px;
  margin-bottom: 40px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.03);
}
.top-list-hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #D97706;
  background: #FEF3C7;
  padding: 5px 12px;
  border-radius: 99px;
  margin-bottom: 16px;
}
.kicker-pulse {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #D97706;
  box-shadow: 0 0 0 0 rgba(217, 119, 6, 0.7);
  animation: kickerPulse 2s infinite;
}
@keyframes kickerPulse {
  0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(217, 119, 6, 0.7); }
  70% { transform: scale(1); box-shadow: 0 0 0 8px rgba(217, 119, 6, 0); }
  100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(217, 119, 6, 0); }
}
.top-list-main-title {
  font-size: 34px;
  font-weight: 850;
  line-height: 1.25;
  color: #0F172A;
  margin: 0 0 14px;
  letter-spacing: -0.6px;
}
.top-list-main-desc {
  font-size: 16px;
  line-height: 1.6;
  color: #475569;
  margin: 0 0 22px;
  max-width: 860px;
}
.top-list-meta-info-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  padding-top: 18px;
  border-top: 1px solid #F1F5F9;
  font-size: 13.5px;
  color: #64748B;
}
.top-list-meta-info-row .meta-item {
  display: flex;
  align-items: center;
  gap: 6px;
}
.top-list-meta-info-row strong {
  color: #0F172A;
}

.top-list-share-bar {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px dashed #E2E8F0;
  flex-wrap: wrap;
}
.share-label {
  font-size: 13px;
  font-weight: 700;
  color: #475569;
}
.btn-share {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  padding: 7px 14px;
  border-radius: 99px;
  cursor: pointer;
  text-decoration: none;
  border: 1px solid #CBD5E1;
  background: #ffffff;
  color: #334155;
  transition: all 0.2s;
}
.btn-share--wa {
  background: #25D366;
  color: #ffffff;
  border-color: #25D366;
}
.btn-share--wa:hover {
  background: #1EBE5D;
}
.btn-share--copy:hover {
  background: #F8FAFC;
  border-color: #94A3B8;
}

/* Ranked Feed Cards */
.top-list-feed {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 60px;
}
.top-list-item-card {
  background: #ffffff;
  border: 1px solid #E2E8F0;
  border-radius: 20px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0,0,0,0.03);
  transition: transform 0.25s, box-shadow 0.25s;
}
.top-list-item-card:hover {
  box-shadow: 0 12px 28px rgba(0,0,0,0.07);
}

/* Rank Badge Strip (Left) */
.top-list-rank-badge-wrap {
  width: 80px;
  background: #F8FAFC;
  border-right: 1px solid #E2E8F0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.podium-badge {
  font-size: 18px;
  font-weight: 900;
  display: inline-block;
  padding: 8px 12px;
  border-radius: 12px;
  text-align: center;
  line-height: 1.2;
}
.podium-badge.gold {
  background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
  color: #78350F;
  box-shadow: 0 4px 12px rgba(255, 165, 0, 0.35);
}
.podium-badge.silver {
  background: linear-gradient(135deg, #E2E8F0 0%, #CBD5E1 100%);
  color: #334155;
}
.podium-badge.bronze {
  background: linear-gradient(135deg, #FFEDD5 0%, #FDBA74 100%);
  color: #7C2D12;
}
.podium-badge.normal {
  color: #64748B;
  font-size: 20px;
}

/* Item Main Body */
.top-list-item-main {
  display: grid;
  grid-template-columns: 280px 1fr;
  flex: 1;
}
.top-list-item-media {
  position: relative;
  background: #EBEBEB;
  min-height: 220px;
}
.top-list-item-media .media-link {
  display: block;
  width: 100%;
  height: 100%;
}
.top-list-item-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s;
}
.top-list-item-card:hover .top-list-item-media img {
  transform: scale(1.03);
}
.media-tags {
  position: absolute;
  top: 12px;
  left: 12px;
}
.tag-cat {
  font-size: 11px;
  font-weight: 700;
  background: rgba(15, 23, 42, 0.8);
  backdrop-filter: blur(6px);
  color: #ffffff;
  padding: 4px 8px;
  border-radius: 6px;
}

.top-list-item-content {
  padding: 24px 28px;
  display: flex;
  flex-direction: column;
}
.item-header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  flex-wrap: wrap;
  gap: 8px;
}
.item-rating-pill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #FEF3C7;
  color: #92400E;
  padding: 4px 10px;
  border-radius: 99px;
  font-size: 13px;
}
.item-rating-pill .star {
  color: #D97706;
  font-size: 14px;
}
.item-rating-pill .reviews {
  color: #B45309;
  font-size: 12px;
}
.item-status-pill {
  font-size: 12.5px;
  font-weight: 600;
}
.status-open {
  color: #10B981;
}
.status-hours {
  color: #64748B;
}
.item-title {
  font-size: 22px;
  font-weight: 800;
  margin: 0 0 8px;
  line-height: 1.3;
}
.item-title a {
  color: #0F172A;
  text-decoration: none;
}
.item-title a:hover {
  color: #FF5A1F;
}
.item-address-row {
  font-size: 13.5px;
  color: #64748B;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.price-indicator {
  font-weight: 700;
  color: #0F172A;
}
.item-desc {
  font-size: 14.5px;
  line-height: 1.55;
  color: #475569;
  margin: 0 0 16px;
  flex: 1;
}
.item-amenities-row {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}
.am-chip {
  font-size: 12px;
  background: #F1F5F9;
  color: #475569;
  padding: 3px 8px;
  border-radius: 6px;
}

/* Action Buttons */
.item-actions-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid #F1F5F9;
}
.btn-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13.5px;
  font-weight: 700;
  padding: 10px 18px;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.2s;
}
.btn-item-explore {
  background: #FF5A1F;
  color: #ffffff;
}
.btn-item-explore:hover {
  background: #E04810;
}
.btn-item-maps {
  background: #F1F5F9;
  color: #1E293B;
  border: 1px solid #CBD5E1;
}
.btn-item-maps:hover {
  background: #E2E8F0;
}
.btn-item-phone {
  background: #ffffff;
  color: #475569;
  border: 1px solid #E2E8F0;
  padding: 10px 12px;
}
.btn-item-phone:hover {
  background: #F8FAFC;
}

/* Google FAQ & Editorial Insights Section */
.top-list-faq-section {
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 24px;
  padding: 40px 36px;
  margin-top: 48px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.faq-header {
  margin-bottom: 28px;
}

.faq-badge {
  display: inline-block;
  background: #EFF6FF;
  color: #2563EB;
  font-size: 12.5px;
  font-weight: 800;
  padding: 4px 14px;
  border-radius: 20px;
  margin-bottom: 10px;
  border: 1px solid #DBEAFE;
}

.faq-title {
  font-size: 24px;
  font-weight: 800;
  color: #0F172A;
  margin: 0 0 8px;
  letter-spacing: -0.02em;
}

.faq-subtitle {
  font-size: 14.5px;
  color: #64748B;
  margin: 0;
  line-height: 1.5;
}

.faq-accordion-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-item {
  border: 1px solid #E2E8F0;
  border-radius: 16px;
  background: #F8FAFC;
  overflow: hidden;
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
}

.faq-item[open] {
  background: #FFFFFF;
  border-color: #CBD5E1;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
}

.faq-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  cursor: pointer;
  list-style: none;
  font-weight: 700;
  font-size: 16px;
  color: #1E293B;
  user-select: none;
  gap: 16px;
}

.faq-summary::-webkit-details-marker {
  display: none;
}

.faq-question-text {
  flex: 1;
  line-height: 1.4;
}

.faq-toggle-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  color: #64748B;
  transition: transform 0.25s ease, background 0.2s, color 0.2s;
  flex-shrink: 0;
}

.faq-item[open] .faq-toggle-icon {
  transform: rotate(180deg);
  background: #FF5A1F;
  border-color: #FF5A1F;
  color: #FFFFFF;
}

.faq-answer {
  padding: 0 24px 22px;
  font-size: 14.5px;
  color: #475569;
  line-height: 1.7;
}

.faq-answer p {
  margin: 0;
}

@media (max-width: 768px) {
  .top-list-faq-section {
    padding: 24px 18px;
    border-radius: 18px;
  }
  .faq-title {
    font-size: 20px;
  }
  .faq-summary {
    padding: 16px 18px;
    font-size: 14.5px;
  }
  .faq-answer {
    padding: 0 18px 18px;
    font-size: 13.5px;
  }
}

/* Related Top Lists */
.top-list-related-section {
  background: #F8FAFC;
  border-radius: 24px;
  padding: 36px 32px;
  margin-top: 40px;
}
.related-title {
  font-size: 20px;
  font-weight: 800;
  color: #0F172A;
  margin: 0 0 20px;
}
.related-lists-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
}
.related-list-card {
  background: #ffffff;
  border: 1px solid #E2E8F0;
  border-radius: 16px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
}
.related-list-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
}
.rel-badge {
  font-size: 18px;
}
.rel-title {
  font-size: 15px;
  color: #0F172A;
  line-height: 1.35;
}
.rel-link {
  font-size: 13px;
  font-weight: 700;
  color: #FF5A1F;
  margin-top: 6px;
}

/* Top List Responsive */
@media (max-width: 900px) {
  .top-list-item-card {
    flex-direction: column;
  }
  .top-list-rank-badge-wrap {
    width: 100%;
    height: 48px;
    border-right: none;
    border-bottom: 1px solid #E2E8F0;
    justify-content: flex-start;
    padding: 0 20px;
  }
  .top-list-item-main {
    grid-template-columns: 1fr;
  }
  .top-list-item-media {
    height: 220px;
  }
  .top-list-main-title {
    font-size: 26px;
  }
}

/* Top List Hub Controls & Filters */
.top-lists-controls-wrap {
  margin: 32px 0 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.hub-search-box {
  position: relative;
  width: 100%;
  max-width: 720px;
}
.hub-search-box .search-icon {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  pointer-events: none;
}
.hub-search-box input {
  width: 100%;
  padding: 16px 48px 16px 50px;
  border-radius: 16px;
  border: 1.5px solid #E2E8F0;
  font-size: 15px;
  outline: none;
  background: #ffffff;
/* ==========================================================================
   AIRBNB LUXE TOP 10 HUB REDESIGN
   ========================================================================== */

.airbnb-luxe-hub {
  padding-top: 24px;
  padding-bottom: 80px;
}

/* 1. Airbnb Sticky Category Carousel Bar */
.airbnb-category-bar-wrap {
  position: sticky;
  top: 70px;
  z-index: 40;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid #EBEBEB;
  margin: 0 -24px 32px;
  padding: 12px 24px;
}

.airbnb-category-scroll {
  display: flex;
  align-items: center;
  gap: 16px;
  overflow-x: auto;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE */
  scroll-behavior: smooth;
}
.airbnb-category-scroll::-webkit-scrollbar {
  display: none; /* Chrome/Safari */
}

.airbnb-cat-item {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 8px 16px 12px;
  background: transparent;
  border: none;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  white-space: nowrap;
  opacity: 0.65;
  transition: all 0.2s cubic-bezier(0.2, 0, 0, 1);
  color: #222222;
}

.airbnb-cat-item:hover {
  opacity: 1;
  border-bottom-color: #DDDDDD;
}

.airbnb-cat-item.is-active {
  opacity: 1;
  border-bottom-color: #222222;
  font-weight: 700;
}

.airbnb-cat-icon {
  font-size: 24px;
  line-height: 1;
}

.airbnb-cat-label {
  font-size: 12px;
  letter-spacing: 0.2px;
}

/* 2. Hero Section */
.airbnb-hub-hero {
  text-align: center;
  max-width: 860px;
  margin: 0 auto 48px;
  padding: 10px 16px 0;
}

.airbnb-hero-pill-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  background: #FFF1F2;
  border: 1px solid #FFE4E6;
  border-radius: 30px;
  color: #E04810;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.5px;
  margin-bottom: 18px;
}

.airbnb-hero-title {
  font-size: clamp(28px, 4.5vw, 46px);
  font-weight: 800;
  color: #222222;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin: 0 0 16px;
}

.airbnb-hero-desc {
  font-size: clamp(15px, 1.8vw, 18px);
  color: #717171;
  line-height: 1.6;
  margin: 0 auto 32px;
  max-width: 680px;
}

/* Airbnb Segmented Search Capsule */
.airbnb-search-capsule {
  max-width: 680px;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid #DDDDDD;
  border-radius: 40px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  padding: 8px 12px 8px 24px;
  transition: all 0.25s ease;
}

.airbnb-search-capsule:focus-within {
  border-color: #222222;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

.search-capsule-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.capsule-segment.segment-main {
  flex: 1;
  text-align: left;
  display: flex;
  flex-direction: column;
}

.capsule-segment label {
  font-size: 11px;
  font-weight: 800;
  color: #222222;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 2px;
}

.capsule-segment input {
  border: none;
  outline: none;
  background: transparent;
  font-size: 14.5px;
  color: #222222;
  width: 100%;
  padding: 0;
}

.capsule-segment input::placeholder {
  color: #94A3B8;
}

.capsule-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.btn-clear-search {
  background: #F1F5F9;
  border: none;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  font-size: 13px;
  color: #64748B;
  cursor: pointer;
}

.btn-capsule-search {
  background: #FF5A1F;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.2s cubic-bezier(0.2, 0, 0, 1), background-color 0.2s;
  box-shadow: 0 4px 12px rgba(255, 90, 31, 0.35);
}

.btn-capsule-search:hover {
  transform: scale(1.06);
  background: #E04810;
}

/* 3. Spotlight Editorial Section */
.airbnb-spotlight-section {
  margin-bottom: 56px;
  background: #FAF8F5;
  border-radius: 28px;
  padding: 36px 32px;
  border: 1px solid #EFECE6;
}

.spotlight-header {
  margin-bottom: 24px;
}

.spotlight-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  color: #B45309;
  letter-spacing: 0.8px;
  margin-bottom: 6px;
}

.spotlight-title {
  font-size: 22px;
  font-weight: 800;
  color: #1E293B;
  margin: 0;
}

.spotlight-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 20px;
}

.spotlight-card {
  display: block;
  text-decoration: none;
  border-radius: 20px;
  padding: 26px 24px;
  position: relative;
  overflow: hidden;
  color: #ffffff;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.spotlight-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.14);
}

.spotlight-card--croissant {
  background: linear-gradient(135deg, #F97316 0%, #EA580C 50%, #C2410C 100%);
}

.spotlight-card--coffee {
  background: linear-gradient(135deg, #78350F 0%, #581C87 100%);
}

.spotlight-card--wine {
  background: linear-gradient(135deg, #047857 0%, #064E3B 100%);
}

.spotlight-card-content .spot-tag {
  display: inline-block;
  background: rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(6px);
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 12px;
}

.spotlight-card-content h3 {
  font-size: 18px;
  font-weight: 800;
  line-height: 1.35;
  margin: 0 0 8px;
  color: #ffffff;
}

.spotlight-card-content p {
  font-size: 13px;
  line-height: 1.5;
  opacity: 0.9;
  margin: 0 0 20px;
}

.spot-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 14px;
}

.spot-count {
  font-size: 12px;
  font-weight: 700;
  opacity: 0.95;
}

.spot-btn {
  font-size: 13px;
  font-weight: 800;
  color: #ffffff;
}

/* 4. Catalog Bar */
.airbnb-catalog-header-bar {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 24px;
  border-bottom: 1px solid #F1F5F9;
  padding-bottom: 16px;
}

.catalog-heading {
  font-size: 22px;
  font-weight: 800;
  color: #0F172A;
  margin: 0 0 4px;
}

.catalog-sub {
  font-size: 14px;
  color: #64748B;
  margin: 0;
}

/* 5. Airbnb Luxe List Grid & Cards */
.airbnb-luxe-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 28px;
  margin-bottom: 64px;
}

.airbnb-list-card {
  display: flex;
  flex-direction: column;
}

.card-inner-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  border: 1px solid #EBEBEB;
  border-radius: 22px;
  overflow: hidden;
  text-decoration: none;
  transition: all 0.25s cubic-bezier(0.2, 0, 0, 1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.card-inner-link:hover {
  transform: translateY(-5px);
  border-color: #DDDDDD;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.08);
}

.airbnb-card-top-banner {
  padding: 20px 20px 24px;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.banner-badge-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  position: relative;
  z-index: 2;
}

.airbnb-badge-pill {
  font-size: 12px;
  font-weight: 800;
  color: #0F172A;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(4px);
  padding: 4px 10px;
  border-radius: 20px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}

.airbnb-location-pill {
  font-size: 11.5px;
  font-weight: 700;
  color: #475569;
  background: rgba(255, 255, 255, 0.7);
  padding: 4px 8px;
  border-radius: 12px;
}

.banner-icon-watermark {
  position: absolute;
  right: 14px;
  bottom: -4px;
  font-size: 48px;
  opacity: 0.22;
  user-select: none;
  pointer-events: none;
}

.airbnb-card-body {
  padding: 22px 22px 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.airbnb-card-title {
  font-size: 18px;
  font-weight: 800;
  color: #0F172A;
  line-height: 1.35;
  margin: 0 0 10px;
  transition: color 0.2s;
}

.card-inner-link:hover .airbnb-card-title {
  color: #FF5A1F;
}

.airbnb-card-desc {
  font-size: 13.5px;
  line-height: 1.55;
  color: #64748B;
  margin: 0 0 20px;
  flex: 1;
}

.airbnb-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #F1F5F9;
  padding-top: 14px;
  margin-top: auto;
}

.footer-meta {
  display: flex;
  align-items: center;
  gap: 8px;
}

.meta-places-count {
  font-size: 12px;
  font-weight: 700;
  color: #0F172A;
  background: #F8FAFC;
  padding: 3px 8px;
  border-radius: 6px;
}

.meta-rating {
  font-size: 12px;
  font-weight: 700;
  color: #B45309;
}

.airbnb-btn-read {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  font-weight: 800;
  color: #FF5A1F;
}

.card-inner-link:hover .airbnb-btn-read svg {
  transform: translateX(3px);
  transition: transform 0.2s ease;
}

/* Empty Search State */
.airbnb-empty-search {
  text-align: center;
  padding: 64px 24px;
  background: #F8FAFC;
  border-radius: 24px;
  margin-bottom: 64px;
}

.empty-emoji {
  font-size: 48px;
  margin-bottom: 16px;
}

.airbnb-empty-search h3 {
  font-size: 20px;
  font-weight: 800;
  color: #0F172A;
  margin: 0 0 8px;
}

.airbnb-empty-search p {
  font-size: 14.5px;
  color: #64748B;
  margin: 0 auto 24px;
  max-width: 480px;
}

/* 6. Bottom Luxe Promo Banner */
.airbnb-bottom-promo {
  background: linear-gradient(135deg, #0F172A 0%, #1E293B 100%);
  border-radius: 28px;
  padding: 48px 40px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 40px;
}

.promo-kicker {
  display: inline-block;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 1px;
  color: #FF5A1F;
  margin-bottom: 12px;
}

.airbnb-bottom-promo h2 {
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 12px;
}

.airbnb-bottom-promo p {
  font-size: 15px;
  color: #94A3B8;
  max-width: 620px;
  margin: 0 auto 28px;
  line-height: 1.6;
}

.promo-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.btn-outline-white {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border-radius: 30px;
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  transition: all 0.2s;
}

.btn-outline-white:hover {
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
}

/* ==========================================================================
   Airbnb Reviews & Rating Section Design System
   ========================================================================== */
.airbnb-reviews-section {
  margin-top: 40px;
  padding-top: 10px;
}

.reviews-section-header {
  margin-bottom: 24px;
}

.reviews-score-hero {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 24px;
  font-weight: 800;
  color: #0F172A;
}

.reviews-star-icon {
  color: #FF5A1F;
  font-size: 26px;
}

.reviews-score-large {
  font-size: 28px;
  font-weight: 800;
}

.reviews-count-large {
  font-size: 22px;
  font-weight: 700;
  color: #475569;
}

.reviews-subtext {
  font-size: 13.5px;
  color: #64748B;
  margin: 6px 0 0;
}

/* Rating Breakdown Grid */
.reviews-breakdown-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 10px 24px;
  background: #F8FAFC;
  border: 1px solid #E2E8F0;
  border-radius: 16px;
  padding: 18px 22px;
  margin-bottom: 28px;
}

.breakdown-row {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 600;
  color: #334155;
}

.breakdown-star-label {
  width: 32px;
}

.breakdown-progress-track {
  flex: 1;
  height: 6px;
  background: #E2E8F0;
  border-radius: 999px;
  overflow: hidden;
}

.breakdown-progress-bar {
  height: 100%;
  background: #FF5A1F;
  border-radius: 999px;
  transition: width 0.4s ease;
}

.breakdown-count {
  width: 24px;
  text-align: right;
  color: #94A3B8;
  font-size: 12px;
}

/* Add Review Card */
.airbnb-add-review-card {
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 20px;
  padding: 28px 24px;
  margin-bottom: 32px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
}

.add-review-header {
  margin-bottom: 20px;
}

.add-review-title {
  font-size: 19px;
  font-weight: 800;
  color: #0F172A;
  margin: 0 0 4px;
}

.add-review-desc {
  font-size: 14px;
  color: #64748B;
  margin: 0;
}

/* Star Picker */
.form-group-rating {
  margin-bottom: 18px;
}

.rating-feedback-badge {
  display: inline-block;
  background: #FFF1F2;
  color: #E04810;
  font-size: 12.5px;
  font-weight: 700;
  padding: 2px 10px;
  border-radius: 12px;
  margin-left: 8px;
}

.star-rating-picker {
  display: flex;
  gap: 6px;
  margin-top: 6px;
}

.star-btn {
  font-size: 30px;
  color: #CBD5E1;
  cursor: pointer;
  user-select: none;
  transition: color 0.15s, transform 0.15s;
  line-height: 1;
}

.star-btn.active,
.star-btn.hover {
  color: #FFB800;
  transform: scale(1.1);
}

.form-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}

.form-group {
  margin-bottom: 16px;
}

.form-label {
  display: block;
  font-size: 13.5px;
  font-weight: 700;
  color: #334155;
  margin-bottom: 6px;
}

.form-label .req {
  color: #EF4444;
}

.form-control {
  width: 100%;
  padding: 12px 16px;
  border: 1.5px solid #E2E8F0;
  border-radius: 12px;
  font-size: 14.5px;
  color: #1E293B;
  background: #F8FAFC;
  outline: none;
  transition: border-color 0.2s, background 0.2s, box-shadow 0.2s;
  box-sizing: border-box;
  font-family: inherit;
}

.form-control:focus {
  border-color: #FF5A1F;
  background: #FFFFFF;
  box-shadow: 0 0 0 4px rgba(255, 90, 31, 0.1);
}

.form-char-count {
  text-align: right;
  font-size: 12px;
  color: #94A3B8;
  margin-top: 4px;
}

.form-actions-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 14px;
  flex-wrap: wrap;
}

.moderation-notice {
  font-size: 12.5px;
  color: #64748B;
  flex: 1;
  min-width: 240px;
}

.btn-submit-review {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #FF5A1F;
  color: #FFFFFF !important;
  font-size: 14.5px;
  font-weight: 700;
  padding: 12px 24px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
  box-shadow: 0 4px 14px rgba(255, 90, 31, 0.25);
}

.btn-submit-review:hover {
  background: #E04810;
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(255, 90, 31, 0.35);
}

.btn-submit-review:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

.logged-in-notice {
  background: #F0FDF4;
  border: 1px solid #BBF7D0;
  color: #166534;
  padding: 10px 16px;
  border-radius: 12px;
  font-size: 13.5px;
  margin-bottom: 16px;
}

.review-form-alert {
  margin-top: 16px;
  padding: 12px 18px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  animation: fadeIn 0.25s ease;
}

.review-form-alert.alert-success {
  background: #DCFCE7;
  color: #15803D;
  border: 1px solid #86EFAC;
}

.review-form-alert.alert-error {
  background: #FEE2E2;
  color: #B91C1C;
  border: 1px solid #FCA5A5;
}

/* Reviews List */
.airbnb-reviews-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.airbnb-review-card {
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 16px;
  padding: 20px 22px;
  transition: box-shadow 0.2s;
}

.airbnb-review-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
}

.airbnb-review-card--just-added {
  border-color: #86EFAC;
  background: #F0FDF4;
  animation: highlightNew 1.5s ease;
}

.review-card-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
}

.reviewer-avatar-badge {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, #FF5A1F, #E04810);
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(255, 90, 31, 0.2);
  flex-shrink: 0;
}

.reviewer-info {
  display: flex;
  flex-direction: column;
}

.reviewer-name {
  font-size: 15px;
  font-weight: 700;
  color: #0F172A;
  display: flex;
  align-items: center;
  gap: 6px;
}

.verified-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #10B981;
  color: #FFFFFF;
  font-size: 10px;
  font-weight: 900;
}

.review-meta {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12.5px;
  color: #64748B;
  margin-top: 2px;
}

.review-stars {
  font-size: 13px;
  letter-spacing: 1px;
}

.review-card-body {
  font-size: 14.5px;
  line-height: 1.65;
  color: #334155;
}

.review-card-body p {
  margin: 0;
}

.empty-reviews-box {
  text-align: center;
  padding: 40px 20px;
  background: #F8FAFC;
  border: 2px dashed #E2E8F0;
  border-radius: 18px;
}

.empty-icon {
  font-size: 36px;
  display: block;
  margin-bottom: 10px;
}

.empty-reviews-box h4 {
  font-size: 17px;
  font-weight: 800;
  color: #1E293B;
  margin: 0 0 6px;
}

.empty-reviews-box p {
  font-size: 14px;
  color: #64748B;
  margin: 0;
}

@media (max-width: 768px) {
  .form-grid-2 {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .form-actions-bar {
    flex-direction: column;
    align-items: stretch;
  }
  .btn-submit-review {
    width: 100%;
    justify-content: center;
  }
}

/* ==========================================================================
   Dual Ratings Badges & Hero Cards (Google + Bugün Nereye?)
   ========================================================================== */
.airbnb-dual-ratings-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.dual-rating-pill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 13px;
  line-height: 1;
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  transition: all 0.2s ease;
}

.dual-rating-pill:hover {
  transform: translateY(-1px);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
}

.dual-rating-google {
  border-color: #E2E8F0;
  color: #1E293B;
}

.dual-rating-google .pill-icon {
  display: inline-flex;
  align-items: center;
}

.dual-rating-google .pill-star {
  color: #F59E0B;
  font-size: 13px;
}

.dual-rating-google .pill-count {
  color: #64748B;
  font-size: 12px;
}

.dual-rating-bn {
  border-color: #FECDD3;
  background: #FFF1F2;
  color: #9F1239;
}

.dual-rating-bn .pill-score {
  color: #E04810;
  font-weight: 800;
}

.dual-rating-bn .pill-count-link {
  color: #BE123C;
  font-weight: 600;
  text-decoration: underline;
}

.dual-rating-bn .pill-count-link:hover {
  color: #9F1239;
}

/* Dual Score Hero Grid in Reviews Section */
.dual-score-hero-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
  margin-bottom: 24px;
}

.score-hero-card {
  padding: 20px 24px;
  border-radius: 18px;
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
  transition: transform 0.2s ease;
}

.score-hero-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.score-hero-google {
  border-color: #E2E8F0;
  background: linear-gradient(180deg, #FFFFFF 0%, #F8FAFC 100%);
}

.score-hero-bn {
  border-color: #FECDD3;
  background: linear-gradient(180deg, #FFF1F2 0%, #FFF5F5 100%);
}

.score-hero-top {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13.5px;
  font-weight: 700;
  color: #334155;
  margin-bottom: 12px;
}

.hero-verified-chip {
  margin-left: auto;
  font-size: 11px;
  font-weight: 700;
  color: #059669;
  background: #ECFDF5;
  padding: 2px 8px;
  border-radius: 999px;
  border: 1px solid #A7F3D0;
}

.score-hero-body {
  display: flex;
  align-items: center;
  gap: 12px;
}

.hero-score-digit {
  font-size: 38px;
  font-weight: 900;
  line-height: 1;
  color: #0F172A;
  letter-spacing: -1px;
}

.hero-score-star {
  font-size: 26px;
  color: #F59E0B;
}

.hero-details {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.hero-stars-display {
  font-size: 15px;
  letter-spacing: 2px;
}

.hero-count-label {
  font-size: 12.5px;
  color: #64748B;
  font-weight: 600;
}

/* ==========================================================================
   AIRBNB RELATED PLACES & TOP GUIDES (SEO INTERNAL LINKING)
   ========================================================================== */
.airbnb-related-places-section {
  margin-top: 56px;
  padding-top: 48px;
  border-top: 1px solid #E5E7EB;
}

.related-section-header {
  margin-bottom: 24px;
}

.related-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  color: #FF5A1F;
  background: rgba(255, 90, 31, 0.08);
  padding: 4px 12px;
  border-radius: 999px;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.related-main-title {
  font-size: 24px;
  font-weight: 800;
  color: #111827;
  letter-spacing: -0.5px;
  margin: 0 0 6px 0;
}

.related-subtitle {
  font-size: 14px;
  color: #6B7280;
  margin: 0;
}

.airbnb-related-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 20px;
}

.related-place-card {
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.related-place-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
  border-color: #D1D5DB;
}

.related-card-img-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16/10;
  background: #F3F4F6;
  overflow: hidden;
}

.related-card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.related-place-card:hover .related-card-img-wrap img {
  transform: scale(1.05);
}

.card-cat-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: rgba(17, 24, 39, 0.75);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 6px;
}

.related-card-body {
  padding: 14px 16px 16px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.related-card-rating {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  color: #111827;
  margin-bottom: 6px;
}

.related-card-rating .reviews-count {
  color: #6B7280;
  font-size: 12px;
}

.related-card-name {
  font-size: 15px;
  font-weight: 700;
  color: #111827;
  margin: 0 0 6px 0;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.related-card-loc {
  font-size: 12.5px;
  color: #6B7280;
  margin: auto 0 0 0;
}

/* Related Guides Pills */
.airbnb-related-guides-section {
  margin-top: 40px;
  padding-top: 32px;
  border-top: 1px dashed #E5E7EB;
}

.guides-header {
  margin-bottom: 16px;
}

.guides-badge {
  font-size: 11px;
  font-weight: 700;
  color: #D97706;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: block;
  margin-bottom: 4px;
}

.guides-title {
  font-size: 18px;
  font-weight: 800;
  color: #111827;
  margin: 0;
}

.related-guides-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 12px;
}

.guide-pill-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  background: #F9FAFB;
  border: 1px solid #E5E7EB;
  border-radius: 999px;
  text-decoration: none;
  font-size: 13.5px;
  font-weight: 700;
  color: #111827;
  transition: all 0.2s ease;
}

.guide-pill-link:hover {
  background: #FFFFFF;
  border-color: #FF5A1F;
  color: #FF5A1F;
  box-shadow: 0 4px 12px rgba(255, 90, 31, 0.12);
  transform: translateY(-1px);
}

.guide-pill-link .pill-arrow {
  transition: transform 0.2s;
}

.guide-pill-link:hover .pill-arrow {
  transform: translateX(3px);
}

@media (max-width: 1024px) {
  .airbnb-related-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .airbnb-related-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .guide-pill-link {
    width: 100%;
    justify-content: space-between;
  }
}

/* ==========================================================================
   3D Vector Map & Interactive OpenFreeMap Styles
   ========================================================================== */
.lunqra-3d-map-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  margin-top: 16px;
  transition: box-shadow 0.3s ease;
}

.lunqra-3d-map-wrapper:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.lunqra-places-map {
  width: 100%;
  height: 380px;
  position: relative;
  background: #E5E7EB;
}

/* Custom 3D Marker matching user image */
.lunqra-3d-marker-wrap {
  position: relative;
  cursor: pointer;
  z-index: 10;
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
}

.lunqra-3d-marker {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  transform: translateY(-50%);
}

.lunqra-marker-pin {
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, #FF6A1A 0%, #EA580C 100%);
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 16px rgba(234, 88, 12, 0.45);
  border: 3px solid #FFFFFF;
  position: relative;
  z-index: 2;
  transition: transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.lunqra-marker-pin svg {
  transform: rotate(45deg);
}

.lunqra-marker-pin:hover {
  transform: rotate(-45deg) scale(1.1);
}

/* Pulsing wave ring beneath marker */
.lunqra-marker-pulse {
  position: absolute;
  top: 22px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: rgba(255, 106, 26, 0.3);
  animation: lunqra-map-pulse 2.2s infinite ease-out;
  pointer-events: none;
  z-index: 1;
}

@keyframes lunqra-map-pulse {
  0% {
    transform: translate(-50%, -50%) scale(0.6);
    opacity: 0.9;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.8);
    opacity: 0;
  }
}

/* White Capsule Title Badge underneath pin (Matching user image) */
.lunqra-marker-badge {
  background: #FFFFFF;
  color: #0F172A;
  font-size: 13.5px;
  font-weight: 800;
  letter-spacing: -0.2px;
  padding: 6px 14px;
  border-radius: 999px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15), 0 1px 3px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.06);
  white-space: nowrap;
  margin-top: 6px;
  position: relative;
  z-index: 3;
  pointer-events: auto;
  transition: all 0.2s ease;
}

.lunqra-marker-badge:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

/* Map Bottom Address Bar (Matching user image) */
.lunqra-map-bottom-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 20px;
  background: #FFFFFF;
  border-top: 1px solid #F1F5F9;
  flex-wrap: wrap;
}

.lunqra-map-address-left {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #334155;
  flex: 1;
  min-width: 200px;
}

.map-bar-icon {
  font-size: 16px;
  color: #FF5A1F;
}

.lunqra-map-actions-right {
  display: flex;
  align-items: center;
  gap: 10px;
}

.map-bar-phone-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #ECFDF5;
  color: #065F46;
  border: 1px solid #A7F3D0;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s ease;
}

.map-bar-phone-btn:hover {
  background: #059669;
  color: #FFFFFF;
  border-color: #059669;
  transform: translateY(-1px);
}

.map-bar-directions-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #FFF7ED;
  color: #C2410C;
  border: 1px solid #FFEDD5;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s ease;
}

.map-bar-directions-btn:hover {
  background: #FF5A1F;
  color: #FFFFFF;
  border-color: #FF5A1F;
  transform: translateY(-1px);
}

/* User Location Marker */
.lunqra-user-location-marker {
  position: relative;
  width: 20px;
  height: 20px;
}

.user-dot {
  width: 14px;
  height: 14px;
  background: #2563EB;
  border: 3px solid #FFFFFF;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.5);
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: 2;
}

.user-pulse {
  width: 32px;
  height: 32px;
  background: rgba(37, 99, 235, 0.35);
  border-radius: 50%;
  position: absolute;
  top: -6px;
  left: -6px;
  animation: lunqra-map-pulse 2s infinite ease-out;
  z-index: 1;
}

/* MapLibre Controls Customization */
.maplibregl-ctrl-top-right {
  top: 12px;
  right: 12px;
}

.maplibregl-ctrl-group {
  border-radius: 12px !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12) !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  overflow: hidden;
}

.maplibregl-ctrl-group button {
  width: 34px !important;
  height: 34px !important;
}

/* Popup styling */
.lunqra-3d-popup {
  padding: 4px 6px;
}

.lunqra-3d-popup .popup-title {
  display: block;
  font-size: 14px;
  font-weight: 800;
  color: #0F172A;
  margin-bottom: 4px;
}

.lunqra-3d-popup .popup-addr {
  font-size: 12px;
  color: #64748B;
  margin: 0 0 8px;
}

.lunqra-3d-popup .popup-btn {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: #FF5A1F;
  text-decoration: none;
}

.lunqra-3d-popup .popup-btn:hover {
  text-decoration: underline;
}

/* Sidebar Call / Verified Phone Box */
.verified-business-phone-badge {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  background: #F0FDF4;
  border: 1.5px solid #BBF7D0;
  border-radius: 14px;
  margin-top: 12px;
}

.verified-business-phone-badge .badge-icon {
  font-size: 20px;
}

.verified-business-phone-badge .badge-text {
  font-size: 12.5px;
  color: #166534;
  line-height: 1.4;
}

.verified-business-phone-badge .badge-text strong {
  display: block;
  font-size: 13.5px;
  color: #14532D;
}

/* ==========================================================================
   Google Maps & Dual Reviews System Styles (Matching Screenshot)
   ========================================================================== */
.mekan-google-reviews-section {
  margin-top: 36px;
  padding-top: 20px;
}

.reviews-main-heading {
  font-size: 24px;
  font-weight: 800;
  color: #0F172A;
  margin-bottom: 24px;
  letter-spacing: -0.3px;
}

/* 1. Top Summary Card (Score + 5-Star Histogram) */
.reviews-summary-card {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 36px;
  align-items: center;
  background: #FFFFFF;
  padding: 8px 0 24px;
}

.summary-score-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-right: 28px;
  border-right: 1px solid #E2E8F0;
}

.summary-big-score {
  font-size: 58px;
  font-weight: 900;
  line-height: 1;
  color: #0F172A;
  letter-spacing: -1.5px;
  margin-bottom: 6px;
}

.summary-stars {
  font-size: 24px;
  color: #FF7A00;
  letter-spacing: 3px;
  line-height: 1;
  margin-bottom: 8px;
}

.summary-total-label {
  font-size: 13.5px;
  font-weight: 600;
  color: #64748B;
}

.summary-histogram-right {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

.histogram-row {
  display: flex;
  align-items: center;
  gap: 14px;
}

.histogram-star-num {
  font-size: 14px;
  font-weight: 700;
  color: #334155;
  width: 14px;
  text-align: center;
}

.histogram-bar-track {
  flex: 1;
  height: 6px;
  background: #E2E8F0;
  border-radius: 999px;
  overflow: hidden;
  position: relative;
}

.histogram-bar-fill {
  height: 100%;
  background: linear-gradient(90deg, #FF7A00 0%, #EA580C 100%);
  border-radius: 999px;
  transition: width 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.histogram-vote-count {
  font-size: 13.5px;
  font-weight: 600;
  color: #64748B;
  min-width: 44px;
  text-align: right;
}

/* 2. Topics / Sıkça Bahsedilenler */
.reviews-topics-section {
  margin-top: 24px;
}

.topics-title {
  font-size: 17px;
  font-weight: 800;
  color: #0F172A;
  margin-bottom: 14px;
  letter-spacing: -0.2px;
}

.topics-pills-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.topic-pill-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: #FFFFFF;
  border: 1.5px solid #E2E8F0;
  border-radius: 999px;
  font-size: 13.5px;
  font-weight: 700;
  color: #334155;
  cursor: pointer;
  transition: all 0.2s ease;
  user-select: none;
}

.topic-pill-btn .topic-emoji-circle {
  display: flex;
  align-items: center;
  justify-content: center;
}

.topic-pill-btn:hover {
  border-color: #10B981;
  background: #F0FDF4;
  color: #065F46;
  transform: translateY(-1px);
}

.topic-pill-btn.active {
  background: #059669;
  border-color: #059669;
  color: #FFFFFF;
}

.topic-pill-btn.active svg {
  stroke: #FFFFFF;
}

.reviews-divider-line {
  height: 1px;
  background: #F1F5F9;
  margin: 28px 0 20px;
}

/* 3. Toolbar & Source Switcher */
.reviews-list-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.toolbar-left {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.toolbar-title {
  font-size: 19px;
  font-weight: 800;
  color: #0F172A;
  margin: 0;
}

.reviews-source-tabs {
  display: inline-flex;
  background: #F1F5F9;
  padding: 4px;
  border-radius: 999px;
  gap: 4px;
}

.source-tab-btn {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  border-radius: 999px;
  border: none;
  background: transparent;
  font-size: 13px;
  font-weight: 700;
  color: #64748B;
  cursor: pointer;
  transition: all 0.2s ease;
}

.source-tab-btn.active {
  background: #FFFFFF;
  color: #0F172A;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.toolbar-right {
  display: flex;
  align-items: center;
  gap: 12px;
}

.reviews-sort-select-wrap select {
  padding: 8px 18px;
  border: 1px solid #E2E8F0;
  border-radius: 999px;
  font-size: 13.5px;
  font-weight: 700;
  color: #334155;
  background: #FFFFFF;
  cursor: pointer;
  outline: none;
  transition: border-color 0.2s;
}

.reviews-sort-select-wrap select:focus {
  border-color: #FF5A1F;
}

.btn-toggle-add-review {
  padding: 8px 18px;
  background: #FF5A1F;
  color: #FFFFFF;
  border: none;
  border-radius: 999px;
  font-size: 13.5px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
}

.btn-toggle-add-review:hover {
  background: #E04810;
  transform: translateY(-1px);
}

/* 4. Add Review Collapsible Panel */
/* 0. Dual Score Hero Grid (Google + Bugün Nereye?) */
.dual-score-hero-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 24px;
}

.score-hero-card {
  background: #FFFFFF;
  border: 1.5px solid #E2E8F0;
  border-radius: 16px;
  padding: 16px 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.score-hero-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

.score-hero-card.score-hero-bn {
  border-color: #FED7AA;
  background: linear-gradient(180deg, #FFFDFB 0%, #FFF7ED 100%);
}

.score-hero-top {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.hero-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-brand-title {
  font-size: 13.5px;
  font-weight: 800;
  color: #0F172A;
}

.hero-verified-chip {
  margin-left: auto;
  font-size: 11px;
  font-weight: 800;
  color: #059669;
  background: #ECFDF5;
  padding: 2px 8px;
  border-radius: 999px;
  border: 1px solid #A7F3D0;
}

.score-hero-body {
  display: flex;
  align-items: center;
  gap: 12px;
}

.hero-score-digit {
  font-size: 38px;
  font-weight: 900;
  line-height: 1;
  color: #0F172A;
  letter-spacing: -1px;
}

.hero-score-star {
  font-size: 22px;
  color: #F59E0B;
  margin-left: -6px;
}

.hero-details {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.hero-stars-display {
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 1;
}

.hero-count-label {
  font-size: 12px;
  font-weight: 600;
  color: #64748B;
}

/* 4. Open & Prominent Review Submission Card (Gezgin Puanı Bırak) */
.airbnb-add-review-card {
  background: #FAFAFA;
  border: 1.5px solid #E2E8F0;
  border-radius: 18px;
  padding: 24px;
  margin: 28px 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

.add-review-header {
  margin-bottom: 20px;
}

.add-review-title {
  font-size: 18px;
  font-weight: 800;
  color: #0F172A;
  margin: 0 0 6px;
  letter-spacing: -0.3px;
}

.add-review-desc {
  font-size: 13.5px;
  color: #64748B;
  margin: 0;
  line-height: 1.5;
}

/* Form Fields */
.form-group-rating {
  margin-bottom: 18px;
  background: #FFFFFF;
  padding: 12px 16px;
  border-radius: 12px;
  border: 1px solid #E2E8F0;
  display: inline-block;
  min-width: 280px;
}

.form-group-rating .form-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
  font-size: 13.5px;
}

.rating-feedback-badge {
  font-size: 12px;
  font-weight: 800;
  color: #EA580C;
  background: #FFF7ED;
  padding: 2px 8px;
  border-radius: 6px;
}

.star-rating-picker {
  display: flex;
  gap: 4px;
}

.star-btn {
  font-size: 28px;
  color: #CBD5E1;
  cursor: pointer;
  transition: color 0.15s ease, transform 0.15s ease;
  line-height: 1;
  user-select: none;
}

.star-btn:hover,
.star-btn.hover {
  color: #F59E0B;
  transform: scale(1.15);
}

.star-btn.active {
  color: #FF5A1F;
}

.form-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 14px;
}

.form-group {
  margin-bottom: 14px;
}

.form-label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #334155;
  margin-bottom: 6px;
}

.form-label .req {
  color: #EF4444;
}

.form-control {
  width: 100%;
  padding: 10px 14px;
  font-size: 14px;
  font-family: inherit;
  color: #0F172A;
  background: #FFFFFF;
  border: 1.5px solid #E2E8F0;
  border-radius: 10px;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
  box-sizing: border-box;
}

.form-control:focus {
  border-color: #FF5A1F;
  box-shadow: 0 0 0 3px rgba(255, 90, 31, 0.12);
}

.form-char-count {
  font-size: 11.5px;
  color: #94A3B8;
  text-align: right;
  margin-top: 4px;
}

.logged-in-notice {
  background: #F0FDF4;
  border: 1px solid #BBF7D0;
  border-radius: 10px;
  padding: 10px 14px;
  font-size: 13px;
  color: #166534;
  margin-bottom: 14px;
}

.form-actions-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.moderation-notice {
  font-size: 12px;
  color: #64748B;
}

.btn-submit-review {
  padding: 12px 24px;
  background: linear-gradient(135deg, #FF7A00 0%, #FF5A1F 100%);
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 800;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 4px 14px rgba(255, 90, 31, 0.28);
}

.btn-submit-review:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(255, 90, 31, 0.35);
}

.review-form-alert {
  padding: 12px 16px;
  border-radius: 10px;
  font-size: 13.5px;
  font-weight: 700;
  margin-top: 14px;
}

.review-form-alert.alert-success {
  background: #ECFDF5;
  border: 1px solid #A7F3D0;
  color: #065F46;
}

.review-form-alert.alert-error {
  background: #FEF2F2;
  border: 1px solid #FECACA;
  color: #991B1B;
}

/* 5. Review Cards Stream */
.reviews-feed-list {
  display: flex;
  flex-direction: column;
}

.single-review-item {
  display: flex;
  gap: 16px;
  padding: 22px 0;
  border-bottom: 1px solid #F1F5F9;
  transition: background-color 0.2s ease;
}

.single-review-item:last-child {
  border-bottom: none;
}

.review-item-avatar .avatar-circle-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #F1F5F9;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.review-item-content {
  flex: 1;
}

.review-item-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}

.review-author-name {
  font-size: 15px;
  font-weight: 800;
  color: #0F172A;
  display: block;
}

.review-source-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  color: #64748B;
  margin-top: 2px;
}

.google-maps-badge {
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  color: #1E293B;
  background: #F8FAFC;
  padding: 1px 6px;
  border-radius: 4px;
  border: 1px solid #E2E8F0;
}

.bn-verified-badge {
  font-weight: 700;
  color: #059669;
  background: #ECFDF5;
  padding: 1px 6px;
  border-radius: 4px;
}

.review-item-stars-right {
  font-size: 16px;
  color: #FF7A00;
  letter-spacing: 1.5px;
  line-height: 1;
}

.review-item-body p {
  font-size: 14.5px;
  color: #334155;
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 768px) {
  .reviews-summary-card {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .summary-score-left {
    padding-right: 0;
    border-right: none;
    border-bottom: 1px solid #E2E8F0;
    padding-bottom: 20px;
  }
  .reviews-list-toolbar {
    flex-direction: column;
    align-items: flex-start;
  }
  .toolbar-left, .toolbar-right {
    width: 100%;
    justify-content: space-between;
  }
}

/* 6. Reviews Pagination Controls */
.reviews-pagination-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid #F1F5F9;
}

.reviews-page-numbers {
  display: flex;
  align-items: center;
  gap: 6px;
}

.reviews-page-nav-btn {
  padding: 8px 18px;
  background: #FFFFFF;
  border: 1.5px solid #E2E8F0;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  color: #334155;
  cursor: pointer;
  transition: all 0.2s ease;
  user-select: none;
}

.reviews-page-nav-btn:hover:not(:disabled) {
  border-color: #FF5A1F;
  color: #FF5A1F;
  background: #FFF7ED;
}

.reviews-page-nav-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
  background: #F8FAFC;
  border-color: #E2E8F0;
}

.reviews-page-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1.5px solid #E2E8F0;
  background: #FFFFFF;
  font-size: 13.5px;
  font-weight: 700;
  color: #334155;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  user-select: none;
}

.reviews-page-btn:hover {
  border-color: #FF5A1F;
  color: #FF5A1F;
}

.reviews-page-btn.active {
  background: #FF5A1F;
  border-color: #FF5A1F;
  color: #FFFFFF;
  box-shadow: 0 4px 12px rgba(255, 90, 31, 0.28);
}

/* ==========================================================================
   MOBILE RESPONSIVE RULES FOR PLACE DETAIL & REVIEWS
   ========================================================================== */
@media (max-width: 768px) {
  /* 1. Header & Dual Rating Pills */
  .airbnb-single-header {
    margin-bottom: 16px;
  }
  .airbnb-single-title {
    font-size: 22px !important;
    line-height: 1.25 !important;
    margin: 8px 0 10px !important;
  }
  .airbnb-meta-bar {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 10px !important;
  }
  .airbnb-meta-left {
    flex-wrap: wrap !important;
    gap: 6px !important;
    font-size: 13px !important;
  }
  .airbnb-dual-ratings-wrap {
    flex-wrap: wrap !important;
    gap: 6px !important;
  }
  .dual-rating-pill {
    padding: 3px 8px !important;
    font-size: 11.5px !important;
  }

  /* 2. Photo Hero Grid on Mobile */
  .airbnb-photo-grid-wrap {
    border-radius: 12px !important;
    margin-bottom: 20px !important;
  }
  .airbnb-photo-grid {
    height: 280px !important;
    border-radius: 12px !important;
  }
  .airbnb-btn-show-photos {
    bottom: 12px !important;
    right: 12px !important;
    padding: 6px 12px !important;
    font-size: 12px !important;
  }

  /* 3. Dual Score Hero Grid */
  .dual-score-hero-grid {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    margin-bottom: 20px !important;
  }
  .score-hero-card {
    padding: 16px 18px !important;
    border-radius: 14px !important;
  }
  .score-hero-top {
    margin-bottom: 8px !important;
    font-size: 13px !important;
  }
  .hero-brand-title {
    font-size: 13px !important;
  }
  .hero-score-digit {
    font-size: 32px !important;
  }
  .hero-score-star {
    font-size: 20px !important;
  }
  .hero-stars-display {
    font-size: 14px !important;
    letter-spacing: 1.5px !important;
  }
  .hero-count-label {
    font-size: 11.5px !important;
  }

  /* 4. Score Summary & 5-Star Histogram */
  .reviews-summary-card {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
    padding: 20px 16px !important;
    border-radius: 16px !important;
  }
  .summary-score-left {
    padding-right: 0 !important;
    border-right: none !important;
    border-bottom: 1px solid #E2E8F0 !important;
    padding-bottom: 18px !important;
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }
  .summary-big-score {
    font-size: 48px !important;
  }
  .summary-stars {
    font-size: 20px !important;
    letter-spacing: 2px !important;
  }
  .summary-total-label {
    font-size: 13px !important;
  }
  .summary-histogram-right {
    gap: 8px !important;
  }
  .histogram-row {
    gap: 10px !important;
  }
  .histogram-star-num {
    font-size: 12.5px !important;
    width: 14px !important;
  }
  .histogram-bar-track {
    height: 9px !important;
  }
  .histogram-vote-count {
    font-size: 12px !important;
    min-width: 32px !important;
  }

  /* 5. Reviews List Toolbar */
  .reviews-list-toolbar {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 14px !important;
    margin-top: 20px !important;
    margin-bottom: 16px !important;
  }
  .toolbar-left {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 10px !important;
    width: 100% !important;
  }
  .toolbar-title {
    font-size: 18px !important;
    margin: 0 !important;
  }
  .reviews-source-tabs {
    display: flex !important;
    width: 100% !important;
    overflow-x: auto !important;
    white-space: nowrap !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
    gap: 8px !important;
    padding-bottom: 4px !important;
  }
  .reviews-source-tabs::-webkit-scrollbar {
    display: none !important;
  }
  .source-tab-btn {
    padding: 7px 14px !important;
    font-size: 12.5px !important;
    flex-shrink: 0 !important;
    border-radius: 999px !important;
  }
  .toolbar-right {
    width: 100% !important;
    display: flex !important;
    justify-content: stretch !important;
  }
  .reviews-sort-select-wrap {
    width: 100% !important;
  }
  .reviews-sort-select-wrap select {
    width: 100% !important;
    padding: 8px 14px !important;
    font-size: 13px !important;
  }

  /* 6. Review Feed Cards */
  .single-review-item {
    gap: 12px !important;
    padding: 16px 0 !important;
  }
  .review-item-avatar .avatar-circle-icon {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
  }
  .review-item-avatar .avatar-circle-icon svg {
    width: 18px !important;
    height: 18px !important;
  }
  .review-item-header {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 6px !important;
  }
  .review-author-name {
    font-size: 14px !important;
  }
  .review-source-meta {
    flex-wrap: wrap !important;
    gap: 6px !important;
    font-size: 11.5px !important;
  }
  .review-item-stars-right {
    font-size: 14px !important;
    letter-spacing: 1px !important;
  }
  .review-item-body p {
    font-size: 13.5px !important;
    line-height: 1.55 !important;
  }

  /* 7. Review Form Card on Mobile */
  .airbnb-add-review-card {
    padding: 18px 16px !important;
    border-radius: 16px !important;
    margin: 20px 0 !important;
  }
  .add-review-title {
    font-size: 16px !important;
  }
  .add-review-desc {
    font-size: 12.5px !important;
  }
  .form-group-rating {
    width: 100% !important;
    min-width: unset !important;
    box-sizing: border-box !important;
    padding: 10px 14px !important;
  }
  .star-btn {
    font-size: 32px !important;
    padding: 2px 4px !important;
  }
  .form-grid-2 {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }
  .form-actions-bar {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 12px !important;
  }
  .btn-submit-review {
    width: 100% !important;
    text-align: center !important;
    padding: 14px 20px !important;
    font-size: 15px !important;
  }
  .moderation-notice {
    text-align: center !important;
    font-size: 11.5px !important;
  }

  /* 8. Pagination on Mobile */
  .reviews-pagination-wrap {
    flex-wrap: wrap !important;
    gap: 6px !important;
    margin-top: 20px !important;
    padding-top: 18px !important;
  }
  .reviews-page-nav-btn {
    padding: 7px 14px !important;
    font-size: 12px !important;
  }
  .reviews-page-btn {
    width: 34px !important;
    height: 34px !important;
    font-size: 12.5px !important;
  }
}

/* ==========================================================================
   Google Maps Popular Times / Busy Hours (Yoğunluk Saatleri)
   ========================================================================== */

.mekan-popular-times-section {
  margin: 32px 0;
}

.popular-times-card {
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 16px;
  padding: 24px 26px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.popular-times-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.popular-times-title-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}

.popular-times-icon {
  font-size: 20px;
}

.popular-times-heading {
  margin: 0;
  font-size: 19px;
  font-weight: 800;
  color: #0F172A;
  letter-spacing: -0.01em;
}

.popular-times-live-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 9999px;
  font-size: 13px;
  font-weight: 700;
}

.live-pulse-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  animation: popularPulse 1.8s infinite ease-in-out;
}

@keyframes popularPulse {
  0% { transform: scale(0.9); opacity: 0.7; }
  50% { transform: scale(1.3); opacity: 1; }
  100% { transform: scale(0.9); opacity: 0.7; }
}

/* Day Tabs */
.popular-days-tabs-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 20px;
  padding-bottom: 4px;
}

.popular-days-tabs-scroll::-webkit-scrollbar {
  display: none;
}

.popular-days-tabs {
  display: inline-flex;
  background: #F1F5F9;
  padding: 4px;
  border-radius: 12px;
  gap: 4px;
  min-width: 100%;
}

.day-tab-btn {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 8px 12px;
  border: none;
  background: transparent;
  color: #64748B;
  font-size: 13px;
  font-weight: 700;
  border-radius: 8px;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.2s ease;
}

.day-tab-btn:hover {
  color: #0F172A;
  background: rgba(255, 255, 255, 0.6);
}

.day-tab-btn.is-active {
  background: #FFFFFF;
  color: #0F172A;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

.today-chip {
  background: #EFF6FF;
  color: #2563EB;
  font-size: 10.5px;
  padding: 1px 6px;
  border-radius: 4px;
  font-weight: 800;
}

/* Graph Panels */
.day-graph-panel {
  display: none;
  animation: fadeInPanel 0.25s ease-out;
}

.day-graph-panel.is-active {
  display: block;
}

@keyframes fadeInPanel {
  from { opacity: 0; transform: translateY(4px); }
  to { opacity: 1; transform: translateY(0); }
}

.bars-chart-wrapper {
  background: #F8FAFC;
  border: 1px solid #E2E8F0;
  border-radius: 12px;
  padding: 24px 16px 14px;
  margin-bottom: 12px;
}

.bars-chart-flex {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  height: 120px;
  gap: 4px;
  padding: 0 4px;
}

.chart-bar-col {
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.chart-bar-track {
  width: 100%;
  max-width: 18px;
  height: 100%;
  display: flex;
  align-items: flex-end;
  background: #E2E8F0;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}

.chart-bar-fill {
  width: 100%;
  background: #93C5FD;
  border-radius: 4px 4px 0 0;
  transition: height 0.3s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.2s ease;
}

.chart-bar-col:hover .chart-bar-fill {
  background: #3B82F6;
}

/* Current Active Hour Highlight */
.chart-bar-col.is-current-hour .chart-bar-track {
  background: #FED7AA;
}

.chart-bar-col.is-current-hour .chart-bar-fill {
  background: #FF5A1F;
}

.current-hour-pin {
  position: absolute;
  top: -20px;
  background: #FF5A1F;
  color: #FFFFFF;
  font-size: 10px;
  font-weight: 800;
  padding: 2px 6px;
  border-radius: 4px;
  white-space: nowrap;
  box-shadow: 0 2px 6px rgba(255, 90, 31, 0.35);
  pointer-events: none;
}

.current-hour-pin::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 3px solid #FF5A1F;
}

/* Time Axis Marks */
.chart-time-axis {
  position: relative;
  height: 18px;
  margin-top: 10px;
  border-top: 1px solid #CBD5E1;
  padding-top: 4px;
}

.time-mark {
  position: absolute;
  font-size: 11px;
  font-weight: 700;
  color: #64748B;
}

/* Hover Info Box */
.chart-hover-info {
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  color: #334155;
  padding: 4px 8px;
}

/* Mobile Responsiveness for Popular Times */
@media (max-width: 768px) {
  .popular-times-card {
    padding: 18px 14px;
  }
  .popular-times-heading {
    font-size: 17px;
  }
  .popular-times-live-badge {
    width: 100%;
    justify-content: center;
    font-size: 12px;
  }
  .bars-chart-wrapper {
    padding: 20px 8px 12px;
  }
  .bars-chart-flex {
    height: 100px;
    gap: 2px;
  }
  .chart-bar-track {
    max-width: 12px;
  }
  .day-tab-btn {
    padding: 7px 10px;
    font-size: 12px;
  }
}

/* Sidebar Dedicated Compact Styling */
.is-sidebar-popular-times {
  margin: 20px 0 !important;
}

.is-sidebar-popular-times .popular-times-card {
  padding: 16px 14px;
  background: #F8FAFC;
  border: 1px solid #E2E8F0;
  border-radius: 14px;
  box-shadow: none;
}

.is-sidebar-popular-times .popular-times-head {
  margin-bottom: 12px;
  gap: 8px;
}

.is-sidebar-popular-times .popular-times-heading {
  font-size: 15px;
}

.is-sidebar-popular-times .popular-times-live-badge {
  font-size: 11.5px;
  padding: 4px 10px;
  width: 100%;
  justify-content: center;
}

.is-sidebar-popular-times .popular-days-tabs-scroll {
  margin-bottom: 12px;
}

.is-sidebar-popular-times .day-tab-btn {
  padding: 6px 4px;
  font-size: 11.5px;
  position: relative;
}

.today-chip-dot {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 5px;
  height: 5px;
  background: #2563EB;
  border-radius: 50%;
}

.is-sidebar-popular-times .bars-chart-wrapper {
  padding: 18px 8px 10px;
  background: #FFFFFF;
  border-radius: 10px;
}

.is-sidebar-popular-times .bars-chart-flex {
  height: 90px;
  gap: 2px;
}

.is-sidebar-popular-times .chart-hover-info {
  font-size: 11.5px;
  padding: 2px 4px;
}

/* Compact decision layer for place profiles; it supplements the existing
   Airbnb layout instead of changing the visual hierarchy. */
.lunqra-decision-card {
  padding: 22px;
  border: 1px solid #ececec;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 4px 18px rgba(0, 0, 0, .035);
}
.lunqra-decision-card h2 { margin: 0 0 16px; font-size: 20px; }
.lunqra-decision-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px 22px; }
.lunqra-decision-grid div { display: grid; gap: 4px; }
.lunqra-decision-grid strong { font-size: 13px; color: #222; }
.lunqra-decision-grid span { font-size: 14px; color: #5f6368; line-height: 1.45; }
.lunqra-decision-directions { display: inline-flex; margin-top: 18px; padding: 10px 14px; border-radius: 10px; background: #ff5a1f; color: #fff; font-weight: 700; text-decoration: none; }
.lunqra-mobile-place-actions { display: none; }
@media (max-width: 767px) {
  .lunqra-decision-grid { grid-template-columns: 1fr; gap: 12px; }
  .lunqra-mobile-place-actions { position: fixed; z-index: 1000; right: 10px; bottom: 10px; left: 10px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; padding: 8px; border: 1px solid #e8e8e8; border-radius: 16px; background: rgba(255,255,255,.97); box-shadow: 0 8px 30px rgba(0,0,0,.14); }
  .lunqra-mobile-place-actions a, .lunqra-mobile-place-actions button { min-height: 42px; border: 0; border-radius: 10px; background: #f7f7f7; color: #222; font: inherit; font-size: 12px; font-weight: 700; text-align: center; text-decoration: none; }
  .lunqra-mobile-place-actions a:nth-child(2) { background: #ff5a1f; color: #fff; display: flex; align-items: center; justify-content: center; }
}






