/* =========================================================
   Dr. Deniz Şahin — Medikal Estetik
   Açık tema: BEYAZ zemin + petrol (teal) + şampanya altını.
   Renkler markanın poster kimliğinden türetildi.
   ========================================================= */

:root {
  /* Marka renkleri */
  --petrol:       #0E3A42;   /* birincil koyu — başlık, footer, hero bandı */
  --petrol-deep:  #082A30;
  --petrol-light: #1C5762;
  --gold:         #C5A37F;   /* dekoratif şampanya altını */
  --gold-deep:    #A07C45;   /* beyaz üstünde okunur altın (metin/aksan) */
  --gold-bright:  #D8BC93;

  /* Zeminler */
  --bg:          #FFFFFF;    /* sayfa zemini BEYAZ */
  --bg-soft:     #FAF6EF;    /* sıcak krem alternatif bölüm */
  --bg-soft-2:   #F3ECE0;
  --cream:       #F8F2E9;

  /* Metin */
  --ink:         #16302F;    /* ana metin — koyu petrol */
  --muted:       #5F6E6E;    /* ikincil metin */
  --line:        #E7E0D4;    /* ince çizgi (sıcak) */
  --line-gold:   rgba(160,124,69,.30);

  /* Tipografi */
  --font-head: "Cormorant Garamond", "Georgia", "Times New Roman", serif;
  --font-body: "Jost", "Segoe UI", system-ui, sans-serif;

  /* Ölçüler */
  --container: 1200px;
  --radius: 4px;
  --radius-lg: 6px;
  --shadow-sm: 0 2px 14px rgba(14,58,66,.06);
  --shadow: 0 16px 40px rgba(14,58,66,.10);
  --shadow-lg: 0 30px 70px rgba(14,58,66,.16);
  --header-h: 80px;
  --trans: .35s cubic-bezier(.22,.61,.36,1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; overflow-x: hidden; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.75;
  font-size: 17px;
  font-weight: 300;
  letter-spacing: .01em;
  overflow-x: hidden;
  position: relative;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--gold-deep); text-decoration: none; transition: color var(--trans); }
a:hover { color: var(--petrol); }
h1, h2, h3, h4, h5 {
  font-family: var(--font-head); color: var(--petrol); line-height: 1.12;
  margin: 0 0 .5em; font-weight: 500; overflow-wrap: break-word; letter-spacing: .005em;
}
h1 { font-size: clamp(2.6rem, 6vw, 4.6rem); font-weight: 500; }
h2 { font-size: clamp(2rem, 4vw, 3rem); font-weight: 500; }
h3 { font-size: 1.5rem; }
p { margin: 0 0 1.1em; }
ul, ol { margin: 0 0 1.1em; padding-left: 1.3em; }
li { margin-bottom: .4em; }
strong { color: var(--petrol); font-weight: 500; }

/* Erişilebilirlik */
:focus-visible { outline: 2px solid var(--gold-deep); outline-offset: 3px; border-radius: 2px; }
.skip-link {
  position: absolute; left: -999px; top: 0; z-index: 2000;
  background: var(--petrol); color: #fff; padding: 12px 20px; border-radius: 0 0 4px 0; font-weight: 500;
}
.skip-link:focus { left: 0; }

/* ---------- Düzen yardımcıları ---------- */
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 26px; }
.section { padding: 104px 0; position: relative; }
.section--soft { background: var(--bg-soft); }
.section--tight { padding: 62px 0; }
.center { text-align: center; }
.lead { font-size: 1.22rem; color: var(--muted); font-weight: 300; }
.eyebrow {
  display: inline-block; font-family: var(--font-body); font-weight: 500;
  text-transform: uppercase; letter-spacing: .28em; font-size: .74rem;
  color: var(--gold-deep); margin-bottom: 20px;
}
.eyebrow::before { content: ""; display: inline-block; width: 26px; height: 1px; background: var(--gold-deep);
  vertical-align: middle; margin-right: 12px; opacity: .8; }
