/* ═══════════════════════════════════════════════
   ASISTAN.ART — calismalar-blog.css
   "Çalışmalar" başarı hikâyesi (blog) DETAY sayfalarının ortak stili.
   Tek doğruluk kaynağı style.css (renk/font/nav/footer). Burada YALNIZ blog gövdesi.
   Comic / brutalist: Bangers başlık + büyük rakam, Inter gövde, sarı #FFD200,
   siyah #000 çerçeve, comic gölge 6px 6px 0 #000, keskin köşeler.
   ═══════════════════════════════════════════════ */

.blog-main {
  background: #fff;
  padding-bottom: 24px;
}
.blog-container {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ── Breadcrumb ── */
.blog-breadcrumb {
  max-width: 820px;
  margin: 0 auto;
  padding: 20px 24px 0;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #888;
}
.blog-breadcrumb a {
  color: #000;
  text-decoration: none;
  border-bottom: 2px solid #FFD200;
}
.blog-breadcrumb a:hover { background: #FFD200; }
.blog-breadcrumb span { color: #aaa; }

/* ── Hero ── */
.blog-hero {
  max-width: 820px;
  margin: 0 auto;
  padding: 20px 24px 8px;
}
.blog-tag {
  display: inline-block;
  background: #FFD200;
  color: #000;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  padding: 4px 12px;
  border: 2px solid #000;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}
.blog-h1 {
  font-family: 'Bangers', cursive;
  font-size: clamp(2rem, 5.4vw, 3.4rem);
  line-height: 1.08;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #0A0A0A;
  margin-bottom: 22px;
}
.blog-byline {
  display: flex;
  align-items: center;
  gap: 12px;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  padding: 14px 0;
}
.blog-avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 3px solid #000;
  background: #1F2937;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.blog-byline-text { line-height: 1.35; }
.blog-byline-text strong {
  display: block;
  font-size: 0.95rem;
  font-weight: 800;
  color: #000;
}
.blog-byline-text span {
  font-size: 0.8rem;
  font-weight: 600;
  color: #777;
}

/* ── Öne çıkan görsel ── */
.blog-featured {
  max-width: 980px;
  margin: 28px auto 0;
  padding: 0 24px;
}
.blog-featured img {
  width: 100%;
  height: clamp(240px, 42vw, 460px);
  object-fit: cover;
  display: block;
  border: 4px solid #000;
  box-shadow: 10px 10px 0 #000;
}

/* ── İstatistik kutuları ── */
.blog-stats {
  max-width: 880px;
  margin: 44px auto 8px;
  padding: 0 24px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 18px;
}
.blog-stat {
  background: #FFD200;
  border: 3px solid #000;
  box-shadow: 6px 6px 0 #000;
  padding: 20px 14px;
  text-align: center;
}
.blog-stat-val {
  font-family: 'Bangers', cursive;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  line-height: 1;
  letter-spacing: 0.02em;
  color: #0A0A0A;
  word-break: break-word;
}
.blog-stat-label {
  margin-top: 8px;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #222;
  line-height: 1.25;
}

/* ── Gövde (okunabilir makale) ── */
.blog-body {
  max-width: 720px;
  margin: 40px auto 0;
  padding: 0 24px;
  font-size: 1.075rem;
  line-height: 1.78;
  color: #1c1c1c;
}
.blog-body > p:first-child {
  font-size: 1.18rem;
  font-weight: 600;
  line-height: 1.65;
  color: #111;
}
.blog-body h2 {
  font-family: 'Bangers', cursive;
  font-size: clamp(1.5rem, 3.6vw, 2.1rem);
  line-height: 1.15;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #0A0A0A;
  margin: 40px 0 14px;
  padding-bottom: 8px;
  border-bottom: 4px solid #FFD200;
}
.blog-body h3 {
  font-weight: 800;
  font-size: 1.2rem;
  margin: 28px 0 10px;
  color: #0A0A0A;
}
.blog-body p { margin: 0 0 20px; }
/* gövde içi link = tam dolu sarı kutu (her font boyutunda; başlık dahil cascade ile çalışır) */
.blog-body a {
  background-color: #FFD200;
  color: #000;
  font-weight: 700;
  text-decoration: none;
  padding: 0 .15em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  transition: background-color 0.15s, color 0.15s;
}
.blog-body a:hover {
  background-color: #000;
  color: #FFD200;
}
.blog-body strong { font-weight: 800; color: #0A0A0A; }
.blog-body em { font-style: italic; }
.blog-body ul, .blog-body ol {
  margin: 0 0 22px;
  padding-left: 1.4em;
}
.blog-body li { margin-bottom: 8px; }
.blog-body blockquote {
  border-left: 5px solid #FFD200;
  padding: 4px 0 4px 18px;
  margin: 0 0 22px;
  font-weight: 600;
  color: #333;
}

/* ── Pull-quote ── */
.blog-quote {
  max-width: 760px;
  margin: 44px auto 0;
  padding: 0 24px;
}
.blog-quote-inner {
  position: relative;
  background: #0A0A0A;
  color: #fff;
  border: 4px solid #000;
  box-shadow: 10px 10px 0 #FFD200;
  padding: 40px 32px 28px;
}
.blog-quote-inner::before {
  content: '\201C';
  font-family: 'Bangers', cursive;
  position: absolute;
  top: -22px;
  left: 16px;
  font-size: 5rem;
  line-height: 1;
  color: #FFD200;
  -webkit-text-stroke: 3px #000;
}
.blog-quote-inner blockquote {
  font-size: clamp(1.15rem, 2.6vw, 1.5rem);
  font-weight: 700;
  line-height: 1.45;
  margin: 0;
}
.blog-quote-inner figcaption {
  margin-top: 18px;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #FFD200;
}

/* ── İlgili Asistan kartı ── */
.blog-agent {
  max-width: 760px;
  margin: 48px auto 0;
  padding: 0 24px;
}
.blog-agent-card {
  display: flex;
  align-items: center;
  gap: 20px;
  background: #fff;
  border: 4px solid #000;
  box-shadow: 8px 8px 0 #000;
  padding: 22px 24px;
  flex-wrap: wrap;
}
.blog-agent-card img {
  width: 84px;
  height: 84px;
  object-fit: cover;
  border: 3px solid #000;
  border-radius: 12px;
  flex-shrink: 0;
  background: #FFD200;
}
.blog-agent-info {
  flex: 1;
  min-width: 180px;
}
.blog-agent-info .blog-agent-eyebrow {
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #888;
}
.blog-agent-info strong {
  display: block;
  font-family: 'Bangers', cursive;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  line-height: 1.1;
  margin: 2px 0;
}
.blog-agent-info span.blog-agent-role {
  font-size: 0.85rem;
  font-weight: 700;
  color: #555;
}
.btn-blog-agent {
  display: inline-block;
  background: #FFD200;
  color: #000;
  font-family: 'Bangers', cursive;
  font-size: 1.15rem;
  letter-spacing: 0.06em;
  padding: 12px 26px;
  border: 3px solid #000;
  text-decoration: none;
  box-shadow: 5px 5px 0 #000;
  text-transform: uppercase;
  transition: transform 0.1s, box-shadow 0.1s, background 0.15s, color 0.15s;
  white-space: nowrap;
}
.btn-blog-agent:hover {
  background: #000;
  color: #FFD200;
  transform: translate(2px, 2px);
  box-shadow: 3px 3px 0 #000;
}

/* ── İlgili Çalışmalar ── */
.blog-related {
  max-width: 1040px;
  margin: 64px auto 0;
  padding: 0 24px;
}
.blog-related-title {
  font-family: 'Bangers', cursive;
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 28px;
}
.blog-related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.blog-related-card {
  display: block;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border: 3px solid #000;
  box-shadow: 6px 6px 0 #000;
  transition: transform 0.1s, box-shadow 0.1s;
  overflow: hidden;
}
.blog-related-card:hover {
  transform: translate(-2px, -2px);
  box-shadow: 9px 9px 0 #000;
}
.blog-related-card img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  display: block;
  border-bottom: 3px solid #000;
}
.blog-related-card .blog-related-body { padding: 14px 16px 18px; }
.blog-related-card .blog-related-tag {
  display: inline-block;
  background: #FFD200;
  color: #000;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  padding: 2px 8px;
  border: 2px solid #000;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
}
.blog-related-card .blog-related-name {
  font-family: 'Bangers', cursive;
  font-size: 1.1rem;
  line-height: 1.18;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

/* ── Alt CTA (index ile aynı dil) ── */
.blog-bottom-cta {
  background: #FFD200;
  border-top: 4px solid #000;
  border-bottom: 4px solid #000;
  text-align: center;
  padding: 60px 24px;
  margin-top: 72px;
}
.blog-bottom-cta h2 {
  font-family: 'Bangers', cursive;
  font-size: clamp(2.2rem, 6vw, 3.6rem);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.1;
  margin-bottom: 24px;
}
.btn-blog-cta {
  display: inline-block;
  background: #000;
  color: #FFD200;
  font-family: 'Bangers', cursive;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  padding: 14px 48px;
  border: 4px solid #000;
  text-decoration: none;
  box-shadow: 6px 6px 0 #000;
  transition: transform 0.1s, box-shadow 0.1s, background 0.15s, color 0.15s;
  text-transform: uppercase;
}
.btn-blog-cta:hover {
  background: #fff;
  color: #000;
  transform: translate(2px, 2px);
  box-shadow: 4px 4px 0 #000;
}

/* Aktif nav linki (style.css'te yoksa) */
.nav-link-active { color: #FFD200 !important; }

/* ── Responsive ── */
@media (max-width: 767px) {
  .blog-featured { padding: 0 16px; }
  .blog-featured img { box-shadow: 6px 6px 0 #000; }
  .blog-stats { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .blog-body { font-size: 1.02rem; }
  .blog-body > p:first-child { font-size: 1.1rem; }
  .blog-related-grid { grid-template-columns: 1fr; }
  .blog-agent-card { flex-direction: column; align-items: flex-start; }
  .btn-blog-agent { width: 100%; text-align: center; }
  .blog-quote-inner { box-shadow: 6px 6px 0 #FFD200; }
}
@media (max-width: 420px) {
  .blog-stats { grid-template-columns: 1fr; }
}
