/* WorldGuide — Listing Theme v6 · Retina Lacivert */
:root {
  --lst-bg: #e8eef9;
  --lst-surface: #ffffff;
  --lst-text: #030712;
  --lst-muted: #475569;
  --lst-border: #b8c9e0;
  --lst-ink: #030712;
  --lst-ink-soft: #1e293b;
  --lst-brand: #0c2d6b;
  --lst-brand-light: #1d4ed8;
  --lst-brand-lighter: #3b82f6;
  --lst-brand-dark: #061428;
  --lst-brand-soft: rgba(29, 78, 216, 0.13);
  --lst-brand-glow: rgba(37, 99, 235, 0.32);
  --lst-vivid: #2563eb;
  --lst-gold: var(--lst-brand-light);
  --lst-gold-light: var(--lst-brand-lighter);
  --lst-gold-dark: var(--lst-brand);
  --lst-gold-soft: var(--lst-brand-soft);
  --lst-rose: #ef4444;
  --lst-accent: var(--lst-brand);
  --lst-accent-dark: var(--lst-brand-dark);
  --lst-accent-soft: var(--lst-brand-soft);
  --lst-navy: var(--lst-brand);
  --lst-navy-mid: var(--lst-brand-light);
  --lst-navy-soft: var(--lst-brand-lighter);
  --lst-emerald: var(--lst-brand);
  --lst-emerald-light: var(--lst-brand-light);
  --lst-teal: var(--lst-brand);
  --lst-teal-light: var(--lst-brand-light);
  --lst-teal-dark: var(--lst-brand-dark);
  --lst-teal-soft: var(--lst-brand-soft);
  --lst-teal-glow: var(--lst-brand-glow);
  --lst-coral: var(--lst-brand-light);
  --lst-coral-light: var(--lst-brand-lighter);
  --lst-coral-dark: var(--lst-brand);
  --lst-coral-soft: var(--lst-brand-soft);
  --lst-star: #f59e0b;
  --lst-radius: 16px;
  --lst-radius-lg: 22px;
  --lst-shadow: 0 1px 2px rgba(6, 20, 40, 0.07), 0 8px 24px rgba(12, 45, 107, 0.1);
  --lst-shadow-hover: 0 16px 48px rgba(29, 78, 216, 0.22), 0 4px 14px rgba(6, 20, 40, 0.1);
  --lst-font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --lst-display: 'Playfair Display', Georgia, serif;
  --lst-ui: 'Inter', -apple-system, sans-serif;
  --lst-header-h: 84px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

body.lst {
  font-family: var(--lst-font);
  background: var(--lst-bg);
  color: var(--lst-text);
  line-height: 1.5;
  letter-spacing: -0.01em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
img { display: block; max-width: 100%; }

.lst-container { max-width: 1200px; margin: 0 auto; padding: 0 22px; }

/* ── Header · premium glass ── */
.lst-header {
  position: sticky; top: 0; z-index: 100;
  height: var(--lst-header-h);
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: saturate(180%) blur(24px);
  -webkit-backdrop-filter: saturate(180%) blur(24px);
  border-bottom: 1px solid rgba(184, 201, 224, 0.4);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset;
  transition: background 0.3s, box-shadow 0.3s, border-color 0.3s, height 0.25s;
}
.lst-header.is-scrolled {
  background: rgba(255, 255, 255, 0.96);
  border-bottom-color: rgba(184, 201, 224, 0.7);
  box-shadow: 0 12px 40px rgba(12, 45, 107, 0.1);
}
.lst-header.is-menu-open { background: rgba(255, 255, 255, 0.99); }
.lst-header__inner {
  height: 100%;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
}
.lst-logo {
  display: flex; align-items: center;
  flex-shrink: 0;
  transition: transform 0.2s;
}
.lst-logo:hover { transform: translateY(-1px); }
.lst-logo__img {
  display: block;
  height: 52px;
  width: auto;
}
.lst-logo--footer .lst-logo__img {
  height: 56px;
  filter: brightness(0) invert(1);
}
.lst-logo__mark {
  width: 40px; height: 40px; border-radius: 12px;
  background: linear-gradient(135deg, var(--lst-brand), var(--lst-brand-light));
  display: grid; place-items: center; color: #fff;
  font-size: 0.9rem;
  box-shadow: 0 6px 18px rgba(29, 78, 216, 0.4);
}
.lst-nav {
  display: inline-flex;
  gap: 4px;
  padding: 5px;
  border-radius: 100px;
  background: rgba(248, 250, 252, 0.9);
  border: 1px solid rgba(184, 201, 224, 0.7);
  box-shadow: 0 4px 16px rgba(12, 45, 107, 0.06);
}
.lst-nav--desktop { justify-self: center; }
.lst-nav a {
  padding: 10px 18px; border-radius: 100px;
  font-size: 0.88rem; font-weight: 600; color: var(--lst-ink-soft);
  transition: color 0.2s, background 0.2s, box-shadow 0.2s, transform 0.2s;
  display: inline-flex; align-items: center; gap: 8px;
  white-space: nowrap;
}
.lst-nav a i { font-size: 0.82rem; opacity: 0.9; }
.lst-nav a:hover {
  color: var(--lst-brand);
  background: #fff;
  box-shadow: 0 2px 10px rgba(12, 45, 107, 0.08);
}
.lst-nav a.is-active {
  color: #fff;
  background: linear-gradient(135deg, var(--lst-brand), var(--lst-brand-light));
  box-shadow: 0 6px 18px rgba(29, 78, 216, 0.35);
}
.lst-header__actions {
  display: flex; align-items: center; gap: 10px;
  justify-self: end;
}
.lst-header__icon-btn,
.lst-header__search-btn {
  width: 42px; height: 42px;
  border-radius: 100px;
  border: 1px solid rgba(184, 201, 224, 0.75);
  background: #fff;
  color: var(--lst-brand);
  display: grid; place-items: center;
  font-size: 0.88rem;
  transition: all 0.2s;
  box-shadow: 0 2px 10px rgba(12, 45, 107, 0.05);
}
.lst-header__icon-btn:hover,
.lst-header__search-btn:hover {
  border-color: var(--lst-brand-light);
  background: var(--lst-brand-soft);
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(29, 78, 216, 0.12);
}
.lst-header__login {
  display: inline-flex;
  align-items: center;
  height: 42px;
  padding: 0 16px;
  border-radius: 100px;
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--lst-ink-soft);
  border: 1px solid transparent;
  transition: all 0.2s;
}
.lst-header__login:hover {
  color: var(--lst-brand);
  background: var(--lst-brand-soft);
}
.lst-header__cta {
  display: inline-flex;
  align-items: center;
  height: 42px;
  padding: 0 18px;
  border-radius: 100px;
  font-size: 0.86rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, var(--lst-brand), var(--lst-brand-light));
  box-shadow: 0 8px 20px rgba(29, 78, 216, 0.28);
  transition: transform 0.2s, box-shadow 0.2s;
}
.lst-header__cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 26px rgba(29, 78, 216, 0.36);
}
.lst-header__user {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 42px;
  padding: 0 12px 0 6px;
  border-radius: 100px;
  border: 1px solid rgba(184, 201, 224, 0.75);
  background: #fff;
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--lst-ink);
  transition: all 0.2s;
}
.lst-header__user:hover,
.lst-header__user.is-active {
  border-color: var(--lst-brand-light);
  background: var(--lst-brand-soft);
  color: var(--lst-brand);
}
.lst-header__user-avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--lst-brand), var(--lst-brand-light));
  color: #fff;
  font-size: 0.72rem;
}
.lst-header__menu-btn {
  display: none;
  width: 42px; height: 42px;
  border-radius: 14px;
  border: 1px solid rgba(184, 201, 224, 0.75);
  background: #fff;
  place-items: center;
  transition: all 0.2s;
}
.lst-header__menu-icon,
.lst-header__menu-icon::before,
.lst-header__menu-icon::after {
  display: block;
  width: 18px; height: 2px;
  border-radius: 2px;
  background: var(--lst-ink);
  transition: transform 0.25s, opacity 0.25s;
}
.lst-header__menu-icon { position: relative; }
.lst-header__menu-icon::before,
.lst-header__menu-icon::after {
  content: '';
  position: absolute; left: 0;
}
.lst-header__menu-icon::before { top: -6px; }
.lst-header__menu-icon::after { top: 6px; }
.lst-header.is-menu-open .lst-header__menu-icon { background: transparent; }
.lst-header.is-menu-open .lst-header__menu-icon::before { top: 0; transform: rotate(45deg); }
.lst-header.is-menu-open .lst-header__menu-icon::after { top: 0; transform: rotate(-45deg); }
.lst-header__drawer {
  position: absolute;
  top: 100%; left: 0; right: 0;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid var(--lst-border);
  box-shadow: 0 20px 48px rgba(12, 45, 107, 0.12);
  backdrop-filter: blur(20px);
  animation: lstDrawerIn 0.22s ease;
}
.lst-header__drawer[hidden] { display: none !important; }
.lst-header__drawer-inner {
  padding: 18px 22px 24px;
  display: flex; flex-direction: column; gap: 16px;
}
.lst-nav--mobile {
  display: flex; flex-direction: column;
  border-radius: 18px;
  padding: 6px;
  width: 100%;
}
.lst-nav--mobile a {
  justify-content: flex-start;
  padding: 14px 16px;
  border-radius: 14px;
}
.lst-header__drawer-actions {
  display: flex; gap: 10px; flex-wrap: wrap;
}
.lst-header__drawer-actions .lst-header__login,
.lst-header__drawer-actions .lst-header__cta {
  flex: 1;
  min-width: 120px;
  justify-content: center;
}
@keyframes lstDrawerIn {
  from { opacity: 0; transform: translateY(-8px); }
  to { opacity: 1; transform: translateY(0); }
}
.lst-lang {
  height: 42px;
  padding: 0 14px;
  border-radius: 100px;
  border: 1px solid rgba(184, 201, 224, 0.75);
  font-size: 0.82rem; font-weight: 600;
  background: #fff;
  color: var(--lst-ink-soft);
  display: inline-flex; align-items: center; gap: 6px; cursor: pointer;
  box-shadow: 0 2px 10px rgba(12, 45, 107, 0.05);
  transition: all 0.2s;
}
.lst-lang:hover,
.lst-lang--active {
  border-color: var(--lst-brand-light);
  color: var(--lst-brand);
  background: var(--lst-brand-soft);
}
.lst-lang__flag, .lst-lang-switcher__flag { font-size: 1rem; line-height: 1; }
.lst-lang-switcher { position: relative; }
.lst-lang-switcher__menu {
  position: absolute; top: calc(100% + 8px); right: 0; min-width: 160px;
  background: #fff; border: 1px solid var(--lst-border); border-radius: 12px;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.12); padding: 6px; z-index: 40;
}
.lst-lang-switcher__item {
  display: flex; align-items: center; gap: 8px; padding: 8px 10px;
  border-radius: 8px; color: var(--lst-ink); font-size: 0.82rem; font-weight: 500;
}
.lst-lang-switcher__item:hover { background: rgba(29, 78, 216, 0.06); color: var(--lst-brand); }
.lst-lang-switcher__item.is-active { background: rgba(29, 78, 216, 0.1); color: var(--lst-brand); font-weight: 600; }
.lst-lang__caret { font-size: 0.65rem; opacity: 0.7; }
.lst-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 6px;
  padding: 9px 20px; border-radius: 100px;
  font-size: 0.84rem; font-weight: 600; transition: all 0.25s;
}
.lst-btn--ghost {
  color: var(--lst-ink);
  border: 1px solid var(--lst-border);
  background: transparent;
}
.lst-btn--ghost:hover { border-color: var(--lst-brand); color: var(--lst-brand); }
.lst-btn--primary {
  background: linear-gradient(135deg, var(--lst-brand), var(--lst-brand-light));
  color: #fff;
  box-shadow: 0 4px 16px rgba(29, 78, 216, 0.4);
}
.lst-btn--primary:hover {
  background: linear-gradient(135deg, var(--lst-brand-dark), var(--lst-brand));
  transform: scale(1.02);
  box-shadow: 0 6px 22px rgba(29, 78, 216, 0.5);
}
.lst-btn--gold {
  background: var(--lst-brand-light);
  color: #fff;
  border: none;
  box-shadow: 0 4px 16px rgba(29, 78, 216, 0.35);
}
.lst-btn--gold:hover {
  background: var(--lst-vivid);
  color: #fff;
  transform: scale(1.02);
}
.lst-btn--sm { padding: 7px 16px; font-size: 0.78rem; }

/* ── Search hero · background slider (lighter overlay) ── */
.lst-search-hero {
  position: relative;
  padding: 88px 0 72px;
  min-height: 520px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
}
.lst-search-hero--listing {
  overflow: visible;
  min-height: 420px;
  padding-bottom: 56px;
}
.lst-search-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.lst-search-hero__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.06);
  transition: opacity 1.2s ease, transform 7s ease;
  pointer-events: none;
}
.lst-search-hero__slide.is-active {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
  z-index: 1;
}
.lst-search-hero__bg img,
.lst-search-hero__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
  filter: saturate(1.12) contrast(1.04) brightness(1.05);
}
.lst-search-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(6, 20, 40, 0.28) 0%, rgba(6, 20, 40, 0.18) 42%, rgba(6, 20, 40, 0.62) 100%),
    linear-gradient(105deg, rgba(6, 20, 40, 0.35) 0%, rgba(12, 45, 107, 0.12) 48%, rgba(6, 20, 40, 0.22) 100%);
  pointer-events: none;
}
.lst-search-hero::before {
  content: '';
  position: absolute; inset: 0;
  z-index: 2;
  background:
    radial-gradient(ellipse 50% 80% at 90% 20%, rgba(59, 130, 246, 0.08), transparent 55%),
    radial-gradient(ellipse 40% 60% at 10% 80%, rgba(29, 78, 216, 0.06), transparent 50%);
  pointer-events: none;
}
.lst-search-hero__dots {
  position: absolute;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  z-index: 5;
  display: flex;
  gap: 6px;
}
.lst-search-hero__dots span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  transition: width 0.3s, background 0.3s;
}
.lst-search-hero__dots span.is-active {
  width: 22px;
  border-radius: 999px;
  background: #fff;
}
.lst-search-hero::after {
  content: '';
  position: absolute; bottom: 0; left: 0; right: 0; height: 1px;
  background: rgba(255, 255, 255, 0.12);
  z-index: 3;
}
.lst-search-hero .lst-container {
  position: relative;
  z-index: 4;
  width: 100%;
}
.lst-search-hero__eyebrow {
  font-family: var(--lst-ui);
  font-size: 0.72rem; font-weight: 600;
  letter-spacing: 0.06em; text-transform: uppercase;
  color: #93c5fd;
  margin-bottom: 16px;
}
.lst-search-hero h1 {
  font-family: var(--lst-display);
  font-size: clamp(2.5rem, 5vw, 3.75rem);
  font-weight: 600;
  color: #fff;
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin-bottom: 14px;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.45), 0 1px 3px rgba(0, 0, 0, 0.35);
}
.lst-search-hero h1 em {
  font-style: italic;
  color: #bfdbfe;
}
.lst-hero-typing {
  min-height: 2.15em;
}
.lst-hero-typing__text {
  display: inline;
}
.lst-hero-typing__cursor {
  display: inline-block;
  width: 3px;
  height: 0.82em;
  margin-left: 3px;
  background: #bfdbfe;
  vertical-align: -0.06em;
  animation: lstTypingBlink 0.85s step-end infinite;
}
.lst-search-hero.is-pending .lst-hero-typing__cursor {
  opacity: 0;
  animation: none;
}
.lst-search-hero.is-pending .lst-hero-subtitle,
.lst-search-hero.is-pending .lst-hero-reveal {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.lst-search-hero.is-animating .lst-hero-typing__cursor {
  opacity: 1;
}
.lst-hero-typing__cursor.is-done {
  opacity: 0;
  animation: none;
}
@keyframes lstTypingBlink {
  50% { opacity: 0; }
}
.lst-hero-subtitle[hidden],
.lst-hero-reveal[hidden] {
  display: none !important;
}
.lst-hero-subtitle.is-visible,
.lst-hero-reveal.is-visible {
  display: block;
  visibility: visible;
  animation: lstHeroFadeUp 0.65s ease forwards;
}
.lst-search-bar.lst-hero-reveal.is-visible {
  display: flex;
}
.lst-hero-stats.lst-hero-reveal.is-visible {
  display: flex;
}
@keyframes lstHeroFadeUp {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}
.lst-hero-stat {
  opacity: 0;
  transform: translateY(18px) scale(0.96);
}
.lst-hero-stat.is-visible {
  animation: lstHeroStatPop 0.72s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.lst-hero-stat.is-counting strong {
  animation: lstHeroStatPulse 0.35s ease;
}
@keyframes lstHeroStatPop {
  from { opacity: 0; transform: translateY(18px) scale(0.96); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes lstHeroStatPulse {
  0% { transform: scale(1); }
  45% { transform: scale(1.06); }
  100% { transform: scale(1); }
}
@media (prefers-reduced-motion: reduce) {
  .lst-hero-typing__cursor { display: none; }
  .lst-hero-subtitle.is-visible,
  .lst-hero-reveal.is-visible,
  .lst-hero-stat.is-visible { animation: none; opacity: 1; transform: none; }
}
.lst-search-hero p,
.lst-hero-subtitle {
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.05rem;
  margin-bottom: 32px;
  max-width: 520px;
  font-weight: 400;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.4);
}
.lst-search-bar {
  display: flex; flex-wrap: wrap; gap: 8px;
  padding: 6px;
  background: rgba(255, 255, 255, 0.97);
  border: 2px solid rgba(255, 255, 255, 0.25);
  border-radius: var(--lst-radius-lg);
  max-width: 680px;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(12px);
  position: relative;
  overflow: visible;
}
.lst-search-hero--listing .lst-search-bar { max-width: 820px; }
.lst-search-autocomplete {
  position: relative;
  flex: 1;
  min-width: min(100%, 240px);
}
.lst-search-autocomplete__field { width: 100%; }
.lst-search-autocomplete__clear {
  width: 28px;
  height: 28px;
  border: none;
  border-radius: 8px;
  background: rgba(15, 23, 42, 0.06);
  color: var(--lst-muted);
  display: grid;
  place-items: center;
  cursor: pointer;
  flex-shrink: 0;
  transition: background 0.2s, color 0.2s;
}
.lst-search-autocomplete__clear:hover {
  background: rgba(29, 78, 216, 0.12);
  color: var(--lst-brand);
}
.lst-search-autocomplete.is-open .lst-search-bar__field {
  border-color: var(--lst-brand-light);
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.18);
}
.lst-search-suggest {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  right: 0;
  z-index: 10050;
  background: #fff;
  border: 1px solid color-mix(in srgb, var(--lst-brand-light) 28%, var(--lst-border));
  border-radius: 18px;
  box-shadow:
    0 24px 64px rgba(12, 45, 107, 0.16),
    0 8px 24px rgba(15, 23, 42, 0.08),
    0 0 0 1px rgba(255, 255, 255, 0.8) inset;
  overflow: hidden;
  color: var(--lst-text);
  animation: lstSuggestIn 0.22s ease;
}
.lst-search-suggest.is-portal {
  position: fixed;
  right: auto;
}
@keyframes lstSuggestIn {
  from { opacity: 0; transform: translateY(-6px); }
  to { opacity: 1; transform: translateY(0); }
}
.lst-search-suggest[hidden] { display: none !important; }
.lst-search-suggest__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border-bottom: 1px solid var(--lst-border);
  background: linear-gradient(135deg, #eff6ff 0%, #fff 100%);
}
.lst-search-suggest__head-main {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.lst-search-suggest__title {
  font-size: 0.84rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--lst-brand-dark);
}
.lst-search-suggest__title i {
  width: 26px;
  height: 26px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  background: var(--lst-brand-soft);
  color: var(--lst-brand);
  font-size: 0.72rem;
}
.lst-search-suggest__query {
  font-size: 0.76rem;
  color: var(--lst-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lst-search-suggest__query strong {
  color: var(--lst-brand);
  font-weight: 700;
}
.lst-search-suggest__close {
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 10px;
  background: #fff;
  color: var(--lst-muted);
  cursor: pointer;
  border: 1px solid var(--lst-border);
  transition: background 0.2s, color 0.2s, border-color 0.2s;
  flex-shrink: 0;
}
.lst-search-suggest__close:hover {
  background: var(--lst-brand-soft);
  color: var(--lst-brand);
  border-color: color-mix(in srgb, var(--lst-brand-light) 40%, var(--lst-border));
}
.lst-search-suggest__body {
  max-height: min(360px, 48vh);
  overflow-y: auto;
  overflow-x: hidden;
  padding: 10px;
  overscroll-behavior: contain;
}
.lst-search-suggest__group { margin-bottom: 10px; }
.lst-search-suggest__group:last-child { margin-bottom: 0; }
.lst-search-suggest__group-head {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px 8px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--lst-brand);
}
.lst-search-suggest__group-head i {
  width: 26px;
  height: 26px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  background: var(--lst-brand-soft);
  color: var(--lst-brand);
  font-size: 0.72rem;
}
.lst-search-suggest__group-count {
  margin-left: auto;
  font-size: 0.68rem;
  font-weight: 600;
  color: var(--lst-muted);
  letter-spacing: 0;
  text-transform: none;
  background: var(--lst-bg);
  padding: 3px 8px;
  border-radius: 999px;
}
.lst-search-suggest__item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 14px;
  text-decoration: none;
  color: inherit;
  border: 1px solid transparent;
  transition: background 0.15s, border-color 0.15s, transform 0.15s;
  cursor: pointer;
}
.lst-search-suggest__item:hover,
.lst-search-suggest__item.is-active {
  background: linear-gradient(135deg, #eff6ff 0%, #f8fafc 100%);
  border-color: color-mix(in srgb, var(--lst-brand-light) 35%, transparent);
  transform: translateX(2px);
}
.lst-search-suggest__thumb {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  overflow: hidden;
  flex-shrink: 0;
  background: linear-gradient(135deg, #dbeafe 0%, #eff6ff 100%);
  display: grid;
  place-items: center;
  color: var(--lst-brand);
  border: 1px solid color-mix(in srgb, var(--lst-brand-light) 20%, var(--lst-border));
}
.lst-search-suggest__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lst-search-suggest__thumb i { font-size: 0.9rem; }
.lst-search-suggest__main { flex: 1; min-width: 0; }
.lst-search-suggest__name {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--lst-ink);
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.lst-search-suggest__name mark {
  background: rgba(59, 130, 246, 0.18);
  color: var(--lst-brand-dark);
  padding: 0 2px;
  border-radius: 4px;
}
.lst-search-suggest__meta {
  margin-top: 4px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  max-width: 100%;
  font-size: 0.74rem;
  color: var(--lst-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lst-search-suggest__meta i { color: var(--lst-brand-light); font-size: 0.68rem; }
.lst-search-suggest__type {
  display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  border-radius: 999px;
  background: var(--lst-brand-soft);
  color: var(--lst-brand);
  font-size: 0.68rem;
  font-weight: 700;
  flex-shrink: 0;
}
.lst-search-suggest__arrow {
  color: var(--lst-muted);
  font-size: 0.72rem;
  flex-shrink: 0;
  opacity: 0.5;
  transition: opacity 0.15s, transform 0.15s;
}
.lst-search-suggest__item:hover .lst-search-suggest__arrow,
.lst-search-suggest__item.is-active .lst-search-suggest__arrow {
  opacity: 1;
  color: var(--lst-brand);
  transform: translateX(2px);
}
.lst-search-suggest__empty,
.lst-search-suggest__loading {
  padding: 32px 20px;
  text-align: center;
  font-size: 0.88rem;
  color: var(--lst-muted);
}
.lst-search-suggest__empty i,
.lst-search-suggest__loading i {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 10px;
  color: var(--lst-brand-light);
}
.lst-search-suggest__loading i { margin-right: 0; animation: none; }
.lst-search-suggest__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  padding: 12px 14px;
  border-top: 1px solid var(--lst-border);
  background: #f8fafc;
}
.lst-search-suggest__all {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--lst-brand);
  text-decoration: none;
  padding: 8px 12px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid var(--lst-border);
  transition: background 0.2s, border-color 0.2s;
}
.lst-search-suggest__all:hover {
  background: var(--lst-brand-soft);
  border-color: color-mix(in srgb, var(--lst-brand-light) 40%, var(--lst-border));
}
.lst-search-suggest__hint {
  font-size: 0.68rem;
  color: var(--lst-muted);
  display: inline-flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
}
.lst-search-suggest__hint kbd {
  display: inline-grid;
  place-items: center;
  min-width: 22px;
  height: 20px;
  padding: 0 5px;
  border-radius: 6px;
  border: 1px solid var(--lst-border);
  background: #fff;
  font-family: var(--lst-ui);
  font-size: 0.62rem;
  font-weight: 700;
  color: var(--lst-ink-soft);
  box-shadow: 0 1px 0 rgba(15, 23, 42, 0.06);
}
.lst-search-bar__field {
  flex: 1; min-width: 200px;
  display: flex; align-items: center; gap: 10px;
  padding: 13px 16px;
  background: var(--lst-surface);
  border-radius: calc(var(--lst-radius-lg) - 4px);
  border: 1px solid transparent;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.lst-search-bar__field:focus-within {
  border-color: var(--lst-teal);
  box-shadow: 0 0 0 3px var(--lst-teal-glow);
}
.lst-search-bar__field i { color: var(--lst-brand-light); font-size: 0.9rem; }
.lst-search-bar__field input {
  flex: 1; border: none; outline: none; font-size: 0.94rem;
  background: transparent; color: var(--lst-text);
  font-family: var(--lst-font);
}
.lst-search-bar__field input::placeholder { color: #94a3b8; }
.lst-search-bar__submit {
  padding: 13px 28px; border-radius: calc(var(--lst-radius-lg) - 4px);
  background: linear-gradient(135deg, var(--lst-brand), var(--lst-brand-light));
  color: #fff;
  font-family: var(--lst-ui);
  font-weight: 600; font-size: 0.88rem;
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 4px 14px rgba(29, 78, 216, 0.4);
}
.lst-search-bar__submit:hover {
  background: linear-gradient(135deg, var(--lst-brand-dark), var(--lst-brand));
  transform: scale(1.02);
  box-shadow: 0 6px 20px rgba(29, 78, 216, 0.5);
}

/* Home hero stats */
.lst-hero-stats {
  display: flex; gap: 40px; flex-wrap: wrap;
  margin-top: 48px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.lst-hero-stat strong {
  display: block;
  font-family: var(--lst-display);
  font-size: 2.25rem; font-weight: 600;
  color: #fff;
  font-variant-numeric: tabular-nums;
  min-width: 2.5ch;
  line-height: 1;
  margin-bottom: 4px;
  letter-spacing: -0.02em;
}
.lst-hero-stat span {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.55);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* ── Detail hero (auto slider, no arrows) ── */
.lst-detail-hero {
  position: relative;
  height: min(58vh, 520px);
  min-height: 380px;
  overflow: hidden;
}
.lst-detail-hero__slider,
.lst-detail-hero__bg {
  position: absolute;
  inset: 0;
}
.lst-detail-hero__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 1.1s ease, transform 6s ease;
  pointer-events: none;
}
.lst-detail-hero__slide.is-active {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
  z-index: 1;
}
.lst-detail-hero__slide img,
.lst-detail-hero__bg img {
  width: 100%;
  /* height: 100%; */
  /* object-fit: cover; */
  /* object-position: center 35%; */
  /* filter: saturate(1.18) contrast(1.06); */
}
.lst-detail-hero__slide-meta {
  position: absolute;
  right: 20px;
  bottom: 22px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
  padding: 10px 14px;
  border-radius: 12px;
  background: rgba(6, 20, 40, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #fff;
  backdrop-filter: blur(8px);
  max-width: min(46vw, 280px);
  text-align: right;
}
.lst-detail-hero__slide-meta span {
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0.85;
}
.lst-detail-hero__slide-meta strong {
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.25;
}
.lst-detail-hero__dots {
  position: absolute;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
  z-index: 4;
  display: flex;
  gap: 6px;
}
.lst-detail-hero__dots span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  transition: width 0.3s, background 0.3s;
}
.lst-detail-hero__dots span.is-active {
  width: 22px;
  border-radius: 999px;
  background: #fff;
}
.lst-detail-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  background:
    linear-gradient(to top, rgba(6, 20, 40, 0.94) 0%, rgba(12, 45, 107, 0.55) 50%, rgba(6, 20, 40, 0.35) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 48px 0;
  color: #fff;
  pointer-events: none;
}
.lst-detail-hero__overlay .lst-container,
.lst-detail-hero__overlay a,
.lst-detail-hero__overlay button {
  pointer-events: auto;
}
.lst-detail-hero .lst-container { padding: 0; }
.lst-breadcrumb { font-size: 0.82rem; opacity: 0.85; margin-bottom: 10px; }
.lst-breadcrumb a { color: #bfdbfe; }
.lst-breadcrumb a:hover { color: #fff; }
.lst-detail-hero h1 {
  font-family: var(--lst-display);
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: 600;
  margin-bottom: 12px;
  color: #fff;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}
.lst-detail-body { padding: 40px 0 80px; }
.lst-detail-grid { display: grid; grid-template-columns: 1fr minmax(300px, 360px); gap: 36px; align-items: start; }

/* ── Detail sidebar · premium stack ── */
.lst-detail-aside {
  position: sticky;
  top: calc(var(--lst-header-h) + 20px);
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.lst-sidebar-card {
  position: relative;
  overflow: hidden;
  background: linear-gradient(165deg, #ffffff 0%, #f8fbff 48%, #f1f6fd 100%);
  border: 1px solid rgba(184, 201, 224, 0.55);
  border-radius: 20px;
  padding: 22px 20px 20px;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95) inset,
    0 12px 40px rgba(12, 45, 107, 0.08),
    0 2px 8px rgba(6, 20, 40, 0.04);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}
.lst-sidebar-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: linear-gradient(90deg, var(--lst-brand), var(--lst-brand-lighter), #60a5fa);
  opacity: 0.85;
}
.lst-sidebar-card:hover {
  transform: translateY(-2px);
  border-color: rgba(29, 78, 216, 0.28);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95) inset,
    0 20px 50px rgba(29, 78, 216, 0.14),
    0 4px 12px rgba(6, 20, 40, 0.06);
}
.lst-sidebar-card--reviews::before {
  background: linear-gradient(90deg, #b45309, #f59e0b, #fcd34d);
}
.lst-sidebar-card--related::before {
  background: linear-gradient(90deg, #0e7490, #06b6d4, #67e8f9);
}
.lst-sidebar-card__head {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 18px;
}
.lst-sidebar-card__head--inset {
  margin: -4px 0 16px;
}
.lst-sidebar-card__icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(145deg, var(--lst-brand), var(--lst-brand-light));
  color: #fff;
  font-size: 1.05rem;
  box-shadow: 0 8px 20px rgba(29, 78, 216, 0.35);
}
.lst-sidebar-card__icon--gold {
  background: linear-gradient(145deg, #b45309, #f59e0b);
  box-shadow: 0 8px 20px rgba(245, 158, 11, 0.35);
}
.lst-sidebar-card__icon--teal {
  background: linear-gradient(145deg, #0e7490, #06b6d4);
  box-shadow: 0 8px 20px rgba(6, 182, 212, 0.32);
}
.lst-sidebar-card__titles h4 {
  font-family: var(--lst-display);
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--lst-text);
  margin: 0 0 2px;
  text-transform: none;
}
.lst-sidebar-card__titles p {
  margin: 0;
  font-size: 0.78rem;
  color: var(--lst-muted);
  line-height: 1.35;
}
.lst-sidebar-stats {
  display: grid;
  gap: 10px;
  margin: 0 0 4px;
}
.lst-sidebar-stats__item {
  display: grid;
  gap: 4px;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(184, 201, 224, 0.45);
}
.lst-sidebar-stats__item dt {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--lst-muted);
}
.lst-sidebar-stats__item dt i {
  color: var(--lst-brand-light);
  font-size: 0.78rem;
}
.lst-sidebar-stats__item dd {
  margin: 0;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--lst-text);
  line-height: 1.35;
  word-break: break-word;
}
.lst-related-scroll {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.lst-related-scroll__viewport {
  max-height: min(340px, 52vh);
  overflow-y: auto;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  padding: 2px 1px;
}
.lst-related-scroll__viewport::-webkit-scrollbar { display: none; }
.lst-related-scroll__btn {
  flex: 0 0 auto;
  width: 100%;
  height: 34px;
  border-radius: 12px;
  border: 1px solid rgba(5, 150, 105, 0.2);
  background: rgba(255, 255, 255, 0.9);
  color: #047857;
  display: grid;
  place-items: center;
  font-size: 0.76rem;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 4px 14px rgba(5, 150, 105, 0.08);
}
.lst-related-scroll__btn:hover:not(:disabled) {
  background: rgba(5, 150, 105, 0.1);
  border-color: rgba(5, 150, 105, 0.35);
  transform: translateY(-1px);
}
.lst-related-scroll__btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
  box-shadow: none;
}
.lst-related-list--premium {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 8px;
}
.lst-related-list--premium li { border: 0; }
.lst-related-list--premium a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 11px 12px;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.92));
  border: 1px solid rgba(184, 201, 224, 0.45);
  color: var(--lst-text);
  font-size: 0.9rem;
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}
.lst-related-list--premium a:hover {
  background: #fff;
  border-color: rgba(5, 150, 105, 0.35);
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(5, 150, 105, 0.12);
}
.lst-related-list__main {
  display: grid;
  gap: 2px;
  min-width: 0;
}
.lst-related-list__main strong {
  font-weight: 600;
  font-size: 0.88rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lst-related-list__main small {
  font-size: 0.72rem;
  color: var(--lst-muted);
}
.lst-related-list__arrow {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(5, 150, 105, 0.1);
  color: #059669;
  font-size: 0.7rem;
  transition: background 0.2s, color 0.2s, transform 0.2s;
}
.lst-related-list--premium a:hover .lst-related-list__arrow {
  background: #059669;
  color: #fff;
  transform: translateX(2px);
}
.lst-sidebar-card--related .lst-sidebar-link-all {
  color: #047857;
  background: rgba(5, 150, 105, 0.08);
  border-color: rgba(5, 150, 105, 0.2);
}
.lst-sidebar-card--related .lst-sidebar-link-all:hover {
  background: rgba(5, 150, 105, 0.14);
}
.lst-sidebar-link-all {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  margin-top: 14px;
  padding: 11px 16px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--lst-brand);
  background: rgba(29, 78, 216, 0.08);
  border: 1px solid rgba(29, 78, 216, 0.18);
  transition: background 0.2s, transform 0.2s;
}
.lst-sidebar-link-all:hover {
  background: rgba(29, 78, 216, 0.14);
  transform: translateY(-1px);
}
.lst-sidebar-back {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 18px;
  border-radius: 16px;
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--lst-brand);
  background: rgba(255, 255, 255, 0.55);
  border: 1px dashed rgba(29, 78, 216, 0.35);
  backdrop-filter: blur(8px);
  transition: background 0.2s, border-style 0.2s, transform 0.2s, box-shadow 0.2s;
}
.lst-sidebar-back:hover {
  background: #fff;
  border-style: solid;
  transform: translateY(-1px);
  box-shadow: 0 10px 28px rgba(29, 78, 216, 0.12);
}
.lst-sidebar-back i {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--lst-brand), var(--lst-brand-light));
  color: #fff;
  font-size: 0.82rem;
}

/* Legacy sidebar helpers (kept for other views) */
.lst-sidebar-card h4 {
  font-size: 0.72rem; font-weight: 600;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--lst-brand);
  font-family: var(--lst-ui);
}
.lst-info-row {
  display: flex; justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid var(--lst-border);
  font-size: 0.88rem;
}
.lst-info-row:last-child { border: none; }

/* ── Location content sections (visual, not tabs) ── */
.lst-section-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
  position: sticky;
  top: 72px;
  z-index: 20;
  padding: 10px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--lst-border);
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(10px);
}
.lst-section-nav__item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px 8px 8px;
  border-radius: 999px;
  border: 1px solid transparent;
  background: #f8fafc;
  color: var(--lst-text);
  font-size: 0.86rem;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}