.section-head { max-width: 760px; margin: 0 auto 58px; }
.section-head.center { text-align: center; }
.muted { color: var(--muted); }
.grid { display: grid; gap: 26px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

/* ---------- Butonlar ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-body); font-weight: 400; font-size: .82rem;
  text-transform: uppercase; letter-spacing: .16em;
  padding: 16px 30px; border-radius: 2px; border: 1px solid transparent;
  cursor: pointer; transition: var(--trans); text-align: center; line-height: 1;
}
.btn svg { width: 17px; height: 17px; }
.btn--primary { background: var(--petrol); color: #fff; border-color: var(--petrol); }
.btn--primary:hover { background: var(--petrol-deep); border-color: var(--petrol-deep); color: #fff; transform: translateY(-2px); box-shadow: var(--shadow); }
.btn--accent { background: transparent; color: var(--gold-deep); border-color: var(--gold-deep); }
.btn--accent:hover { background: var(--gold-deep); color: #fff; transform: translateY(-2px); box-shadow: var(--shadow); }
.btn--ghost { background: transparent; color: var(--petrol); border-color: var(--line); }
.btn--ghost:hover { border-color: var(--petrol); color: var(--petrol); }
.btn--white { background: #fff; color: var(--petrol); border-color: #fff; }
.btn--white:hover { background: var(--cream); color: var(--petrol); transform: translateY(-2px); }
.btn--lg { padding: 19px 38px; font-size: .84rem; }
.btn--block { width: 100%; justify-content: center; }

/* ---------- Top bar (koyu petrol) ---------- */
.top-bar { background: var(--petrol); color: rgba(248,242,233,.72); font-size: .8rem; }
.top-bar-inner { display: flex; justify-content: space-between; align-items: center; height: 44px; gap: 16px; }
.top-bar-msg { font-family: var(--font-body); font-weight: 400; letter-spacing: .14em; text-transform: uppercase;
  color: var(--gold-bright); display: inline-flex; align-items: center; gap: 8px; font-size: .72rem; }
.top-bar-msg svg { width: 15px; height: 15px; }
.top-bar-links { display: flex; align-items: center; gap: 22px; }
.top-bar-links a { color: rgba(248,242,233,.72); display: inline-flex; align-items: center; gap: 7px; font-weight: 300; letter-spacing: .04em; }
.top-bar-links a:hover { color: var(--gold-bright); }
.top-bar-links svg { width: 15px; height: 15px; }
.top-bar-cta { color: var(--gold-bright) !important; }
@media (max-width: 768px) { .top-bar-msg { display: none; } .top-bar-inner { justify-content: center; height: 42px; } .top-bar-links { gap: 18px; } }

/* ---------- Header (beyaz) ---------- */
.site-header {
  position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.9);
  backdrop-filter: saturate(160%) blur(12px);
  border-bottom: 1px solid var(--line); transition: var(--trans);
}
.site-header.scrolled { background: rgba(255,255,255,.98); box-shadow: var(--shadow-sm); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: var(--header-h); gap: 26px; }
.logo img { height: 52px; width: auto; }
.main-nav { display: flex; align-items: center; gap: 4px; }
.main-nav > ul { display: flex; list-style: none; margin: 0; padding: 0; gap: 4px; }
.main-nav a {
  font-family: var(--font-body); font-weight: 400; font-size: .82rem; color: var(--ink);
  text-transform: uppercase; letter-spacing: .14em; white-space: nowrap;
  padding: 10px 16px; border-radius: 2px; display: inline-flex; align-items: center; gap: 6px; position: relative;
}
.main-nav a::after { content: ""; position: absolute; left: 16px; right: 16px; bottom: 6px; height: 1px;
  background: var(--gold-deep); transform: scaleX(0); transform-origin: left; transition: var(--trans); }
.main-nav a:hover, .main-nav a.active { color: var(--gold-deep); }
.main-nav a:hover::after, .main-nav a.active::after { transform: scaleX(1); }
.main-nav .has-dropdown { position: relative; }
.dropdown-toggle svg { width: 13px; height: 13px; transition: transform var(--trans); }
.dropdown {
  position: absolute; top: calc(100% + 10px); left: 0; min-width: 300px;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow); padding: 12px; list-style: none; margin: 0;
  opacity: 0; visibility: hidden; transform: translateY(10px); transition: var(--trans);
  max-height: 72vh; overflow-y: auto;
}
.has-dropdown:hover .dropdown, .has-dropdown:focus-within .dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.has-dropdown:hover .dropdown-toggle svg { transform: rotate(180deg); }
.dropdown a { display: block; padding: 10px 16px; font-size: .78rem; font-weight: 300; border-radius: 2px;
  letter-spacing: .08em; text-transform: none; color: var(--ink); }
.dropdown a::after { display: none; }
.dropdown a:hover { background: var(--bg-soft); color: var(--gold-deep); }
.dropdown .all-link { color: var(--gold-deep); font-weight: 400; margin-top: 6px; border-top: 1px solid var(--line);
  border-radius: 0; padding-top: 12px; text-transform: uppercase; letter-spacing: .12em; font-size: .72rem; }
.header-cta { display: flex; align-items: center; gap: 14px; }
.nav-toggle {
  display: none; background: transparent; color: var(--petrol); border: 1px solid var(--line); width: 48px; height: 48px;
  border-radius: 2px; cursor: pointer; align-items: center; justify-content: center;
}
.nav-toggle svg { width: 24px; height: 24px; }
.header-cta .btn { font-size: .76rem; padding: 13px 24px; }

