/* ============================================================
   Bilgiç Yalçın Hukuk - Ortak stil sistemi
   Klasik & güven veren | Lacivert + Krem + Bronz aksan
   Tek aksan rengi, tek köşe-yuvarlaklık ölçeği, tek tema.
   ============================================================ */

:root {
  /* Renk paleti */
  --navy: #14233b;
  --navy-700: #1d3457;
  --navy-600: #294a6e;
  --cream: #f7f3ea;
  --cream-200: #efe9dc;
  --paper: #fffdf8;
  --ink: #1a2230;
  --ink-soft: #4a5363;
  --line: #e0d8c8;
  --accent: #b0894e;        /* tek aksan: bronz/altın */
  --accent-deep: #95713a;
  --on-navy: #eef0f4;
  --on-navy-soft: #b9c2d2;

  /* Tipografi */
  --font-display: "Playfair Display", Georgia, "Times New Roman", serif;
  --font-body: "Source Sans 3", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;

  /* Ölçek */
  --radius: 4px;
  --radius-lg: 8px;
  --container: 1180px;
  --shadow-sm: 0 1px 2px rgba(20, 35, 59, .06), 0 4px 16px rgba(20, 35, 59, .05);
  --shadow-md: 0 10px 40px rgba(20, 35, 59, .10);
}

/* Reset */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.65;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--accent-deep); text-decoration: none; transition: color .2s ease; }
a:hover { color: var(--navy); }
h1, h2, h3, h4 { font-family: var(--font-display); color: var(--navy); line-height: 1.15; font-weight: 600; margin: 0 0 .5em; }
h1 { font-size: clamp(2.1rem, 5vw, 3.4rem); letter-spacing: -.01em; }
h2 { font-size: clamp(1.7rem, 3.5vw, 2.5rem); }
h3 { font-size: 1.3rem; }
p { margin: 0 0 1.1em; }
ul, ol { margin: 0 0 1.1em; padding-left: 1.2em; }
li { margin-bottom: .4em; }

