/* =========================================================
   Dr. Mustafa Vurucu — Medikal Estetik
   Modern, hafif, responsive tema (mavi/beyaz medikal ton)
   ========================================================= */

:root {
  /* Sıcak, lüks medikal estetik paleti: bronz/altın + koyu espresso + krem */
  --teal: #b08d57;        /* ana vurgu (bronz/altın) — eski değişken adı korundu */
  --teal-dark: #91703f;
  --teal-700: #7d5f33;
  --gold: #c9a36a;
  --gold-text: #8a6a2c;
  --ink: #1a1613;         /* başlıklar, footer, hero overlay */
  --body: #4f4842;
  --muted: #8c8278;
  --line: #ece6dc;
  --bg: #ffffff;
  --bg-soft: #faf7f2;     /* krem alternatif bölüm */
  --bg-tint: #f4ecdf;     /* altın tint */
  --white: #fff;
  --radius: 18px;
  --radius-sm: 10px;
  --shadow: 0 24px 50px -30px rgba(48, 36, 20, 0.5);
  --shadow-sm: 0 8px 22px -14px rgba(48, 36, 20, 0.45);
  --container: 1160px;
  --font: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --display: 'Fraunces', Georgia, 'Times New Roman', serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  font-family: var(--font);
  color: var(--body);
  background: var(--bg);
  line-height: 1.7;
  font-size: 17px;
}

img { max-width: 100%; height: auto; display: block; }

a { color: var(--teal); text-decoration: none; transition: color .2s; }
a:hover { color: var(--teal-dark); }

h1, h2, h3, h4 { color: var(--ink); line-height: 1.2; margin: 0 0 .6em; font-weight: 700; }
h1 { font-family: var(--display); font-size: clamp(2.1rem, 4.5vw, 3.2rem); font-weight: 600; letter-spacing: -.01em; }
h2 { font-family: var(--display); font-size: clamp(1.6rem, 3vw, 2.3rem); font-weight: 600; }
h3 { font-size: 1.25rem; }
p { margin: 0 0 1rem; }

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 22px; }
.container.narrow { max-width: 800px; }
.section { padding: clamp(48px, 7vw, 90px) 0; }
.section-alt { background: var(--bg-soft); }
.center { text-align: center; margin-top: 30px; }
.muted { color: var(--muted); }
.note { font-size: .92rem; margin-top: 18px; }
.eyebrow { text-transform: uppercase; letter-spacing: .16em; font-size: .78rem; font-weight: 700; color: var(--teal); margin: 0 0 .6rem; }
.lead { font-size: 1.12rem; color: var(--ink); }
.quote { border-left: 3px solid var(--gold); padding: 4px 0 4px 18px; font-style: italic; color: var(--ink); background: var(--bg-tint); border-radius: 0 8px 8px 0; padding: 14px 18px; }

