/* ============================================
   Blog Post — Shared Styles
   Av. Mert Anıl Güler Hukuk Bürosu
   ============================================ */

/* ─── Header ─── */
.post-header {
  background: linear-gradient(160deg, var(--midnight) 0%, #1A0509 70%, #3A0E18 100%);
  padding: 8rem 1.5rem 3.5rem;
  position: relative;
  overflow: hidden;
}
.post-header::before {
  content: '';
  position: absolute;
  top: -30%;
  right: -5%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(197,168,128,0.07) 0%, transparent 70%);
  pointer-events: none;
}
.post-header-inner {
  max-width: 760px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.post-back {
  display: inline-flex;
  align-items: center;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: rgba(197,168,128,0.6);
  text-decoration: none;
  margin-bottom: 1.5rem;
  transition: color 0.2s;
}
.post-back:hover { color: var(--gold); }
.post-cat {
  display: inline-block;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  background: rgba(197,168,128,0.1);
  border: 1px solid rgba(197,168,128,0.2);
  padding: 0.3rem 0.8rem;
  border-radius: 999px;
  margin-bottom: 1.25rem;
}
.post-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.25;
  margin-bottom: 1.25rem;
}
.post-lead {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1rem;
  color: rgba(244,237,228,0.72);
  line-height: 1.8;
  margin-bottom: 2rem;
}
.post-meta-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(197,168,128,0.15);
}
.post-author-mini {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.post-author-mini picture img,
.post-author-mini img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
  border: 1.5px solid rgba(197,168,128,0.3);
}
.post-author-name {
  display: block;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--gold);
}
.post-author-role {
  display: block;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.68rem;
  color: rgba(244,237,228,0.45);
  margin-top: 1px;
}
.post-meta-right {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.72rem;
  color: rgba(244,237,228,0.45);
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.post-meta-dot { opacity: 0.4; }

/* ─── Body ─── */
.post-body-wrap {
  background: var(--cream);
  padding: 3.5rem 1.5rem 5rem;
}
.post-body {
  max-width: 740px;
  margin: 0 auto;
}
.post-body h2 {
  font-family: 'Playfair Display', serif;
  font-size: 1.45rem;
  font-weight: 700;
  color: var(--midnight);
  margin-top: 2.5rem;
  margin-bottom: 0.9rem;
  line-height: 1.3;
}
.post-body h2:first-child { margin-top: 0; }
.post-body h3 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: var(--midnight);
  margin-top: 1.75rem;
  margin-bottom: 0.6rem;
  letter-spacing: 0.02em;
}
.post-body p {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.95rem;
  color: #3a2020;
  line-height: 1.85;
  margin-bottom: 1.1rem;
}
.post-body ul, .post-body ol {
  margin: 0.5rem 0 1.25rem 1.25rem;
}
.post-body li {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.95rem;
  color: #3a2020;
  line-height: 1.8;
  margin-bottom: 0.4rem;
}
.post-body ul li { list-style-type: disc; }
.post-body ol li { list-style-type: decimal; }
.post-body strong { color: var(--midnight); font-weight: 700; }
.post-body em { font-style: italic; }

/* ─── Highlight Box ─── */
.post-highlight {
  background: rgba(197,168,128,0.1);
  border-left: 3px solid var(--gold);
  border-radius: 0 8px 8px 0;
  padding: 1rem 1.25rem;
  margin: 1.5rem 0;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.88rem;
  color: var(--midnight);
  line-height: 1.75;
}
.post-highlight strong { color: var(--midnight); }
.post-highlight--warning {
  background: rgba(220,50,30,0.06);
  border-left-color: #C0392B;
}

/* ─── FAQ ─── */
.post-faq {
  margin: 2rem 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.post-faq-item {
  background: #fff;
  border: 1px solid rgba(197,168,128,0.2);
  border-radius: 10px;
  padding: 1.1rem 1.25rem;
}
.post-faq-item strong {
  display: block;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--midnight);
  margin-bottom: 0.5rem;
}
.post-faq-item p {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.85rem;
  color: var(--text-secondary);
  line-height: 1.75;
  margin: 0;
}

/* ─── Author Box ─── */
.post-author-box {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  background: #fff;
  border: 1px solid rgba(197,168,128,0.2);
  border-radius: 12px;
  padding: 1.5rem;
  margin: 3rem 0 2rem;
}
.post-author-box picture img,
.post-author-box > img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 2px solid rgba(197,168,128,0.3);
}
.post-author-box-name {
  font-family: 'Cinzel', serif;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--midnight);
  letter-spacing: 0.05em;
  margin-bottom: 0.4rem;
}
.post-author-box-bio {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.82rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
}

/* ─── CTA ─── */
.post-cta {
  background: none;
  border-radius: 0;
  padding: 2rem 0 1rem;
  text-align: center;
  margin: 1rem 0;
}
.post-cta h3,
.post-cta > p { display: none; }
.post-cta-btns {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.65rem;
}
@media (min-width: 480px) {
  .post-cta-btns { flex-direction: row; justify-content: center; }
}
.post-cta-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 0.8rem 2rem;
  border-radius: 999px;
  background: var(--gold);
  color: var(--midnight);
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 0.2s, transform 0.2s;
}
.post-cta-btn-primary:hover { opacity: 0.88; transform: translateY(-1px); }
.post-cta-btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 0.8rem 2rem;
  border-radius: 999px;
  border: 1.5px solid rgba(197,168,128,0.4);
  color: rgba(197,168,128,0.9);
  text-decoration: none;
  white-space: nowrap;
  transition: border-color 0.2s, color 0.2s, transform 0.2s;
}
.post-cta-btn-secondary:hover { border-color: var(--gold); color: var(--gold); transform: translateY(-1px); }

/* ─── Nav ─── */
.post-nav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.75rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(197,168,128,0.2);
  margin-top: 1rem;
}
.post-nav-back, .post-nav-next {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--gold-dark);
  text-decoration: none;
  transition: color 0.2s;
}
.post-nav-back:hover, .post-nav-next:hover { color: var(--midnight); }

/* ─── Mobile ─── */
@media (max-width: 640px) {
  .post-header { padding: 7rem 1.25rem 2.5rem; }
  .post-body-wrap { padding: 2.5rem 1.25rem 4rem; }
  .post-author-box { flex-direction: column; gap: 1rem; }
  .post-cta { padding: 1.75rem 1.25rem; }
  .post-meta-bar { flex-direction: column; align-items: flex-start; }
}
