/* =====================================================
   Dr. Arman Öztürk — Sıcak Klinik Zarafet
   Palet: krem zemin, koyu mürekkep, altın vurgu
   Fontlar: Fraunces (başlık) + Schibsted Grotesk (gövde)
   ===================================================== */

:root {
	--ink: #18162B;          /* koyu mürekkep (referans) */
	--ink-soft: #2B2847;
	--body: #4A4860;
	--muted: #7B798C;        /* referans gri */
	--gold: #C98A3E;         /* koyulaştırılmış altın (erişilebilir) */
	--gold-text: #A8712E;    /* açık zeminde küçük metin için (WCAG AA) */
	--gold-soft: #E3B077;    /* referans altın */
	--gold-hi: #FD9E01;
	--cream: #FDF6EC;
	--cream-2: #FFE9D0;
	--paper: #FFFFFF;
	--line: #EDE6DA;

	--font-display: "Kumbh Sans", "Segoe UI", sans-serif;
	--font-body: "Inter", "Segoe UI", sans-serif;

	--radius: 18px;
	--shadow: 0 18px 40px -18px rgba(24, 22, 43, 0.22);
	--container: 1180px;
}

/* ---------- Taban ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	font-family: var(--font-body);
	font-size: 16.5px;
	line-height: 1.65;
	color: var(--body);
	background: var(--paper);
	-webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--gold); text-decoration: none; }
a:hover { color: var(--ink); }
h1, h2, h3 { color: var(--ink); font-family: var(--font-display); font-weight: 700; line-height: 1.15; margin: 0 0 .5em; }
p { margin: 0 0 1em; }
.ico { width: 1.05em; height: 1.05em; fill: currentColor; vertical-align: -0.18em; }

.container { max-width: var(--container); margin: 0 auto; padding: 0 24px; }
.container--narrow { max-width: 820px; }

/* ---------- Üst bilgi çubuğu ---------- */
.topbar { background: var(--ink); color: #EDE9F5; font-size: 13.5px; }
.topbar__in { display: flex; align-items: center; gap: 16px; min-height: 40px; }
.topbar__item { color: #CFC9E0; display: inline-flex; align-items: center; gap: 7px; }
.topbar__address { min-width: 0; }
.topbar__address .ico { color: var(--gold-soft); flex: none; }
.topbar__address-text { min-width: 0; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.topbar__spacer { flex: 1; }
.topbar__icon {
	display: inline-flex; align-items: center; justify-content: center;
	width: 32px; height: 32px; border-radius: 8px;
	color: #fff; background: rgba(255, 255, 255, 0.14);
}
.topbar__icon .ico { width: 17px; height: 17px; }
.topbar__icon:hover { color: var(--ink); background: var(--gold-soft); }

/* ---------- Site başlığı ---------- */
.site-head {
	position: sticky; top: 0; z-index: 50;
	background: rgba(255, 255, 255, 0.92);
	backdrop-filter: blur(10px);
	border-bottom: 1px solid var(--line);
	transition: box-shadow .25s ease;
}
.site-head.is-scrolled { box-shadow: 0 10px 30px -18px rgba(24, 22, 43, .25); }
.site-head__in { display: flex; align-items: center; gap: 28px; min-height: 84px; }

.brand { display: inline-flex; align-items: center; gap: 14px; }
/* Logo başlıkta görünür olsun (koyu sürüm); ad logonun içinde yazılı */
.brand__logo { height: 76px; width: auto; flex: none; }
.brand__mark {
	display: grid; place-items: center;
	width: 52px; height: 52px;
	border-radius: 16px 16px 16px 4px;
	background: linear-gradient(135deg, var(--gold-soft), var(--gold));
	color: #fff; font-family: var(--font-display); font-size: 21px; font-weight: 600;
	letter-spacing: .02em;
}
.brand__text { display: flex; flex-direction: column; line-height: 1.25; }
.brand__name { color: var(--ink); font-family: var(--font-display); font-size: 27px; font-weight: 700; }
.brand__tag { color: var(--muted); font-family: var(--font-display); font-size: 16px; font-weight: 400; }
.custom-logo { max-height: 72px; width: auto; display: block; }

/* Altbilgide koyu zeminde beyaz kart içinde logo */
.foot-logo {
	display: inline-block; background: #fff; border-radius: 14px;
	padding: 10px 14px; margin-bottom: 14px;
}
.foot-logo img { display: block; width: 140px; height: auto; }

.nav { margin-left: auto; display: flex; align-items: center; gap: 26px; }
.nav__list { display: flex; align-items: center; gap: 26px; list-style: none; margin: 0; padding: 0; }
.nav__list a {
	color: var(--ink-soft); font-weight: 600; font-size: 15.5px;
	padding: 6px 2px; border-bottom: 2px solid transparent;
}
/* Açılır alt menüler (referans davranışı) */
.nav__list li { position: relative; }
.nav__list .menu-item-has-children > a::after {
	content: "▾"; font-size: 11px; margin-left: 6px; color: var(--muted);
}
.nav__list .sub-menu {
	position: absolute; top: 100%; left: -14px; z-index: 60;
	min-width: 250px; max-height: 420px; overflow-y: auto;
	background: #fff; border: 1px solid var(--line); border-radius: 12px;
	box-shadow: 0 24px 44px -20px rgba(24, 22, 43, .35);
	list-style: none; margin: 0; padding: 10px;
	opacity: 0; visibility: hidden; transform: translateY(8px);
	transition: opacity .18s ease, transform .18s ease, visibility .18s;
}
.nav__list li:hover > .sub-menu,
.nav__list li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: none; }
.nav__list .sub-menu a {
	display: block; padding: 9px 12px; border-radius: 8px;
	border-bottom: 0; font-weight: 400; font-size: 14.5px; white-space: nowrap;
}
.nav__list .sub-menu a:hover { background: var(--cream); color: var(--gold); }
.nav__list a:hover,
.nav__list .current-menu-item > a,
.nav__list .current_page_item > a { color: var(--gold); border-bottom-color: var(--gold); }

.nav-toggle { display: none; }

/* ---------- Butonlar ---------- */
.btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 8px;
	padding: 13px 26px; border-radius: 999px;
	font-family: var(--font-body); font-weight: 700; font-size: 15px;
	border: 1.5px solid transparent; cursor: pointer;
	transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn--solid { background: var(--ink); color: #fff; box-shadow: var(--shadow); }
.btn--solid:hover { background: var(--ink-soft); color: #fff; }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn--ghost:hover { background: var(--ink); color: #fff; }
.btn--light { background: #fff; color: var(--ink); }
.btn--light:hover { background: var(--cream-2); color: var(--ink); }
.btn--block { width: 100%; }
.btn--gold {
	background: var(--gold-soft); color: #fff;
	text-transform: uppercase; letter-spacing: .12em; font-size: 14px;
	box-shadow: 0 12px 26px -12px rgba(201, 138, 62, .6);
}
.btn--gold:hover { background: var(--gold); color: #fff; }
.btn--lg { padding: 18px 40px; font-size: 15px; line-height: 1.3; text-align: center; white-space: nowrap; }

/* ---------- Hero Slider ---------- */
.eyebrow {
	color: var(--gold-text); font-weight: 700; font-size: 13px;
	letter-spacing: .18em; text-transform: uppercase; margin-bottom: 14px;
}
.slider { position: relative; height: min(78vh, 760px); min-height: 480px; overflow: hidden; background: var(--ink); }
.slider__slide {
	position: absolute; inset: 0;
	background: center / cover no-repeat;
	background-image: var(--bg);
	background-position: var(--pos, center);
	opacity: 0; transition: opacity .7s ease;
	pointer-events: none;
}
.slider__slide.is-active { opacity: 1; pointer-events: auto; }
.slider__slide::before {
	content: ""; position: absolute; inset: 0; z-index: 1;
	background: linear-gradient(90deg, rgba(24, 22, 43, .45) 0%, rgba(24, 22, 43, .15) 60%, rgba(24, 22, 43, .35) 100%);
}
/* Dikey portre slaytı: kişi tam boy ortada, yanlar aynı karenin flu dolgusu */
.slider__blur {
	position: absolute; inset: -20px; z-index: 0;
	background: center 25% / cover no-repeat;
	filter: blur(16px) brightness(.92);
}
.slider__person {
	position: absolute; inset: 0; z-index: 0;
	height: 100%; width: auto; max-width: none;
	margin: 0 auto; object-fit: contain;
}
.slider__in {
	position: relative; z-index: 2; height: 100%;
	display: flex; flex-direction: column; justify-content: center; align-items: center;
	text-align: center; gap: 30px;
}
.slider__panel {
	background: rgba(24, 22, 43, .35);
	backdrop-filter: blur(2px);
	border-radius: 16px; padding: 30px 42px; max-width: 760px;
}
.slider__title {
	color: #fff; font-size: clamp(26px, 3vw, 40px); font-weight: 500;
	line-height: 1.3; margin: 0 0 10px;
}
.slider__sub { color: rgba(255, 255, 255, .92); font-size: 17px; margin: 0; }
.slider__actions { display: flex; align-items: center; gap: 22px; }
.slider__arrow {
	position: absolute; top: 50%; transform: translateY(-50%); z-index: 2;
	width: 52px; height: 52px; border-radius: 50%;
	background: rgba(255, 255, 255, .16); color: #fff;
	border: 0; cursor: pointer; font-size: 30px; line-height: 1;
	transition: background .2s ease;
}
.slider__arrow:hover { background: rgba(255, 255, 255, .32); }
.slider__arrow--prev { left: 22px; }
.slider__arrow--next { right: 22px; }
.slider__dots {
	/* hero altı kartların üstünde kalsın */
	position: absolute; left: 50%; transform: translateX(-50%); bottom: 150px; z-index: 2;
	display: flex; gap: 10px;
}
.slider__dot {
	width: 11px; height: 11px; border-radius: 50%;
	border: 0; cursor: pointer; padding: 0;
	background: rgba(255, 255, 255, .45); transition: background .2s ease, transform .2s ease;
}
.slider__dot.is-active { background: var(--gold-soft); transform: scale(1.25); }

.about-band__frame img {
	width: 100%; height: 100%; object-fit: cover;
	border-radius: inherit;
}
.hero__monogram {
	font-family: var(--font-display); font-size: 84px; color: rgba(255, 255, 255, 0.9);
	letter-spacing: .04em;
}

/* ---------- Kaydırma ile giriş efektleri ----------
   Referans sitedeki animate.css davranışının birebir karşılığı:
   fadeInUp/Down/Left/Right, 2sn ("animated-slow"), %100 mesafe.
   Gizleme yalnızca JS'in eklediği html.has-anim altında yapılır;
   JS çalışmazsa veya hareket azaltma açıksa içerik hep görünür. */
html.has-anim [data-anim] { opacity: 0; }
html.has-anim [data-anim].is-in {
	animation-duration: 2s;
	animation-fill-mode: both;
}
html.has-anim [data-anim="up"].is-in { animation-name: girisYukari; }
html.has-anim [data-anim="up-soft"].is-in { animation-name: girisYukariAz; }
html.has-anim [data-anim="down"].is-in { animation-name: girisAsagi; }
html.has-anim [data-anim="left"].is-in { animation-name: girisSoldan; }
html.has-anim [data-anim="right"].is-in { animation-name: girisSagdan; }
@keyframes girisYukari { from { opacity: 0; transform: translate3d(0, 100%, 0); } to { opacity: 1; transform: translate3d(0, 0, 0); } }
@keyframes girisYukariAz { from { opacity: 0; transform: translate3d(0, 48px, 0); } to { opacity: 1; transform: translate3d(0, 0, 0); } }
@keyframes girisAsagi { from { opacity: 0; transform: translate3d(0, -100%, 0); } to { opacity: 1; transform: translate3d(0, 0, 0); } }
@keyframes girisSoldan { from { opacity: 0; transform: translate3d(-100%, 0, 0); } to { opacity: 1; transform: translate3d(0, 0, 0); } }
@keyframes girisSagdan { from { opacity: 0; transform: translate3d(100%, 0, 0); } to { opacity: 1; transform: translate3d(0, 0, 0); } }
/* yatay kayan bloklar taşma oluşturmasın */
html.has-anim body { overflow-x: clip; }
html.has-anim .hero-cards,
html.has-anim .about-feat,
html.has-anim .social-band,
html.has-anim .slider { overflow-x: clip; }
@media (prefers-reduced-motion: reduce) {
	html.has-anim [data-anim] { opacity: 1 !important; animation: none !important; transform: none !important; }
}

/* ---------- Hero altı kartlar ---------- */
.hero-cards { position: relative; z-index: 5; margin-top: -120px; }
.hero-cards__grid { display: grid; grid-template-columns: 1.55fr 1fr; gap: 28px; align-items: stretch; }
.hc-help {
	background: #fff; border-radius: 18px; box-shadow: var(--shadow);
	padding: 34px 36px;
	display: grid; grid-template-columns: 1fr 1.5fr; gap: 26px; align-items: center;
}
.hc-help__title { font-size: 24px; margin: 0 0 10px; }
.hc-help__sub { color: var(--muted); font-size: 15px; margin: 0 0 16px; }
.hc-help__more { color: var(--gold-text); font-weight: 600; font-size: 15px; }
.hc-help__list {
	list-style: none; margin: 0; padding: 0;
	columns: 2; column-gap: 20px;
}
.hc-help__list li { break-inside: avoid; margin-bottom: 12px; }
.hc-help__list a { display: flex; align-items: center; gap: 10px; color: var(--ink-soft); font-size: 15px; font-weight: 500; }
.hc-help__list a:hover { color: var(--gold); }
.hc-check {
	display: grid; place-items: center; flex: none;
	width: 22px; height: 22px; border-radius: 50%;
	background: var(--gold-soft);
}
.hc-check .ico { width: 13px; height: 13px; fill: #fff; }

.hc-phone {
	background: var(--ink); color: #fff; border-radius: 18px; box-shadow: var(--shadow);
	padding: 34px 36px; text-align: center;
	display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px;
}
.hc-phone__title { color: #fff; font-size: 24px; margin: 0; }
.hc-phone__sub { color: #BDB7CF; font-size: 14.5px; margin: 0 0 12px; }
.hc-phone__row { display: flex; align-items: center; gap: 14px; margin-bottom: 16px; }
.hc-phone__icon {
	display: grid; place-items: center;
	width: 52px; height: 52px; border-radius: 50%;
	background: var(--gold-soft);
}
.hc-phone__icon .ico { width: 24px; height: 24px; fill: #fff; }
.hc-phone__num { display: flex; flex-direction: column; text-align: left; line-height: 1.25; }
.hc-phone__num a { color: #fff; font-family: var(--font-display); font-weight: 700; font-size: 21px; }
.hc-phone__num span { color: #BDB7CF; font-size: 13px; }

@media (max-width: 1020px) {
	.hero-cards__grid { grid-template-columns: 1fr; }
	.hc-help { grid-template-columns: 1fr; }
}
@media (max-width: 820px) {
	.hero-cards { margin-top: -60px; }
	.hc-help, .hc-phone { padding: 26px 22px; }
	.hc-help__list { columns: 1; }
	/* Liste bağlantıları parmakla rahat seçilsin (25px -> 41px) */
	.hc-help__list a { padding: 8px 0; }
	.hc-help__list li { margin-bottom: 4px; }
	.brand { padding: 6px 0; }
}

/* ---------- Bölümler ---------- */
.section { padding: 76px 0; }
.section--cream { background: linear-gradient(180deg, var(--cream) 0%, #fff 100%); }
.section-head { max-width: 640px; margin-bottom: 40px; }
/* Referans ölçüsü: 36px, ağırlık 600 */
.section-title { font-size: clamp(26px, 2.7vw, 36px); font-weight: 600; }
.section-foot { margin-top: 36px; text-align: center; }

/* ---------- Bölge gezinme çipleri (hastalıklar arşivi) ---------- */
.bolge-nav { display: flex; flex-wrap: wrap; gap: 10px; }
.bolge-chip {
	display: inline-flex; align-items: center; gap: 8px;
	padding: 10px 16px; border-radius: 999px;
	background: #fff; border: 1px solid var(--line);
	color: var(--ink); font-weight: 600; font-size: 15px;
	transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.bolge-chip:hover { transform: translateY(-2px); border-color: var(--gold-soft); box-shadow: var(--shadow); color: var(--ink); }
.bolge-chip__say {
	display: inline-grid; place-items: center; min-width: 24px; height: 24px;
	padding: 0 6px; border-radius: 999px;
	background: var(--cream-2); color: var(--gold-text); font-size: 13px; font-weight: 700;
}
@media (max-width: 820px) {
	.bolge-chip { font-size: 14px; padding: 9px 13px; }
}

/* ---------- Kartlar ---------- */
.card-grid {
	display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px;
}
.card {
	display: flex; flex-direction: column;
	background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
	overflow: hidden;
	transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: var(--gold-soft); }
.card__media { aspect-ratio: 640 / 420; overflow: hidden; background: var(--cream); }
.card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.card:hover .card__media img { transform: scale(1.045); }
.card__ph {
	width: 100%; height: 100%;
	display: grid; place-items: center;
	background: linear-gradient(150deg, var(--cream-2), var(--cream));
}
.card__ph span { font-family: var(--font-display); font-size: 56px; color: var(--gold-soft); }
.card__body { padding: 22px 24px 24px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.card__title { font-size: 20px; margin: 0; }
.card__text { color: var(--muted); font-size: 14.8px; margin: 0; flex: 1; }
.card__more {
	color: var(--gold-text); font-weight: 700; font-size: 14px; letter-spacing: .04em;
	display: inline-flex; align-items: center; gap: 6px;
}
.card__more::after { content: "→"; transition: transform .2s ease; }
.card:hover .card__more::after { transform: translateX(4px); }

/* ---------- İstatistik bandı ---------- */
.stats-wrap { padding-top: 0; }
.stats {
	background: var(--cream-2); border-radius: 20px;
	display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
	padding: 56px 30px;
}
.stats__item { text-align: center; }
.stats__icon { width: 52px; height: 52px; fill: var(--gold-soft); margin-bottom: 14px; }
.stats__num { margin: 0; color: var(--ink); font-family: var(--font-display); font-weight: 700; font-size: clamp(34px, 4vw, 46px); line-height: 1.1; }
.stats__plus { color: var(--gold); font-size: .6em; vertical-align: .35em; margin-left: 4px; }
.stats__label { margin: 6px 0 0; color: var(--muted); font-size: 15.5px; }

@media (max-width: 820px) {
	.stats { grid-template-columns: 1fr; padding: 40px 24px; gap: 32px; }
}

/* ---------- Hakkımda / özellikler ---------- */
.about-feat__grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: 56px; align-items: center; }
.about-feat__name { font-size: clamp(26px, 2.7vw, 36px); font-weight: 600; margin: 0 0 26px; }
.feat-list { list-style: none; margin: 0 0 30px; padding: 0; display: flex; flex-direction: column; gap: 22px; }
.feat-list li { display: flex; align-items: center; gap: 18px; }
.feat-icon {
	display: grid; place-items: center; flex: none;
	width: 62px; height: 62px; border-radius: 16px;
	background: #fff; box-shadow: var(--shadow);
	color: var(--gold);
}
.feat-icon .ico { width: 28px; height: 28px; fill: currentColor; }
.feat-list h3 { font-size: 19px; margin: 0 0 2px; }
.feat-list p { color: var(--muted); font-size: 14.5px; margin: 0; }

.about-feat__foot { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.about-chip { display: inline-flex; align-items: center; gap: 12px; }
.about-chip__avatar {
	display: grid; place-items: center; flex: none;
	width: 52px; height: 52px; border-radius: 50%;
	background: linear-gradient(135deg, var(--gold-soft), var(--gold));
	color: #fff; font-family: var(--font-display); font-weight: 700; font-size: 18px;
	border: 3px solid var(--cream-2);
}
.about-chip__avatar--img { object-fit: cover; }
.about-chip__id { display: flex; flex-direction: column; line-height: 1.3; }
.about-chip__id strong { color: var(--ink); font-size: 16px; }
.about-chip__id span { color: var(--muted); font-size: 13px; }

.about-feat__collage {
	display: grid; grid-template-columns: 1fr 1fr; gap: 20px;
}
/* 2x2 kare ızgara: kaynak fotoğraflar dikey, kare kırpımda kayıp en az oluyor */
.about-feat__img {
	width: 100%; aspect-ratio: 1 / 1; object-fit: cover;
	border-radius: 16px;
}

@media (max-width: 1020px) {
	.about-feat__grid { grid-template-columns: 1fr; gap: 36px; }
}

/* ---------- Hastalık pilleri ---------- */
.pill-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.pill {
	display: flex; align-items: center; justify-content: space-between; gap: 10px;
	background: #fff; border: 1px solid var(--line); border-radius: 14px;
	padding: 16px 18px;
	color: var(--ink); font-weight: 500;
	transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.pill:hover { transform: translateY(-3px); border-color: var(--gold-soft); box-shadow: var(--shadow); color: var(--ink); }
.pill__arrow { color: var(--gold); flex: none; }

/* ---------- Öne çıkanlar şeridi (sekmeli, görsel değişir) ---------- */
/* Referansta bu bölüm tam ekran; yapışkan başlık payı düşülür ki
   sekmeler bölümün üst kenarına dayalı kalsın ve boşluk oluşmasın */
/* ---------- Öne çıkanlar bandı ---------- */
.showcase__grid {
	display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
}
.showcase__panel {
	display: block; text-decoration: none; color: var(--ink);
	background: #fff; border: 1px solid var(--line); border-radius: 16px;
	overflow: hidden; transition: transform .25s ease, box-shadow .25s ease;
}
.showcase__panel:hover, .showcase__panel:focus-visible {
	transform: translateY(-4px);
	box-shadow: 0 16px 34px rgba(24, 22, 43, .12);
}
.showcase__gorsel {
	display: block; background: var(--cream-2);
	aspect-ratio: 1200 / 788; overflow: hidden;
}
.showcase__gorsel img {
	width: 100%; height: 100%; object-fit: cover; display: block;
	transition: transform .35s ease;
}
.showcase__panel:hover .showcase__gorsel img { transform: scale(1.04); }
.showcase__etiket {
	display: flex; align-items: center; min-height: 74px;
	padding: 14px 18px;
	font-weight: 600; font-size: 16px; line-height: 1.35;
}

@media (max-width: 820px) {
	.showcase__grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
	.showcase__etiket { padding: 12px 14px; font-size: 15px; min-height: 66px; }
}
@media (max-width: 420px) {
	.showcase__etiket { min-height: 60px; padding: 10px 12px; font-size: 14px; }
}

/* ---------- Sosyal bant: Instagram + Google yorumları ---------- */
.social-band {
	position: relative;
	background: var(--cream) center / cover no-repeat;
	padding: 84px 0;
}
.social-band::before {
	content: ""; position: absolute; inset: 0;
	background: linear-gradient(100deg, rgba(253, 246, 236, .97) 0%, rgba(253, 246, 236, .9) 55%, rgba(253, 246, 236, .8) 100%);
}
.social-band__grid {
	position: relative;
	display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: stretch;
}
.social-card {
	background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
	box-shadow: var(--shadow); padding: 26px;
	display: flex; flex-direction: column; gap: 20px;
}
.social-card__head, .social-card__ghead { display: flex; align-items: center; gap: 14px; }
.social-card__avatar {
	display: grid; place-items: center; flex: none;
	width: 54px; height: 54px; border-radius: 50%;
	background: linear-gradient(135deg, var(--gold-soft), var(--gold));
	color: #fff; font-family: var(--font-display); font-size: 20px;
}
.gmark {
	display: grid; place-items: center; flex: none;
	width: 54px; height: 54px; border-radius: 50%;
	background: #fff; border: 1.5px solid var(--line);
	font-family: var(--font-body); font-weight: 700; font-size: 24px; color: #4285F4;
}
.gmark--star { color: var(--gold-hi); font-size: 26px; }
.rev-item .rev-stars { font-size: 15px; }
.rev-source { color: var(--muted); font-size: 12.5px; text-align: right; margin: 4px 0 0; }
.social-card__id { display: flex; flex-direction: column; line-height: 1.3; flex: 1; min-width: 0; }
.social-card__id strong { color: var(--ink); font-size: 17px; }
.social-card__id span { color: var(--muted); font-size: 13.5px; }
.btn--sm { padding: 9px 18px; font-size: 13.5px; }

.social-card__tiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.social-card__tiles a { display: block; border-radius: 12px; overflow: hidden; aspect-ratio: 1; }
.social-card__tiles img {
	width: 100%; height: 100%; object-fit: cover;
	transition: transform .3s ease;
}
.social-card__tiles a:hover img { transform: scale(1.06); }

.rev-stars { color: var(--gold-hi); font-size: 22px; letter-spacing: .12em; }

/* Yorum alanı: özet + yüzen kart karuseli */
.rev-area { display: flex; flex-direction: column; justify-content: flex-start; gap: 22px; min-width: 0; padding-top: 6px; }
.rev-summary { text-align: center; }
.rev-summary__word {
	margin: 0 0 2px; color: var(--ink);
	font-family: var(--font-display); font-weight: 700; font-size: 30px;
	text-transform: uppercase; letter-spacing: .02em;
}
.rev-stars--big { font-size: 34px; letter-spacing: .08em; }
.rev-summary__count { margin: 4px 0 0; color: var(--ink-soft); font-size: 15px; }
.rev-summary__count strong { color: var(--ink); }
.rev-summary__kaynak { margin: 6px 0 0; color: var(--ink-soft); font-size: 13px; }

.rev-carousel { position: relative; min-width: 0; }
.rev-track {
	display: flex; gap: 16px;
	overflow-x: auto; scroll-snap-type: x mandatory;
	padding: 6px 2px 14px;
	scrollbar-width: none;
}
.rev-track::-webkit-scrollbar { display: none; }
.rev-card {
	/* görünür alana tam iki kart sığar; üçüncüye okla geçilir (kesik kart kalmaz) */
	flex: 0 0 calc(50% - 8px); scroll-snap-align: start;
	margin: 0; background: #fff; border-radius: 14px;
	box-shadow: 0 16px 34px -18px rgba(24, 22, 43, .35);
	padding: 20px 22px;
}
@media (max-width: 820px) {
	.rev-card { flex-basis: 88%; }
}
.rev-card__head { display: flex; align-items: center; gap: 12px; margin-bottom: 8px; }
.rev-card__avatar {
	display: grid; place-items: center; flex: none;
	width: 44px; height: 44px; border-radius: 50%;
	background: var(--ink); color: #fff; font-weight: 700; font-size: 18px;
}
.rev-card__id { display: flex; flex-direction: column; line-height: 1.3; }
.rev-card__id strong { color: var(--ink); font-size: 15.5px; }
.rev-card__id span { color: var(--muted); font-size: 13px; }
.rev-card .rev-stars { font-size: 16px; }
.rev-card p { margin: 8px 0 0; color: var(--ink-soft); font-size: 14.5px; line-height: 1.6; }
.rev-arrow {
	position: absolute; top: 50%; transform: translateY(-50%); z-index: 2;
	width: 40px; height: 40px; border-radius: 50%;
	border: 0; cursor: pointer; font-size: 24px; line-height: 1;
	background: #fff; color: var(--ink);
	box-shadow: 0 10px 24px -10px rgba(24, 22, 43, .4);
	transition: background .2s ease, color .2s ease;
}
.rev-arrow:hover { background: var(--ink); color: #fff; }
.rev-arrow--prev { left: -14px; }
.rev-arrow--next { right: -14px; }

@media (max-width: 820px) {
	.social-band { padding: 56px 0; }
	.social-band__grid { grid-template-columns: 1fr; }
}

/* ---------- İç sayfa girişleri ---------- */
.page-hero {
	background: linear-gradient(180deg, var(--cream) 0%, #fff 100%);
	border-bottom: 1px solid var(--line);
	padding: 52px 0 44px;
}
.page-hero__title { font-size: clamp(28px, 2.9vw, 38px); font-weight: 600; margin: 0; }
.page-hero__sub { color: var(--muted); margin: 10px 0 0; }
.page-hero .eyebrow { color: var(--ink-soft); }
.card__badge {
	align-self: flex-start;
	background: var(--cream-2); color: var(--gold-text);
	font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
	padding: 4px 10px; border-radius: 999px;
}

/* ---------- Yazı içerikleri ---------- */
.prose { font-size: 17px; }
.prose .bio-photo {
	float: right; width: min(300px, 42%);
	margin: 6px 0 18px 26px;
}
.prose .bio-photo img { border-radius: 16px; box-shadow: var(--shadow); }
/* Dikey kongre karesi sayfayı ezmesin: genişliği sınırlı ve ortalanmış */
.prose .bio-figure { margin: 28px auto; max-width: 400px; }
.prose .bio-figure img { width: 100%; border-radius: 16px; box-shadow: var(--shadow); }
.prose .bio-figure figcaption {
	margin-top: 10px; color: var(--muted); font-size: 14.5px; text-align: center;
}
@media (max-width: 640px) {
	.prose .bio-photo { float: none; width: 100%; margin: 0 0 20px; }
}
.prose h2 { font-size: 26px; margin-top: 1.4em; }
.prose h3 { font-size: 21px; margin-top: 1.2em; }
.prose img { border-radius: var(--radius); }
.single__figure { margin: 0 0 26px; }
.single__figure img { border-radius: var(--radius); }

.single__grid { display: grid; grid-template-columns: 1fr 340px; gap: 44px; align-items: start; }

.side { display: flex; flex-direction: column; gap: 22px; position: sticky; top: 110px; }
.side-box {
	background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
	padding: 26px;
}
.side-box__title { font-size: 20px; }
.side-box__text { color: var(--muted); font-size: 14.8px; }
.side-box__hours { color: var(--body); font-size: 13.5px; text-align: center; margin: 12px 0 0; }
.side-list { list-style: none; margin: 0; padding: 0; }
.side-list li { border-bottom: 1px solid var(--line); }
.side-list li:last-child { border-bottom: 0; }
.side-list a { display: block; padding: 10px 2px; color: var(--ink-soft); font-size: 15px; }
.side-list a:hover { color: var(--gold); padding-left: 6px; transition: padding .15s ease; }

/* ---------- İletişim ---------- */
.contact__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: start; }
.contact-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 16px; }
.contact-list__label {
	display: block; color: var(--muted); font-size: 12.5px;
	letter-spacing: .1em; text-transform: uppercase; margin-bottom: 2px;
}
.map-frame {
	margin-top: 22px; border-radius: var(--radius); overflow: hidden;
	border: 1px solid var(--line); box-shadow: var(--shadow);
}
.map-frame iframe { display: block; width: 100%; height: 320px; border: 0; }
.map-link { margin-top: 10px; font-size: 14.5px; }
.map-link a { color: var(--gold-text); font-weight: 700; }

/* İçerik beklenirken gösterilen zarif not kutusu */
.content-pending {
	background: var(--cream); border: 1px dashed var(--gold-soft);
	border-radius: var(--radius); padding: 22px 26px;
	color: var(--body);
}
.content-pending p { margin: 0; }

/* Görselsiz tekil sayfa için monogram dolgusu */
.single__ph {
	aspect-ratio: 16 / 8; border-radius: var(--radius);
	background: linear-gradient(150deg, var(--cream-2), var(--cream));
	display: grid; place-items: center; margin-bottom: 26px;
}
.single__ph span { font-family: var(--font-display); font-size: 72px; color: var(--gold-soft); }

.contact-form { display: flex; flex-direction: column; gap: 16px; }
.contact-form label { display: flex; flex-direction: column; gap: 6px; font-weight: 500; color: var(--ink-soft); font-size: 14.5px; }
.contact-form input,
.contact-form textarea {
	font: inherit; color: var(--ink);
	border: 1.5px solid var(--line); border-radius: 12px;
	padding: 12px 14px; background: var(--cream);
	transition: border-color .18s ease, background .18s ease;
}
.contact-form input:focus,
.contact-form textarea:focus { outline: none; border-color: var(--gold); background: #fff; }
.hp { position: absolute !important; left: -9999px; }
.form-note { border-radius: 12px; padding: 12px 16px; font-size: 14.5px; }
.form-note--ok { background: #EAF6EC; color: #1E6B34; }
.form-note--err { background: #FBECEC; color: #9C2B2B; }

/* ---------- Sayfalama ---------- */
.pagination .nav-links { display: flex; gap: 8px; justify-content: center; }
.pagination .page-numbers {
	padding: 9px 15px; border-radius: 10px; border: 1px solid var(--line);
	color: var(--ink); font-weight: 500;
}
.pagination .page-numbers.current { background: var(--ink); color: #fff; border-color: var(--ink); }
.pagination .page-numbers:hover { border-color: var(--gold); color: var(--gold); }

/* ---------- Alt bilgi ---------- */
.site-foot { background: var(--ink); color: #BDB7CF; margin-top: 40px; }
.site-foot__grid {
	display: grid; grid-template-columns: 1.4fr 1.1fr .9fr .9fr .9fr; gap: 36px;
	padding-top: 60px; padding-bottom: 40px;
}
.brand__mark--foot { margin-bottom: 14px; }
.foot-name { color: #fff; font-family: var(--font-display); font-size: 19px; margin-bottom: 2px; }
.foot-tag { color: #A3A0B5; font-size: 13px; letter-spacing: .05em; text-transform: uppercase; }
.foot-h { color: var(--gold-soft); font-family: var(--font-body); font-size: 13px; letter-spacing: .14em; text-transform: uppercase; margin: 0 0 10px; }
.foot-col p { font-size: 14.8px; margin-bottom: 14px; }
.foot-col a { color: #E9E5F3; }
.foot-col a:hover { color: var(--gold-soft); }
.foot-menu { list-style: none; margin: 0; padding: 0; }
.foot-menu a { display: block; padding: 4px 0; color: #E9E5F3; font-size: 14.8px; }
.foot-menu a:hover { color: var(--gold-soft); }
/* Alt satır: soldaki Doktora Yazın balonuyla çakışmasın diye ortalı ve ekstra boşluklu */
.site-foot__base { border-top: 1px solid rgba(255, 255, 255, 0.08); padding-top: 18px; padding-bottom: 96px; }
.site-foot__base p { margin: 0; font-size: 13px; color: var(--muted); text-align: center; }

/* ---------- Doktora Yazın: yüzen iletişim başlatıcısı ---------- */
/* ---------- Yukarı dön düğmesi ---------- */
.totop {
	position: fixed; right: 18px; bottom: 20px; z-index: 70;
	width: 46px; height: 46px; border-radius: 12px;
	background: var(--ink); color: #fff; border: 0; cursor: pointer;
	display: flex; align-items: center; justify-content: center;
	box-shadow: 0 12px 26px -12px rgba(24, 22, 43, .55);
	opacity: 0; visibility: hidden; transform: translateY(12px);
	transition: opacity .3s ease, transform .3s ease, background .2s ease, visibility .3s;
}
.totop.is-show { opacity: 1; visibility: visible; transform: translateY(0); }
.totop:hover { background: var(--gold); }
.totop .ico { width: 20px; height: 20px; }

.chatw { position: fixed; left: 18px; bottom: 18px; z-index: 70; }
.chatw__row { display: flex; align-items: center; gap: 12px; }
.chatw__toggle {
	width: 58px; height: 58px; border-radius: 50%;
	display: grid; place-items: center;
	background: var(--ink); color: #fff;
	border: 0; cursor: pointer;
	box-shadow: 0 16px 34px -12px rgba(24, 22, 43, .55);
	transition: transform .2s ease, background .2s ease;
}
.chatw__toggle:hover { transform: scale(1.06); }
.chatw__toggle .ico { width: 24px; height: 24px; }
.chatw__ico-x { display: none; }
.chatw.is-open .chatw__ico-x { display: block; }
.chatw.is-open .chatw__ico-chat { display: none; }
.chatw__label {
	background: #fff; color: var(--ink);
	font-weight: 600; font-size: 14px;
	padding: 9px 14px; border-radius: 10px;
	box-shadow: 0 10px 24px -12px rgba(24, 22, 43, .4);
	white-space: nowrap;
	transition: opacity .2s ease;
}
.chatw.is-open .chatw__label { opacity: 0; visibility: hidden; }
.chatw__channels {
	display: flex; flex-direction: column; gap: 12px;
	margin-bottom: 12px;
	opacity: 0; visibility: hidden; transform: translateY(10px);
	transition: opacity .22s ease, transform .22s ease, visibility .22s;
}
.chatw.is-open .chatw__channels { opacity: 1; visibility: visible; transform: none; }
.chatw__ch {
	width: 50px; height: 50px; border-radius: 50%;
	display: grid; place-items: center; color: #fff;
	box-shadow: 0 12px 26px -12px rgba(24, 22, 43, .5);
	transition: transform .18s ease;
}
.chatw__ch:hover { transform: scale(1.08); color: #fff; }
.chatw__ch .ico { width: 22px; height: 22px; }
.chatw__ch--phone { background: #35B657; }
.chatw__ch--ig { background: linear-gradient(45deg, #F58529, #DD2A7B 55%, #8134AF); }
.chatw__ch--in { background: #0A66C2; }

/* Sosyal ikonlar: altın yuvarlak butonlar (referans stili) */
.foot-social, .contact-social { display: flex; gap: 14px; flex-wrap: wrap; }
.foot-social a, .contact-social a {
	display: grid; place-items: center;
	width: 48px; height: 48px; border-radius: 50%;
	background: var(--gold-soft); color: #fff;
	transition: background .2s ease, transform .18s ease;
}
.foot-social a:hover, .contact-social a:hover { background: var(--gold); color: #fff; transform: scale(1.07); }
.foot-social .ico, .contact-social .ico { width: 21px; height: 21px; }

.social-card__avatar--ig {
	background: linear-gradient(45deg, #F58529, #DD2A7B 55%, #8134AF);
}
.social-card__avatar--ig .ico { width: 26px; height: 26px; fill: #fff; }
.social-card__avatar--img { background: none; overflow: hidden; }
.social-card__avatar--img img { width: 100%; height: 100%; object-fit: cover; }

/* ---------- Duyarlılık ---------- */
@media (max-width: 1020px) {
	.card-grid { grid-template-columns: repeat(2, 1fr); }
	.pill-grid { grid-template-columns: repeat(2, 1fr); }
	.single__grid { grid-template-columns: 1fr; }
	.side { position: static; }
	.site-foot__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 820px) {
	.topbar { font-size: 12.5px; }

	/* Dokunma hedefleri parmakla rahat isabet edecek büyüklükte olsun (min 40px) */
	.topbar__icon { width: 40px; height: 40px; flex: none; min-width: 40px; }
	/* Telefon numarası bağlantıları da parmak dostu yükseklikte olsun */
	.hc-phone__num a,
	.foot-col a[href^="tel:"],
	.contact-list a[href^="tel:"] { display: inline-block; padding: 8px 0; }
	/* nokta görsel olarak 12px kalır, dokunma alanı 40px olur (border-box) */
	.slider__dot,
	.slider__dot.is-active { width: 40px; height: 40px; padding: 14px; background-clip: content-box; }
	.slider__dots { gap: 0; bottom: 140px; }
	.hc-help__more,
	.card__more,
	.foot-menu a,
	.contact-list a { display: inline-block; padding-top: 8px; padding-bottom: 8px; }
	.foot-social a, .chatw__ch { min-width: 44px; min-height: 44px; }

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

	.nav {
		display: none;
		position: absolute; left: 0; right: 0; top: 100%;
		background: #fff; border-bottom: 1px solid var(--line);
		padding: 18px 24px 24px;
		flex-direction: column; align-items: stretch; gap: 14px;
		box-shadow: 0 24px 40px -24px rgba(24, 22, 43, .3);
		/* Alt menüler açılınca menü ekrandan taşıyordu: kendi içinde kayar,
		   kaydırma arkadaki sayfaya sızmaz. */
		max-height: calc(100vh - 132px);
		max-height: calc(100dvh - 132px);
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		overscroll-behavior: contain;
	}
	.nav.is-open { display: flex; }
	.nav__list { flex-direction: column; align-items: stretch; gap: 2px; }
	.nav__list a { display: block; padding: 11px 4px; font-size: 16.5px; border-bottom: 1px solid var(--line); }
	.nav__cta { justify-content: center; }

	.slider { height: 66vh; min-height: 420px; }
	/* Dar ekranda ayrı dikey kadraj kullanılır, kırpım kaybı en az olur */
	.slider__slide {
		background-image: var(--bg-m, var(--bg));
		background-position: var(--pos-m, var(--pos, center));
	}
	.slider__panel { padding: 22px 20px; }
	.slider__arrow { display: none; }

	/* Mobil menüde alt menüler dokununca açılan akordeon */
	.nav__list .sub-menu {
		position: static; min-width: 0; max-height: none; overflow: visible;
		box-shadow: none; border: 0; border-left: 2px solid var(--line);
		border-radius: 0; padding: 0 0 0 14px; margin: 4px 0 8px;
		display: none; opacity: 1; visibility: visible; transform: none;
	}
	.nav__list li.is-open > .sub-menu { display: block; }
	.nav__list .sub-menu a { white-space: normal; border-bottom: 0; padding: 8px 4px; font-size: 15px; }

	.about-band__grid { grid-template-columns: 1fr; gap: 32px; }
	.contact__grid { grid-template-columns: 1fr; }
	.cta-band__in { flex-direction: column; align-items: flex-start; }

	.section { padding: 56px 0; }
	.chatw { left: 14px; bottom: 14px; }
	.totop { right: 14px; bottom: 16px; width: 44px; height: 44px; }
	.chatw__label { font-size: 13px; }
}

@media (max-width: 560px) {
	.card-grid { grid-template-columns: 1fr; }
	.pill-grid { grid-template-columns: 1fr; }
	.site-foot__grid { grid-template-columns: 1fr; }
	.brand__tag { display: none; }
	.brand__logo { height: 56px; }
	.brand { gap: 10px; }
}
@media (max-width: 380px) {
	.brand__logo { height: 48px; }
}
