﻿:root {
  --bg: #f4f8ff;
  --bg-elevated: #ffffff;
  --text: #0f2747;
  --text-muted: #4d6484;
  --primary: #0b4ea2;
  --primary-soft: rgba(11, 78, 162, 0.1);
  --accent: #1e6fd9;
  --accent-soft: rgba(30, 111, 217, 0.12);
  --border: rgba(15, 39, 71, 0.15);
  --wa: #25d366;
  --wa-hover: #1fb855;
  --contact-fab: #16a34a;
  --contact-fab-hover: #15803d;
  --font-sans: "DM Sans", system-ui, sans-serif;
  --font-display: "Libre Baskerville", Georgia, serif;
  --radius: 12px;
  --radius-lg: 16px;
  --shadow: 0 12px 40px rgba(28, 25, 23, 0.08);
  --header-h: 7rem;
  font-size: 16px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 1rem;
  line-height: 1.6;
  color: var(--text);
  background: var(--bg);
  min-height: 100vh;
  padding-bottom: 5rem;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 100;
  padding: 0.75rem 1rem;
  background: var(--primary);
  color: #fff;
  font-weight: 600;
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
}

.wrap {
  width: min(1100px, 100% - 2rem);
  margin-inline: auto;
}

.narrow {
  width: min(640px, 100% - 2rem);
  margin-inline: auto;
}

.text-center {
  text-align: center;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(244, 248, 255, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}

.header-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: var(--header-h);
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(0.35rem, 2vw, 0.85rem);
  flex: 1;
  min-width: 0;
}

.header-end {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  flex-shrink: 0;
}

.site-nav-cta-lang {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.lang-switch-host--toolbar {
  display: none !important;
}

.lang-switch-host--after-cta {
  display: block;
}

@media (max-width: 768px) {
  .lang-switch-host--toolbar {
    display: block !important;
  }

  .lang-switch-host--after-cta {
    display: none !important;
  }

  /* Logo + dil anahtarı + menü aynı satırda çakışmasın */
  .header-inner {
    gap: 0.45rem;
    align-items: center;
    min-height: auto;
    padding-block: 0.4rem;
  }

  /* Masaüstü: eski düzen (isim görselin sağında). Mobil: grid ile isim ATAŞEHİR İMZA yanında */
  .logo {
    flex: 1 1 0;
    min-width: 0;
    overflow: hidden;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    column-gap: 0.35rem;
    row-gap: 0.12rem;
    align-items: center;
  }

  .logo-brand {
    display: contents;
    min-width: 0;
  }

  .logo-img {
    grid-column: 1 / -1;
    grid-row: 1;
    justify-self: start;
    width: auto;
    max-width: min(168px, calc(100vw - 14rem));
    height: auto;
    max-height: 44px;
    object-fit: contain;
  }

  .logo-branch {
    grid-column: 1;
    grid-row: 2;
    justify-self: start;
    min-width: 0;
  }

  .logo-name {
    grid-column: 2;
    grid-row: 2;
    justify-self: start;
    min-width: 0;
    font-size: 0.7rem;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .header-actions {
    flex: 0 0 auto;
    flex-shrink: 0;
    gap: 0.3rem;
    min-width: 0;
  }

  .header-end {
    flex-shrink: 0;
    gap: 0.3rem;
  }

  /* Dil anahtarı — mobilde daha kompakt */
  .lang-switch-btn {
    padding: 0.22rem 0.36rem;
    font-size: 0.62rem;
    gap: 0.18rem;
  }

  .lang-switch-btn-visual {
    gap: 0.2rem;
  }

  .lang-switch-flag-img {
    width: 0.88rem;
  }

  .lang-switch-flag--icons {
    gap: 0.1rem;
  }

  .lang-switch {
    padding: 1px;
    gap: 1px;
  }
}

/* Çok dar ekran: isim gizlensin, dille çakışma riski azalsın */
@media (max-width: 400px) {
  .logo-name {
    display: none;
  }

  .logo-img {
    max-width: min(150px, calc(100vw - 11.5rem));
  }
}

.lang-switch {
  display: inline-flex;
  align-items: stretch;
  border-radius: 999px;
  border: 1px solid rgba(30, 58, 95, 0.22);
  background: rgba(255, 255, 255, 0.75);
  padding: 2px;
  gap: 2px;
  box-shadow: 0 1px 6px rgba(15, 39, 71, 0.06);
}

.lang-switch-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.62rem;
  margin: 0;
  border: none;
  border-radius: 999px;
  background: transparent;
  font-family: inherit;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--text-muted);
  cursor: pointer;
  transition:
    background 0.18s ease,
    color 0.18s ease,
    transform 0.15s ease;
}

.lang-switch-btn:hover {
  background: rgba(11, 78, 162, 0.08);
  color: var(--primary);
}

.lang-switch-btn.is-active {
  background: var(--primary-soft);
  color: var(--primary);
  border: 1px solid rgba(30, 58, 95, 0.18);
}

.lang-switch-flag {
  font-size: 1rem;
  line-height: 1;
}

.lang-switch-flag--icons {
  display: inline-flex;
  align-items: center;
  gap: 0.28rem;
}

.lang-switch-btn-visual {
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
}

.lang-switch-code {
  font-weight: 700;
  letter-spacing: 0.06em;
}

.lang-switch-flag-img {
  display: block;
  width: 1.15rem;
  height: auto;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(15, 39, 71, 0.12);
  object-fit: cover;
}

@media (prefers-reduced-motion: reduce) {
  .lang-switch-btn {
    transition-duration: 0.01ms;
  }
}

.logo {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 1rem;
  color: var(--primary);
  text-decoration: none;
  letter-spacing: -0.02em;
}


@media (min-width: 769px) {
  .logo {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
  }
}

.logo-brand {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.12rem;
  line-height: 1.05;
}

.logo-img { width: 190px; height: 50px; object-fit: contain; border-radius: 8px; padding: 2px; }
.logo-branch {
  font-size: 0.5625rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: var(--primary);
  text-transform: uppercase;
}
.logo-name {
  font-weight: 600;
  color: var(--text);
}

.logo:hover {
  color: var(--accent);
}

.nav-toggle {
  display: none;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--bg-elevated);
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.nav-toggle-bar,
.nav-toggle-bar::before,
.nav-toggle-bar::after {
  display: block;
  width: 1.25rem;
  height: 2px;
  background: var(--text);
  border-radius: 1px;
  position: relative;
  transition: transform 0.2s, opacity 0.2s;
}

.nav-toggle-bar::before,
.nav-toggle-bar::after {
  content: "";
  position: absolute;
  left: 0;
}

.nav-toggle-bar::before {
  top: -6px;
}

.nav-toggle-bar::after {
  top: 6px;
}

.nav-toggle[aria-expanded="true"] .nav-toggle-bar {
  background: transparent;
}

.nav-toggle[aria-expanded="true"] .nav-toggle-bar::before {
  top: 0;
  transform: rotate(45deg);
}

.nav-toggle[aria-expanded="true"] .nav-toggle-bar::after {
  top: 0;
  transform: rotate(-45deg);
}

.site-nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem 1.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-nav a {
  color: var(--text-muted);
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9375rem;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: var(--primary);
}

.nav-cta {
  padding: 0.5rem 1rem;
  border-radius: 999px;
  background: var(--primary-soft);
  color: var(--primary) !important;
  border: 1px solid rgba(30, 58, 95, 0.2);
}

.nav-cta:hover {
  background: rgba(30, 58, 95, 0.14);
}

@media (max-width: 768px) {
  .nav-toggle {
    display: flex;
  }

  .site-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--bg-elevated);
    border-bottom: 1px solid var(--border);
    padding: 1rem;
    box-shadow: var(--shadow);
    display: none;
  }

  .site-nav.is-open {
    display: block;
  }

  .site-nav ul {
    flex-direction: column;
    align-items: stretch;
    gap: 0.5rem;
  }

  .site-nav a {
    display: block;
    padding: 0.75rem 1rem;
    border-radius: var(--radius);
  }

  .nav-cta {
    text-align: center;
  }
}

