.post-body .lead {
  font-size: 1.15em;
  line-height: 1.6;
  color: #374151;
}
.post-body .stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  margin: 2.25rem 0 2.5rem;
}
.post-body .stat {
  display: flex;
  flex-direction: column;
  padding: 1.1rem 1.15rem 1rem;
  border: 1px solid #e5e7eb;
  border-top: 3px solid #7c3aed;
  border-radius: 0.9rem;
  background: #ffffff;
}
.post-body .stat-value {
  margin: 0 0 0.45rem;
  font-size: 2.05rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #5b21b6;
}
.post-body .stat-value span {
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0;
}
.post-body .stat-label {
  flex: 1 1 auto;
  margin: 0 0 0.6rem;
  font-size: 0.86rem;
  line-height: 1.45;
  color: #374151;
}
.post-body .stat-source {
  margin: 0;
  padding-top: 0.55rem;
  border-top: 1px solid #f3f4f6;
  font-size: 0.72rem;
  line-height: 1.35;
  /* Not a lighter grey: this line is the source attribution, and #9ca3af on
     white is 2.5:1 — it would fail AA on the one text that must be readable. */
  color: #6b7280;
}
.post-body .nowrap {
  white-space: nowrap;
}
.post-body .chart {
  margin: 2.5rem 0;
  padding: 1.25rem;
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  background: #ffffff;
}
.post-body .chart-svg {
  display: block;
  width: 100%;
}
.post-body .chart-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 760px) {
  .post-body .chart-svg {
    width: auto;
    max-width: none;
  }
}
.post-body .chart figcaption {
  margin-top: 1rem;
  padding-top: 0.85rem;
  border-top: 1px solid #f3f4f6;
}
.post-body .scroll-hint {
  display: none;
}
@media (max-width: 760px) {
  .post-body .scroll-hint {
    display: inline;
    color: #6d28d9;
  }
}
.post-body .scorecard-figure {
  margin: 2.5rem 0;
}
.post-body .scorecard {
  padding: 1.15rem 1.25rem 1rem;
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(17, 24, 39, 0.04);
}
.post-body .scorecard-head {
  margin: 0 0 0.85rem;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid #f3f4f6;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #6d28d9;
}
.post-body .scorecard-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.5rem 0;
  border-bottom: 1px dashed #f3f4f6;
}
.post-body .scorecard-crit {
  flex: 1 1 auto;
  font-size: 0.9rem;
  color: #1f2937;
}
.post-body .scorecard-dots {
  display: inline-flex;
  gap: 4px;
  flex: 0 0 auto;
}
.post-body .scorecard-dots i {
  width: 9px;
  height: 9px;
  border-radius: 9999px;
  background: #ede9fe;
}
.post-body .scorecard-dots i.on {
  background: #7c3aed;
}
.post-body .scorecard-score {
  flex: 0 0 2.2rem;
  font-size: 0.82rem;
  font-weight: 700;
  text-align: right;
  color: #6d28d9;
}
.post-body .scorecard-foot {
  margin: 0.85rem 0 0;
  padding-top: 0.75rem;
  border-top: 1px solid #f3f4f6;
  font-size: 0.86rem;
  line-height: 1.5;
  color: #374151;
}
.post-body .scorecard-foot span {
  color: #6b7280;
}
.post-body .callout {
  margin: 2rem 0;
  padding: 1.15rem 1.25rem;
  border-left: 4px solid #7c3aed;
  border-radius: 0 0.75rem 0.75rem 0;
  background: #f5f3ff;
  color: #3b2a6b;
  font-size: 0.97em;
  line-height: 1.65;
}
.post-body .callout strong {
  color: #5b21b6;
}
.post-body .sr-caption {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.post-body .term {
  display: block;
  font-weight: 400;
  font-size: 0.85em;
  color: #6b7280;
}
.post-body .cta {
  margin: 2.75rem 0;
  padding: 1.75rem;
  border: 1px solid #ddd6fe;
  border-radius: 1rem;
  background: #f5f3ff;
}
.post-body .cta-kicker {
  margin: 0 0 0.5rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6d28d9;
}
.post-body .cta-title {
  margin: 0 0 0.65rem;
  font-size: 1.35em;
  font-weight: 700;
  line-height: 1.25;
  color: #111827;
}
.post-body .cta p:not(.cta-kicker):not(.cta-title) {
  margin: 0 0 1.25rem;
  font-size: 0.97em;
  color: #4b5563;
}
.post-body .cta a {
  display: inline-flex;
  align-items: center;
  padding: 0.7rem 1.6rem;
  border-radius: 9999px;
  background: #c2410c;
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
}
.post-body .cta a:hover {
  background: #9a3412;
  color: #ffffff;
}
.post-body .cta-dark {
  border-color: #1a1145;
  background: #1a1145;
}
.post-body .cta-dark .cta-kicker {
  color: #c4b5fd;
}
.post-body .cta-dark .cta-title {
  color: #ffffff;
}
.post-body .cta-dark p:not(.cta-kicker):not(.cta-title) {
  color: #c7c2e0;
}
.post-body .faq {
  margin-top: 3.5rem;
  border-top: 1px solid #e5e7eb;
}
.post-body .faq > h2 {
  margin-top: 1.5rem;
}
@media (max-width: 640px) {
  .post-body .stats {
    grid-template-columns: minmax(0, 1fr);
  }
  .post-body .stat-value {
    font-size: 1.85rem;
  }
  .post-body .chart {
    padding: 0.85rem;
  }
  .post-body .scorecard {
    padding: 1rem;
  }
  .post-body .scorecard-row {
    flex-wrap: wrap;
    gap: 0.4rem 0.75rem;
  }
  .post-body .scorecard-crit {
    flex: 1 1 100%;
  }
  .post-body .scorecard-score {
    flex: 0 0 auto;
  }
  .post-body .cta {
    padding: 1.35rem;
  }
}