/* ============================================================
   İşletmeler — Eylül 2026
   Liste: konum referansı, filtreler, açık/kapalı ve puansız durum.
   Harita: sayılı kümeler ve yalnızca izinle çizilen "Konumun" işareti.
   İşletme sayfası: güven notu, kırpılmayan kapak, hizmet kartları
   (süre, başlangıç fiyatı, önce/sonra), sahibe özel hatırlatmalar.
   İşletmem: müşteri temasları raporu, hizmet hedefi, kapak ipucu.
   Bu dosya kabuk stillerinden (shell-2026-09.css) sonra yüklenir.
   ============================================================ */

/* Site varsayılanı koyu tema (theme.js her zaman data-theme yazar). */
:root { --mg-open: #4ade80; --mg-c-phone: #3987e5; --mg-c-directions: #d95926; --mg-c-message: #199e70; --mg-c-web: #7b8594; }
html[data-theme="light"] { --mg-open: #1f9d57; --mg-c-phone: #2a78d6; --mg-c-directions: #eb6834; --mg-c-message: #1baf7a; --mg-c-web: #8a94a3; }

/* ---------- Liste başlığı ve "Onaylı" açıklaması ---------- */
.sp-head p { margin: 0; }
.sp-verified-info {
  display: inline-flex; align-items: center; gap: 6px; flex-wrap: wrap;
  padding: 0; border: 0; background: none; cursor: pointer;
  font: inherit; font-size: 13px; color: var(--mg-muted); text-align: left;
}
.sp-verified-info > .mg-icon { color: var(--mg-accent-ink); --mg-badge-knockout: var(--mg-bg); }
.sp-verified-info b { color: var(--mg-text); font-weight: 800; }
.sp-head .sp-info-link {
  font-size: 12.5px; font-weight: 700; letter-spacing: 0; text-transform: none;
  color: var(--mg-accent-ink); text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px;
}
.sp-verified-info:hover .sp-info-link { text-decoration-thickness: 2px; }

.sp-verified-note {
  display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 10px;
  padding: 12px 14px; border-radius: 12px;
  border: 1px solid var(--mg-line); background: var(--mg-surface);
}
.sp-verified-note > .mg-icon { color: var(--mg-accent-ink); margin-top: 1px; }
.sp-verified-note b { font-size: 13px; color: var(--mg-text); }
.sp-verified-note p { margin: 4px 0 0; font-size: 12.5px; line-height: 1.5; color: var(--mg-muted); }
.sp-verified-note p.quiet { color: var(--mg-faint); }

/* ---------- Konum referansı ---------- */
.sp-ref {
  display: flex; align-items: center; gap: 8px; flex-wrap: wrap;
  padding: 9px 10px 9px 12px; border-radius: 12px;
  border: 1px dashed var(--mg-line-strong); background: var(--mg-surface);
  font-size: 12.5px; line-height: 1.4; color: var(--mg-muted);
}
.sp-ref > .mg-icon { color: var(--mg-faint); flex: none; }
.sp-ref > span { flex: 1 1 180px; min-width: 0; }
.sp-ref.is-user { border-style: solid; border-color: color-mix(in srgb, var(--mg-c-phone) 45%, var(--mg-line)); }
.sp-ref.is-user > .mg-icon { color: var(--mg-c-phone); }
.sp-ref-btn {
  display: inline-flex; align-items: center; gap: 6px; flex: none;
  min-height: 32px; padding: 0 12px; border-radius: 9px; cursor: pointer;
  border: 1px solid var(--mg-line-strong); background: var(--mg-surface-2);
  color: var(--mg-text); font: inherit; font-size: 12px; font-weight: 700;
}
.sp-ref-btn:hover { border-color: var(--mg-accent); }
.sp-ref-btn.primary { border-color: var(--mg-text); }
.sp-ref-btn:disabled { opacity: .6; cursor: progress; }

/* ---------- Filtreler ---------- */
.sp-filters { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 8px; }
.sp-field { display: grid; gap: 4px; min-width: 0; }
.sp-field.wide { grid-column: 1 / -1; }
.sp-field > span { font-size: 11px; font-weight: 700; letter-spacing: .4px; color: var(--mg-faint); }
.sp-field select, .sp-sortbar select {
  width: 100%; min-width: 0; height: 38px; padding: 0 30px 0 11px; border-radius: 10px;
  border: 1px solid var(--mg-line-strong); background-color: var(--mg-surface); color: var(--mg-text);
  font: inherit; font-size: 13px; font-weight: 600; cursor: pointer;
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, currentColor 50%), linear-gradient(135deg, currentColor 50%, transparent 50%);
  background-position: calc(100% - 15px) 16px, calc(100% - 10px) 16px;
  background-size: 5px 5px; background-repeat: no-repeat;
}
.sp-field select:focus-visible, .sp-sortbar select:focus-visible { outline: 2px solid var(--mg-accent); outline-offset: 1px; }
.sp-field select:disabled { opacity: .55; cursor: not-allowed; }
.sp-toggles { grid-column: 1 / -1; display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.sp-toggle {
  display: inline-flex; align-items: center; gap: 7px; min-height: 34px; padding: 0 13px;
  border-radius: 999px; cursor: pointer;
  border: 1px solid var(--mg-line-strong); background: var(--mg-surface); color: var(--mg-muted);
  font: inherit; font-size: 12.5px; font-weight: 700;
}
.sp-toggle em { font-style: normal; font-size: 11px; color: var(--mg-faint); }
.sp-toggle:hover { color: var(--mg-text); }
.sp-toggle.on { border-color: var(--mg-text); background: var(--mg-surface-2); color: var(--mg-text); }
.sp-toggle.on .mg-icon { color: var(--mg-accent-ink); }
.sp-open-dot { width: 8px; height: 8px; border-radius: 50%; border: 2px solid var(--mg-faint); }
.sp-toggle.on .sp-open-dot { border-color: var(--mg-open); background: var(--mg-open); }
.sp-clear {
  margin-left: auto; padding: 0; border: 0; background: none; cursor: pointer;
  font: inherit; font-size: 12px; font-weight: 700; color: var(--mg-accent-ink);
  text-decoration: underline; text-underline-offset: 3px;
}
.sp-sortbar { display: flex; align-items: center; justify-content: space-between; gap: 10px; font-size: 12.5px; color: var(--mg-muted); }
.sp-sortbar b { color: var(--mg-text); }
.sp-sortbar label { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; }
.sp-sortbar select { width: auto; height: 32px; font-size: 12.5px; }
/* Eski sıralama düğmeleri ve kategori şeridi artık kullanılmıyor. */
.sp-list > .sp-sort, .sp-list > .chip-strip { display: none; }

.sp-results.is-refreshing { opacity: .55; transition: opacity .2s ease; pointer-events: none; }
.shop-state.sp-state button {
  margin-top: 6px; min-height: 34px; padding: 0 14px; border-radius: 9px; cursor: pointer;
  border: 1px solid var(--mg-line-strong); background: var(--mg-surface-2); color: var(--mg-text);
  font: inherit; font-size: 12.5px; font-weight: 700;
}

/* ---------- Kart: puansız, açık/kapalı ---------- */
.sp-unrated {
  display: inline-flex; align-items: center; min-height: 22px;
  font-size: 11.5px; font-weight: 600; color: var(--mg-faint);
}
.sp-open {
  display: inline-flex; align-items: center; gap: 5px;
  font-size: 11.5px; font-weight: 700; color: var(--mg-muted);
}
.sp-open i { width: 7px; height: 7px; border-radius: 50%; background: currentColor; }
.sp-open.yes { color: var(--mg-open); }
.sp-open.no { color: var(--mg-faint); }
.sp-selected-top .sp-card-meta { display: flex; align-items: center; gap: 4px 10px; flex-wrap: wrap; margin-top: 4px; }
/* "Kategori · İlçe, Şehir" tek akışta; uzun kategori adında iki sütuna bölünmesin. */
.sp-card .sp-card-cat { display: block; line-height: 1.45; }
.sp-card .sp-card-cat i { font-style: normal; margin: 0 6px; }
.sp-card .sp-card-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 4px 10px; }
.sp-verified-flag { cursor: help; }

/* ---------- Harita: kümeler ve kullanıcı işareti ---------- */
.mg-cluster { background: transparent; border: 0; }
.mg-cluster span {
  width: 100%; height: 100%; border-radius: 50%;
  display: grid; place-items: center;
  background: color-mix(in srgb, var(--mg-surface) 88%, transparent);
  border: 2px solid var(--mg-text); color: var(--mg-text);
  box-shadow: 0 0 0 5px color-mix(in srgb, var(--mg-text) 14%, transparent), 0 8px 18px rgba(0, 0, 0, .28);
  transition: transform .15s ease;
}
.mg-cluster.has-verified span {
  border-color: var(--mg-accent);
  box-shadow: 0 0 0 5px color-mix(in srgb, var(--mg-accent) 22%, transparent), 0 8px 18px rgba(0, 0, 0, .28);
}
.mg-cluster b { font-size: 13px; font-weight: 800; font-variant-numeric: tabular-nums; }
.mg-cluster:hover span, .mg-cluster.is-active span { transform: scale(1.08); }
.mg-cluster.is-active span { border-color: var(--mg-accent); background: var(--mg-accent); color: #fff; }
/* markercluster'ın yakınlaşma animasyonu (MarkerCluster.css yüklenemezse de akıcı) */
.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
  transition: transform .3s ease-out, opacity .3s ease-in;
}

.mg-user-pin { background: transparent; border: 0; }
.mg-user-pin i {
  position: absolute; inset: 0; border-radius: 50%;
  background: var(--mg-c-phone); border: 3px solid #fff;
  box-shadow: 0 0 0 6px color-mix(in srgb, var(--mg-c-phone) 28%, transparent), 0 2px 8px rgba(0, 0, 0, .35);
}
.mg-user-pin b {
  position: absolute; left: 50%; top: 100%; transform: translate(-50%, 6px);
  padding: 2px 7px; border-radius: 6px; white-space: nowrap;
  background: var(--mg-c-phone); color: #fff; font-size: 10.5px; font-weight: 800;
}

/* ---------- Ana sayfa "Yakındaki İşletmeler" ---------- */
.svc-ref { display: flex; align-items: center; gap: 6px; margin: 8px 0 2px; font-size: 11.5px; color: var(--mg-faint); }
.svc-row em .svc-unrated { color: var(--mg-faint); font-style: normal; }

/* ---------- İşletme sayfası: güven notu ---------- */
.bz-trust { max-width: 60ch; font-size: 13px; color: var(--mg-muted); }
.bz-trust summary {
  display: inline-flex; align-items: center; gap: 7px; cursor: pointer; list-style: none;
  font-weight: 700; color: var(--mg-muted);
}
.bz-trust summary::-webkit-details-marker { display: none; }
.bz-trust.is-verified summary { color: var(--bz, var(--mg-accent-ink)); }
.bz-trust summary:hover { text-decoration: underline; text-underline-offset: 3px; }
.bz-trust p { margin: 8px 0 0; line-height: 1.55; }

/* ---------- Kırpılmayan kapak ---------- */
.bz-showcase.has-photo { isolation: isolate; }
.bz-showcase.has-photo .bz-showcase-blur {
  position: absolute; inset: -30px; width: calc(100% + 60px); height: calc(100% + 60px);
  object-fit: cover; filter: blur(26px) saturate(1.1); opacity: .75; z-index: -1;
}
/* Mutlak konum şart: ızgara öğesi olarak yüksekliği kendi oranından
   hesaplanıyor ve kutudan taşıp yine kırpılıyordu. */
.bz-showcase.has-photo .bz-showcase-photo {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain;
}
.bz-showcase { height: clamp(220px, 30vw, 380px); }
@media (max-width: 940px) { .bz-showcase { height: clamp(200px, 50vw, 320px); } }

/* ---------- Künye şeridi ---------- */
.bz-fact small a { color: inherit; text-decoration: none; }
.bz-fact small a:hover { color: var(--mg-text); text-decoration: underline; }
.bz-fact-action {
  display: inline-flex; align-items: center; gap: 7px; min-height: 30px; padding: 0 12px;
  border-radius: 9px; cursor: pointer;
  border: 1px solid var(--mg-line-strong); background: var(--mg-surface-2); color: var(--mg-text);
  font: inherit; font-size: 13px; font-weight: 700;
}
.bz-fact-action:hover { border-color: var(--bz, var(--mg-accent)); }
.bz-fact-action:disabled { opacity: .6; cursor: progress; }
.bz-button .bz-num { font-variant-numeric: tabular-nums; font-weight: 600; opacity: .85; }
.bz-cta .bz-button.big { height: auto; min-height: 54px; padding: 8px 24px; }
.bz-cta .bz-button.big > span { display: grid; text-align: left; line-height: 1.2; }
.bz-cta .bz-button.big small { font-size: 12.5px; font-weight: 600; opacity: .85; font-variant-numeric: tabular-nums; }

/* ---------- Sahibe özel hatırlatma ---------- */
.bz-owner-nudge-wrap { padding-top: 8px; padding-bottom: 8px; border-top: 0; }
.bz-owner-nudge {
  display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 10px 18px;
  padding: 16px 18px; border-radius: 16px;
  border: 1px dashed color-mix(in srgb, var(--bz, var(--mg-accent)) 55%, var(--mg-line));
  background: color-mix(in srgb, var(--bz, var(--mg-accent)) 6%, var(--mg-surface));
}
.bz-owner-badge { grid-column: 1 / -1; font-size: 10.5px; font-weight: 800; letter-spacing: 1.4px; color: var(--bz, var(--mg-accent-ink)); }
.bz-owner-nudge b { font-size: 16px; color: var(--mg-text); }
.bz-owner-nudge p { margin: 4px 0 0; font-size: 13.5px; line-height: 1.55; color: var(--mg-muted); max-width: 70ch; }
.bz-owner-nudge.small { margin-top: 14px; grid-template-columns: 1fr; }
.bz-owner-nudge.small b { font-size: 14px; }
.bz-owner-nudge.small .bz-button { justify-self: start; }
@media (max-width: 640px) { .bz-owner-nudge { grid-template-columns: 1fr; } .bz-owner-nudge .bz-button { justify-self: start; } }

/* ---------- Hizmet kartı ---------- */
.bz-svc {
  display: grid; grid-template-rows: auto 1fr; overflow: hidden; padding: 0; text-align: left;
  border-radius: 16px; border: 1px solid var(--mg-line); background: var(--mg-surface);
  color: inherit; font: inherit; cursor: pointer;
  transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}
.bz-svc:hover { border-color: var(--bz, var(--mg-accent)); box-shadow: 0 12px 28px rgba(0, 0, 0, .16); transform: translateY(-1px); }
.bz-svc:focus-visible { outline: 2px solid var(--bz, var(--mg-accent)); outline-offset: 3px; }
.bz-svc-media {
  position: relative; display: grid; place-items: center; aspect-ratio: 4 / 3; overflow: hidden;
  background: var(--mg-surface-2); color: var(--mg-faint);
}
.bz-svc-media > img { width: 100%; height: 100%; object-fit: cover; display: block; }
/* Fotoğrafsız hizmette koca bir boş kutu yerine ince bir şerit. */
.bz-svc-media.is-blank { aspect-ratio: auto; height: 72px; }
.bz-svc-media.is-pair { grid-template-columns: 1fr 1fr; gap: 2px; place-items: stretch; background: var(--mg-line); }
.bz-svc-half { position: relative; min-width: 0; overflow: hidden; }
.bz-svc-half img { width: 100%; height: 100%; object-fit: cover; display: block; }
.bz-svc-half em, .bz-compare-tag {
  position: absolute; left: 8px; bottom: 8px; padding: 3px 8px; border-radius: 6px;
  background: rgba(0, 0, 0, .66); color: #fff; font-style: normal;
  font-size: 10.5px; font-weight: 800; letter-spacing: .8px; text-transform: uppercase;
}
.bz-svc-media .bz-service-flag { position: absolute; top: 10px; left: 10px; }
.bz-svc-body { display: grid; align-content: start; gap: 6px; padding: 14px 16px 16px; min-width: 0; }
.bz-svc-body > small { font-size: 11px; font-weight: 800; letter-spacing: .8px; text-transform: uppercase; color: var(--bz, var(--mg-accent-ink)); }
.bz-svc-title { font-size: 16.5px; font-weight: 700; letter-spacing: -.2px; line-height: 1.3; color: var(--mg-text); }
.bz-svc-desc {
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
  font-size: 13.5px; line-height: 1.55; color: var(--mg-muted);
}
.bz-svc-foot { display: flex; align-items: flex-end; justify-content: space-between; gap: 8px 12px; flex-wrap: wrap; margin-top: 6px; }
.bz-svc-chip {
  display: inline-flex; align-items: center; gap: 5px; padding: 4px 9px; border-radius: 999px;
  background: var(--mg-surface-2); color: var(--mg-muted); font-size: 12px; font-weight: 600;
}
.bz-svc-price { display: inline-flex; align-items: baseline; gap: 5px; margin-left: auto; flex-wrap: wrap; justify-content: flex-end; }
.bz-svc-price b { font-size: 18px; font-weight: 800; letter-spacing: -.4px; color: var(--mg-text); font-variant-numeric: tabular-nums; }
.bz-svc-price small { font-size: 12px; color: var(--mg-muted); }
.bz-svc-price s { font-size: 12.5px; color: var(--mg-faint); }
.bz-svc-price.quiet { font-size: 12.5px; font-weight: 700; color: var(--bz, var(--mg-accent-ink)); }

/* ---------- Hizmet penceresi: önce/sonra sürgüsü ---------- */
.bz-compare { position: relative; display: block; overflow: hidden; padding: 0; background: #000; }
.bz-compare img { display: block; width: 100%; max-height: 46vh; object-fit: contain; border-radius: 0; }
.bz-compare .bz-compare-before {
  position: absolute; inset: 0; height: 100%; max-height: none;
  clip-path: inset(0 calc(100% - var(--pos, 50%)) 0 0);
}
.bz-compare::after {
  content: ""; position: absolute; top: 0; bottom: 0; left: var(--pos, 50%); width: 2px;
  transform: translateX(-1px); background: #fff; box-shadow: 0 0 0 1px rgba(0, 0, 0, .25); pointer-events: none;
}
.bz-compare-tag.before { left: 10px; }
.bz-compare-tag.after { left: auto; right: 10px; }
.bz-compare input[type="range"] {
  position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: ew-resize;
}
.bz-compare input[type="range"]:focus-visible + * { outline: none; }
.bz-compare:focus-within { outline: 2px solid var(--bz, var(--mg-accent)); outline-offset: -2px; }
.bz-item-body footer .bz-svc-chip { margin-left: auto; }
.bz-item-note { font-size: 12.5px; color: var(--mg-faint); }

/* ---------- İşletmem: kapak ipucu, hizmet hedefi ---------- */
.bo-tip {
  display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 10px;
  margin-top: 12px; padding: 12px 14px; border-radius: 12px;
  border: 1px solid var(--mg-line); background: var(--mg-surface-2);
}
.bo-tip > .mg-icon { color: var(--mg-accent-ink); margin-top: 2px; }
.bo-tip b { font-size: 13px; }
.bo-tip p { margin: 4px 0 0; font-size: 12.5px; line-height: 1.55; color: var(--mg-muted); }
.bo-tip em { font-style: normal; font-weight: 700; color: var(--mg-text); }

.bo-goal {
  display: grid; gap: 8px; margin: 4px 0 16px; padding: 14px 16px; border-radius: 14px;
  border: 1px dashed color-mix(in srgb, var(--mg-accent) 55%, var(--mg-line)); background: var(--mg-surface);
}
.bo-goal-head { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; flex-wrap: wrap; }
.bo-goal-head b { font-size: 14px; }
.bo-goal-head span { font-size: 12px; color: var(--mg-muted); }
.bo-goal small { font-size: 12.5px; line-height: 1.5; color: var(--mg-muted); }
.bo-goal .bo-btn { justify-self: start; }
.bo-btn.small { min-height: 32px; padding: 0 12px; font-size: 12px; }
.bo-media-slot.is-before { margin-top: 4px; }
.bo-editor-media > small.bo-muted { max-width: 160px; text-align: center; font-size: 11px; line-height: 1.4; }
.bo-form label.bo-check-row { display: flex; align-items: flex-start; gap: 10px; cursor: pointer; color: var(--mg-text); font-size: 13px; }
.bo-form label.bo-check-row input { flex: none; margin-top: 2px; }
.bo-check-row small { display: block; margin-top: 2px; font-size: 11.5px; color: var(--mg-muted); font-weight: 400; }
.bo-check-row input:disabled + span { opacity: .6; }
.bo-warn-text { color: var(--mg-faint) !important; font-style: italic; }

/* ---------- İşletmem: müşteri temasları ---------- */
.bo-contact-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin-bottom: 14px; }
@media (max-width: 760px) { .bo-contact-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.bo-contact {
  display: grid; grid-template-columns: auto 1fr; column-gap: 10px; align-items: center;
  padding: 12px 14px; border-radius: 12px; border: 1px solid var(--mg-line); background: var(--mg-surface-2);
}
.bo-contact-icon {
  grid-row: span 3; width: 32px; height: 32px; border-radius: 9px; display: grid; place-items: center;
  color: #fff; background: var(--c);
}
.bo-contact b { font-size: 21px; line-height: 1.1; font-variant-numeric: tabular-nums; }
.bo-contact span:not(.bo-contact-icon) { font-size: 12px; font-weight: 600; }
.bo-contact small { font-size: 11px; color: var(--mg-muted); }
.bo-contact.c-phone, .bo-legend i.c-phone, .bo-bar .c-phone { --c: var(--mg-c-phone); }
.bo-contact.c-directions, .bo-legend i.c-directions, .bo-bar .c-directions { --c: var(--mg-c-directions); }
.bo-contact.c-message, .bo-legend i.c-message, .bo-bar .c-message { --c: var(--mg-c-message); }
.bo-contact.c-web, .bo-legend i.c-web, .bo-bar .c-web { --c: var(--mg-c-web); }
.bo-legend i[class^="c-"], .bo-bar span[class^="c-"] { background: var(--c); }
.bo-bars.stacked { height: 120px; }
/* Yığılmış çubukta dilimler arasında 1px boşluk: renkler birbirine akmasın. */
.bo-bars.stacked .bo-bar span + span { box-shadow: inset 0 -1px 0 var(--mg-surface); }
.bo-contacts .bo-legend { flex-wrap: wrap; justify-content: flex-end; }
.bo-footnote { display: block; margin-top: 10px; font-size: 11px; color: var(--mg-faint); }

/* Hizmet kartı artık bağlantı (<a>): düğme sıfırlamaları bağlantıya da. */
a.bz-svc { text-decoration: none; }
.bz-item-actions { display: flex; flex-wrap: wrap; gap: 8px; }

/* ---------- Hizmet / ürün sayfası (/shop/{işletme}/hizmet/{kalem}) ---------- */
.bzi .bz-container { padding-bottom: 48px; }
.bzi-crumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; margin: 18px 0 16px; font-size: 13px; color: var(--mg-faint); }
.bzi-crumbs a { color: var(--mg-muted); text-decoration: none; }
.bzi-crumbs a:hover { color: var(--bz, var(--mg-accent)); }
.bzi-crumbs i { font-style: normal; opacity: .6; }
.bzi-crumbs span { color: var(--mg-text); font-weight: 600; }
.bzi-main { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: 28px; align-items: start; }
.bzi-media { border-radius: 18px; overflow: hidden; border: 1px solid var(--mg-line); background: var(--mg-surface-2); position: sticky; top: 16px; }
.bzi-photo { display: block; width: 100%; max-height: 560px; object-fit: contain; background: var(--mg-surface-2); }
.bzi-blank { aspect-ratio: 4/3; display: grid; place-items: center; color: var(--mg-faint); }
.bzi-media .bz-item-photo { border-radius: 0; }
.bzi-info { display: flex; flex-direction: column; gap: 14px; min-width: 0; }
.bzi-info h1 { margin: 0; font-size: clamp(26px, 3vw, 36px); line-height: 1.15; letter-spacing: -.6px; font-weight: 800; color: var(--mg-text); }
.bzi-by { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; margin: 0; color: var(--mg-muted); font-size: 14px; }
.bzi-by a { color: var(--mg-text); text-decoration: none; }
.bzi-by a:hover b { color: var(--bz, var(--mg-accent)); }
.bzi-by .bz-verified { color: var(--bz, var(--mg-accent)); display: inline-flex; }
.bzi-price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 10px; padding: 16px 18px; border-radius: 14px; background: var(--mg-surface); border: 1px solid var(--mg-line); }
.bzi-price b { font-size: 30px; font-weight: 800; letter-spacing: -.5px; color: var(--mg-text); }
.bzi-price b.quiet { font-size: 18px; color: var(--mg-muted); }
.bzi-price small { color: var(--mg-muted); font-size: 13px; }
.bzi-price s { color: var(--mg-faint); }
.bzi-price em { font-style: normal; font-size: 12px; font-weight: 800; padding: 3px 9px; border-radius: 999px; background: var(--bz, var(--mg-accent)); color: #fff; }
.bzi-info > .bz-svc-chip { align-self: flex-start; }
.bzi-desc { white-space: pre-line; font-size: 15px; line-height: 1.65; color: var(--mg-text); }
.bzi-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.bzi-facts { display: grid; gap: 8px; margin: 4px 0 0; padding: 14px 16px; border-radius: 14px; border: 1px solid var(--mg-line); }
.bzi-facts div { display: grid; grid-template-columns: 90px 1fr; gap: 8px; font-size: 13.5px; }
.bzi-facts dt { color: var(--mg-faint); font-weight: 600; }
.bzi-facts dd { margin: 0; color: var(--mg-text); }
.bzi-facts a { color: inherit; }
.bzi-others { margin-top: 40px; }
.bzi-others h2 { font-size: 20px; font-weight: 800; letter-spacing: -.3px; margin: 0 0 14px; color: var(--mg-text); }
.bzi-other-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 10px; }
.bzi-other { display: flex; gap: 12px; align-items: center; padding: 10px; border-radius: 14px; border: 1px solid var(--mg-line); background: var(--mg-surface); text-decoration: none; color: inherit; transition: border-color .15s, transform .15s; }
.bzi-other:hover { border-color: var(--bz, var(--mg-accent)); transform: translateY(-1px); }
.bzi-other-media { width: 64px; height: 52px; flex: none; border-radius: 10px; overflow: hidden; background: var(--mg-surface-2); display: grid; place-items: center; color: var(--mg-faint); }
.bzi-other-media img { width: 100%; height: 100%; object-fit: cover; }
.bzi-other-body { display: flex; flex-direction: column; min-width: 0; }
.bzi-other-body b { font-size: 14px; color: var(--mg-text); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.bzi-other-body small { color: var(--mg-muted); font-size: 12.5px; }
.bzi-all { display: inline-flex; align-items: center; gap: 4px; margin-top: 14px; font-weight: 700; font-size: 14px; color: var(--bz, var(--mg-accent)); text-decoration: none; }
@media (max-width: 900px) {
  .bzi-main { grid-template-columns: 1fr; gap: 18px; }
  .bzi-media { position: static; }
  .bzi-actions .bz-button { flex: 1 1 auto; justify-content: center; }
}

/* ---------- İşletmeler: şehre göre bağlantılar ---------- */
.sp-cities { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; margin: 22px 0 8px; padding-top: 16px; border-top: 1px solid var(--mg-line); }
.sp-cities b { font-size: 13px; color: var(--mg-muted); margin-right: 4px; }
.sp-cities a { display: inline-flex; gap: 5px; align-items: baseline; padding: 5px 11px; border-radius: 999px; border: 1px solid var(--mg-line); color: var(--mg-text); font-size: 13px; text-decoration: none; }
.sp-cities a small { color: var(--mg-faint); font-size: 11px; }
.sp-cities a:hover, .sp-cities a.is-active { border-color: var(--mg-accent); color: var(--mg-accent-ink); }