/* Hero â€” emlak ana sayfa */
.hero--re {
  padding: clamp(2rem, 5vw, 4rem) 0;
}

.hero-re-grid {
  display: grid;
  grid-template-columns: minmax(200px, 280px) 1fr;
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: start;
}

@media (max-width: 800px) {
  .hero-re-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero-re-copy .hero-actions {
    justify-content: center;
  }

  .hero-re-photo {
    margin-inline: auto;
    max-width: 260px;
  }
}

.hero-re-img {
  width: 100%;
  max-width: 280px;
  height: auto;
  aspect-ratio: 4/5;
  object-fit: cover;
  object-position: center top;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
  display: block;
}

.hero-re-photo-note {
  font-size: 0.75rem;
  color: var(--text-muted);
  margin: 0.5rem 0 0;
  max-width: 280px;
  line-height: 1.4;
}

.badge-turap {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--primary);
  background: var(--primary-soft);
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  margin: 0 0 1rem;
  border: 1px solid rgba(30, 58, 95, 0.15);
}

.hero-re-copy h1 {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 0.5rem;
  color: var(--text);
}

.hero-re-slogan {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--primary);
  margin: 0 0 1rem;
}

.hero-re-lead {
  margin: 0 0 1.5rem;
  max-width: 42ch;
  color: var(--text-muted);
  font-size: 0.975rem;
}

@media (max-width: 800px) {
  .hero-re-lead {
    max-width: none;
    margin-inline: auto;
  }
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.hero-actions--triple .btn {
  min-width: 7.5rem;
  justify-content: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1.25rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.9375rem;
  text-decoration: none;
  border: 1px solid transparent;
  transition: background 0.2s, color 0.2s, border-color 0.2s, filter 0.2s;
}

.btn-primary {
  background: var(--primary);
  color: #fff;
}

.btn-primary:hover {
  filter: brightness(1.08);
}

.btn-ghost {
  border-color: var(--border);
  color: var(--text);
  background: var(--bg-elevated);
}

.btn-ghost:hover {
  border-color: var(--text-muted);
}

.btn-wa {
  background: var(--wa);
  color: #fff;
  border-color: transparent;
}

.btn-wa:hover {
  background: var(--wa-hover);
  color: #fff;
}

.btn-ig {
  background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045);
  color: #fff;
  border-color: transparent;
}

.btn-ig:hover {
  filter: brightness(1.05);
  color: #fff;
}

.btn-sb {
  background: #ffd900;
  color: #1a1a1a;
  border-color: transparent;
  font-weight: 700;
}

.btn-sb:hover {
  filter: brightness(1.04);
  color: #0d0d0d;
}

/* Sayfa başlıkları */
.page-hero {
  padding: clamp(2rem, 4vw, 3rem) 0 1rem;
  border-bottom: 1px solid var(--border);
  background: linear-gradient(180deg, var(--bg-elevated) 0%, var(--bg) 100%);
}

.page-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  margin: 0 0 0.5rem;
}

.page-hero-lead {
  margin: 0;
  color: var(--text-muted);
  max-width: 500ch;
}

.page-hero-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(1.25rem, 3vw, 2rem);
  margin-bottom: 0.25rem;
}

.page-hero-heading {
  flex: 1 1 220px;
  min-width: 0;
}

.listing-stats-panel {
  flex: 0 0 auto;
  max-width: 100%;
}

.listing-stats-panel-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.75rem;
  padding: 0.85rem 1.1rem;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  background: var(--bg-elevated);
  box-shadow: var(--shadow);
}

.listing-stats-total {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.15rem;
  line-height: 1.1;
}

.listing-stats-total-num {
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 2.75rem);
  font-weight: 700;
  color: var(--text);
  letter-spacing: -0.02em;
}

.listing-stats-total-label {
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-muted);
}

.listing-stats-breakdown {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: flex-end;
}

.listing-stats-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 600;
}

.listing-stats-pill-num {
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  font-size: 0.95rem;
}

.listing-stats-pill-text {
  opacity: 0.92;
}

.listing-stats-pill--sale {
  background: var(--primary-soft);
  color: var(--primary);
  border: 1px solid rgba(11, 78, 162, 0.15);
}

.listing-stats-pill--rent {
  background: var(--accent-soft);
  color: var(--accent);
  border: 1px solid rgba(0, 0, 0, 0.06);
}

@media (max-width: 640px) {
  .page-hero-head {
    flex-direction: column;
    align-items: stretch;
  }

  .listing-stats-panel-inner {
    align-items: center;
  }

  .listing-stats-total {
    align-items: center;
  }

  .listing-stats-breakdown {
    justify-content: center;
    width: 100%;
  }
}

.page-hero--detail {
  padding-bottom: 0.5rem;
}

.page-hero--detail .wrap {
  text-align: left;
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.5rem;
}

.filter-btn {
  padding: 0.5rem 1.1rem;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: var(--bg-elevated);
  font-family: inherit;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text-muted);
  cursor: pointer;
}

.filter-btn:hover {
  border-color: var(--primary);
  color: var(--primary);
}

.filter-btn.is-active {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
}

.section {
  padding: clamp(2.5rem, 5vw, 4rem) 0;
}

.section--tight {
  padding: clamp(2rem, 4vw, 3rem) 0;
}

.section-alt {
  background: rgba(30, 58, 95, 0.04);
  border-block: 1px solid var(--border);
}

.section-title {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3vw, 2rem);
  margin: 0 0 0.75rem;
}

.section-title--sm {
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
}

.section-intro {
  margin: 0 0 1.5rem;
  color: var(--text-muted);
  font-size: 0.95rem;
  max-width: 52ch;
}

.prose {
  margin: 0;
  color: var(--text-muted);


}

.prose.small {
  font-size: 0.875rem;
}

/* Öne çıkan ilan kartları */
.listing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.25rem;
}

.listing-card {
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  transition: transform 0.2s, box-shadow 0.2s;
}

.listing-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 48px rgba(28, 25, 23, 0.1);
}

.listing-card-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.listing-card-img {
  height: 180px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.listing-card-img-el {
  display: block;
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.listing-card-img--placeholder {
  height: 180px;
  background: linear-gradient(135deg, rgba(30, 58, 95, 0.08), rgba(11, 78, 162, 0.12));
}

.listing-card-body {
  padding: 1rem 1.15rem 1.25rem;
}

.listing-card h3 {
  margin: 0.5rem 0 0.35rem;
  font-size: 1.05rem;
  line-height: 1.3;
}

.listing-badge {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
}

.listing-badge--sale {
  background: var(--primary-soft);
  color: var(--primary);
}

.listing-badge--rent {
  background: var(--accent-soft);
  color: var(--accent);
}

.listing-price {
  font-weight: 700;
  color: var(--text);
  margin: 0 0 0.25rem;
  font-size: 0.95rem;
}

.listing-loc {
  margin: 0;
  font-size: 0.85rem;
  color: var(--text-muted);
}

/* İlan detay */
.listing-full-width {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.listing-detail {
  scroll-margin-top: calc(var(--header-h) + 1rem);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid var(--border);
}

.listing-detail:last-of-type {
  border-bottom: none;
}

.listing-detail.is-filtered-out {
  display: none;
}

.listing-card.is-filtered-out {
  display: none;
}

@media (max-width: 900px) {
  .listing-detail {
    grid-template-columns: 1fr;
  }
}

.listing-detail-gallery {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.listing-meta-line {
  margin: 0 0 0.5rem;
  font-size: 0.8125rem;
  color: var(--text-muted);
}

.listing-meta-no {
  color: var(--accent);
  font-weight: 600;
}

.listing-gallery-view {
  position: relative;
  display: flex;
  align-items: stretch;
  gap: 0.35rem;
}

.listing-main-frame {
  flex: 1;
  min-width: 0;
  aspect-ratio: 4 / 3;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  overflow: hidden;
  background: rgba(30, 58, 95, 0.04);
}

.listing-main-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.28s ease;
}

.listing-main-img.is-switching {
  opacity: 0.35;
}

.listing-nav {
  flex-shrink: 0;
  align-self: center;
  width: 2.25rem;
  min-height: 3rem;
  padding: 0;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--bg-elevated);
  cursor: pointer;
  color: var(--primary);
  transition: background 0.2s, border-color 0.2s;
}

.listing-nav:hover:not(:disabled) {
  border-color: var(--primary);
  background: var(--primary-soft);
}

.listing-nav:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.listing-nav::after {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 auto;
  border: 2px solid currentColor;
  border-bottom: none;
  border-left: none;
}

.listing-nav--prev::after {
  transform: rotate(-135deg);
  margin-left: 0.65rem;
}

.listing-nav--next::after {
  transform: rotate(45deg);
  margin-right: 0.65rem;
}

.listing-photo-count {
  margin: 0.35rem 0 0;
  font-size: 0.8125rem;
  color: var(--text-muted);
}

.listing-gallery-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.65rem;
}

.listing-tool-btn {
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: var(--bg-elevated);
  font-family: inherit;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-muted);
  cursor: pointer;
  transition: border-color 0.2s, color 0.2s, background 0.2s;
}

