/* ============================================================
   ipekkirpikci.com — pages.css
   Tüm alt sayfalar için ortak bileşen kütüphanesi.
   style.css'ten SONRA yüklenir (design token'ları oradan gelir).

   İçindekiler
   0.  Genel yardımcılar
   1.  Sayfa başlığı (page-hero) + breadcrumb
   2.  CTA bandı (reusable)
   3.  Filtre paneli + liste araç çubuğu + sayfalama
   4.  Uzman kartı (listeleme)
   5.  Şehir / ilçe büyük grid kartları
   6.  Uzman profili (uzman-detay)
   7.  Fiyat kartları + tablo
   8.  Çok adımlı form (stepper) + form alanları
   9.  Akordeon (SSS)
   10. Blog kartları + makale (article)
   11. Hakkımızda (değer/ekip/timeline/stat band)
   12. İletişim
   13. Yasal metin (legal prose)
   14. Hata sayfası (404) / boş durum
   15. Responsive
============================================================= */

/* ===========================================================
   0. GENEL YARDIMCILAR
=========================================================== */
.bg-soft   { background: linear-gradient(180deg, #fffafb 0%, #fff6f8 100%); }
.bg-pinkly { background: linear-gradient(180deg, #fff6f8 0%, #fff1f4 100%); }
.bg-white  { background: #fff; }

.eyebrow { /* küçük pembe üst etiket (section-label ile aynı dil) */
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-size: 12px;
  font-weight: 600;
  color: var(--pink-strong);
  margin-bottom: 12px;
}

.lead-text { color: var(--muted); font-size: 15.5px; line-height: 1.75; }
/* SEO/prose içi metin bağlantıları görünür olsun (gövde metniyle karışmasın) */
.lead-text a, .ud-note a, figcaption a { color: var(--pink-strong); font-weight: 600; }
.lead-text a:hover, .ud-note a:hover, figcaption a:hover { text-decoration: underline; }

.chip {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 6px 13px; border-radius: 999px;
  background: var(--pink-bg); color: var(--pink-strong);
  font-size: 12.5px; font-weight: 600;
}
.chip--ghost { background: #fff; border: 1px solid var(--border); color: var(--muted); }

.stars { color: #ffb13d; font-size: 14px; letter-spacing: 1px; display: inline-flex; gap: 1px; }
.stars--sm { font-size: 12px; }

.divider-soft { height: 1px; background: var(--border); border: 0; margin: 0; }

/* Reusable card shell */
.surface {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}

/* ===========================================================
   1. PAGE HERO + BREADCRUMB
=========================================================== */
.page-hero {
  position: relative;
  background: linear-gradient(120deg, #fff6f8 0%, #fff1f4 55%, #ffeef2 100%);
  padding: 46px 0 54px;
  overflow: hidden;
}
.page-hero::after { /* yumuşak pembe glow */
  content: "";
  position: absolute; right: -120px; top: -120px;
  width: 360px; height: 360px; border-radius: 50%;
  background: radial-gradient(circle, rgba(246,95,134,.18), transparent 70%);
  z-index: 0;
}
.page-hero .container { position: relative; z-index: 1; }
.page-hero__title {
  font-size: 44px; font-weight: 800; line-height: 1.12; margin: 6px 0 12px;
}
.page-hero__title .pink { color: var(--pink-strong); }
.page-hero__sub { color: #555; font-size: 16px; max-width: 620px; }
.page-hero--center { text-align: center; }
.page-hero--center .page-hero__sub { margin-left: auto; margin-right: auto; }

.breadcrumb-nav { font-size: 13px; margin-bottom: 4px; }
.breadcrumb-nav ol { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.breadcrumb-nav a { color: var(--muted); }
.breadcrumb-nav a:hover { color: var(--pink-strong); }
.breadcrumb-nav li { display: flex; align-items: center; gap: 8px; }
.breadcrumb-nav li::after { content: "\F285"; font-family: "bootstrap-icons"; font-size: 10px; color: #c9bfc3; }
.breadcrumb-nav li:last-child::after { content: none; }
.breadcrumb-nav li[aria-current] { color: var(--pink-strong); font-weight: 600; }

/* page hero quick search inline */
.hero-search-inline {
  margin-top: 26px; display: flex; flex-wrap: wrap; gap: 10px; align-items: stretch;
  background: #fff; border-radius: var(--radius); box-shadow: var(--shadow-md); padding: 10px;
  max-width: 760px;
}
.page-hero--center .hero-search-inline { margin-left: auto; margin-right: auto; }
/* select & input'lar satırı paylaşır, buton sona sabitlenir */
.hero-search-inline .form-control,
.hero-search-inline .form-select {
  flex: 1 1 200px; width: auto; min-width: 0;
  border: none; background: var(--pink-bg-2); border-radius: 12px;
}
.hero-search-inline .btn { flex: 0 0 auto; }
@media (max-width: 575.98px) {
  .hero-search-inline .form-control,
  .hero-search-inline .form-select,
  .hero-search-inline .btn { flex: 1 1 100%; }
}

/* ===========================================================
   2. CTA BAND (reusable, sayfa sonlarında)
=========================================================== */
.cta-band { padding: 26px 0 90px; }
.cta-band__inner {
  position: relative; overflow: hidden;
  background: linear-gradient(135deg, #1c1c1c 0%, #111 100%);
  border-radius: 24px;
  padding: 50px 54px;
  display: flex; align-items: center; justify-content: space-between; gap: 30px;
  box-shadow: 0 30px 70px rgba(15,15,15,.25);
}
.cta-band__inner::before {
  content: ""; position: absolute; left: -80px; bottom: -120px;
  width: 320px; height: 320px; border-radius: 50%;
  background: radial-gradient(circle, rgba(246,95,134,.35), transparent 70%);
}
.cta-band__text { position: relative; z-index: 1; }
.cta-band__title { color: #fff; font-size: 30px; font-weight: 700; margin-bottom: 8px; }
.cta-band__sub { color: #c0c0c0; font-size: 15px; max-width: 480px; }
.cta-band__actions { position: relative; z-index: 1; display: flex; gap: 12px; flex-shrink: 0; flex-wrap: wrap; }

/* pink variant */
.cta-band__inner--pink { background: var(--pink-grad); box-shadow: var(--shadow-pink); }
.cta-band__inner--pink .cta-band__sub { color: rgba(255,255,255,.9); }
.cta-band__inner--pink .btn-pink { background: #fff; color: var(--pink-strong); }
.cta-band__inner--pink .btn-pink:hover { background: #fff; }

/* ===========================================================
   3. FILTRE PANELİ + ARAÇ ÇUBUĞU + SAYFALAMA
=========================================================== */
.listing-layout { display: grid; grid-template-columns: 290px minmax(0, 1fr); gap: 30px; align-items: start; }
.listing-layout > div { min-width: 0; } /* sonuç sütunu içeriğe göre taşmasın */

.filter-card { padding: 22px; position: sticky; top: 96px; width: 100%; }
/* offcanvas-lg aside masaüstünde normal blok olarak akar */
@media (min-width: 992px) {
  .listing-aside, .listing-aside .offcanvas-body { display: block !important; visibility: visible !important; transform: none !important; background: transparent !important; }
  .listing-aside .offcanvas-body { padding: 0 !important; overflow: visible !important; }
}
.filter-card__title { font-family: var(--sans); font-size: 16px; font-weight: 700; margin-bottom: 6px; display: flex; align-items: center; gap: 8px; }
.filter-group { padding: 18px 0; border-bottom: 1px solid var(--border); }
.filter-group:last-child { border-bottom: none; padding-bottom: 0; }
.filter-group__label { font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: .5px; color: #333; margin-bottom: 12px; display: block; }
.filter-check { display: flex; align-items: center; gap: 10px; padding: 7px 0; font-size: 14px; color: #444; cursor: pointer; }
.filter-check input { accent-color: var(--pink-strong); width: 16px; height: 16px; }
.filter-check .count { margin-left: auto; font-size: 12px; color: #aaa; }
.filter-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.filter-chips .chip { cursor: pointer; transition: all .2s ease; }
.filter-chips .chip:hover, .filter-chips .chip.is-active { background: var(--pink-grad); color: #fff; }
.range-row { display: flex; align-items: center; gap: 10px; }
.range-row input { width: 100%; }

.list-toolbar {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  margin-bottom: 22px; flex-wrap: wrap;
}
.list-toolbar__count { font-size: 14px; color: var(--muted); }
.list-toolbar__count strong { color: var(--text); font-weight: 700; }
.list-toolbar__right { display: flex; align-items: center; gap: 10px; }
.sort-select {
  border: 1px solid var(--border); border-radius: 10px; padding: 10px 14px;
  font-family: var(--sans); font-size: 13.5px; color: var(--text); background: #fff; cursor: pointer;
}
.filter-toggle-btn { display: none; } /* mobilde görünür */

.pagination-pink { display: flex; justify-content: center; gap: 8px; margin-top: 44px; flex-wrap: wrap; }
.pagination-pink a, .pagination-pink span {
  min-width: 42px; height: 42px; padding: 0 12px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 12px; border: 1px solid var(--border); background: #fff;
  color: var(--text); font-weight: 600; font-size: 14px; transition: all .2s ease;
}
.pagination-pink a:hover { border-color: var(--pink); color: var(--pink-strong); }
.pagination-pink .is-active { background: var(--pink-grad); color: #fff; border-color: transparent; box-shadow: var(--shadow-pink); }
.pagination-pink .is-disabled { opacity: .45; pointer-events: none; }

/* ===========================================================
   4. UZMAN KARTI (listeleme)
=========================================================== */
/* Kompakt, oranlı uzman kartı — uzmanlar / il-detay / hizmetler ortak kullanır */
.expert-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(265px, 1fr)); gap: 20px; align-items: start; }

.expert-card {
  position: relative; display: flex; flex-direction: column; overflow: hidden;
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow-sm);
  transition: transform .25s ease, box-shadow .25s ease;
}
.expert-card:hover, .expert-card:focus-within { transform: translateY(-4px); box-shadow: var(--shadow-md); }

/* Kapak */
.expert-card__media { position: relative; display: block; aspect-ratio: 16/10; background: var(--img) center/cover no-repeat, var(--pink-bg); }
.expert-card__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(20,8,12,.16), transparent 46%); pointer-events: none; }

/* Rozetler tek bir esnek şeritte dizilir — üst üste binmez (multi-badge fix). */
.expert-card__badges { position: absolute; top: 11px; left: 11px; right: 48px; z-index: 2; display: flex; flex-wrap: wrap; gap: 6px; }
.expert-card__badge { display: inline-flex; align-items: center; gap: 5px; background: rgba(255,255,255,.94); backdrop-filter: blur(4px); color: var(--pink-strong); font-size: 11px; font-weight: 600; padding: 5px 11px; border-radius: 999px; box-shadow: var(--shadow-sm); white-space: nowrap; }
.expert-card__badge i { font-size: 12px; }
.expert-card__badge--verified { color: #2f8fe6; }
.expert-card__badge--popular  { color: var(--pink-strong); }
.expert-card__badge--new      { color: #1a9d5f; }
.expert-card__badge--featured { background: var(--gold-grad); color: #4a3608; }

/* Sponsorlu — sessiz, nötr (asla güven rozetiyle karışmaz) */
.expert-card__sponsor { display: inline-flex; align-items: center; background: rgba(20,8,12,.5); color: #fff; backdrop-filter: blur(4px); font-size: 9.5px; font-weight: 600; letter-spacing: .5px; text-transform: uppercase; padding: 4px 9px; border-radius: 999px; }

.expert-card__fav { position: absolute; top: 10px; right: 10px; z-index: 2; width: 32px; height: 32px; border: none; border-radius: 50%; background: rgba(255,255,255,.93); color: var(--pink-strong); font-size: 14px; display: grid; place-items: center; cursor: pointer; transition: .2s ease; }
.expert-card__fav:hover { background: var(--pink-grad); color: #fff; }

/* Gövde — kompakt, eşit aralıklı */
.expert-card__body { padding: 13px 15px 15px; display: flex; flex-direction: column; gap: 9px; flex: 1; }

/* Üst: küçük satıriçi avatar + isim/rol (taşma/overlap yok) */
.expert-card__head { display: flex; align-items: center; gap: 11px; }
.expert-card__avatar { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; flex: 0 0 auto; border: 2px solid #fff; box-shadow: var(--shadow-sm); background: var(--pink-bg); margin: 0; }
.expert-card__head > div { flex: 1 1 auto; min-width: 0; }
.expert-card__name { font-family: var(--sans); font-size: 15px; font-weight: 700; line-height: 1.25; display: flex; align-items: center; gap: 5px; }
.expert-card__name i { color: #2f8fe6; font-size: 13px; flex: 0 0 auto; }
.expert-card__role { font-size: 12px; color: var(--muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-top: 1px; }

/* Puan */
.expert-card__rating { display: flex; align-items: center; gap: 5px; font-size: 12.5px; }
.expert-card__rating .stars { color: #f5b301; font-size: 12px; letter-spacing: .5px; display: inline-flex; }
.expert-card__rating b { color: var(--text); font-weight: 700; }
.expert-card__rating span { color: var(--muted); }

/* Müsaitlik + konum — tek kompakt satır */
.expert-card__meta { display: flex; flex-wrap: wrap; align-items: center; gap: 3px 14px; }
.expert-card__avail { display: inline-flex; align-items: center; gap: 6px; font-size: 12.5px; font-weight: 600; }
.expert-card__avail::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: #2bb673; display: inline-block; flex: 0 0 auto; }
.expert-card__avail--today { color: #178a52; }
.expert-card__avail--soon { color: #b07d18; }
.expert-card__avail--soon::before { background: #e0a020; }
.expert-card__loc { font-size: 12.5px; color: var(--muted); display: inline-flex; align-items: center; gap: 6px; margin: 0; min-width: 0; }
.expert-card__loc i { color: var(--pink); font-size: 13px; flex: 0 0 auto; }

/* Etiketler */
.expert-card__tags { display: flex; flex-wrap: wrap; gap: 6px; }
.expert-card__tags .chip { font-size: 11px; padding: 3px 9px; }

/* Alt: fiyat + tek aksiyon */
.expert-card__foot { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: auto; padding-top: 12px; border-top: 1px solid var(--border); }
.expert-card__price { line-height: 1.05; }
.expert-card__price small { display: block; font-size: 10.5px; color: var(--muted); margin-bottom: 3px; }
.expert-card__price b { font-family: var(--serif); font-size: 16px; color: var(--text); }
.expert-card__price b span { font-size: 11.5px; color: var(--muted); font-family: var(--sans); }
.expert-card__foot .btn { flex: 0 0 auto; padding: 9px 16px; font-size: 13px; white-space: nowrap; }

/* Ücretli kademe vurgusu — zarif altın çerçeve (hafif) */
.expert-card--featured { border: 1.5px solid var(--gold-line); box-shadow: 0 10px 26px rgba(199,154,59,.15); }
.expert-card--featured:hover { box-shadow: 0 16px 36px rgba(199,154,59,.24); }

/* Tıklanabilir kart — isim/görsel/kart gövdesi uzman detayına gider.
   İsimdeki bağlantının ::after katmanı tüm kartı kaplar (stretched-link);
   favori (z:3) ve alt CTA butonu (z:2) ayrı tıklama hedefi olarak üstte kalır. */
.expert-card__link { color: inherit; text-decoration: none; }
.expert-card__link::after { content: ""; position: absolute; inset: 0; z-index: 1; border-radius: var(--radius); }
.expert-card__link:focus-visible::after { box-shadow: 0 0 0 3px rgba(240,68,118,.4); }
.expert-card:hover .expert-card__name,
.expert-card__link:focus-visible { color: var(--pink-strong); }
.expert-card__media { cursor: pointer; }
.expert-card__fav { z-index: 3; }
.expert-card__foot .btn { position: relative; z-index: 2; }

/* ===========================================================
   LİSTELEME GELİR KATMANI — hızlı filtreler / öne çıkan band / upsell
   (Paket merdiveni: Ücretsiz → Profesyonel → Öne Çıkan → Vitrin Pro)
=========================================================== */
.quick-filters { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 22px; }
.quick-filters .chip { cursor: pointer; transition: all .2s ease; }
.quick-filters .chip:hover, .quick-filters .chip.is-active { background: var(--pink-grad); color: #fff; border-color: transparent; }

.featured-band { margin: 2px 0 30px; }
.featured-band__head { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 16px; }
.featured-band__title { font-family: var(--serif); font-size: 22px; font-weight: 700; display: flex; align-items: center; gap: 9px; }
.featured-band__title i { color: var(--gold); }
.featured-band__note { font-size: 13.5px; font-weight: 600; color: var(--pink-strong); display: inline-flex; align-items: center; gap: 6px; white-space: nowrap; }
.featured-band__note i { transition: transform .2s ease; }
.featured-band__note:hover i { transform: translateX(3px); }
/* Tam genişlik vitrin: auto-fit grid — geniş ekranda 3, daralınca 2/1; asla ezilmez/taşmaz */
.featured-band__rail { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; align-items: start; }

/* Salon upsell — sessiz davet (tüm satırı kaplar) */
.expert-card--upsell { grid-column: 1 / -1; flex-direction: row; align-items: center; gap: 18px; padding: 20px 24px; border: 1.5px dashed var(--pink); background: var(--pink-bg-2); box-shadow: none; }
.expert-card--upsell:hover { transform: none; box-shadow: none; }
.upsell__icon { width: 50px; height: 50px; border-radius: 14px; background: var(--pink-grad); color: #fff; display: grid; place-items: center; font-size: 22px; flex: 0 0 auto; box-shadow: var(--shadow-pink); }
.upsell__text { flex: 1; min-width: 0; }
.upsell__text b { font-family: var(--sans); font-size: 15.5px; font-weight: 700; display: block; }
.upsell__text p { font-size: 12.5px; color: var(--muted); margin-top: 2px; }
.upsell__actions { display: flex; gap: 10px; flex: 0 0 auto; flex-wrap: wrap; align-items: center; }

@media (max-width: 767.98px) {
  .featured-band__title { font-size: 19px; }
  .featured-band__head { gap: 10px; }
  .expert-card--upsell { flex-direction: column; align-items: flex-start; text-align: left; }
  .expert-card--upsell .upsell__actions { width: 100%; }
  .expert-card--upsell .upsell__actions .btn { flex: 1; justify-content: center; }
}

/* ===========================================================
   5. ŞEHİR / İLÇE BÜYÜK GRID
=========================================================== */
.place-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.place-grid--3 { grid-template-columns: repeat(3, 1fr); }
.place-card {
  position: relative; display: block; height: 220px; border-radius: var(--radius-sm); overflow: hidden;
  background: var(--img) center/cover no-repeat, var(--pink-bg); box-shadow: var(--shadow-sm);
  transition: transform .3s ease, box-shadow .3s ease;
}
.place-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.place-card__overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.05) 35%, rgba(0,0,0,.8) 100%); }
.place-card__badge { position: absolute; top: 12px; left: 12px; z-index: 2; background: var(--pink-grad); color: #fff; font-size: 11px; font-weight: 600; padding: 5px 12px; border-radius: 999px; box-shadow: var(--shadow-pink); }
.place-card__body { position: absolute; left: 0; right: 0; bottom: 0; padding: 16px; text-align: center; color: #fff; }
.place-card__name { display: block; font-size: 19px; font-weight: 700; color: #fff; }
.place-card__count { display: block; font-size: 12.5px; color: rgba(255,255,255,.85); margin: 2px 0 12px; }
.place-card__btn { display: inline-flex; align-items: center; gap: 6px; background: #fff; color: var(--text); font-size: 12.5px; font-weight: 600; padding: 7px 18px; border-radius: 999px; transition: all .25s ease; }
.place-card__btn i { color: var(--pink-strong); transition: transform .25s ease; }
.place-card:hover .place-card__btn { background: var(--pink-grad); color: #fff; }
.place-card:hover .place-card__btn i { color: #fff; transform: translateX(3px); }

/* A-Z il index (iller sayfası) */
.az-bar { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 30px; }
.az-bar a { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 10px; background: #fff; border: 1px solid var(--border); font-weight: 600; font-size: 13px; color: var(--text); transition: all .2s ease; }
.az-bar a:hover { background: var(--pink-grad); color: #fff; border-color: transparent; }
.il-list { columns: 4; column-gap: 24px; }
.il-list a { display: flex; align-items: center; justify-content: space-between; padding: 11px 0; border-bottom: 1px solid var(--border); break-inside: avoid; font-size: 14.5px; color: var(--text); }
.il-list a:hover { color: var(--pink-strong); }
.il-list a span { color: var(--muted); font-size: 12.5px; }

/* ===========================================================
   6. UZMAN PROFİLİ (uzman-detay)
=========================================================== */
.profile-cover { position: relative; height: 260px; border-radius: var(--radius-lg); overflow: hidden; background: var(--img) center/cover no-repeat, var(--pink-bg); }
.profile-cover::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.05), rgba(0,0,0,.45)); }
.profile-head { display: flex; align-items: flex-start; gap: 22px; margin-top: 18px; position: relative; z-index: 2; padding: 0 8px; }
.profile-avatar { width: 132px; height: 132px; border-radius: 28px; object-fit: cover; border: 5px solid #fff; box-shadow: var(--shadow-md); background: #fff; flex: 0 0 auto; margin-top: -84px; }
.profile-id { flex: 1; }
.profile-id__name { font-size: 28px; font-weight: 800; display: flex; align-items: center; gap: 10px; }
.profile-id__name i { color: #4aa3ff; font-size: 20px; }
.profile-id__meta { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 8px; color: var(--muted); font-size: 14px; }
.profile-id__meta span { display: inline-flex; align-items: center; gap: 6px; }
.profile-id__meta i { color: var(--pink); }
.profile-actions { display: flex; gap: 10px; padding-bottom: 10px; }

.profile-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin: 26px 0; }
.profile-stat { text-align: center; padding: 18px 12px; }
.profile-stat b { display: block; font-family: var(--serif); font-size: 24px; color: var(--text); }
.profile-stat span { font-size: 12.5px; color: var(--muted); }

.profile-tabs { display: flex; gap: 4px; border-bottom: 1px solid var(--border); margin-bottom: 26px; overflow-x: auto; }
.profile-tabs .nav-link { border: none; border-radius: 0; padding: 14px 18px; font-weight: 600; font-size: 14.5px; color: var(--muted); white-space: nowrap; background: none; }
.profile-tabs .nav-link.active { color: var(--pink-strong); box-shadow: inset 0 -3px 0 var(--pink-strong); }

.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.gallery-grid a { border-radius: var(--radius-sm); overflow: hidden; aspect-ratio: 1; background: var(--img) center/cover no-repeat, var(--pink-bg); }
.gallery-grid a:hover { opacity: .92; }

.service-row { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 16px 0; border-bottom: 1px solid var(--border); }
.service-row__info h4, .service-row__info h3 { font-family: var(--sans); font-size: 15.5px; font-weight: 600; margin-bottom: 3px; }
.service-row__info p { font-size: 13px; color: var(--muted); }
.service-row__price { text-align: right; flex: 0 0 auto; }
.service-row__price b { font-family: var(--serif); font-size: 19px; color: var(--pink-strong); }
.service-row__price small { display: block; font-size: 11px; color: var(--muted); }

.hours-list li { display: flex; justify-content: space-between; padding: 11px 0; border-bottom: 1px solid var(--border); font-size: 14px; }
.hours-list li.is-today { color: var(--pink-strong); font-weight: 600; }
.hours-list li .closed { color: #c44; }

/* yorumlar */
.rating-summary { display: flex; gap: 30px; align-items: center; flex-wrap: wrap; padding: 22px; }
.rating-score { text-align: center; }
.rating-score b { font-family: var(--serif); font-size: 48px; line-height: 1; color: var(--text); }
.rating-bars { flex: 1; min-width: 240px; }
.rating-bar { display: flex; align-items: center; gap: 10px; font-size: 13px; margin: 5px 0; }
.rating-bar__track { flex: 1; height: 8px; border-radius: 999px; background: var(--pink-bg); overflow: hidden; }
.rating-bar__fill { height: 100%; background: var(--pink-grad); border-radius: 999px; }
.review-item { display: flex; gap: 14px; padding: 20px 0; border-bottom: 1px solid var(--border); }
.review-item__avatar { width: 46px; height: 46px; border-radius: 50%; object-fit: cover; flex: 0 0 auto; background: var(--pink-bg); }
.review-item__name { font-weight: 600; font-size: 14.5px; }
.review-item__date { font-size: 12px; color: var(--muted); }
.review-item__text { font-size: 14px; color: #444; margin-top: 8px; line-height: 1.7; }

/* sticky randevu kartı */
.booking-card { position: sticky; top: 96px; padding: 24px; }
.booking-card__price { display: flex; align-items: baseline; gap: 8px; margin-bottom: 4px; }
.booking-card__price b { font-family: var(--serif); font-size: 30px; color: var(--text); }
.booking-card__price small { color: var(--muted); font-size: 13px; }
.booking-card__row { display: flex; align-items: center; gap: 10px; padding: 12px 0; border-bottom: 1px solid var(--border); font-size: 14px; }
.booking-card__row i { color: var(--pink-strong); width: 18px; }
.mini-map { height: 220px; border-radius: var(--radius-sm); overflow: hidden; background: linear-gradient(135deg,#ffe7ee,#fff1f4); position: relative; }
.mini-map iframe { display: block; width: 100%; height: 100%; border: 0; }

/* ===========================================================
   7. FİYAT KARTLARI + TABLO
=========================================================== */
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: stretch; }
.price-card { padding: 32px 28px; display: flex; flex-direction: column; position: relative; transition: transform .3s ease, box-shadow .3s ease; }
.price-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.price-card--featured { border: 2px solid var(--pink); box-shadow: var(--shadow-pink); }
.price-card__tag { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--pink-grad); color: #fff; font-size: 11px; font-weight: 600; padding: 5px 16px; border-radius: 999px; box-shadow: var(--shadow-pink); }
.price-card__name { font-family: var(--sans); font-size: 17px; font-weight: 700; margin-bottom: 6px; }
.price-card__desc { font-size: 13px; color: var(--muted); min-height: 38px; }
.price-card__amount { margin: 16px 0; }
.price-card__amount b { font-family: var(--serif); font-size: 40px; color: var(--text); }
.price-card__amount span { color: var(--muted); font-size: 14px; }
.price-card__list { margin: 14px 0 22px; flex: 1; }
.price-card__list li { display: flex; align-items: center; gap: 10px; padding: 8px 0; font-size: 14px; color: #444; }
.price-card__list i { color: #2bb673; }
.price-card__list .no i { color: #ccc; }
.price-card__list .no { color: #b9b9b9; }

.price-table { width: 100%; border-collapse: collapse; min-width: 560px; }
.price-table th, .price-table td { padding: 16px 18px; text-align: left; border-bottom: 1px solid var(--border); font-size: 14px; }
.price-table thead th { background: var(--pink-bg-2); font-weight: 700; color: var(--text); }
.price-table tbody tr:hover { background: #fff8fa; }
.price-table td b { color: var(--pink-strong); font-family: var(--serif); font-size: 16px; }
.table-scroll { overflow-x: auto; border-radius: var(--radius); border: 1px solid var(--border); }

/* ===========================================================
   8. ÇOK ADIMLI FORM (stepper) + FORM ALANLARI
=========================================================== */
.stepper { display: flex; align-items: center; justify-content: center; gap: 0; margin: 0 auto 38px; max-width: 760px; }
.stepper__item { display: flex; align-items: center; flex: 1; }
.stepper__item:last-child { flex: 0 0 auto; }
.stepper__dot { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; font-weight: 700; background: #fff; border: 2px solid var(--border); color: var(--muted); flex: 0 0 auto; transition: all .3s ease; }
.stepper__label { font-size: 12.5px; color: var(--muted); margin-left: 10px; white-space: nowrap; }
.stepper__line { flex: 1; height: 2px; background: var(--border); margin: 0 12px; }
.stepper__item.is-active .stepper__dot { background: var(--pink-grad); border-color: transparent; color: #fff; box-shadow: var(--shadow-pink); }
.stepper__item.is-active .stepper__label { color: var(--pink-strong); font-weight: 600; }
.stepper__item.is-done .stepper__dot { background: #2bb673; border-color: transparent; color: #fff; }

.step-pane { display: none; }
.step-pane.is-active { display: block; animation: fadeUp .4s ease; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }

.form-card { padding: 32px; }
.form-field { margin-bottom: 18px; }
.form-field label { display: block; font-size: 13.5px; font-weight: 600; margin-bottom: 7px; color: #333; }
.form-field .req { color: var(--pink-strong); }
.form-control, .form-select, textarea.form-control {
  width: 100%; padding: 13px 16px; border: 1.5px solid var(--border); border-radius: 12px;
  font-family: var(--sans); font-size: 14.5px; color: var(--text); background: #fff; transition: border-color .2s ease, box-shadow .2s ease;
}
.form-control:focus, .form-select:focus, textarea.form-control:focus {
  outline: none; border-color: var(--pink); box-shadow: 0 0 0 4px rgba(246,95,134,.12);
}
.form-control::placeholder { color: #aaa; }
.input-icon { position: relative; }
.input-icon i { position: absolute; left: 15px; top: 50%; transform: translateY(-50%); color: var(--pink); font-size: 16px; }
.input-icon .form-control { padding-left: 44px; }

/* seçilebilir kartlar (radio kart) */
.choice-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.choice { position: relative; cursor: pointer; }
.choice input { position: absolute; opacity: 0; }
.choice__box { display: flex; align-items: center; gap: 14px; padding: 18px; border: 1.5px solid var(--border); border-radius: 14px; transition: all .2s ease; height: 100%; }
.choice__box i { font-size: 24px; color: var(--pink-strong); }
.choice__box h4 { font-family: var(--sans); font-size: 15px; font-weight: 600; margin-bottom: 2px; }
.choice__box p { font-size: 12.5px; color: var(--muted); }
.choice input:checked + .choice__box { border-color: var(--pink); background: var(--pink-bg-2); box-shadow: 0 0 0 3px rgba(246,95,134,.1); }

/* tarih/saat seçim ızgarası */
.slot-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(92px, 1fr)); gap: 10px; }
.slot { text-align: center; padding: 11px 6px; border: 1.5px solid var(--border); border-radius: 12px; font-size: 13.5px; font-weight: 600; cursor: pointer; transition: all .2s ease; background: #fff; }
.slot:hover { border-color: var(--pink); color: var(--pink-strong); }
.slot.is-active { background: var(--pink-grad); color: #fff; border-color: transparent; }
.slot.is-disabled { opacity: .4; pointer-events: none; text-decoration: line-through; }

.form-nav { display: flex; justify-content: space-between; gap: 12px; margin-top: 26px; }

.summary-box { padding: 22px; }
.summary-box__row { display: flex; justify-content: space-between; gap: 12px; padding: 11px 0; border-bottom: 1px dashed var(--border); font-size: 14px; }
.summary-box__row span { color: var(--muted); }
.summary-box__row b { color: var(--text); }
.summary-box__total { display: flex; justify-content: space-between; padding-top: 14px; font-size: 17px; }
.summary-box__total b { color: var(--pink-strong); font-family: var(--serif); font-size: 22px; }

/* ===========================================================
   9. AKORDEON (SSS)
=========================================================== */
.faq-accordion .accordion-item { border: 1px solid var(--border); border-radius: 14px !important; margin-bottom: 12px; overflow: hidden; background: #fff; }
.faq-accordion .accordion-button { font-family: var(--sans); font-weight: 600; font-size: 15.5px; color: var(--text); padding: 20px 22px; background: #fff; box-shadow: none; }
.faq-accordion .accordion-button:not(.collapsed) { color: var(--pink-strong); background: var(--pink-bg-2); }
.faq-accordion .accordion-button:focus { box-shadow: none; border: none; }
.faq-accordion .accordion-button::after {
  background-image: none; content: "\F64D"; font-family: "bootstrap-icons";
  width: auto; height: auto; font-size: 16px; color: var(--pink-strong); transition: transform .2s ease;
}
.faq-accordion .accordion-body { padding: 4px 22px 22px; font-size: 14.5px; color: #555; line-height: 1.75; }
.faq-cats { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 36px; }

/* ===========================================================
   10. BLOG + MAKALE
=========================================================== */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.blog-card { display: flex; flex-direction: column; overflow: hidden; height: 100%; background: #fff; border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow-sm); transition: transform .3s ease, box-shadow .3s ease; }
.blog-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.blog-card__media { aspect-ratio: 16/10; background: var(--img) center/cover no-repeat, var(--pink-bg); position: relative; }
.blog-card__cat { position: absolute; top: 12px; left: 12px; background: rgba(255,255,255,.92); color: var(--pink-strong); font-size: 11.5px; font-weight: 600; padding: 5px 12px; border-radius: 999px; }
.blog-card__body { padding: 20px; display: flex; flex-direction: column; flex: 1; }
.blog-card__meta { display: flex; gap: 14px; font-size: 12px; color: var(--muted); margin-bottom: 10px; }
.blog-card__meta span { display: inline-flex; align-items: center; gap: 5px; }
.blog-card__title { font-size: 18px; font-weight: 700; line-height: 1.3; margin-bottom: 10px; }
.blog-card__title a:hover { color: var(--pink-strong); }
.blog-card__excerpt { font-size: 13.5px; color: var(--muted); margin-bottom: 16px; flex: 1; }
.blog-card__link { color: var(--pink-strong); font-weight: 600; font-size: 13.5px; display: inline-flex; align-items: center; gap: 6px; }
.blog-card__link i { transition: transform .2s ease; }
.blog-card__link:hover i { transform: translateX(4px); }

.blog-featured { display: grid; grid-template-columns: 1.15fr 1fr; gap: 0; overflow: hidden; }
.blog-featured__media { min-height: 340px; background: var(--img) center/cover no-repeat, var(--pink-bg); }
.blog-featured__body { padding: 40px; display: flex; flex-direction: column; justify-content: center; }
.blog-featured__title { font-size: 30px; font-weight: 800; line-height: 1.2; margin: 12px 0 14px; }

/* makale (blog-detay) */
.article { max-width: 760px; margin: 0 auto; }
.article__cover { border-radius: var(--radius-lg); overflow: hidden; margin-bottom: 30px; max-height: 420px; }
.article__cover img { width: 100%; height: 100%; object-fit: cover; }
.article__body { font-size: 16.5px; line-height: 1.85; color: #333; }
.article__body h2 { font-size: 26px; margin: 36px 0 14px; }
.article__body h3 { font-size: 20px; font-family: var(--sans); font-weight: 700; margin: 28px 0 12px; }
.article__body p { margin-bottom: 18px; }
.article__body ul, .article__body ol { margin: 0 0 18px 22px; }
.article__body li { margin-bottom: 8px; }
.article__body blockquote { border-left: 4px solid var(--pink); background: var(--pink-bg-2); padding: 18px 22px; border-radius: 0 12px 12px 0; margin: 24px 0; font-style: italic; color: #444; }
.article__body img { border-radius: var(--radius-sm); margin: 24px 0; }
.author-box { display: flex; gap: 16px; align-items: center; padding: 22px; margin: 36px 0; }
.author-box img { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; }
.share-row { display: flex; gap: 10px; align-items: center; }
.share-row a { width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center; background: var(--pink-bg); color: var(--pink-strong); transition: all .2s ease; }
.share-row a:hover { background: var(--pink-grad); color: #fff; transform: translateY(-2px); }

/* --- blog-detay profesyonel zenginleştirmeler --- */
.article__back { display: inline-flex; align-items: center; gap: 7px; font-size: 13.5px; font-weight: 600; color: var(--pink-strong); margin-bottom: 18px; }
.article__back i { transition: transform .2s ease; }
.article__back:hover i { transform: translateX(-3px); }
.article__cover figcaption, .article-figcap { font-size: 12.5px; color: var(--muted); text-align: center; margin-top: 10px; font-style: italic; }
.article__lead { font-size: 18.5px; line-height: 1.72; color: #2b2b2b; }
.article__body > p:first-of-type::first-letter { float: left; font-family: var(--serif); font-weight: 800; font-size: 54px; line-height: .8; padding: 6px 12px 0 0; color: var(--pink-strong); }
.article__body h2 { padding-top: 6px; }
.article__body blockquote { position: relative; border-left: 4px solid var(--pink); background: var(--pink-bg-2); padding: 22px 26px; border-radius: 0 14px 14px 0; margin: 28px 0; font-style: italic; font-size: 17.5px; line-height: 1.7; color: #3a3a3a; }
.article__body blockquote::before { content: "\201C"; font-family: var(--serif); position: absolute; top: 2px; right: 20px; font-size: 60px; line-height: 1; color: var(--pink); opacity: .22; }
.article-fig { margin: 28px 0; }
.article-fig img { margin: 0; width: 100%; }

.takeaways { background: linear-gradient(160deg, var(--pink-bg-2), #fff); border: 1px solid var(--border); border-radius: var(--radius); padding: 24px 26px; margin: 30px 0 34px; box-shadow: var(--shadow-sm); }
.takeaways__title { font-family: var(--sans); font-size: 15px; font-weight: 700; display: flex; align-items: center; gap: 9px; margin-bottom: 15px; }
.takeaways__title i { color: var(--pink-strong); font-size: 19px; }
.takeaways ul { display: grid; gap: 11px; margin: 0; padding: 0; list-style: none; }
.takeaways li { display: flex; gap: 11px; align-items: flex-start; font-size: 14.5px; line-height: 1.6; color: #444; margin: 0; }
.takeaways li i { color: #1a9d5f; font-size: 17px; margin-top: 1px; flex: 0 0 auto; }

.read-progress { position: fixed; top: 0; left: 0; height: 3px; width: 0; background: var(--pink-grad); z-index: 3000; transition: width .08s linear; }

/* --- blog-detay: editöryel 2 kolon + yapışkan kenar --- */
.article-layout { display: grid; grid-template-columns: minmax(0,1fr) 320px; gap: 56px; align-items: start; }
.article-layout .article { max-width: none; margin: 0; }

.article-rail { position: sticky; top: 96px; display: grid; gap: 18px; }
.rail-card { background:#fff; border:1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow-sm); padding: 20px; }
.rail-card__label { display:flex; align-items:center; gap:7px; font-size:11.5px; font-weight:700; letter-spacing:.6px; text-transform:uppercase; color:var(--muted); margin-bottom:12px; }
.rail-card__label i { color: var(--pink-strong); }

/* İçindekiler (scroll-spy) */
.toc ol { list-style:none; margin:0; padding:0; display:grid; gap:1px; }
.toc a { display:block; font-size:13.5px; color:var(--muted); padding:7px 0 7px 14px; border-left:2px solid var(--border); line-height:1.4; transition: color .18s ease, border-color .18s ease; }
.toc a:hover { color:var(--pink-strong); border-left-color:var(--pink); }
.toc a.is-active { color:var(--pink-strong); border-left-color:var(--pink); font-weight:600; }

/* Mini yazar */
.author-mini { display:flex; gap:13px; align-items:center; }
.author-mini img { width:48px; height:48px; border-radius:50%; object-fit:cover; flex:0 0 auto; }
.author-mini b { font-size:14.5px; display:block; }
.author-mini span { font-size:12px; color:var(--muted); display:block; margin:1px 0 4px; }
.author-mini a { font-size:12.5px; font-weight:600; color:var(--pink-strong); display:inline-flex; align-items:center; gap:5px; }

/* Rail CTA (gelir bağı) */
.rail-cta { background: var(--pink-grad); color:#fff; border:none; box-shadow: var(--shadow-pink); }
.rail-cta b { font-family:var(--sans); font-size:17px; font-weight:700; display:block; }
.rail-cta p { font-size:13px; color:rgba(255,255,255,.92); margin:6px 0 14px; line-height:1.55; }
.rail-cta .btn { background:#fff; color:var(--pink-strong); width:100%; justify-content:center; font-weight:600; }
.rail-cta .btn:hover { background:#fff; transform: translateY(-2px); box-shadow: var(--shadow-md); }

/* Numaralı adım kartları (10 altın kural) */
.step-card { display:flex; gap:18px; align-items:flex-start; background:var(--pink-bg); border:1px solid #ffd9e2; border-radius:var(--radius); padding:22px 24px; margin:16px 0; scroll-margin-top:90px; transition: transform .2s ease, box-shadow .2s ease; }
.step-card:hover { transform: translateY(-2px); box-shadow: var(--shadow-pink); }
.step-card__num { font-family:var(--serif); font-weight:800; font-size:30px; line-height:1; color:var(--pink-strong); min-width:46px; }
.step-card__body h3 { font-family:var(--sans); font-size:17px; font-weight:700; margin:4px 0 8px; }
.step-card__body p { margin:0; font-size:15px; line-height:1.75; color:#444; }

/* Özet kutusu */
.article-summary { background:var(--pink-bg); border-left:4px solid var(--pink-strong); border-radius:0 14px 14px 0; padding:22px 26px; margin:32px 0 6px; }
.article-summary__head { font-family:var(--sans); font-size:16px; font-weight:700; display:flex; align-items:center; gap:9px; margin-bottom:10px; }
.article-summary__head i { color:var(--pink-strong); }
.article-summary p { font-size:15px; line-height:1.75; color:#3a3a3a; margin-bottom:12px; }
.summary-list { list-style:none; margin:0; padding:0; display:grid; gap:8px; }
.summary-list li { display:flex; gap:10px; align-items:flex-start; font-size:14.5px; color:#444; margin:0; }
.summary-list li i { color:var(--pink-strong); font-size:16px; margin-top:2px; }

/* Etiketler */
.tag-row { display:flex; flex-wrap:wrap; align-items:center; gap:8px; margin:32px 0 0; }
.tag-row .rail-card__label { margin:0 4px 0 0; }
.tag-row .chip { font-size:12.5px; }
.tag-row .chip:hover { background: var(--pink-grad); color:#fff; border-color:transparent; }

/* Önceki / sonraki yazı */
.post-nav { display:grid; grid-template-columns:1fr 1fr; gap:16px; margin:28px 0 0; }
.post-nav a { display:block; padding:18px 20px; border:1px solid var(--border); border-radius:var(--radius); background:#fff; transition: border-color .2s ease, box-shadow .2s ease; }
.post-nav a:hover { border-color:var(--pink); box-shadow:var(--shadow-sm); }
.post-nav span { font-size:11px; font-weight:700; letter-spacing:.5px; color:var(--muted); display:inline-flex; align-items:center; gap:6px; }
.post-nav b { display:block; font-size:14.5px; font-weight:600; margin-top:6px; line-height:1.35; color:var(--text); }
.post-nav__next { text-align:right; }
.post-nav__next span { justify-content:flex-end; }

@media (max-width: 991.98px){
  .article-layout { grid-template-columns:1fr; gap:0; }
  .article-rail { position:static; margin-top:8px; }
  .toc-card, .author-mini { display:none; } /* TOC + mini yazar mobilde gizli (tam yazar kutusu makalede mevcut) */
}
@media (max-width: 575.98px){
  .post-nav { grid-template-columns:1fr; }
  .post-nav__next { text-align:left; }
  .post-nav__next span { justify-content:flex-start; }
  .step-card { padding:18px; gap:14px; }
  .step-card__num { font-size:26px; min-width:38px; }
}

/* ===========================================================
   11. HAKKIMIZDA
=========================================================== */
.value-card { padding: 30px 26px; height: 100%; text-align: center; transition: transform .3s ease, box-shadow .3s ease; }
.value-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.value-card__icon { width: 64px; height: 64px; border-radius: 18px; margin: 0 auto 18px; display: grid; place-items: center; background: var(--pink-bg); color: var(--pink-strong); font-size: 28px; }
.value-card h3 { font-size: 18px; margin-bottom: 8px; }
.value-card p { font-size: 13.5px; color: var(--muted); }

.team-card { text-align: center; }
.team-card__photo { aspect-ratio: 1; border-radius: var(--radius); overflow: hidden; background: var(--img) center/cover no-repeat, var(--pink-bg); margin-bottom: 14px; }
.team-card h3 { font-size: 17px; }
.team-card span { font-size: 13px; color: var(--pink-strong); }

.stat-band { background: linear-gradient(135deg, #1c1c1c, #111); border-radius: 24px; padding: 44px; display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; }
.stat-band__item { text-align: center; color: #fff; }
.stat-band__item b { font-family: var(--serif); font-size: 38px; display: block; }
.stat-band__item span { color: #b6b6b6; font-size: 13.5px; }

.timeline { position: relative; padding-left: 30px; }
.timeline::before { content: ""; position: absolute; left: 7px; top: 6px; bottom: 6px; width: 2px; background: var(--border); }
.timeline__item { position: relative; padding-bottom: 28px; }
.timeline__item::before { content: ""; position: absolute; left: -30px; top: 4px; width: 16px; height: 16px; border-radius: 50%; background: var(--pink-grad); box-shadow: 0 0 0 4px var(--pink-bg); }
.timeline__year { font-family: var(--serif); font-size: 18px; color: var(--pink-strong); font-weight: 700; }
.timeline__item h4 { font-family: var(--sans); font-size: 15.5px; margin: 4px 0 6px; }
.timeline__item p { font-size: 13.5px; color: var(--muted); }

/* ===========================================================
   12. İLETİŞİM
=========================================================== */
.contact-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 30px; align-items: start; }
.contact-info-item { display: flex; gap: 16px; align-items: flex-start; padding: 18px 0; border-bottom: 1px solid var(--border); }
.contact-info-item__icon { width: 52px; height: 52px; border-radius: 14px; background: var(--pink-bg); color: var(--pink-strong); display: grid; place-items: center; font-size: 22px; flex: 0 0 auto; }
.contact-info-item h4 { font-family: var(--sans); font-size: 15px; margin-bottom: 3px; }
.contact-info-item p, .contact-info-item a { font-size: 14px; color: var(--muted); }
.contact-info-item a:hover { color: var(--pink-strong); }
.map-embed { width: 100%; height: 100%; min-height: 320px; border: 0; border-radius: var(--radius); }

/* ===========================================================
   13. YASAL METİN
=========================================================== */
/* ---------- Yasal sayfalar: kullanım şartları / KVKK / gizlilik ----------
   Açık grid yerleşimi (kaynak sırasından bağımsız): TOC sol sütun + yapışkan,
   güncelleme rozeti ve metin gövdesi sağ sütunda. */
.legal { display: grid; grid-template-columns: 270px 1fr; gap: 50px; align-items: start; max-width: 1080px; margin: 0 auto; }
.legal__toc { grid-area: 1 / 1 / 3 / 2; align-self: start; position: sticky; top: 92px; padding: 22px 20px; }
.legal__toc h4 { font-family: var(--sans); font-size: 12.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .6px; color: var(--text); margin-bottom: 12px; display: flex; align-items: center; gap: 8px; }
.legal__toc ul { display: grid; gap: 1px; }
.legal__toc li { padding: 0; }
.legal__toc a { display: block; font-size: 13.5px; color: var(--muted); padding: 8px 12px; border-radius: 10px; line-height: 1.45; border-left: 2px solid transparent; transition: color .18s ease, background .18s ease, border-color .18s ease; }
.legal__toc a:hover { color: var(--pink-strong); background: var(--pink-bg-2); border-left-color: var(--pink); }

.legal__updated { grid-column: 2; grid-row: 1; display: inline-flex; align-items: center; gap: 8px; width: max-content; font-size: 13px; font-weight: 600; color: var(--pink-strong); background: var(--pink-bg); border: 1px solid var(--border); padding: 8px 16px; border-radius: 999px; margin-bottom: 24px; }
.legal__updated i { color: var(--pink-strong); }

.legal__body { grid-column: 2; grid-row: 2; }
.legal__body h2 { font-size: 22px; margin: 38px 0 14px; padding-bottom: 12px; border-bottom: 1px solid var(--border); scroll-margin-top: 96px; }
.legal__body h2:first-child { margin-top: 0; }
.legal__body p, .legal__body li { font-size: 15px; line-height: 1.85; color: #444; margin-bottom: 14px; }
.legal__body ul, .legal__body ol { margin: 0 0 16px; padding-left: 22px; }
.legal__body li { margin-bottom: 9px; }
.legal__body li::marker { color: var(--pink-strong); }
.legal__body a { color: var(--pink-strong); font-weight: 600; }
.legal__body strong { color: var(--text); font-weight: 600; }
@media (max-width: 991.98px) {
  .legal { grid-template-columns: 1fr; gap: 0; max-width: 760px; }
  .legal__toc { grid-area: auto; position: static; margin-bottom: 26px; }
  .legal__updated, .legal__body { grid-column: 1; grid-row: auto; }
}

/* ===========================================================
   14. HATA SAYFASI / BOŞ DURUM
=========================================================== */
.error-page { text-align: center; padding: 90px 0; }
.error-page__code { font-family: var(--serif); font-size: 130px; font-weight: 900; line-height: 1; background: var(--pink-grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.error-page__title { font-size: 30px; margin: 10px 0 12px; }
.error-page__text { color: var(--muted); max-width: 460px; margin: 0 auto 26px; }
.empty-state { text-align: center; padding: 60px 20px; color: var(--muted); }
.empty-state i { font-size: 48px; color: var(--pink); opacity: .5; margin-bottom: 14px; display: block; }

/* ===========================================================
   15. RESPONSIVE
=========================================================== */
@media (max-width: 1199.98px) {
  .page-hero__title { font-size: 38px; }
  .listing-layout { grid-template-columns: 260px minmax(0, 1fr); gap: 22px; }
  .il-list { columns: 3; }
}

@media (max-width: 991.98px) {
  .listing-layout { grid-template-columns: 1fr; }
  .filter-card { position: static; } /* offcanvas-lg içinde inline kalır */
  .filter-toggle-btn { display: inline-flex; }
  .listing-aside.offcanvas-lg { --bs-offcanvas-width: min(86vw, 340px); }
  .listing-aside .offcanvas-header { border-bottom: 1px solid var(--border); }
  .place-grid { grid-template-columns: repeat(3, 1fr); }
  .blog-grid { grid-template-columns: repeat(2, 1fr); }
  .price-grid { grid-template-columns: 1fr; max-width: 460px; margin: 0 auto; }
  .profile-stats { grid-template-columns: repeat(2,1fr); }
  /* Profil basligi tablette de istiflenir (isim kapak gorseliyle cakismasin) */
  .profile-head { flex-direction: column; align-items: flex-start; gap: 16px; margin-top: 14px; }
  .profile-avatar { width: 116px; height: 116px; margin-top: -74px; }
  .profile-id { padding-bottom: 0; }
  .profile-actions { width: 100%; padding-bottom: 0; }
  .profile-actions .btn { flex: 1; justify-content: center; }
  .stat-band { grid-template-columns: repeat(2,1fr); }
  .contact-grid { grid-template-columns: 1fr; }
  .blog-featured { grid-template-columns: 1fr; }
  .blog-featured__media { min-height: 240px; }
  .il-list { columns: 2; }
  .cta-band__inner { flex-direction: column; align-items: flex-start; text-align: left; padding: 36px; }
}

@media (max-width: 767.98px) {
  .page-hero { padding: 30px 0 36px; }
  .page-hero__title { font-size: 30px; }
  .page-hero__sub { font-size: 14.5px; }
  .breadcrumb-nav { font-size: 12px; }

  .expert-grid { gap: 16px; } /* sütun sayısı auto-fit ile yönetilir */
  .expert-card--row { flex-direction: column; }
  .expert-card--row .expert-card__media { width: 100%; flex: none; aspect-ratio: 16/10; }

  .place-grid, .place-grid--3 { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .place-card { height: 175px; }
  .place-card__name { font-size: 16px; }

  .blog-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }

  .profile-head { flex-direction: column; align-items: flex-start; gap: 14px; margin-top: 12px; }
  .profile-avatar { width: 104px; height: 104px; border-radius: 22px; margin-top: -64px; }
  .profile-id__name { font-size: 23px; }
  .profile-actions { width: 100%; }
  .profile-actions .btn { flex: 1; justify-content: center; }
  .profile-stats { gap: 10px; }
  .profile-stat b { font-size: 20px; }

  .stepper { gap: 0; margin-bottom: 28px; }
  .stepper__label { display: none; }
  .stepper__line { margin: 0 6px; }
  .choice-grid { grid-template-columns: 1fr; }
  .form-card { padding: 22px 18px; }

  .stat-band { padding: 30px 22px; gap: 18px; }
  .stat-band__item b { font-size: 30px; }

  .article__body { font-size: 15.5px; }
  .article__body h2 { font-size: 22px; }

  .il-list { columns: 1; }
  .az-bar a { width: 32px; height: 32px; font-size: 12px; }

  .cta-band { padding: 16px 0 64px; }
  .cta-band__inner { padding: 28px 22px; border-radius: 20px; }
  .cta-band__title { font-size: 23px; }
  .cta-band__actions { width: 100%; }
  .cta-band__actions .btn { flex: 1; justify-content: center; }

  .rating-summary { gap: 18px; padding: 18px; }
  .rating-score b { font-size: 38px; }
  .profile-tabs .nav-link { padding: 12px 14px; font-size: 13.5px; }
}

@media (max-width: 575.98px) {
  .page-hero__title { font-size: 26px; }
  .profile-stats { grid-template-columns: repeat(2,1fr); }
}

/* ===========================================================
   16. SALON-EKLE LANDING (uzman/salon kazanım sayfası)
=========================================================== */

/* 16.1 Split hero */
.lp-hero { position: relative; overflow: hidden; padding: 56px 0 72px;
  background: linear-gradient(120deg, #fff6f8 0%, #fff1f4 52%, #ffe9ef 100%); }
.lp-hero::after { content: ""; position: absolute; right: -150px; top: -130px; width: 440px; height: 440px;
  border-radius: 50%; background: radial-gradient(circle, rgba(246,95,134,.18), transparent 70%); z-index: 0; }
.lp-hero .container { position: relative; z-index: 1; }
.lp-hero__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 50px; align-items: center; }
.lp-hero__title { font-size: 50px; font-weight: 800; line-height: 1.08; margin: 14px 0 16px; }
.lp-hero__title .pink { color: var(--pink-strong); }
.lp-hero__sub { font-size: 17px; color: #555; max-width: 540px; margin-bottom: 24px; line-height: 1.7; }
.lp-hero__cta { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 12px; }
.lp-hero__cta .btn { padding: 15px 30px; font-size: 15.5px; }
.lp-hero__scarcity { font-size: 13.5px; color: var(--pink-strong); font-weight: 600; display: inline-flex; align-items: center; gap: 7px; margin-bottom: 22px; }
.lp-hero__scarcity i { font-size: 15px; }
.lp-hero__chips { display: flex; flex-wrap: wrap; gap: 10px 20px; margin-bottom: 26px; }
.lp-hero__chips span { display: inline-flex; align-items: center; gap: 7px; font-size: 13.5px; color: #444; font-weight: 500; }
.lp-hero__chips i { color: #2bb673; font-size: 15px; }
.lp-hero__stats { display: flex; gap: 34px; flex-wrap: wrap; padding-top: 22px; border-top: 1px solid var(--border); }
.lp-hero__stat b { display: block; font-family: var(--serif); font-size: 30px; color: var(--text); line-height: 1; }
.lp-hero__stat span { font-size: 12.5px; color: var(--muted); }

.lp-hero__visual { position: relative; }
.lp-hero__img { border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 4 / 4.3;
  background: var(--img) center/cover no-repeat, var(--pink-bg); box-shadow: var(--shadow-lg); }
.lp-float { position: absolute; background: #fff; border-radius: 16px; box-shadow: var(--shadow-md);
  padding: 13px 16px; display: flex; align-items: center; gap: 12px; max-width: 220px; }
.lp-float i { width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center;
  background: var(--pink-bg); color: var(--pink-strong); font-size: 18px; flex: 0 0 auto; }
.lp-float b { display: block; font-size: 15px; font-family: var(--serif); color: var(--text); line-height: 1.1; }
.lp-float span { font-size: 11.5px; color: var(--muted); }
.lp-float--tl { top: 24px; left: -28px; }
.lp-float--br { bottom: 28px; right: -24px; }

/* 16.2 Trust strip (pulled over hero) */
.trust-strip { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); box-shadow: var(--shadow-md);
  padding: 26px 30px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
  margin-top: -46px; position: relative; z-index: 3; }
.trust-strip__item { text-align: center; }
.trust-strip__item b { display: block; font-family: var(--serif); font-size: 30px; color: var(--pink-strong); line-height: 1; }
.trust-strip__item span { font-size: 13px; color: var(--muted); }

/* 16.3 Feature / pain card (left-aligned icon) */
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.feature-card { padding: 26px 24px; height: 100%; transition: transform .3s ease, box-shadow .3s ease; }
.feature-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.feature-card__icon { width: 54px; height: 54px; border-radius: 15px; display: grid; place-items: center;
  font-size: 24px; margin-bottom: 16px; background: var(--pink-bg); color: var(--pink-strong); }
.feature-card--pain .feature-card__icon { background: #fff0f1; color: #e0356a; }
.feature-card h3 { font-size: 16.5px; margin-bottom: 8px; font-family: var(--sans); font-weight: 700; }
.feature-card p { font-size: 13.5px; color: var(--muted); line-height: 1.65; }

/* 16.4 Numbered step */
.lp-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.lp-steps--4 { grid-template-columns: repeat(4, 1fr); }
.lp-step { padding: 28px 24px; height: 100%; }
.lp-step__n { width: 46px; height: 46px; border-radius: 14px; background: var(--pink-grad); color: #fff;
  font-family: var(--serif); font-weight: 700; font-size: 20px; display: grid; place-items: center;
  box-shadow: var(--shadow-pink); margin-bottom: 16px; }
.lp-step h3 { font-size: 16.5px; font-family: var(--sans); font-weight: 700; margin-bottom: 8px; }
.lp-step p { font-size: 13.5px; color: var(--muted); line-height: 1.65; }

/* 16.5 Ranking demo (search-result boost visual) */
.rank-mock { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); box-shadow: var(--shadow-md); padding: 18px; }
.rank-mock__bar { display: flex; align-items: center; gap: 10px; background: var(--pink-bg-2); border-radius: 12px;
  padding: 12px 14px; font-size: 13.5px; color: var(--muted); margin-bottom: 14px; }
.rank-mock__bar i { color: var(--pink-strong); }
.rank-row { display: flex; align-items: center; gap: 12px; padding: 12px; border: 1px solid var(--border); border-radius: 14px; margin-bottom: 10px; }
.rank-row:last-child { margin-bottom: 0; }
.rank-row__ph { width: 46px; height: 46px; border-radius: 12px; background: var(--pink-bg); flex: 0 0 auto; }
.rank-row__t b { font-size: 14px; }
.rank-row__t span { font-size: 12px; color: var(--muted); display: block; }
.rank-row--boost { border: 2px solid var(--pink); background: var(--pink-bg-2); box-shadow: var(--shadow-sm); }
.rank-badge { margin-left: auto; background: var(--pink-grad); color: #fff; font-size: 10.5px; font-weight: 600; padding: 4px 10px; border-radius: 999px; flex: 0 0 auto; }
.rank-row--dim { opacity: .55; }

/* free vs paid columns */
.fvp-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.fvp { padding: 24px; border-radius: var(--radius); border: 1px solid var(--border); background: #fff; }
.fvp--paid { border: 2px solid var(--pink); background: linear-gradient(180deg, #fff, #fff6f8); }
.fvp h4 { font-family: var(--sans); font-size: 15px; font-weight: 700; margin-bottom: 12px; display: flex; align-items: center; gap: 8px; }
.fvp h4 i { color: var(--pink-strong); }
.fvp ul { list-style: none; margin: 0; padding: 0; }
.fvp li { display: flex; gap: 9px; align-items: flex-start; font-size: 13.5px; color: #444; padding: 6px 0; }
.fvp li i { margin-top: 3px; flex: 0 0 auto; color: #2bb673; }
.fvp--free li i { color: var(--muted); }

/* 16.6 Packages */
.billing-toggle { display: inline-flex; background: #fff; border: 1px solid var(--border); border-radius: 999px; padding: 5px; gap: 4px; }
.billing-toggle span { padding: 8px 22px; border-radius: 999px; font-size: 13.5px; font-weight: 600; color: var(--muted); }
.billing-toggle span.is-active { background: var(--pink-grad); color: #fff; box-shadow: var(--shadow-pink); }
.billing-note { font-size: 13px; color: var(--pink-strong); font-weight: 600; margin-top: 12px; }

.pkg-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; align-items: stretch; }
.pkg-card { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--border); border-radius: var(--radius);
  box-shadow: var(--shadow-sm); padding: 28px 24px; position: relative; transition: transform .3s ease, box-shadow .3s ease; }
.pkg-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.pkg-card--featured { border: 2px solid var(--pink); box-shadow: var(--shadow-pink); }
.pkg-card__badge { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--pink-grad); color: #fff;
  font-size: 11px; font-weight: 600; padding: 5px 16px; border-radius: 999px; box-shadow: var(--shadow-pink); white-space: nowrap; }
.pkg-card__name { font-family: var(--sans); font-size: 17px; font-weight: 700; }
.pkg-card__tag { font-size: 12.5px; color: var(--muted); min-height: 36px; margin: 5px 0 0; line-height: 1.5; }
.pkg-card__price { margin: 16px 0 2px; display: flex; align-items: baseline; gap: 4px; }
.pkg-card__price b { font-family: var(--serif); font-size: 38px; color: var(--text); line-height: 1; }
.pkg-card__price span { font-size: 13.5px; color: var(--muted); }
.pkg-card__pnote { font-size: 12px; color: var(--pink-strong); font-weight: 600; min-height: 18px; margin-bottom: 16px; }
.pkg-card__list { list-style: none; margin: 6px 0 22px; padding: 0; flex: 1; }
.pkg-card__list li { display: flex; gap: 9px; align-items: flex-start; font-size: 13.5px; color: #444; padding: 7px 0; }
.pkg-card__list li i { margin-top: 2px; flex: 0 0 auto; }
.pkg-card__list .on i { color: #2bb673; }
.pkg-card__list .off { color: #b9b9b9; }
.pkg-card__list .off i { color: #ddd; }
.pkg-card .btn { width: 100%; justify-content: center; }

/* 16.7 Comparison table cells */
.cmp-yes { color: #2bb673; font-size: 17px; }
.cmp-no { color: #d7c9ce; font-size: 15px; }
.price-table td.cmp, .price-table th.cmp { text-align: center; }
.price-table thead th.cmp--hot { color: var(--pink-strong); }
.price-table .feat-name { font-weight: 600; color: var(--text); }

/* 16.8 ROI */
.roi-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; align-items: center; }
.roi-calc { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); box-shadow: var(--shadow-md); padding: 28px; }
.roi-calc__row { display: flex; justify-content: space-between; gap: 12px; padding: 13px 0; border-bottom: 1px dashed var(--border); font-size: 14.5px; color: #333; }
.roi-calc__row span { color: var(--muted); }
.roi-calc__result { display: flex; justify-content: space-between; align-items: center; margin-top: 16px; padding: 18px 20px; border-radius: 14px; background: var(--pink-bg-2); }
.roi-calc__result span { font-size: 14px; color: var(--text); font-weight: 600; }
.roi-calc__result b { font-family: var(--serif); font-size: 30px; color: var(--pink-strong); }
.roi-disclaimer { font-size: 11.5px; color: var(--muted); margin-top: 12px; }
.roi-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 26px; }

/* 16.9 Testimonial quote cards */
.quote-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.quote-card { padding: 28px 26px; height: 100%; display: flex; flex-direction: column; }
.quote-card__stars { color: #ffb13d; font-size: 14px; margin-bottom: 12px; letter-spacing: 1px; }
.quote-card__text { font-size: 14.5px; color: #333; line-height: 1.7; flex: 1; }
.quote-card__metric { display: inline-flex; align-items: center; gap: 7px; align-self: flex-start; margin: 16px 0;
  background: var(--pink-bg); color: var(--pink-strong); font-weight: 600; font-size: 12.5px; padding: 6px 13px; border-radius: 999px; }
.quote-card__author { display: flex; align-items: center; gap: 12px; padding-top: 16px; border-top: 1px solid var(--border); }
.quote-card__avatar { width: 46px; height: 46px; border-radius: 50%; background: var(--pink-grad); color: #fff;
  display: grid; place-items: center; font-family: var(--serif); font-weight: 700; font-size: 18px; flex: 0 0 auto; }
.quote-card__author b { font-size: 14.5px; }
.quote-card__author span { font-size: 12.5px; color: var(--muted); display: block; }

/* 16.10 VS table */
.vs-table { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); }
.vs-row { display: grid; grid-template-columns: 1.4fr 1fr 1fr; align-items: center; }
.vs-row + .vs-row { border-top: 1px solid var(--border); }
.vs-row > div { padding: 16px 20px; font-size: 14px; }
.vs-row__point { color: var(--text); font-weight: 600; }
.vs-row__us { background: var(--pink-bg-2); color: #1a7f4b; font-weight: 600; display: flex; align-items: center; gap: 8px; }
.vs-row__us i { color: #2bb673; flex: 0 0 auto; }
.vs-row__other { color: var(--muted); display: flex; align-items: center; gap: 8px; }
.vs-row__other i { color: #d97a93; flex: 0 0 auto; }
.vs-head .vs-row__point { font-family: var(--sans); font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: .5px; }
.vs-head .vs-row__us { color: var(--pink-strong); background: var(--pink-bg); font-family: var(--sans); font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: .5px; }
.vs-head .vs-row__other { font-family: var(--sans); font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: .5px; }

/* 16.11 Final CTA */
.lp-final { position: relative; overflow: hidden; background: var(--pink-grad); border-radius: 24px; padding: 54px; text-align: center; box-shadow: var(--shadow-pink); }
.lp-final::before { content: ""; position: absolute; right: -90px; top: -90px; width: 320px; height: 320px; border-radius: 50%; background: rgba(255,255,255,.12); }
.lp-final::after { content: ""; position: absolute; left: -90px; bottom: -120px; width: 320px; height: 320px; border-radius: 50%; background: rgba(0,0,0,.06); }
.lp-final > * { position: relative; z-index: 1; }
.lp-final__title { color: #fff; font-size: 34px; font-weight: 800; margin-bottom: 12px; }
.lp-final__text { color: rgba(255,255,255,.92); font-size: 16px; max-width: 560px; margin: 0 auto 26px; }
.lp-final__form { display: flex; flex-wrap: wrap; gap: 10px; max-width: 680px; margin: 0 auto 16px; background: #fff; border-radius: 18px; padding: 10px; }
.lp-final__form .form-control { flex: 1 1 150px; border: none; background: var(--pink-bg-2); border-radius: 12px; min-width: 0; }
.lp-final__form .btn { flex: 0 0 auto; }
.lp-final__scarcity { color: #fff; font-size: 13.5px; font-weight: 600; display: inline-flex; align-items: center; gap: 7px; }
.lp-final__alt { margin-top: 18px; }
.lp-final__alt a { color: #fff; text-decoration: underline; font-size: 14px; font-weight: 600; }

.lp-anchor { scroll-margin-top: 100px; }

/* 16.12 Landing responsive */
@media (max-width: 1199.98px) {
  .lp-hero__title { font-size: 42px; }
  .pkg-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 991.98px) {
  .lp-hero__grid { grid-template-columns: 1fr; gap: 36px; }
  .lp-hero__visual { max-width: 480px; margin: 0 auto; width: 100%; }
  .roi-grid { grid-template-columns: 1fr; }
  .lp-steps, .lp-steps--4 { grid-template-columns: repeat(2, 1fr); }
  .quote-grid { grid-template-columns: 1fr; max-width: 540px; margin: 0 auto; }
  .trust-strip { grid-template-columns: repeat(2, 1fr); gap: 26px; }
}
@media (max-width: 767.98px) {
  .lp-hero { padding: 32px 0 46px; }
  .lp-hero__title { font-size: 31px; }
  .lp-hero__sub { font-size: 15px; }
  .lp-hero__cta { width: 100%; }
  .lp-hero__cta .btn { flex: 1; justify-content: center; }
  .lp-hero__stats { gap: 22px; }
  .lp-hero__stat b { font-size: 25px; }
  .lp-float { display: none; }
  .feature-grid { grid-template-columns: 1fr; }
  .pkg-grid { grid-template-columns: 1fr; max-width: 420px; margin: 0 auto; }
  .lp-steps, .lp-steps--4 { grid-template-columns: 1fr; }
  .fvp-grid { grid-template-columns: 1fr; }
  .roi-stats { grid-template-columns: 1fr; }
  .trust-strip { grid-template-columns: repeat(2, 1fr); margin-top: -28px; padding: 22px 18px; }
  .trust-strip__item b { font-size: 25px; }
  .vs-row > div { padding: 13px 12px; font-size: 12.5px; }
  .lp-final { padding: 36px 22px; }
  .lp-final__title { font-size: 25px; }
  .lp-final__text { font-size: 14.5px; }
  .lp-final__form { flex-direction: column; }
  .lp-final__form .btn { width: 100%; justify-content: center; }
}

/* ===========================================================
   UZMAN DETAY (profil) — CTA odaklı, kullanıcı & salon odaklı
=========================================================== */
/* Premium şerit (ALTIN = ücretli / Öne Çıkan kademe) */
.ud-ribbon { position: absolute; z-index: 3; top: 16px; left: 16px; display: inline-flex; align-items: center; gap: 7px; background: var(--gold-grad); color: #4a3608; font-weight: 700; font-size: 12.5px; padding: 7px 14px; border-radius: 999px; box-shadow: 0 6px 18px rgba(199,154,59,.35); }
.ud-ribbon i { font-size: 13px; }

/* Kapak üzeri aksiyonlar (favori / paylaş) */
.ud-cover-actions { position: absolute; z-index: 3; top: 16px; right: 16px; display: flex; gap: 8px; }
.ud-iconbtn { width: 42px; height: 42px; border-radius: 50%; border: none; background: rgba(255,255,255,.92); color: var(--pink-strong); display: grid; place-items: center; font-size: 16px; cursor: pointer; box-shadow: var(--shadow-sm); transition: .2s ease; }
.ud-iconbtn:hover { background: #fff; transform: translateY(-2px); }
.ud-iconbtn.is-active { background: var(--pink-grad); color: #fff; }

/* Profil kimliği — rol/salon + puan bağlantısı */
.profile-id__role { font-size: 15px; color: var(--muted); margin-top: 5px; font-weight: 500; }
.profile-id__role b { color: var(--text); font-weight: 600; }
.profile-id__rating { display: inline-flex; align-items: center; gap: 6px; color: var(--text); font-weight: 500; }
.profile-id__rating i { color: var(--pink-strong); }
.profile-id__rating:hover { color: var(--pink-strong); }

/* Uyumlu rozet/etiket satırı */
.ud-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.ud-badge { display: inline-flex; align-items: center; gap: 6px; font-size: 12.5px; font-weight: 600; padding: 6px 12px; border-radius: 999px; background: var(--pink-bg); color: var(--pink-strong); }
.ud-badge--gold { background: var(--gold-bg); color: #9a7720; }
.ud-badge--green { background: #e9f7ef; color: #178a52; }

/* Bölüm kartı */
.ud-block { padding: 26px 28px; margin-bottom: 22px; }
.ud-block:last-child { margin-bottom: 0; }
.ud-block__title { font-family: var(--serif); font-size: 21px; font-weight: 700; margin: 0 0 14px; display: flex; align-items: center; gap: 11px; scroll-margin-top: 96px; }
.ud-block__title i { color: var(--pink-strong); font-size: 20px; flex: 0 0 auto; }
.ud-block__sub { color: var(--muted); font-size: 14px; margin: -6px 0 18px; }
.ud-subtitle { font-family: var(--sans); font-size: 17px; font-weight: 700; margin: 26px 0 14px; }
.ud-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }

/* "Neden ..." özellik kartları */
.ud-feature { display: flex; gap: 13px; padding: 16px; border: 1px solid var(--border); border-radius: var(--radius-sm); background: var(--pink-bg-2); height: 100%; }
.ud-feature > i { font-size: 21px; color: var(--pink-strong); flex: 0 0 auto; line-height: 1.2; }
.ud-feature h4 { font-family: var(--sans); font-size: 14.5px; font-weight: 700; margin: 0 0 4px; }
.ud-feature p { font-size: 13px; color: var(--muted); margin: 0; line-height: 1.55; }

/* Bilgi notu */
.ud-note { display: flex; gap: 12px; align-items: flex-start; margin-top: 22px; padding: 16px 18px; border-radius: var(--radius-sm); background: var(--pink-bg); }
.ud-note i { font-size: 20px; color: var(--pink-strong); flex: 0 0 auto; }
.ud-note p { margin: 0; font-size: 13.5px; color: #6a5b60; line-height: 1.6; }

/* Hizmet satırı aksiyon grubu */
.service-row__act { display: flex; align-items: center; gap: 16px; flex: 0 0 auto; }
.service-row:last-of-type { border-bottom: none; }

/* Konum + saatler */
.ud-locgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: start; }
.ud-address { display: flex; align-items: flex-start; gap: 8px; font-size: 13.5px; color: #555; margin: 14px 0; line-height: 1.5; }
.ud-address i { color: var(--pink-strong); margin-top: 2px; }

/* Yorum geliştirmeleri */
.rating-score__count { font-size: 12.5px; color: var(--muted); margin-top: 6px; }
.ud-reviews { margin-top: 6px; }
.review-item:first-child { padding-top: 6px; }
.review-item__head { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.review-item__tag { font-size: 11px; font-weight: 600; color: var(--pink-strong); background: var(--pink-bg); padding: 2px 9px; border-radius: 999px; }
.ud-reviews__foot { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }

/* Güven rozetleri */
.ud-trust { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.ud-trust__item { text-align: center; padding: 20px 12px; border: 1px solid var(--border); border-radius: var(--radius-sm); background: var(--pink-bg-2); }
.ud-trust__item i { font-size: 27px; color: var(--pink-strong); }
.ud-trust__item b { display: block; font-size: 13.5px; margin-top: 9px; font-family: var(--sans); }
.ud-trust__item span { font-size: 11.5px; color: var(--muted); }

/* SSS — JS'siz <details> */
.ud-faq details { border: 1px solid var(--border); border-radius: var(--radius-sm); padding: 0 18px; margin-bottom: 10px; background: #fff; transition: border-color .2s ease; }
.ud-faq details:last-child { margin-bottom: 0; }
.ud-faq details[open] { border-color: var(--pink); }
.ud-faq summary { list-style: none; cursor: pointer; padding: 15px 0; font-weight: 600; font-size: 14.5px; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.ud-faq summary::-webkit-details-marker { display: none; }
.ud-faq summary::after { content: "\F64D"; font-family: "bootstrap-icons"; color: var(--pink-strong); transition: transform .25s ease; font-size: 14px; flex: 0 0 auto; }
.ud-faq details[open] summary::after { transform: rotate(180deg); }
.ud-faq p { font-size: 13.5px; color: var(--muted); line-height: 1.7; padding: 0 0 16px; margin: 0; }

/* Randevu kartı geliştirmeleri */
.booking-card__ribbon { display: inline-flex; align-items: center; gap: 7px; background: var(--gold-grad); color: #4a3608; font-weight: 700; font-size: 12px; padding: 6px 13px; border-radius: 999px; margin-bottom: 14px; }
.ud-availpill { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; color: #178a52; margin: 2px 0 6px; }
.ud-availpill::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: #2bb673; box-shadow: 0 0 0 4px rgba(43,182,115,.18); flex: 0 0 auto; }
.booking-card__label { font-size: 12.5px; font-weight: 600; color: var(--text); margin: 18px 0 9px; }
.ud-datechips { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.ud-datechip { text-align: center; padding: 9px 4px; border: 1.5px solid var(--border); border-radius: 12px; cursor: pointer; background: #fff; transition: .2s ease; }
.ud-datechip b { display: block; font-size: 15px; font-weight: 700; line-height: 1.1; }
.ud-datechip span { font-size: 10px; color: var(--muted); text-transform: uppercase; letter-spacing: .4px; }
.ud-datechip:hover { border-color: var(--pink); }
.ud-datechip.is-active { background: var(--pink-grad); border-color: transparent; color: #fff; }
.ud-datechip.is-active span { color: rgba(255,255,255,.85); }
.booking-card__go { margin-top: 18px; font-size: 15.5px; padding: 13px; }
.booking-card__split { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 9px; }
.booking-card__split .btn { justify-content: center; padding: 10px; font-size: 13.5px; }
.booking-card__trust { list-style: none; margin: 16px 0 0; padding: 15px 0 0; border-top: 1px solid var(--border); display: grid; gap: 9px; }
.booking-card__trust li { display: flex; align-items: center; gap: 9px; font-size: 12.5px; color: var(--muted); }
.booking-card__trust i { color: #178a52; font-size: 14px; flex: 0 0 auto; }

/* WhatsApp butonu */
.btn-wa { background: #25d366; color: #fff; border: none; }
.btn-wa:hover { background: #1eb858; color: #fff; }

/* ---- Uzman detay responsive ---- */
@media (max-width: 991.98px) {
  .booking-card { position: static; top: auto; margin-top: 4px; }
  .ud-block { padding: 22px 20px; }
  /* CTA odaklı: yığıldığında randevu kartı içeriğin hemen üstüne (hero altına) gelir */
  .ud-row > .col-lg-4 { order: -1; margin-bottom: 8px; }
}
@media (max-width: 575.98px) {
  .ud-locgrid { grid-template-columns: 1fr; gap: 18px; }
  .ud-trust { grid-template-columns: repeat(2, 1fr); }
  .ud-block { padding: 20px 16px; }
  .ud-block__title { font-size: 19px; }
  .service-row { flex-direction: column; align-items: flex-start; gap: 12px; }
  .service-row__act { width: 100%; justify-content: space-between; }
  .ud-reviews__foot .btn { flex: 1; justify-content: center; }
}

/* Initials avatar (deterministic color) — replaces repetitive stock photos */
.avatar-ini { display: inline-flex !important; align-items: center; justify-content: center; color: #fff; font-family: var(--sans); font-weight: 700; text-transform: uppercase; letter-spacing: .3px; overflow: hidden; }
.review-item__avatar.avatar-ini { font-size: 15px; }
.expert-card__avatar.avatar-ini { font-size: 14px; }
.profile-avatar.avatar-ini { font-size: 40px; }

/* Long name/address must never break the layout */
.expert-card__name { overflow-wrap: anywhere; }
.expert-card__name a { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.profile-id__name { overflow-wrap: anywhere; }
.ud-address { overflow-wrap: anywhere; word-break: break-word; }

/* Gallery lightbox */
.gallery-item { cursor: zoom-in; }
.lightbox { position: fixed; inset: 0; z-index: 3000; background: rgba(15,6,10,.86); display: flex; align-items: center; justify-content: center; padding: 24px; }
.lightbox[hidden] { display: none; }
.lightbox__img { max-width: 92vw; max-height: 88vh; border-radius: 12px; box-shadow: 0 20px 60px rgba(0,0,0,.5); }
.lightbox__close { position: absolute; top: 18px; right: 24px; width: 44px; height: 44px; border: none; border-radius: 50%; background: rgba(255,255,255,.16); color: #fff; font-size: 26px; line-height: 1; cursor: pointer; }
.lightbox__close:hover { background: rgba(255,255,255,.28); }
