/* Blog — menutik.css'in üzerine biner, paleti ve tipografiyi ondan alır.
   Burada yalnızca blogun kendi bileşenleri var. */

.bl-wrap { max-width: 1080px; margin: 0 auto; padding: 0 22px; }
.bl-narrow { max-width: 760px; }

/* ---------- Liste başlığı ---------- */
.bl-hero { padding: 56px 0 34px; text-align: center; }
.bl-hero h1 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: clamp(30px, 5vw, 46px); font-weight: 800;
  letter-spacing: -1.2px; line-height: 1.1; color: var(--mt-ink);
}
.bl-hero p {
  margin: 12px auto 0; max-width: 620px;
  font-size: 16px; line-height: 1.65; color: var(--mt-muted);
}

/* ---------- Kategori rozetleri ---------- */
.bl-cats { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-bottom: 34px; }
.bl-cat {
  font-size: 12.5px; font-weight: 600; color: var(--mt-muted);
  background: #fff; border: 1px solid var(--mt-line);
  border-radius: 999px; padding: 7px 14px;
}

/* ---------- Yazı kartları ---------- */
.bl-grid {
  display: grid; gap: 18px; padding-bottom: 20px;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
.bl-card {
  background: #fff; border: 1px solid var(--mt-line); border-radius: 18px;
  overflow: hidden; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.bl-card:hover { transform: translateY(-3px); border-color: #D8DEE9; box-shadow: 0 18px 40px -24px rgba(27,42,74,.45); }
.bl-card a { display: block; padding: 22px 22px 20px; height: 100%; }
.bl-tag {
  display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: .06em;
  text-transform: uppercase; color: var(--mt-accent);
  background: var(--mt-accent-soft, #FDECEE); border-radius: 999px; padding: 5px 11px; margin-bottom: 12px;
}
.bl-card h2 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 18px; font-weight: 700; line-height: 1.3; letter-spacing: -.3px;
  color: var(--mt-ink); margin-bottom: 9px;
}
.bl-card p { font-size: 14px; line-height: 1.6; color: var(--mt-muted); margin-bottom: 14px; }
.bl-card time { font-size: 12px; color: #8C9AB4; }

/* ---------- Yazı sayfası ---------- */
.bl-crumb { padding: 26px 0 0; font-size: 13px; color: var(--mt-muted); }
.bl-crumb a { color: var(--mt-muted); }
.bl-crumb a:hover { color: var(--mt-accent); }

.bl-head { padding: 18px 0 26px; }
.bl-head h1 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: clamp(26px, 4.4vw, 40px); font-weight: 800;
  letter-spacing: -1px; line-height: 1.15; color: var(--mt-ink); margin: 12px 0 10px;
}
.bl-meta { font-size: 13px; color: #8C9AB4; display: flex; gap: 14px; flex-wrap: wrap; }

.bl-body {
  background: #fff; border: 1px solid var(--mt-line); border-radius: 20px;
  padding: 34px 30px; margin-bottom: 22px;
}
.bl-body .bl-lead {
  font-size: 17px; line-height: 1.7; color: var(--mt-ink); font-weight: 500;
  padding-bottom: 18px; margin-bottom: 20px; border-bottom: 1px solid var(--mt-line);
}
.bl-body p { font-size: 15.5px; line-height: 1.78; color: #3A4A66; margin-bottom: 16px; }
.bl-body h2 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 22px; font-weight: 700; letter-spacing: -.4px;
  color: var(--mt-ink); margin: 30px 0 12px;
}
.bl-body h3 { font-size: 17px; font-weight: 700; color: var(--mt-ink); margin: 22px 0 9px; }
.bl-body ul, .bl-body ol { margin: 0 0 16px 22px; }
.bl-body li { font-size: 15.5px; line-height: 1.7; color: #3A4A66; margin-bottom: 7px; }
.bl-body a { color: var(--mt-accent); text-decoration: underline; text-underline-offset: 2px; }
.bl-body strong { color: var(--mt-ink); }
.bl-body table { width: 100%; border-collapse: collapse; margin-bottom: 18px; font-size: 14.5px; }
.bl-body th, .bl-body td { border: 1px solid var(--mt-line); padding: 10px 12px; text-align: left; }
.bl-body th { background: var(--mt-bg); font-weight: 700; color: var(--mt-ink); }

/* ---------- Yazı içi çağrı kutusu ---------- */
.bl-cta {
  background: var(--mt-ink); color: #fff; border-radius: 20px;
  padding: 30px 28px; text-align: center; margin: 30px 0;
}
.bl-cta h3 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 22px; font-weight: 700; letter-spacing: -.4px; margin-bottom: 8px; color: #fff;
}
.bl-cta p { font-size: 14.5px; line-height: 1.6; color: rgba(255,255,255,.72); margin-bottom: 18px; }
.bl-cta-btns { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }

/* ---------- İlgili yazılar ---------- */
.bl-related { padding-bottom: 40px; }
.bl-related h2 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 20px; font-weight: 700; letter-spacing: -.3px; color: var(--mt-ink); margin-bottom: 14px;
}
.bl-related ul { list-style: none; display: grid; gap: 9px; }
.bl-related li a {
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
  background: #fff; border: 1px solid var(--mt-line); border-radius: 13px;
  padding: 15px 18px; font-size: 14.5px; font-weight: 600; color: var(--mt-ink);
  transition: border-color .16s ease, transform .16s ease;
}
.bl-related li a:hover { border-color: var(--mt-accent); transform: translateX(3px); }
.bl-related li span { color: var(--mt-accent); flex: none; }

@media (max-width: 640px) {
  .bl-wrap { padding: 0 16px; }
  .bl-hero { padding: 40px 0 26px; }
  .bl-body { padding: 24px 20px; border-radius: 16px; }
  .bl-cta { padding: 26px 20px; }
}