.listing-tool-btn:hover:not(:disabled) {
  border-color: var(--primary);
  color: var(--primary);
}

.listing-tool-btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.listing-tool-btn[aria-expanded="true"] {
  background: var(--primary-soft);
  border-color: rgba(30, 58, 95, 0.25);
  color: var(--primary);
}

.listing-video-panel {
  margin-top: 0.75rem;
}

.listing-video-frame {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border);
  aspect-ratio: 16/9;
  background: #0f2747;
}

.listing-video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Küçük resimler: ~4 adet görünür, yatay kaydırma + oklar */
.listing-thumbs-carousel {
  margin-top: 0.65rem;
}

.listing-thumbs-carousel-row {
  display: flex;
  align-items: stretch;
  gap: 0.45rem;
}

.listing-thumbs-strip-wrap {
  flex: 1;
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: var(--border) transparent;
  container-type: inline-size;
  container-name: listing-thumbs;
  -webkit-overflow-scrolling: touch;
}

.listing-thumbs-strip-wrap::-webkit-scrollbar {
  height: 5px;
}

.listing-thumbs-strip-wrap::-webkit-scrollbar-thumb {
  background: var(--border);
  border-radius: 999px;
}

.listing-thumbs-strip {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.45rem;
  padding: 2px 0;
  width: max-content;
  min-width: 100%;
}

.listing-thumbs-nav {
  flex-shrink: 0;
  align-self: center;
  width: 2rem;
  min-height: 3rem;
  padding: 0;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--bg-elevated);
  cursor: pointer;
  color: var(--primary);
  transition: background 0.2s, border-color 0.2s;
}

.listing-thumbs-nav:hover:not(:disabled) {
  border-color: var(--primary);
  background: var(--primary-soft);
}

.listing-thumbs-nav:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.listing-thumbs-nav::after {
  content: "";
  display: block;
  width: 0.45rem;
  height: 0.45rem;
  margin: 0 auto;
  border: 2px solid currentColor;
  border-bottom: none;
  border-left: none;
}

.listing-thumbs-nav--prev::after {
  transform: rotate(-135deg);
  margin-left: 0.55rem;
}

.listing-thumbs-nav--next::after {
  transform: rotate(45deg);
  margin-right: 0.55rem;
}

.listing-thumbs-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.45rem;
}

.listing-thumbs-dot {
  width: 6px;
  height: 6px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--border);
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
}

.listing-thumbs-dot:hover,
.listing-thumbs-dot:focus-visible {
  background: var(--text-muted);
  outline: none;
}

.listing-thumbs-dot.is-active {
  background: var(--primary);
  transform: scale(1.2);
}

.listing-thumb {
  flex: 0 0 calc((100cqi - 3 * 0.45rem) / 4);
  width: calc((100cqi - 3 * 0.45rem) / 4);
  max-width: calc((100cqi - 3 * 0.45rem) / 4);
  height: 3.35rem;
  padding: 0;
  border-radius: 8px;
  border: 2px solid transparent;
  overflow: hidden;
  cursor: pointer;
  background: var(--bg-elevated);
  transition: border-color 0.2s, box-shadow 0.2s;
  box-sizing: border-box;
}

.listing-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.listing-thumb:hover,
.listing-thumb:focus-visible {
  border-color: var(--border);
  outline: none;
  box-shadow: 0 0 0 2px var(--accent-soft);
}

.listing-thumb.is-active {
  border-color: var(--primary);
  box-shadow: 0 0 0 1px var(--primary);
}

@supports not (width: 1cqi) {
  .listing-thumb {
    flex: 0 0 4.25rem;
    width: 4.25rem;
    max-width: 4.25rem;
  }
}

.listing-map-block {
  flex-shrink: 0;
  margin-top: 0.85rem;
  padding-top: 0.85rem;
  border-top: 1px solid var(--border);
}

.listing-map-title {
  font-size: 0.95rem;
  font-weight: 700;
  margin: 0 0 0.4rem;
  color: var(--primary);
}

.listing-map-text {
  margin: 0 0 0.65rem;
  font-size: 0.875rem;
  color: var(--text-muted);
  line-height: 1.5;
}

.listing-map-frame {
  position: relative;
  width: 100%;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border);
  aspect-ratio: 16 / 9;
  min-height: 220px;
  max-height: min(52vh, 420px);
  background: rgba(30, 58, 95, 0.06);
}

.listing-map-iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

@media (max-width: 900px) {
  .listing-gallery-view {
    gap: 0.25rem;
  }

  .listing-nav {
    width: 1.85rem;
    min-height: 2.5rem;
  }

  .listing-thumbs-nav {
    width: 1.75rem;
    min-height: 2.65rem;
  }
}

.listing-detail-desc-block {
  margin-top: 1rem;
}

.listing-desc-title {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--text-muted);
  margin: 0 0 0.5rem;
}

.listing-spec-grid {
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--border);
  margin: 0 0 1.25rem;
}

.listing-spec-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 0.75rem 1rem;
  padding: 0.5rem 0;
  border-bottom: 1px solid var(--border);
  font-size: 0.9rem;
  align-items: start;
}

.listing-spec-k {
  color: var(--text-muted);
}

.listing-spec-v {
  color: var(--text);
  font-weight: 600;
  text-align: right;
}

@media (max-width: 480px) {
  .listing-spec-row {
    grid-template-columns: 1fr;
    gap: 0.2rem;
  }

  .listing-spec-v {
    text-align: left;
  }
}

.detail-back {
  margin: 0 0 1rem;
}

.detail-back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--primary);
  text-decoration: none;
}

.detail-back-link:hover {
  text-decoration: underline;
}

.listing-not-found {
  padding: 2rem 0 3rem;
  text-align: center;
  max-width: 36rem;
  margin-inline: auto;
  color: var(--text-muted);
}

.listing-not-found p {
  margin: 0 0 1rem;
}

.listing-grid--ilanlar {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}

.listing-card--row {
  overflow: hidden;
}

.listing-card-link--row {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  text-align: left;
  min-height: 0;
}

.listing-card-media {
  position: relative;
  flex: 0 0 clamp(7.5rem, 28vw, 11.25rem);
  width: clamp(7.5rem, 28vw, 11.25rem);
  aspect-ratio: 1;
  border-right: 1px solid var(--border);
  background: rgba(30, 58, 95, 0.04);
}