/* ---------- Hero (açık, krem) ---------- */
.hero { position: relative; background: var(--bg); overflow: hidden; }
.hero::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: 1;
  background:
    radial-gradient(ellipse 50% 70% at 80% 30%, rgba(197,163,127,.10), transparent 60%),
    linear-gradient(180deg, var(--bg-soft) 0%, var(--bg) 70%);
}
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 60px; align-items: center; padding: 92px 0 100px; position: relative; }
.hero-content h1 { margin-bottom: 24px; font-style: italic; }
.hero-content h1 .accent { font-style: normal; color: var(--gold-deep); display: block; }
.hero-content .tag {
  display: inline-flex; align-items: center; gap: 12px; border: 1px solid var(--line-gold);
  padding: 9px 20px; border-radius: 2px; font-family: var(--font-body); font-weight: 400;
  font-size: .72rem; text-transform: uppercase; letter-spacing: .26em; color: var(--gold-deep); margin-bottom: 30px;
}
.hero-content .tag .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--gold-deep); }
.hero-content .lead { margin-bottom: 38px; max-width: 520px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-bottom: 40px; }
.hero-trust { display: flex; gap: 44px; flex-wrap: wrap; border-top: 1px solid var(--line); padding-top: 30px; }
.hero-trust .num { font-family: var(--font-head); font-weight: 500; font-style: italic; font-size: 1.7rem; color: var(--gold-deep); line-height: 1; }
.hero-trust .lbl { font-size: .72rem; color: var(--muted); text-transform: uppercase; letter-spacing: .14em; margin-top: 8px; }
.hero-media { position: relative; }
.hero-media img { border-radius: var(--radius-lg); width: 100%; object-fit: cover; box-shadow: var(--shadow-lg); }
.hero-media::before { content: ""; position: absolute; inset: -14px -14px 14px 14px; border: 1px solid var(--line-gold);
  border-radius: var(--radius-lg); pointer-events: none; z-index: 0; }
.hero-badge {
  position: absolute; bottom: 26px; left: -26px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow); padding: 18px 22px; display: flex; align-items: center; gap: 14px; max-width: 260px;
}
.hero-badge .ic { width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--gold-deep); color: var(--gold-deep); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.hero-badge .ic svg { width: 22px; height: 22px; }
.hero-badge .t { font-family: var(--font-head); font-weight: 600; color: var(--petrol); font-size: 1.1rem; line-height: 1.2; }
.hero-badge .s { font-size: .72rem; color: var(--muted); letter-spacing: .04em; }

/* ---------- Page hero (iç sayfalar — koyu petrol bant) ---------- */
.page-hero {
  background: linear-gradient(150deg, var(--petrol) 0%, var(--petrol-deep) 100%);
  color: #fff; padding: 84px 0 72px; position: relative; overflow: hidden;
}
.page-hero::after {
  content: ""; position: absolute; right: -80px; bottom: -160px; width: 420px; height: 420px;
  background: radial-gradient(circle, rgba(197,163,127,.16), transparent 70%); border-radius: 50%;
}
.page-hero .eyebrow { color: var(--gold-bright); margin-bottom: 14px; }
.page-hero .eyebrow::before { background: var(--gold-bright); }
.page-hero h1 { color: #fff; margin-bottom: 14px; font-style: italic; }
.page-hero p { color: rgba(248,242,233,.82); max-width: 680px; margin: 0; font-size: 1.1rem; }
.breadcrumb { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 0 0 22px; font-size: .74rem;
  text-transform: uppercase; letter-spacing: .12em; }
.breadcrumb li { color: rgba(248,242,233,.6); margin: 0; }
.breadcrumb a { color: rgba(248,242,233,.75); }
.breadcrumb a:hover { color: var(--gold-bright); }
.breadcrumb li + li::before { content: "—"; margin-right: 8px; color: rgba(248,242,233,.4); }

/* ---------- Kartlar ---------- */
.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 34px 30px; transition: var(--trans); height: 100%; display: flex; flex-direction: column;
}
.card:hover { border-color: var(--gold-deep); transform: translateY(-5px); box-shadow: var(--shadow); }
.card .ic {
  width: 56px; height: 56px; border-radius: 50%; border: 1px solid var(--line-gold);
  color: var(--gold-deep); display: flex; align-items: center; justify-content: center; margin-bottom: 22px; transition: var(--trans);
}
.card:hover .ic { border-color: var(--gold-deep); background: var(--bg-soft); }
.card .ic svg { width: 26px; height: 26px; }
.card h3 { font-size: 1.5rem; margin-bottom: 10px; }
.card p { color: var(--muted); font-size: .96rem; margin-bottom: 18px; }
.card .more { margin-top: auto; font-family: var(--font-body); font-weight: 400; color: var(--gold-deep);
  display: inline-flex; align-items: center; gap: 8px; font-size: .74rem; text-transform: uppercase; letter-spacing: .14em; }
.card .more svg { width: 15px; height: 15px; transition: transform var(--trans); }
.card:hover .more svg { transform: translateX(5px); }
.card-link { color: inherit; display: block; height: 100%; }
.card-link:hover { color: inherit; }
.card--interest { align-items: center; text-align: center; }
.card--interest .ic { margin: 0 auto 18px; }
.card--interest h3 { font-size: 1.3rem; margin: 0 0 8px; }

/* ---------- İstatistik ---------- */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.stat { text-align: center; padding: 14px; border-left: 1px solid var(--line); }
.stat:first-child { border-left: none; }
.stat .num { font-family: var(--font-head); font-weight: 500; font-style: italic; font-size: 3rem; color: var(--gold-deep); line-height: 1; }
.stat .lbl { color: var(--muted); margin-top: 10px; font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; }

