/* ==========================================================================
   BAU Ağız ve Diş Sağlığı Hastanesi
   dentaplan.ru düzeni birebir referans alınarak — NT Somic + mavi palet
   ========================================================================== */

@font-face {
  font-family: "NT Somic";
  src: url("../fonts/NTSomic-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NT Somic";
  src: url("../fonts/NTSomic-Medium.woff2") format("woff2");
  font-weight: 500 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --blue:       #4eace9;   /* açık mavi — ana vurgu (dentaplan sarısının karşılığı) */
  --blue-deep:  #255aa5;   /* koyu mavi — bantlar / hover */
  --blue-dark:  #0f2a4d;   /* hero / koyu zemin */
  --ink:        #34353c;   /* koyu metin (yumuşak) */
  --muted:      #6c7488;
  --line:       #e6e8ee;
  --card:       #eef0f3;
  --bg:         #f4f5f7;
  --white:      #fff;

  --radius:     24px;
  --radius-sm:  16px;
  --pill:       999px;

  --shadow:     0 18px 50px rgba(15, 42, 77, .12);
  --shadow-sm:  0 6px 22px rgba(15, 42, 77, .07);

  --ff: "NT Somic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  --wrap: 1320px;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0; font-family: var(--ff); color: var(--ink); background: var(--white);
  font-size: 17px; line-height: 1.5; font-weight: 400;
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: 0; background: none; color: inherit; }
h1, h2, h3, h4 { margin: 0; font-weight: 500; line-height: 1.02; letter-spacing: -.02em; }
ul { margin: 0; padding: 0; list-style: none; }

.wrap { max-width: var(--wrap); margin-inline: auto; padding-inline: 40px; }
.section { padding: 110px 0; }
.eyebrow { color: var(--blue-deep); font-weight: 500; font-size: 15px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 12px;
  padding: 20px 30px; border-radius: 5px;
  font-weight: 500; font-size: 17px; transition: background .2s, color .2s, transform .12s;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn .plus { font-size: 22px; line-height: 0; }
.btn-blue { background: linear-gradient(115deg, #0a4f9e 0%, #1596d6 55%, #5cc7ec 100%); color: #fff; }
.btn-blue:hover { filter: brightness(1.06); }
.btn-dark { background: rgba(255,255,255,.12); color: #fff; border: 1px solid rgba(255,255,255,.28); }
.btn-dark:hover { background: rgba(255,255,255,.2); }
.btn-solid-dark { background: var(--blue-dark); color: #fff; }
.btn-solid-dark:hover { background: #17376a; }
.btn-light { background: #fff; color: var(--ink); }
.btn-light:hover { background: #eef1f5; }
.btn-outline { background: transparent; color: var(--ink); border: 1px solid #d6dae2; }
.btn-outline:hover { border-color: var(--ink); }

/* ==========================================================================
   Header  (beyaz, sabit)
   ========================================================================== */
.site-header {
  position: sticky; top: 0; z-index: 60; background: #fff;
  border-bottom: 1px solid var(--line);
  transition: background .3s ease, border-color .3s ease;
}
.site-header .wrap { display: flex; align-items: center; gap: 14px; height: 84px; }
.brand { display: inline-flex; align-items: center; }
.brand img { height: 42px; width: auto; }
.brand .logo-white { display: none; }
/* Ana menü */
.nav { display: flex; align-items: stretch; align-self: stretch; gap: 2px; margin-left: 18px; }
.nav-item { position: static; display: block; }
.nav-item > a {
  display: flex; align-items: center; gap: 6px; height: 100%;
  padding: 0 15px; border-radius: 5px;
  font-weight: 500; font-size: 15px; color: var(--ink); transition: background .18s, color .3s;
}
.nav-item > a:hover { background: var(--card); }
.nav-caret { transition: transform .25s ease; opacity: .7; }
.nav-item:hover .nav-caret { transform: rotate(180deg); }

.header-right { margin-left: auto; display: flex; align-items: center; gap: 16px; }
.header-right .phone { display: inline-flex; align-items: flex-start; gap: 4px; transition: color .3s; }
.header-right .phone .phone__ic { flex: none; width: 37px; height: 38px; }
.header-right .phone .phone__txt { display: flex; flex-direction: column; line-height: 1.05; }
.header-right .phone .phone__txt small { font-size: 12px; font-weight: 500; color: var(--muted); }
.header-right .phone .phone__txt b { font-weight: 500; font-size: 18px; letter-spacing: .01em; }
body.hero-page .site-header .phone .phone__txt small { color: rgba(255,255,255,.7); }
body.hero-page .site-header.solid .phone .phone__txt small,
body.hero-page .site-header:has(.has-mega:hover) .phone .phone__txt small { color: var(--muted); }
.icon-btn {
  width: 46px; height: 46px; border-radius: 50%; border: 1px solid var(--line);
  display: grid; place-items: center; color: var(--ink); transition: background .18s, border-color .18s, color .3s;
}
.icon-btn:hover { background: var(--card); border-color: var(--card); }
/* arama ikonu: bordersız */
.icon-btn.plain,
body.hero-page .site-header .icon-btn.plain,
body.hero-page .site-header.solid .icon-btn.plain { border-color: transparent; }
.header-cta { padding: 5px 15px; min-height: auto; font-size: 15px; gap: 8px; }
.header-cta .plus { font-size: 18px; }
.header-burger { display: none; }

/* --- Megamenü --- */
.mega {
  position: absolute; left: 0; right: 0; top: 100%;
  background: #fff; border-top: 1px solid var(--line);
  border-radius: 0 0 22px 22px; box-shadow: 0 30px 60px rgba(15,42,77,.14);
  opacity: 0; visibility: hidden; transform: translateY(10px);
  transition: opacity .22s ease, transform .22s ease, visibility .22s;
  z-index: 55;
}
.nav-item:hover > .mega, .nav-item:focus-within > .mega { opacity: 1; visibility: visible; transform: none; }
/* nav item ile panel arasındaki boşluğu kapatan görünmez hover köprüsü */
.mega::before { content: ""; position: absolute; left: 0; right: 0; top: -26px; height: 26px; }
/* mega içindeki .wrap, header'ın flex .wrap kuralını devralmasın */
.site-header .mega .wrap { display: block; height: auto; align-items: normal; padding-inline: 40px; }
.mega__inner { display: grid; grid-template-columns: 290px 1fr; gap: 54px; padding: 44px 0 50px; }
.mega__intro h3 { font-size: 32px; color: var(--ink); font-weight: 500; letter-spacing: -.02em; }
.mega__intro p { color: var(--muted); font-size: 16px; margin: 16px 0 26px; max-width: 30ch; }
.mega__more { display: inline-flex; align-items: center; gap: 16px; font-weight: 500; color: var(--ink); }
.mega__more .sq {
  width: 54px; height: 54px; border-radius: 8px; display: grid; place-items: center; color: #fff;
  background: linear-gradient(115deg, #0a4f9e 0%, #1596d6 55%, #5cc7ec 100%); transition: filter .18s;
}
.mega__more:hover .sq { filter: brightness(1.08); }
.mega__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.mega-card {
  background: var(--card); border-radius: 12px; padding: 22px 24px;
  display: flex; flex-direction: column; gap: 8px; transition: background .2s, transform .18s;
}
.mega-card:hover { background: #e6eef8; transform: translateY(-2px); }
.mega-card__t { display: flex; align-items: center; gap: 8px; font-weight: 500; font-size: 17px; color: var(--ink); }
.mega-card__t svg { color: var(--blue-deep); flex: none; }
.mega-card__d { color: var(--muted); font-size: 14px; line-height: 1.4; }

/* --- Hero'lu sayfalarda: transparan header, beyaz yazı (dentaplan) --- */
body.hero-page { padding-top: 0; }
body.hero-page .site-header {
  position: fixed; left: 0; right: 0; top: 0;
  background: transparent; border-bottom-color: transparent;
}
body.hero-page .site-header .brand .logo-dark { display: none; }
body.hero-page .site-header .brand .logo-white { display: block; }
body.hero-page .site-header .nav-item > a { color: #fff; }
body.hero-page .site-header .nav-item > a:hover { background: rgba(255,255,255,.16); }
body.hero-page .site-header .header-right .phone { color: #fff; }
body.hero-page .site-header .icon-btn { color: #fff; border-color: rgba(255,255,255,.5); }
body.hero-page .site-header .icon-btn:hover { background: rgba(255,255,255,.14); border-color: rgba(255,255,255,.6); }

/* scroll sonrası (veya megamenü açıkken) katı hale gelir */
body.hero-page .site-header.solid {
  background: #fff; border-bottom-color: var(--line);
}
body.hero-page .site-header.solid .brand .logo-dark { display: block; }
body.hero-page .site-header.solid .brand .logo-white { display: none; }
body.hero-page .site-header.solid .nav-item > a { color: var(--ink); }
body.hero-page .site-header.solid .nav-item > a:hover { background: var(--card); }
body.hero-page .site-header.solid .header-right .phone { color: var(--ink); }
body.hero-page .site-header.solid .icon-btn { color: var(--ink); border-color: var(--line); }
/* megamenü içindeki metin her zaman koyu (beyaz panel) */
.mega h3, .mega p, .mega-card__t, .mega__more { color: var(--ink); }

/* hero'da megamenü açıkken header katı görünür (okunabilirlik) */
body.hero-page .site-header:has(.has-mega:hover) { background: #fff; border-bottom-color: var(--line); }
body.hero-page .site-header:has(.has-mega:hover) .brand .logo-dark { display: block; }
body.hero-page .site-header:has(.has-mega:hover) .brand .logo-white { display: none; }
body.hero-page .site-header:has(.has-mega:hover) .nav-item > a { color: var(--ink); }
body.hero-page .site-header:has(.has-mega:hover) .header-right .phone { color: var(--ink); }
body.hero-page .site-header:has(.has-mega:hover) .icon-btn { color: var(--ink); border-color: var(--line); }

/* ==========================================================================
   Hero  (tam ekran — dentaplan birebir)
   ========================================================================== */
.hero {
  position: relative; min-height: 100vh; overflow: hidden; color: #fff;
  background: #0b1120;
}
/* arka plan video slaytları */
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-slide {
  position: absolute; inset: 0; opacity: 0; transition: opacity .9s ease;
  background: #0b1120;
}
.hero-slide.is-active { opacity: 1; }
.hero-slide__video { width: 100%; height: 100%; object-fit: cover; display: block; }
/* okunabilirlik için tüm slaytların üstünde tek koyulaştırma katmanı */
.hero-tint {
  position: absolute; inset: 0; pointer-events: none;
  background:
    linear-gradient(90deg, rgba(8,15,30,.82) 0%, rgba(8,15,30,.42) 42%, rgba(8,15,30,.22) 100%),
    linear-gradient(0deg, rgba(8,15,30,.88) 0%, rgba(8,15,30,0) 45%);
}

/* kenar okları — dikey ortada */
.hero-edge {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 5;
  width: 56px; height: 56px; border-radius: 50%; color: #fff;
  display: grid; place-items: center; transition: background .18s;
}
.hero-edge:hover { background: rgba(255,255,255,.14); }
.hero-edge.prev { left: 24px; } .hero-edge.next { right: 24px; }

.hero-wrap {
  position: relative; z-index: 3; min-height: 100vh; width: 100%;
  display: flex; flex-direction: column; justify-content: space-between;
  padding-top: 120px; padding-bottom: 54px;
}
/* üst satır: başlık + adres */
.hero-topline { display: flex; justify-content: space-between; gap: 40px; }
.hero-titles { position: relative; flex: 1; }
.hero-h1 {
  position: absolute; top: 0; left: 0; color: #fff; max-width: 15ch;
  font-size: 4rem; line-height: .9375; letter-spacing: -.2rem; font-weight: 400;
  text-transform: capitalize;
  opacity: 0; transform: translateY(14px); transition: opacity .6s, transform .6s; pointer-events: none;
}
.hero-h1.is-active { opacity: 1; transform: none; position: relative; pointer-events: auto; }
.hero-address { text-align: left; color: rgba(255,255,255,.9); font-size: 17px; line-height: 1.5; white-space: nowrap; }
.hero-address span { color: rgba(255,255,255,.55); }

/* alt satır: metin+butonlar (sol) / kartlar (sağ) */
.hero-bottom { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; }
.hero-left { max-width: 600px; }
.hero-leads { position: relative; min-height: 84px; margin-bottom: 26px; }
.hero-lead {
  position: absolute; inset: 0; color: rgba(255,255,255,.85); font-size: 18px; line-height: 1.5;
  opacity: 0; transition: opacity .5s;
}
.hero-lead.is-active { opacity: 1; position: relative; }
.hero-actions { display: flex; gap: 8px; flex-wrap: wrap; }
/* dentaplan .btn--md ölçüleri: 56px yükseklik, 12/40 padding, 5px radius */
.hero-actions .btn {
  min-height: 56px; padding: 12px 40px; border-radius: 5px;
  font-size: 17px; gap: 10px;
}
.hero-actions .btn .plus { font-size: 20px; }

/* sağ alt portre kart slider (video + progress bar — dentaplan) */
.hero-cards { display: flex; gap: 10px; align-items: flex-end; }
.hcard {
  display: flex; flex-direction: column; gap: 7px; flex: none;
  background: transparent; border: 0; padding: 0;
  opacity: .6; transition: opacity .3s;
}
.hcard.is-active { opacity: 1; }
.hcard__thumb {
  width: 78px; height: 118px; border-radius: 14px; overflow: hidden; position: relative;
  background: #16233f; transition: width .3s, height .3s, box-shadow .3s;
}
.hcard.is-active .hcard__thumb { width: 96px; height: 150px; box-shadow: 0 16px 40px rgba(0,0,0,.4); }
.hcard__thumb::after { content: ""; position: absolute; inset: 0; background: rgba(8,15,30,.3); transition: opacity .3s; }
.hcard.is-active .hcard__thumb::after { opacity: 0; }
.hcard__video { width: 100%; height: 100%; object-fit: cover; display: block; }
.hcard__bar {
  position: absolute; left: 8px; right: 8px; bottom: 8px; z-index: 2;
  height: 3px; border-radius: 2px; background: rgba(255,255,255,.35); overflow: hidden;
}
.hcard__bar i { display: block; height: 100%; width: 0; background: #fff; border-radius: 2px; }

/* ==========================================================================
   Bölüm başlığı ortak
   ========================================================================== */
.sec-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; margin-bottom: 54px; }
.sec-head h2 { font-size: clamp(34px, 4.4vw, 58px); color: var(--ink); letter-spacing: -.03em; line-height: 1.02; }
.sec-head__right { display: flex; align-items: center; gap: 22px; }
.sec-head .count { font-size: clamp(30px, 4vw, 52px); color: var(--muted); font-weight: 500; }
.sec-foot { margin-top: 44px; display: flex; justify-content: center; }

/* carousel gezinme okları */
.carousel-nav { display: flex; gap: 8px; }
.cnav {
  width: 48px; height: 48px; border-radius: 50%; border: 1px solid var(--line);
  display: grid; place-items: center; color: var(--ink); transition: background .18s, border-color .18s, opacity .18s;
}
.cnav:hover { background: var(--card); }
.cnav[disabled] { opacity: .35; cursor: default; }

/* ==========================================================================
   Branşlar — "Направления" carousel (dentaplan service-card birebir)
   ========================================================================== */
.carousel { overflow: hidden; }
.carousel__track {
  display: flex; gap: 18px;
  padding: 6px 0;
  overflow-x: auto; scroll-snap-type: x proximity; scroll-padding-left: 0;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch; scrollbar-width: none;
  cursor: grab;
}
.carousel__track::-webkit-scrollbar { display: none; }
.carousel__track.is-dragging { cursor: grabbing; scroll-behavior: auto; scroll-snap-type: none; }

.service-card {
  position: relative; z-index: 1; flex: 0 0 clamp(272px, 22vw, 328px);
  scroll-snap-align: start;
  display: flex; flex-direction: column; justify-content: space-between;
  min-height: 460px; padding: 32px; border-radius: 5px; background: var(--card);
  overflow: hidden; transform: scale(.96);
  transition: transform .5s ease-in-out, background-color .6s ease-in-out, box-shadow .6s ease-in-out;
}
.service-card.is-visible { transform: scale(1); }
.service-card:hover { background: #fff; box-shadow: var(--shadow); }
.service-card__top { position: relative; z-index: 2; display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.service-card__title { font-size: 23px; color: var(--ink); max-width: 12ch; font-weight: 500; }
.service-card__no {
  width: 28px; height: 28px; flex: none; border-radius: 50%; border: 1px solid var(--ink);
  display: grid; place-items: center; font-size: 13px; color: var(--ink);
}
.service-card__pic {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 190px; height: 190px; z-index: 0; transition: transform .45s ease-in-out;
  display: block; pointer-events: none;
}
.service-card__pic img { width: 100%; height: 100%; object-fit: contain; }
.service-card:hover .service-card__pic { transform: translate(-50%, -50%) scale(1.22); }
.service-card__tags { position: relative; z-index: 2; display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.tag { background: #fff; border: 1px solid var(--line); padding: 9px 14px; border-radius: var(--pill); font-size: 13px; white-space: nowrap; }
.service-card:hover .tag { background: var(--card); }
.tag-more { background: var(--ink); color: #fff; border-color: var(--ink); }
.service-card:hover .tag-more { background: var(--ink); }

/* ==========================================================================
   Neden BAU — kaydırınca üst üste binen (sticky stack) kartlar
   ========================================================================== */
.advantages { background: #fff; }
.adv-head { padding: 40px 40px 26px; }
.adv-head__title { font-size: clamp(34px, 4.4vw, 58px); color: var(--ink); font-weight: 500; letter-spacing: -.03em; line-height: 1.02; }
.adv-stack { position: relative; }
.adv-card {
  position: sticky; top: 0; min-height: 100vh;
  display: flex; align-items: center; overflow: hidden;
  border-radius: 30px 30px 0 0; box-shadow: 0 -12px 40px rgba(15,42,77,.12);
  will-change: transform;
}
.adv-card--light { background: var(--bg);        color: var(--ink); }
.adv-card--blue  { background: var(--blue);       color: #08243f; }
.adv-card--dark  { background: var(--blue-dark);  color: #fff; }

.adv-card__inner {
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 60px;
  align-items: center; width: 100%; padding-top: 40px; padding-bottom: 40px;
}
.adv-card__no { font-size: 20px; font-weight: 500; opacity: .55; }
.adv-card__title {
  font-size: clamp(34px, 4.6vw, 68px); font-weight: 400; letter-spacing: -.03em; line-height: .96;
  margin: 18px 0 20px; max-width: 15ch; text-transform: capitalize;
  transition: transform .6s ease, opacity .6s ease;
}
.adv-card__sub { font-size: 19px; line-height: 1.45; opacity: .86; max-width: 42ch;
  transition: transform .6s ease .05s, opacity .6s ease .05s; }
/* JS varsa: başta gizli, aktif olunca belirir */
.adv-stack.reveal .adv-card__title,
.adv-stack.reveal .adv-card__sub { opacity: .001; transform: translateY(18px); }
.adv-stack.reveal .adv-card.is-active .adv-card__title { opacity: 1; transform: none; }
.adv-stack.reveal .adv-card.is-active .adv-card__sub { opacity: .86; transform: none; }
.adv-card__media {
  aspect-ratio: 5/6; max-height: 68vh; border-radius: 22px; overflow: hidden;
  box-shadow: 0 24px 60px rgba(0,0,0,.22); justify-self: end; width: 100%;
}
.adv-card__media img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ==========================================================================
   Hekimler — "Специалисты"
   ========================================================================== */
.docs { background: var(--bg); }
.docs .sec-head h2 { font-size: clamp(34px, 4.4vw, 60px); color: var(--ink); max-width: 15ch; line-height: 1.02; }
.docs .sec-head__right { gap: 16px; }

/* Doktor kartı (dentaplan uzmanlar satırı) */
.doc-card {
  flex: 0 0 clamp(230px, 19vw, 290px); scroll-snap-align: start;
  display: flex; flex-direction: column; color: var(--ink);
}
.doc-card__photo {
  display: block; border-radius: 8px; overflow: hidden; background: #fff;
  aspect-ratio: 1 / 1; margin-bottom: 18px; box-shadow: var(--shadow-sm);
}
.doc-card__photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.doc-card:hover .doc-card__photo img { transform: scale(1.04); }
.doc-card__brans { color: var(--blue-deep); font-size: 14px; font-weight: 500; }
.doc-card__ad { font-size: 21px; font-weight: 500; margin: 6px 0 0; letter-spacing: -.01em; }
.doc-card__more { margin-top: 14px; font-weight: 500; display: inline-flex; align-items: center; gap: 8px; color: var(--ink); }
.doc-card__more svg { transition: transform .2s ease; }
.doc-card:hover .doc-card__more svg { transform: translateX(4px); }

/* ==========================================================================
   Klinik / istatistik — "Современная цифровая стоматология"
   ========================================================================== */
.clinic h2 { font-size: clamp(36px, 4.6vw, 62px); color: var(--ink); max-width: 16ch; margin-bottom: 46px; }
.stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.stat-card { background: var(--card); border-radius: var(--radius); padding: 36px 30px; min-height: 220px; display: flex; flex-direction: column; justify-content: space-between; }
.stat-card .num { font-size: clamp(40px, 4.4vw, 60px); font-weight: 500; letter-spacing: -.03em; }
.stat-card .num span { color: var(--blue-deep); font-size: .45em; margin-left: 6px; }
.stat-card .lbl { color: var(--muted); font-size: 16px; }

/* ==========================================================================
   Yorumlar
   ========================================================================== */
.reviews { background: var(--bg); }
.rating-badges { display: flex; flex-wrap: wrap; gap: 12px; margin: 0 0 40px; }
.rating-badges .b { background: #fff; border: 1px solid var(--line); border-radius: var(--pill); padding: 12px 20px; font-weight: 500; display: inline-flex; gap: 8px; align-items: center; }
.rating-badges .b b { color: var(--blue-deep); }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.review-card { background: #fff; border-radius: var(--radius); padding: 32px; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; gap: 16px; min-height: 240px; }
.review-card .stars { color: var(--blue); letter-spacing: 2px; }
.review-card p { margin: 0; color: var(--ink); }
.review-card .who { margin-top: auto; display: flex; align-items: center; gap: 12px; }
.review-card .who .av { width: 44px; height: 44px; border-radius: 50%; background: var(--card); display: grid; place-items: center; color: var(--muted); }
.review-card .who .n { font-weight: 500; }
.review-card .who .d { color: var(--muted); font-size: 14px; }

/* ==========================================================================
   Randevu CTA (koyu form)
   ========================================================================== */
.booking { background: var(--blue-dark); color: #fff; border-radius: 34px; padding: 70px; position: relative; overflow: hidden; }
.booking::after { content: ""; position: absolute; right: -80px; top: -80px; width: 360px; height: 360px; background: radial-gradient(circle, rgba(78,172,233,.4), transparent 70%); }
.booking .inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.booking h2 { color: #fff; font-size: clamp(34px, 4vw, 54px); max-width: 14ch; }
.booking p { color: rgba(255,255,255,.8); margin-top: 16px; }
.booking form { display: flex; flex-direction: column; gap: 14px; }
.booking input {
  width: 100%; padding: 18px 22px; border-radius: 5px; border: 1px solid rgba(255,255,255,.25);
  background: rgba(255,255,255,.08); color: #fff; font-family: inherit; font-size: 16px;
}
.booking input::placeholder { color: rgba(255,255,255,.6); }
.booking input:focus { outline: none; border-color: var(--blue); }
.booking .consent { color: rgba(255,255,255,.6); font-size: 13px; }

/* ==========================================================================
   Footer
   ========================================================================== */
.foot-cta { padding: 90px 0 30px; }
.foot-cta h2 { font-size: clamp(40px, 5.5vw, 84px); color: var(--ink); max-width: 16ch; letter-spacing: -.03em; }
.foot-cta .row { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; flex-wrap: wrap; }

.site-footer { background: var(--blue-dark); color: rgba(255,255,255,.78); padding: 64px 0 34px; }

/* Sertifikalar / belgeler bandı */
.footer-certs { padding-bottom: 44px; margin-bottom: 44px; border-bottom: 1px solid rgba(255,255,255,.14); }
.footer-certs__lead h4 { color: #fff; font-size: 22px; font-weight: 500; letter-spacing: -.01em; text-transform: none; margin-bottom: 8px; }
.footer-certs__lead p { color: rgba(255,255,255,.6); font-size: 15px; margin: 0 0 26px; max-width: 60ch; }
.cert-row { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.cert { display: flex; align-items: center; gap: 12px; padding: 16px 18px; border: 1px solid rgba(255,255,255,.16); border-radius: 12px; background: rgba(255,255,255,.04); transition: background .18s, border-color .18s; }
.cert:hover { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.3); }
.cert img { height: 40px; width: auto; }
.cert__ic { width: 42px; height: 42px; flex: none; border-radius: 10px; background: rgba(78,172,233,.16); color: #7fd0f0; display: grid; place-items: center; }
.cert__t { display: flex; flex-direction: column; color: #fff; font-size: 13px; font-weight: 500; line-height: 1.25; }
.cert__t small { color: rgba(255,255,255,.5); font-weight: 400; font-size: 11.5px; margin-top: 2px; }
@media (max-width: 1000px) { .cert-row { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .cert-row { grid-template-columns: 1fr; } }

.site-footer .top { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.1fr; gap: 40px; }
.footer-logo { height: 46px; width: auto; margin-bottom: 22px; }
.footer-contact .r { display: flex; gap: 10px; margin-bottom: 12px; }
.footer-contact svg { width: 18px; height: 18px; flex: none; margin-top: 3px; color: var(--blue); }
.site-footer h4 { color: #fff; font-size: 14px; text-transform: uppercase; letter-spacing: .06em; margin-bottom: 18px; font-weight: 500; }
.site-footer li { margin-bottom: 11px; }
.site-footer a:hover { color: #fff; }
.socials { display: flex; gap: 10px; margin-top: 18px; }
.socials a { width: 42px; height: 42px; border-radius: 50%; border: 1px solid rgba(255,255,255,.22); display: grid; place-items: center; transition: background .18s; }
.socials a:hover { background: rgba(255,255,255,.14); }
.socials svg { width: 18px; height: 18px; }
.site-footer .bottom { margin-top: 46px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.14); display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 14px; color: rgba(255,255,255,.5); }

/* Sohbet FAB butonu — glow yok, beyaz ikon */
.fab {
  position: fixed; right: 26px; bottom: 26px; z-index: 80;
  width: 64px; height: 64px; border-radius: 50%;
  background: linear-gradient(115deg, #0a4f9e 0%, #1596d6 55%, #4bbbe6 100%);
  color: #fff; display: grid; place-items: center;
  box-shadow: 0 8px 24px rgba(15,42,77,.22); transition: transform .18s, filter .18s;
}
.fab:hover { transform: scale(1.05); filter: brightness(1.05); }
.fab svg { width: 26px; height: 26px; grid-area: 1 / 1; transition: opacity .2s, transform .2s; }
.fab .fab__close { opacity: 0; transform: rotate(-45deg) scale(.6); }
.fab.is-open .fab__chat { opacity: 0; transform: rotate(45deg) scale(.6); }
.fab.is-open .fab__close { opacity: 1; transform: none; }

/* Sohbet paneli */
.chat {
  position: fixed; right: 26px; bottom: 104px; z-index: 80;
  width: 370px; max-width: calc(100vw - 40px); height: 520px; max-height: calc(100vh - 150px);
  background: #fff; border-radius: 18px; overflow: hidden;
  box-shadow: 0 26px 70px rgba(15,42,77,.28);
  display: flex; flex-direction: column;
  transform-origin: bottom right; animation: chatIn .22s ease;
}
.chat[hidden] { display: none; }
@keyframes chatIn { from { opacity: 0; transform: translateY(12px) scale(.96); } }
.chat__head { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 16px 18px; background: var(--blue-dark); color: #fff; }
.chat__id { display: flex; align-items: center; gap: 12px; }
.chat__avatar { width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,.14); display: grid; place-items: center; color: #fff; flex: none; }
.chat__id strong { display: block; font-size: 16px; font-weight: 500; }
.chat__status { font-size: 12px; color: rgba(255,255,255,.7); }
.chat__close { color: rgba(255,255,255,.85); width: 32px; height: 32px; border-radius: 8px; display: grid; place-items: center; transition: background .18s; }
.chat__close:hover { background: rgba(255,255,255,.14); }
.chat__body { flex: 1; overflow-y: auto; padding: 20px 18px; display: flex; flex-direction: column; gap: 12px; background: var(--bg); }
.msg { max-width: 82%; padding: 12px 15px; border-radius: 14px; font-size: 15px; line-height: 1.4; }
.msg--bot { background: #fff; border: 1px solid var(--line); border-bottom-left-radius: 4px; align-self: flex-start; color: var(--ink); }
.msg--user { background: linear-gradient(115deg, #0a4f9e, #1596d6); color: #fff; border-bottom-right-radius: 4px; align-self: flex-end; }
.chat__chips { display: flex; flex-wrap: wrap; gap: 8px; align-self: flex-start; max-width: 100%; }
.chat__chip { border: 1px solid #cfe0f2; background: #fff; color: var(--blue-deep); padding: 8px 14px; border-radius: 999px; font-size: 13px; font-weight: 500; transition: background .15s; }
.chat__chip:hover { background: #eaf3fb; }
.chat__input { display: flex; align-items: center; gap: 8px; padding: 12px; border-top: 1px solid var(--line); background: #fff; }
.chat__input input { flex: 1; border: 1px solid var(--line); border-radius: 999px; padding: 12px 16px; font-family: inherit; font-size: 15px; outline: none; transition: border-color .18s; }
.chat__input input:focus { border-color: var(--blue); }
.chat__input button { width: 44px; height: 44px; flex: none; border-radius: 50%; background: linear-gradient(115deg, #0a4f9e, #1596d6); color: #fff; display: grid; place-items: center; transition: filter .18s; }
.chat__input button:hover { filter: brightness(1.08); }
@media (max-width: 480px) { .chat { right: 12px; left: 12px; width: auto; bottom: 92px; } .fab { right: 16px; bottom: 16px; } }

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 1150px) {
  .cards, .stat-grid { grid-template-columns: repeat(2, 1fr); }
  .review-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 1100px) {
  .nav, .header-right .phone { display: none; }
  .header-burger { display: inline-flex; }
}
@media (max-width: 1000px) {
  .doc-feature, .booking .inner { grid-template-columns: 1fr; }
  .doc-portrait { min-height: 320px; }
  .adv-card { position: relative; min-height: auto; border-radius: 0; box-shadow: none; }
  .adv-card__inner { grid-template-columns: 1fr; gap: 30px; padding: 60px 0; }
  .adv-card__media { max-height: none; aspect-ratio: 16/11; justify-self: stretch; }
  .site-footer .top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .wrap { padding-inline: 20px; }
  .section { padding: 70px 0; }
  .cards, .stat-grid, .review-grid { grid-template-columns: 1fr; }
  .doc-strip { grid-template-columns: repeat(3, 1fr); }
  .hero-bottom { flex-direction: column; align-items: flex-start; }
  .hero-h1 { font-size: 2.6rem; letter-spacing: -.12rem; }
  .hero-cards { display: none; }
  .hero-address { display: none; }
  .hero-edge { display: none; }
  .booking { padding: 40px 26px; }
  .site-footer .top { grid-template-columns: 1fr; }
  .header-right .phone { display: none; }
}
@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; transition: none !important; } }

/* ==========================================================================
   Tedavi / hizmet detay sayfası (hizmet.php)
   ========================================================================== */
.svc-h2 { font-size: clamp(34px, 5vw, 72px); color: var(--ink); font-weight: 400; letter-spacing: -.03em; line-height: 1; margin-bottom: 54px; }

/* Hero */
.svc-hero { position: relative; overflow: hidden; color: #fff; background: #0b1120; min-height: 82vh; display: flex; }
.svc-hero__bg { position: absolute; inset: 0; background-size: contain; background-position: right center; background-repeat: no-repeat; opacity: .9; }
.svc-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #0b1120 0%, rgba(11,17,32,.72) 45%, rgba(11,17,32,.25) 100%); }
.svc-hero__inner { position: relative; z-index: 2; width: 100%; align-self: center; padding-top: 130px; padding-bottom: 60px; }
.crumb { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; font-size: 15px; color: rgba(255,255,255,.65); margin-bottom: 40px; }
.crumb a:hover { color: #fff; }
.crumb em { color: #fff; font-style: normal; }
.svc-hero__meta { color: rgba(255,255,255,.7); font-size: 15px; }
.svc-hero__addr { position: absolute; top: 130px; right: 0; text-align: right; font-size: 16px; line-height: 1.5; color: rgba(255,255,255,.9); }
.svc-hero__addr span { color: rgba(255,255,255,.55); }
.svc-hero__title { color: #fff; font-size: clamp(48px, 8vw, 104px); font-weight: 400; letter-spacing: -.04em; line-height: .95; margin: 10px 0 24px; }
.svc-price { display: inline-flex; align-items: baseline; gap: 12px; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; padding: 16px 28px; font-size: 26px; font-weight: 500; }
.svc-price span { font-size: 16px; color: rgba(255,255,255,.6); font-weight: 400; }
.svc-hero__desc { max-width: 620px; color: rgba(255,255,255,.85); font-size: 18px; line-height: 1.5; margin: 36px 0 30px; }
.svc-hero__actions { display: flex; gap: 8px; flex-wrap: wrap; }
.svc-hero__actions .btn { min-height: 60px; padding: 14px 34px; }

/* Sticky sekmeler */
.svc-tabs { position: sticky; top: 84px; z-index: 40; background: #fff; border-bottom: 1px solid var(--line); }
.svc-tabs__inner { display: flex; gap: 40px; overflow-x: auto; scrollbar-width: none; }
.svc-tabs__inner::-webkit-scrollbar { display: none; }
.svc-tab { position: relative; padding: 22px 0; font-weight: 500; font-size: 16px; color: var(--muted); white-space: nowrap; transition: color .2s; }
.svc-tab:hover { color: var(--ink); }
.svc-tab.is-active { color: var(--ink); }
.svc-tab.is-active::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 2px; background: var(--ink); }

/* Öne çıkanlar tablosu */
.feat-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.feat-cell { padding: 34px 40px 46px 0; border-bottom: 1px solid var(--line); border-right: 1px solid var(--line); }
.feat-cell:nth-child(3n) { border-right: 0; }
.feat-cell { padding-left: 32px; }
.feat-cell:nth-child(3n+1) { padding-left: 0; }
.feat-cell__l { color: var(--muted); font-size: 15px; margin-bottom: 40px; }
.feat-cell__v { font-size: 22px; color: var(--ink); max-width: 26ch; }

/* Belirtiler kartları */
.sym-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.sym-card { background: var(--card); border-radius: 8px; padding: 26px; min-height: 200px; display: flex; flex-direction: column; }
.sym-no { width: 34px; height: 34px; border: 1px solid #c7cdd8; border-radius: 50%; display: grid; place-items: center; font-size: 14px; color: var(--muted); }
.sym-card p { margin: auto 0 0; font-size: 18px; color: var(--ink); }

/* Endikasyon / kontrendikasyon */
.ind-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.ind-card { border: 1px solid var(--line); border-radius: 16px; padding: 40px; }
.ind-card h3 { font-size: 30px; font-weight: 400; letter-spacing: -.02em; margin-bottom: 26px; color: var(--ink); }
.ind-list { display: flex; flex-direction: column; gap: 18px; }
.ind-list li { display: flex; align-items: flex-start; gap: 14px; font-size: 17px; color: var(--ink); }
.ind-list svg { flex: none; margin-top: 1px; }
.ind-list--yes svg { color: #22a06b; }
.ind-list--no svg { color: #e0453e; }

/* Avantajlar */
.svc-benefits__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: start; }
.svc-benefits__grid .svc-h2 { margin-bottom: 0; }
.ben-list { display: flex; flex-direction: column; gap: 18px; }
.ben-list li { display: flex; align-items: flex-start; gap: 14px; font-size: 18px; color: var(--ink); line-height: 1.45; }
.ben-list .dot { width: 9px; height: 9px; border-radius: 50%; background: var(--blue-deep); flex: none; margin-top: 9px; }

@media (max-width: 1000px) {
  .svc-hero__bg { opacity: .35; }
  .svc-hero__addr { display: none; }
  .sym-grid { grid-template-columns: 1fr 1fr; }
  .ind-grid, .svc-benefits__grid { grid-template-columns: 1fr; gap: 30px; }
  .feat-grid { grid-template-columns: 1fr 1fr; }
  .feat-cell:nth-child(3n) { border-right: 1px solid var(--line); }
  .feat-cell:nth-child(2n) { border-right: 0; }
  .feat-cell, .feat-cell:nth-child(3n+1) { padding-left: 24px; }
  .feat-cell:nth-child(2n+1) { padding-left: 0; }
}
@media (max-width: 640px) {
  .sym-grid, .feat-grid { grid-template-columns: 1fr; }
  .feat-cell, .feat-cell:nth-child(n) { padding-left: 0; border-right: 0; }
  .svc-tabs { top: 68px; }
}

/* hizmet detay: çapa kaydırma hizası (sticky header + sekmeler) */
.svc-features, .svc-symptoms, .svc-ind, .svc-benefits { scroll-margin-top: 150px; }

/* Düz koyu hero (Kurumsal / Hasta Rehberi detay sayfaları) */
.svc-hero--plain { min-height: 60vh; background: linear-gradient(120deg, #0b1d38 0%, #123058 55%, #1c4784 100%); }
.svc-hero--plain::after { background: radial-gradient(65% 70% at 88% 6%, rgba(78,172,233,.28), transparent 60%); }
.svc-hero--plain .svc-hero__desc { margin-top: 24px; }

/* İçerik metin bloğu (Hakkımızda / rehber gövde) */
.prose-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 60px; align-items: start; }
.prose-grid .svc-h2 { margin-bottom: 0; }
.prose p { font-size: 18px; line-height: 1.6; color: var(--ink); margin: 0 0 18px; }
.prose p:last-child { margin-bottom: 0; }
.prose strong { font-weight: 500; }
@media (max-width: 900px) { .prose-grid { grid-template-columns: 1fr; gap: 26px; } }

/* Rehber adım listesi (checklist) */
.guide-list { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.guide-item { display: flex; gap: 16px; background: var(--card); border-radius: 10px; padding: 22px 24px; }
.guide-item .n { width: 34px; height: 34px; flex: none; border-radius: 50%; background: linear-gradient(115deg,#0a4f9e,#1596d6); color: #fff; display: grid; place-items: center; font-size: 15px; font-weight: 500; }
.guide-item h4 { font-size: 18px; font-weight: 500; margin: 4px 0 6px; color: var(--ink); }
.guide-item p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.45; }
@media (max-width: 760px) { .guide-list { grid-template-columns: 1fr; } }

/* Bilgi kutusu (uyarı) */
.notebox { display: flex; gap: 16px; align-items: flex-start; background: #fff6ec; border: 1px solid #f6e0c4; border-radius: 12px; padding: 24px 26px; }
.notebox svg { flex: none; color: #d9891f; margin-top: 2px; }
.notebox h4 { margin: 0 0 6px; font-weight: 500; color: var(--ink); }
.notebox p { margin: 0; color: #7a6a52; font-size: 15px; line-height: 1.5; }

/* ==========================================================================
   Randevu formu — sağdan açılan drawer
   ========================================================================== */
.appt { position: fixed; inset: 0; z-index: 90; }
.appt[hidden] { display: none; }
.appt__overlay { position: absolute; inset: 0; background: rgba(11,17,32,.5); opacity: 0; transition: opacity .3s ease; }
.appt.is-open .appt__overlay { opacity: 1; }
.appt__panel {
  position: absolute; top: 0; right: 0; height: 100%; width: 480px; max-width: 100vw;
  background: #fff; box-shadow: -20px 0 60px rgba(15,42,77,.25);
  transform: translateX(100%); transition: transform .34s cubic-bezier(.22,1,.36,1);
  display: flex; flex-direction: column;
}
.appt.is-open .appt__panel { transform: none; }
.appt__close {
  position: absolute; top: 20px; left: -70px; width: 52px; height: 52px; border-radius: 50%;
  background: #fff; color: var(--ink); display: grid; place-items: center; box-shadow: var(--shadow-sm);
  transition: transform .18s;
}
.appt__close:hover { transform: scale(1.06); }
.appt__scroll { overflow-y: auto; padding: 46px 44px 44px; }
.appt__title { font-size: clamp(34px, 4vw, 46px); font-weight: 400; letter-spacing: -.03em; line-height: .98; color: var(--ink); }
.appt__lead { color: var(--muted); font-size: 16px; line-height: 1.5; margin: 18px 0 24px; }
.appt__msgs { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 30px; }
.appt__msg { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 16px; border: 1px solid var(--line); border-radius: 8px; font-weight: 500; color: var(--ink); transition: border-color .18s, background .18s; }
.appt__msg:hover { border-color: var(--ink); background: var(--bg); }
.appt__form { display: flex; flex-direction: column; gap: 16px; }
.fld { display: flex; flex-direction: column; gap: 8px; }
.fld > span { font-size: 14px; color: var(--muted); }
.fld > span em { color: #e0453e; font-style: normal; }
.fld input, .fld select, .fld textarea {
  width: 100%; padding: 15px 16px; border: 1px solid var(--line); border-radius: 5px;
  font-family: inherit; font-size: 16px; color: var(--ink); background: #fff; outline: none;
  transition: border-color .18s;
}
.fld textarea { resize: vertical; min-height: 92px; }
.fld input:focus, .fld select:focus, .fld textarea:focus { border-color: var(--blue); }
.appt__check { display: flex; gap: 12px; align-items: flex-start; font-size: 13px; line-height: 1.45; color: var(--muted); cursor: pointer; }
.appt__check input { width: 20px; height: 20px; flex: none; margin: 1px 0 0; accent-color: var(--blue-deep); }
.appt__check a { color: var(--blue-deep); text-decoration: underline; }
.appt__submit { margin-top: 8px; width: 100%; }
.appt__done { text-align: center; padding: 30px 0; }
.appt__done .ok { width: 64px; height: 64px; border-radius: 50%; background: #e7f6ee; color: #22a06b; display: grid; place-items: center; margin: 0 auto 20px; }
.appt__done h3 { font-size: 26px; font-weight: 500; color: var(--ink); margin-bottom: 10px; }
.appt__done p { color: var(--muted); }
body.appt-open { overflow: hidden; }
@media (max-width: 560px) { .appt__panel { width: 100%; } .appt__close { left: auto; right: 16px; top: 16px; box-shadow: none; border: 1px solid var(--line); } .appt__scroll { padding: 70px 24px 30px; } }

/* ==========================================================================
   Hakkımızda — metin + görsel yerleşimi, galeri, foto placeholder
   ========================================================================== */
.media-split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.media-split--rev .media-split__media { order: -1; }
.media-split__text .svc-h2 { margin-bottom: 24px; }
.media-split__media { border-radius: 16px; overflow: hidden; aspect-ratio: 4 / 3; }
.media-split__media img { width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 900px) { .media-split { grid-template-columns: 1fr; gap: 28px; } .media-split--rev .media-split__media { order: 0; } }

.gallery { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 210px; gap: 16px; }
.gallery__item { position: relative; border-radius: 14px; overflow: hidden; }
.gallery__item img { width: 100%; height: 100%; object-fit: cover; }
.gallery__item--tall { grid-row: span 2; }
.gallery__item--wide { grid-column: span 2; }
@media (max-width: 900px) { .gallery { grid-template-columns: 1fr 1fr; grid-auto-rows: 170px; } .gallery__item--tall { grid-row: span 1; } }
@media (max-width: 560px) { .gallery { grid-template-columns: 1fr; } .gallery__item--wide { grid-column: span 1; } }

/* Görsel gelene kadar foto placeholder */
.ph-photo { width: 100%; height: 100%; display: grid; place-content: center; justify-items: center; gap: 10px; text-align: center;
  background: linear-gradient(160deg, #e7ebf1, #f2f4f7); color: #9aa3b2; }
.ph-photo svg { width: 42px; height: 42px; opacity: .7; }
.ph-photo span { font-size: 13px; letter-spacing: .02em; }

/* ==========================================================================
   Google yorumları
   ========================================================================== */
.g-badge { display: inline-flex; align-items: center; gap: 10px; padding: 10px 16px; border-radius: 999px;
  background: #fff; border: 1px solid var(--line); color: var(--ink); font-size: 15px; box-shadow: var(--shadow-sm); }
.g-badge b { font-weight: 500; font-size: 16px; }
.g-badge .g-stars { display: inline-flex; gap: 1px; }
.g-badge .g-count { color: var(--muted); font-size: 14px; }
.g-badge--light { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.25); color: #fff; backdrop-filter: blur(6px); box-shadow: none; }
.g-badge--light .g-count { color: rgba(255,255,255,.75); }

.g-reviews__head { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; margin-bottom: 40px; }
.g-reviews__head .lead { display: flex; align-items: center; gap: 14px; color: var(--muted); }
.g-reviews__head .lead b { color: var(--ink); font-weight: 500; font-size: 26px; }
.g-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.g-card { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 26px; display: flex; flex-direction: column; gap: 12px; }
.g-card__top { display: flex; align-items: center; gap: 12px; }
.g-card__av { width: 42px; height: 42px; border-radius: 50%; background: linear-gradient(140deg,#1596d6,#0a4f9e); color: #fff; display: grid; place-items: center; font-weight: 500; flex: none; }
.g-card__who { flex: 1; }
.g-card__who .n { font-weight: 500; color: var(--ink); }
.g-card__who .d { color: var(--muted); font-size: 13px; }
.g-card .g-stars { display: inline-flex; gap: 2px; }
.g-card p { margin: 0; color: var(--ink); font-size: 15px; line-height: 1.5; }
@media (max-width: 900px) { .g-grid { grid-template-columns: 1fr; } }

/* ==========================================================================
   Hizmet hero — sağda randevu form kartı
   ========================================================================== */
.svc-hero__grid { display: grid; grid-template-columns: 1fr 400px; gap: 56px; align-items: center; }
.svc-hero__left { min-width: 0; }
.svc-hero--form .svc-hero__bg { opacity: .28; }
.hero-form { background: #fff; border-radius: 16px; padding: 30px; box-shadow: 0 30px 70px rgba(0,0,0,.3); color: var(--ink); }
.hero-form h3 { font-size: 26px; font-weight: 500; letter-spacing: -.02em; color: var(--ink); }
.hero-form p { color: var(--muted); font-size: 15px; margin: 8px 0 22px; line-height: 1.45; }
.hero-form form { display: flex; flex-direction: column; gap: 14px; }
.hero-form .appt__check { font-size: 12.5px; }
.hero-form .btn { width: 100%; }
.svc-hero__badge { margin: 26px 0 4px; }
@media (max-width: 980px) { .svc-hero__grid { grid-template-columns: 1fr; gap: 34px; } .hero-form { max-width: 460px; } }

.hero-badge { margin-top: 22px; display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.hero-stat { display: inline-flex; align-items: center; gap: 8px; padding: 10px 16px; border-radius: 999px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.25); color: #fff; font-size: 15px; backdrop-filter: blur(6px); }
.hero-stat b { font-weight: 500; font-size: 18px; }

/* ==========================================================================
   Ücretsiz Diş Analizi — quiz (lead)
   ========================================================================== */
.quiz-wrap { padding: 70px 0 100px; background: radial-gradient(120% 80% at 50% -10%, #eaf3fb 0%, var(--bg) 55%); min-height: calc(100vh - 84px); }
.quiz-intro { text-align: center; max-width: 640px; margin: 0 auto 34px; }
.quiz-eyebrow { display: inline-block; font-size: 13px; font-weight: 500; letter-spacing: .08em; color: var(--blue-deep); background: #dcecf9; padding: 7px 14px; border-radius: 999px; margin-bottom: 18px; }
.quiz-intro h1 { font-size: clamp(36px, 5vw, 60px); font-weight: 400; letter-spacing: -.03em; color: var(--ink); }
.quiz-intro p { color: var(--muted); font-size: 18px; line-height: 1.5; margin-top: 16px; }

.quiz { max-width: 720px; margin: 0 auto; background: #fff; border-radius: 20px; box-shadow: var(--shadow); padding: 20px 44px 44px; overflow: hidden; }
.quiz__bar { height: 6px; background: var(--card); border-radius: 999px; margin: 0 -44px 34px; }
.quiz__bar i { display: block; height: 100%; width: 0; background: linear-gradient(90deg, #0a4f9e, #1596d6); border-radius: 999px; transition: width .4s ease; }

.quiz-step { display: none; animation: quizIn .3s ease; }
.quiz-step.is-active { display: block; }
@keyframes quizIn { from { opacity: 0; transform: translateX(16px); } }
.quiz__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; min-height: 24px; }
.quiz__back { display: inline-flex; align-items: center; gap: 6px; color: var(--muted); font-weight: 500; font-size: 15px; transition: color .18s; }
.quiz__back:hover { color: var(--ink); }
.quiz__back[hidden] { visibility: hidden; }
.quiz__count { color: var(--muted); font-size: 14px; }
.quiz__q { font-size: clamp(24px, 3.2vw, 34px); font-weight: 400; letter-spacing: -.02em; color: var(--ink); line-height: 1.1; }
.quiz__lead { color: var(--muted); margin: 14px 0 0; }

.quiz__opts { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 26px; }
.quiz-opt { display: flex; align-items: center; gap: 14px; text-align: left; padding: 20px 22px; border: 1.5px solid var(--line); border-radius: 10px; font-size: 17px; font-weight: 500; color: var(--ink); transition: border-color .16s, background .16s, transform .1s; }
.quiz-opt:hover { border-color: #9cc6ea; background: #f5faff; }
.quiz-opt.is-sel { border-color: var(--blue-deep); background: #eef5fc; }
.quiz-opt__box { width: 22px; height: 22px; flex: none; border-radius: 50%; border: 2px solid #c6cdd8; display: grid; place-items: center; transition: border-color .16s, background .16s; }
.quiz-opt.is-sel .quiz-opt__box { border-color: var(--blue-deep); background: var(--blue-deep); }
.quiz-opt.is-sel .quiz-opt__box::after { content: ""; width: 8px; height: 8px; border-radius: 50%; background: #fff; }

.quiz-form { display: flex; flex-direction: column; gap: 16px; margin-top: 26px; }
.quiz__submit { width: 100%; margin-top: 4px; }
.quiz__trust { text-align: center; color: var(--muted); font-size: 13px; }
.quiz-done { text-align: center; padding: 20px 0 10px; }
.quiz-done .ok { width: 72px; height: 72px; border-radius: 50%; background: #e7f6ee; color: #22a06b; display: grid; place-items: center; margin: 0 auto 22px; }
.quiz-done h2 { font-size: 30px; font-weight: 500; color: var(--ink); margin-bottom: 12px; }
.quiz-done p { color: var(--muted); font-size: 17px; line-height: 1.5; max-width: 44ch; margin: 0 auto; }
.quiz-done .rec { margin-top: 20px; display: inline-flex; align-items: center; gap: 10px; background: #eef5fc; color: var(--blue-deep); padding: 12px 20px; border-radius: 999px; font-weight: 500; }

@media (max-width: 620px) {
  .quiz { padding: 16px 22px 30px; border-radius: 16px; }
  .quiz__bar { margin: 0 -22px 26px; }
  .quiz__opts { grid-template-columns: 1fr; }
}

/* Ücretsiz analiz yönlendirme bandı */
.promo { background: linear-gradient(115deg, #0a4f9e 0%, #1596d6 60%, #4bbbe6 100%); border-radius: 24px; padding: 54px 60px; position: relative; overflow: hidden; display: flex; align-items: center; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.promo--full { border-radius: 0; padding: 0; display: block; }
.promo--full .promo__row { display: flex; align-items: center; justify-content: space-between; gap: 40px; flex-wrap: wrap; padding-block: 56px; position: relative; z-index: 1; }
.promo::after { content: ""; position: absolute; right: -40px; bottom: -80px; width: 300px; height: 300px; border-radius: 50%; background: rgba(255,255,255,.12); }
.promo__t { position: relative; z-index: 1; }
.promo__t .tag { display: inline-block; font-size: 13px; font-weight: 500; letter-spacing: .06em; color: #fff; background: rgba(255,255,255,.2); padding: 6px 13px; border-radius: 999px; margin-bottom: 14px; }
.promo__t h2 { color: #fff; font-size: clamp(28px, 3.6vw, 44px); font-weight: 400; letter-spacing: -.02em; max-width: 20ch; }
.promo__t p { color: rgba(255,255,255,.85); margin-top: 10px; font-size: 17px; }
.promo .btn { position: relative; z-index: 1; }
@media (max-width: 640px) { .promo { padding: 36px 28px; } }

/* ==========================================================================
   İletişim sayfası
   ========================================================================== */
.svc-hero--short { min-height: 52vh; }
.contact-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: 34px; align-items: stretch; }
.contact-info { display: flex; flex-direction: column; gap: 14px; }
.contact-item { display: flex; gap: 16px; align-items: flex-start; padding: 24px 26px; border: 1px solid var(--line); border-radius: 14px; }
.contact-item .ic { width: 48px; height: 48px; flex: none; border-radius: 12px; background: #eef5fc; color: var(--blue-deep); display: grid; place-items: center; }
.contact-item h4 { font-size: 14px; color: var(--muted); font-weight: 500; margin-bottom: 6px; }
.contact-item p { font-size: 18px; color: var(--ink); margin: 0; line-height: 1.45; }
.contact-item a:hover { color: var(--blue-deep); }
.contact-map { border-radius: 16px; overflow: hidden; border: 1px solid var(--line); min-height: 430px; }
.contact-map iframe { width: 100%; height: 100%; min-height: 430px; border: 0; display: block; filter: grayscale(.15); }
@media (max-width: 900px) { .contact-grid { grid-template-columns: 1fr; } .contact-map { min-height: 320px; } }

.transport { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.transport-card { border: 1px solid var(--line); border-radius: 14px; padding: 28px; transition: border-color .18s, box-shadow .2s; }
.transport-card:hover { border-color: #cfe0f2; box-shadow: var(--shadow-sm); }
.transport-card .ic { width: 54px; height: 54px; border-radius: 12px; background: #eef5fc; color: var(--blue-deep); display: grid; place-items: center; margin-bottom: 18px; }
.transport-card h4 { font-size: 19px; color: var(--ink); font-weight: 500; margin-bottom: 12px; }
.transport-card li { color: var(--muted); font-size: 15px; line-height: 1.5; padding-left: 16px; position: relative; margin-bottom: 7px; }
.transport-card li::before { content: ""; position: absolute; left: 0; top: 8px; width: 6px; height: 6px; border-radius: 50%; background: var(--blue); }
.transport-note { color: var(--muted); font-size: 14px; margin-top: 22px; }
@media (max-width: 900px) { .transport { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .transport { grid-template-columns: 1fr; } }

/* Bölüm arka plan geçişi (beyaz ↔ açık gri) */
.section--alt { background: var(--bg); }
/* netleştirilmiş endikasyon kart başlığı */
.ind-card h3 small { font-size: .58em; color: var(--muted); font-weight: 400; }
/* yeni sticky sekme hedeflerinin çapa hizası */
#hekimler, #galeri, #yorumlar { scroll-margin-top: 150px; }

/* Form ekrandan çıkınca beliren Randevu Al butonu (chat FAB üstünde) */
.appt-fab {
  position: fixed; right: 26px; bottom: 104px; z-index: 79;
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 22px; border-radius: 999px; font-weight: 500; font-size: 16px; color: #fff;
  background: linear-gradient(115deg, #0a4f9e 0%, #1596d6 55%, #4bbbe6 100%);
  box-shadow: 0 12px 30px rgba(15,42,77,.28);
  opacity: 0; visibility: hidden; transform: translateY(14px) scale(.96);
  transition: opacity .25s ease, transform .25s ease, visibility .25s;
}
.appt-fab.show { opacity: 1; visibility: visible; transform: none; }
.appt-fab:hover { filter: brightness(1.06); }
.appt-fab svg { width: 20px; height: 20px; }
@media (max-width: 560px) { .appt-fab { bottom: 92px; right: 16px; padding: 12px 18px; font-size: 15px; } }

/* Tedavi hero fotoğraf arka planı (klinik) */
.svc-hero__bg--photo { background-size: cover !important; background-position: center !important; opacity: .5; }
.svc-hero--form.svc-hero { background: #0b1120; }