.listing-card-cover {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.listing-card-cover--placeholder {
  width: 100%;
  height: 100%;
  min-height: 0;
  background: linear-gradient(135deg, rgba(30, 58, 95, 0.08), rgba(11, 78, 162, 0.12));
}

.listing-card-overlay-id {
  position: absolute;
  top: 0.4rem;
  left: 0.45rem;
  z-index: 2;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.95);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
}

.listing-badge--overlay {
  position: absolute;
  bottom: 0.45rem;
  left: 0.45rem;
  z-index: 2;
  background: rgba(255, 255, 255, 0.92);
  color: var(--primary);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.listing-card-body--row {
  flex: 1;
  min-width: 0;
  padding: 0.85rem 1rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.listing-card-price-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem 0.75rem;
  margin: 0 0 0.4rem;
}

.listing-card-price-main {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--primary);
}

.listing-card-datetime {
  font-size: 0.78rem;
  color: var(--text-muted);
}

.listing-card-body--row h3 {
  margin: 0 0 0.5rem;
  font-size: 1.15rem;
  line-height: 1.32;
  font-weight: 700;
  color: #111;
}

.listing-card-icon-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem 1.35rem;
  margin-top: 0.15rem;
}

.listing-card-ico-item {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.8125rem;
  color: var(--text-muted);
  line-height: 1.3;
}

.listing-card-ico-svg {
  flex-shrink: 0;
  color: var(--text-muted);
}

@media (max-width: 520px) {
  .listing-card-link--row {
    flex-direction: column;
  }

  .listing-card-media {
    flex: none;
    width: 100%;
    aspect-ratio: 1;
    max-height: min(56vw, 220px);
    border-right: none;
    border-bottom: 1px solid var(--border);
  }
}

.listing-lightbox {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: grid;
  place-items: center;
  padding: 1rem;
  background: rgba(15, 39, 71, 0.88);
  backdrop-filter: blur(6px);
}

.listing-lightbox[hidden] {
  display: none;
}

.listing-lightbox-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.45rem;
  max-width: min(96vw, 1200px);
}

.listing-lightbox-img {
  max-width: 100%;
  max-height: min(88vh, 900px);
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: var(--radius);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
}

.listing-lightbox-counter {
  margin: 0;
  padding: 0.2rem 0.55rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(0, 0, 0, 0.35);
  border-radius: 999px;
  line-height: 1.2;
}

.listing-lightbox-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2.75rem;
  height: 2.75rem;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  color: var(--text);
  font-size: 1.75rem;
  line-height: 1;
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: background 0.2s, transform 0.2s;
}

.listing-lightbox-close:hover {
  background: #fff;
  transform: scale(1.05);
}

.listing-lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: var(--primary);
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: background 0.2s, opacity 0.2s;
}

.listing-lightbox-nav:hover:not(:disabled) {
  background: #fff;
}

.listing-lightbox-nav:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.listing-lightbox-nav::after {
  content: "";
  display: block;
  width: 0.55rem;
  height: 0.55rem;
  border: 2px solid currentColor;
  border-bottom: none;
  border-left: none;
}

.listing-lightbox-prev {
  left: 0.75rem;
}

.listing-lightbox-prev::after {
  transform: rotate(-135deg);
  margin-left: 0.2rem;
}

.listing-lightbox-next {
  right: 0.75rem;
}

.listing-lightbox-next::after {
  transform: rotate(45deg);
  margin-right: 0.2rem;
}

body.listing-lightbox-open {
  overflow: hidden;
}

.listing-detail-body .listing-badge {
  margin-bottom: 0.5rem;
}

.listing-detail-body h1,
.listing-detail-body h2 {
  margin: 0 0 0.5rem;
  font-size: 1.35rem;
  line-height: 1.25;
}

.listing-detail-price {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--primary);
  margin: 0 0 0.5rem;
}

.listing-detail-loc {
  font-size: 0.9rem;
  color: var(--text-muted);
  margin: 0 0 1rem;
}

.listing-detail-desc {
  margin-bottom: 1rem;
  font-size: 0.95rem;
}

.listing-spec-title {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--text-muted);
  margin: 0 0 0.5rem;
}

.listing-specs {
  margin: 0 0 1.25rem;
  padding-left: 1.1rem;
  color: var(--text-muted);
  font-size: 0.9rem;
}

.listing-specs li {
  margin-bottom: 0.25rem;
}

.listing-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

/* Güven şeridi */
.trust-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
}

.trust-item {
  padding: 1rem;
  background: var(--bg-elevated);
  border-radius: var(--radius);
  border: 1px solid var(--border);
}

.trust-item strong {
  display: block;
  color: var(--primary);
  margin-bottom: 0.35rem;
  font-size: 0.95rem;
}

.trust-item span {
  font-size: 0.875rem;
  color: var(--text-muted);
}

/* Referanslar */
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem;
}

.testimonial {
  margin: 0;
  padding: 1.25rem;
  background: var(--bg-elevated);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  font-size: 0.95rem;
}

.testimonial p {
  margin: 0 0 0.75rem;
  color: var(--text);
}

.testimonial footer {
  font-size: 0.85rem;
  color: var(--text-muted);
}

.review-carousel {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.7rem;
}

.review-carousel-viewport {
  overflow: hidden;
}

.review-photo-grid {
  display: flex;
  gap: 0.85rem;
  transition: transform 0.35s ease;
  will-change: transform;
}

.review-photo-card {
  display: block;
  flex: 0 0 calc((100% - 2.55rem) / 4);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  overflow: hidden;
  background: var(--bg-elevated);
  box-shadow: var(--shadow);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.review-photo-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(15, 39, 71, 0.14);
}

.review-photo-card img {
  display: block;
  width: 100%;
  height: 230px;
  object-fit: cover;
}

button.review-photo-card.review-photo-card--zoom {
  appearance: none;
  font: inherit;
  margin: 0;
  padding: 0;
  cursor: zoom-in;
  width: 100%;
  text-align: left;
  box-sizing: border-box;
}

button.review-photo-card.review-photo-card--zoom:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 2px;
}

.review-carousel-nav {
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: var(--bg-elevated);
  color: var(--primary);
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: border-color 0.2s, background 0.2s, opacity 0.2s;
}

.review-carousel-nav:hover:not(:disabled) {
  border-color: var(--primary);
  background: var(--primary-soft);
}

.review-carousel-nav:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.review-carousel-nav::after {
  content: "";
  display: block;
  width: 0.55rem;
  height: 0.55rem;
  border: 2px solid currentColor;
  border-bottom: none;
  border-left: none;
}

.review-carousel-prev::after {
  transform: rotate(-135deg);
  margin-left: 0.18rem;
}

.review-carousel-next::after {
  transform: rotate(45deg);
  margin-right: 0.18rem;
}

.reviews-page-section .reviews-page-main-img {
  cursor: zoom-in;
}

.reviews-page-main-frame:focus {
  outline: 2px solid var(--primary);
  outline-offset: 3px;
}

.reviews-page-empty {
  text-align: center;
  color: var(--text-muted);
  margin: 2rem 0;
}

@media (max-width: 1024px) {
  .review-photo-card {
    flex-basis: calc((100% - 1.7rem) / 3);
  }
}

@media (max-width: 760px) {
  .review-photo-card {
    flex-basis: calc((100% - 0.85rem) / 2);
  }
}

@media (max-width: 520px) {
  .review-carousel {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }

  .review-carousel-nav {
    display: none;
  }

  .review-photo-card {
    flex-basis: 100%;
  }
}

.section--cta-bottom {
  padding-bottom: 2rem;
}

.cta-inline {
  text-align: center;
  font-size: 1rem;
  color: var(--text-muted);
}

.cta-inline a {
  color: var(--primary);
  font-weight: 600;
}

.wa-inline {
  color: var(--wa) !important;
}

/* Hakkımda */
.about-block {
  margin-bottom: 1.75rem;
}

.about-h {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--primary);
  margin: 0 0 0.5rem;
}

.about-list {
  margin: 0;
  padding-left: 1.2rem;
  color: var(--text-muted);
}