/* Layout */
.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: 24px; }
.section { padding: clamp(56px, 8vw, 104px) 0; }
.section--tight { padding: clamp(40px, 6vw, 72px) 0; }
.section--navy { background: var(--navy); color: var(--on-navy); }
.section--navy h1, .section--navy h2, .section--navy h3 { color: #fff; }
.section--paper { background: var(--paper); }
.eyebrow {
  display: inline-block; font-size: .78rem; letter-spacing: .18em; text-transform: uppercase;
  color: var(--accent-deep); font-weight: 600; margin-bottom: 1rem;
}
.section--navy .eyebrow { color: var(--accent); }
.lead { font-size: 1.18rem; color: var(--ink-soft); max-width: 60ch; }
.section--navy .lead { color: var(--on-navy-soft); }
.measure { max-width: 68ch; }
.center { text-align: center; }
.center .lead { margin-inline: auto; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; gap: .5em; justify-content: center;
  font-family: var(--font-body); font-weight: 600; font-size: 1rem;
  padding: .85em 1.6em; border-radius: var(--radius); border: 1.5px solid transparent;
  cursor: pointer; transition: transform .12s ease, background .2s ease, color .2s ease, border-color .2s ease;
  line-height: 1.1; white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn--primary { background: var(--accent); color: #fff; border-color: var(--accent); }
.btn--primary:hover { background: var(--accent-deep); border-color: var(--accent-deep); color: #fff; }
.btn--navy { background: var(--navy); color: #fff; border-color: var(--navy); }
.btn--navy:hover { background: var(--navy-700); color: #fff; }
.btn--ghost { background: transparent; color: var(--navy); border-color: var(--line); }
.btn--ghost:hover { border-color: var(--navy); color: var(--navy); }
.section--navy .btn--ghost,
.hero .btn--ghost { color: #fff; border-color: rgba(255,255,255,.45); }
.section--navy .btn--ghost:hover,
.hero .btn--ghost:hover { border-color: #fff; background: rgba(255,255,255,.08); color: #fff; }
.btn-row { display: flex; flex-wrap: wrap; gap: 14px; }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(247, 243, 234, .92);
  backdrop-filter: saturate(140%) blur(8px);
  border-bottom: 1px solid var(--line);
}
.nav {
  display: flex; align-items: center; justify-content: space-between;
  height: 72px; gap: 24px;
}
.brand { display: flex; align-items: center; gap: 12px; font-family: var(--font-display); color: var(--navy); font-weight: 600; }
.brand:hover { color: var(--navy); }
.brand-mark {
  width: 38px; height: 38px; flex: none; border-radius: var(--radius);
  background: var(--navy); color: var(--accent);
  display: grid; place-items: center; font-family: var(--font-display); font-size: 1.1rem; font-weight: 700;
}
.brand-text { display: flex; flex-direction: column; line-height: 1.05; }
.brand-text strong { font-size: 1.12rem; letter-spacing: .01em; }
.brand-text span { font-family: var(--font-body); font-size: .68rem; letter-spacing: .22em; text-transform: uppercase; color: var(--ink-soft); font-weight: 600; }
.nav-links { display: flex; align-items: center; gap: 26px; list-style: none; margin: 0; padding: 0; }
.nav-links a { color: var(--navy); font-weight: 600; font-size: .96rem; }
.nav-links a:hover { color: var(--accent-deep); }
.nav-cta { display: flex; align-items: center; gap: 14px; }
.nav-phone { font-weight: 700; color: var(--navy); white-space: nowrap; }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--navy); margin: 5px 0; transition: .25s; }

/* Hero */
.hero { position: relative; background: var(--navy); color: var(--on-navy); overflow: hidden; }
.hero::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(1200px 500px at 80% -10%, rgba(176,137,78,.18), transparent 60%),
    linear-gradient(180deg, rgba(20,35,59,0) 40%, rgba(20,35,59,.55) 100%);
}
.hero-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; padding: clamp(56px, 8vw, 100px) 0; }
.hero h1 { color: #fff; margin-bottom: .35em; }
.hero .lead { color: var(--on-navy-soft); font-size: 1.22rem; margin-bottom: 1.6em; }
.hero .eyebrow { color: var(--accent); }
.hero-figure { position: relative; }
.hero-figure img { border-radius: var(--radius-lg); box-shadow: var(--shadow-md); width: 100%; object-fit: cover; aspect-ratio: 4/5; }
.hero-badge {
  position: absolute; left: -18px; bottom: 26px; background: var(--paper); color: var(--ink);
  border-radius: var(--radius); padding: 14px 18px; box-shadow: var(--shadow-md); max-width: 230px;
}
.hero-badge strong { color: var(--navy); font-family: var(--font-display); font-size: 1.5rem; display: block; }
.hero-badge span { font-size: .85rem; color: var(--ink-soft); }
.hero-trust { display: flex; gap: 28px; flex-wrap: wrap; margin-top: 2rem; }
.hero-trust div { display: flex; flex-direction: column; }
.hero-trust b { font-family: var(--font-display); font-size: 1.6rem; color: #fff; }
.hero-trust small { color: var(--on-navy-soft); font-size: .85rem; letter-spacing: .03em; }

/* Page hero (iç sayfalar) */
.page-hero { background: var(--navy); color: var(--on-navy); padding: clamp(48px, 7vw, 80px) 0; }
.page-hero h1 { color: #fff; }
.page-hero .lead { color: var(--on-navy-soft); }
.breadcrumb { font-size: .85rem; color: var(--on-navy-soft); margin-bottom: 1rem; }
.breadcrumb a { color: var(--accent); }
.breadcrumb span { opacity: .6; margin: 0 .4em; }

/* Practice / feature grid */
.grid { display: grid; gap: 24px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

.card {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 28px; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--accent); }
.card .ico { width: 44px; height: 44px; color: var(--accent-deep); margin-bottom: 16px; }
.card h3 { margin-bottom: .4em; }
.card p { color: var(--ink-soft); font-size: .98rem; margin-bottom: .8em; }
.card a.more { font-weight: 700; font-size: .92rem; display: inline-flex; align-items: center; gap: 6px; }
.card a.more::after { content: "→"; transition: transform .2s ease; }
.card:hover a.more::after { transform: translateX(4px); }

/* Split feature */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.split img { border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); }
.split--reverse .split-media { order: 2; }

/* Checklist */
.checks { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.checks li { display: flex; gap: 12px; align-items: flex-start; margin: 0; }
.checks svg { flex: none; width: 22px; height: 22px; color: var(--accent-deep); margin-top: 2px; }

/* Stats band */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center; }
.stats .stat b { font-family: var(--font-display); font-size: clamp(2rem, 4vw, 2.8rem); color: #fff; display: block; }
.stats .stat span { color: var(--on-navy-soft); font-size: .92rem; }

/* Regions */
.region-list { display: flex; flex-wrap: wrap; gap: 12px; }
.region-pill {
  border: 1px solid var(--line); border-radius: 999px; padding: .5em 1.1em; font-weight: 600;
  background: var(--paper); color: var(--navy); font-size: .95rem;
}

/* Steps */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; counter-reset: step; }
.step { position: relative; padding-top: 8px; }
.step .num {
  font-family: var(--font-display); font-size: 2.4rem; color: var(--accent); line-height: 1; display: block; margin-bottom: 10px;
}
.step h3 { font-size: 1.15rem; }
.step p { color: var(--ink-soft); font-size: .97rem; }

/* FAQ */
.faq { max-width: 820px; margin-inline: auto; }
.faq details { border-bottom: 1px solid var(--line); padding: 4px 0; }
.faq summary {
  cursor: pointer; list-style: none; padding: 20px 36px 20px 0; position: relative;
  font-family: var(--font-display); font-size: 1.16rem; color: var(--navy); font-weight: 600;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 4px; top: 18px; font-size: 1.5rem; color: var(--accent); transition: transform .3s ease; }
.faq details[open] summary::after { transform: rotate(45deg); }
/* FAQ içerik alanı — sabit min-height ile footer zıplamasını önler */
.faq details p {
  color: var(--ink-soft); padding-bottom: 18px; margin: 0;
  overflow: hidden;
  animation: faqOpen .3s ease;
}
@keyframes faqOpen {
  from { opacity: 0; transform: translateY(-6px); }
  to   { opacity: 1; transform: none; }
}
/* FAQ container sabit yükseklik tutabilmesi için min-height */
.faq { min-height: 320px; }

/* Quote / testimonial */
.quote { max-width: 760px; margin-inline: auto; text-align: center; }
.quote blockquote { font-family: var(--font-display); font-size: clamp(1.4rem, 3vw, 1.9rem); color: #fff; line-height: 1.4; margin: 0 0 1rem; }
.quote cite { font-style: normal; color: var(--on-navy-soft); font-size: .95rem; }

/* Blog */
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.post-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; display: flex; flex-direction: column; transition: transform .18s, box-shadow .18s; }
.post-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.post-card img { aspect-ratio: 16/10; object-fit: cover; }
.post-card .body { padding: 22px; display: flex; flex-direction: column; flex: 1; }
.post-card .tag { font-size: .76rem; letter-spacing: .12em; text-transform: uppercase; color: var(--accent-deep); font-weight: 700; margin-bottom: 8px; }
.post-card h3 { font-size: 1.18rem; margin-bottom: .4em; }
.post-card p { color: var(--ink-soft); font-size: .95rem; flex: 1; }
.post-card .meta { font-size: .82rem; color: var(--ink-soft); margin-top: 10px; }

/* Article body */
.article { max-width: 760px; margin-inline: auto; }
.article p, .article li { font-size: 1.08rem; color: var(--ink); }
.article h2 { margin-top: 1.6em; }
.article h3 { margin-top: 1.3em; color: var(--navy); }

/* Forms */
.form { display: grid; gap: 18px; }
.field { display: grid; gap: 6px; }
.field label { font-weight: 600; font-size: .92rem; color: var(--navy); }
.field input, .field select, .field textarea {
  font-family: var(--font-body); font-size: 1rem; color: var(--ink);
  padding: .8em .9em; border: 1.5px solid var(--line); border-radius: var(--radius); background: #fff;
  width: 100%; transition: border-color .2s, box-shadow .2s;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(176,137,78,.15);
}
.field textarea { min-height: 130px; resize: vertical; }
.field .hint { font-size: .82rem; color: var(--ink-soft); }
.form-note { font-size: .85rem; color: var(--ink-soft); }
.grid-2-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }

/* Contact info cards */
.info-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 24px; }
.info-card h3 { font-size: 1.1rem; }
.info-card .ico { width: 28px; height: 28px; color: var(--accent-deep); margin-bottom: 10px; }
.info-card a { color: var(--navy); font-weight: 600; }

/* Map */
.map-frame { width: 100%; border: 0; border-radius: var(--radius-lg); min-height: 360px; box-shadow: var(--shadow-sm); }

/* CTA band */
.cta-band { background: var(--accent); color: #fff; border-radius: var(--radius-lg); padding: clamp(32px, 5vw, 56px); display: grid; grid-template-columns: 1.4fr auto; gap: 28px; align-items: center; }
.cta-band h2 { color: #fff; margin-bottom: .3em; }
.cta-band p { color: rgba(255,255,255,.9); margin: 0; max-width: 52ch; }
.cta-band .btn--navy { background: var(--navy); border-color: var(--navy); }
.cta-band .btn--navy:hover { background: #0e1a2d; }

/* Footer */
.site-footer { background: var(--navy); color: var(--on-navy-soft); padding: 64px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; }
.site-footer h4 { color: #fff; font-family: var(--font-body); font-size: .82rem; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 1.1em; }
.site-footer a { color: var(--on-navy-soft); display: inline-block; margin-bottom: .5em; }
.site-footer a:hover { color: var(--accent); }
.footer-brand .brand-text strong { color: #fff; }
.footer-brand p { font-size: .92rem; color: var(--on-navy-soft); max-width: 32ch; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 44px; padding-top: 22px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: .82rem; }

/* Footer sosyal ikonlar */
.footer-social { display: flex; gap: 10px; margin-top: 16px; }
.footer-social a { display: flex; align-items: center; justify-content: center; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.18); border-radius: 8px; color: rgba(255,255,255,.7); margin-bottom: 0; transition: background .2s, border-color .2s, color .2s; }
.footer-social a:hover { background: var(--accent); border-color: var(--accent); color: #fff; }

/* WhatsApp yüzen buton */
.whatsapp-float { position: fixed; bottom: 28px; right: 28px; z-index: 200; width: 56px; height: 56px; background: #25d366; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 18px rgba(37,211,102,.45); transition: transform .2s, box-shadow .2s; }
.whatsapp-float:hover { transform: scale(1.1); box-shadow: 0 6px 24px rgba(37,211,102,.55); }
.footer-bottom a { display: inline; }

/* Disclaimer (TBB reklam yasağı uyumu) */
.legal-note { font-size: .8rem; color: var(--on-navy-soft); opacity: .85; max-width: 70ch; margin-top: 12px; }

/* Stagger gecikmesi — JS tarafından uygulanır, CSS sadece min-height tutar */
.stagger > .reveal { /* gecikmeler main.js tarafından inline style ile atanır */ }

/* "Yukarı çık" butonu */
.to-top {
  position: fixed; bottom: 88px; right: 28px; z-index: 150;
  width: 42px; height: 42px; border-radius: 50%;
  background: var(--navy); color: #fff; border: none; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  box-shadow: var(--shadow-sm); transition: opacity .25s, transform .25s, background .2s;
  opacity: 0; transform: translateY(8px); pointer-events: none;
}
.to-top svg { width: 20px; height: 20px; }
.to-top.show { opacity: 1; transform: none; pointer-events: auto; }
.to-top:hover { background: var(--accent); }

/* Services grid (çalışma alanları sayfası) */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }

/* Hero copy */
.hero-copy { display: flex; flex-direction: column; justify-content: center; }

/* ============================================================
   Animasyon & etkileşim katmanı
   JS yoksa (.js sınıfı yoksa) içerik daima görünür kalır.
   ============================================================ */

/* Scroll reveal - yalnızca JS aktifken gizle */
.reveal { opacity: 1; transform: none; }
html.js .reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s cubic-bezier(.16,1,.3,1), transform .65s cubic-bezier(.16,1,.3,1); }
html.js .reveal.in { opacity: 1; transform: none; }
/* Güvenlik: 1sn sonra hâlâ gizliyse göster */
html.js .reveal { animation: revealFallback 0s 1s forwards; }
@keyframes revealFallback { to { opacity: 1; transform: none; } }

@media (prefers-reduced-motion: reduce) {
  html.js .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
  html { scroll-behavior: auto; }
}

/* Erişilebilirlik: içeriğe atla bağlantısı */
.skip-link {
  position: absolute; left: 12px; top: -48px; z-index: 200;
  background: var(--navy); color: #fff; padding: 10px 16px; border-radius: var(--radius);
  transition: top .2s ease;
}
.skip-link:focus { top: 12px; color: #fff; outline: 2px solid var(--accent); }

/* Görünür odak halkaları (klavye erişilebilirliği) */
a:focus-visible, button:focus-visible, summary:focus-visible,
input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 2px solid var(--accent); outline-offset: 2px; border-radius: 3px;
}

/* Header scroll durumu */
.site-header { transition: box-shadow .25s ease, background .25s ease; }
.site-header.scrolled { box-shadow: 0 6px 24px rgba(20,35,59,.10); background: rgba(247,243,234,.97); }

/* Aktif menü vurgusu */
.nav-links a { position: relative; }
.nav-links a.active { color: var(--accent-deep); }

/* ============================================================
   BLOG KARTLARI
   ============================================================ */
.blog-controls { display: flex; flex-wrap: wrap; gap: 16px; align-items: flex-start; margin-bottom: 36px; }
.blog-search-wrap { display: flex; align-items: center; gap: 10px; background: #fff; border: 1.5px solid var(--line); border-radius: var(--radius-lg); padding: 10px 16px; flex: 1; min-width: 220px; }
.blog-search-wrap svg { flex-shrink: 0; color: var(--ink-soft); }
.blog-search-wrap input { border: none; outline: none; width: 100%; font-size: .97rem; font-family: var(--font-body); background: transparent; color: var(--ink); }
.blog-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.tag-btn { background: #fff; border: 1.5px solid var(--line); border-radius: 999px; padding: 6px 16px; font-size: .84rem; font-family: var(--font-body); cursor: pointer; transition: background .2s, border-color .2s, color .2s; color: var(--ink-soft); }
.tag-btn:hover { border-color: var(--accent); color: var(--accent); }
.tag-btn.active { background: var(--navy); border-color: var(--navy); color: #fff; }

.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.blog-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; transition: box-shadow .25s, transform .25s; }
.blog-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }
.blog-card__inner { display: flex; flex-direction: column; height: 100%; padding: 28px; color: var(--ink); }
.blog-card__inner:hover { color: var(--ink); }
.blog-tag { display: inline-block; background: var(--cream-200); color: var(--accent-deep); font-size: .76rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: 4px 10px; border-radius: 4px; margin-bottom: 14px; }
.blog-card__title { font-family: var(--font-display); font-size: 1.12rem; color: var(--navy); margin-bottom: .6em; line-height: 1.3; }
.blog-card__desc { font-size: .92rem; color: var(--ink-soft); flex: 1; margin-bottom: 18px; }
.blog-card__more { font-size: .88rem; color: var(--accent-deep); font-weight: 600; }

/* Article content pages */
.article h2 { font-size: 1.4rem; margin-top: 1.8em; }
.article h3 { font-size: 1.15rem; margin-top: 1.4em; }
.article p { max-width: 72ch; }

/* ============================================================
   ADALET TERAZİSİ ANİMASYONU
   ============================================================ */
.scales-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 290px;
  margin-inline: auto;
  padding-bottom: 56px;
}
.scales-svg {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 10px 36px rgba(176,137,78,.28));
}
/* Terazi animasyonu tamamen JS (requestAnimationFrame) ile yönetilir —
   CSS transform-origin tarayıcı tutarsızlıklarını önlemek için */
#scaleBeam { /* JS setAttribute ile döndürülür, CSS transform yok */ }

.scales-wrap .hero-badge {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  white-space: nowrap;
  text-align: center;
  background: rgba(20, 35, 59, .82);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(176, 137, 78, .35);
  color: var(--on-navy);
}
.scales-wrap .hero-badge strong { color: var(--accent); }
.scales-wrap .hero-badge span   { color: var(--on-navy-soft); }
@media (prefers-reduced-motion: reduce) {
  #scaleBeam { animation: none; transform: none !important; }
}

/* ============================================================
   RESPONSIVE — Tüm cihazlar
   ============================================================ */

/* --- Geniş tablet / küçük laptop: 900px–1180px --- */
@media (max-width: 1180px) {
  .hero-inner { gap: 36px; }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr 1fr; gap: 28px; }
}

/* --- Tablet: 768px–1024px --- */
@media (max-width: 1024px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .blog-grid { grid-template-columns: repeat(2, 1fr); }
  .post-grid { grid-template-columns: repeat(2, 1fr); }
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .stats { grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .split { gap: 36px; }
  .cta-band { grid-template-columns: 1fr; text-align: center; }
  .cta-band .btn-row { justify-content: center; }
  .scales-wrap { max-width: 340px; }
}

/* --- Mobil: max 768px --- */
@media (max-width: 768px) {
  body { font-size: 16px; overflow-x: hidden; }
  .container { padding: 0 20px; }

  /* Header */
  .nav { position: relative; }
  .nav-links {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: -20px; right: -20px;
    background: var(--navy);
    padding: 8px 0 20px;
    z-index: 200;
    gap: 0;
    box-shadow: 0 12px 32px rgba(0,0,0,.25);
  }
  .nav-links.open { display: flex; }
  .nav-links li { border-bottom: 1px solid rgba(255,255,255,.08); }
  .nav-links li a { display: block; padding: 14px 24px; color: #fff; font-size: 1rem; }
  .nav-links li a:hover { background: rgba(255,255,255,.07); color: var(--accent); }
  .nav-cta { display: none; }
  .nav-toggle { display: flex; align-items: center; }

  /* Hero — mobilde 2 sütun: copy | terazi */
  .hero-inner { grid-template-columns: 1fr 1fr; gap: 20px; padding: 40px 0 32px; }
  .hero h1 { font-size: clamp(1.5rem, 5.5vw, 2rem); }
  .hero .lead { font-size: 1rem; }
  .hero-trust { gap: 14px; flex-wrap: wrap; margin-top: 1rem; }
  .hero-figure { display: flex; align-items: center; justify-content: center; }
  .scales-wrap { max-width: 180px; padding-bottom: 48px; }
  .scales-wrap .hero-badge { font-size: .78rem; padding: 8px 12px; white-space: nowrap; }

  /* Grids */
  .split { grid-template-columns: 1fr; }
  .split--reverse .split-media { order: 0; }
  .blog-grid { grid-template-columns: 1fr; }
  .post-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 24px; }
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .grid-2-form { grid-template-columns: 1fr; }
  .stats { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .steps { grid-template-columns: 1fr; gap: 16px; }
  .step { padding: 20px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg); }
  .cta-band { grid-template-columns: 1fr; text-align: center; padding: 32px 20px; }
  .cta-band .btn-row { justify-content: center; }

  /* Sections */
  .section { padding: 44px 0; }
  .section--tight { padding: 28px 0; }
  .page-hero { padding: 40px 0 28px; }
  .page-hero h1 { font-size: clamp(1.5rem, 5.5vw, 2rem); }

  /* Blog */
  .blog-controls { flex-direction: column; }
  .blog-search-wrap { min-width: 0; width: 100%; }
  .blog-tags { gap: 6px; }
  .tag-btn { padding: 5px 12px; font-size: .8rem; }
  .blog-card__inner { padding: 20px 18px; }

  /* FAQ */
  .faq { min-height: auto; }
  .faq summary { font-size: 1rem; padding: 16px 32px 16px 0; }

  /* Footer */
  .site-footer { padding: 40px 0 20px; }
  .site-footer a { display: block; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 8px; }
  .whatsapp-float { bottom: 20px; right: 16px; width: 50px; height: 50px; }

  /* Form */
  .form-row, .form-grid, .contact-grid { grid-template-columns: 1fr; }
  .map-frame { min-height: 220px; }

  /* Misc */
  .btn { min-height: 44px; }
  .btn-row { flex-wrap: wrap; }
  .card { padding: 20px; }
  .info-card { padding: 18px; }
  .article p, .article li { font-size: 1rem; }
}

/* --- Küçük mobil: max 480px --- */
@media (max-width: 480px) {
  .container { padding: 0 14px; }
  /* Çok küçük ekranda tek sütun, terazi gizlenir */
  .hero-inner { grid-template-columns: 1fr; text-align: center; gap: 16px; }
  .hero .btn-row { justify-content: center; }
  .hero-trust { justify-content: center; }
  .hero-trust div { align-items: center; }
  .hero-figure { display: none; }
  .hero h1 { font-size: 1.55rem; }
  .hero-trust b { font-size: 1.3rem; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .region-pill { font-size: .85rem; padding: .4em .9em; }
  .btn { padding: 11px 18px; font-size: .9rem; }
  .blog-card__inner { padding: 16px 14px; }
  .card { padding: 16px; }
  .step { padding: 16px; }
  .footer-grid > div:not(.footer-brand) { border-top: 1px solid rgba(255,255,255,.1); padding-top: 18px; }
}

/* --- TV / geniş ekran: min 1600px --- */
@media (min-width: 1600px) {
  :root { --container: 1380px; }
  body { font-size: 18px; }
  .blog-grid { grid-template-columns: repeat(3, 1fr); gap: 36px; }
  .grid-4 { grid-template-columns: repeat(4, 1fr); }
  .hero h1 { font-size: 4rem; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr 1.2fr; }
  .scales-wrap { max-width: 520px; }
}
/* KVKK checkbox */
.kvkk-row { display: flex; align-items: flex-start; gap: 10px; }
.kvkk-check {
/* ── FAQ (soru-cevap listesi) ─────────────────────────────────── */
.faq-list { display: flex; flex-direction: column; gap: 0; }
.faq-item {
  border-bottom: 1px solid var(--line);
  padding: 24px 0;
}
.faq-item:first-child { border-top: 1px solid var(--line); }
.faq-item h3 {
  font-size: 1rem;
  font-weight: 600;
  color: var(--navy);
  margin: 0 0 10px;
}
.faq-item p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.75;
  font-size: .95rem;
}

/* ── Outline butonlar ─────────────────────────────────────────── */
.btn--outline {
  border: 2px solid var(--navy);
  color: var(--navy);
  background: transparent;
  padding: 10px 22px;
  border-radius: var(--radius);
  font-weight: 600;
  font-size: .9rem;
  text-decoration: none;
  transition: background .18s, color .18s;
  display: inline-block;
  white-space: nowrap;
}
.btn--outline:hover { background: var(--navy); color: #fff; }
.btn--outline-light {
  border: 2px solid rgba(255,255,255,.55);
  color: #fff;
  background: transparent;
  padding: 10px 22px;
  border-radius: var(--radius);
  font-weight: 600;
  font-size: .9rem;
  text-decoration: none;
  transition: background .18s, border-color .18s;
  display: inline-block;
  white-space: nowrap;
}
.btn--outline-light:hover { background: rgba(255,255,255,.12); border-color: #fff; }

@media (max-width: 600px) {
  .faq-item summary { padding: 15px 16px; font-size: .95rem; }
  .faq-item p { padding: 0 16px 16px; }
}

/* ── Blog görseli ─────────────────────────────────────────────── */
.blog-figure {
  margin: 0 0 32px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  line-height: 0;
}
.blog-figure img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.blog-figure figcaption {
  line-height: 1.4;
  font-size: .8rem;
  color: var(--ink-soft);
  padding: 8px 12px;
  background: var(--paper);
  text-align: center;
}

/* ── Etiket bulutu ────────────────────────────────────────────── */
.tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.tag-cloud a {
  dis
/* ── Footer ek responsive iyileştirmeler ──────────────────────── */
@media (max-width: 768px) {
  .footer-brand { text-align: center; }
  .footer-brand p { max-width: 100%; }
  .footer-social { justify-content: center; }
  .footer-contact address p { margin: 4px 0; }
  .footer-bottom { text-align: center; align-items: center; }
}
@media (max-width: 480px) {
  .footer-grid { gap: 20px; }
  .site-footer { padding: 32px 0 16px; }
  .footer-brand .brand-mark { width: 36px; height: 36px; font-size: .95rem; }
}

/* ── Sosyal ikonlar — responsive fix ─────────────────────────── */
.footer-social a {
  flex-shrink: 0;
  min-width: 38px;
  min-height: 38px;
}
.footer-social svg {
  display: block;
  flex-shrink: 0;
  pointer-events: none;
}
@media (max-width: 768px) {
  .footer-social {
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
  }
  .footer-social a {
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
  }
  .footer-social svg {
    width: 22px;
    height: 22px;
  }
}
@media (max-width: 480px) {
  .footer-social a {
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
  }
}

/* ── Author Box ─────────────────────────────────────────── */
.author-box {
  display: flex;
  align-items: center;
  gap: 16px;
  background: var(--surface);
  border-left: 4px solid var(--accent);
  border-radius: var(--radius);
  padding: 16px 20px;
  margin-block: 28px;
}
.author-avatar {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--accent);
  font-weight: 700;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: .04em;
}
.author-box > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.author-box strong {
  font-size: .95rem;
  color: var(--navy);
}
.author-box span {
  font-size: .82rem;
  color: var(--ink-soft);
}

/* ── Author Note (Hukuki Uyarı) ─────────────────────────── */
.author-note {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 16px 20px;
  margin-block: 32px;
  font-size: .88rem;
  color: var(--ink-soft);
  line-height: 1.65;
}
.author-note a {
  color: var(--accent);
  text-decoration: underline;
}

/* ── Related Posts ──────────────────────────────────────── */
.related-posts {
  border-top: 2px solid var(--line);
  padding-top: 24px;
  margin-top: 32px;
}
.related-posts > p {
  font-weight: 700;
  font-size: .95rem;
  color: var(--navy);
  margin-bottom: 12px;
}
.related-posts ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.related-posts li a {
  display: inline-block;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) / 2);
  padding: 8px 14px;
  font-size: .85rem;
  color: var(--navy);
  transition: background .18s, color .18s, border-color .18s;
  text-decoration: none;
}
.related-posts li a:hover {
  background: var(--navy);
  color: #fff;
  border-color: var(--navy);
}