.lst-section-nav__item:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.1);
}
.lst-section-nav__icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 0.82rem;
}
.lst-section-nav__item--overview .lst-section-nav__icon { background: linear-gradient(135deg, #1d4ed8, #38bdf8); }
.lst-section-nav__item--culture .lst-section-nav__icon { background: linear-gradient(135deg, #7c3aed, #c084fc); }
.lst-section-nav__item--food .lst-section-nav__icon { background: linear-gradient(135deg, #ea580c, #fb923c); }
.lst-section-nav__item--geo .lst-section-nav__icon { background: linear-gradient(135deg, #047857, #34d399); }
.lst-section-nav__item--history .lst-section-nav__icon { background: linear-gradient(135deg, #b45309, #fbbf24); }
.lst-section-nav__item--visit .lst-section-nav__icon { background: linear-gradient(135deg, #0e7490, #22d3ee); }
.lst-section-nav__item--nearby .lst-section-nav__icon { background: linear-gradient(135deg, #1d4ed8, #60a5fa); }

.lst-content-sections {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.lst-content-section {
  border: 1px solid var(--lst-border);
  border-radius: 22px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 14px 40px rgba(15, 23, 42, 0.07);
  scroll-margin-top: 120px;
}
.lst-content-section__hero {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.lst-content-section__hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background:
    radial-gradient(circle at 12% 20%, #fff 0, transparent 42%),
    radial-gradient(circle at 88% 80%, #fff 0, transparent 36%);
  pointer-events: none;
}
.lst-content-section--overview .lst-content-section__hero { background: linear-gradient(135deg, #1e3a8a, #2563eb 55%, #38bdf8); }
.lst-content-section--culture .lst-content-section__hero { background: linear-gradient(135deg, #5b21b6, #7c3aed 55%, #c084fc); }
.lst-content-section--food .lst-content-section__hero { background: linear-gradient(135deg, #9a3412, #ea580c 55%, #fb923c); }
.lst-content-section--geo .lst-content-section__hero { background: linear-gradient(135deg, #064e3b, #059669 55%, #34d399); }
.lst-content-section--history .lst-content-section__hero { background: linear-gradient(135deg, #78350f, #d97706 55%, #fbbf24); }
.lst-content-section--visit .lst-content-section__hero { background: linear-gradient(135deg, #155e75, #0891b2 55%, #22d3ee); }
.lst-content-section--nearby .lst-content-section__hero { background: linear-gradient(135deg, #1e3a8a, #2563eb 55%, #93c5fd); }

.lst-content-section__badge {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.28);
  font-size: 1.25rem;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.lst-content-section__titles {
  flex: 1;
  min-width: 0;
  position: relative;
  z-index: 1;
}
.lst-content-section__eyebrow {
  margin: 0 0 2px;
  font-size: 0.78rem;
  opacity: 0.88;
  letter-spacing: 0.02em;
}
.lst-content-section__titles h2 {
  margin: 0;
  font-family: var(--lst-display);
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1.2;
}
.lst-content-section__count {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  padding: 8px 10px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.24);
  font-size: 0.72rem;
  position: relative;
  z-index: 1;
}
.lst-content-section__count strong {
  font-size: 1.15rem;
  line-height: 1.1;
}

.lst-content-section__body {
  padding: 20px;
  background:
    linear-gradient(180deg, rgba(248, 250, 252, 0.9), #fff 40%);
}
.lst-content-section__prose {
  font-size: 1.02rem;
  line-height: 1.8;
  color: #334155;
}
.lst-content-section__prose p {
  margin: 0 0 14px;
  padding: 14px 16px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
}
.lst-content-section__prose p:last-child { margin-bottom: 0; }
.lst-content-section__prose p:first-child {
  border-left: 4px solid var(--lst-brand-light);
  font-size: 1.06rem;
  color: #0f172a;
}
.lst-content-section--culture .lst-content-section__prose p:first-child { border-left-color: #a855f7; }
.lst-content-section--food .lst-content-section__prose p:first-child { border-left-color: #fb923c; }
.lst-content-section--geo .lst-content-section__prose p:first-child { border-left-color: #34d399; }
.lst-content-section--history .lst-content-section__prose p:first-child { border-left-color: #fbbf24; }
.lst-content-section--visit .lst-content-section__prose p:first-child { border-left-color: #22d3ee; }
.lst-content-section--nearby .lst-content-section__prose p:first-child { border-left-color: #60a5fa; }

.lst-visit-facts {
  display: grid;
  gap: 10px;
  margin: 0;
}
.lst-visit-facts__row {
  display: grid;
  grid-template-columns: minmax(88px, 120px) 1fr;
  gap: 12px;
  align-items: start;
  padding: 14px 16px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
}
.lst-visit-facts__row dt {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #0e7490;
}
.lst-visit-facts__row dd {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.55;
  color: #0f172a;
}
.lst-detail-body--nature .lst-content-section--overview .lst-content-section__hero {
  background: linear-gradient(135deg, #064e3b, #059669 55%, #34d399);
}
.lst-detail-body--heritage .lst-content-section--overview .lst-content-section__hero {
  background: linear-gradient(135deg, #78350f, #d97706 55%, #fbbf24);
}
.lst-detail-body--cuisine .lst-content-section--overview .lst-content-section__hero {
  background: linear-gradient(135deg, #9a3412, #ea580c 55%, #fb923c);
}
.lst-detail-body--leisure .lst-content-section--overview .lst-content-section__hero {
  background: linear-gradient(135deg, #115e59, #0d9488 55%, #5eead4);
}

@media (max-width: 600px) {
  .lst-visit-facts__row { grid-template-columns: 1fr; gap: 4px; }
}

.lst-recipe-block {
  margin: 0 0 16px;
}
.lst-recipe-list {
  margin: 0;
  padding: 14px 14px 14px 30px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
}
.lst-recipe-list li {
  margin-bottom: 8px;
  line-height: 1.55;
}
.lst-youtube-embed {
  position: relative;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  border-radius: 16px;
  overflow: hidden;
  background: #0f172a;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.18);
}
.lst-youtube-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.lst-content-section__prose h3 {
  font-family: var(--lst-display);
  font-size: 1.12rem;
  margin: 18px 0 10px;
  color: var(--lst-brand);
}
.lst-content-section__prose ul,
.lst-content-section__prose ol {
  margin: 0 0 14px;
  padding: 12px 12px 12px 28px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
}
.lst-content-section__prose li { margin-bottom: 6px; }

.lst-content-section__empty {
  text-align: center;
  padding: 28px 12px;
  color: var(--lst-muted);
}
.lst-content-section__empty i {
  font-size: 1.6rem;
  margin-bottom: 8px;
  opacity: 0.55;
}

.lst-content-section .lst-feature-block {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 14px;
  margin-bottom: 14px;
}
.lst-content-section .lst-feature-block:last-child { margin-bottom: 0; }
.lst-content-section .lst-feature-block__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

@media (max-width: 900px) {
  .lst-content-section .lst-feature-block__grid { grid-template-columns: 1fr; }
  .lst-section-nav { top: 60px; }
}
@media (max-width: 640px) {
  .lst-section-nav__label { display: none; }
  .lst-section-nav__item { padding: 6px; }
  .lst-content-section__titles h2 { font-size: 1.2rem; }
}

/* ── Detail · child locations (cities / districts / neighborhoods) ── */
.lst-detail-children {
  margin-top: 48px;
  padding: 36px 28px 32px;
  border-radius: 28px;
  background:
    radial-gradient(ellipse 70% 60% at 0% 0%, rgba(59, 130, 246, 0.08), transparent 55%),
    radial-gradient(ellipse 50% 40% at 100% 100%, rgba(29, 78, 216, 0.05), transparent 50%),
    linear-gradient(180deg, #fff 0%, #f6f9fd 100%);
  border: 1px solid rgba(184, 201, 224, 0.55);
  box-shadow: 0 18px 48px rgba(12, 45, 107, 0.06);
}
.lst-detail-children__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
  flex-wrap: wrap;
}
.lst-detail-children__head-text { min-width: 0; }
.lst-detail-children__head h2 {
  font-family: var(--lst-display);
  font-size: clamp(1.7rem, 3vw, 2.2rem);
  font-weight: 600;
  margin: 0 0 10px;
  color: var(--lst-ink);
  letter-spacing: -0.03em;
  line-height: 1.15;
}
.lst-detail-children__sub {
  margin: 0;
  color: var(--lst-muted);
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.lst-detail-children__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--lst-brand), var(--lst-brand-light));
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  box-shadow: 0 6px 14px rgba(29, 78, 216, 0.28);
}
.lst-detail-children__head-actions { flex-shrink: 0; }
.lst-detail-children--empty {
  margin-top: 36px;
  padding: 28px;
  border-radius: 22px;
  background: #fff;
  border: 1px dashed rgba(184, 201, 224, 0.9);
}

.lst-child-panel {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 16px;
  padding: 14px 16px;
  margin-bottom: 22px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(184, 201, 224, 0.65);
  border-radius: 20px;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 12px 32px rgba(12, 45, 107, 0.07);
  backdrop-filter: blur(12px);
}
.lst-child-panel__search {
  flex: 1 1 240px;
  min-width: min(100%, 200px);
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 14px;
  height: 48px;
  border: 1px solid rgba(184, 201, 224, 0.75);
  border-radius: 14px;
  background: #f8fafc;
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
}
.lst-child-panel__search:focus-within {
  border-color: var(--lst-brand-light);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.14);
}
.lst-child-panel__search > i {
  color: var(--lst-brand);
  font-size: 0.92rem;
  opacity: 0.85;
}
.lst-child-panel__search input {
  flex: 1;
  border: 0;
  outline: 0;
  background: transparent;
  font: inherit;
  font-size: 0.94rem;
  color: var(--lst-ink);
  min-width: 0;
}
.lst-child-panel__search input::placeholder { color: #94a3b8; }
.lst-child-panel__clear {
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 10px;
  background: rgba(15, 23, 42, 0.06);
  color: var(--lst-muted);
  display: grid;
  place-items: center;
  cursor: pointer;
  flex-shrink: 0;
  transition: all 0.2s;
}
.lst-child-panel__clear:hover {
  background: rgba(29, 78, 216, 0.12);
  color: var(--lst-brand);
}
.lst-child-panel__controls {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-left: auto;
}
.lst-child-panel__result {
  display: inline-flex;
  align-items: center;
  height: 36px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(29, 78, 216, 0.08);
  border: 1px solid rgba(29, 78, 216, 0.12);
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--lst-brand);
  white-space: nowrap;
}
.lst-child-panel__result strong {
  margin-right: 4px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}
.lst-child-panel__size {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 42px;
  padding: 0 6px 0 12px;
  border-radius: 12px;
  border: 1px solid rgba(184, 201, 224, 0.75);
  background: #fff;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--lst-ink-soft);
}
.lst-child-panel__size select:not(.lst-toolbar-select__native) {
  height: 34px;
  border: 0;
  border-radius: 8px;
  padding: 0 6px;
  background: transparent;
  color: var(--lst-ink);
  font: inherit;
  font-size: 0.88rem;
  font-weight: 700;
  cursor: pointer;
  outline: none;
}
.lst-child-panel__pager {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  height: 42px;
  padding: 4px;
  border-radius: 12px;
  border: 1px solid rgba(184, 201, 224, 0.75);
  background: #fff;
}
.lst-child-panel__pager button {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: var(--lst-ink);
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: all 0.2s;
}
.lst-child-panel__pager button:hover:not(:disabled) {
  background: var(--lst-brand-soft);
  color: var(--lst-brand);
}
.lst-child-panel__pager button:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
.lst-child-panel__page,
.lst-child-panel__pager span {
  min-width: 48px;
  text-align: center;
  font-size: 0.84rem;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  color: var(--lst-ink-soft);
}

.lst-grid--children {
  gap: 18px;
}
.lst-detail-children .lst-card {
  border: 1px solid rgba(184, 201, 224, 0.55);
  border-radius: 22px;
  box-shadow: 0 10px 28px rgba(12, 45, 107, 0.06);
  background: #fff;
}
.lst-detail-children .lst-card:hover {
  border-color: rgba(59, 130, 246, 0.45);
  box-shadow: 0 18px 40px rgba(12, 45, 107, 0.12);
}
.lst-detail-children .lst-card__media {
  aspect-ratio: 16 / 11;
}
.lst-detail-children .lst-card__media::after {
  opacity: 1;
  background: linear-gradient(to top, rgba(8, 22, 47, 0.35) 0%, transparent 55%);
}
.lst-detail-children .lst-card__type {
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 0.68rem;
  letter-spacing: 0.05em;
  box-shadow: 0 6px 16px rgba(29, 78, 216, 0.35);
}
.lst-detail-children .lst-card__fav {
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 6px 16px rgba(12, 45, 107, 0.12);
}
.lst-detail-children .lst-card__body {
  padding: 18px 18px 16px;
}
.lst-detail-children .lst-card__title {
  font-size: 1.2rem;
}
.lst-detail-children .lst-card__path {
  font-size: 0.74rem;
  letter-spacing: 0.01em;
}

.lst-child-item[hidden] { display: none !important; }
.lst-child-empty {
  text-align: center;
  padding: 48px 20px;
  color: var(--lst-muted);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px dashed rgba(184, 201, 224, 0.9);
}
.lst-child-empty__icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 14px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: rgba(29, 78, 216, 0.08);
  color: var(--lst-brand);
  font-size: 1.35rem;
}
.lst-child-empty h3 {
  margin: 0 0 6px;
  font-family: var(--lst-display);
  font-size: 1.2rem;
  color: var(--lst-ink);
}
.lst-child-empty p { margin: 0 0 16px; font-size: 0.92rem; }

@media (max-width: 720px) {
  .lst-detail-children { padding: 24px 16px 20px; border-radius: 22px; }
  .lst-child-panel__controls {
    margin-left: 0;
    width: 100%;
    justify-content: space-between;
  }
  .lst-child-panel__pager { margin-left: auto; }
}

.lst-feature-block {
  margin-bottom: 28px;
}
.lst-feature-block:last-child { margin-bottom: 0; }
.lst-feature-block__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}
.lst-feature-block__head h3 {
  margin: 0;
  font-size: 1.05rem;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--lst-brand);
}
.lst-feature-block__head h3 i { opacity: 0.85; }
.lst-feature-block__count {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--lst-muted);
  background: var(--lst-surface-2, #f3f4f6);
  border-radius: 999px;
  padding: 4px 10px;
}
.lst-feature-block__grid { margin-bottom: 0; }

.lst-feature-card .lst-card__body { gap: 8px; }
.lst-feature-card__desc {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.45;
  color: var(--lst-muted);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.lst-tabs {
  display: flex; gap: 4px; flex-wrap: wrap;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--lst-border);
  padding-bottom: 0;
}
.lst-tab {
  padding: 12px 18px;
  font-size: 0.88rem; font-weight: 600;
  color: var(--lst-muted);
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
}
.lst-tab.is-active { color: var(--lst-brand); border-bottom-color: var(--lst-brand-light); }
.lst-tab-panel { display: none; }
.lst-tab-panel.is-active { display: block; }
.lst-prose { font-size: 1rem; line-height: 1.75; color: var(--lst-muted); }
.lst-prose p { margin-bottom: 16px; }
.lst-prose h3 {
  font-family: var(--lst-display);
  font-size: 1.15rem;
  color: var(--lst-text);
  margin: 24px 0 12px;
}
.lst-geo-list { list-style: none; padding: 0; margin: 0 0 20px; }
.lst-geo-list li { padding: 10px 0; border-bottom: 1px solid var(--lst-border); }
.lst-geo-list li:last-child { border-bottom: 0; }
.lst-geo-list a { color: var(--lst-brand); font-weight: 600; }
.lst-geo-coords { font-size: 0.85rem; opacity: 0.75; }
.lst-empty-tab { font-style: italic; opacity: 0.8; }
.lst-related-list { list-style: none; padding: 0; margin: 0; }
.lst-related-list li { border-bottom: 1px solid var(--lst-border); }
.lst-related-list li:last-child { border-bottom: 0; }
.lst-related-list a {
  display: flex; justify-content: space-between; gap: 8px;
  padding: 10px 0; font-size: 0.9rem; color: var(--lst-text);
}
.lst-related-list a span { color: var(--lst-muted); font-size: 0.78rem; white-space: nowrap; }
.lst-detail-hero__placeholder {
  width: 100%; height: 100%;
  background: linear-gradient(135deg, var(--lst-brand) 0%, #0f172a 100%);
}

.lst-detail-map {
  margin-top: 12px;
  border-radius: 12px;
  border: 1px solid var(--lst-border);
  background: var(--lst-surface-alt, #f8fafc);
  position: relative;
  isolation: isolate;
}
.lst-detail-map--compact {
  margin-top: 14px;
  border-radius: 16px;
  border: 1px solid rgba(184, 201, 224, 0.55);
  box-shadow: 0 8px 24px rgba(12, 45, 107, 0.08);
}
.lst-detail-map--main {
  margin-top: 0;
}
.lst-detail-map__canvas {
  width: 100%;
  min-height: 180px;
  border-radius: inherit;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.lst-detail-map--main .lst-detail-map__canvas {
  height: min(56vh, 520px);
  min-height: 360px;
}
.lst-detail-map__expand {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 500;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--lst-brand, #0c2d6b);
  box-shadow: 0 4px 16px rgba(12, 45, 107, 0.18);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  transition: background 0.15s ease, transform 0.15s ease;
}
.lst-detail-map__expand:hover {
  background: #fff;
  transform: scale(1.04);
}
.lst-detail-map--fullscreen {
  position: fixed;
  inset: 0;
  z-index: 10050;
  margin: 0;
  border-radius: 0;
  border: none;
  background: #e8eef5;
}
.lst-detail-map--fullscreen .lst-detail-map__canvas {
  height: 100vh;
  min-height: 100vh;
  border-radius: 0;
}
.lst-detail-map--fullscreen .lst-detail-map__expand {
  top: 16px;
  right: 16px;
  width: 44px;
  height: 44px;
}
body.lst-map-expanded-open {
  overflow: hidden;
}
.lst-detail-map--compact .lst-detail-map__canvas {
  height: 180px;
  min-height: 180px;
}
.lst-detail-map__canvas .leaflet-container {
  width: 100% !important;
  height: 100% !important;
  min-height: inherit;
  border-radius: inherit;
  font-family: var(--lst-ui);
  background: #e8eef5;
  z-index: 0;
}
.lst-detail-map__canvas .leaflet-pane,
.lst-detail-map__canvas .leaflet-tile-pane {
  z-index: 1;
}
.lst-content-section--map .lst-content-section__hero {
  background: linear-gradient(135deg, #155e75, #0891b2 55%, #22d3ee);
}
.lst-detail-map__coords {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 12px 0 0;
  font-size: 0.88rem;
  color: var(--lst-muted, #64748b);
}
.lst-detail-map__coords i {
  color: var(--lst-brand);
}

@media (max-width: 900px) {
  .lst-detail-grid { grid-template-columns: 1fr; }
  .lst-detail-aside {
    position: static;
  }
  .lst-search-hero { min-height: 460px; padding: 72px 0 56px; }
}

/* ── Listing layout ── */
.lst-page { padding: 40px 0 96px; }
.lst-layout {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 32px;
  align-items: start;
}
.lst-layout--adv { grid-template-columns: minmax(280px, 320px) 1fr; }

/* ── Sidebar filters ── */
.lst-filters {
  position: sticky; top: calc(var(--lst-header-h) + 20px);
  background: var(--lst-surface);
  border: 2px solid var(--lst-border);
  border-radius: var(--lst-radius-lg);
  padding: 22px;
  box-shadow: var(--lst-shadow);
}
.lst-filters__head {
  display: flex; justify-content: space-between; align-items: center;
  margin-bottom: 20px; padding-bottom: 14px;
  border-bottom: 2px solid var(--lst-brand);
}
.lst-filters__head h2 {
  font-family: var(--lst-ui);
  font-size: 0.88rem; font-weight: 600;
  color: var(--lst-ink);
}
.lst-filters__clear {
  font-size: 0.78rem; color: var(--lst-rose);
  font-weight: 600;
}
.lst-filter { margin-bottom: 22px; }
.lst-filter:last-child { margin-bottom: 0; }
.lst-filter__label {
  font-family: var(--lst-ui);
  font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.04em; text-transform: uppercase;
  color: var(--lst-brand);
  margin-bottom: 8px;
}
.lst-filter select:not(.lst-toolbar-select__native) {
  width: 100%; padding: 10px 12px;
  border: 1px solid var(--lst-border); border-radius: 10px;
  font-size: 0.88rem; font-family: var(--lst-font);
  background: var(--lst-bg); color: var(--lst-text);
  transition: border-color 0.2s;
}
.lst-filter .lst-toolbar-select { width: 100%; }
.lst-filter .lst-toolbar-select__trigger { width: 100%; min-width: 0; height: 42px; }
.lst-filter select:not(.lst-toolbar-select__native):focus { outline: none; border-color: var(--lst-teal); box-shadow: 0 0 0 3px var(--lst-teal-glow); }
.lst-checks { display: flex; flex-direction: column; gap: 6px; }
.lst-check {
  display: flex; align-items: center; gap: 10px;
  font-size: 0.88rem; color: var(--lst-text); cursor: pointer;
}
.lst-check input { accent-color: var(--lst-teal); width: 16px; height: 16px; }
.lst-check span.count {
  margin-left: auto; color: var(--lst-muted);
  font-size: 0.75rem; font-weight: 500;
  background: var(--lst-bg); padding: 2px 8px; border-radius: 100px;
}
.lst-stars-filter { display: flex; gap: 6px; flex-wrap: wrap; }
.lst-stars-filter button {
  padding: 7px 12px; border-radius: 8px;
  border: 1px solid var(--lst-border); font-size: 0.76rem; font-weight: 500;
  background: var(--lst-surface); transition: all 0.2s;
}
.lst-stars-filter button.is-active,
.lst-stars-filter button:hover {
  border-color: var(--lst-brand-light);
  background: var(--lst-brand-soft);
  color: var(--lst-brand);
  font-weight: 600;
}

/* ── Advanced filters (KKU gelişmiş arama tarzı) ── */
.lst-adv-col { position: relative; }
.lst-adv-sidebar {
  position: sticky;
  top: calc(var(--lst-header-h) + 16px);
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - var(--lst-header-h) - 32px);
  background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
  border: 1px solid var(--lst-border);
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(15, 23, 42, 0.06);
  overflow: hidden;
}
.lst-adv-sidebar__header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 18px;
  border-bottom: 1px solid var(--lst-border);
  background: linear-gradient(135deg, #eff6ff 0%, #fff 100%);
  flex-shrink: 0;
  position: sticky;
  top: 0;
  z-index: 2;
}
.lst-adv-sidebar__title {
  margin: 0;
  flex: 1;
  font-family: var(--lst-ui);
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--lst-ink);
  display: flex;
  align-items: center;
  gap: 8px;
}
.lst-adv-sidebar__title i { color: var(--lst-brand-light); }
.lst-adv-sidebar__badge {
  min-width: 22px;
  height: 22px;
  padding: 0 7px;
  border-radius: 999px;
  background: var(--lst-brand);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  display: grid;
  place-items: center;
}
.lst-adv-sidebar__close { display: none; }
.lst-adv-form {
  flex: 1;
  min-height: 0;
  padding: 8px 0 0;
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
}
.lst-adv-group { border-bottom: 1px solid color-mix(in srgb, var(--lst-border) 80%, transparent); }
.lst-adv-group:last-of-type { border-bottom: none; }
.lst-adv-group__head {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: background 0.2s;
}
.lst-adv-group__head:hover { background: rgba(29, 78, 216, 0.04); }
.lst-adv-group__icon {
  width: 30px; height: 30px;
  border-radius: 9px;
  display: grid; place-items: center;
  background: var(--lst-brand-soft);
  color: var(--lst-brand);
  font-size: 0.78rem;
  flex-shrink: 0;
}
.lst-adv-group__text {
  flex: 1;
  font-family: var(--lst-ui);
  font-size: 0.84rem;
  font-weight: 700;
  color: var(--lst-ink);
}
.lst-adv-group__count {
  min-width: 20px; height: 20px;
  padding: 0 6px;
  border-radius: 999px;
  background: var(--lst-brand);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  display: grid; place-items: center;
}
.lst-adv-group__chev {
  color: var(--lst-muted);
  font-size: 0.72rem;
  transition: transform 0.25s;
}
.lst-adv-group__head.is-open .lst-adv-group__chev { transform: rotate(180deg); }
.lst-adv-group__body {
  display: none;
  padding: 0 18px 16px;
}
.lst-adv-group__body.is-open { display: block; }
.lst-adv-level-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}
.lst-adv-level-card { cursor: pointer; }
.lst-adv-level-card input { position: absolute; opacity: 0; pointer-events: none; }
.lst-adv-level-card__inner {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border: 1px solid var(--lst-border);
  border-radius: 12px;
  background: #fff;
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
}
.lst-adv-level-card:hover .lst-adv-level-card__inner {
  border-color: color-mix(in srgb, var(--lst-brand-light) 50%, var(--lst-border));
}
.lst-adv-level-card.is-active .lst-adv-level-card__inner,
.lst-adv-level-card:has(input:checked) .lst-adv-level-card__inner {
  border-color: var(--lst-brand-light);
  background: linear-gradient(135deg, #eff6ff 0%, #fff 100%);
  box-shadow: 0 4px 14px rgba(29, 78, 216, 0.12);
}
.lst-adv-level-card__icon {
  width: 34px; height: 34px;
  border-radius: 10px;
  display: grid; place-items: center;
  background: var(--lst-brand-soft);
  color: var(--lst-brand);
  flex-shrink: 0;
}
.lst-adv-level-card__title {
  display: block;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--lst-ink);
}
.lst-adv-level-card__hint {
  display: block;
  font-size: 0.72rem;
  color: var(--lst-muted);
  margin-top: 2px;
}
.lst-adv-search {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  margin-bottom: 10px;
  border: 1px solid var(--lst-border);
  border-radius: 10px;
  background: #fff;
}
.lst-adv-search:focus-within {
  border-color: var(--lst-brand-light);
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.12);
}
.lst-adv-search i { color: var(--lst-muted); font-size: 0.78rem; }
.lst-adv-search input {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  font-size: 0.84rem;
  color: var(--lst-ink);
}
.lst-adv-checklist {
  display: flex;
  flex-direction: column;
  gap: 4px;
  max-height: 280px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 4px;
  overscroll-behavior: contain;
}
.lst-adv-check {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.15s;
}
.lst-adv-check:hover { background: rgba(29, 78, 216, 0.05); }
.lst-adv-check input { accent-color: var(--lst-brand); width: 16px; height: 16px; flex-shrink: 0; }
.lst-adv-check__label {
  flex: 1;
  font-size: 0.84rem;
  color: var(--lst-text);
  display: flex;
  align-items: center;
  gap: 6px;
}
.lst-adv-check__flag { font-size: 1rem; }
.lst-adv-check__cat-icon { color: var(--lst-brand-light); width: 14px; }
.lst-adv-check__count {
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--lst-muted);
  background: var(--lst-bg);
  padding: 2px 8px;
  border-radius: 999px;
}
.lst-adv-check:has(input:checked) {
  background: rgba(29, 78, 216, 0.08);
}
.lst-adv-check.is-hidden { display: none; }
.lst-adv-rating { display: flex; flex-direction: column; gap: 6px; }
.lst-adv-rating__btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid var(--lst-border);
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--lst-text);
  transition: all 0.2s;
}
.lst-adv-rating__btn input { position: absolute; opacity: 0; pointer-events: none; }
.lst-adv-rating__btn i { color: #d1d5db; font-size: 0.72rem; }
.lst-adv-rating__btn i.is-on { color: #fbbf24; }
.lst-adv-rating__btn.is-active,
.lst-adv-rating__btn:has(input:checked) {
  border-color: var(--lst-brand-light);
  background: var(--lst-brand-soft);
  color: var(--lst-brand);
}
.lst-adv-form__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 14px 18px 18px;
  position: sticky;
  bottom: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, #fff 28%);
  border-top: 1px solid color-mix(in srgb, var(--lst-border) 70%, transparent);
  margin-top: 4px;
}
.lst-adv-form__apply,
.lst-adv-form__reset {
  justify-content: center;
  gap: 8px;
  font-size: 0.82rem;
}
.lst-adv-active {
  margin-bottom: 16px;
  padding: 12px 14px;
  border: 1px solid color-mix(in srgb, var(--lst-brand-light) 30%, var(--lst-border));
  border-radius: 14px;
  background: linear-gradient(135deg, #eff6ff 0%, #fff 100%);
}
.lst-adv-active__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.lst-adv-active__label {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--lst-brand);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}
.lst-adv-active__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  flex: 1;
}
.lst-adv-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--lst-border);
  color: var(--lst-ink);
  font-size: 0.76rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s;
}
.lst-adv-tag:hover {
  border-color: var(--lst-brand-light);
  color: var(--lst-brand);
  background: var(--lst-brand-soft);
}
.lst-adv-tag i { font-size: 0.65rem; opacity: 0.7; }
.lst-adv-active__clear {
  font-size: 0.76rem;
  font-weight: 700;
  color: var(--lst-rose);
  text-decoration: none;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.lst-adv-mobile-toggle {
  display: none;
  width: 100%;
  margin-bottom: 14px;
  padding: 12px 16px;
  border-radius: 12px;
  border: 1px solid var(--lst-border);
  background: #fff;
  font-weight: 700;
  color: var(--lst-ink);
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.lst-adv-mobile-toggle__badge {
  min-width: 20px; height: 20px;
  padding: 0 6px;
  border-radius: 999px;
  background: var(--lst-brand);
  color: #fff;
  font-size: 0.72rem;
}
.lst-adv-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.45);
  z-index: 90;
}
.lst-adv-backdrop[hidden] { display: none; }
@media (max-width: 960px) {
  .lst-layout--adv { grid-template-columns: 1fr; }
  .lst-adv-mobile-toggle { display: inline-flex; }
  .lst-adv-col {
    position: fixed;
    inset: 0 auto 0 0;
    z-index: 100;
    width: min(92vw, 360px);
    transform: translateX(-105%);
    transition: transform 0.28s ease;
    pointer-events: none;
  }
  .lst-adv-col.is-open {
    transform: translateX(0);
    pointer-events: auto;
  }
  .lst-adv-sidebar {
    position: static;
    height: 100%;
    border-radius: 0;
    max-height: 100vh;
  }
  .lst-adv-sidebar__close {
    display: grid;
    place-items: center;
    width: 34px; height: 34px;
    border: none;
    border-radius: 10px;
    background: rgba(15, 23, 42, 0.06);
    color: var(--lst-ink);
    cursor: pointer;
  }
  .lst-adv-form { max-height: calc(100vh - 64px); }
}

/* ── Toolbar ── */
.lst-toolbar {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
  gap: 16px; margin-bottom: 20px;
  scroll-margin-top: calc(var(--lst-header-h) + 20px);
}
#lstExploreResults { scroll-margin-top: calc(var(--lst-header-h) + 20px); }
.lst-toolbar__count { font-size: 0.88rem; color: var(--lst-muted); }
.lst-toolbar__count strong {
  font-family: var(--lst-display);
  font-size: 1.5rem; font-weight: 600;
  color: var(--lst-brand-light);
  letter-spacing: -0.02em;
}
.lst-toolbar__right { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.lst-page-size {
  display: flex; align-items: center; gap: 8px;
  font-size: 0.82rem; color: var(--lst-muted);
}
.lst-page-size label { white-space: nowrap; }
.lst-sort {
  display: flex; align-items: center; gap: 8px;
  font-size: 0.82rem; color: var(--lst-muted);
}
.lst-sort label { white-space: nowrap; font-weight: 500; }

/* Toolbar custom select (sıralama / sayfa boyutu) */
.lst-toolbar-select { position: relative; }
.lst-toolbar-select__native {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.lst-toolbar-select__trigger {
  display: inline-flex; align-items: center; gap: 8px;
  min-width: 148px; height: 38px; padding: 0 12px 0 14px;
  border-radius: 10px; border: 1px solid var(--lst-border);
  background: var(--lst-surface); color: var(--lst-ink);
  font-size: 0.82rem; font-weight: 600; font-family: var(--lst-font);
  cursor: pointer; transition: border-color 0.2s, box-shadow 0.2s;
}
.lst-toolbar-select__trigger:hover {
  border-color: rgba(29, 78, 216, 0.35);
}
.lst-toolbar-select.is-open .lst-toolbar-select__trigger,
.lst-toolbar-select__trigger[aria-expanded="true"] {
  border-color: var(--lst-brand-light);
  box-shadow: 0 0 0 3px rgba(29, 78, 216, 0.12);
}
.lst-toolbar-select__value { flex: 1; text-align: left; }
.lst-toolbar-select__caret {
  font-size: 0.62rem; opacity: 0.65;
  transition: transform 0.2s;
}
.lst-toolbar-select.is-open .lst-toolbar-select__caret { transform: rotate(180deg); }
.lst-toolbar-select__menu {
  position: absolute; top: calc(100% + 6px); right: 0; left: 0; min-width: 100%;
  background: #fff; border: 1px solid var(--lst-border); border-radius: 12px;
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.14);
  padding: 6px; z-index: 50;
  max-height: 280px; overflow-y: auto;
}
.lst-toolbar-select__menu--searchable {
  display: flex;
  flex-direction: column;
  padding: 0;
  max-height: min(360px, 52vh);
  overflow: hidden;
  z-index: 80;
  min-width: min(280px, 92vw);
}
.lst-toolbar-select__search {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-bottom: 1px solid rgba(184, 201, 224, 0.55);
  background: #fff;
  flex-shrink: 0;
}
.lst-toolbar-select__search i {
  color: var(--lst-muted);
  font-size: 0.82rem;
}
.lst-toolbar-select__search-input {
  flex: 1;
  min-width: 0;
  border: none;
  outline: none;
  background: transparent;
  font-family: var(--lst-font);
  font-size: 0.84rem;
  color: var(--lst-ink);
}
.lst-toolbar-select__search-input::placeholder {
  color: var(--lst-muted);
}
.lst-toolbar-select__options {
  overflow-y: auto;
  padding: 6px;
  flex: 1;
  min-height: 0;
}
.lst-toolbar-select__empty {
  margin: 0;
  padding: 14px 12px;
  text-align: center;
  font-size: 0.82rem;
  color: var(--lst-muted);
}
.lst-toolbar-select__option[hidden] {
  display: none !important;
}
.lst-toolbar-select__menu[hidden] { display: none !important; }
.lst-toolbar-select__option {
  display: flex; align-items: center; width: 100%;
  padding: 10px 12px; border: none; border-radius: 8px;
  background: transparent; color: var(--lst-ink);
  font-size: 0.82rem; font-weight: 500; font-family: var(--lst-font);
  text-align: left; cursor: pointer; transition: background 0.15s, color 0.15s;
}
.lst-toolbar-select__option:hover {
  background: rgba(29, 78, 216, 0.06); color: var(--lst-brand);
}
.lst-toolbar-select__option.is-active {
  background: rgba(29, 78, 216, 0.1); color: var(--lst-brand); font-weight: 600;
}
.lst-toolbar-select__option.is-active::after {
  content: "\f00c"; font-family: "Font Awesome 6 Free"; font-weight: 900;
  margin-left: auto; font-size: 0.72rem; opacity: 0.85;
}

/* Form / modal / tam genişlik select */
.lst-toolbar-select--form { display: block; width: 100%; }
.lst-toolbar-select--form .lst-toolbar-select__trigger {
  display: flex;
  width: 100%;
  min-width: 0;
  height: 44px;
  padding: 0 14px 0 16px;
  border-radius: 12px;
  font-size: 0.88rem;
}
.lst-toolbar-select--form .lst-toolbar-select__menu {
  left: 0;
  right: 0;
  min-width: 100%;
  z-index: 120;
}
.lst-toolbar-select--form .lst-toolbar-select__option {
  padding: 11px 14px;
  font-size: 0.88rem;
}

/* Katkı modalı — mor vurgu */
.lst-toolbar-select--violet .lst-toolbar-select__trigger:hover,
.lst-toolbar-select--violet.is-open .lst-toolbar-select__trigger,
.lst-toolbar-select--violet .lst-toolbar-select__trigger[aria-expanded="true"] {
  border-color: rgba(124, 58, 237, 0.45);
  box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.12);
}
.lst-toolbar-select--violet .lst-toolbar-select__option:hover {
  background: rgba(124, 58, 237, 0.07);
  color: #6d28d9;
}
.lst-toolbar-select--violet .lst-toolbar-select__option.is-active {
  background: rgba(124, 58, 237, 0.12);
  color: #6d28d9;
}

/* Kompakt (alt konum grid sayfa boyutu) */
.lst-toolbar-select--compact { display: inline-flex; vertical-align: middle; }
.lst-toolbar-select--compact .lst-toolbar-select__trigger {
  min-width: 0;
  width: auto;
  height: 34px;
  padding: 0 8px 0 10px;
  border: 0;
  background: transparent;
  box-shadow: none;
  font-size: 0.88rem;
  font-weight: 700;
}
.lst-toolbar-select--compact .lst-toolbar-select__trigger:hover,
.lst-toolbar-select--compact.is-open .lst-toolbar-select__trigger {
  border-color: transparent;
  box-shadow: none;
  color: var(--lst-brand);
}
.lst-child-panel__size .lst-toolbar-select--compact { flex: 1; min-width: 0; }

.lst-view-toggle {
  display: flex; border: 1px solid var(--lst-border);
  border-radius: 10px; overflow: hidden; background: var(--lst-surface);
}
.lst-view-toggle button {
  width: 40px; height: 38px; display: grid; place-items: center;
  color: var(--lst-muted); transition: all 0.2s;
  font-size: 0.95rem; line-height: 1;
}
.lst-view-toggle button i { pointer-events: none; }
.lst-view-toggle button.is-active {
  background: linear-gradient(135deg, var(--lst-brand), var(--lst-brand-light));
  color: #fff;
}

.lst-results-panel { position: relative; }
.lst-results-panel.is-map-view .lst-grid { display: none !important; }
.lst-grid[hidden] { display: none !important; }

/* ── Explore map stage (full viewport) ── */
.lst-explore-map-stage[hidden] { display: none !important; }
.lst-explore-map-stage {
  display: none;
  position: relative;
  overflow: hidden;
}
.lst-explore-map__canvas {
  height: 100%;
  min-height: 0;
  width: 100%;
  z-index: 0;
}
.lst-explore-map__canvas .maplibregl-map,
.lst-explore-map__canvas .maplibregl-canvas-container {
  height: 100%;
  width: 100%;
  font-family: var(--lst-ui);
}
.lst-explore-map__canvas .maplibregl-canvas {
  outline: none;
}
.lst-explore-map__canvas .maplibregl-ctrl-attrib {
  font-size: 10px;
  background: rgba(255, 255, 255, 0.82) !important;
  border-radius: 8px;
}
.maplibregl-popup.lst-map-popup-shell .maplibregl-popup-content {
  padding: 0;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.18);
}

/* Map mode body layout */
body.is-explore-map-mode {
  overflow: hidden;
  height: 100dvh;
  --lst-map-panel-w: min(380px, calc(100vw - 32px));
}
body.is-explore-map-mode .lst-footer {
  display: none !important;
}
body.is-explore-map-mode .lst-explore-page {
  position: fixed;
  top: var(--lst-header-h);
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  min-height: 0;
  overflow: hidden;
  z-index: 40;
}
body.is-explore-map-mode .lst-explore-hero { display: none; }
body.is-explore-map-mode .lst-page {
  padding: 0;
  position: absolute;
  inset: 0;
  height: auto;
  min-height: 0;
  overflow: hidden;
}
body.is-explore-map-mode .lst-container.lst-layout--adv {
  position: absolute;
  inset: 0;
  z-index: 500;
  display: block;
  max-width: none;
  padding: 0;
  margin: 0;
  pointer-events: none;
}
body.is-explore-map-mode .lst-adv-col {
  pointer-events: auto;
  position: absolute;
  left: 16px;
  top: 16px;
  width: min(380px, calc(100vw - 32px));
  z-index: 600;
  transition: transform 0.32s cubic-bezier(0.16, 1, 0.3, 1);
}
body.is-explore-map-mode.is-map-filters-collapsed .lst-adv-col {
  transform: translateX(calc(-100% - 24px));
}
body.is-explore-map-mode .lst-adv-sidebar {
  max-height: calc(100dvh - var(--lst-header-h) - 32px);
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.22);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.8);
}
body.is-explore-map-mode .lst-main {
  pointer-events: none;
  position: absolute;
  inset: 0;
}
.lst-main.is-explore-live-loading .lst-grid,
.lst-main.is-explore-live-loading .lst-toolbar__count {
  opacity: 0.55;
  transition: opacity 0.2s ease;
}
body.is-explore-map-mode .lst-main {
  overflow: hidden;
}
body.is-explore-map-mode .lst-toolbar {
  pointer-events: auto;
  position: absolute;
  top: 12px;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  z-index: 560;
  margin: 0;
  padding: 6px 10px;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 100px;
  box-shadow: 0 8px 32px rgba(15, 23, 42, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.92);
  flex-wrap: nowrap;
  gap: 8px;
  max-width: min(560px, calc(100vw - 420px));
}
body.is-explore-map-mode .lst-toolbar__count {
  display: none !important;
}
body.is-explore-map-mode .lst-page-size label,
body.is-explore-map-mode .lst-sort label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
body.is-explore-map-mode .lst-page-size,
body.is-explore-map-mode .lst-sort {
  gap: 0;
}
body.is-explore-map-mode .lst-toolbar-select__trigger {
  min-width: 108px;
  height: 34px;
  font-size: 0.78rem;
}
body.is-explore-map-mode .lst-view-toggle button {
  width: 34px;
  height: 34px;
}
body.is-explore-map-mode .lst-adv-mobile-toggle,
body.is-explore-map-mode .lst-adv-active,
body.is-explore-map-mode .lst-pagination-wrap,
body.is-explore-map-mode .lst-pagination,
body.is-explore-map-mode .lst-results-panel .lst-grid {
  display: none !important;
}
body.is-explore-map-mode .lst-explore-map-stage {
  display: flex !important;
  flex-direction: column;
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: 0;
}
body.is-explore-map-mode .lst-explore-map__canvas {
  position: relative;
  flex: 1 1 auto;
  width: 100%;
  height: 100%;
  min-height: calc(100dvh - var(--lst-header-h));
  min-height: 0;
}
body.is-explore-map-mode .lst-explore-map__canvas .maplibregl-map,
body.is-explore-map-mode .lst-explore-map__canvas .maplibregl-canvas-container {
  width: 100% !important;
  height: 100% !important;
}
body.is-explore-map-mode .lst-explore-map-stage[hidden] {
  display: none !important;
}

/* Map HUD — bottom-left floating pill */
.lst-map-hud {
  position: absolute;
  left: 16px;
  bottom: 20px;
  z-index: 700;
  display: flex;
  align-items: center;
  gap: 10px;
  pointer-events: none;
}
.lst-map-hud__filters,
.lst-map-hud__stat {
  pointer-events: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 32px rgba(15, 23, 42, 0.14);
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--lst-ink);
  transition: transform 0.2s, box-shadow 0.2s;
}
.lst-map-hud__filters {
  cursor: pointer;
  border: none;
  font-family: inherit;
}
.lst-map-hud__filters:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 36px rgba(15, 23, 42, 0.18);
}
.lst-map-hud__filters i { color: var(--lst-brand-light); font-size: 0.9rem; }
.lst-map-hud__badge {
  display: inline-grid;
  place-items: center;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  border-radius: 100px;
  background: linear-gradient(135deg, var(--lst-brand), var(--lst-brand-light));
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
}
.lst-map-hud__stat {
  color: var(--lst-muted);
  font-weight: 500;
}
.lst-map-hud__stat strong {
  color: var(--lst-brand);
  font-size: 1rem;
  font-weight: 700;
}
@media (min-width: 901px) {
  .lst-map-hud__stat { display: none; }
}

/* Map list panel — all markers scrollable */
.lst-map-list-panel {
  position: absolute;
  right: 16px;
  top: 58px;
  bottom: 20px;
  width: var(--lst-map-panel-w, min(380px, calc(100vw - 32px)));
  z-index: 680;
  pointer-events: auto;
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 16px;
  box-shadow: 0 16px 48px rgba(15, 23, 42, 0.16);
  overflow: hidden;
  transition: width 0.28s cubic-bezier(0.16, 1, 0.3, 1), transform 0.28s cubic-bezier(0.16, 1, 0.3, 1);
}
.lst-map-list-panel.is-collapsed {
  width: 48px;
}
.lst-map-list-panel.is-collapsed .lst-map-list-panel__search,
.lst-map-list-panel.is-collapsed .lst-map-list-panel__scroll,
.lst-map-list-panel.is-collapsed .lst-map-list-panel__title span {
  display: none;
}
.lst-map-list-panel.is-collapsed .lst-map-list-panel__collapse i {
  transform: rotate(180deg);
}
.lst-map-list-panel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 14px 14px 10px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
  flex-shrink: 0;
}
.lst-map-list-panel__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  min-width: 0;
}
.lst-map-list-panel__title strong {
  font-family: var(--lst-display);
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--lst-brand-light);
  letter-spacing: -0.02em;
  line-height: 1.1;
}
.lst-map-list-panel__title span {
  font-size: 0.72rem;
  color: var(--lst-muted);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.lst-map-list-panel__collapse {
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 10px;
  background: rgba(15, 23, 42, 0.05);
  color: var(--lst-muted);
  cursor: pointer;
  flex-shrink: 0;
}
.lst-map-list-panel__collapse i {
  transition: transform 0.2s;
}
.lst-map-list-panel__search {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 12px 8px;
  padding: 0 12px;
  height: 38px;
  border-radius: 10px;
  background: rgba(15, 23, 42, 0.04);
  border: 1px solid rgba(15, 23, 42, 0.06);
}
.lst-map-list-panel__search i {
  color: var(--lst-muted);
  font-size: 0.82rem;
}
.lst-map-list-panel__search input {
  flex: 1;
  border: none;
  background: transparent;
  font: inherit;
  font-size: 0.84rem;
  color: var(--lst-ink);
  outline: none;
  min-width: 0;
}
.lst-map-list-panel__scroll {
  flex: 1;
  overflow: auto;
  padding: 4px 8px 10px;
  overscroll-behavior: contain;
}
.lst-map-list-panel__item {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  margin-bottom: 4px;
  border: 1px solid transparent;
  border-radius: 12px;
  background: transparent;
  text-align: left;
  cursor: pointer;
  font-family: inherit;
  transition: background 0.15s, border-color 0.15s;
}
.lst-map-list-panel__item:hover,
.lst-map-list-panel__item.is-active {
  background: rgba(29, 78, 216, 0.06);
  border-color: rgba(29, 78, 216, 0.12);
}
.lst-map-list-panel__icon {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  background: linear-gradient(135deg, var(--lst-brand), var(--lst-brand-light));
  color: #fff;
  font-size: 0.82rem;
}
.lst-map-list-panel__body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.lst-map-list-panel__body strong {
  font-size: 0.84rem;
  color: var(--lst-ink);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lst-map-list-panel__body span {
  font-size: 0.74rem;
  color: var(--lst-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lst-map-list-panel__chev {
  color: var(--lst-muted);
  font-size: 0.72rem;
  opacity: 0.5;
}
.lst-map-list-panel__empty {
  padding: 24px 12px;
  text-align: center;
  color: var(--lst-muted);
  font-size: 0.86rem;
}

/* Map controls — left of list panel (no overlap) */
body.is-explore-map-mode .lst-map-controls {
  right: calc(var(--lst-map-panel-w, 380px) + 28px);
  bottom: 20px;
}
body.is-explore-map-mode.is-map-list-collapsed .lst-map-controls {
  right: 76px;
}
.lst-map-controls {
  position: absolute;
  right: 16px;
  bottom: 20px;
  z-index: 700;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.lst-map-controls button {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 6px 24px rgba(15, 23, 42, 0.12);
  color: var(--lst-ink);
  font-size: 0.95rem;
  cursor: pointer;
  transition: transform 0.18s, background 0.18s, color 0.18s;
}
.lst-map-controls button:hover {
  background: var(--lst-brand);
  color: #fff;
  transform: scale(1.04);
}
.lst-map-controls button:active { transform: scale(0.97); }

/* Custom map pins */
.lst-map-pin-wrap { background: none !important; border: none !important; }
.lst-map-pin {
  display: grid;
  place-items: center;
  width: 36px;
  height: 44px;
  line-height: 1;
  transition: transform 0.2s;
}
.lst-map-pin__shape {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  background: var(--lst-map-pin-bg, linear-gradient(135deg, var(--lst-brand), var(--lst-brand-light)));
  border: 2.5px solid #fff;
  box-shadow: 0 4px 12px var(--lst-map-pin-shadow, rgba(29, 78, 216, 0.38));
}
.lst-map-pin__shape i {
  transform: rotate(45deg);
  color: #fff;
  font-size: 0.82rem;
}
.lst-map-pin-wrap:hover .lst-map-pin { transform: scale(1.12) translateY(-2px); }

.lst-map-pin--country {
  --lst-map-pin-bg: linear-gradient(135deg, #1d4ed8, #3b82f6);
  --lst-map-pin-shadow: rgba(29, 78, 216, 0.42);
}
.lst-map-pin--city {
  --lst-map-pin-bg: linear-gradient(135deg, #0e7490, #06b6d4);
  --lst-map-pin-shadow: rgba(6, 182, 212, 0.42);
}
.lst-map-pin--province {
  --lst-map-pin-bg: linear-gradient(135deg, #6d28d9, #8b5cf6);
  --lst-map-pin-shadow: rgba(139, 92, 246, 0.42);
}
.lst-map-pin--district {
  --lst-map-pin-bg: linear-gradient(135deg, #0f766e, #14b8a6);
  --lst-map-pin-shadow: rgba(20, 184, 166, 0.42);
}
.lst-map-pin--neighborhood {
  --lst-map-pin-bg: linear-gradient(135deg, #475569, #64748b);
  --lst-map-pin-shadow: rgba(100, 116, 139, 0.42);
}
.lst-map-pin--geography {
  --lst-map-pin-bg: linear-gradient(135deg, #047857, #10b981);
  --lst-map-pin-shadow: rgba(16, 185, 129, 0.42);
}
.lst-map-pin--geo-mountain,
.lst-map-pin--geo-plateau,
.lst-map-pin--geo-volcano {
  --lst-map-pin-bg: linear-gradient(135deg, #57534e, #78716c);
  --lst-map-pin-shadow: rgba(87, 83, 78, 0.42);
}
.lst-map-pin--geo-plain,
.lst-map-pin--geo-picnic {
  --lst-map-pin-bg: linear-gradient(135deg, #65a30d, #84cc16);
  --lst-map-pin-shadow: rgba(132, 204, 22, 0.42);
}
.lst-map-pin--geo-river,
.lst-map-pin--geo-lake,
.lst-map-pin--geo-stream,
.lst-map-pin--geo-pool {
  --lst-map-pin-bg: linear-gradient(135deg, #0369a1, #0ea5e9);
  --lst-map-pin-shadow: rgba(14, 165, 233, 0.42);
}
.lst-map-pin--geo-sea {
  --lst-map-pin-bg: linear-gradient(135deg, #1d4ed8, #3b82f6);
  --lst-map-pin-shadow: rgba(59, 130, 246, 0.42);
}
.lst-map-pin--geo-forest {
  --lst-map-pin-bg: linear-gradient(135deg, #166534, #22c55e);
  --lst-map-pin-shadow: rgba(34, 197, 94, 0.42);
}
.lst-map-pin--geo-desert {
  --lst-map-pin-bg: linear-gradient(135deg, #ca8a04, #eab308);
  --lst-map-pin-shadow: rgba(234, 179, 8, 0.42);
}
.lst-map-pin--geo-canyon {
  --lst-map-pin-bg: linear-gradient(135deg, #78350f, #a16207);
  --lst-map-pin-shadow: rgba(161, 98, 7, 0.42);
}
.lst-map-pin--geo-museum {
  --lst-map-pin-bg: linear-gradient(135deg, #7e22ce, #a855f7);
  --lst-map-pin-shadow: rgba(168, 85, 247, 0.42);
}
.lst-map-pin--geo-historic {
  --lst-map-pin-bg: linear-gradient(135deg, #b45309, #d97706);
  --lst-map-pin-shadow: rgba(217, 119, 6, 0.42);
}
.lst-map-pin--geo-food,
.lst-map-pin--geo-restaurant {
  --lst-map-pin-bg: linear-gradient(135deg, #c2410c, #f97316);
  --lst-map-pin-shadow: rgba(249, 115, 22, 0.42);
}
.lst-map-pin--culture {
  --lst-map-pin-bg: linear-gradient(135deg, #7e22ce, #a855f7);
  --lst-map-pin-shadow: rgba(168, 85, 247, 0.42);
}
.lst-map-pin--history {
  --lst-map-pin-bg: linear-gradient(135deg, #b45309, #d97706);
  --lst-map-pin-shadow: rgba(217, 119, 6, 0.42);
}
.lst-map-pin--event {
  --lst-map-pin-bg: linear-gradient(135deg, #be185d, #ec4899);
  --lst-map-pin-shadow: rgba(236, 72, 153, 0.42);
}
.lst-map-pin--route {
  --lst-map-pin-bg: linear-gradient(135deg, #4338ca, #6366f1);
  --lst-map-pin-shadow: rgba(99, 102, 241, 0.42);
}
.lst-map-pin--default {
  --lst-map-pin-bg: linear-gradient(135deg, var(--lst-brand), var(--lst-brand-light));
  --lst-map-pin-shadow: rgba(29, 78, 216, 0.38);
}

/* Custom clusters */
.lst-map-cluster-wrap { background: none !important; border: none !important; }
.lst-map-cluster {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--lst-brand), var(--lst-brand-light));
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
  box-shadow: 0 4px 16px rgba(29, 78, 216, 0.4);
  border: 3px solid #fff;
}
.lst-map-cluster--md { width: 50px; height: 50px; font-size: 0.88rem; }
.lst-map-cluster--lg { width: 56px; height: 56px; font-size: 0.94rem; }

/* Custom popups */
.lst-explore-map__canvas .leaflet-popup-content-wrapper.lst-map-popup-shell,
.lst-explore-map__canvas .leaflet-popup-content-wrapper {
  padding: 0;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 16px 48px rgba(15, 23, 42, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.9);
}
.lst-explore-map__canvas .leaflet-popup-content { margin: 0; width: auto !important; }
.lst-explore-map__canvas .leaflet-popup-tip {
  background: #fff;
  box-shadow: none;
}
.lst-map-popup__media {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--lst-bg);
}
.lst-map-popup__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.lst-map-popup__body { padding: 14px 16px 16px; }
.lst-map-popup__badge {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 100px;
  background: var(--lst-map-badge-bg, var(--lst-brand-soft));
  color: var(--lst-map-badge-fg, var(--lst-brand));
  font-size: 0.72rem;
  font-weight: 600;
  margin-bottom: 8px;
}
.lst-map-popup__badge--country { --lst-map-badge-bg: #dbeafe; --lst-map-badge-fg: #1d4ed8; }
.lst-map-popup__badge--city { --lst-map-badge-bg: #cffafe; --lst-map-badge-fg: #0e7490; }
.lst-map-popup__badge--province { --lst-map-badge-bg: #ede9fe; --lst-map-badge-fg: #6d28d9; }
.lst-map-popup__badge--district { --lst-map-badge-bg: #ccfbf1; --lst-map-badge-fg: #0f766e; }
.lst-map-popup__badge--neighborhood { --lst-map-badge-bg: #e2e8f0; --lst-map-badge-fg: #475569; }
.lst-map-popup__badge--geography { --lst-map-badge-bg: #d1fae5; --lst-map-badge-fg: #047857; }
.lst-map-popup__badge--culture { --lst-map-badge-bg: #f3e8ff; --lst-map-badge-fg: #7e22ce; }
.lst-map-popup__badge--history { --lst-map-badge-bg: #fef3c7; --lst-map-badge-fg: #b45309; }
.lst-map-popup__badge--event { --lst-map-badge-bg: #fce7f3; --lst-map-badge-fg: #be185d; }
.lst-map-popup__badge--route { --lst-map-badge-bg: #e0e7ff; --lst-map-badge-fg: #4338ca; }
.lst-map-popup__title {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--lst-ink);
  line-height: 1.35;
  margin-bottom: 8px;
}
.lst-map-popup__meta {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 10px;
}
.lst-map-popup__meta-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.78rem;
  color: var(--lst-muted);
}
.lst-map-popup__meta-item i {
  width: 22px;
  height: 22px;
  border-radius: 7px;
  display: grid;
  place-items: center;
  background: var(--lst-bg);
  color: var(--lst-brand);
  font-size: 0.68rem;
  flex-shrink: 0;
}
.lst-map-popup__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 12px;
}
.lst-map-popup__tag {
  padding: 3px 8px;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 600;
  color: #1e40af;
  background: #eff6ff;
  border: 1px solid #dbeafe;
}
.maplibregl-popup.lst-map-hover-popup .maplibregl-popup-content {
  padding: 10px 12px;
  border-radius: 12px;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.16);
  pointer-events: none;
}
.lst-map-hover {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-width: 140px;
}
.lst-map-hover--cluster {
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}
.lst-map-hover--cluster strong {
  font-size: 1.1rem;
  color: #1d4ed8;
}
.lst-map-hover--cluster em {
  font-size: 0.72rem;
  color: var(--lst-muted);
  font-style: normal;
}
.lst-map-hover__icon {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--lst-brand), var(--lst-brand-light));
  flex-shrink: 0;
  font-size: 0.82rem;
}
.lst-map-hover__copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.lst-map-hover__copy strong {
  font-size: 0.84rem;
  color: var(--lst-ink);
  line-height: 1.3;
}
.lst-map-hover__copy span {
  font-size: 0.74rem;
  color: var(--lst-muted);
}
.lst-map-hover__copy em {
  font-size: 0.68rem;
  color: #64748b;
  font-style: normal;
}
.lst-map-cluster-popup__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 14px 8px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}
.lst-map-cluster-popup__head strong {
  font-size: 0.88rem;
  color: var(--lst-ink);
}
.lst-map-cluster-popup__head span {
  font-size: 0.72rem;
  color: var(--lst-muted);
  white-space: nowrap;
}
.lst-map-cluster-popup__list {
  max-height: 260px;
  overflow: auto;
  padding: 6px;
}
.lst-map-cluster-item {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  text-align: left;
  cursor: pointer;
  transition: background 0.2s;
}
.lst-map-cluster-item:hover {
  background: rgba(29, 78, 216, 0.06);
}
.lst-map-cluster-item__icon {
  width: 30px;
  height: 30px;
  border-radius: 9px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--lst-brand), var(--lst-brand-light));
  flex-shrink: 0;
  font-size: 0.75rem;
}
.lst-map-cluster-item__copy {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.lst-map-cluster-item__copy strong {
  font-size: 0.8rem;
  color: var(--lst-ink);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lst-map-cluster-item__copy em {
  font-size: 0.7rem;
  color: var(--lst-muted);
  font-style: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lst-map-cluster-item__chev {
  color: var(--lst-muted);
  font-size: 0.68rem;
  opacity: 0.6;
}
.lst-map-cluster-more {
  padding: 8px 14px 12px;
  font-size: 0.72rem;
  color: var(--lst-muted);
  text-align: center;
}
.lst-map-popup__cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--lst-map-cta-fg, var(--lst-brand-light));
  text-decoration: none;
  transition: gap 0.2s, color 0.2s;
}
.lst-map-popup__cta:hover { gap: 10px; color: var(--lst-map-cta-hover, var(--lst-brand)); }
.lst-map-popup__cta--country { --lst-map-cta-fg: #2563eb; --lst-map-cta-hover: #1d4ed8; }
.lst-map-popup__cta--city { --lst-map-cta-fg: #0891b2; --lst-map-cta-hover: #0e7490; }
.lst-map-popup__cta--province { --lst-map-cta-fg: #7c3aed; --lst-map-cta-hover: #6d28d9; }
.lst-map-popup__cta--district { --lst-map-cta-fg: #0d9488; --lst-map-cta-hover: #0f766e; }
.lst-map-popup__cta--neighborhood { --lst-map-cta-fg: #64748b; --lst-map-cta-hover: #475569; }
.lst-map-popup__cta--geography { --lst-map-cta-fg: #059669; --lst-map-cta-hover: #047857; }
.lst-map-popup__cta--culture { --lst-map-cta-fg: #9333ea; --lst-map-cta-hover: #7e22ce; }
.lst-map-popup__cta--history { --lst-map-cta-fg: #d97706; --lst-map-cta-hover: #b45309; }
.lst-map-popup__cta--event { --lst-map-cta-fg: #db2777; --lst-map-cta-hover: #be185d; }
.lst-map-popup__cta--route { --lst-map-cta-fg: #4f46e5; --lst-map-cta-hover: #4338ca; }

/* Leaflet control overrides */
.lst-explore-map__canvas .leaflet-control-zoom { display: none !important; }
.lst-explore-map__canvas .leaflet-control-attribution {
  background: rgba(255, 255, 255, 0.82) !important;
  backdrop-filter: blur(6px);
  border-radius: 8px 0 0 0;
  font-size: 0.68rem;
  padding: 2px 6px;
}

/* Mobile map mode */
@media (max-width: 900px) {
  body.is-explore-map-mode .lst-adv-col {
    left: 0;
    top: 0;
    width: min(340px, 88vw);
    transform: translateX(-110%);
  }
  body.is-explore-map-mode .lst-adv-col.is-open,
  body.is-explore-map-mode:not(.is-map-filters-collapsed) .lst-adv-col {
    transform: translateX(0);
  }
  body.is-explore-map-mode.is-map-filters-collapsed .lst-adv-col {
    transform: translateX(-110%);
  }
  body.is-explore-map-mode .lst-adv-sidebar {
    max-height: calc(100dvh - var(--lst-header-h));
    border-radius: 0 16px 16px 0;
  }
  body.is-explore-map-mode .lst-toolbar {
    top: 12px;
    bottom: auto;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    flex-wrap: nowrap;
    max-width: calc(100vw - 24px);
    border-radius: 14px;
  }
  .lst-map-hud {
    left: 12px;
    bottom: 12px;
    flex-wrap: wrap;
    max-width: calc(100vw - 80px);
  }
  .lst-map-hud__filters,
  .lst-map-hud__stat {
    padding: 8px 12px;
    font-size: 0.78rem;
  }
  .lst-map-controls {
    right: 12px;
    bottom: 12px;
  }
  .lst-map-controls button {
    width: 38px;
    height: 38px;
    border-radius: 10px;
  }
  body.is-explore-map-mode .lst-map-controls {
    right: 12px;
    bottom: calc(42dvh + 12px);
  }
  body.is-explore-map-mode.is-map-list-collapsed .lst-map-controls {
    right: 12px;
    bottom: 60px;
  }
  .lst-map-list-panel {
    --lst-map-panel-w: auto;
    left: 12px;
    right: 12px;
    top: auto;
    bottom: 0;
    width: auto;
    max-height: 42dvh;
    border-radius: 16px 16px 0 0;
  }
  .lst-map-list-panel.is-collapsed {
    width: auto;
    max-height: 48px;
  }
}

.lst-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; }
.lst-chip {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 6px 12px; border-radius: 100px;
  background: linear-gradient(135deg, var(--lst-brand), var(--lst-brand-light));
  color: #fff;
  font-size: 0.76rem; font-weight: 600;
  border: none;
  box-shadow: 0 3px 10px rgba(29, 78, 216, 0.3);
}
.lst-chip button { color: inherit; opacity: 0.5; font-size: 0.72rem; }
.lst-chip button:hover { opacity: 1; }

/* ── Cards ── */
.lst-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.lst-grid.is-list { grid-template-columns: 1fr; gap: 14px; }

.lst-card {
  background: var(--lst-surface);
  border: 2px solid var(--lst-border);
  border-radius: var(--lst-radius-lg);
  overflow: hidden;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s, border-color 0.25s;
  display: flex; flex-direction: column;
  box-shadow: var(--lst-shadow);
}
.lst-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--lst-shadow-hover);
  border-color: var(--lst-brand-lighter);
}
.lst-grid.is-list .lst-card { flex-direction: row; transform: none; }
.lst-grid.is-list .lst-card:hover { transform: none; box-shadow: var(--lst-shadow-hover); }

.lst-card__media {
  position: relative; aspect-ratio: 4/3; overflow: hidden;
  background: var(--lst-bg);
}
.lst-grid.is-list .lst-card__media {
  width: 280px; min-width: 280px; aspect-ratio: auto; min-height: 180px;
}
.lst-card__media::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(29, 29, 31, 0.25) 0%, transparent 50%);
  pointer-events: none;
  opacity: 0; transition: opacity 0.35s;
}
.lst-card:hover .lst-card__media::after { opacity: 1; }
.lst-card__media img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  filter: saturate(1.15) contrast(1.05);
}
.lst-card:hover .lst-card__media img { transform: scale(1.05); filter: saturate(1.22) contrast(1.08); }
.lst-card__type {
  position: absolute; top: 12px; left: 12px; z-index: 2;
  padding: 5px 11px; border-radius: 6px;
  background: linear-gradient(135deg, var(--lst-brand), var(--lst-brand-light));
  font-family: var(--lst-ui);
  font-size: 0.65rem; font-weight: 700;
  letter-spacing: 0.04em; text-transform: uppercase;
  color: #fff;
  box-shadow: 0 3px 10px rgba(29, 78, 216, 0.4);
}
.lst-card__fav {
  position: absolute; top: 12px; right: 12px; z-index: 2;
  width: 36px; height: 36px; border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(8px);
  display: grid; place-items: center;
  color: var(--lst-muted); font-size: 0.9rem;
  transition: all 0.25s;
}
.lst-card__fav:hover { color: var(--lst-rose); transform: scale(1.08); }
.lst-card__fav.is-active { color: var(--lst-rose); }

.lst-card__body { padding: 20px; flex: 1; display: flex; flex-direction: column; }
.lst-card__path {
  font-size: 0.72rem; color: var(--lst-muted);
  margin-bottom: 6px; line-height: 1.4;
  font-weight: 400;
}
.lst-card__path a:hover { color: var(--lst-teal); }
.lst-card__title {
  font-family: var(--lst-display);
  font-size: 1.35rem; font-weight: 600;
  margin-bottom: 10px; line-height: 1.2;
  color: var(--lst-ink);
  letter-spacing: -0.02em;
}
.lst-card__meta {
  display: flex; align-items: center; gap: 14px; flex-wrap: wrap;
  font-size: 0.82rem; margin-bottom: 12px;
}
.lst-card__rating {
  display: flex; align-items: center; gap: 4px;
  font-weight: 600; color: var(--lst-ink);
}
.lst-card__rating i { color: var(--lst-star); font-size: 0.75rem; }
.lst-card__rating span { color: var(--lst-muted); font-weight: 400; }
.lst-card__tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 12px; }
.lst-card__tag {
  padding: 4px 10px; border-radius: 6px;
  background: var(--lst-brand-soft);
  font-size: 0.7rem; font-weight: 600;
  color: var(--lst-brand);
  border: 1px solid rgba(29, 78, 216, 0.2);
}
.lst-card__coords {
  margin-top: auto; padding-top: 12px;
  border-top: 1px solid var(--lst-border);
  font-size: 0.74rem; color: var(--lst-ink-soft);
  font-variant-numeric: tabular-nums;
  font-weight: 500;
  display: flex; align-items: center; gap: 6px;
}
.lst-card__coords i { color: var(--lst-brand-light); font-size: 0.7rem; }

.lst-grid.is-list .lst-card__body { justify-content: center; }

/* ── Pagination ── */
.lst-pagination-wrap {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 20px;
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid var(--lst-border);
}
.lst-pagination__meta {
  font-size: 0.88rem;
  color: var(--lst-muted);
  flex: 0 1 auto;
  min-width: 0;
  white-space: nowrap;
}
.lst-pagination__meta strong { color: var(--lst-ink); font-weight: 700; }
.lst-pagination__controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px 16px;
  flex: 1 1 auto;
  min-width: 0;
  flex-wrap: nowrap;
}
.lst-pagination {
  display: flex; align-items: center; justify-content: flex-end;
  gap: 6px; flex: 0 1 auto;
  flex-wrap: nowrap;
}
.lst-pagination a,
.lst-pagination span,
.lst-pagination button {
  min-width: 40px; height: 40px; border-radius: 10px;
  display: grid; place-items: center;
  font-size: 0.84rem; font-weight: 600;
  border: 1px solid var(--lst-border); background: var(--lst-surface);
  color: var(--lst-text);
  text-decoration: none;
}
.lst-pagination__page.is-active,
.lst-pagination button.is-active {
  background: linear-gradient(135deg, var(--lst-brand), var(--lst-brand-light));
  color: #fff;
  border-color: transparent;
  box-shadow: 0 4px 12px rgba(29, 78, 216, 0.35);
}
.lst-pagination a:not(.is-disabled):hover,
.lst-pagination button:not(:disabled):hover {
  border-color: var(--lst-brand-light); color: var(--lst-brand-light);
}
.lst-pagination .is-disabled,
.lst-pagination button:disabled {
  opacity: 0.3; cursor: not-allowed;
}
.lst-pagination__ellipsis {
  min-width: 28px; border: none; background: transparent;
  color: var(--lst-muted); font-weight: 700;
}
.lst-pagination__goto {
  display: flex; align-items: center; gap: 8px;
  flex: 0 0 auto;
}
.lst-pagination__goto-label {
  font-size: 0.82rem; font-weight: 600; color: var(--lst-muted);
}
.lst-pagination__goto-input {
  width: 64px; height: 40px;
  border: 1px solid var(--lst-border);
  border-radius: 10px;
  padding: 0 10px;
  font-size: 0.88rem; font-weight: 600;
  font-variant-numeric: tabular-nums;
  background: var(--lst-surface);
  color: var(--lst-ink);
}
.lst-pagination__goto-total {
  font-size: 0.82rem; color: var(--lst-muted);
  font-variant-numeric: tabular-nums;
}
.lst-pagination__goto-btn {
  height: 40px; padding: 0 14px;
  border-radius: 10px;
  border: 1px solid var(--lst-brand-light);
  background: var(--lst-brand-soft);
  color: var(--lst-brand);
  font-size: 0.82rem; font-weight: 700;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.lst-pagination__goto-btn:hover {
  background: var(--lst-brand);
  color: #fff;
}
.lst-toolbar__page-note {
  color: var(--lst-muted);
  font-weight: 500;
}
@media (max-width: 900px) {
  .lst-pagination-wrap {
    flex-wrap: wrap;
    gap: 12px;
  }
  .lst-pagination__meta {
    flex: 1 1 100%;
    white-space: normal;
  }
  .lst-pagination__controls {
    flex: 1 1 100%;
    justify-content: center;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 4px;
  }
  .lst-pagination { justify-content: flex-start; }
}

/* ── Home sections ── */
.lst-home-section {
  padding: 72px 0;
  position: relative;
}
.lst-home-section--countries {
  padding-top: 80px;
  background:
    radial-gradient(ellipse 80% 60% at 50% -20%, rgba(59, 130, 246, 0.1), transparent 70%),
    linear-gradient(180deg, #f8fafc 0%, var(--lst-bg) 100%);
}
/* ── Home · premium countries hierarchy ── */
.lst-home-countries-premium {
  overflow: hidden;
  padding-bottom: 88px;
}
.lst-home-countries__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}
.lst-home-countries__grid {
  position: absolute;
  inset: 0;
  opacity: 0.35;
  background-image:
    radial-gradient(circle at 1px 1px, rgba(59, 130, 246, 0.14) 1px, transparent 0);
  background-size: 28px 28px;
  mask-image: linear-gradient(180deg, #000 0%, transparent 85%);
}
.lst-home-countries__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.5;
  animation: lstHomeCountriesOrb 16s ease-in-out infinite;
}
.lst-home-countries__orb--1 {
  width: 360px;
  height: 360px;
  top: -80px;
  right: -60px;
  background: rgba(59, 130, 246, 0.28);
}
.lst-home-countries__orb--2 {
  width: 280px;
  height: 280px;
  bottom: 10%;
  left: -40px;
  background: rgba(14, 165, 233, 0.22);
  animation-delay: -5s;
}
.lst-home-countries__orb--3 {
  width: 200px;
  height: 200px;
  top: 35%;
  left: 42%;
  background: rgba(124, 58, 237, 0.14);
  animation-delay: -9s;
}
@keyframes lstHomeCountriesOrb {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(14px, -12px) scale(1.05); }
}
.lst-home-countries__routes {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 55%;
  top: 8%;
  color: rgba(59, 130, 246, 0.35);
  opacity: 0.85;
}
.lst-home-countries__route {
  animation: lstHomeRouteDash 24s linear infinite;
}
.lst-home-countries__route--plane {
  animation-duration: 30s;
  animation-delay: -8s;
  opacity: 0.75;
}
.lst-home-countries__route--ship {
  animation-duration: 28s;
  animation-delay: -5s;
  opacity: 0.65;
}
@keyframes lstHomeRouteDash {
  to { stroke-dashoffset: -120; }
}
.lst-home-countries__traveler {
  pointer-events: none;
}
.lst-home-countries__vehicle-halo {
  fill: rgba(255, 255, 255, 0.88);
  stroke: rgba(59, 130, 246, 0.22);
  stroke-width: 1;
  filter: drop-shadow(0 2px 6px rgba(59, 130, 246, 0.18));
}
.lst-home-countries__vehicle {
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 11px;
  line-height: 1;
}
.lst-home-countries__vehicle--plane { color: #2563eb; }
.lst-home-countries__vehicle--car { color: #0ea5e9; }
.lst-home-countries__vehicle--ship { color: #0284c7; }
.lst-home-countries__traveler--plane .lst-home-countries__vehicle-halo {
  fill: rgba(255, 255, 255, 0.9);
}
.lst-home-countries__traveler--ship .lst-home-countries__vehicle-halo {
  fill: rgba(240, 249, 255, 0.92);
  stroke: rgba(14, 165, 233, 0.28);
}
.lst-home-countries__head {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 36px;
}
.lst-home-countries__head.is-pending {
  opacity: 0;
  transform: translateY(24px);
}
.lst-home-countries__head.is-revealed {
  animation: lstHomeCountriesHeadReveal 0.85s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
@keyframes lstHomeCountriesHeadReveal {
  to { opacity: 1; transform: translateY(0); }
}
.lst-home-countries__intro { min-width: 0; flex: 1; }
.lst-home-countries__intro h2 {
  font-family: var(--lst-display);
  font-size: clamp(1.75rem, 3.2vw, 2.35rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  color: var(--lst-ink);
  margin: 0 0 10px;
}
.lst-home-countries__lead {
  margin: 0 0 18px;
  max-width: 520px;
  color: var(--lst-muted);
  font-size: 1rem;
  line-height: 1.55;
}
.lst-home-countries__steps {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 4px;
  margin-bottom: 20px;
}
.lst-home-countries__step {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 600;
  color: #1e40af;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(59, 130, 246, 0.22);
  box-shadow: 0 4px 16px rgba(29, 78, 216, 0.08);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  opacity: 0;
  transform: translateY(10px);
}
.lst-home-countries__head.is-revealed .lst-home-countries__step {
  animation: lstHomeStepIn 0.55s cubic-bezier(0.16, 1, 0.3, 1) calc(0.2s + var(--step-i) * 0.1s) forwards;
}
@keyframes lstHomeStepIn {
  to { opacity: 1; transform: translateY(0); }
}
.lst-home-countries__step i {
  width: 26px;
  height: 26px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  font-size: 0.72rem;
  color: #fff;
  background: linear-gradient(135deg, #3b82f6, #1d4ed8);
  box-shadow: 0 4px 10px rgba(29, 78, 216, 0.28);
}
.lst-home-countries__step em {
  font-style: normal;
}
.lst-home-countries__step-arrow {
  color: rgba(59, 130, 246, 0.45);
  font-size: 0.65rem;
  padding: 0 2px;
  opacity: 0;
}
.lst-home-countries__head.is-revealed .lst-home-countries__step-arrow {
  animation: lstHomeStepIn 0.4s ease calc(0.28s + var(--step-i, 0) * 0.1s) forwards;
}
.lst-home-countries__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.lst-home-countries__stat {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 10px 16px;
  min-width: 84px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(59, 130, 246, 0.18);
  box-shadow: 0 8px 24px rgba(29, 78, 216, 0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.lst-home-countries__stat strong {
  font-family: var(--lst-display);
  font-size: 1.35rem;
  font-weight: 600;
  color: #1e3a8a;
  letter-spacing: -0.02em;
}
.lst-home-countries__stat span {
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(30, 58, 138, 0.65);
}
.lst-home-countries__actions {
  flex-shrink: 0;
}
.lst-home-countries__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  font-size: 0.95rem;
  box-shadow: 0 12px 28px rgba(29, 78, 216, 0.22);
  transition: transform 0.3s, box-shadow 0.3s;
}
.lst-home-countries__cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(29, 78, 216, 0.28);
}
.lst-home-countries__cta i {
  transition: transform 0.25s;
}
.lst-home-countries__cta:hover i {
  transform: translateX(4px);
}
.lst-home-countries__stage {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
}
.lst-home-countries__viewport {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  padding: 4px 0;
  mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%);
}
.lst-home-countries__nav {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(59, 130, 246, 0.25);
  background: rgba(255, 255, 255, 0.85);
  color: #1d4ed8;
  display: grid;
  place-items: center;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(29, 78, 216, 0.12);
  transition: transform 0.25s, background 0.25s, box-shadow 0.25s;
  flex-shrink: 0;
}
.lst-home-countries__nav:hover:not(:disabled) {
  background: #fff;
  transform: scale(1.06);
  box-shadow: 0 12px 28px rgba(29, 78, 216, 0.2);
}
.lst-home-countries__nav:disabled {
  opacity: 0.35;
  cursor: default;
}
.lst-home-countries__hint {
  margin: 18px 0 0;
  text-align: center;
  font-size: 0.82rem;
  color: var(--lst-muted);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  opacity: 0.75;
}
.lst-hierarchy--premium {
  gap: 20px;
  padding: 8px 12px 12px;
  scroll-padding-inline: 12px;
}
.lst-country-card--premium {
  flex: 0 0 min(260px, calc(74vw - 32px));
  height: 360px;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow:
    0 20px 48px rgba(15, 23, 42, 0.18),
    0 0 0 1px rgba(59, 130, 246, 0.06);
  opacity: 0;
  transform: translateY(28px) scale(0.96);
}
.lst-country-card--premium.is-revealed {
  animation: lstHomeCountryReveal 0.65s cubic-bezier(0.16, 1, 0.3, 1) calc(var(--card-i, 0) * 0.07s) forwards;
}
@keyframes lstHomeCountryReveal {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.lst-country-card--premium:hover {
  transform: translateY(-10px) scale(1.025);
  box-shadow:
    0 32px 64px rgba(29, 78, 216, 0.28),
    0 0 0 1px rgba(59, 130, 246, 0.15);
}
.lst-country-card--premium.is-revealed:hover {
  transform: translateY(-10px) scale(1.025);
}
.lst-country-card__level {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  z-index: 4;
  background: linear-gradient(90deg, #3b82f6, #06b6d4, #8b5cf6);
  background-size: 200% 100%;
  animation: lstHomeLevelShine 4s ease infinite;
}
@keyframes lstHomeLevelShine {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}
.lst-country-card--premium .lst-country-card__media img {
  animation: lstHomeCountryKen 18s ease-in-out infinite alternate;
}
@keyframes lstHomeCountryKen {
  from { transform: scale(1.04); }
  to { transform: scale(1.12); }
}
.lst-country-card--premium:hover .lst-country-card__media img {
  animation-play-state: paused;
  transform: scale(1.14);
}
.lst-country-card__shine {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(
    125deg,
    transparent 30%,
    rgba(255, 255, 255, 0.12) 48%,
    transparent 62%
  );
  transform: translateX(-120%);
  transition: transform 0.7s ease;
  pointer-events: none;
}
.lst-country-card--premium:hover .lst-country-card__shine {
  transform: translateX(120%);
}
.lst-country-card--premium .lst-country-card__shade {
  background:
    linear-gradient(180deg, rgba(6, 20, 40, 0.02) 0%, rgba(6, 20, 40, 0.35) 45%, rgba(6, 20, 40, 0.88) 100%);
}
.lst-country-card__code {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 3;
  padding: 6px 10px;
  border-radius: 10px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: #fff;
  background: rgba(15, 23, 42, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.lst-country-card--premium .lst-country-card__body {
  padding: 20px 18px;
  background: linear-gradient(180deg, transparent, rgba(6, 20, 40, 0.25));
}
.lst-country-card--premium .lst-country-card__name {
  font-size: 1.28rem;
}
.lst-country-card--premium .lst-country-card__count {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 4px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.75rem;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.18);
  width: fit-content;
}
.lst-country-card__go {
  position: absolute;
  right: 16px;
  bottom: 18px;
  z-index: 3;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #fff;
  opacity: 0;
  transform: translate(6px, 6px) scale(0.85);
  transition: opacity 0.3s, transform 0.3s, background 0.3s;
}
.lst-country-card--premium:hover .lst-country-card__go {
  opacity: 1;
  transform: translate(0, 0) scale(1);
  background: #fff;
  color: #1d4ed8;
}
@media (max-width: 900px) {
  .lst-home-countries__head {
    flex-direction: column;
    align-items: stretch;
  }
  .lst-home-countries__actions { width: 100%; }
  .lst-home-countries__cta { width: 100%; justify-content: center; }
  .lst-home-countries__nav { display: none; }
  .lst-home-countries__stage { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .lst-country-card--premium {
    flex-basis: min(240px, calc(82vw - 24px));
    height: 320px;
  }
  .lst-home-countries__steps { gap: 4px; }
  .lst-home-countries__step {
    padding: 6px 10px;
    font-size: 0.75rem;
  }
  .lst-home-countries__step i {
    width: 22px;
    height: 22px;
    font-size: 0.65rem;
  }
}
.lst-home-section--categories {
  background:
    radial-gradient(ellipse 60% 50% at 0% 50%, rgba(124, 58, 237, 0.08), transparent 55%),
    radial-gradient(ellipse 50% 40% at 100% 20%, rgba(14, 165, 233, 0.08), transparent 50%),
    linear-gradient(180deg, #0b1220 0%, #111827 100%);
  color: #fff;
}
.lst-home-section--categories .lst-section-head h2,
.lst-home-section--categories .lst-section-head p { color: #fff; }
.lst-home-section--categories .lst-section-head p { color: rgba(255, 255, 255, 0.72); }
.lst-home-section--categories .lst-eyebrow {
  color: #f0f9ff;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.18);
}
.lst-home-section--featured {
  padding-bottom: 88px;
  background:
    radial-gradient(ellipse 70% 50% at 100% 0%, rgba(29, 78, 216, 0.08), transparent 65%),
    var(--lst-bg);
}

/* Featured premium shell */
.lst-home-section--featured-premium {
  position: relative;
  overflow: hidden;
  padding: 88px 0 104px;
  background:
    radial-gradient(ellipse 55% 45% at 8% 12%, rgba(59, 130, 246, 0.14), transparent 58%),
    radial-gradient(ellipse 45% 40% at 92% 18%, rgba(245, 158, 11, 0.1), transparent 55%),
    linear-gradient(180deg, #f8fafc 0%, #fff 42%, #f1f5f9 100%);
}
.lst-home-featured__backdrop {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}
.lst-home-featured__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.55;
  animation: lstFeaturedOrb 16s ease-in-out infinite alternate;
}
.lst-home-featured__orb--1 {
  width: 420px;
  height: 420px;
  top: -120px;
  right: -80px;
  background: rgba(59, 130, 246, 0.28);
}
.lst-home-featured__orb--2 {
  width: 360px;
  height: 360px;
  bottom: -100px;
  left: -60px;
  background: rgba(251, 191, 36, 0.22);
  animation-delay: -6s;
}
@keyframes lstFeaturedOrb {
  from { transform: translate(0, 0) scale(1); }
  to { transform: translate(-24px, 18px) scale(1.08); }
}
.lst-home-featured__grid-lines {
  position: absolute;
  inset: 0;
  opacity: 0.35;
  background-image:
    linear-gradient(rgba(148, 163, 184, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148, 163, 184, 0.12) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 70% 60% at 50% 40%, #000 20%, transparent 75%);
}
.lst-home-featured__head {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 36px;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
.lst-home-featured__head.is-revealed {
  opacity: 1;
  transform: none;
}
.lst-home-featured__intro { max-width: 640px; min-width: 0; }
.lst-home-featured__intro h2 {
  font-family: var(--lst-display);
  font-size: clamp(1.85rem, 3.2vw, 2.55rem);
  letter-spacing: -0.03em;
  margin: 10px 0 12px;
  color: var(--lst-ink);
}
.lst-home-featured__intro p {
  margin: 0;
  color: #64748b;
  font-size: 1.02rem;
  line-height: 1.6;
}
.lst-home-featured__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}
.lst-home-featured__meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 600;
  color: #1e40af;
  background: rgba(59, 130, 246, 0.1);
  border: 1px solid rgba(59, 130, 246, 0.18);
}
.lst-home-featured__meta i { color: #f59e0b; }
.lst-home-featured__actions { flex-shrink: 0; }
.lst-home-featured__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 14px 32px rgba(29, 78, 216, 0.22);
}
.lst-home-featured__cta i { transition: transform 0.25s ease; }
.lst-home-featured__cta:hover i { transform: translateX(4px); }

.lst-home-featured__stage {
  position: relative;
  z-index: 1;
}
.lst-home-featured__nav {
  position: absolute;
  top: 50%;
  z-index: 4;
  width: 44px;
  height: 44px;
  margin-top: -22px;
  border: 1px solid rgba(148, 163, 184, 0.35);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: var(--lst-ink);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.12);
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
}
.lst-home-featured__nav:hover {
  transform: scale(1.06);
  box-shadow: 0 14px 28px rgba(29, 78, 216, 0.18);
  background: #fff;
}
.lst-home-featured__nav--prev { left: -12px; }
.lst-home-featured__nav--next { right: -12px; }
.lst-home-featured__dots {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}
.lst-home-featured__dot {
  width: 9px;
  height: 9px;
  padding: 0;
  border: none;
  border-radius: 999px;
  background: rgba(148, 163, 184, 0.45);
  cursor: pointer;
  transition: width 0.25s ease, background 0.25s ease, transform 0.2s;
}
.lst-home-featured__dot.is-active {
  width: 28px;
  background: linear-gradient(90deg, var(--lst-brand), var(--lst-brand-light));
}
.lst-home-featured__dot:hover { transform: scale(1.15); }
.lst-home-featured__hint {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 14px 0 0;
  font-size: 0.82rem;
  color: #64748b;
}
.lst-home-featured__stage.is-autoplay .lst-home-featured__hint i {
  animation: lstFeaturedPlayPulse 1.2s ease-in-out infinite;
}
@keyframes lstFeaturedPlayPulse {
  0%, 100% { opacity: 0.45; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.12); }
}

.lst-home-section--reviews {
  padding-bottom: 104px;
  background:
    radial-gradient(ellipse 50% 40% at 0% 100%, rgba(245, 158, 11, 0.08), transparent 55%),
    linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}

/* Home · premium reviews */
.lst-home-reviews-premium {
  position: relative;
  overflow: hidden;
}
.lst-home-reviews__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}
.lst-home-reviews__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  opacity: 0.55;
  animation: lstHomeReviewsOrb 18s ease-in-out infinite;
}
.lst-home-reviews__orb--1 {
  width: 320px;
  height: 320px;
  top: -60px;
  left: -40px;
  background: rgba(245, 158, 11, 0.22);
}
.lst-home-reviews__orb--2 {
  width: 280px;
  height: 280px;
  bottom: -40px;
  right: -20px;
  background: rgba(59, 130, 246, 0.18);
  animation-delay: -6s;
}
.lst-home-reviews__sparkles {
  position: absolute;
  inset: 0;
  opacity: 0.35;
  background-image:
    radial-gradient(circle at 12% 28%, rgba(245, 158, 11, 0.35) 0 1px, transparent 2px),
    radial-gradient(circle at 78% 18%, rgba(59, 130, 246, 0.28) 0 1px, transparent 2px),
    radial-gradient(circle at 64% 72%, rgba(245, 158, 11, 0.25) 0 1px, transparent 2px);
  background-size: 100% 100%;
  animation: lstHomeReviewsSparkle 8s ease-in-out infinite alternate;
}
@keyframes lstHomeReviewsOrb {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(10px, -8px) scale(1.04); }
}
@keyframes lstHomeReviewsSparkle {
  from { opacity: 0.25; transform: translateY(0); }
  to { opacity: 0.45; transform: translateY(-6px); }
}
.lst-home-reviews__head {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.65s ease, transform 0.65s cubic-bezier(0.16, 1, 0.3, 1);
}
.lst-home-reviews__head.is-revealed {
  opacity: 1;
  transform: none;
}
.lst-home-reviews__intro { max-width: 640px; min-width: 0; }
.lst-home-reviews__intro h2 {
  margin: 8px 0 10px;
  font-family: var(--lst-serif);
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  color: var(--lst-ink);
}
.lst-home-reviews__intro p {
  margin: 0;
  color: var(--lst-muted);
  font-size: 1rem;
  line-height: 1.55;
}
.lst-home-reviews__summary { flex-shrink: 0; }
.lst-home-reviews__score {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(245, 158, 11, 0.28);
  box-shadow: 0 10px 28px rgba(245, 158, 11, 0.12);
  color: #92400e;
  font-size: 0.9rem;
}
.lst-home-reviews__score i { color: #f59e0b; }
.lst-home-reviews__score strong {
  font-size: 1.15rem;
  color: var(--lst-ink);
}
.lst-home-reviews__toolbar {
  position: relative;
  z-index: 30;
  overflow: visible;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: 14px;
  margin-bottom: 24px;
  padding: 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(184, 201, 224, 0.55);
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.06);
  backdrop-filter: blur(8px);
}
.lst-home-reviews__search {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 14px;
  min-height: 48px;
  border-radius: 14px;
  background: #f8fafc;
  border: 1px solid rgba(184, 201, 224, 0.65);
  transition: border-color 0.2s, box-shadow 0.2s;
}
.lst-home-reviews__search:focus-within {
  border-color: rgba(59, 130, 246, 0.45);
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.12);
}
.lst-home-reviews__search i { color: var(--lst-muted); }
.lst-home-reviews__search input {
  width: 100%;
  border: 0;
  background: transparent;
  font: inherit;
  color: var(--lst-ink);
  outline: none;
}
.lst-home-reviews__filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
  position: relative;
  z-index: 2;
  overflow: visible;
}
.lst-home-reviews__rating {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 6px;
}
.lst-home-reviews__pill {
  border: 1px solid rgba(184, 201, 224, 0.75);
  background: #fff;
  color: #475569;
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 0.82rem;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.2s, background 0.2s, border-color 0.2s, color 0.2s;
}
.lst-home-reviews__pill:hover {
  transform: translateY(-1px);
  border-color: rgba(245, 158, 11, 0.45);
}
.lst-home-reviews__pill.is-active {
  background: linear-gradient(135deg, #f59e0b, #d97706);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 8px 20px rgba(245, 158, 11, 0.28);
}
.lst-home-reviews__type-filter {
  position: relative;
  min-width: 196px;
  z-index: 1;
}
.lst-home-reviews__type-filter.is-open {
  z-index: 40;
}
.lst-home-reviews__type-native {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.lst-home-reviews__type-trigger {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-height: 44px;
  padding: 6px 12px 6px 8px;
  border-radius: 14px;
  border: 1px solid rgba(184, 201, 224, 0.75);
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  color: #334155;
  font: inherit;
  font-size: 0.84rem;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s, background 0.2s;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
}
.lst-home-reviews__type-trigger:hover {
  transform: translateY(-1px);
  border-color: rgba(59, 130, 246, 0.35);
  box-shadow: 0 8px 22px rgba(59, 130, 246, 0.1);
}
.lst-home-reviews__type-filter.is-open .lst-home-reviews__type-trigger,
.lst-home-reviews__type-trigger[aria-expanded="true"] {
  border-color: rgba(59, 130, 246, 0.5);
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.14), 0 10px 28px rgba(59, 130, 246, 0.12);
  background: #fff;
}
.lst-home-reviews__type-icon {
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.14), rgba(99, 102, 241, 0.1));
  color: #2563eb;
  flex-shrink: 0;
  font-size: 0.82rem;
}
.lst-home-reviews__type-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1px;
  min-width: 0;
  flex: 1;
  text-align: left;
}
.lst-home-reviews__type-eyebrow {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #94a3b8;
  line-height: 1.2;
}
.lst-home-reviews__type-value {
  color: #0f172a;
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.lst-home-reviews__type-caret {
  font-size: 0.62rem;
  color: #64748b;
  transition: transform 0.22s ease;
  flex-shrink: 0;
}
.lst-home-reviews__type-filter.is-open .lst-home-reviews__type-caret {
  transform: rotate(180deg);
}
.lst-home-reviews__type-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  left: 0;
  min-width: 220px;
  padding: 8px;
  border-radius: 16px;
  border: 1px solid rgba(184, 201, 224, 0.85);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.14);
  z-index: 80;
  max-height: 320px;
  overflow-y: auto;
  animation: lstHomeReviewsTypeIn 0.18s ease;
}
.lst-home-reviews__type-menu[hidden] {
  display: none !important;
}
@keyframes lstHomeReviewsTypeIn {
  from { opacity: 0; transform: translateY(-6px); }
  to { opacity: 1; transform: translateY(0); }
}
.lst-home-reviews__type-option {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 10px 12px;
  border: none;
  border-radius: 12px;
  background: transparent;
  color: #334155;
  font: inherit;
  font-size: 0.84rem;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  transition: background 0.15s, color 0.15s, transform 0.15s;
}
.lst-home-reviews__type-option:hover {
  background: rgba(59, 130, 246, 0.07);
  color: #1d4ed8;
  transform: translateX(2px);
}
.lst-home-reviews__type-option.is-active {
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.12), rgba(99, 102, 241, 0.08));
  color: #1d4ed8;
}
.lst-home-reviews__type-option__icon {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 9px;
  background: rgba(148, 163, 184, 0.14);
  color: #64748b;
  flex-shrink: 0;
  font-size: 0.78rem;
  transition: background 0.15s, color 0.15s;
}
.lst-home-reviews__type-option.is-active .lst-home-reviews__type-option__icon,
.lst-home-reviews__type-option:hover .lst-home-reviews__type-option__icon {
  background: rgba(59, 130, 246, 0.14);
  color: #2563eb;
}
.lst-home-reviews__type-option__label {
  flex: 1;
  min-width: 0;
}
.lst-home-reviews__type-option__check {
  font-size: 0.72rem;
  color: #2563eb;
  opacity: 0;
  transform: scale(0.85);
  transition: opacity 0.15s, transform 0.15s;
}
.lst-home-reviews__type-option.is-active .lst-home-reviews__type-option__check {
  opacity: 1;
  transform: scale(1);
}
.lst-home-reviews__stage {
  position: relative;
  z-index: 1;
  min-height: 120px;
}
.lst-home-reviews__stage.is-loading .lst-home-reviews__grid {
  opacity: 0.45;
  pointer-events: none;
}
.lst-home-reviews__loading {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  pointer-events: none;
}
.lst-home-reviews__loader {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 3px solid rgba(59, 130, 246, 0.18);
  border-top-color: #2563eb;
  animation: lstHomeReviewsSpin 0.8s linear infinite;
}
@keyframes lstHomeReviewsSpin { to { transform: rotate(360deg); } }
.lst-home-reviews__empty {
  text-align: center;
  padding: 48px 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.75);
  border: 1px dashed rgba(184, 201, 224, 0.85);
  color: var(--lst-muted);
}
.lst-home-reviews__empty i {
  font-size: 2rem;
  color: #cbd5e1;
  margin-bottom: 12px;
}
.lst-home-reviews__empty strong {
  display: block;
  color: var(--lst-ink);
  margin-bottom: 6px;
}
.lst-home-reviews__pager {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 28px;
}
.lst-home-reviews__page-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(184, 201, 224, 0.75);
  background: #fff;
  color: var(--lst-ink);
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}
.lst-home-reviews__page-btn:hover:not(:disabled) {
  transform: translateY(-2px);
  border-color: rgba(59, 130, 246, 0.45);
  box-shadow: 0 8px 20px rgba(59, 130, 246, 0.12);
}
.lst-home-reviews__page-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.lst-home-reviews__pages {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
}
.lst-home-reviews__page-num {
  min-width: 40px;
  height: 40px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(184, 201, 224, 0.75);
  background: #fff;
  color: #475569;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.2s, background 0.2s, color 0.2s, border-color 0.2s;
}
.lst-home-reviews__page-num:hover {
  transform: translateY(-1px);
  border-color: rgba(59, 130, 246, 0.35);
}
.lst-home-reviews__page-num.is-active {
  background: linear-gradient(135deg, var(--lst-brand), var(--lst-brand-light));
  border-color: transparent;
  color: #fff;
  box-shadow: 0 8px 22px rgba(29, 78, 216, 0.22);
}
.lst-home-reviews__page-ellipsis {
  display: grid;
  place-items: center;
  min-width: 28px;
  color: var(--lst-muted);
}

/* Featured bento */
.lst-featured-bento {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 220px;
  gap: 16px;
}
.lst-featured-card {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  display: block;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.14);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s;
}
.lst-featured-card--hero {
  grid-column: span 2;
  grid-row: span 2;
}
.lst-featured-card:hover {
  transform: translateY(-5px) scale(1.01);
  box-shadow: 0 28px 56px rgba(29, 78, 216, 0.2);
}
.lst-featured-card__media,
.lst-featured-card__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lst-featured-card__media img { transition: transform 0.7s ease; }
.lst-featured-card:hover .lst-featured-card__media img { transform: scale(1.08); }
.lst-featured-card__shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(6, 20, 40, 0.08) 15%, rgba(6, 20, 40, 0.82) 100%);
}
.lst-featured-card__body {
  position: absolute;
  inset: auto 0 0 0;
  z-index: 2;
  padding: 18px;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.lst-featured-card--hero .lst-featured-card__body { padding: 28px; }
.lst-featured-card__type {
  align-self: flex-start;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(8px);
}
.lst-featured-card__title {
  font-family: var(--lst-display);
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
  line-height: 1.2;
}
.lst-featured-card--hero .lst-featured-card__title { font-size: 2rem; }
.lst-featured-card__path {
  font-size: 0.82rem;
  opacity: 0.85;
}
.lst-featured-card__rating {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.88rem;
  font-weight: 600;
  margin-top: 2px;
}
.lst-featured-card__rating i { color: #fbbf24; }
.lst-featured-card__rating em {
  font-style: normal;
  font-weight: 500;
  opacity: 0.85;
  font-size: 0.8rem;
}

/* Featured bento — premium */
.lst-featured-bento--premium {
  position: relative;
  z-index: 1;
  gap: 18px;
  grid-auto-rows: 230px;
}
.lst-featured-card--premium {
  opacity: 0;
  transform: translateY(28px) scale(0.98);
  transition:
    opacity 0.65s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.65s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.35s ease;
  transition-delay: calc(var(--card-i, 0) * 70ms + 120ms);
  border: 1px solid rgba(255, 255, 255, 0.18);
}
.lst-featured-card--premium.is-revealed {
  opacity: 1;
  transform: none;
}
.lst-featured-card--premium:hover {
  transform: translateY(-8px) scale(1.015);
  box-shadow: 0 32px 64px rgba(15, 23, 42, 0.22);
}
.lst-featured-card--premium.is-revealed:hover {
  transform: translateY(-8px) scale(1.015);
}
.lst-featured-card--premium.is-spotlight {
  box-shadow:
    0 0 0 3px rgba(59, 130, 246, 0.45),
    0 28px 56px rgba(29, 78, 216, 0.24);
  z-index: 2;
}
.lst-featured-card--premium.is-spotlight .lst-featured-card__rank {
  background: linear-gradient(135deg, var(--lst-brand), var(--lst-brand-light));
  border-color: rgba(255, 255, 255, 0.35);
}
.lst-featured-card--premium .lst-featured-card__media img {
  animation: lstFeaturedKen 20s ease-in-out infinite alternate;
}
.lst-featured-card--premium.lst-featured-card--hero .lst-featured-card__media img {
  animation-duration: 24s;
}
@keyframes lstFeaturedKen {
  from { transform: scale(1.05); }
  to { transform: scale(1.14); }
}
.lst-featured-card--premium:hover .lst-featured-card__media img {
  animation-play-state: paused;
  transform: scale(1.12);
}
.lst-featured-card__shine {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(
    120deg,
    transparent 28%,
    rgba(255, 255, 255, 0.16) 48%,
    transparent 68%
  );
  transform: translateX(-130%);
  transition: transform 0.75s ease;
}
.lst-featured-card--premium:hover .lst-featured-card__shine {
  transform: translateX(130%);
}
.lst-featured-card--premium .lst-featured-card__shade {
  background:
    linear-gradient(180deg, rgba(6, 20, 40, 0.05) 0%, rgba(6, 20, 40, 0.35) 42%, rgba(6, 20, 40, 0.9) 100%);
}
.lst-featured-card__rank {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 3;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-size: 0.82rem;
  font-weight: 800;
  color: #fff;
  background: rgba(15, 23, 42, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.lst-featured-card--hero .lst-featured-card__rank {
  width: 42px;
  height: 42px;
  font-size: 0.95rem;
  border-radius: 14px;
}
.lst-featured-card--premium .lst-featured-card__type {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.lst-featured-card--premium[data-feature-type="dag"] .lst-featured-card__type {
  background: rgba(34, 197, 94, 0.22);
  border-color: rgba(74, 222, 128, 0.35);
}
.lst-featured-card--premium[data-feature-type="nehir"] .lst-featured-card__type,
.lst-featured-card--premium[data-feature-type="selale"] .lst-featured-card__type {
  background: rgba(56, 189, 248, 0.22);
  border-color: rgba(125, 211, 252, 0.35);
}
.lst-featured-card--premium[data-feature-type="deniz"] .lst-featured-card__type {
  background: rgba(59, 130, 246, 0.24);
  border-color: rgba(147, 197, 253, 0.35);
}
.lst-featured-card--premium[data-feature-type="gol"] .lst-featured-card__type {
  background: rgba(14, 165, 233, 0.22);
  border-color: rgba(56, 189, 248, 0.35);
}
.lst-featured-card--premium[data-feature-type="plato"] .lst-featured-card__type {
  background: rgba(251, 191, 36, 0.22);
  border-color: rgba(253, 224, 71, 0.35);
}
.lst-featured-card__go {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 3;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transform: translate(6px, 6px) scale(0.85);
  opacity: 0;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s, background 0.25s;
}
.lst-featured-card--premium:hover .lst-featured-card__go {
  opacity: 1;
  transform: none;
  background: rgba(255, 255, 255, 0.24);
}
.lst-featured-card--hero .lst-featured-card__go {
  width: 48px;
  height: 48px;
  right: 22px;
  bottom: 22px;
}
.lst-featured-card--premium .lst-featured-card__rating {
  align-self: flex-start;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(6px);
}
@media (prefers-reduced-motion: reduce) {
  .lst-home-featured__orb,
  .lst-featured-card--premium .lst-featured-card__media img {
    animation: none !important;
  }
  .lst-featured-card--premium,
  .lst-home-featured__head {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
@media (max-width: 1100px) {
  .lst-featured-bento--premium {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    grid-template-columns: unset;
    grid-auto-rows: unset;
    gap: 14px;
    padding: 4px 2px 8px;
  }
  .lst-featured-bento--premium::-webkit-scrollbar { display: none; }
  .lst-featured-card--premium {
    flex: 0 0 min(78vw, 360px);
    min-height: 300px;
    scroll-snap-align: center;
  }
  .lst-featured-card--premium.lst-featured-card--hero {
    flex-basis: min(88vw, 400px);
    min-height: 320px;
  }
  .lst-home-featured__nav--prev { left: 4px; }
  .lst-home-featured__nav--next { right: 4px; }
}
@media (max-width: 640px) {
  .lst-home-section--featured-premium { padding: 64px 0 80px; }
  .lst-home-featured__head { margin-bottom: 28px; }
  .lst-featured-card--premium {
    flex-basis: min(86vw, 340px);
    min-height: 280px;
  }
  .lst-featured-card__go { opacity: 1; transform: none; }
  .lst-home-featured__nav {
    width: 38px;
    height: 38px;
    margin-top: -19px;
  }
}

/* Reviews */
.lst-review-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.lst-review-card {
  position: relative;
  background: #fff;
  border: 1px solid rgba(184, 201, 224, 0.55);
  border-radius: 22px;
  padding: 22px 20px 18px;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s, opacity 0.35s;
}
.lst-review-card--premium {
  overflow: hidden;
  opacity: 0;
  transform: translateY(22px) scale(0.98);
  transition-delay: calc(var(--rev-i, 0) * 70ms);
}
.lst-review-card--premium.is-revealed {
  opacity: 1;
  transform: none;
}
.lst-review-card__glow {
  position: absolute;
  inset: -40% auto auto -20%;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(245, 158, 11, 0.16), transparent 70%);
  pointer-events: none;
  transition: transform 0.5s ease;
}
.lst-review-card--premium:hover .lst-review-card__glow {
  transform: translate(8px, -6px) scale(1.1);
}
.lst-review-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 48px rgba(15, 23, 42, 0.14);
}
.lst-review-card--premium.is-revealed:hover {
  transform: translateY(-6px);
}
.lst-review-card__quote {
  color: var(--lst-brand-light);
  opacity: 0.35;
  font-size: 1.2rem;
}
.lst-review-card__stars {
  display: flex;
  gap: 3px;
  color: #e2e8f0;
}
.lst-review-card__stars .is-on { color: #f59e0b; }
.lst-review-card__text {
  margin: 0;
  color: #334155;
  font-size: 0.95rem;
  line-height: 1.55;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.lst-review-card__foot {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 10px;
  border-top: 1px solid #eef2f7;
}
.lst-review-card__author {
  display: flex;
  align-items: center;
  gap: 10px;
}
.lst-review-card__avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--lst-brand), var(--lst-brand-light));
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
.lst-review-card__author strong {
  display: block;
  font-size: 0.9rem;
  color: var(--lst-ink);
}
.lst-review-card__author time {
  font-size: 0.75rem;
  color: var(--lst-muted);
}
.lst-review-card__place {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px;
  border-radius: 14px;
  background: #f8fafc;
  transition: background 0.2s;
}
.lst-review-card__place:hover { background: #eff6ff; }
.lst-review-card__place img {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  object-fit: cover;
}
.lst-review-card__place em {
  display: block;
  font-style: normal;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--lst-brand-light);
  font-weight: 700;
}
.lst-review-card__place strong {
  display: block;
  font-size: 0.86rem;
  color: var(--lst-ink);
}

@media (max-width: 1100px) {
  .lst-featured-bento { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lst-featured-card--hero { grid-column: span 2; grid-row: span 1; min-height: 280px; }
  .lst-review-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lst-home-reviews__toolbar { grid-template-columns: 1fr; }
  .lst-home-reviews__filters { justify-content: flex-start; }
  .lst-home-reviews__head { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 640px) {
  .lst-featured-bento { grid-template-columns: 1fr; grid-auto-rows: 240px; }
  .lst-featured-card--hero { grid-column: span 1; }
  .lst-review-grid { grid-template-columns: 1fr; }
  .lst-home-reviews__filters { flex-direction: column; align-items: stretch; }
  .lst-home-reviews__rating { justify-content: flex-start; }
  .lst-home-reviews__type-filter { width: 100%; min-width: 0; }
}
.lst-featured { padding: 64px 0 88px; }
.lst-section-head {
  display: flex; justify-content: space-between; align-items: flex-end;
  margin-bottom: 32px; flex-wrap: wrap; gap: 18px;
}
.lst-section-head--compact { margin-bottom: 22px; }
.lst-section-head--center {
  justify-content: center;
  text-align: center;
  margin-bottom: 36px;
}
.lst-section-head--center .lst-section-head__text {
  max-width: 560px;
  margin: 0 auto;
}
.lst-section-head__text { min-width: 0; }
.lst-section-head__actions {
  display: flex; align-items: center; gap: 12px; flex-wrap: wrap;
}
.lst-section-head h2 {
  font-family: var(--lst-display);
  font-size: clamp(1.9rem, 3.4vw, 2.55rem);
  font-weight: 600; color: var(--lst-ink);
  letter-spacing: -0.03em;
  line-height: 1.15;
}
.lst-section-head p {
  color: var(--lst-muted);
  font-size: 1rem;
  margin-top: 10px;
  line-height: 1.55;
}
.lst-section-head .lst-eyebrow,
.lst-eyebrow {
  display: inline-flex;
  align-items: center;
  font-family: var(--lst-ui);
  font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--lst-brand);
  margin-bottom: 12px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(29, 78, 216, 0.08);
  border: 1px solid rgba(29, 78, 216, 0.12);
}

/* ── Carousel ── */
.lst-carousel {
  position: relative;
  margin: 0 -6px;
}
.lst-carousel__track {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 4px 6px 12px;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.lst-carousel__track::-webkit-scrollbar { display: none; }
.lst-carousel__controls {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.lst-carousel__btn {
  width: 38px; height: 38px;
  border-radius: 100px;
  border: 1px solid var(--lst-border);
  background: var(--lst-surface);
  color: var(--lst-ink-soft);
  display: grid; place-items: center;
  font-size: 0.78rem;
  transition: all 0.2s;
  box-shadow: var(--lst-shadow);
}
.lst-carousel__btn:hover:not(:disabled) {
  border-color: var(--lst-brand-light);
  color: var(--lst-brand);
  background: var(--lst-brand-soft);
  transform: translateY(-1px);
}
.lst-carousel__btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
  box-shadow: none;
}
.lst-carousel--cards .lst-carousel__track { gap: 18px; }
.lst-carousel--cards .lst-card {
  flex: 0 0 min(340px, calc(100vw - 56px));
  scroll-snap-align: start;
}
.lst-carousel--no-arrows .lst-carousel__controls,
.lst-carousel--no-arrows + .lst-carousel__controls {
  display: none !important;
}

.lst-categories {
  display: flex;
  gap: 14px;
  margin-bottom: 0;
}
.lst-cat {
  flex: 0 0 auto;
  min-width: 148px;
  padding: 26px 16px;
  text-align: center;
  background: var(--lst-surface);
  border: 2px solid var(--lst-border);
  border-radius: var(--lst-radius-lg);
  transition: all 0.28s cubic-bezier(0.16, 1, 0.3, 1);
  scroll-snap-align: start;
  box-shadow: var(--lst-shadow);
  position: relative;
  overflow: hidden;
}
.lst-cat::before {
  content: '';
  position: absolute; inset: 0;
  opacity: 0;
  transition: opacity 0.28s;
  pointer-events: none;
}
.lst-cat--culture::before { background: linear-gradient(135deg, rgba(236, 72, 153, 0.12), rgba(244, 114, 182, 0.04)); }
.lst-cat--food::before { background: linear-gradient(135deg, rgba(249, 115, 22, 0.14), rgba(251, 191, 36, 0.05)); }
.lst-cat--geo::before { background: linear-gradient(135deg, rgba(14, 165, 233, 0.14), rgba(59, 130, 246, 0.05)); }
.lst-cat--history::before { background: linear-gradient(135deg, rgba(139, 92, 246, 0.14), rgba(167, 139, 250, 0.05)); }
.lst-cat--people::before { background: linear-gradient(135deg, rgba(16, 185, 129, 0.14), rgba(52, 211, 153, 0.05)); }
.lst-cat--video::before { background: linear-gradient(135deg, rgba(239, 68, 68, 0.12), rgba(248, 113, 113, 0.05)); }
.lst-cat:hover {
  border-color: var(--lst-brand-light);
  transform: translateY(-4px);
  box-shadow: var(--lst-shadow-hover);
}
.lst-cat:hover::before { opacity: 1; }
.lst-cat__icon {
  font-size: 1.85rem;
  margin-bottom: 10px;
  position: relative;
  filter: drop-shadow(0 4px 8px rgba(15, 23, 42, 0.08));
}
.lst-cat__name {
  font-family: var(--lst-ui);
  font-size: 0.82rem; font-weight: 700;
  color: var(--lst-ink);
  position: relative;
}
/* Topic bento grid — "Neyi keşfetmek istersin?" */
.lst-topic-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.lst-topic-card {
  position: relative;
  min-height: 220px;
  border-radius: 24px;
  overflow: hidden;
  display: block;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s;
}
.lst-topic-card--wide {
  grid-column: span 2;
  min-height: 280px;
}
.lst-topic-card:hover {
  transform: translateY(-6px) scale(1.015);
  box-shadow: 0 28px 56px rgba(0, 0, 0, 0.32);
}
.lst-topic-card__media,
.lst-topic-card__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lst-topic-card__media img {
  transition: transform 0.7s ease;
}
.lst-topic-card:hover .lst-topic-card__media img {
  transform: scale(1.08);
}
.lst-topic-card__shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(6, 20, 40, 0.15) 0%, rgba(6, 20, 40, 0.82) 100%);
}
.lst-topic-card__count {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  min-width: 52px;
  border-radius: 999px;
  background: rgba(6, 20, 40, 0.55);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #fff;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
  pointer-events: none;
  opacity: 1;
  transform: translateY(0) scale(1);
}
.lst-topic-card:not(.is-revealed) .lst-topic-card__count {
  opacity: 0.72;
  transform: translateY(-4px) scale(0.96);
}
.lst-topic-card.is-revealed .lst-topic-card__count {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition: opacity 0.55s ease, transform 0.55s cubic-bezier(0.16, 1, 0.3, 1);
}
.lst-topic-card__count strong {
  font-family: var(--lst-display, Georgia, serif);
  font-size: 1.38rem;
  font-weight: 700;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.02em;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
}
.lst-topic-card--wide .lst-topic-card__count {
  top: 18px;
  right: 18px;
  padding: 9px 14px;
  min-width: 58px;
}
.lst-topic-card--wide .lst-topic-card__count strong {
  font-size: 1.62rem;
}
.lst-topic-card__count.is-done strong {
  animation: lstTopicCardCountPulse 0.5s ease;
}
@keyframes lstTopicCardCountPulse {
  0%, 100% { transform: scale(1); }
  45% { transform: scale(1.1); }
}
.lst-topic-card--culture .lst-topic-card__shade {
  background: linear-gradient(145deg, rgba(157, 23, 77, 0.35), rgba(6, 20, 40, 0.82));
}
.lst-topic-card--food .lst-topic-card__shade {
  background: linear-gradient(145deg, rgba(154, 52, 18, 0.35), rgba(6, 20, 40, 0.82));
}
.lst-topic-card--geo .lst-topic-card__shade {
  background: linear-gradient(145deg, rgba(14, 116, 144, 0.35), rgba(6, 20, 40, 0.82));
}
.lst-topic-card--history .lst-topic-card__shade {
  background: linear-gradient(145deg, rgba(91, 33, 182, 0.35), rgba(6, 20, 40, 0.82));
}
.lst-topic-card--people .lst-topic-card__shade {
  background: linear-gradient(145deg, rgba(4, 120, 87, 0.35), rgba(6, 20, 40, 0.82));
}
.lst-topic-card--video .lst-topic-card__shade {
  background: linear-gradient(145deg, rgba(153, 27, 27, 0.35), rgba(6, 20, 40, 0.82));
}
.lst-topic-card__body {
  position: absolute;
  inset: 0;
  z-index: 2;
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 12px;
  color: #fff;
}
.lst-topic-card__icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(8px);
  font-size: 1.1rem;
}
.lst-topic-card__copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-right: 40px;
}
.lst-topic-card__copy strong {
  font-family: var(--lst-display);
  font-size: 1.45rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
}
.lst-topic-card__copy span {
  font-size: 0.9rem;
  opacity: 0.88;
  line-height: 1.4;
}
.lst-topic-card__go {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.24);
  transition: transform 0.25s, background 0.25s;
}
.lst-topic-card:hover .lst-topic-card__go {
  background: #fff;
  color: #0f172a;
  transform: translateX(3px);
}

@media (max-width: 980px) {
  .lst-topic-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lst-topic-card--wide { grid-column: span 1; min-height: 240px; }
}
@media (max-width: 560px) {
  .lst-topic-grid { grid-template-columns: 1fr; }
  .lst-topic-card,
  .lst-topic-card--wide { min-height: 200px; }
}

.lst-hierarchy {
  display: flex;
  gap: 16px;
  margin-bottom: 0;
  padding-bottom: 4px;
}
.lst-country-card {
  position: relative;
  flex: 0 0 min(240px, calc(72vw - 24px));
  height: 320px;
  border-radius: 24px;
  overflow: hidden;
  scroll-snap-align: start;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.16);
  transform: translateZ(0);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s;
}
.lst-home-section--featured .lst-card {
  border: 0;
  border-radius: 22px;
  overflow: hidden;
}
.lst-home-section--featured .lst-card__media {
  min-height: 200px;
}
.lst-country-card:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 24px 48px rgba(29, 78, 216, 0.22);
}
.lst-country-card__media,
.lst-country-card__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lst-country-card__media img {
  transition: transform 0.6s ease;
}
.lst-country-card:hover .lst-country-card__media img {
  transform: scale(1.08);
}
.lst-country-card__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(6, 20, 40, 0.05) 20%, rgba(6, 20, 40, 0.78) 100%);
  z-index: 1;
}
.lst-country-card__body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 18px 16px;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.lst-country-card__flag {
  font-size: 1.35rem;
  line-height: 1;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.35));
}
.lst-country-card__name {
  font-family: var(--lst-display);
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
}
.lst-country-card__count {
  font-size: 0.78rem;
  font-weight: 500;
  opacity: 0.9;
}

/* ── Footer · premium atlas ── */
.lst-footer {
  position: relative;
  margin-top: auto;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.88);
  background: linear-gradient(168deg, #061428 0%, #0a2248 42%, #081a38 100%);
}
.lst-footer__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}
.lst-footer__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.55;
}
.lst-footer__orb--1 {
  width: 420px;
  height: 420px;
  top: -120px;
  left: -80px;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.45), transparent 70%);
}
.lst-footer__orb--2 {
  width: 360px;
  height: 360px;
  bottom: -100px;
  right: -60px;
  background: radial-gradient(circle, rgba(14, 165, 233, 0.35), transparent 70%);
}
.lst-footer__grid-lines {
  position: absolute;
  inset: 0;
  opacity: 0.04;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.9) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.9) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, transparent, #000 15%, #000 85%, transparent);
}

.lst-footer__cta {
  position: relative;
  z-index: 1;
  padding: 56px 0 0;
}
.lst-footer__cta-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px 36px;
  padding: 28px 32px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04));
  border: 1px solid rgba(147, 197, 253, 0.22);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.12) inset,
    0 24px 60px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(12px);
}
.lst-footer__cta-visual {
  width: 72px;
  height: 72px;
  border-radius: 22px;
  display: grid;
  place-items: center;
  font-size: 1.85rem;
  color: #bfdbfe;
  background: linear-gradient(145deg, rgba(59, 130, 246, 0.35), rgba(14, 165, 233, 0.2));
  border: 1px solid rgba(147, 197, 253, 0.3);
  box-shadow: 0 12px 32px rgba(29, 78, 216, 0.25);
}
.lst-footer__cta-body { min-width: 0; }
.lst-footer__cta-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #dbeafe;
  background: rgba(59, 130, 246, 0.18);
  border: 1px solid rgba(147, 197, 253, 0.28);
  margin-bottom: 12px;
}
.lst-footer__cta-body h3 {
  font-family: var(--lst-display);
  font-size: clamp(1.45rem, 2.6vw, 2rem);
  font-weight: 600;
  color: #fff;
  letter-spacing: -0.025em;
  margin-bottom: 8px;
  line-height: 1.2;
}
.lst-footer__cta-body p {
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.68);
  max-width: 480px;
  line-height: 1.6;
  margin: 0;
}
.lst-footer__newsletter {
  display: flex;
  gap: 10px;
  min-width: min(100%, 380px);
}
.lst-footer__newsletter-field {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 16px;
  min-height: 52px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(6, 20, 40, 0.45);
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
}
.lst-footer__newsletter-field:focus-within {
  border-color: rgba(96, 165, 250, 0.65);
  background: rgba(6, 20, 40, 0.65);
  box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.18);
}
.lst-footer__newsletter-field i {
  color: rgba(191, 219, 254, 0.8);
  font-size: 0.92rem;
}
.lst-footer__newsletter input {
  flex: 1;
  min-width: 0;
  border: 0;
  background: transparent;
  color: #fff;
  font-family: var(--lst-ui);
  font-size: 0.9rem;
  outline: none;
}
.lst-footer__newsletter input::placeholder { color: rgba(255, 255, 255, 0.42); }
.lst-footer__newsletter button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 22px;
  border: none;
  border-radius: 14px;
  font-weight: 700;
  font-size: 0.86rem;
  color: #fff;
  white-space: nowrap;
  cursor: pointer;
  background: linear-gradient(135deg, #2563eb, #38bdf8);
  box-shadow: 0 10px 28px rgba(37, 99, 235, 0.45);
  transition: transform 0.2s, box-shadow 0.2s;
}
.lst-footer__newsletter button:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(37, 99, 235, 0.55);
}
.lst-footer__newsletter button i {
  font-size: 0.78rem;
  transition: transform 0.2s;
}
.lst-footer__newsletter button:hover i { transform: translateX(3px); }

.lst-footer__main {
  position: relative;
  z-index: 1;
  padding: 56px 0 40px;
}
.lst-footer__grid {
  display: grid;
  grid-template-columns: 1.35fr repeat(3, 1fr);
  gap: 40px 32px;
}
.lst-footer__brand-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
  transition: opacity 0.2s, transform 0.2s;
}
.lst-footer__brand-link:hover {
  opacity: 0.92;
  transform: translateY(-1px);
}
.lst-footer__brand-mark {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  padding: 8px;
  background: linear-gradient(145deg, rgba(59, 130, 246, 0.35), rgba(14, 165, 233, 0.15));
  border: 1px solid rgba(147, 197, 253, 0.25);
  box-shadow: 0 8px 24px rgba(29, 78, 216, 0.3);
}
.lst-footer__brand-name {
  font-family: var(--lst-display);
  font-size: 1.55rem;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: #fff;
}
.lst-footer__brand-desc {
  font-size: 0.9rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.62);
  max-width: 360px;
  margin: 0 0 24px;
}
.lst-footer__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
}
.lst-footer__stat {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px 12px 12px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: background 0.2s, border-color 0.2s, transform 0.2s;
}
.lst-footer__stat:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(147, 197, 253, 0.28);
  transform: translateY(-2px);
}
.lst-footer__stat-icon {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-size: 0.9rem;
  color: #93c5fd;
  background: rgba(59, 130, 246, 0.2);
}
.lst-footer__stat-data strong {
  display: block;
  font-family: var(--lst-display);
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.1;
}
.lst-footer__stat-data span {
  font-size: 0.65rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: rgba(255, 255, 255, 0.5);
}
.lst-footer__social {
  display: flex;
  gap: 10px;
}
.lst-footer__social a {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.85);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.25s ease;
}
.lst-footer__social a:hover {
  color: #fff;
  background: linear-gradient(135deg, #2563eb, #38bdf8);
  border-color: transparent;
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(37, 99, 235, 0.4);
}

.lst-footer__col h4 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--lst-ui);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.lst-footer__col h4 i {
  width: 28px;
  height: 28px;
  border-radius: 9px;
  display: grid;
  place-items: center;
  font-size: 0.72rem;
  color: #93c5fd;
  background: rgba(59, 130, 246, 0.18);
}
.lst-footer__links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 6px;
}
.lst-footer__links a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  margin: 0 -10px;
  border-radius: 10px;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.68);
  transition: color 0.2s, background 0.2s, transform 0.2s;
}
.lst-footer__links a i {
  width: 18px;
  text-align: center;
  font-size: 0.78rem;
  color: rgba(147, 197, 253, 0.75);
  transition: color 0.2s;
}
.lst-footer__links a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  transform: translateX(4px);
}
.lst-footer__links a:hover i { color: #93c5fd; }

.lst-footer__bar {
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 20px 0 24px;
  background: rgba(0, 0, 0, 0.18);
}
.lst-footer__bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.lst-footer__copy {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}
.lst-footer__copy-mark {
  opacity: 0.7;
  filter: brightness(0) invert(1);
}
.lst-footer__legal {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.lst-footer__legal a {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.58);
  transition: color 0.2s;
}
.lst-footer__legal a:hover { color: #fff; }
.lst-footer__legal-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
}

@media (max-width: 1024px) {
  .lst-footer__cta-card {
    grid-template-columns: auto 1fr;
  }
  .lst-footer__newsletter {
    grid-column: 1 / -1;
    width: 100%;
  }
  .lst-footer__grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .lst-footer__brand { grid-column: 1 / -1; }
}
@media (max-width: 720px) {
  .lst-footer__cta-card {
    grid-template-columns: 1fr;
    padding: 22px 20px;
  }
  .lst-footer__cta-visual { width: 56px; height: 56px; font-size: 1.5rem; }
  .lst-footer__newsletter { flex-direction: column; }
  .lst-footer__newsletter button { width: 100%; justify-content: center; }
  .lst-footer__grid { grid-template-columns: 1fr 1fr; gap: 28px 20px; }
  .lst-footer__bar-inner { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 480px) {
  .lst-footer__grid { grid-template-columns: 1fr; }
  .lst-footer__stats { flex-direction: column; }
  .lst-footer__stat { width: 100%; }
}

.lst-back-themes {
  position: fixed; bottom: 20px; right: 20px; z-index: 200;
  padding: 10px 16px; border-radius: 100px;
  background: var(--lst-surface);
  color: var(--lst-ink);
  font-family: var(--lst-ui);
  font-size: 0.74rem; font-weight: 600;
  border: 1px solid var(--lst-border);
  box-shadow: var(--lst-shadow);
  transition: transform 0.2s, box-shadow 0.2s;
}
.lst-back-themes:hover {
  transform: translateY(-2px);
  box-shadow: var(--lst-shadow-hover);
  border-color: var(--lst-teal);
  color: var(--lst-brand-light);
}

@media (max-width: 1100px) {
  .lst-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .lst-layout { grid-template-columns: 1fr; }
  .lst-filters { position: static; }
  .lst-nav--desktop { display: none; }
  .lst-header__inner { grid-template-columns: auto 1fr auto; }
  .lst-header__menu-btn { display: grid; }
  .lst-header__auth-label { display: none; }
  .lst-header__login,
  .lst-header__cta { display: none; }
  .lst-header__drawer-actions .lst-header__login,
  .lst-header__drawer-actions .lst-header__cta { display: inline-flex; }
  .lst-grid.is-list .lst-card { flex-direction: column; }
  .lst-grid.is-list .lst-card__media { width: 100%; min-height: 200px; }
  .lst-section-head__actions { width: 100%; justify-content: space-between; }
}
@media (max-width: 600px) {
  .lst-grid { grid-template-columns: 1fr; }
  .lst-footer__grid { grid-template-columns: 1fr 1fr; gap: 28px; }
  .lst-hero-stats { gap: 24px; }
  .lst-header__icon-btn { display: none; }
  .lst-logo__img { height: 44px; }
  .lst-logo--footer .lst-logo__img { height: 48px; }
  .lst-section-head h2 { font-size: 1.55rem; }
  .lst-carousel--cards .lst-card { flex-basis: min(300px, calc(100vw - 48px)); }
}

/* Auth & member panel */
.lst-auth {
  padding: 48px 0 80px;
  min-height: calc(100vh - var(--lst-header-h) - 120px);
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

/* Auth · dünya / turizm arka planı */
.lst-auth--world {
  position: relative;
  overflow: hidden;
  align-items: stretch;
  justify-content: stretch;
  padding: 28px 0 56px;
  min-height: calc(100vh - var(--lst-header-h));
}
.lst-auth__backdrop {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.lst-auth__photo {
  position: absolute;
  inset: -4%;
  background:
    url('https://images.unsplash.com/photo-1469474968028-56623f02e42e?w=1920&h=1200&fit=crop&q=85') center / cover no-repeat;
  animation: lstAuthKenBurns 28s ease-in-out infinite alternate;
  transform-origin: center center;
}
.lst-auth__globe {
  position: absolute;
  inset: 0;
  opacity: 0.55;
  background:
    radial-gradient(circle at 72% 38%, rgba(59, 130, 246, 0.22) 0%, transparent 42%),
    radial-gradient(circle at 18% 72%, rgba(124, 58, 237, 0.16) 0%, transparent 38%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='800' height='400' viewBox='0 0 800 400'%3E%3Cg fill='none' stroke='%23ffffff' stroke-opacity='0.08' stroke-width='1'%3E%3Cellipse cx='400' cy='200' rx='320' ry='160'/%3E%3Cellipse cx='400' cy='200' rx='240' ry='160'/%3E%3Cellipse cx='400' cy='200' rx='160' ry='160'/%3E%3Cpath d='M80 200h640M400 40v320'/%3E%3Cpath d='M140 120c80 40 160 40 240 0s160-40 240 0 160 40 240 0'/%3E%3Cpath d='M140 280c80-40 160-40 240 0s160 40 240 0 160-40 240 0'/%3E%3C/g%3E%3C/svg%3E") center 55% / min(920px, 95%) auto no-repeat;
}
.lst-auth__veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(6, 20, 40, 0.82) 0%, rgba(12, 45, 107, 0.62) 42%, rgba(6, 20, 40, 0.78) 100%),
    linear-gradient(180deg, rgba(6, 20, 40, 0.35) 0%, transparent 35%, rgba(6, 20, 40, 0.55) 100%);
}
.lst-auth__routes {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  color: rgba(147, 197, 253, 0.45);
  opacity: 0.85;
}
.lst-auth__route {
  animation: lstAuthRouteDash 18s linear infinite;
}
.lst-auth__route--plane {
  animation-duration: 22s;
  animation-delay: -4s;
  opacity: 0.8;
}
.lst-auth__route--bus {
  animation-duration: 26s;
  animation-delay: -8s;
  opacity: 0.7;
}
.lst-auth__traveler {
  pointer-events: none;
}
.lst-auth__vehicle-halo {
  fill: rgba(255, 255, 255, 0.14);
  stroke: rgba(147, 197, 253, 0.45);
  stroke-width: 1;
  filter: drop-shadow(0 2px 8px rgba(96, 165, 250, 0.35));
}
.lst-auth__vehicle {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 12px;
  line-height: 1;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.28);
}
.lst-auth__vehicle--plane { color: #2563eb; }
.lst-auth__vehicle--car { color: #0ea5e9; }
.lst-auth__vehicle--bus { color: #0284c7; }
.lst-auth__traveler--plane .lst-auth__vehicle-halo {
  fill: rgba(255, 255, 255, 0.16);
  stroke: rgba(96, 165, 250, 0.5);
}
.lst-auth__traveler--bus .lst-auth__vehicle-halo {
  fill: rgba(240, 249, 255, 0.14);
  stroke: rgba(14, 165, 233, 0.42);
}
@keyframes lstAuthKenBurns {
  from { transform: scale(1.02); }
  to { transform: scale(1.1); }
}
@keyframes lstAuthRouteDash {
  to { stroke-dashoffset: -120; }
}
.lst-auth__orbs {
  position: absolute;
  inset: 0;
}
.lst-auth__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(48px);
  animation: lstAuthOrbFloat 16s ease-in-out infinite;
}
.lst-auth__orb--1 {
  width: 260px;
  height: 260px;
  top: 10%;
  left: 8%;
  background: rgba(59, 130, 246, 0.28);
}
.lst-auth__orb--2 {
  width: 200px;
  height: 200px;
  bottom: 12%;
  right: 14%;
  background: rgba(124, 58, 237, 0.22);
  animation-delay: -5s;
}
.lst-auth__orb--3 {
  width: 140px;
  height: 140px;
  top: 48%;
  left: 42%;
  background: rgba(14, 165, 233, 0.18);
  animation-delay: -9s;
}
@keyframes lstAuthOrbFloat {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(14px, -20px); }
}
.lst-auth__pins {
  position: absolute;
  inset: 0;
}
.lst-auth__pin {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 12px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  animation: lstAuthPinFloat 5s ease-in-out infinite;
}
.lst-auth__pin i { color: #93c5fd; font-size: 0.78rem; }
.lst-auth__pin--1 { top: 22%; left: 14%; animation-delay: 0s; }
.lst-auth__pin--2 { top: 34%; right: 18%; animation-delay: -1.2s; }
.lst-auth__pin--3 { bottom: 28%; left: 22%; animation-delay: -2.4s; }
.lst-auth__pin--4 { bottom: 18%; right: 24%; animation-delay: -3.6s; }
@keyframes lstAuthPinFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

.lst-auth__showcase {
  display: none;
  position: relative;
  z-index: 2;
  color: #fff;
  align-items: center;
}
.lst-auth__showcase-inner {
  max-width: 520px;
  animation: lstAuthShowcaseIn 0.9s cubic-bezier(0.16, 1, 0.3, 1) both;
}
.lst-auth__showcase-mark {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 18px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.2);
}
.lst-auth__showcase-mark img { width: 32px; height: 32px; }
.lst-auth__eyebrow {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #93c5fd;
  margin-bottom: 12px;
}
.lst-auth__showcase-title {
  font-family: var(--lst-display);
  font-size: clamp(2rem, 3.8vw, 2.75rem);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.03em;
  margin-bottom: 14px;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
}
.lst-auth__showcase-title em {
  font-style: italic;
  color: #bfdbfe;
}
.lst-auth__showcase-lead {
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 28px;
  max-width: 460px;
}
.lst-auth__features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.lst-auth__features li {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: transform 0.3s, background 0.3s;
}
.lst-auth__features li:hover {
  transform: translateX(4px);
  background: rgba(255, 255, 255, 0.12);
}
.lst-auth__feature-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(29, 78, 216, 0.55), rgba(59, 130, 246, 0.35));
  color: #fff;
  font-size: 1rem;
  flex-shrink: 0;
}
.lst-auth__features strong {
  display: block;
  font-size: 0.92rem;
  font-weight: 600;
  color: #fff;
}
.lst-auth__features small {
  display: block;
  font-size: 0.76rem;
  color: rgba(255, 255, 255, 0.72);
  margin-top: 2px;
}
@keyframes lstAuthShowcaseIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

.lst-auth__stage {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 0 16px;
}
.lst-auth--world .lst-auth__inner { width: 100%; max-width: 440px; }
.lst-auth--world .lst-auth__card {
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.85);
  box-shadow:
    0 24px 64px rgba(6, 20, 40, 0.28),
    0 8px 24px rgba(29, 78, 216, 0.12);
  animation: lstAuthCardIn 0.75s cubic-bezier(0.16, 1, 0.3, 1) 0.12s both;
}
@keyframes lstAuthCardIn {
  from { opacity: 0; transform: translateY(18px) scale(0.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@media (min-width: 1024px) {
  .lst-auth--world {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(380px, 460px);
    align-items: center;
    padding: 0;
  }
  .lst-auth__showcase {
    display: flex;
    padding: 48px min(56px, 5vw);
  }
  .lst-auth__stage {
    padding: 48px min(32px, 3vw) 48px 0;
    align-items: center;
  }
  .lst-auth__pin--1 { top: 18%; left: 10%; }
  .lst-auth__pin--4 { bottom: 22%; right: 38%; }
}

@media (max-width: 1023px) {
  .lst-auth__pin { display: none; }
  .lst-auth--world .lst-auth__photo {
    background-image:
      linear-gradient(180deg, rgba(6, 20, 40, 0.15) 0%, rgba(6, 20, 40, 0.45) 100%),
      url('https://images.unsplash.com/photo-1469474968028-56623f02e42e?w=1200&h=900&fit=crop&q=80');
  }
}

@media (prefers-reduced-motion: reduce) {
  .lst-auth__photo,
  .lst-auth__route,
  .lst-auth__traveler,
  .lst-auth__orb,
  .lst-auth__pin,
  .lst-auth__showcase-inner,
  .lst-auth--world .lst-auth__card {
    animation: none !important;
  }
}

.lst-auth__inner { width: 100%; max-width: 480px; }
.lst-auth__card {
  background: var(--lst-surface);
  border: 1px solid var(--lst-border);
  border-radius: var(--lst-radius-lg);
  padding: 32px 28px;
  box-shadow: var(--lst-shadow);
}
.lst-auth__card h1 {
  font-family: var(--lst-display);
  font-size: 1.65rem;
  margin-bottom: 8px;
  color: var(--lst-brand-dark);
}
.lst-auth__lead {
  color: var(--lst-muted);
  font-size: 0.92rem;
  margin-bottom: 24px;
  line-height: 1.55;
}
.lst-auth__form { display: flex; flex-direction: column; gap: 12px; }
.lst-auth__row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.lst-auth__label { font-size: 0.82rem; font-weight: 600; color: var(--lst-ink-soft); }
.lst-auth__input {
  width: 100%;
  padding: 11px 14px;
  border: 1px solid var(--lst-border);
  border-radius: 12px;
  font: inherit;
  background: #fff;
}
.lst-auth__input:focus {
  outline: none;
  border-color: var(--lst-brand-light);
  box-shadow: 0 0 0 3px var(--lst-brand-soft);
}
.lst-auth__check {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.88rem;
  color: var(--lst-muted);
  margin: 4px 0;
}
.lst-auth__hint { font-size: 0.78rem; color: var(--lst-muted); margin-top: -6px; }
.lst-auth__submit { width: 100%; margin-top: 8px; justify-content: center; }
.lst-auth__alert {
  padding: 12px 14px;
  border-radius: 12px;
  font-size: 0.88rem;
  line-height: 1.45;
}
.lst-auth__alert--error {
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #b91c1c;
}
.lst-auth__footer {
  margin-top: 20px;
  text-align: center;
  font-size: 0.9rem;
  color: var(--lst-muted);
}
.lst-auth__footer a { color: var(--lst-brand-light); font-weight: 600; text-decoration: none; }
.lst-auth__footer a:hover { text-decoration: underline; }
.lst-auth__legal {
  margin-top: 4px;
  padding: 14px 16px;
  border-radius: 12px;
  background: rgba(15, 23, 42, 0.04);
  border: 1px solid rgba(15, 23, 42, 0.06);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.lst-auth__legal-intro { font-size: 0.82rem; color: var(--lst-muted); margin: 0; line-height: 1.45; }
.lst-auth__legal .lst-auth__check a { margin-left: 6px; font-size: 0.78rem; color: var(--lst-brand-light); text-decoration: none; }
.lst-auth__legal-links {
  margin-top: 16px;
  text-align: center;
  font-size: 0.78rem;
  color: var(--lst-muted);
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}
.lst-auth__legal-links a { color: var(--lst-brand-light); text-decoration: none; font-weight: 600; }
.lst-legal { padding: 48px 0 80px; }
.lst-legal__inner { max-width: 760px; }
.lst-legal__card {
  background: #fff;
  border-radius: 20px;
  padding: 32px 28px;
  box-shadow: var(--lst-shadow-soft);
  border: 1px solid rgba(15, 23, 42, 0.06);
}
.lst-legal__card h1 { font-family: var(--lst-font-display); font-size: 1.75rem; margin-bottom: 16px; }
.lst-legal__body { color: var(--lst-ink-soft); line-height: 1.7; font-size: 0.95rem; }
.lst-legal__body p + p { margin-top: 12px; }
.lst-legal__back { margin-top: 24px; }
.lst-legal__back a { color: var(--lst-brand-light); text-decoration: none; font-weight: 600; }

.lst-account { padding: 40px 0 72px; }
.lst-account__hero {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 32px;
  padding: 28px;
  background: linear-gradient(135deg, var(--lst-brand-dark), var(--lst-brand));
  border-radius: var(--lst-radius-lg);
  color: #fff;
}
.lst-account__avatar {
  width: 72px; height: 72px;
  border-radius: 50%;
  background: rgba(255,255,255,0.15);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.8rem;
}
.lst-account__eyebrow {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.85;
  margin-bottom: 4px;
}
.lst-account__hero h1 {
  font-family: var(--lst-display);
  font-size: 1.75rem;
  margin: 0;
}
.lst-account__meta { opacity: 0.9; font-size: 0.92rem; margin-top: 6px; }
.lst-account__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 16px;
}
.lst-account__card {
  background: var(--lst-surface);
  border: 1px solid var(--lst-border);
  border-radius: var(--lst-radius);
  padding: 22px;
  box-shadow: var(--lst-shadow);
}
.lst-account__card h2 {
  font-size: 1rem;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--lst-brand-dark);
}
.lst-account__card p { font-size: 0.88rem; color: var(--lst-muted); line-height: 1.5; margin-bottom: 14px; }
.lst-account__soon {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--lst-brand-light);
  background: var(--lst-brand-soft);
  padding: 4px 10px;
  border-radius: 100px;
}
.lst-account__logout { margin-top: 12px; }

.lst-empty {
  grid-column: 1 / -1;
  text-align: center;
  padding: 56px 24px;
  background: var(--lst-surface);
  border: 1px dashed var(--lst-border);
  border-radius: var(--lst-radius-lg);
}
.lst-empty i { font-size: 2rem; color: var(--lst-brand-light); margin-bottom: 12px; }
.lst-empty h2 { font-size: 1.25rem; margin-bottom: 8px; color: var(--lst-brand-dark); }
.lst-empty p { color: var(--lst-muted); margin-bottom: 18px; }

.lst-alert {
  padding: 12px 16px;
  border-radius: 12px;
  margin-bottom: 16px;
  font-size: 0.92rem;
}
.lst-alert--warn {
  background: #fef3c7;
  color: #92400e;
  border: 1px solid #fcd34d;
}

/* ── Custom scrollbars (filters + suggest) ── */
.lst-scroll {
  scrollbar-width: thin;
  scrollbar-color: rgba(29, 78, 216, 0.32) transparent;
}
.lst-scroll::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.lst-scroll::-webkit-scrollbar-track {
  background: transparent;
  margin: 4px 0;
}
.lst-scroll::-webkit-scrollbar-thumb {
  background: rgba(29, 78, 216, 0.28);
  border-radius: 999px;
}
.lst-scroll::-webkit-scrollbar-thumb:hover {
  background: rgba(29, 78, 216, 0.48);
}

/* ── Share bar ── */
.lst-share-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
}
.lst-share-bar__label {
  font-size: 0.82rem;
  opacity: 0.85;
  margin-right: 4px;
}
.lst-share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(15, 23, 42, 0.35);
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.15s ease, transform 0.15s ease;
}
.lst-share-btn:hover {
  background: rgba(255, 255, 255, 0.18);
  transform: translateY(-1px);
}
.lst-share-btn.is-saved {
  color: #fbbf24;
  border-color: #fbbf24;
}

.lst-reviews { margin: 0; }
.lst-reviews__summary {
  margin-bottom: 14px;
}
.lst-reviews__score {
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.lst-reviews__score strong {
  font-family: var(--lst-display);
  font-size: 2rem;
  font-weight: 600;
  color: var(--lst-brand);
  line-height: 1;
}
.lst-reviews__score-stars {
  font-size: 0.95rem;
  letter-spacing: 2px;
  color: var(--lst-star);
  opacity: 0.45;
}
.lst-reviews__count {
  display: block;
  margin-top: 4px;
  font-size: 0.8rem;
  color: var(--lst-muted);
}
.lst-reviews__empty {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(245, 158, 11, 0.08);
  border: 1px solid rgba(245, 158, 11, 0.22);
  font-size: 0.84rem;
  color: var(--lst-muted);
  line-height: 1.45;
}
.lst-reviews__empty i {
  color: #d97706;
  font-size: 1.1rem;
  margin-top: 2px;
}
.lst-reviews__form {
  display: grid;
  gap: 8px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(184, 201, 224, 0.45);
}
.lst-reviews__label {
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--lst-muted);
}
.lst-reviews__form input,
.lst-reviews__form textarea {
  width: 100%;
  margin: 0;
  padding: 11px 14px;
  border: 1px solid rgba(184, 201, 224, 0.65);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.85);
  font-family: var(--lst-ui);
  font-size: 0.88rem;
  color: var(--lst-text);
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
}
.lst-reviews__form input:focus,
.lst-reviews__form textarea:focus {
  outline: none;
  border-color: rgba(29, 78, 216, 0.45);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(29, 78, 216, 0.12);
}
.lst-reviews__form textarea {
  resize: vertical;
  min-height: 88px;
}
.lst-reviews__stars {
  display: flex;
  gap: 6px;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(184, 201, 224, 0.45);
}
.lst-reviews__stars button {
  background: none;
  border: none;
  font-size: 1.35rem;
  line-height: 1;
  color: #cbd5e1;
  cursor: pointer;
  transition: transform 0.15s, color 0.15s;
}
.lst-reviews__stars button:hover {
  transform: scale(1.12);
  color: #fde68a;
}
.lst-reviews__stars button.is-active {
  color: var(--lst-star);
  text-shadow: 0 2px 8px rgba(245, 158, 11, 0.35);
}
.lst-reviews__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  margin-top: 4px;
  padding: 12px 16px;
  border: none;
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(135deg, var(--lst-brand), var(--lst-brand-light));
  box-shadow: 0 8px 24px rgba(29, 78, 216, 0.32);
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
}
.lst-reviews__submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(29, 78, 216, 0.4);
}
.lst-reviews__list {
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
}
.lst-reviews__list li {
  padding: 12px 0;
  border-bottom: 1px solid rgba(184, 201, 224, 0.35);
  font-size: 0.88rem;
  line-height: 1.5;
}
.lst-reviews__list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

/* Content contributions */
.lst-contribution { margin: 0; }
.lst-contribution__intro {
  margin: 0 0 12px;
  font-size: 0.84rem;
  line-height: 1.5;
  color: var(--lst-muted);
}
.lst-contribution__open {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 12px 16px;
  border: 1px solid rgba(124, 58, 237, 0.35);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.12), rgba(29, 78, 216, 0.08));
  color: #5b21b6;
  font-size: 0.86rem;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
}
.lst-contribution__open:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(124, 58, 237, 0.18);
}
.lst-contribution__track-hint {
  margin: 10px 0 0;
  font-size: 0.75rem;
  color: var(--lst-muted);
  word-break: break-all;
}
.lst-contribution-field { margin: 0 0 16px; }
.lst-contribution-field--row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.lst-contribution-field__label {
  display: block;
  margin: 0 0 4px;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--lst-ink, #0f172a);
}
.lst-contribution-field__hint {
  margin: 0 0 8px;
  font-size: 0.76rem;
  line-height: 1.45;
  color: var(--lst-muted);
}
.lst-contribution-field__kind-note {
  margin: 8px 0 0;
  padding: 10px 12px;
  border-radius: 12px;
  font-size: 0.78rem;
  line-height: 1.45;
  color: #4338ca;
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.1), rgba(29, 78, 216, 0.06));
  border: 1px solid rgba(124, 58, 237, 0.18);
}
.lst-contribution-field__kind-note:empty,
.lst-contribution-field__kind-note[hidden] { display: none; }

/* Modal — body portal ile ortalanır */
.lst-contribution-modal {
  position: fixed;
  inset: 0;
  margin: auto;
  border: none;
  padding: 0;
  background: transparent;
  width: min(640px, calc(100vw - 32px));
  max-width: none;
  max-height: calc(100vh - 32px);
  height: fit-content;
  overflow: visible;
}
.lst-contribution-modal::backdrop {
  background: rgba(8, 15, 30, 0.62);
  backdrop-filter: blur(8px);
}
.lst-contribution-modal.is-maximized {
  width: calc(100vw - 24px);
  max-height: calc(100vh - 24px);
  height: calc(100vh - 24px);
}
.lst-contribution-modal__panel {
  display: flex;
  flex-direction: column;
  margin: 0;
  border: 0;
  padding: 0;
  width: 100%;
  max-height: inherit;
  height: 100%;
  background: #fff;
  border-radius: 22px;
  box-shadow:
    0 32px 80px rgba(15, 23, 42, 0.32),
    0 0 0 1px rgba(255, 255, 255, 0.08) inset;
  overflow: hidden;
  animation: lstContributionModalIn 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}
.lst-contribution-modal.is-maximized .lst-contribution-modal__panel {
  border-radius: 16px;
}
@keyframes lstContributionModalIn {
  from { opacity: 0; transform: translateY(16px) scale(0.97); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
.lst-contribution-modal__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 22px 18px;
  background:
    linear-gradient(135deg, rgba(124, 58, 237, 0.14) 0%, rgba(29, 78, 216, 0.1) 55%, rgba(14, 165, 233, 0.06) 100%),
    #f8fafc;
  border-bottom: 1px solid rgba(124, 58, 237, 0.12);
}
.lst-contribution-modal__head-main {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  min-width: 0;
}
.lst-contribution-modal__badge {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  font-size: 1.15rem;
  color: #fff;
  background: linear-gradient(135deg, #7c3aed, #2563eb);
  box-shadow: 0 10px 24px rgba(124, 58, 237, 0.35);
}
.lst-contribution-modal__head h3 {
  margin: 0 0 6px;
  font-size: 1.12rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--lst-ink, #0f172a);
}
.lst-contribution-modal__lead {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.55;
  color: var(--lst-muted);
}
.lst-contribution-modal__location {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 10px 0 0;
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 600;
  color: #5b21b6;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(124, 58, 237, 0.2);
}
.lst-contribution-modal__location span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: min(360px, 52vw);
}
.lst-contribution-modal__tools {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}
.lst-contribution-modal__tool {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(148, 163, 184, 0.45);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.85);
  color: var(--lst-muted);
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.lst-contribution-modal__tool:hover {
  background: #fff;
  color: #5b21b6;
  border-color: rgba(124, 58, 237, 0.35);
}
.lst-contribution-modal__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 22px 14px;
  background: #f8fafc;
  border-bottom: 1px solid rgba(184, 201, 224, 0.28);
}
.lst-contribution-modal__chips span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 11px;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 600;
  color: #475569;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(184, 201, 224, 0.45);
}
.lst-contribution-modal__chips i { color: #7c3aed; font-size: 0.68rem; }
.lst-contribution-modal__body {
  flex: 1 1 auto;
  padding: 18px 22px 8px;
  max-height: min(62vh, 560px);
  overflow: auto;
}
.lst-contribution-modal.is-maximized .lst-contribution-modal__body {
  max-height: none;
}
.lst-contribution-modal__divider {
  height: 1px;
  margin: 4px 0 18px;
  background: linear-gradient(90deg, transparent, rgba(184, 201, 224, 0.55), transparent);
}
.lst-contribution-modal__body input,
.lst-contribution-modal__body textarea {
  width: 100%;
  padding: 11px 14px;
  border: 1px solid rgba(184, 201, 224, 0.65);
  border-radius: 12px;
  font-family: var(--lst-ui);
  font-size: 0.88rem;
  background: #fff;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.lst-contribution-modal__body .lst-toolbar-select__trigger {
  font-family: var(--lst-ui);
  background: #fff;
  border: 1px solid rgba(184, 201, 224, 0.65);
}
.lst-contribution-modal__body input:focus,
.lst-contribution-modal__body textarea:focus,
.lst-contribution-modal__body .lst-toolbar-select.is-open .lst-toolbar-select__trigger,
.lst-contribution-modal__body .lst-toolbar-select__trigger:focus-visible {
  outline: none;
  border-color: rgba(124, 58, 237, 0.55);
  box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.12);
}
.lst-contribution-modal__body textarea { min-height: 120px; resize: vertical; }
.lst-contribution-modal.is-maximized .lst-contribution-modal__body textarea {
  min-height: 180px;
}
.lst-contribution-modal__foot {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  padding: 14px 22px 18px;
  background: rgba(248, 250, 252, 0.98);
  border-top: 1px solid rgba(184, 201, 224, 0.35);
}
.lst-contribution-modal__cancel {
  border: 1px solid rgba(184, 201, 224, 0.65);
  background: #fff;
  border-radius: 999px;
  padding: 10px 18px;
  font-size: 0.86rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
}
.lst-contribution-modal__cancel:hover { background: #f8fafc; }
.lst-contribution-modal__submit {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: none;
  border-radius: 999px;
  padding: 11px 20px;
  color: #fff;
  font-size: 0.88rem;
  font-weight: 700;
  background: linear-gradient(135deg, #7c3aed, #1d4ed8);
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(124, 58, 237, 0.28);
  transition: transform 0.2s, box-shadow 0.2s;
}
.lst-contribution-modal__submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 32px rgba(124, 58, 237, 0.34);
}
.lst-contribution__privacy {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 8px 0 0;
  padding: 10px 12px;
  border-radius: 12px;
  font-size: 0.74rem;
  line-height: 1.5;
  color: var(--lst-muted);
  background: rgba(248, 250, 252, 0.9);
  border: 1px solid rgba(184, 201, 224, 0.35);
}
.lst-contribution__privacy i { margin-top: 2px; color: #64748b; }
.lst-contribution__error {
  margin: 10px 0 0;
  color: #b91c1c;
  font-size: 0.84rem;
}
.lst-contribution__success {
  margin: 10px 0 0;
  color: #047857;
  font-size: 0.84rem;
}
.lst-sidebar-card__icon--violet {
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.18), rgba(29, 78, 216, 0.12));
  color: #6d28d9;
}
@media (max-width: 640px) {
  .lst-contribution-modal {
    width: calc(100vw - 20px);
    max-height: calc(100vh - 20px);
  }
  .lst-contribution-modal__head { padding: 16px 16px 14px; }
  .lst-contribution-modal__chips { padding: 0 16px 12px; }
  .lst-contribution-modal__body { padding: 14px 16px 6px; }
  .lst-contribution-modal__foot { padding: 12px 16px 16px; }
  .lst-contribution-field--row { grid-template-columns: 1fr; }
  .lst-contribution-modal__chips span:nth-child(3) { display: none; }
}

/* Topic landing pages — /kultur, /yemek, … */
.lst-topic-page--premium {
  background: var(--lst-bg, #f1f5f9);
}

.lst-topic-hero--premium {
  position: relative;
  min-height: clamp(380px, 52vh, 520px);
  display: flex;
  align-items: stretch;
  overflow: hidden;
}
.lst-topic-hero--premium .lst-topic-hero__media,
.lst-topic-hero--premium .lst-topic-hero__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lst-topic-hero--premium .lst-topic-hero__media img {
  animation: lstTopicKenBurns 24s ease-in-out infinite alternate;
}
@keyframes lstTopicKenBurns {
  from { transform: scale(1.05); }
  to { transform: scale(1.14); }
}
.lst-topic-hero--premium .lst-topic-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(105deg, rgba(6, 15, 30, 0.88) 0%, rgba(6, 15, 30, 0.55) 42%, rgba(6, 15, 30, 0.35) 100%),
    linear-gradient(180deg, transparent 50%, rgba(6, 15, 30, 0.75) 100%);
}
.lst-topic-page--culture .lst-topic-hero--premium .lst-topic-hero__overlay {
  background:
    linear-gradient(105deg, rgba(157, 23, 77, 0.72) 0%, rgba(6, 15, 30, 0.62) 48%, rgba(6, 15, 30, 0.38) 100%),
    linear-gradient(180deg, transparent 55%, rgba(6, 15, 30, 0.8) 100%);
}
.lst-topic-page--food .lst-topic-hero--premium .lst-topic-hero__overlay {
  background:
    linear-gradient(105deg, rgba(154, 52, 18, 0.72) 0%, rgba(6, 15, 30, 0.62) 48%, rgba(6, 15, 30, 0.38) 100%),
    linear-gradient(180deg, transparent 55%, rgba(6, 15, 30, 0.8) 100%);
}
.lst-topic-page--geo .lst-topic-hero--premium .lst-topic-hero__overlay {
  background:
    linear-gradient(105deg, rgba(14, 116, 144, 0.72) 0%, rgba(6, 15, 30, 0.62) 48%, rgba(6, 15, 30, 0.38) 100%),
    linear-gradient(180deg, transparent 55%, rgba(6, 15, 30, 0.8) 100%);
}
.lst-topic-page--history .lst-topic-hero--premium .lst-topic-hero__overlay {
  background:
    linear-gradient(105deg, rgba(91, 33, 182, 0.72) 0%, rgba(6, 15, 30, 0.62) 48%, rgba(6, 15, 30, 0.38) 100%),
    linear-gradient(180deg, transparent 55%, rgba(6, 15, 30, 0.8) 100%);
}
.lst-topic-page--people .lst-topic-hero--premium .lst-topic-hero__overlay {
  background:
    linear-gradient(105deg, rgba(4, 120, 87, 0.72) 0%, rgba(6, 15, 30, 0.62) 48%, rgba(6, 15, 30, 0.38) 100%),
    linear-gradient(180deg, transparent 55%, rgba(6, 15, 30, 0.8) 100%);
}
.lst-topic-page--video .lst-topic-hero--premium .lst-topic-hero__overlay {
  background:
    linear-gradient(105deg, rgba(153, 27, 27, 0.72) 0%, rgba(6, 15, 30, 0.62) 48%, rgba(6, 15, 30, 0.38) 100%),
    linear-gradient(180deg, transparent 55%, rgba(6, 15, 30, 0.8) 100%);
}
.lst-topic-hero__orbs {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
}
.lst-topic-hero__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(48px);
  opacity: 0.4;
  animation: lstTopicOrbFloat 16s ease-in-out infinite alternate;
}
.lst-topic-hero__orb--1 {
  width: 260px;
  height: 260px;
  top: 10%;
  right: 8%;
  background: rgba(255, 255, 255, 0.22);
}
.lst-topic-hero__orb--2 {
  width: 200px;
  height: 200px;
  bottom: 12%;
  left: 6%;
  background: rgba(59, 130, 246, 0.28);
  animation-delay: -5s;
}
@keyframes lstTopicOrbFloat {
  from { transform: translate(0, 0) scale(1); }
  to { transform: translate(-16px, 12px) scale(1.08); }
}
.lst-topic-hero__shell {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: flex-end;
  padding: clamp(28px, 5vw, 48px) 0 clamp(32px, 6vw, 56px);
  min-height: inherit;
  width: 100%;
}
.lst-topic-hero__inner {
  width: 100%;
  max-width: 860px;
}
.lst-topic-hero__copy.is-pending,
.lst-topic-hero__search-block.is-pending {
  opacity: 0;
  transform: translateY(20px);
}
.lst-topic-hero__copy.is-revealed {
  animation: lstTopicFadeUp 0.85s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.lst-topic-hero__search-block.is-revealed {
  animation: lstTopicFadeUp 0.85s cubic-bezier(0.16, 1, 0.3, 1) 0.14s forwards;
}
@keyframes lstTopicFadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: none; }
}
.lst-topic-hero__crumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 16px;
}
.lst-topic-hero__crumb a { color: rgba(255, 255, 255, 0.9); text-decoration: none; }
.lst-topic-hero__crumb a:hover { color: #fff; }
.lst-topic-hero__head {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  flex-wrap: wrap;
}
.lst-topic-hero__title-row {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.lst-topic-hero__icon {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  font-size: 1.35rem;
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}
.lst-topic-hero__titles {
  flex: 1;
  min-width: min(100%, 280px);
}
.lst-topic-hero__stat {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 88px;
  padding: 12px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  text-align: center;
}
.lst-topic-hero__stat strong {
  display: block;
  font-family: var(--lst-display, Georgia, serif);
  font-size: 1.55rem;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.lst-topic-hero__stat span {
  display: block;
  margin-top: 4px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}
.lst-topic-hero__eyebrow {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 8px;
}
.lst-topic-hero--premium h1 {
  font-family: var(--lst-display, Georgia, serif);
  font-size: clamp(2rem, 4.2vw, 3rem);
  line-height: 1.06;
  color: #fff;
  margin: 0 0 8px;
  letter-spacing: -0.02em;
}
.lst-topic-hero__lead {
  margin: 0;
  font-size: 1.08rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.94);
  line-height: 1.45;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.35);
}
.lst-topic-hero__desc {
  margin: 16px 0 0;
  max-width: 640px;
  font-size: 0.98rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.82);
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
}
.lst-topic-hero__search-block {
  margin-top: 28px;
}
.lst-search-bar--topic-hero {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 8px;
  width: 100%;
  max-width: 760px;
  margin: 0;
  padding: 7px;
  background: rgba(255, 255, 255, 0.98);
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-radius: 20px;
  box-shadow:
    0 20px 50px rgba(0, 0, 0, 0.28),
    0 0 0 1px rgba(255, 255, 255, 0.12) inset;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  position: relative;
  overflow: visible;
}
.lst-search-bar--topic-hero .lst-search-autocomplete {
  flex: 1;
  min-width: 0;
}
.lst-search-bar--topic-hero .lst-search-bar__field {
  min-width: 0;
  padding: 15px 18px;
  background: #f8fafc;
  border-radius: 14px;
}
.lst-search-bar--topic-hero .lst-search-bar__field input {
  font-size: 1rem;
}
.lst-search-bar--topic-hero .lst-search-bar__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-shrink: 0;
  padding: 15px 26px;
  border-radius: 14px;
  font-size: 0.92rem;
  white-space: nowrap;
  box-shadow: 0 8px 22px rgba(29, 78, 216, 0.32);
}
.lst-search-bar--topic-hero .lst-search-bar__submit i {
  font-size: 0.88rem;
}
.lst-topic-page--culture .lst-search-bar--topic-hero .lst-search-bar__submit {
  background: linear-gradient(135deg, #db2777, #be185d);
  box-shadow: 0 8px 22px rgba(190, 24, 93, 0.35);
}
.lst-topic-page--food .lst-search-bar--topic-hero .lst-search-bar__submit {
  background: linear-gradient(135deg, #f97316, #ea580c);
  box-shadow: 0 8px 22px rgba(234, 88, 12, 0.35);
}
.lst-topic-page--geo .lst-search-bar--topic-hero .lst-search-bar__submit {
  background: linear-gradient(135deg, #06b6d4, #0891b2);
  box-shadow: 0 8px 22px rgba(8, 145, 178, 0.35);
}
.lst-topic-page--history .lst-search-bar--topic-hero .lst-search-bar__submit {
  background: linear-gradient(135deg, #8b5cf6, #7c3aed);
  box-shadow: 0 8px 22px rgba(124, 58, 237, 0.35);
}
.lst-topic-page--people .lst-search-bar--topic-hero .lst-search-bar__submit {
  background: linear-gradient(135deg, #10b981, #059669);
  box-shadow: 0 8px 22px rgba(5, 150, 105, 0.35);
}
.lst-topic-page--video .lst-search-bar--topic-hero .lst-search-bar__submit {
  background: linear-gradient(135deg, #ef4444, #dc2626);
  box-shadow: 0 8px 22px rgba(220, 38, 38, 0.35);
}

.lst-topic-nav--premium {
  position: sticky;
  top: 0;
  z-index: 45;
  margin-top: 0;
  padding: 12px 0 14px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(148, 163, 184, 0.28);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}
.lst-topic-nav--premium .lst-topic-nav__track {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
  padding: 6px 4px 8px;
  align-items: center;
}
.lst-topic-nav--premium .lst-topic-nav__track::-webkit-scrollbar { display: none; }
.lst-topic-nav--premium .lst-topic-nav__pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 15px;
  border-radius: 999px;
  white-space: nowrap;
  font-size: 0.84rem;
  font-weight: 600;
  color: #475569;
  background: #f1f5f9;
  border: 1px solid rgba(148, 163, 184, 0.35);
  text-decoration: none;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s, color 0.22s, border-color 0.22s;
}
.lst-topic-nav--premium .lst-topic-nav__pill:hover {
  color: var(--lst-ink);
  background: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
}
.lst-topic-nav--premium .lst-topic-nav__pill.is-active {
  color: #fff;
  border-color: transparent;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.16);
}
.lst-topic-nav--premium .lst-topic-nav__pill--culture.is-active { background: linear-gradient(135deg, #be185d, #9d174d); }
.lst-topic-nav--premium .lst-topic-nav__pill--food.is-active { background: linear-gradient(135deg, #ea580c, #c2410c); }
.lst-topic-nav--premium .lst-topic-nav__pill--geo.is-active { background: linear-gradient(135deg, #0891b2, #0e7490); }
.lst-topic-nav--premium .lst-topic-nav__pill--history.is-active { background: linear-gradient(135deg, #7c3aed, #6d28d9); }
.lst-topic-nav--premium .lst-topic-nav__pill--people.is-active { background: linear-gradient(135deg, #059669, #047857); }
.lst-topic-nav--premium .lst-topic-nav__pill--video.is-active { background: linear-gradient(135deg, #dc2626, #b91c1c); }

.lst-page--topic {
  padding: 28px 0 88px;
  background:
    radial-gradient(ellipse 80% 50% at 50% -5%, rgba(59, 130, 246, 0.08), transparent 55%),
    linear-gradient(180deg, #f8fafc 0%, var(--lst-bg) 120px);
}
.lst-topic-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 24px;
  padding: 16px 20px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(184, 201, 224, 0.55);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
  position: relative;
  z-index: 20;
}
.lst-topic-toolbar__left,
.lst-topic-toolbar__right {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.lst-topic-toolbar__count {
  margin: 0;
  font-size: 0.9rem;
  color: var(--lst-muted);
}
.lst-topic-toolbar__count strong {
  font-size: 1.15rem;
  color: var(--lst-ink);
  margin-right: 4px;
}
.lst-topic-hero__stat strong.is-count-pulse,
.lst-topic-toolbar__count strong.is-count-pulse {
  animation: lstTopicCountPulse 0.45s ease;
}
@keyframes lstTopicCountPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.06); color: var(--lst-brand); }
}
.lst-main--topic { padding-top: 8px; padding-bottom: 48px; }
.lst-grid--topic {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 20px;
}
.lst-topic-page--premium .lst-grid--topic .lst-card {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 0.55s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.55s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: calc(var(--lst-enter-i, 0) * 45ms);
}
.lst-topic-page--premium .lst-grid--topic .lst-card.is-revealed {
  opacity: 1;
  transform: none;
}
.lst-empty--topic {
  grid-column: 1 / -1;
  text-align: center;
  padding: 64px 24px;
  border-radius: 24px;
  background: #fff;
  border: 1px dashed rgba(148, 163, 184, 0.45);
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
}
.lst-empty--topic i {
  font-size: 2.4rem;
  color: var(--lst-brand-light);
  margin-bottom: 16px;
}
.lst-empty--topic h2,
.lst-empty--topic p {
  color: var(--lst-ink);
}
.lst-topic-country-filter {
  display: flex;
  align-items: center;
  gap: 8px;
}
.lst-topic-country-filter label,
.lst-page--topic .lst-sort label {
  font-size: 0.82rem;
  color: var(--lst-muted);
  white-space: nowrap;
}

@media (max-width: 960px) {
  .lst-topic-hero__shell {
    padding-top: 24px;
    padding-bottom: 28px;
  }
  .lst-topic-hero__stat {
    margin-left: auto;
  }
}
@media (max-width: 640px) {
  .lst-topic-hero--premium { min-height: 420px; }
  .lst-topic-hero__icon { width: 48px; height: 48px; font-size: 1.15rem; border-radius: 14px; }
  .lst-topic-hero__head { gap: 14px; }
  .lst-topic-hero__stat {
    width: 100%;
    flex-direction: row;
    justify-content: center;
    gap: 8px;
    min-width: 0;
    padding: 10px 14px;
  }
  .lst-topic-hero__stat span { margin-top: 0; }
  .lst-topic-hero__desc { font-size: 0.92rem; }
  .lst-search-bar--topic-hero {
    flex-wrap: wrap;
    border-radius: 18px;
    padding: 6px;
  }
  .lst-search-bar--topic-hero .lst-search-autocomplete {
    flex: 1 1 100%;
    min-width: 100%;
  }
  .lst-search-bar--topic-hero .lst-search-bar__submit {
    flex: 1 1 100%;
    width: 100%;
    padding: 14px 20px;
  }
  .lst-topic-toolbar { padding: 14px 16px; }
  .lst-topic-toolbar__right { width: 100%; }
  .lst-topic-country-filter,
  .lst-page--topic .lst-sort { flex: 1; min-width: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .lst-topic-hero--premium .lst-topic-hero__media img,
  .lst-topic-hero__orb {
    animation: none !important;
  }
  .lst-topic-hero__copy.is-pending,
  .lst-topic-hero__search-block.is-pending,
  .lst-topic-page--premium .lst-grid--topic .lst-card {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* Legacy topic (home cards only) */
.lst-topic-page:not(.lst-topic-page--premium) { background: var(--lst-bg, #060f1e); }
.lst-topic-hero:not(.lst-topic-hero--premium) {
  position: relative;
  min-height: clamp(420px, 58vh, 560px);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

/* ── Explore · Premium motion & cards ── */
.lst-explore-page .lst-page {
  background:
    radial-gradient(ellipse 90% 55% at 50% -8%, rgba(59, 130, 246, 0.11), transparent 58%),
    radial-gradient(ellipse 45% 35% at 100% 0%, rgba(124, 58, 237, 0.06), transparent 50%),
    linear-gradient(180deg, #eef4fd 0%, var(--lst-bg) 140px);
}

.lst-explore-hero--premium {
  min-height: 460px;
  padding-bottom: 64px;
}
.lst-explore-hero--premium .lst-search-hero__slide.is-active img {
  animation: lstExploreKenBurns 22s ease-in-out infinite alternate;
}
@keyframes lstExploreKenBurns {
  from { transform: scale(1.04); }
  to { transform: scale(1.12); }
}
.lst-explore-hero__orbs {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
}
.lst-explore-hero__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(40px);
  opacity: 0.45;
  animation: lstExploreOrbFloat 14s ease-in-out infinite;
}
.lst-explore-hero__orb--1 {
  width: 280px;
  height: 280px;
  top: 8%;
  right: 12%;
  background: rgba(59, 130, 246, 0.35);
}
.lst-explore-hero__orb--2 {
  width: 200px;
  height: 200px;
  bottom: 18%;
  left: 8%;
  background: rgba(124, 58, 237, 0.28);
  animation-delay: -4s;
}
.lst-explore-hero__orb--3 {
  width: 140px;
  height: 140px;
  top: 42%;
  left: 46%;
  background: rgba(14, 165, 233, 0.22);
  animation-delay: -8s;
}
@keyframes lstExploreOrbFloat {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(12px, -18px) scale(1.06); }
}
.lst-explore-hero__copy.is-pending {
  opacity: 0;
  transform: translateY(22px);
}
.lst-explore-hero__copy.is-revealed {
  animation: lstExploreHeroReveal 0.9s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.lst-explore-hero__copy.is-revealed .lst-search-hero__eyebrow {
  animation: lstExploreFadeUp 0.7s ease 0.08s both;
}
.lst-explore-hero__copy.is-revealed h1 {
  animation: lstExploreFadeUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.16s both;
}
.lst-explore-hero__copy.is-revealed .lst-explore-hero__lead {
  animation: lstExploreFadeUp 0.75s ease 0.28s both;
}
.lst-explore-hero__copy.is-revealed .lst-search-bar {
  animation: lstExploreFadeUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.38s both;
}
.lst-explore-hero__copy.is-revealed .lst-explore-hero-stats {
  animation: lstExploreFadeUp 0.75s ease 0.52s both;
}
@keyframes lstExploreHeroReveal {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes lstExploreFadeUp {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}
.lst-explore-hero__lead {
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.05rem;
  margin-bottom: 28px;
  max-width: 540px;
  line-height: 1.55;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.4);
}
.lst-explore-hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}
.lst-explore-hero-stat {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 12px 16px;
  min-width: 88px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  transition: transform 0.3s, background 0.3s;
}
.lst-explore-hero-stat:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.16);
}
.lst-explore-hero-stat strong {
  font-family: var(--lst-display);
  font-size: 1.35rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
}
.lst-explore-hero-stat span {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
}
.lst-explore-hero-stat--accent {
  background: linear-gradient(135deg, rgba(29, 78, 216, 0.45), rgba(59, 130, 246, 0.28));
  border-color: rgba(147, 197, 253, 0.35);
}

.lst-explore-page .lst-toolbar {
  padding: 12px 16px;
  margin-bottom: 22px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.95);
  box-shadow: 0 10px 36px rgba(12, 45, 107, 0.08);
}
.lst-explore-page .lst-toolbar__count strong {
  background: linear-gradient(135deg, var(--lst-brand-light), #6366f1);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
.lst-explore-page .lst-toolbar__count strong.is-count-pulse {
  animation: lstExploreCountPulse 0.45s ease;
}
@keyframes lstExploreCountPulse {
  0% { transform: scale(1); }
  45% { transform: scale(1.08); }
  100% { transform: scale(1); }
}
.lst-explore-page .lst-view-toggle {
  border-radius: 12px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}
.lst-explore-page .lst-view-toggle button {
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), background 0.25s, color 0.25s;
}
.lst-explore-page .lst-view-toggle button.is-active {
  transform: scale(1.04);
  box-shadow: 0 4px 14px rgba(29, 78, 216, 0.35);
}

.lst-explore-page .lst-grid {
  gap: 22px;
}
.lst-explore-page .lst-card {
  position: relative;
  opacity: 0;
  transform: translateY(26px) scale(0.98);
  border: 1px solid rgba(184, 201, 224, 0.65);
  box-shadow:
    0 1px 2px rgba(6, 20, 40, 0.05),
    0 10px 28px rgba(12, 45, 107, 0.08);
}
.lst-explore-page .lst-card.is-revealed {
  animation: lstExploreCardIn 0.68s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  animation-delay: calc(var(--lst-enter-i, 0) * 52ms);
}
@keyframes lstExploreCardIn {
  from { opacity: 0; transform: translateY(26px) scale(0.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
.lst-explore-page .lst-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  z-index: 4;
  border-radius: var(--lst-radius-lg) var(--lst-radius-lg) 0 0;
  background: var(--lst-card-accent, linear-gradient(90deg, var(--lst-brand), var(--lst-brand-light)));
  opacity: 0.85;
  transform: scaleX(0.35);
  transform-origin: left center;
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}
.lst-explore-page .lst-card:hover::before {
  transform: scaleX(1);
}
.lst-explore-page .lst-card--kind-Country { --lst-card-accent: linear-gradient(90deg, #7c3aed, #a78bfa); }
.lst-explore-page .lst-card--kind-City { --lst-card-accent: linear-gradient(90deg, #2563eb, #60a5fa); }
.lst-explore-page .lst-card--kind-Province { --lst-card-accent: linear-gradient(90deg, #0891b2, #22d3ee); }
.lst-explore-page .lst-card--kind-District { --lst-card-accent: linear-gradient(90deg, #0d9488, #2dd4bf); }
.lst-explore-page .lst-card--kind-Neighborhood { --lst-card-accent: linear-gradient(90deg, #059669, #34d399); }
.lst-explore-page .lst-card--kind-GeographyFeature { --lst-card-accent: linear-gradient(90deg, #6366f1, #818cf8); }
.lst-explore-page .lst-card--kind-Culture { --lst-card-accent: linear-gradient(90deg, #db2777, #f472b6); }
.lst-explore-page .lst-card--kind-History { --lst-card-accent: linear-gradient(90deg, #b45309, #fbbf24); }
.lst-explore-page .lst-card--kind-GuideEvent { --lst-card-accent: linear-gradient(90deg, #ea580c, #fb923c); }
.lst-explore-page .lst-card--kind-GuideRoute { --lst-card-accent: linear-gradient(90deg, #4f46e5, #818cf8); }

.lst-explore-page .lst-card:hover {
  transform: translateY(-8px) scale(1.012);
  box-shadow:
    0 20px 50px rgba(29, 78, 216, 0.18),
    0 8px 20px rgba(6, 20, 40, 0.08);
}
.lst-explore-page .lst-card.is-revealed:hover {
  transform: translateY(-8px) scale(1.012);
}
.lst-explore-page .lst-card__media::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background: linear-gradient(105deg, transparent 38%, rgba(255, 255, 255, 0.42) 50%, transparent 62%);
  transform: translateX(-130%);
  transition: transform 0.75s cubic-bezier(0.16, 1, 0.3, 1);
}
.lst-explore-page .lst-card:hover .lst-card__media::before {
  transform: translateX(130%);
}
.lst-explore-page .lst-card__type {
  border-radius: 100px;
  padding: 6px 12px;
  font-size: 0.62rem;
  letter-spacing: 0.06em;
  backdrop-filter: blur(8px);
  box-shadow: 0 4px 16px rgba(29, 78, 216, 0.35);
  transition: transform 0.3s;
}
.lst-explore-page .lst-card:hover .lst-card__type {
  transform: translateY(-2px) scale(1.03);
}
.lst-explore-page .lst-card__fav {
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), color 0.25s, box-shadow 0.25s;
}
.lst-explore-page .lst-card:hover .lst-card__fav {
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.12);
}
.lst-explore-page .lst-card__title {
  transition: color 0.25s;
}
.lst-explore-page .lst-card:hover .lst-card__title {
  color: var(--lst-brand-light);
}

.lst-explore-page .lst-adv-level-card__inner {
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s, border-color 0.25s;
}
.lst-explore-page .lst-adv-level-card:hover .lst-adv-level-card__inner {
  transform: translateY(-2px);
}
.lst-explore-page .lst-adv-level-card.is-active .lst-adv-level-card__inner,
.lst-explore-page .lst-adv-level-card:has(input:checked) .lst-adv-level-card__inner {
  box-shadow: 0 8px 24px rgba(29, 78, 216, 0.16);
}
.lst-explore-page .lst-adv-level-card.is-active .lst-adv-level-card__icon,
.lst-explore-page .lst-adv-level-card:has(input:checked) .lst-adv-level-card__icon {
  animation: lstLevelIconPop 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}
@keyframes lstLevelIconPop {
  0% { transform: scale(1); }
  45% { transform: scale(1.12); }
  100% { transform: scale(1); }
}

.lst-main.is-explore-live-loading .lst-grid {
  position: relative;
}
.lst-main.is-explore-live-loading .lst-grid::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  border-radius: var(--lst-radius-lg);
  background: linear-gradient(105deg, transparent 42%, rgba(255, 255, 255, 0.55) 50%, transparent 58%);
  background-size: 200% 100%;
  animation: lstExploreGridShimmer 1.1s ease-in-out infinite;
}
@keyframes lstExploreGridShimmer {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

@media (prefers-reduced-motion: reduce) {
  .lst-explore-hero--premium .lst-search-hero__slide.is-active img,
  .lst-explore-hero__orb,
  .lst-explore-hero__copy.is-revealed,
  .lst-explore-hero__copy.is-revealed .lst-search-hero__eyebrow,
  .lst-explore-hero__copy.is-revealed h1,
  .lst-explore-hero__copy.is-revealed .lst-explore-hero__lead,
  .lst-explore-hero__copy.is-revealed .lst-search-bar,
  .lst-explore-hero__copy.is-revealed .lst-explore-hero-stats,
  .lst-explore-page .lst-card.is-revealed,
  .lst-main.is-explore-live-loading .lst-grid::after {
    animation: none !important;
  }
  .lst-explore-hero__copy.is-pending,
  .lst-explore-page .lst-card {
    opacity: 1;
    transform: none;
  }
  .lst-home-countries__orb,
  .lst-home-countries__route,
  .lst-home-countries__traveler,
  .lst-home-countries__head.is-revealed,
  .lst-home-countries__head.is-revealed .lst-home-countries__step,
  .lst-home-countries__head.is-revealed .lst-home-countries__step-arrow,
  .lst-country-card--premium.is-revealed,
  .lst-country-card--premium .lst-country-card__media img,
  .lst-country-card__level {
    animation: none !important;
  }
  .lst-home-countries__head.is-pending,
  .lst-country-card--premium {
    opacity: 1;
    transform: none;
  }
  .lst-home-reviews__orb,
  .lst-home-reviews__sparkles,
  .lst-home-reviews__head.is-revealed,
  .lst-review-card--premium.is-revealed,
  .lst-home-reviews__loader {
    animation: none !important;
    transition: none !important;
  }
  .lst-home-reviews__head.is-pending,
  .lst-review-card--premium {
    opacity: 1;
    transform: none;
  }
}

/* ── Print ── */
@media print {
  .lst-header,
  .lst-footer,
  .lst-share-bar,
  .lst-tabs,
  .lst-view-toggle,
  .lst-search-hero,
  .lst-detail-map--compact,
  .lst-sidebar-back {
    display: none !important;
  }
  .lst-detail-hero__bg img {
    max-height: 180px;
    object-fit: cover;
  }
  .lst-detail-body {
    padding-top: 0;
  }
  a[href]::after {
    content: " (" attr(href) ")";
    font-size: 0.75rem;
    color: #64748b;
  }
  .lst-breadcrumb a[href]::after {
    content: "";
  }
}

/* ── Travelers / İnsan & Gezginler keşfet ── */
.lst-trv-page .lst-topic-hero--premium {
  overflow: visible;
  z-index: 120;
  min-height: clamp(360px, 42vh, 460px);
}
.lst-trv-page .lst-topic-hero__shell {
  overflow: visible;
  align-items: flex-start;
  padding: clamp(18px, 3vw, 28px) 0 clamp(16px, 2.5vw, 24px);
  min-height: inherit;
}
.lst-trv-page .lst-topic-hero__inner { max-width: 920px; }
.lst-trv-page .lst-topic-hero__crumb { margin-bottom: 10px; }
.lst-trv-page .lst-topic-hero__head { gap: 12px; }
.lst-trv-page .lst-topic-hero__icon {
  width: 46px;
  height: 46px;
  font-size: 1.1rem;
  border-radius: 14px;
}
.lst-trv-page .lst-topic-hero--premium h1 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  margin-bottom: 4px;
}
.lst-trv-page .lst-topic-hero__lead {
  font-size: 0.9rem;
  line-height: 1.4;
}
.lst-trv-main {
  position: relative;
  z-index: 50;
  background: var(--lst-bg, #f1f5f9);
}
.lst-trv-topic-nav.lst-topic-nav--premium {
  position: relative;
  top: auto;
}
.lst-trv-topic-nav {
  position: relative;
  top: auto;
  z-index: 200;
  margin-top: 0;
  padding: 10px 0 12px;
  overflow: visible;
  background: #fff;
  border-bottom: 1px solid rgba(148, 163, 184, 0.28);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
  isolation: isolate;
}
.lst-trv-topic-nav .lst-topic-nav__carousel {
  display: flex;
  align-items: center;
  gap: 10px;
}
.lst-trv-topic-nav .lst-topic-nav__track {
  flex: 1;
  min-width: 0;
  min-height: 44px;
  padding: 6px 2px 8px;
  scroll-snap-type: x proximity;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
.lst-trv-topic-nav .lst-topic-nav__track::-webkit-scrollbar { display: none; }
.lst-trv-topic-nav .lst-topic-nav__pill {
  flex: 0 0 auto;
  scroll-snap-align: start;
  line-height: 1.25;
}
.lst-trv-topic-nav .lst-topic-nav__pill:hover {
  transform: none;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.1);
}
.lst-trv-topic-nav .lst-topic-nav__arrow {
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  border-radius: 100px;
  border: 1px solid rgba(148, 163, 184, 0.45);
  background: #fff;
  color: #475569;
  display: grid;
  place-items: center;
  font-size: 0.78rem;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
}
.lst-trv-topic-nav .lst-topic-nav__arrow:hover:not(:disabled) {
  border-color: rgba(5, 150, 105, 0.35);
  color: #059669;
  background: rgba(5, 150, 105, 0.08);
  transform: translateY(-1px);
}
.lst-trv-topic-nav .lst-topic-nav__arrow:disabled {
  opacity: 0.35;
  cursor: not-allowed;
  box-shadow: none;
}
.lst-trv-hero__stats { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 14px; }
.lst-trv-hero__stat {
  padding: 8px 14px; border-radius: var(--lst-radius);
  background: rgba(255,255,255,0.1); backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.15); min-width: 84px;
}
.lst-trv-hero__stat strong {
  display: block; font-family: var(--lst-display); font-size: 1.2rem;
  background: linear-gradient(135deg, #fff, #a7f3d0);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}
.lst-trv-hero__stat span { font-size: 0.75rem; opacity: 0.75; color: #fff; }

.lst-trv-search {
  margin-top: 14px;
  margin-bottom: 0;
  max-width: 720px;
  position: relative;
  z-index: 150;
  isolation: isolate;
}
.lst-trv-search__modes {
  display: inline-flex; gap: 4px; padding: 3px; margin-bottom: 8px;
  background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.18);
  border-radius: 999px; backdrop-filter: blur(8px);
}
.lst-trv-search__mode {
  padding: 6px 14px; border-radius: 999px; font-size: 0.75rem; font-weight: 600;
  color: rgba(255,255,255,0.75); display: flex; align-items: center; gap: 7px;
  transition: all 0.22s; border: none; background: none; cursor: pointer;
}
.lst-trv-search__mode.is-active {
  background: rgba(255,255,255,0.95); color: var(--lst-brand);
  box-shadow: 0 8px 24px rgba(0,0,0,0.15);
}
.lst-trv-search__bar {
  display: flex; align-items: center; background: rgba(255,255,255,0.98);
  border-radius: var(--lst-radius-lg); box-shadow: 0 20px 56px rgba(0,0,0,0.22);
  overflow: visible; position: relative;
}
.lst-trv-search__icon {
  width: 44px; height: 44px; display: grid; place-items: center;
  color: #059669; border-right: 1px solid rgba(184,201,224,0.45); flex-shrink: 0;
}
.lst-trv-search__field-wrap { flex: 1; position: relative; min-width: 0; }
.lst-trv-search__input {
  width: 100%; border: none; outline: none; padding: 12px 40px 12px 14px;
  font-family: inherit; font-size: 0.9rem; background: transparent;
}
.lst-trv-search__clear {
  position: absolute; right: 10px; top: 50%; transform: translateY(-50%);
  width: 28px; height: 28px; border-radius: 8px; background: rgba(15,23,42,0.06);
  border: none; cursor: pointer; display: grid; place-items: center;
}
.lst-trv-search__submit {
  margin: 6px; padding: 0 22px; height: 44px; border-radius: 14px;
  font-weight: 700; color: #fff; border: none; cursor: pointer;
  background: linear-gradient(135deg, #059669, #047857);
  box-shadow: 0 8px 22px rgba(5,150,105,0.4);
}
.lst-trv-search__suggest {
  position: absolute; top: calc(100% + 10px); left: 0; right: 0; z-index: 200;
  background: #fff; border-radius: 18px; display: none;
  border: 1px solid color-mix(in srgb, var(--lst-brand-light) 28%, var(--lst-border));
  box-shadow: 0 24px 64px rgba(12,45,107,0.18);
  overflow: hidden;
}
.lst-trv-search__suggest.is-open { display: block; }
.lst-trv-search__suggest-head {
  padding: 12px 16px; font-size: 0.72rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--lst-muted);
  background: linear-gradient(135deg, #ecfdf5, #fff); border-bottom: 1px solid var(--lst-border);
}
.lst-trv-search__suggest-item {
  display: flex; align-items: center; gap: 12px; padding: 12px 16px;
  cursor: pointer; border-bottom: 1px solid rgba(184,201,224,0.35); text-decoration: none; color: inherit;
}
.lst-trv-search__suggest-item:hover,
.lst-trv-search__suggest-item.is-highlighted { background: rgba(5,150,105,0.08); }
.lst-trv-search__suggest-name { font-size: 0.88rem; font-weight: 600; }
.lst-trv-search__suggest-meta { font-size: 0.75rem; color: var(--lst-muted); margin-top: 2px; }
.lst-trv-search__suggest-tag {
  margin-left: auto;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  color: #047857;
  background: rgba(5,150,105,0.1);
  border: 1px solid rgba(5,150,105,0.2);
  flex-shrink: 0;
}
.lst-trv-search__suggest-item img {
  width: 44px; height: 44px; border-radius: 50%; object-fit: cover;
  border: 2px solid rgba(5,150,105,0.14); flex-shrink: 0;
}
.lst-trv-search__suggest-avatar {
  width: 44px; height: 44px; border-radius: 50%; background: #e2e8f0; flex-shrink: 0;
}
.lst-trv-search__suggest-body { flex: 1; min-width: 0; }
.lst-trv-search__suggest-bio {
  font-size: 0.72rem; color: var(--lst-muted); margin-top: 2px;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}

.lst-trv-control {
  position: sticky; top: calc(var(--lst-header-h) + 8px); z-index: 110;
  margin-top: 20px; margin-bottom: 20px; background: rgba(255,255,255,0.94);
  backdrop-filter: saturate(180%) blur(20px);
  border: 1px solid rgba(184,201,224,0.55); border-radius: var(--lst-radius-lg);
  box-shadow: var(--lst-shadow); overflow: visible;
}
.lst-trv-control:has(.lst-trv-ms.is-open) { z-index: 500; }
.lst-trv-control__search-active {
  display: none; align-items: center; gap: 10px; padding: 10px 18px;
  background: linear-gradient(90deg, rgba(5,150,105,0.08), transparent);
  border-bottom: 1px solid rgba(5,150,105,0.15); font-size: 0.82rem;
}
.lst-trv-control__search-active.is-visible { display: flex; }
.lst-trv-control__search-active button {
  margin-left: auto; font-size: 0.75rem; font-weight: 600; padding: 6px 12px;
  border-radius: 999px; border: 1px solid var(--lst-border); background: #fff; cursor: pointer;
}
.lst-trv-control__top {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
  gap: 12px; padding: 14px 18px; border-bottom: 1px solid rgba(184,201,224,0.45);
}
.lst-trv-feed-tabs { display: inline-flex; gap: 4px; padding: 5px; background: rgba(248,250,252,0.9); border-radius: 999px; }
.lst-trv-feed-tabs__btn {
  padding: 9px 16px; border-radius: 999px; font-size: 0.82rem; font-weight: 600;
  color: var(--lst-muted); border: none; background: none; cursor: pointer;
  display: flex; align-items: center; gap: 8px;
}
.lst-trv-feed-tabs__btn.is-active {
  background: linear-gradient(135deg, var(--lst-brand), var(--lst-brand-light));
  color: #fff; box-shadow: 0 6px 20px var(--lst-brand-glow);
}
.lst-trv-control__meta { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.lst-trv-result-count { font-size: 0.82rem; font-weight: 600; color: var(--lst-muted); margin: 0; }
.lst-trv-result-count strong { color: var(--lst-brand); font-family: var(--lst-display); }
.lst-trv-view-modes {
  display: inline-flex; gap: 2px; padding: 4px;
  background: rgba(232,238,249,0.7); border-radius: 12px; border: 1px solid rgba(184,201,224,0.5);
}
.lst-trv-view-modes__btn {
  width: 36px; height: 36px; border-radius: 9px; border: none; cursor: pointer;
  color: var(--lst-muted); background: none; display: grid; place-items: center;
}
.lst-trv-view-modes__btn.is-active {
  color: #fff; background: linear-gradient(135deg, var(--lst-brand), var(--lst-brand-light));
}
.lst-trv-control__filters {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr));
  border-bottom: 1px solid rgba(184,201,224,0.45);
  overflow: visible;
}
@media (max-width: 900px) { .lst-trv-control__filters { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .lst-trv-control__filters { grid-template-columns: 1fr; } }
.lst-trv-filter-field {
  position: relative;
  padding: 14px 18px; border-right: 1px solid rgba(184,201,224,0.35);
}
.lst-trv-filter-field:has(.lst-trv-ms.is-open) { z-index: 520; }
.lst-trv-filter-field:last-child { border-right: none; }
.lst-trv-filter-field__label {
  display: flex; align-items: center; gap: 6px; font-size: 0.68rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.08em; color: var(--lst-muted); margin-bottom: 8px;
}
.lst-trv-filter-field__label i { color: #059669; }
.lst-trv-filter-select {
  width: 100%; border: none; background: transparent; font-family: inherit;
  font-size: 0.88rem; font-weight: 600; cursor: pointer; appearance: none;
}

/* Çoklu seçim filtre dropdown */
.lst-trv-ms { position: relative; width: 100%; }
.lst-trv-ms__trigger {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 8px;
  padding: 0; border: none; background: transparent; font-family: inherit;
  font-size: 0.88rem; font-weight: 600; color: var(--lst-text); cursor: pointer; text-align: left;
}
.lst-trv-ms__trigger i { font-size: 0.72rem; color: var(--lst-muted); transition: transform 0.2s ease; }
.lst-trv-ms.is-open .lst-trv-ms__trigger i { transform: rotate(180deg); }
.lst-trv-ms__value {
  flex: 1; min-width: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  color: var(--lst-muted); font-weight: 600;
}
.lst-trv-ms.has-value .lst-trv-ms__value { color: var(--lst-text); }
.lst-trv-ms__panel {
  position: absolute; left: 0; right: 0; top: calc(100% + 8px); z-index: 500;
  background: #fff; border: 1px solid rgba(184,201,224,0.65); border-radius: 14px;
  box-shadow: 0 18px 48px rgba(15,23,42,0.14), 0 4px 12px rgba(15,23,42,0.08);
  overflow: hidden;
}
.lst-trv-ms__search-wrap {
  display: flex; align-items: center; gap: 8px; padding: 10px 12px;
  border-bottom: 1px solid rgba(184,201,224,0.45); background: rgba(248,250,252,0.95);
}
.lst-trv-ms__search-wrap i { color: var(--lst-muted); font-size: 0.82rem; }
.lst-trv-ms__search {
  flex: 1; min-width: 0; border: none; background: transparent; font-family: inherit;
  font-size: 0.84rem; outline: none;
}
.lst-trv-ms__list {
  max-height: 240px; overflow-y: auto; padding: 6px;
}
.lst-trv-ms__option {
  display: flex; align-items: center; gap: 10px; padding: 9px 10px; border-radius: 10px;
  font-size: 0.84rem; font-weight: 500; cursor: pointer; color: var(--lst-text);
}
.lst-trv-ms__option:hover { background: rgba(232,238,249,0.75); }
.lst-trv-ms__option[hidden] { display: none; }
.lst-trv-ms__option input[type="checkbox"] {
  width: 16px; height: 16px; margin: 0; accent-color: var(--lst-brand);
  flex-shrink: 0; cursor: pointer;
}
.lst-trv-ms__option span { flex: 1; min-width: 0; }

.lst-trv-sort-pills { display: flex; flex-wrap: wrap; gap: 6px; }
.lst-trv-sort-pill {
  padding: 7px 12px; border-radius: 999px; font-size: 0.75rem; font-weight: 600;
  border: none; cursor: pointer; color: var(--lst-muted); background: rgba(232,238,249,0.8);
}
.lst-trv-sort-pill.is-active {
  color: #fff; background: linear-gradient(135deg, var(--lst-brand), var(--lst-brand-light));
}
.lst-trv-control__foot {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
  gap: 10px; padding: 12px 18px; background: rgba(248,250,252,0.6);
}
.lst-trv-active-filters { display: flex; flex-wrap: wrap; gap: 8px; }
.lst-trv-chip {
  display: inline-flex; align-items: center; gap: 6px; padding: 6px 12px;
  border-radius: 999px; background: #fff; border: 1px solid rgba(5,150,105,0.25);
  font-size: 0.75rem; font-weight: 600; color: #047857;
}
.lst-trv-clear-all {
  font-size: 0.75rem; font-weight: 600; color: var(--lst-muted); border: 1px dashed var(--lst-border);
  background: none; padding: 6px 12px; border-radius: 999px; cursor: pointer;
}

.lst-trv-reels { padding: 8px 0 24px; }
.lst-trv-reels__head h2 {
  font-family: var(--lst-display); font-size: 1.25rem; margin-bottom: 14px;
  display: flex; align-items: center; gap: 8px;
}
.lst-trv-reels__head h2 i { color: #059669; }
.lst-trv-reels__carousel {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}
.lst-trv-reels__track {
  flex: 1;
  min-width: 0;
  display: flex;
  gap: 14px;
  overflow-x: auto;
  padding: 4px 2px 8px;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.lst-trv-reels__track::-webkit-scrollbar { display: none; }
.lst-trv-reels__arrow {
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  border-radius: 100px;
  border: 1px solid var(--lst-border);
  background: var(--lst-surface);
  color: var(--lst-ink-soft);
  display: grid;
  place-items: center;
  font-size: 0.78rem;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: var(--lst-shadow);
  z-index: 2;
}
.lst-trv-reels__arrow:hover:not(:disabled) {
  border-color: rgba(5, 150, 105, 0.35);
  color: #059669;
  background: rgba(5, 150, 105, 0.08);
  transform: translateY(-1px);
}
.lst-trv-reels__arrow:disabled {
  opacity: 0.35;
  cursor: not-allowed;
  box-shadow: none;
}
.lst-trv-reel-card { flex: 0 0 140px; scroll-snap-align: start; text-align: center; text-decoration: none; color: inherit; border: none; background: none; padding: 0; cursor: pointer; font: inherit; }
.lst-trv-reel-card__ring {
  width: 140px; height: 140px; border-radius: 20px; padding: 3px;
  background: linear-gradient(135deg, #f59e0b, #ef4444, #8b5cf6, #059669);
  background-size: 300% 300%; animation: lstTrvReelRing 4s ease infinite;
}
@keyframes lstTrvReelRing { 0%,100%{background-position:0% 50%} 50%{background-position:100% 50%} }
.lst-trv-reel-card__thumb {
  width: 100%; height: 100%; border-radius: 17px; object-fit: cover; border: 3px solid #fff;
}
.lst-trv-reel-card__name { font-size: 0.78rem; font-weight: 600; margin-top: 8px; }
.lst-trv-reel-card__meta { font-size: 0.68rem; color: var(--lst-muted); }

.lst-trv-grid--masonry { columns: 4; column-gap: 16px; }
.lst-trv-grid--grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 4px; }
.lst-trv-grid--feed { display: flex; flex-direction: column; gap: 20px; max-width: 520px; margin: 0 auto; }
.lst-trv-grid--list { display: flex; flex-direction: column; gap: 12px; max-width: 720px; margin: 0 auto; }
@media (max-width: 1100px) {
  .lst-trv-grid--masonry { columns: 3; }
  .lst-trv-grid--grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 768px) {
  .lst-trv-grid--masonry { columns: 2; }
  .lst-trv-grid--grid { grid-template-columns: repeat(2, 1fr); }
}

.lst-trv-post {
  break-inside: avoid; margin-bottom: 16px; border-radius: var(--lst-radius-lg);
  background: var(--lst-surface); border: 1px solid rgba(184,201,224,0.5);
  overflow: hidden; box-shadow: var(--lst-shadow); transition: transform 0.3s, box-shadow 0.3s;
}
.lst-trv-post:hover { transform: translateY(-4px); box-shadow: var(--lst-shadow-hover); }
.lst-trv-post__media { position: relative; overflow: hidden; }
.lst-trv-post__media img { width: 100%; transition: transform 0.45s; }
.lst-trv-post:hover .lst-trv-post__media img { transform: scale(1.03); }
.lst-trv-post__overlay {
  position: absolute; inset: 0; opacity: 0; transition: opacity 0.25s;
  background: linear-gradient(to top, rgba(6,20,40,0.7), transparent 50%);
  display: flex; align-items: flex-end; padding: 14px; color: #fff;
}
.lst-trv-post:hover .lst-trv-post__overlay { opacity: 1; }
.lst-trv-post__stats { display: flex; gap: 14px; font-size: 0.82rem; font-weight: 600; }
.lst-trv-post__badge {
  position: absolute; top: 10px; left: 10px; padding: 4px 10px; border-radius: 999px;
  font-size: 0.68rem; font-weight: 700; background: rgba(255,255,255,0.92);
}
.lst-trv-post__badge--lang { top: auto; bottom: 10px; background: rgba(6,20,40,0.75); color: #fff; }
.lst-trv-post__body { padding: 12px 14px 14px; }
.lst-trv-post__author { display: flex; align-items: center; gap: 10px; text-decoration: none; color: inherit; margin-bottom: 8px; }
.lst-trv-post__avatar { width: 36px; height: 36px; border-radius: 50%; object-fit: cover; }
.lst-trv-post__author-name { font-size: 0.85rem; font-weight: 600; }
.lst-trv-post__author-trip { font-size: 0.72rem; color: var(--lst-muted); }
.lst-trv-post__caption { font-size: 0.82rem; line-height: 1.45; color: var(--lst-ink-soft); }

.lst-trv-grid--grid .lst-trv-post { margin-bottom: 0; aspect-ratio: 1; }
.lst-trv-grid--grid .lst-trv-post__body { display: none; }
.lst-trv-grid--grid .lst-trv-post__media, .lst-trv-grid--grid .lst-trv-post__media img { height: 100%; object-fit: cover; }
.lst-trv-grid--grid .lst-trv-post__overlay { opacity: 0; align-items: center; justify-content: center; background: rgba(6,20,40,0.45); }
.lst-trv-grid--grid .lst-trv-post:hover .lst-trv-post__overlay { opacity: 1; }

.lst-trv-grid--list .lst-trv-post {
  display: grid; grid-template-columns: 130px 1fr; margin-bottom: 0;
}
.lst-trv-grid--list .lst-trv-post__media { height: 110px; }
.lst-trv-grid--list .lst-trv-post__overlay { display: none; }

.lst-trv-skeleton { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; padding: 12px 0; }
.lst-trv-skeleton__item {
  height: 240px; border-radius: var(--lst-radius-lg);
  background: linear-gradient(90deg, #dde5f2, #eef2f9, #dde5f2);
  background-size: 200% 100%; animation: lstTrvShimmer 1.2s ease infinite;
}
@keyframes lstTrvShimmer { 0%{background-position:200% 0} 100%{background-position:-200% 0} }
.lst-trv-end { text-align: center; padding: 28px 0 48px; color: var(--lst-muted); font-size: 0.85rem; }

.lst-trv-profile { padding: 32px 0 48px; }
.lst-trv-profile__crumb { font-size: 0.82rem; color: var(--lst-muted); margin-bottom: 24px; }
.lst-trv-profile__hero {
  display: grid; grid-template-columns: auto 1fr auto; gap: 24px; align-items: start;
  padding-bottom: 28px; border-bottom: 1px solid var(--lst-border);
}
@media (max-width: 768px) { .lst-trv-profile__hero { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.lst-trv-profile__avatar {
  width: 120px; height: 120px; border-radius: 50%; padding: 4px;
  background: linear-gradient(135deg, #059669, var(--lst-brand-light));
}
.lst-trv-profile__avatar img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; border: 4px solid #fff; }
.lst-trv-profile__handle { color: var(--lst-muted); margin-top: 4px; }
.lst-trv-profile__bio { margin-top: 10px; color: var(--lst-muted); max-width: 520px; }
.lst-trv-profile__lang {
  display: inline-block; margin-top: 10px; padding: 4px 12px; border-radius: 999px;
  background: var(--lst-bg); font-size: 0.75rem; font-weight: 600; border: 1px solid var(--lst-border);
}
.lst-trv-profile__stats { display: flex; gap: 24px; text-align: center; }
.lst-trv-profile__stats strong { display: block; font-family: var(--lst-display); font-size: 1.4rem; color: var(--lst-brand); }
.lst-trv-profile__stats span { font-size: 0.72rem; color: var(--lst-muted); }
.lst-trv-profile__section-title { font-family: var(--lst-display); margin: 28px 0 16px; }
.lst-trv-trips { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 18px; }
.lst-trv-trip-card {
  border-radius: var(--lst-radius-lg); background: var(--lst-surface);
  border: 1px solid var(--lst-border); overflow: hidden; box-shadow: var(--lst-shadow);
}
.lst-trv-trip-card__cover { height: 150px; position: relative; }
.lst-trv-trip-card__cover img { width: 100%; height: 100%; object-fit: cover; }
.lst-trv-trip-card__flag {
  position: absolute; top: 10px; left: 10px; padding: 5px 10px; border-radius: 999px;
  background: rgba(255,255,255,0.92); font-size: 0.75rem; font-weight: 700;
}
.lst-trv-trip-card__body { padding: 14px 16px 16px; }
.lst-trv-trip-card__body h3 { font-family: var(--lst-display); font-size: 1.1rem; }
.lst-trv-trip-card__meta { font-size: 0.78rem; color: var(--lst-muted); margin-top: 6px; }
.lst-trv-trip-card__preview { display: flex; gap: 4px; margin-top: 10px; }
.lst-trv-trip-card__preview img { width: 48px; height: 48px; border-radius: 8px; object-fit: cover; }

body.lst-trv-modal-open { overflow: hidden; }
.lst-trv-post__media { display: block; width: 100%; padding: 0; border: none; background: none; cursor: pointer; position: relative; }
.lst-trv-post.is-liked .lst-trv-post__stats .fa-heart { color: #ef4444; }
.lst-trv-reel-card { flex: 0 0 140px; scroll-snap-align: start; text-align: center; color: inherit; border: none; background: none; padding: 0; cursor: pointer; font: inherit; }
.lst-trv-modal-backdrop { position: fixed; inset: 0; z-index: 800; background: rgba(6,20,40,0.72); backdrop-filter: blur(8px); display: flex; align-items: center; justify-content: center; padding: 24px; }
.lst-trv-modal-backdrop[hidden] { display: none !important; }
.lst-trv-post-modal { width: min(960px, 100%); max-height: 90vh; background: #fff; border-radius: var(--lst-radius-lg); overflow: hidden; display: grid; grid-template-columns: 1.1fr 0.9fr; position: relative; box-shadow: 0 32px 80px rgba(6,20,40,0.4); }
.lst-trv-post-modal[hidden], .lst-trv-reel-modal[hidden] { display: none !important; }
@media (max-width: 768px) { .lst-trv-post-modal { grid-template-columns: 1fr; max-height: 95vh; overflow-y: auto; } }
.lst-trv-post-modal__media { background: #000; min-height: 320px; }
.lst-trv-post-modal__media img, .lst-trv-post-modal__media video { width: 100%; height: 100%; object-fit: contain; min-height: 320px; }
.lst-trv-post-modal__side { padding: 24px; overflow-y: auto; display: flex; flex-direction: column; }
.lst-trv-post-modal__close, .lst-trv-reel-modal__close { position: absolute; top: 16px; right: 16px; z-index: 10; width: 40px; height: 40px; border-radius: 50%; border: none; background: rgba(255,255,255,0.92); cursor: pointer; display: grid; place-items: center; box-shadow: var(--lst-shadow); }
.lst-trv-post-modal__author a { display: flex; align-items: center; gap: 12px; text-decoration: none; color: inherit; }
.lst-trv-post-modal__author img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; }
.lst-trv-post-modal__caption { flex: 1; padding: 16px 0; font-size: 0.92rem; line-height: 1.6; }
.lst-trv-post-modal__location { font-size: 0.82rem; color: #047857; font-weight: 600; margin-bottom: 8px; }
.lst-trv-post-modal__actions { display: flex; gap: 16px; padding-top: 16px; border-top: 1px solid var(--lst-border); }
.lst-trv-action-btn { display: inline-flex; align-items: center; gap: 8px; border: none; background: none; font: inherit; font-weight: 600; color: var(--lst-muted); cursor: pointer; }
.lst-trv-action-btn.is-liked, .lst-trv-action-btn.is-liked i { color: #ef4444; }
.lst-trv-action-btn.is-following { color: var(--lst-brand); }
.lst-trv-reel-modal { width: min(420px, 100%); height: min(780px, 90vh); border-radius: 28px; overflow: hidden; background: #000; position: relative; box-shadow: 0 32px 80px rgba(0,0,0,0.5); }
.lst-trv-reel-modal__media { width: 100%; height: 100%; }
.lst-trv-reel-modal__media video { width: 100%; height: 100%; object-fit: cover; }
.lst-trv-reel-modal__ui { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; padding: 20px; background: linear-gradient(to top, rgba(0,0,0,0.75), transparent 50%); pointer-events: none; }
.lst-trv-reel-modal__ui button { pointer-events: auto; }
.lst-trv-reel-modal__author a { display: flex; align-items: center; gap: 10px; color: #fff; text-decoration: none; }
.lst-trv-reel-modal__author img { width: 40px; height: 40px; border-radius: 50%; border: 2px solid #fff; }
.lst-trv-reel-modal__caption { color: #fff; font-size: 0.88rem; margin-top: 8px; }
.lst-trv-reel-modal__actions { position: absolute; right: 16px; bottom: 100px; display: flex; flex-direction: column; gap: 16px; }
.lst-trv-reel-modal__action { display: flex; flex-direction: column; align-items: center; gap: 4px; border: none; background: none; color: #fff; cursor: pointer; font-size: 0.72rem; font-weight: 600; }
.lst-trv-reel-modal__action.is-liked i { color: #ef4444; }
.lst-header__notify-wrap { position: relative; }
.lst-header__notify-badge { position: absolute; top: 2px; right: 2px; min-width: 16px; height: 16px; padding: 0 4px; border-radius: 999px; background: #ef4444; color: #fff; font-size: 0.62rem; font-weight: 700; display: grid; place-items: center; }
.lst-trv-notify-panel { position: absolute; top: calc(100% + 8px); right: 0; width: min(320px, 90vw); max-height: 360px; overflow-y: auto; background: #fff; border: 1px solid var(--lst-border); border-radius: 14px; box-shadow: 0 18px 48px rgba(15,23,42,0.14); z-index: 300; padding: 8px; }
.lst-trv-notify-panel[hidden] { display: none !important; }
.lst-trv-notify-item { display: block; padding: 10px 12px; border-radius: 10px; text-decoration: none; color: inherit; }
.lst-trv-notify-item.is-unread { background: rgba(5,150,105,0.08); }
.lst-trv-notify-item strong { display: block; font-size: 0.82rem; }
.lst-trv-notify-item span { display: block; font-size: 0.75rem; color: var(--lst-muted); margin-top: 4px; }
.lst-trv-notify-empty, .lst-trv-notify-loading { padding: 16px; font-size: 0.82rem; color: var(--lst-muted); text-align: center; }
.lst-trv-profile__cover { height: 180px; border-radius: var(--lst-radius-lg); overflow: hidden; margin-bottom: -40px; }
.lst-trv-profile__cover img { width: 100%; height: 100%; object-fit: cover; }
.lst-trv-profile__actions { margin-top: 12px; }
.lst-trv-profile__follow { padding: 10px 20px; border-radius: 999px; border: none; cursor: pointer; font-weight: 700; background: linear-gradient(135deg, var(--lst-brand), var(--lst-brand-light)); color: #fff; }
.lst-trv-profile__follow.is-following { background: rgba(232,238,249,0.9); color: var(--lst-brand); border: 1px solid rgba(5,150,105,0.25); }
.lst-trv-profile__hero { position: relative; }

/* --- Public content (haber / duyuru / etkinlik) --- */
.lst-content-page { padding: 48px 0 72px; }
.lst-content-crumb { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; font-size: 0.85rem; color: var(--lst-muted); margin-bottom: 28px; }
.lst-content-crumb a { color: var(--lst-brand); text-decoration: none; }
.lst-content-head { display: flex; flex-wrap: wrap; gap: 16px; justify-content: space-between; align-items: end; margin-bottom: 28px; }
.lst-content-head h1 { margin: 0; font-size: clamp(1.6rem, 3vw, 2.2rem); display: flex; gap: 12px; align-items: center; }
.lst-content-search { display: flex; gap: 8px; }
.lst-content-search input { min-width: min(280px, 70vw); border: 1px solid var(--lst-border); border-radius: 999px; padding: 10px 16px; }
.lst-content-search button { border: none; border-radius: 999px; width: 42px; background: var(--lst-brand); color: #fff; cursor: pointer; }
.lst-content-list { display: grid; gap: 16px; }
.lst-content-card { display: grid; grid-template-columns: 180px 1fr; gap: 18px; padding: 16px; border: 1px solid var(--lst-border); border-radius: 18px; background: #fff; }
.lst-content-card--text { grid-template-columns: 1fr; }
.lst-content-card__media { display: block; border-radius: 14px; overflow: hidden; aspect-ratio: 4/3; }
.lst-content-card__media img { width: 100%; height: 100%; object-fit: cover; }
.lst-content-card__body time { font-size: 0.78rem; color: var(--lst-muted); }
.lst-content-card__body h2 { margin: 6px 0 8px; font-size: 1.15rem; }
.lst-content-card__body h2 a { color: inherit; text-decoration: none; }
.lst-content-card__body p { margin: 0 0 12px; color: var(--lst-muted); line-height: 1.5; }
.lst-content-card__more { color: var(--lst-brand); font-weight: 600; text-decoration: none; }
.lst-content-empty { padding: 40px; text-align: center; color: var(--lst-muted); border: 1px dashed var(--lst-border); border-radius: 16px; }
.lst-content-pager { display: flex; gap: 8px; justify-content: center; margin-top: 28px; }
.lst-content-pager a { min-width: 36px; height: 36px; display: grid; place-items: center; border-radius: 10px; border: 1px solid var(--lst-border); text-decoration: none; color: inherit; }
.lst-content-pager a.is-active { background: var(--lst-brand); color: #fff; border-color: transparent; }
.lst-content-detail { display: grid; grid-template-columns: minmax(0, 1fr) 280px; gap: 28px; }
.lst-content-detail__head time { color: var(--lst-muted); font-size: 0.85rem; }
.lst-content-detail__head h1 { margin: 8px 0 18px; font-size: clamp(1.7rem, 3vw, 2.4rem); }
.lst-content-detail__hero { border-radius: 18px; overflow: hidden; margin-bottom: 20px; }
.lst-content-detail__hero img { width: 100%; max-height: 420px; object-fit: cover; display: block; }
.lst-content-detail__summary { font-size: 1.05rem; color: var(--lst-muted); line-height: 1.6; }
.lst-content-detail__body { line-height: 1.7; }
.lst-content-detail__body img { max-width: 100%; border-radius: 12px; }
.lst-content-detail__side { padding: 18px; border: 1px solid var(--lst-border); border-radius: 18px; background: #fff; height: fit-content; position: sticky; top: 88px; }
.lst-content-detail__side h2 { margin: 0 0 14px; font-size: 1rem; }
.lst-content-side-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.lst-content-side-list a { display: block; text-decoration: none; color: inherit; padding: 10px; border-radius: 12px; }
.lst-content-side-list li.is-active a, .lst-content-side-list a:hover { background: rgba(5,150,105,0.08); }
.lst-content-side-list span { display: block; font-size: 0.72rem; color: var(--lst-muted); }
.lst-content-side-all { display: inline-block; margin-top: 14px; color: var(--lst-brand); font-weight: 600; text-decoration: none; }
.lst-home-section--cms { padding: 56px 0; }
.lst-home-cms__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.lst-home-cms__card { display: flex; flex-direction: column; gap: 10px; padding: 16px; border-radius: 18px; border: 1px solid var(--lst-border); background: #fff; text-decoration: none; color: inherit; min-height: 140px; transition: transform .2s ease, box-shadow .2s ease; }
.lst-home-cms__card:hover { transform: translateY(-3px); box-shadow: 0 16px 36px rgba(15,23,42,.08); }
.lst-home-cms__card time { font-size: .75rem; color: var(--lst-muted); }
.lst-home-cms__card strong { font-size: 1rem; line-height: 1.35; }
.lst-home-cms__card p { margin: 0; color: var(--lst-muted); font-size: .88rem; line-height: 1.45; flex: 1; }
.lst-home-cms__card--news { grid-template-columns: 1fr; }
.lst-home-cms__media { border-radius: 12px; overflow: hidden; aspect-ratio: 16/10; }
.lst-home-cms__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
@media (max-width: 960px) {
  .lst-content-card { grid-template-columns: 1fr; }
  .lst-content-detail { grid-template-columns: 1fr; }
  .lst-content-detail__side { position: static; }
  .lst-home-cms__grid { grid-template-columns: 1fr; }
}
@media (min-width: 700px) and (max-width: 960px) {
  .lst-home-cms__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