.about-list li {
  margin-bottom: 0.4rem;
}

.about-highlight {
  padding: 1.25rem;
  background: var(--primary-soft);
  border-left: 4px solid var(--primary);
  border-radius: 0 var(--radius) var(--radius) 0;
  font-size: 1.05rem;
  color: var(--text);
  margin: 1.5rem 0 0;
  margin-bottom: 0.5rem;

}

.about-highlight p {
  margin: 0;
}

/* Hakkımda — ödül / işlem döngüleri */
.section--about-galleries {
  padding-bottom: clamp(1.75rem, 4vw, 2.75rem);
}

.about-galleries-section-title {
  margin-bottom: 0.5rem;
}

.about-galleries-intro {
  margin-bottom: 1.75rem;
  max-width: 62ch;
}

.about-galleries-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.25rem, 4vw, 2.25rem);
  align-items: stretch;
}

.about-gallery-card {
  padding: clamp(0.95rem, 3vw, 1.15rem);
  border-radius: var(--radius);
  border: 1px solid rgba(15, 39, 71, 0.07);
  box-shadow: 0 10px 32px rgba(15, 39, 71, 0.05);
  background: var(--bg-elevated);
}

.about-gallery-card--awards {
  border-color: rgba(11, 78, 162, 0.12);
}

.about-gallery-card--works {
  border-color: rgba(30, 111, 217, 0.12);
}

.about-gallery-heading {
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 2.2vw, 1.35rem);
  margin: 0 0 0.35rem;
  color: var(--primary);
}

.about-gallery-card--works .about-gallery-heading {
  color: var(--accent);
}

.about-gallery-tagline {
  margin: 0 0 0.72rem;
  font-size: 0.82rem;
  line-height: 1.45;
  color: var(--text-muted);
}

.about-rotator {
  width: 100%;
}

.about-rotator-frame {
  position: relative;
  aspect-ratio: 4 / 3;
  border-radius: var(--radius);
  overflow: hidden;
  border: none;
  box-shadow: 0 1px 14px rgba(15, 39, 71, 0.06);
}

.about-rotator-viewport {
  width: 100%;
  height: 100%;
  min-height: 0;
  border: none;
  margin: 0;
  padding: 0.4rem 0.48rem;
  cursor: zoom-in;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(165deg, #f5f7fa 0%, #eceff4 55%, #f2f5f9 100%);
  position: relative;
  border-radius: inherit;
  font: inherit;
  color: inherit;
  appearance: none;
  -webkit-appearance: none;
  transition: box-shadow 0.2s ease, filter 0.2s ease;
}

.about-rotator-viewport:hover {
  filter: brightness(1.015);
}

.about-rotator-viewport:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 3px;
}

.about-rotator-zoom-ico {
  position: absolute;
  top: 0.42rem;
  right: 0.42rem;
  width: 1.65rem;
  height: 1.65rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  box-shadow: 0 3px 10px rgba(15, 39, 71, 0.08);
  pointer-events: none;
  opacity: 0.88;
}

.about-rotator-zoom-ico::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  margin: -6px 0 0 -6px;
  border: 2px solid var(--primary);
  border-radius: 50%;
}

.about-rotator-zoom-ico::after {
  content: "";
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 7px;
  height: 2px;
  background: var(--primary);
  border-radius: 1px;
  transform: rotate(-42deg);
}

.about-rotator-hint {
  font-size: 0.7rem;
  color: var(--text-muted);
  margin: 0.35rem 0 0;
  text-align: center;
  line-height: 1.35;
}

.about-rotator-img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: center;
  display: block;
  transition: opacity 0.35s ease;
}

.about-rotator-img.is-switching {
  opacity: 0.35;
}

.about-rotator-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  margin-top: 0.55rem;
}

.about-rotator-prev,
.about-rotator-next {
  flex-shrink: 0;
  width: 2.05rem;
  height: 2.05rem;
  padding: 0;
  border-radius: 999px;
  border: none;
  background: rgba(15, 39, 71, 0.06);
  color: var(--primary);
  font-size: 1.15rem;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s ease;
}

.about-rotator-prev:hover,
.about-rotator-next:hover {
  background: rgba(11, 78, 162, 0.12);
  transform: scale(1.04);
}

.about-gallery-card--works .about-rotator-prev:hover,
.about-gallery-card--works .about-rotator-next:hover {
  background: rgba(30, 111, 217, 0.12);
}

.about-rotator-prev:disabled,
.about-rotator-next:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.about-rotator-prev::after {
  content: "\2039";
  display: block;
  margin-top: -2px;
}

.about-rotator-next::after {
  content: "\203A";
  display: block;
  margin-top: -2px;
}

.about-rotator-empty {
  aspect-ratio: 4 / 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 1.25rem;
  text-align: center;
  font-size: 0.88rem;
  line-height: 1.45;
  color: var(--text-muted);
  background: linear-gradient(160deg, var(--primary-soft) 0%, var(--bg-elevated) 55%);
  border: 1px dashed var(--border);
  border-radius: var(--radius-lg);
}

.about-rotator-empty-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: var(--bg);
  border: 2px solid rgba(11, 78, 162, 0.2);
  box-shadow: inset 0 0 0 1px var(--border);
}

.about-rotator-empty-text {
  max-width: 18rem;
}

@media (max-width: 720px) {
  .about-galleries-grid {
    grid-template-columns: 1fr;
  }
}

/* Hakkımda — tam ekran görsel */
.about-lightbox {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: grid;
  place-items: center;
  padding: 1rem;
  background: rgba(15, 39, 71, 0.9);
  backdrop-filter: blur(7px);
}

.about-lightbox[hidden] {
  display: none;
}

.about-lightbox-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  max-width: min(96vw, 1280px);
  max-height: min(92vh, 960px);
}

.about-lightbox-img {
  max-width: 100%;
  max-height: min(82vh, 880px);
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: var(--radius);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.42);
}

.about-lightbox-caption {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.95);
  text-align: center;
}

.about-lightbox-counter {
  margin: 0;
  padding: 0.2rem 0.6rem;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.95);
  background: rgba(0, 0, 0, 0.38);
  border-radius: 999px;
  line-height: 1.2;
}

.about-lightbox-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2.75rem;
  height: 2.75rem;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  color: var(--text);
  font-size: 1.75rem;
  line-height: 1;
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: background 0.2s, transform 0.2s;
}

.about-lightbox-close:hover {
  background: #fff;
  transform: scale(1.05);
}

.about-lightbox .about-lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: var(--primary);
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: background 0.2s, opacity 0.2s;
}

.about-lightbox .about-lightbox-nav:hover:not(:disabled) {
  background: #fff;
}

.about-lightbox .about-lightbox-nav:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.about-lightbox .about-lightbox-nav::after {
  content: "";
  display: block;
  width: 0.55rem;
  height: 0.55rem;
  border: 2px solid currentColor;
  border-bottom: none;
  border-left: none;
}

.about-lightbox-prev {
  left: 0.75rem;
}

.about-lightbox-prev::after {
  transform: rotate(-135deg);
  margin-left: 0.2rem;
}

.about-lightbox-next {
  right: 0.75rem;
}

.about-lightbox-next::after {
  transform: rotate(45deg);
  margin-right: 0.2rem;
}

body.about-lightbox-open {
  overflow: hidden;
}

/* Tamamlanan */
.sold-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sold-list li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--border);
  font-size: 0.95rem;
  color: var(--text-muted);
}

.sold-tag {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  background: rgba(87, 83, 78, 0.12);
  color: var(--text-muted);
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
  flex-shrink: 0;
}

/* İletişim */
.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.25rem;
  margin-bottom: 2.5rem;
  
}

.contact-card {
  padding: 1.5rem;
  background: var(--bg-elevated);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}

.contact-card h2 {
  font-size: 1rem;
  margin: 0 0 0.75rem;
  color: var(--primary);
}