/* ---------- Hakkımda / split ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.split--media-first .media { order: -1; }
.split .media img { border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.media--portrait img { aspect-ratio: 4/5; object-fit: cover; object-position: center top; max-width: 460px; width: 100%; margin: 0 auto; display: block; border-radius: var(--radius-lg); }
@media (min-width: 881px) { .split .media--portrait { display: flex; justify-content: center; } }
.feature-list { list-style: none; padding: 0; margin: 26px 0; }
.feature-list li { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 16px; color: var(--ink); font-size: .98rem; }
.feature-list .check {
  flex-shrink: 0; width: 26px; height: 26px; border-radius: 50%; border: 1px solid var(--gold-deep);
  color: var(--gold-deep); display: flex; align-items: center; justify-content: center; margin-top: 2px;
}
.feature-list .check svg { width: 14px; height: 14px; }

/* ---------- Timeline ---------- */
.timeline { position: relative; padding-left: 32px; margin: 0; list-style: none; }
.timeline::before { content: ""; position: absolute; left: 7px; top: 6px; bottom: 6px; width: 1px; background: var(--line-gold); }
.timeline li { position: relative; margin-bottom: 30px; }
.timeline li::before { content: ""; position: absolute; left: -30px; top: 5px; width: 12px; height: 12px; border-radius: 50%; background: #fff; border: 1px solid var(--gold-deep); }
.timeline .yr { font-family: var(--font-body); font-weight: 500; color: var(--gold-deep); font-size: .72rem; text-transform: uppercase; letter-spacing: .14em; }
.timeline h4 { margin: 4px 0 4px; font-size: 1.3rem; color: var(--petrol); }
.timeline p { margin: 0; color: var(--muted); font-size: .94rem; }

/* ---------- Blog ---------- */
.blog-leader {
  display: grid; grid-template-columns: 1.1fr .9fr; gap: 0; background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm);
}
.blog-leader .media { min-height: 360px; background: var(--bg-soft-2); }
.blog-leader .media img { width: 100%; height: 100%; object-fit: cover; }
.blog-leader .body { padding: 50px; display: flex; flex-direction: column; justify-content: center; }
.blog-leader h2 { font-size: clamp(1.8rem, 3vw, 2.4rem); }
.post-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: var(--trans); height: 100%; display: flex; flex-direction: column; }
.post-card:hover { border-color: var(--gold-deep); transform: translateY(-5px); box-shadow: var(--shadow); }
.post-card .media { aspect-ratio: 16/10; background: var(--bg-soft-2); overflow: hidden; }
.post-card .media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.post-card:hover .media img { transform: scale(1.06); }
.post-card .body { padding: 26px; display: flex; flex-direction: column; flex: 1; }
.post-card h3 { font-size: 1.4rem; margin-bottom: 10px; line-height: 1.15; }
.post-card h3 a { color: var(--petrol); }
.post-card h3 a:hover { color: var(--gold-deep); }
.post-card p { color: var(--muted); font-size: .92rem; }
.post-meta { display: flex; gap: 16px; flex-wrap: wrap; font-size: .72rem; color: var(--muted); margin-top: auto; padding-top: 14px;
  text-transform: uppercase; letter-spacing: .08em; border-top: 1px solid var(--line); }