.skip-link { position: absolute; left: -999px; top: 0; background: var(--teal); color: #fff; padding: 10px 16px; z-index: 1000; border-radius: 0 0 8px 0; }
.skip-link:focus { left: 0; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 13px 24px; border-radius: 999px; font-weight: 700; font-size: .98rem;
  border: 2px solid transparent; cursor: pointer; transition: transform .15s, box-shadow .2s, background .2s, color .2s;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--teal); color: #fff; box-shadow: var(--shadow-sm); }
.btn-primary:hover { background: var(--teal-dark); color: #fff; }
.btn-outline { border-color: var(--teal); color: var(--teal); background: transparent; }
.btn-outline:hover { background: var(--teal); color: #fff; }
.btn-light { background: #fff; color: var(--teal-dark); }
.btn-light:hover { color: var(--teal-dark); }
.btn-small { padding: 9px 16px; font-size: .9rem; }
.btn-phone { background: var(--bg-tint); color: var(--teal-dark); padding: 10px 18px; }
.btn-phone:hover { background: var(--teal); color: #fff; }
.btn.block { display: flex; width: 100%; margin-bottom: 10px; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.92);
  backdrop-filter: saturate(180%) blur(10px); border-bottom: 1px solid var(--line);
  transition: box-shadow .25s, background .25s;
}
.site-header.scrolled { background: rgba(255,255,255,.98); box-shadow: 0 6px 24px -16px rgba(48,36,20,.5); }
.header-inner { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 76px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark {
  width: 44px; height: 44px; display: grid; place-items: center; border-radius: 12px;
  background: linear-gradient(135deg, var(--teal), var(--teal-700)); color: #fff;
  font-family: var(--display); font-weight: 600; font-size: 1.1rem; letter-spacing: .02em;
}
.brand-text { display: flex; flex-direction: column; line-height: 1.15; }
.brand-text strong { color: var(--ink); font-size: 1.05rem; }
.brand-text small { color: var(--muted); font-size: .76rem; letter-spacing: .02em; }

.primary-nav { display: flex; align-items: center; gap: 26px; }
.primary-nav > ul { display: flex; align-items: center; gap: 4px; list-style: none; margin: 0; padding: 0; }
.primary-nav > ul > li { position: relative; }
.primary-nav > ul > li > a { display: block; padding: 10px 14px; font-weight: 600; color: var(--ink); border-radius: 8px; }
.primary-nav > ul > li > a:hover, .primary-nav a[aria-current="page"] { color: var(--teal); }

/* Dropdown */
.has-dropdown .dropdown {
  position: absolute; top: 100%; left: 0; min-width: 240px; background: #fff;
  border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow);
  list-style: none; margin: 8px 0 0; padding: 8px; opacity: 0; visibility: hidden;
  transform: translateY(8px); transition: .2s;
}
.has-dropdown:hover .dropdown, .has-dropdown:focus-within .dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.dropdown li a { display: block; padding: 9px 12px; border-radius: 8px; color: var(--body); font-size: .95rem; }
.dropdown li a:hover { background: var(--bg-tint); color: var(--teal-dark); }

/* Mega menu */
/* Specificity must beat `.primary-nav > ul > li { position: relative }` so the
   mega panel anchors to .header-inner (full nav width), not the tiny <li>. */
.primary-nav > ul > li.has-mega { position: static; }
.mega-menu {
  position: absolute; left: 0; right: 0; top: 100%; margin-top: 8px;
  background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow);
  padding: 26px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px;
  opacity: 0; visibility: hidden; transform: translateY(8px); transition: .2s;
}
.has-mega:hover .mega-menu, .has-mega:focus-within .mega-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.mega-col h4 { font-size: .82rem; text-transform: uppercase; letter-spacing: .08em; color: var(--teal); margin-bottom: 10px; }
.mega-col ul { list-style: none; margin: 0; padding: 0; }
.mega-col li a { display: block; padding: 6px 0; font-size: .92rem; color: var(--body); }
.mega-col li a:hover { color: var(--teal-dark); }
.mega-cta { grid-column: 1 / -1; border-top: 1px solid var(--line); padding-top: 16px; }

.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; padding: 10px; cursor: pointer; }
.nav-toggle span { width: 26px; height: 2px; background: var(--ink); border-radius: 2px; transition: .25s; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- Video Hero ---------- */
.hero-video {
  position: relative; min-height: min(92vh, 760px); display: flex; align-items: flex-end;
  overflow: hidden; background: #1a1613; isolation: isolate;
}
.hero-video-bg {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  z-index: -2; background: #1a1613;
}
.hero-video-scrim {
  position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(180deg, rgba(20,18,15,.35) 0%, rgba(20,18,15,.10) 35%, rgba(20,18,15,.78) 100%),
    radial-gradient(120% 90% at 18% 100%, rgba(20,18,15,.65) 0%, rgba(20,18,15,0) 60%);
}
.hero-video-inner { padding: clamp(50px, 9vw, 120px) 22px clamp(48px, 7vw, 92px); color: #fff; max-width: 880px; }
.hero-eyebrow {
  text-transform: uppercase; letter-spacing: .22em; font-size: .78rem; font-weight: 700;
  color: var(--gold); margin: 0 0 18px; display: flex; align-items: center; gap: 12px;
}
.hero-eyebrow::before { content: ""; width: 34px; height: 1px; background: var(--gold); display: inline-block; }
.hero-video h1 {
  color: #fff; font-family: var(--display); font-weight: 600;
  font-size: clamp(2.3rem, 5.4vw, 4.2rem); line-height: 1.05; letter-spacing: -.015em; margin: 0 0 .5em;
  text-shadow: 0 2px 30px rgba(0,0,0,.3);
}
.hero-sub { color: rgba(255,255,255,.9); font-size: clamp(1.02rem, 1.6vw, 1.2rem); max-width: 58ch; margin: 0 0 30px; }
.hero-video .hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 0 0 26px; }
.btn-ghost {
  background: rgba(255,255,255,.1); color: #fff; border-color: rgba(255,255,255,.4);
  backdrop-filter: blur(6px);
}
.btn-ghost:hover { background: rgba(255,255,255,.2); color: #fff; border-color: #fff; }
.hero-chips { display: flex; flex-wrap: wrap; gap: 10px; }
.hero-chip {
  display: inline-flex; align-items: center; padding: 8px 16px; border-radius: 999px;
  font-size: .86rem; font-weight: 600; color: #fff; background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.22); transition: background .2s, border-color .2s, transform .15s;
}
.hero-chip:hover { background: var(--gold); border-color: var(--gold); color: #1a1613; transform: translateY(-2px); }
/* "Tanıtımı İzleyin" oynat butonu */
.hero-play {
  display: inline-flex; align-items: center; gap: 14px; background: none; border: 0; cursor: pointer;
  color: #fff; font-family: var(--font); font-weight: 700; font-size: .98rem; letter-spacing: .04em;
  padding: 6px 4px; transition: color .2s;
}
.hero-play-ic {
  display: grid; place-items: center; width: 52px; height: 52px; border-radius: 50%;
  border: 2px solid rgba(255,255,255,.7); color: #fff; transition: background .2s, border-color .2s, color .2s, transform .2s;
}
.hero-play-ic svg { width: 20px; height: 20px; margin-left: 2px; }
.hero-play:hover { color: var(--gold); }
.hero-play:hover .hero-play-ic { background: var(--gold); border-color: var(--gold); color: #1a1613; transform: scale(1.06); }
.hero-play:focus-visible { outline: 2px solid #fff; outline-offset: 4px; border-radius: 8px; }

/* Tanıtım videosu modalı */
.video-modal-card { max-width: 920px; width: 100%; padding: 0; background: #000; overflow: hidden; }
.video-modal .modal-close {
  top: 8px; right: 10px; z-index: 3; width: 40px; height: 40px; border-radius: 50%;
  background: rgba(0,0,0,.55); color: #fff;
}
.video-modal .modal-close:hover { background: rgba(0,0,0,.8); color: #fff; }
.video-frame { position: relative; width: 100%; aspect-ratio: 16 / 9; background: #000; }
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video-soon { display: grid; place-items: center; height: 100%; margin: 0; padding: 40px; text-align: center; color: #fff; font-size: 1.05rem; }
.hero-scroll {
  position: absolute; left: 50%; bottom: 22px; transform: translateX(-50%);
  width: 26px; height: 42px; border: 2px solid rgba(255,255,255,.55); border-radius: 14px; z-index: 1;
}
.hero-scroll span {
  position: absolute; left: 50%; top: 8px; width: 4px; height: 8px; margin-left: -2px;
  background: #fff; border-radius: 2px; animation: scrollDot 1.6s ease-in-out infinite;
}
@keyframes scrollDot { 0% { opacity: 0; transform: translateY(0); } 40% { opacity: 1; } 80% { opacity: 0; transform: translateY(12px); } 100% { opacity: 0; } }

/* Doktor profili (ana sayfa) */
.doctor-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 56px; align-items: center; }
.doctor-media { position: relative; }
.doctor-media img { border-radius: 22px; box-shadow: var(--shadow); width: 100%; object-fit: cover; }
.doctor-media::after {
  content: ""; position: absolute; inset: 14px -14px -14px 14px; border: 1px solid var(--gold);
  border-radius: 22px; z-index: -1;
}
.doctor-badge {
  position: absolute; bottom: 20px; right: -14px; background: #fff; border-radius: 16px;
  box-shadow: var(--shadow); padding: 14px 20px; display: flex; flex-direction: column; line-height: 1.1;
}
.doctor-badge strong { font-family: var(--display); font-size: 1.8rem; color: var(--teal); }
.doctor-badge span { font-size: .78rem; color: var(--muted); }
.doctor-copy .section-head { text-align: left; margin: 0 0 18px; max-width: none; }
.doctor-copy .section-head .eyebrow, .doctor-copy .section-head { text-align: left; }

/* Neden biz kartları */
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.why-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 32px 26px;
  box-shadow: var(--shadow-sm); transition: transform .2s, box-shadow .2s, border-color .2s;
}
.why-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--gold); }
.why-icon {
  display: grid; place-items: center; width: 56px; height: 56px; border-radius: 14px;
  background: var(--bg-tint); color: var(--teal-dark); margin-bottom: 18px;
}
.why-icon svg { width: 28px; height: 28px; }
.why-card h3 { font-size: 1.12rem; margin-bottom: .5rem; }
.why-card p { font-size: .94rem; margin: 0; }

/* ---------- Stats ---------- */
.stats { margin-top: -10px; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.stat-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px 20px; text-align: center; box-shadow: var(--shadow-sm);
}
.stat-card strong { display: block; font-family: var(--display); font-size: 2rem; color: var(--teal); }
.stat-card span { font-size: .92rem; color: var(--body); }

/* ---------- Section heads ---------- */
.section-head { max-width: 720px; margin: 0 auto 40px; text-align: center; }
.section-head .eyebrow { display: block; }
.section-lead { color: var(--body); font-size: 1.05rem; }

/* ---------- Service cards (görselli, tıklanabilir) ---------- */
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.service-card {
  display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); text-decoration: none;
  transition: transform .25s, box-shadow .25s, border-color .25s;
}
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: var(--gold); }
.service-card:active { transform: translateY(-2px); }
.service-card:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
.service-media {
  position: relative; display: block; aspect-ratio: 4 / 3; overflow: hidden;
  background: linear-gradient(135deg, var(--teal), var(--teal-700));
}
.service-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.service-card:hover .service-media img { transform: scale(1.07); }
.service-media::after {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(120% 90% at 30% 20%, rgba(255,255,255,.16), rgba(0,0,0,.18));
}
.service-icon { position: absolute; inset: 0; display: grid; place-items: center; color: rgba(255,255,255,.92); z-index: 1; transition: transform .3s; }
.service-icon svg { width: 60px; height: 60px; }
.service-card:hover .service-icon { transform: scale(1.1); }
.service-bar {
  display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto;
  background: var(--ink); color: #fff; padding: 15px 18px;
}
.service-name { font-family: var(--font); font-weight: 700; font-size: 1.02rem; line-height: 1.25; transition: color .2s; }
.service-arrow {
  flex: none; display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%;
  background: rgba(255,255,255,.12); color: var(--gold);
  transition: transform .25s, background .25s, color .25s;
}
.service-arrow svg { width: 15px; height: 15px; }
.service-card:hover .service-name { color: var(--gold); }
.service-card:hover .service-arrow { background: var(--gold); color: #1a1613; transform: translateX(4px); }
/* Kategori gradyanları (gerçek görsel atanmadığında kullanılır) */
.cat-dolgu .service-media { background: linear-gradient(135deg, #bd9a6c, #7d5f33); }
.cat-genclestirme .service-media { background: linear-gradient(135deg, #cd9189, #8a5a4f); }
.cat-hucresel .service-media { background: linear-gradient(135deg, #6c7c87, #2a2622); }
.cat-bolgesel-sac .service-media { background: linear-gradient(135deg, #a78d64, #4f4842); }
.card-link { font-weight: 700; font-size: .92rem; }

.cat-block { margin-bottom: 56px; }
.cat-block:last-child { margin-bottom: 0; }
.cat-head { margin-bottom: 24px; }
.cat-head h2 { margin-bottom: .3rem; }
.cat-head p { color: var(--muted); max-width: 60ch; }

/* ---------- About ---------- */
.about-preview, .about-page { display: grid; grid-template-columns: .85fr 1.15fr; gap: 48px; align-items: center; }
.about-media img { border-radius: 20px; box-shadow: var(--shadow); }
.info-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 22px; margin: 28px 0; }
.info-block h3 { color: var(--teal-dark); font-size: 1.05rem; margin-bottom: .3rem; }
.info-block p { font-size: .96rem; margin: 0; }
.vision-title { margin-top: 20px; }
.value-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.value-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow-sm); }
.value-card h4 { color: var(--teal); font-size: 1.05rem; }
.value-card p { font-size: .93rem; margin: 0; }

/* ---------- CTA band ---------- */
.cta-band { background: linear-gradient(135deg, var(--teal), var(--teal-700)); color: #fff; }
.cta-band .cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 54px 0; flex-wrap: wrap; }
.cta-band h2 { color: #fff; margin-bottom: .3rem; }
.cta-band p { color: rgba(255,255,255,.85); margin: 0; }
.cta-actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* ---------- FAQ ---------- */
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px;
  background: none; border: 0; padding: 20px 4px; text-align: left; cursor: pointer;
  font-family: var(--font); font-size: 1.05rem; font-weight: 700; color: var(--ink);
}
.faq-icon { font-size: 1.5rem; color: var(--teal); transition: transform .25s; line-height: 1; }
.faq-q[aria-expanded="true"] .faq-icon { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-a p { padding: 0 4px 20px; margin: 0; color: var(--body); }

/* ---------- Before/After ---------- */
.ba-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.ba-teaser { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
/* Ana sayfa: üst sıra video + 3 görsel, alt sıra 4 görsel (hepsi eşit yükseklik) */
.ba-home-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.ba-home-grid .ba-thumb { margin: 0; }
.ba-video-tile { position: relative; border-radius: 14px; overflow: hidden; box-shadow: var(--shadow-sm); }
.ba-vid { width: 100%; height: 100%; aspect-ratio: 3/4; object-fit: cover; display: block; background: #1a1613; border-radius: 14px; }
.ba-thumb img, .ba-item img { border-radius: 14px; width: 100%; aspect-ratio: 3/4; object-fit: cover; box-shadow: var(--shadow-sm); }
.ba-item { padding: 0; border: 0; background: none; cursor: zoom-in; border-radius: 14px; overflow: hidden; }
.ba-item img { transition: transform .3s; box-shadow: none; }
.ba-item:hover img { transform: scale(1.05); }

.lightbox { position: fixed; inset: 0; background: rgba(18,40,48,.92); display: flex; align-items: center; justify-content: center; z-index: 1000; padding: 30px; }
.lightbox[hidden] { display: none; }
.lightbox img { max-width: 92vw; max-height: 88vh; border-radius: 12px; }
.lightbox-close { position: absolute; top: 18px; right: 24px; background: none; border: 0; color: #fff; font-size: 2.6rem; cursor: pointer; line-height: 1; }

/* ---------- Randevu modalı ---------- */
.modal { position: fixed; inset: 0; background: rgba(18,40,48,.6); backdrop-filter: blur(3px); display: flex; align-items: center; justify-content: center; z-index: 1100; padding: 24px; }
.modal[hidden] { display: none; }
.modal-card { position: relative; background: #fff; border-radius: 18px; box-shadow: var(--shadow); padding: 36px 30px 26px; width: 100%; max-width: 420px; text-align: center; animation: modalIn .22s ease; }
@keyframes modalIn { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
.modal-card h3 { font-size: 1.5rem; margin-bottom: 8px; }
.modal-card > p { color: var(--body); font-size: .96rem; margin-bottom: 22px; }
.modal-actions { display: flex; flex-direction: column; gap: 12px; }
.modal-actions .btn { width: 100%; }
.modal-close { position: absolute; top: 12px; right: 16px; background: none; border: 0; font-size: 1.9rem; line-height: 1; color: var(--muted); cursor: pointer; }
.modal-close:hover { color: var(--ink); }
.modal-hours { margin-top: 18px; font-size: .85rem; color: var(--muted); }
.btn-wa { background: #25d366; color: #fff; }
.btn-wa:hover { background: #1ebe5d; color: #fff; }

/* ---------- Blog ---------- */
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.post-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow-sm); }
.post-card h2, .post-card h3 { font-family: var(--font); font-size: 1.2rem; margin-bottom: .5rem; }
.post-card h2 a, .post-card h3 a { color: var(--ink); }
.post-card h2 a:hover, .post-card h3 a:hover { color: var(--teal); }
.post-date { color: var(--gold-text); font-weight: 700; font-size: .82rem; text-transform: uppercase; letter-spacing: .06em; margin-bottom: .4rem; }
.blog-post .post-body { font-size: 1.08rem; }
.blog-post h1 { margin-bottom: .6rem; }
.post-disclaimer { margin-top: 28px; }

/* ---------- Service detail ---------- */
.detail-grid { display: grid; grid-template-columns: 1.6fr .8fr; gap: 44px; align-items: start; }
.detail-main h2 { font-size: 1.4rem; margin-top: 1.6rem; }
.check-list { list-style: none; padding: 0; margin: 0 0 1rem; }
.check-list li { position: relative; padding-left: 30px; margin-bottom: 10px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: #fff; background: var(--teal); width: 20px; height: 20px; border-radius: 50%; display: grid; place-items: center; font-size: .72rem; font-weight: 700; }
.detail-aside { position: sticky; top: 96px; }
.aside-card { background: var(--bg-tint); border: 1px solid #d6e6eb; border-radius: var(--radius); padding: 26px; }
.aside-card h3 { color: var(--teal-dark); }
.aside-card p { font-size: .95rem; }

/* ---------- Breadcrumb / page head ---------- */
.breadcrumb { padding-top: 22px; padding-bottom: 0; }
.breadcrumb ol { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; list-style: none; margin: 0; padding: 0; font-size: .86rem; color: var(--muted); }
.breadcrumb .sep { color: var(--line); }
.breadcrumb a { color: var(--muted); }
.breadcrumb a:hover { color: var(--teal); }
.breadcrumb li[aria-current] { color: var(--ink); font-weight: 600; }
.page-head { padding-bottom: 0; }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 40px; align-items: start; }
.contact-block { padding-bottom: 22px; margin-bottom: 22px; border-bottom: 1px solid var(--line); }
.contact-block h3 { font-size: 1.05rem; color: var(--teal-dark); margin-bottom: .4rem; }
.contact-block address { font-style: normal; }
.contact-map iframe { width: 100%; height: 100%; min-height: 460px; border: 0; border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.contact-cta { margin: 10px 0 14px; }

/* ---------- Social ---------- */
.social-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 8px; }
.social-btn { display: inline-flex; align-items: center; padding: 9px 16px; border-radius: 999px; font-size: .85rem; font-weight: 700; color: #fff; }
.social-btn.wa { background: #25d366; }
.social-btn.ig { background: linear-gradient(45deg, #f09433, #dc2743, #bc1888); }
.social-btn.yt { background: #ff0000; }
.social-btn:hover { color: #fff; opacity: .92; }

/* ---------- Legal ---------- */
.legal-page h2 { font-family: var(--font); font-size: 1.2rem; margin-top: 1.6rem; }

/* ---------- Footer ---------- */
.site-footer { background: var(--ink); color: #cfd8dd; padding-top: 60px; margin-top: 0; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.1fr; gap: 36px; padding-bottom: 40px; }
.site-footer h4 { color: #fff; font-size: .95rem; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 14px; }
.brand-footer .brand-text strong { color: #fff; }
.brand-footer .brand-text small { color: #9fb0b7; }
.footer-col p { font-size: .92rem; color: #aebcc2; }
.footer-links { list-style: none; margin: 0; padding: 0; }
.footer-links li { margin-bottom: 8px; }
.footer-links a { color: #cfd8dd; font-size: .92rem; }
.footer-links a:hover { color: #fff; }
.site-footer address { font-style: normal; font-size: .92rem; color: #aebcc2; line-height: 1.8; }
.site-footer address a { color: #cfd8dd; }
.footer-hours-title { margin-top: 22px; }
.footer-hours { list-style: none; margin: 0; padding: 0; }
.footer-hours li { display: flex; justify-content: space-between; gap: 14px; font-size: .9rem; color: #aebcc2; padding: 4px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
.footer-hours li span:last-child { color: #fff; font-weight: 600; white-space: nowrap; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); padding: 22px 0; }
.footer-bottom .container { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; align-items: center; }
.footer-bottom p { margin: 0; font-size: .82rem; color: #8b9aa1; }
.disclaimer { max-width: 70ch; }

/* ---------- Floating WhatsApp ---------- */
.float-wa {
  position: fixed; right: 18px; bottom: 18px; z-index: 200; background: #25d366; color: #fff;
  display: flex; align-items: center; gap: 8px; padding: 13px 18px; border-radius: 999px;
  box-shadow: 0 12px 30px -8px rgba(37,211,102,.7); font-weight: 700;
}
.float-wa:hover { color: #fff; transform: translateY(-2px); }
.float-wa-icon { font-size: 1.2rem; }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .stats-grid, .value-grid, .why-grid { grid-template-columns: repeat(2, 1fr); }
  .service-grid { grid-template-columns: repeat(3, 1fr); }
  .post-grid, .ba-teaser { grid-template-columns: repeat(2, 1fr); }
  .ba-grid { grid-template-columns: repeat(3, 1fr); }
  .about-preview, .about-page, .detail-grid, .contact-grid, .doctor-grid { grid-template-columns: 1fr; gap: 36px; }
  .doctor-media { order: -1; max-width: 440px; margin: 0 auto; }
  .doctor-media::after { inset: 10px -10px -10px 10px; }
  .about-media { max-width: 420px; }
  .detail-aside { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .hero-video { min-height: 78vh; }
}

@media (max-width: 760px) {
  /* backdrop-filter, içindeki position:fixed menü için containing block oluşturur ve
     menüyü header kutusuna hapseder. Mobilde kaldırılınca menü viewport'a göre tam ekran açılır. */
  .site-header { backdrop-filter: none; -webkit-backdrop-filter: none; background: #fff; }
  .site-header.scrolled { background: #fff; }
  .nav-toggle { display: flex; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .primary-nav {
    position: fixed; inset: 76px 0 0; background: #fff; flex-direction: column; align-items: stretch;
    gap: 0; padding: 16px 22px 40px; overflow-y: auto; overscroll-behavior: contain;
    transform: translateX(100%); transition: transform .3s;
    border-top: 1px solid var(--line);
  }
  .primary-nav.open { transform: translateX(0); }
  .primary-nav > ul { flex-direction: column; align-items: stretch; gap: 0; }
  .primary-nav > ul > li > a { padding: 14px 6px; border-bottom: 1px solid var(--line); }
  .has-dropdown .dropdown, .mega-menu {
    position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none;
    border: 0; border-radius: 0; display: block; padding: 0 0 10px 14px; margin: 0;
    grid-template-columns: 1fr;
  }
  .mega-menu { display: block; }
  .mega-col { margin-bottom: 10px; }
  .nav-cta { margin-top: 18px; text-align: center; }
  .float-wa-text { display: none; }
  .float-wa { padding: 14px; }
}

@media (max-width: 520px) {
  body { font-size: 16px; }
  .stats-grid, .why-grid { grid-template-columns: 1fr 1fr; }
  .post-grid, .ba-teaser, .value-grid { grid-template-columns: 1fr; }
  .service-grid, .ba-grid, .ba-home-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr; }
  .cta-band .cta-inner { flex-direction: column; align-items: flex-start; }
  .hero-video { min-height: 88vh; }
  .hero-video .hero-actions .btn { flex: 1 1 auto; }
  .why-card { padding: 26px 22px; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