.ig-title {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.ig-icon {
  width: 1.1rem;
  height: 1.1rem;
  display: inline-block;
  flex-shrink: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230b4ea2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='2' width='20' height='20' rx='5' ry='5'/%3E%3Cpath d='M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z'/%3E%3Cline x1='17.5' y1='6.5' x2='17.51' y2='6.5'/%3E%3C/svg%3E") center/contain no-repeat;
}

.sb-title {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.sb-icon {
  width: 1.25rem;
  height: 1.25rem;
  display: inline-block;
  flex-shrink: 0;
  background: url("assets/sahibinden-logo.png") center / contain no-repeat;
}

.contact-big {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text);
  text-decoration: none;
}

.contact-big:hover {
  color: var(--primary);
}

.map-wrap {
  margin-top: 0.5rem;
}

.contact-map-heading {
  font-size: 1.1rem;
  margin: 0 0 0.5rem;
  color: var(--primary);
}

.contact-map-address {
  margin: 0 0 0.85rem;
  font-size: 0.95rem;
  color: var(--text-muted);
  line-height: 1.5;
}

.contact-map-hint {
  margin: 0.65rem 0 0;
  font-size: 0.85rem;
  color: var(--text-muted);
  line-height: 1.5;
}

.map-embed {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border);
  aspect-ratio: 16/9;
  max-height: 380px;
  background: var(--border);
}

.map-embed iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  min-height: 280px;
}

.site-footer {
  border-top: 1px solid var(--border);
  padding: 1.5rem 0;
  margin-top: 1rem;
  background: var(--bg-elevated);
}

.footer-inner p {
  margin: 0;
  font-size: 0.875rem;
  color: var(--text-muted);
  text-align: center;
}

/* Sabit iletişim: yeşil telefon + yukarı sıralı renkli daire ikonlar (YouTube yok) */
.contact-fab {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 60;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.75rem;
}

.contact-fab-panel {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.65rem;
  padding: 0;
  margin: 0;
  list-style: none;
  background: none;
  border: none;
  box-shadow: none;
  pointer-events: none;
}

.contact-fab.is-open .contact-fab-panel {
  pointer-events: auto;
}

.contact-fab-bubble {
  width: 2.85rem;
  height: 2.85rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 5px 18px rgba(15, 23, 42, 0.22);
  opacity: 0;
  transform: translateY(14px);
  transition:
    opacity 0.32s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.38s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.2s;
}

.contact-fab.is-open .contact-fab-bubble {
  opacity: 1;
  transform: translateY(0);
}

.contact-fab.is-open .contact-fab-bubble:nth-child(1) {
  transition-delay: 0.04s;
}

.contact-fab.is-open .contact-fab-bubble:nth-child(2) {
  transition-delay: 0.09s;
}

.contact-fab.is-open .contact-fab-bubble:nth-child(3) {
  transition-delay: 0.14s;
}

.contact-fab.is-open .contact-fab-bubble:nth-child(4) {
  transition-delay: 0.19s;
}

.contact-fab.is-open .contact-fab-bubble:nth-child(5) {
  transition-delay: 0.24s;
}

.contact-fab-bubble:hover {
  box-shadow: 0 7px 22px rgba(15, 23, 42, 0.28);
  transform: translateY(0) scale(1.07);
}

.contact-fab-bubble:active {
  transform: translateY(0) scale(0.96);
}

.contact-fab-bubble:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 3px;
}

.contact-fab-bubble-icon {
  width: 1.38rem;
  height: 1.38rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.contact-fab-bubble--tel {
  background: #4b5563;
}

.contact-fab-bubble--tel .contact-fab-bubble-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E");
}

.contact-fab-bubble--wa {
  background: #25d366;
}

.contact-fab-bubble--wa .contact-fab-bubble-icon {
  width: 1.45rem;
  height: 1.45rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.435 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413z'/%3E%3C/svg%3E");
}

.contact-fab-bubble--ig {
  background: linear-gradient(135deg, #f58529 0%, #dd2a7b 52%, #8134af 100%);
}

.contact-fab-bubble--ig .contact-fab-bubble-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zm0-2.163c-3.259 0-3.667.014-4.947.072-4.358.2-6.78 2.618-6.98 6.98-.059 1.281-.073 1.689-.073 4.948 0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98 1.281.058 1.689.072 4.948.072 3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98-1.281-.059-1.69-.073-4.949-.073zm0 5.838c-3.403 0-6.162 2.759-6.162 6.162s2.759 6.163 6.162 6.163 6.162-2.759 6.162-6.163c0-3.403-2.759-6.162-6.162-6.162zm0 10.162c-2.209 0-4-1.79-4-4 0-2.209 1.791-4 4-4s4 1.791 4 4c0 2.21-1.791 4-4 4zm6.406-11.845c-.796 0-1.441.645-1.441 1.44s.645 1.44 1.441 1.44c.795 0 1.439-.645 1.439-1.44s-.644-1.44-1.439-1.44z'/%3E%3C/svg%3E");
}

.contact-fab-bubble--li {
  background: #0a66c2;
}

.contact-fab-bubble--li .contact-fab-bubble-icon {
  width: 1.22rem;
  height: 1.22rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22 0H2C.9 0 0 .9 0 2v20c0 1.1.9 2 2 2h20c1.1 0 2-.9 2-2V2c0-1.1-.9-2-2-2z'/%3E%3C/svg%3E");
}

.contact-fab-bubble--sb {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.1);
}

.contact-fab-bubble--sb .contact-fab-bubble-icon {
  width: 1.55rem;
  height: 1.55rem;
  background-image: url("assets/sahibinden-logo.png");
}

.contact-fab-toggle-wrap {
  position: relative;
  width: 3.75rem;
  height: 3.75rem;
  flex-shrink: 0;
  display: grid;
  place-items: center;
}

.contact-fab-pulse {
  position: absolute;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

.contact-fab-pulse::before,
.contact-fab-pulse::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid rgba(201, 162, 75, 0.42);
  animation: contactFabPulseRing 2.6s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}

.contact-fab-pulse::after {
  animation-delay: 0.9s;
}

.contact-fab.is-open .contact-fab-pulse::before,
.contact-fab.is-open .contact-fab-pulse::after {
  animation: none;
  opacity: 0;
}

@keyframes contactFabPulseRing {
  0% {
    transform: scale(1);
    opacity: 0.55;
  }

  100% {
    transform: scale(1.42);
    opacity: 0;
  }
}

.contact-fab-toggle {
  position: relative;
  z-index: 1;
  width: 3.5rem;
  height: 3.5rem;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: var(--contact-fab);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 26px rgba(22, 163, 74, 0.45);
  transition: transform 0.25s cubic-bezier(0.22, 1, 0.36, 1), background 0.2s;
}

.contact-fab-toggle:hover {
  background: var(--contact-fab-hover);
  transform: scale(1.06);
}

.contact-fab-toggle:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 3px;
}

.contact-fab.is-open .contact-fab-toggle {
  transform: scale(1.03);
  box-shadow: 0 6px 22px rgba(22, 163, 74, 0.4);
}

.contact-fab-toggle-icon {
  width: 1.55rem;
  height: 1.55rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E")
    center/contain no-repeat;
}

@media (prefers-reduced-motion: reduce) {
  .contact-fab-bubble {
    transition-duration: 0.01ms;
    transition-delay: 0s !important;
  }

  .contact-fab:not(.is-open) .contact-fab-bubble {
    opacity: 0;
    transform: translateY(8px);
  }

  .contact-fab.is-open .contact-fab-bubble {
    opacity: 1;
    transform: translateY(0);
  }

  .contact-fab-pulse::before,
  .contact-fab-pulse::after {
    animation: none;
    opacity: 0;
  }

  .contact-fab-toggle {
    transition-duration: 0.01ms;
  }
}