.post-meta span { display: inline-flex; align-items: center; gap: 6px; }
.post-meta svg { width: 14px; height: 14px; color: var(--gold-deep); }
.pill {
  display: inline-block; border: 1px solid var(--line-gold); color: var(--gold-deep);
  font-family: var(--font-body); font-weight: 400; font-size: .66rem; padding: 5px 14px;
  border-radius: 2px; text-transform: uppercase; letter-spacing: .16em; margin-bottom: 16px;
}
.cat-filter { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 48px; }
.cat-filter button {
  font-family: var(--font-body); font-weight: 400; font-size: .74rem; padding: 10px 22px; text-transform: uppercase; letter-spacing: .12em;
  border-radius: 2px; border: 1px solid var(--line); background: #fff; color: var(--ink); cursor: pointer; transition: var(--trans);
}
.cat-filter button:hover { border-color: var(--gold-deep); color: var(--gold-deep); }
.cat-filter button.active { background: var(--petrol); color: #fff; border-color: var(--petrol); }

/* ---------- Makale içeriği ---------- */
.article-layout { display: grid; grid-template-columns: 1fr 330px; gap: 56px; align-items: start; }
.prose { font-size: 1.06rem; color: var(--ink); font-weight: 300; }
.prose h2 { margin-top: 1.7em; font-size: 2rem; }
.prose h3 { margin-top: 1.4em; color: var(--gold-deep); font-weight: 600; font-size: 1.4rem; }
.prose img { border-radius: var(--radius); margin: 1.6em 0; border: 1px solid var(--line); }
.prose ul li::marker { color: var(--gold-deep); }
.prose a { color: var(--gold-deep); text-decoration: underline; text-underline-offset: 3px; text-decoration-color: var(--line-gold); }
.prose a:hover { text-decoration-color: var(--gold-deep); }
.prose .cover { width: 100%; max-height: 440px; object-fit: cover; }
.sidebar-box { background: var(--bg-soft); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; margin-bottom: 24px; position: sticky; top: 100px; }
.sidebar-box h4 { font-size: 1.3rem; margin-bottom: 16px; }
.sidebar-box ul { list-style: none; padding: 0; margin: 0; }
.sidebar-box li { margin-bottom: 10px; }
.sidebar-box a { font-weight: 300; font-size: .94rem; color: var(--ink); }
.sidebar-box a:hover { color: var(--gold-deep); }
.cta-box { background: linear-gradient(155deg, var(--petrol), var(--petrol-deep)); border-color: var(--petrol); text-align: center; }
.cta-box h4 { color: var(--gold-bright); }
.cta-box p { color: rgba(248,242,233,.8); font-size: .92rem; }
.cta-box a { color: #fff; }

/* ---------- FAQ ---------- */
.faq { max-width: 860px; margin: 0 auto; }
.faq-item { border: 1px solid var(--line); border-radius: var(--radius); margin-bottom: 14px; background: #fff; overflow: hidden; transition: var(--trans); }
.faq-item.open { border-color: var(--gold-deep); box-shadow: var(--shadow-sm); }
.faq-q {
  width: 100%; text-align: left; background: none; border: none; cursor: pointer;
  font-family: var(--font-head); font-weight: 600; font-size: 1.3rem; color: var(--petrol);
  padding: 22px 26px; display: flex; justify-content: space-between; align-items: center; gap: 16px;
}
.faq-q svg { width: 22px; height: 22px; flex-shrink: 0; transition: transform var(--trans); color: var(--gold-deep); }
.faq-item.open .faq-q svg { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .4s ease; }
.faq-a-inner { padding: 0 26px 24px; color: var(--muted); font-weight: 300; }

/* ---------- Bilgilendirme ---------- */
.med-disclaimer {
  background: var(--bg-soft); border-left: 2px solid var(--gold-deep); border-radius: 2px;
  padding: 18px 22px; font-size: .88rem; color: var(--muted); margin: 30px 0; font-weight: 300;
}
.med-disclaimer strong { color: var(--gold-deep); }

/* ---------- CTA bandı (koyu petrol) ---------- */
.cta-band {
  background: linear-gradient(150deg, var(--petrol) 0%, var(--petrol-deep) 100%);
  border-radius: var(--radius-lg); padding: 72px 48px; text-align: center; position: relative; overflow: hidden;
}
.cta-band::before { content:""; position:absolute; left:50%; top:-50%; transform: translateX(-50%); width:600px; height:400px;
  background: radial-gradient(ellipse, rgba(197,163,127,.16), transparent 70%); pointer-events: none; }
.cta-band > * { position: relative; }
.cta-band .eyebrow { color: var(--gold-bright); }
.cta-band .eyebrow::before { background: var(--gold-bright); }
.cta-band h2 { color: #fff; font-style: italic; }
.cta-band p { color: rgba(248,242,233,.82); max-width: 600px; margin: 0 auto 32px; }
.cta-band .hero-actions { justify-content: center; }

/* ---------- Hasta yorumları (Google) ---------- */
.reviews-summary { display: flex; align-items: center; justify-content: center; gap: 14px; margin-bottom: 40px; flex-wrap: wrap; }
.reviews-summary .rscore { font-family: var(--font-head); font-style: italic; font-size: 3rem; color: var(--gold-deep); line-height: 1; }
.reviews-summary .rstars { color: var(--gold); letter-spacing: 2px; font-size: 1.1rem; }
.reviews-summary .rmeta { font-size: .84rem; color: var(--muted); text-transform: uppercase; letter-spacing: .1em; }
.reviews-summary .gmark { width: 30px; height: 30px; border-radius: 50%; background: #fff; border: 1px solid var(--line);
  display: flex; align-items: center; justify-content: center; font-family: var(--font-body); font-weight: 700; color: #4285F4; }
.review-card { gap: 0; }
.review-head { display: flex; align-items: center; gap: 14px; margin-bottom: 16px; }
.review-avatar { width: 46px; height: 46px; border-radius: 50%; background: var(--petrol); color: var(--gold-bright);
  display: flex; align-items: center; justify-content: center; font-family: var(--font-head); font-weight: 600; font-size: 1.3rem; flex-shrink: 0; }
.review-id { display: flex; flex-direction: column; line-height: 1.3; }
.review-name { font-family: var(--font-head); font-weight: 600; color: var(--petrol); font-size: 1.2rem; }
.review-stars { color: var(--gold); font-size: .9rem; letter-spacing: 1px; }
.review-google { margin-left: auto; width: 26px; height: 26px; border-radius: 50%; background: #fff; border: 1px solid var(--line);
  display: flex; align-items: center; justify-content: center; font-family: var(--font-body); font-weight: 700; color: #4285F4; font-size: .9rem; }
.review-card p { color: var(--muted); font-size: .96rem; margin: 0; font-weight: 300; }

/* ---------- İletişim ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.contact-info-card { display: flex; gap: 18px; padding: 22px; border: 1px solid var(--line); border-radius: var(--radius); margin-bottom: 16px; background: #fff; transition: var(--trans); }
.contact-info-card:hover { border-color: var(--gold-deep); box-shadow: var(--shadow-sm); }
.contact-info-card .ic { width: 46px; height: 46px; border-radius: 50%; border: 1px solid var(--gold-deep); color: var(--gold-deep); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.contact-info-card .ic svg { width: 22px; height: 22px; }
.contact-info-card h4 { margin: 0 0 5px; font-size: 1.2rem; }
.contact-info-card p, .contact-info-card a { margin: 0; color: var(--muted); font-size: .94rem; }
.contact-info-card a:hover { color: var(--gold-deep); }
.form-group { margin-bottom: 20px; }
.form-group label { display: block; font-family: var(--font-body); font-weight: 400; font-size: .76rem; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 9px; color: var(--ink); }
.form-group input, .form-group textarea, .form-group select {
  width: 100%; padding: 14px 16px; border: 1px solid var(--line); border-radius: 2px;
  font-family: var(--font-body); font-size: 1rem; font-weight: 300; color: var(--ink); background: #fff; transition: var(--trans);
}
.form-group input::placeholder, .form-group textarea::placeholder { color: #b3aa99; }
.form-group input:focus, .form-group textarea:focus { outline: none; border-color: var(--gold-deep); box-shadow: 0 0 0 3px rgba(160,124,69,.12); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-consent { display: flex; gap: 12px; align-items: flex-start; font-size: .86rem; color: var(--muted); margin-bottom: 22px; font-weight: 300; }
.form-consent input { width: 18px; height: 18px; margin-top: 3px; flex-shrink: 0; accent-color: var(--petrol); }
.form-consent a { color: var(--gold-deep); }
.map-embed { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); line-height: 0; }
.map-embed iframe { width: 100%; height: 360px; border: 0; }
.form-note { font-size: .8rem; color: var(--muted); margin-top: 14px; font-weight: 300; }
.form-feedback { color: var(--gold-deep) !important; }

/* ---------- Footer (koyu petrol) ---------- */
.site-footer { background: var(--petrol-deep); color: rgba(248,242,233,.7); padding: 80px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.3fr; gap: 48px; padding-bottom: 56px; }
.site-footer img.flogo { height: 58px; margin-bottom: 22px; }
.site-footer h5 { color: #fff; font-size: 1.15rem; margin-bottom: 20px; font-family: var(--font-head); font-weight: 600; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin-bottom: 11px; }
.site-footer a { color: rgba(248,242,233,.7); font-size: .9rem; font-weight: 300; }
.site-footer a:hover { color: var(--gold-bright); }
.footer-about p { font-size: .92rem; line-height: 1.8; font-weight: 300; }
.footer-contact li { display: flex; gap: 12px; align-items: flex-start; font-size: .9rem; }
.footer-contact svg { width: 18px; height: 18px; color: var(--gold-bright); flex-shrink: 0; margin-top: 3px; }
.social { display: flex; gap: 12px; margin-top: 22px; flex-wrap: wrap; }
.social a { width: 42px; height: 42px; border-radius: 50%; border: 1px solid rgba(248,242,233,.22); display: flex; align-items: center; justify-content: center; color: var(--gold-bright); transition: var(--trans); }
.social a:hover { background: var(--gold-deep); color: #fff; border-color: var(--gold-deep); }
.social svg { width: 18px; height: 18px; }
.footer-bottom { border-top: 1px solid rgba(248,242,233,.14); padding: 26px 0; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: .8rem; letter-spacing: .04em; }
.footer-bottom a { color: rgba(248,242,233,.7); }

/* ---------- Sabit mobil çubuk ---------- */
.mobile-bar { display: none; }

/* ---------- Sabit WhatsApp ---------- */
.float-wa {
  position: fixed; right: 22px; bottom: 26px; z-index: 900; width: 56px; height: 56px;
  border-radius: 50%; background: var(--petrol); color: var(--gold-bright); display: flex; align-items: center; justify-content: center;
  box-shadow: 0 10px 28px rgba(14,58,66,.35); transition: var(--trans); border: 1px solid var(--gold-deep);
}
.float-wa:hover { transform: scale(1.08); background: var(--petrol-deep); color: var(--gold-bright); }
.float-wa svg { width: 28px; height: 28px; }

/* ---------- Çerez ---------- */
.cookie-banner {
  position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 1500; background: #fff;
  border: 1px solid var(--line); box-shadow: var(--shadow-lg); border-radius: var(--radius);
  padding: 22px 26px; display: none; gap: 20px; align-items: center; flex-wrap: wrap; max-width: 920px; margin: 0 auto;
}
.cookie-banner.show { display: flex; }
.cookie-banner p { margin: 0; font-size: .88rem; color: var(--muted); flex: 1; min-width: 240px; font-weight: 300; }
.cookie-banner .actions { display: flex; gap: 10px; }

/* ---------- Mobil menü ---------- */
.mobile-menu {
  position: fixed; inset: 0; z-index: 1100; background: #fff;
  opacity: 0; visibility: hidden; transform: translateX(16px);
  transition: opacity .3s ease, transform .3s ease, visibility .3s ease;
  display: flex; flex-direction: column; padding: 26px; overflow-y: auto;
}
.mobile-menu.open { opacity: 1; visibility: visible; transform: translateX(0); }
.mobile-menu-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 30px; }
.mobile-menu-head img { height: 46px; }
.mobile-close { background: transparent; border: 1px solid var(--line); width: 46px; height: 46px; border-radius: 2px; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.mobile-close svg { width: 22px; height: 22px; color: var(--petrol); }
.mobile-menu nav ul { list-style: none; padding: 0; margin: 0; }
.mobile-menu nav > ul > li { border-bottom: 1px solid var(--line); }
.mobile-menu nav a { display: block; padding: 16px 6px; font-family: var(--font-head); font-weight: 500; font-size: 1.5rem; color: var(--petrol); }
.mobile-submenu { padding-left: 14px !important; }
.mobile-submenu a { font-size: 1rem !important; font-weight: 300 !important; color: var(--muted) !important; padding: 11px 6px !important; font-family: var(--font-body) !important; }
.mobile-menu .btn { margin-top: 22px; }
.menu-backdrop { position: fixed; inset: 0; background: rgba(14,58,66,.4); z-index: 1050; opacity: 0; visibility: hidden; transition: var(--trans); }
.menu-backdrop.show { opacity: 1; visibility: visible; }

/* ---------- 404 ---------- */
.error-page { text-align: center; padding: 130px 0; }
.error-page .code { font-family: var(--font-head); font-weight: 500; font-style: italic; font-size: clamp(6rem, 20vw, 13rem); color: var(--gold); line-height: 1; opacity: .7; }
.error-page h1 { margin-top: -10px; }

/* ---------- Yardımcılar ---------- */
.mt-0 { margin-top: 0; } .mb-0 { margin-bottom: 0; }
.text-accent { color: var(--gold-deep); }
.hidden { display: none !important; }

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1024px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .stats { grid-template-columns: repeat(2, 1fr); gap: 30px; }
  .stat:nth-child(3) { border-left: none; }
  .article-layout { grid-template-columns: 1fr; }
  .sidebar-box { position: static; }
}

@media (max-width: 880px) {
  .section { padding: 76px 0; }
  .main-nav { display: none; }
  .nav-toggle { display: flex; }
  .header-cta .btn--primary { display: none; }
  .hero-grid { grid-template-columns: 1fr; gap: 48px; padding: 56px 0 68px; }
  .hero-media { max-width: 440px; margin: 0 auto; }
  .hero-media--portrait img { margin: 0 auto; }
  .hero-badge { left: 0; }
  .split { grid-template-columns: 1fr; gap: 40px; }
  .split--media-first .media { order: 0; }
  .blog-leader { grid-template-columns: 1fr; }
  .blog-leader .media { min-height: 260px; }
  .blog-leader .body { padding: 36px; }
  .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .grid-3, .grid-2 { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  body { font-size: 16px; }
  .section { padding: 58px 0; }
  .section--tight { padding: 42px 0; }
  .grid-4 { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .stats { grid-template-columns: 1fr 1fr; gap: 24px; }
  .stat:nth-child(3) { border-left: 1px solid var(--line); }
  .form-row { grid-template-columns: 1fr; }
  .cta-band { padding: 48px 24px; }
  .hero-trust { gap: 28px; }
  .mobile-bar {
    display: grid; grid-template-columns: repeat(3, 1fr); position: fixed; left: 0; right: 0; bottom: 0;
    z-index: 950; background: #fff; border-top: 1px solid var(--line); box-shadow: 0 -4px 16px rgba(14,58,66,.08);
  }
  .mobile-bar a { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px;
    padding: 10px 4px; font-family: var(--font-body); font-weight: 400; font-size: .66rem; text-transform: uppercase; letter-spacing: .08em;
    color: var(--petrol); border-right: 1px solid var(--line); }
  .mobile-bar a:last-child { border-right: none; }
  .mobile-bar a svg { width: 20px; height: 20px; color: var(--gold-deep); }
  .mobile-bar a.randevu { background: var(--petrol); color: #fff; }
  .mobile-bar a.randevu svg { color: #fff; }
  body { padding-bottom: 62px; }
  .float-wa { bottom: 76px; width: 50px; height: 50px; }
  .float-wa svg { width: 25px; height: 25px; }
  .cookie-banner { left: 8px; right: 8px; bottom: 72px; padding: 18px; }
}

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

/* =========================================================
   RAFİNASYON — daha yumuşak köşeler, akıcı hareket, yeni bileşenler
   ========================================================= */

/* Daha yumuşak yarıçaplar (token override) */
:root { --radius: 16px; --radius-lg: 26px; }
.btn { border-radius: 999px; }
.pill, .cat-filter button, .main-nav a, .dropdown a, .top-bar-cta { border-radius: 999px; }
.form-group input, .form-group textarea, .form-group select { border-radius: 14px; }
.nav-toggle, .mobile-close { border-radius: 14px; }
.hero-media::before { border-radius: 26px; }
.review-avatar, .card .ic, .feature-list .check, .hero-badge .ic,
.contact-info-card .ic, .social a, .float-wa, .reviews-summary .gmark,
.review-google, .timeline li::before { border-radius: 999px; }

/* Akıcı yumuşak gölge + hover yükselişleri */
.card, .post-card, .blog-leader, .sidebar-box, .contact-info-card { box-shadow: 0 6px 24px rgba(14,58,66,.05); }
.card:hover, .post-card:hover { box-shadow: 0 24px 50px rgba(14,58,66,.13); transform: translateY(-7px); }
.split .media img, .hero-media img { transition: transform .9s cubic-bezier(.22,.61,.36,1), box-shadow var(--trans); }
.split .media:hover img { transform: scale(1.02); }

/* Scroll reveal */
.js .reveal { opacity: 0; transform: translateY(28px); will-change: opacity, transform; }
.js .reveal.in { opacity: 1; transform: none; transition: opacity .9s ease, transform .9s cubic-bezier(.22,.61,.36,1); }
@media (prefers-reduced-motion: reduce) { .js .reveal { opacity: 1 !important; transform: none !important; } }

/* Hero rozeti — hafif süzülme */
@keyframes floaty { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
.hero-badge { animation: floaty 5.5s ease-in-out infinite; }
@media (prefers-reduced-motion: reduce) { .hero-badge { animation: none; } }

/* Hero başlığı — ince ölçek/parlama girişi */
@keyframes heroIn { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
.js .hero-content h1 { animation: heroIn 1s cubic-bezier(.22,.61,.36,1) both; }

/* Top bar sosyal ikonlar */
.top-bar-social { display: inline-flex; align-items: center; gap: 14px; }
.top-bar-social a { display: inline-flex; color: rgba(248,242,233,.78); }
.top-bar-social a:hover { color: var(--gold-bright); }
.top-bar-social svg { width: 16px; height: 16px; }

/* Instagram içerik ızgarası */
.ig-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.ig-tile { position: relative; aspect-ratio: 1; overflow: hidden; border-radius: 16px; display: block; box-shadow: 0 6px 20px rgba(14,58,66,.06); }
.ig-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.22,.61,.36,1); }
.ig-tile:hover img { transform: scale(1.09); }
.ig-tile .ig-ov {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  color: #fff; background: linear-gradient(160deg, rgba(14,58,66,0) 30%, rgba(14,58,66,.6)); opacity: 0; transition: var(--trans);
}
.ig-tile:hover .ig-ov { opacity: 1; }
.ig-tile .ig-ov svg { width: 30px; height: 30px; transform: scale(.8); transition: var(--trans); }
.ig-tile:hover .ig-ov svg { transform: scale(1); }
@media (max-width: 880px) { .ig-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 460px) { .ig-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; } }

/* Randevu bölümü yan sütun */
.appointment-aside .contact-info-card { background: #fff; }
.appointment-aside .map-embed { height: 100%; min-height: 200px; }

/* İnce bölüm geçiş çizgisi (altın hairline) */
.section--soft + .section, .section + .section--soft { position: relative; }

/* Buton ikon hizası ince ayar */
.btn svg { margin-top: -1px; }

/* Logo — dikey kilit (monogram + isim) biraz daha büyük */
.logo img { height: 62px; }
.site-footer img.flogo { height: 88px; }
.mobile-menu-head img { height: 54px; }

/* Klinik görsel slider'ı (kaydırmalı) */
.slider { position: relative; overflow: hidden; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.slider-track { display: flex; transition: transform .8s cubic-bezier(.22,.61,.36,1); }
.slide { min-width: 100%; }
.slide img { width: 100%; height: 100%; object-fit: cover; display: block; aspect-ratio: 3/2; }
.slider-btn {
  position: absolute; top: 50%; transform: translateY(-50%); width: 46px; height: 46px; border-radius: 999px;
  background: rgba(255,255,255,.82); border: 1px solid var(--line); color: var(--petrol); cursor: pointer;
  display: flex; align-items: center; justify-content: center; transition: var(--trans); backdrop-filter: blur(6px); z-index: 2;
}
.slider-btn:hover { background: var(--gold-deep); color: #fff; border-color: var(--gold-deep); }
.slider-btn svg { width: 18px; height: 18px; }
.slider-btn.prev { left: 14px; } .slider-btn.prev svg { transform: rotate(180deg); }
.slider-btn.next { right: 14px; }
.slider-dots { position: absolute; left: 0; right: 0; bottom: 16px; display: flex; gap: 8px; justify-content: center; z-index: 2; }
.slider-dots button { width: 8px; height: 8px; border-radius: 999px; border: none; background: rgba(255,255,255,.55); cursor: pointer; padding: 0; transition: var(--trans); }
.slider-dots button.active { background: #fff; width: 24px; }
@media (max-width: 600px) { .slider-btn { width: 40px; height: 40px; } }

/* Dil değiştirici (TR/EN) */
.lang-switch { border: 1px solid var(--line-gold); border-radius: 999px; padding: 3px 12px !important;
  font-weight: 500 !important; letter-spacing: .12em !important; color: var(--gold-bright) !important; }
.lang-switch:hover { background: var(--gold-deep); color: #fff !important; border-color: var(--gold-deep); }

/* Hero slider (dikey portre) */
.slider--portrait .slide img { aspect-ratio: 4/5; }
.hero-media--portrait .slider { max-width: 460px; margin: 0 0 0 auto; box-shadow: var(--shadow-lg); }
@media (max-width: 880px) { .hero-media--portrait .slider { margin: 0 auto; } }
