/* Istanbul hair transplant blog post — content specific to
   /istanbul-hair-transplant-3200-grafts-before-day-0. Shared header/drawer/
   footer/page-hero/cc-card CSS lives in /static/base.css, which never
   defines an h3 rule (its other guides only use h2 + labels), so this
   page's FAQ questions need their own scale. */

.byline {
  font-size: 0.78rem;
  color: var(--ink-faint);
  margin-top: 10px;
}

.tldr-card {
  background: var(--accent-light);
  border-color: var(--accent);
}
.tldr-card p { color: var(--ink); margin: 0; }

.cc-card h3 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.02rem;
  font-weight: 700;
  color: var(--ink);
  margin: 22px 0 8px;
}
.cc-card h3:first-of-type { margin-top: 0; }

.quick-facts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 12px;
  margin: 18px 0 0;
  padding-top: 16px;
  border-top: 1px solid var(--border);
}
.quick-fact dt {
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--ink-faint);
  margin-bottom: 3px;
}
.quick-fact dd {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--ink);
  margin: 0;
}

.blog-photo {
  margin: 20px 0;
}
.blog-photo img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 70vh;
  margin: 0 auto;
  border-radius: 10px;
  border: 1px solid var(--border);
}
.blog-photo figcaption {
  font-size: 0.8rem;
  color: var(--ink-light);
  line-height: 1.6;
  margin-top: 8px;
  font-style: italic;
}

.before-day0-collage {
  display: flex;
  gap: 12px;
  margin-top: 4px;
}
.before-day0-collage figure {
  flex: 1 1 0;
  min-width: 0;
  margin: 0;
}
.before-day0-collage img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid var(--border);
}
.before-day0-collage figcaption {
  text-align: center;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--ink-light);
  margin-top: 6px;
}
@media (max-width: 480px) {
  .before-day0-collage { gap: 8px; }
}