.bubble {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 20px;
  padding: 2rem;
  margin: 2rem auto;
  max-width: 800px;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Ana sayfa keşfet: önce tam ekran (header dahil); ilk kaydırmada header altına iner, akışta kalır (sticky değil) */
:root {
  --discover-peek-h: clamp(6.75rem, 21vh, 11rem);
  --discover-dock-tall: min(58vh, 32rem);
}

.discover-fs-spacer {
  width: 100%;
  pointer-events: none;
  flex-shrink: 0;
}

.discover-strip-root {
  --discover-ease: cubic-bezier(0.25, 0.82, 0.25, 1);
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid rgba(15, 39, 71, 0.12);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.06) inset,
    0 20px 50px rgba(8, 28, 58, 0.18);
  transition:
    height 0.7s var(--discover-ease),
    min-height 0.7s var(--discover-ease),
    box-shadow 0.5s ease,
    border-radius 0.5s ease,
    border-color 0.35s ease;
}

/* Tam ekran — alta sabitlenir; kaydırınca yükseklik küçülür, altta “şeride” doğru iner */
.discover-strip-root.is-fs {
  position: fixed;
  inset: 0 0 auto 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  /* Intro (1200) bitene kadar üstte kalsın; tam ekranda keşfet intro altında */
  z-index: 1100;
  height: 100vh;
  max-height: 100vh;
  border-radius: 0;
  border-bottom: none;
  box-shadow: 0 24px 80px rgba(4, 12, 28, 0.45);
  pointer-events: none;
}

/* Tam ekranda kaydırma/toggle görseli gösterme — sadece sayfa kaydırması */
.discover-strip-root.is-fs .discover-strip-footer {
  visibility: hidden;
  opacity: 0;
  height: 0;
  min-height: 0;
  max-height: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
  pointer-events: none;
  border: none;
  box-shadow: none;
}

.discover-strip-root.is-fs .discover-strip-body .discover-strip-cue {
  display: none;
}

.discover-strip-fs-hint {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: clamp(2.5rem, 10vh, 5rem);
  z-index: 5;
  justify-content: center;
  pointer-events: none;
}

.discover-strip-root.is-fs .discover-strip-fs-hint {
  display: flex;
}

.discover-strip-fs-hint-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  padding: 0.85rem 1.35rem 1rem;
  border-radius: var(--radius-lg);
  background: rgba(4, 14, 32, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(8px);
}

.discover-strip-fs-hint-line {
  font-size: clamp(1.05rem, 2.8vw, 1.35rem);
  font-weight: 700;
  font-family: var(--font-display);
  letter-spacing: 0.02em;
  color: #fff;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
}

.discover-strip-fs-hint-arrow {
  font-size: 1.35rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.95);
  animation: discoverFsHintBounce 1.6s ease-in-out infinite;
}

.discover-strip-fs-hint-sub {
  font-size: 0.8125rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.88);
  text-align: center;
  max-width: 18rem;
}

@keyframes discoverFsHintBounce {
  0%,
  100% {
    transform: translateY(0);
    opacity: 0.85;
  }

  50% {
    transform: translateY(5px);
    opacity: 1;
  }
}

.discover-strip-root.is-fs .discover-strip-body {
  overflow: hidden;
  scrollbar-width: none;
}

.discover-strip-root.is-fs .discover-strip-body::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.discover-strip-root.is-fs.is-shrinking {
  transition:
    box-shadow 0.5s ease,
    border-radius 0.5s ease,
    border-color 0.35s ease;
}

@supports (height: 100dvh) {
  .discover-strip-root.is-fs {
    max-height: 100dvh;
  }
}

/* Sayfa akışında, header’ın hemen altı — scroll ile yukarı çıkar */
.discover-strip-root.is-docked {
  position: relative;
  z-index: 1;
  left: auto;
  right: auto;
  top: auto;
  border-radius: 0 0 var(--radius-lg) var(--radius-lg);
  border-bottom: 1px solid rgba(15, 39, 71, 0.14);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.07) inset,
    0 10px 36px rgba(8, 28, 58, 0.1);
}

.discover-strip-root.is-docked.is-compact {
  height: var(--discover-peek-h);
  min-height: var(--discover-peek-h);
  max-height: var(--discover-peek-h);
}

/* Tam ekran kapandıktan sonra şerit beklerken akışta yer kaplamasın (görünmez boş şerit bandı oluşmasın) */
.discover-strip-root.is-docked.is-compact.is-dock-deferred {
  opacity: 0;
  visibility: hidden;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  overflow: hidden;
  transform: translateY(0);
  transition: none;
  pointer-events: none;
}

.discover-strip-root.is-docked.is-compact.discover-dock-strip-in {
  visibility: visible;
  animation: discoverDockStripIn 0.92s cubic-bezier(0.33, 1, 0.32, 1) both;
}

@keyframes discoverDockStripIn {
  from {
    opacity: 0;
    transform: translateY(22px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.discover-strip-root.is-docked.is-tall {
  height: auto;
  min-height: var(--discover-dock-tall);
  max-height: none;
}

.discover-strip-root.is-docked.is-tall .discover-strip-clip {
  min-height: var(--discover-dock-tall);
}

.discover-strip-root.is-docked.is-tall .discover-strip-panel {
  min-height: var(--discover-dock-tall);
}

.discover-strip-clip {
  height: 100%;
  min-height: inherit;
  overflow: hidden;
}

.discover-strip-panel {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
  min-height: 100%;
  transform: translateY(-102%);
  transition: transform 1.05s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.discover-strip-root.is-revealed .discover-strip-panel {
  transform: translateY(0);
}

.discover-strip-bgs {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.discover-strip-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 1.4s ease;
}

.discover-strip-slide.is-active {
  opacity: 1;
}

.discover-strip-scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    125deg,
    rgba(4, 16, 38, 0.82) 0%,
    rgba(11, 78, 162, 0.48) 48%,
    rgba(8, 32, 62, 0.62) 100%
  );
  backdrop-filter: blur(2px);
  transition: opacity 0.5s ease, backdrop-filter 0.5s ease;
}

.discover-strip-root.is-docked.is-compact .discover-strip-scrim {
  opacity: 0.94;
}

.discover-strip-body {
  position: relative;
  z-index: 2;
  flex: 1 1 auto;
  min-height: 0;
  overflow: auto;
  padding: clamp(1.25rem, 3.5vw, 2rem) 1.25rem clamp(1rem, 3vw, 1.5rem);
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  transition: opacity 0.45s ease, visibility 0.45s ease;
}

.discover-strip-root.is-docked.is-compact .discover-strip-body {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  flex: 0 0 0;
  overflow: hidden;
  padding: 0;
  min-height: 0;
}

.discover-strip-kicker {
  margin: 0 0 0.35rem;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.92;
}

.discover-strip-title {
  margin: 0 0 0.85rem;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 3.2vw, 1.85rem);
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}

.discover-strip-facts {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  max-width: 38rem;
}

.discover-strip-facts li {
  margin: 0;
  padding: 0.4rem 0.65rem 0.4rem 0.95rem;
  border-left: 3px solid rgba(255, 255, 255, 0.5);
  border-radius: 0 8px 8px 0;
  background: rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.06) inset;
  font-size: 0.9375rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.96);
}

.discover-strip-cue {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin: 1.15rem 0 0;
  font-size: 0.8125rem;
  font-weight: 600;
  opacity: 0.88;
  animation: discoverCuePulse 2.2s ease-in-out infinite;
}

.discover-strip-root.is-docked.is-compact .discover-strip-cue {
  animation: none;
}

.discover-strip-cue-ico {
  display: inline-flex;
  width: 1.65rem;
  height: 1.65rem;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.12) inset;
  font-size: 0.95rem;
  line-height: 1;
}

@keyframes discoverCuePulse {
  0%,
  100% {
    opacity: 0.75;
    transform: translateY(0);
  }

  50% {
    opacity: 1;
    transform: translateY(3px);
  }
}

.discover-strip-footer {
  position: relative;
  z-index: 6;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
  padding: 0.65rem 1rem 1rem;
  background: linear-gradient(0deg, rgba(3, 12, 28, 0.88) 0%, rgba(3, 12, 28, 0.35) 55%, transparent 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
}

.discover-strip-root.is-docked .discover-strip-footer {
  pointer-events: auto;
}

.discover-strip-foot-note {
  display: none;
  margin: 0;
  max-width: min(42rem, 92vw);
  text-align: center;
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.55);
}

.discover-strip-root.is-docked.is-compact .discover-strip-foot-note {
  display: block;
}

.discover-strip-root.is-docked.is-compact.is-carousel .discover-strip-foot-note {
  display: none;
}

.discover-strip-carousel {
  width: 100%;
  max-width: 100%;
  min-height: 2.55rem;
  display: none;
  align-items: stretch;
  justify-content: center;
  gap: 0.25rem;
}

.discover-strip-root.is-docked.is-compact .discover-strip-carousel:not([hidden]) {
  display: flex;
}

.discover-strip-carousel.is-single .discover-carousel-nav {
  display: none !important;
}

.discover-strip-carousel[hidden] {
  display: none !important;
}

.discover-carousel-frame {
  flex: 1 1 auto;
  min-width: 0;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative;
}

.discover-carousel-nav {
  flex: 0 0 auto;
  width: 2.25rem;
  min-width: 2.25rem;
  height: 2.25rem;
  padding: 0;
  margin: 0;
  display: none;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 1.35rem;
  line-height: 1;
  font-weight: 700;
  cursor: pointer;
  transition:
    background 0.2s ease,
    transform 0.2s ease,
    border-color 0.2s ease;
}

.discover-strip-root.is-docked.is-compact .discover-carousel-nav {
  display: flex;
}

.discover-carousel-nav:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.45);
}

.discover-carousel-nav:active {
  transform: scale(0.94);
}

.discover-carousel-nav:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.95);
  outline-offset: 2px;
}

.discover-strip-root.is-docked.is-tall .discover-strip-carousel {
  display: none !important;
}

.discover-strip-carousel-track {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  will-change: transform;
  transition: transform 0.75s cubic-bezier(0.33, 1, 0.32, 1);
}

.discover-strip-carousel-slide {
  flex: 0 0 auto;
  flex-shrink: 0;
  box-sizing: border-box;
  padding: 0.35rem 0.65rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  min-height: 2.35rem;
}

.discover-strip-carousel-slide strong {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.95);
}

.discover-strip-carousel-slide span {
  display: block;
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.88);
}

.discover-strip-toggle {
  position: relative;
  width: 3.1rem;
  height: 3.1rem;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0.06) 100%);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.35),
    0 0 0 8px rgba(255, 255, 255, 0.04),
    0 10px 28px rgba(0, 0, 0, 0.35);
  transition:
    transform 0.35s var(--discover-ease),
    box-shadow 0.35s ease,
    background 0.3s ease;
}

.discover-strip-toggle:hover {
  transform: scale(1.06);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.5),
    0 0 0 10px rgba(255, 255, 255, 0.06),
    0 14px 36px rgba(0, 0, 0, 0.4);
}

.discover-strip-toggle:active {
  transform: scale(0.97);
}

.discover-strip-toggle:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.95);
  outline-offset: 4px;
}

.discover-strip-toggle-ring {
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  pointer-events: none;
}

.discover-strip-toggle-ico {
  display: block;
  width: 0.55rem;
  height: 0.55rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  margin-top: -0.2rem;
  transition: transform 0.4s var(--discover-ease);
}

/* Tam ekranda: aşağı / siteye geç */
.discover-strip-root.is-fs .discover-strip-toggle-ico {
  transform: rotate(45deg);
}

/* Dar şeritte: büyüt (yukarı ok) */
.discover-strip-root.is-docked.is-compact .discover-strip-toggle-ico {
  transform: rotate(-135deg);
  margin-top: 0.12rem;
}

/* Geniş dock: küçült */
.discover-strip-root.is-docked.is-tall .discover-strip-toggle-ico {
  transform: rotate(45deg);
  margin-top: -0.2rem;
}

@media (max-width: 520px) {
  .discover-strip-facts li {
    font-size: 0.875rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .discover-strip-panel {
    transition-duration: 0.01ms;
  }

  .discover-strip-root.is-revealed .discover-strip-panel {
    transform: none;
  }

  .discover-strip-root {
    transition-duration: 0.01ms;
  }

  .discover-strip-slide {
    transition-duration: 0.01ms;
  }

  .discover-strip-cue {
    animation: none;
  }

  .discover-strip-toggle {
    transition-duration: 0.01ms;
  }

  .discover-strip-toggle:hover {
    transform: none;
  }

  .discover-strip-carousel-track {
    transition-duration: 0.01ms;
  }

  .discover-strip-fs-hint-arrow {
    animation: none;
  }

  .discover-strip-root.is-docked.is-compact.discover-dock-strip-in {
    animation: none;
    opacity: 1;
    transform: none;
  }
}

body.intro-lock {
  overflow: hidden;
}

.intro-screen {
  --intro-bg-image: none;
  --intro-overlay-opacity: 0.42;
  --intro-enter: 1.65s;
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: grid;
  place-items: center;
  padding: 1.5rem;
  background:
    linear-gradient(
      165deg,
      rgba(255, 255, 255, calc(0.55 * var(--intro-overlay-opacity) + 0.25)) 0%,
      rgba(232, 241, 255, calc(0.85 * var(--intro-overlay-opacity) + 0.15)) 45%,
      rgba(11, 78, 162, calc(0.35 * var(--intro-overlay-opacity) + 0.12)) 100%
    ),
    var(--intro-bg-image),
    linear-gradient(145deg, #f0f7ff 0%, #d7e8ff 50%, #b8d4f5 100%);
  background-size: cover;
  background-position: center;
  transition: opacity var(--intro-fade, 0.65s) ease;
}

.intro-screen.is-done {
  opacity: 0;
  pointer-events: none;
}

.intro-inner {
  text-align: center;
  width: min(920px, 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(0.85rem, 2.5vw, 1.35rem);
}

.intro-logo-wrap {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  max-width: min(440px, 92vw);
  padding: 0.55rem 1.15rem;
  border-radius: 999px;
  background: #dfdfe1;
  border: 1px solid rgba(255, 255, 255, 0.95);
  box-shadow:
    0 4px 24px rgba(11, 78, 162, 0.18),
    0 0 0 1px rgba(11, 78, 162, 0.06);
  opacity: 100;
  transform: translateY(calc(-1 * clamp(2.5rem, 14vh, 6rem)));
  animation: introSlideFromTop var(--intro-enter, 1.65s) cubic-bezier(0.2, 0.85, 0.35, 1) forwards;
}

.intro-logo {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: clamp(2.85rem, 12vw, 4.35rem);
  object-fit: contain;
}

.intro-branch {
  margin: 0;
  font-family: var(--font-sans);
  font-weight: 800;
  font-size: clamp(0.6rem, 2.1vw, 0.8rem);
  letter-spacing: 0.14em;
  color: #0a2d5c;
  text-transform: uppercase;
}

.intro-name {
  margin: 0;
  line-height: 1.2;
  display: inline-block;
  padding: 0.65rem 1.35rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.95);
  box-shadow:
    0 4px 24px rgba(11, 78, 162, 0.18),
    0 0 0 1px rgba(11, 78, 162, 0.06);
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #0a2d5c;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  font-size: clamp(1rem, 3.2vw, 1.65rem);
  opacity: 0;
  transform: translateY(calc(-1 * clamp(2rem, 11vh, 5rem)));
  animation: introSlideFromTop var(--intro-enter, 1.65s) cubic-bezier(0.2, 0.85, 0.35, 1) 0.22s forwards;
}

@keyframes introSlideFromTop {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .intro-logo-wrap,
  .intro-branch,
  .intro-name {
    animation: none;
    opacity: 1;
    transform: none;
  }
}


