.post-body .lead {
  font-size: 1.2em;
  line-height: 1.6;
}
.post-body .stats {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin: 2.5rem 0;
}
@media (min-width: 560px) {
  .post-body .stats {
    grid-template-columns: 1fr 1fr;
  }
}
.post-body .stat {
  border: 1px solid #e5e7eb;
  border-left: 3px solid #7c3aed;
  border-radius: 12px;
  padding: 16px 18px;
  background: #ffffff;
}
.post-body .stat-value {
  font-size: 1.9em;
  font-weight: 700;
  line-height: 1.1;
  color: #5b21b6;
  margin: 0 0 6px;
}
.post-body .stat-label {
  font-size: 0.92em;
  line-height: 1.45;
  color: #374151;
  margin: 0 0 8px;
}
.post-body .stat-source {
  font-size: 0.78em;
  line-height: 1.4;
  color: #6b7280;
  margin: 0;
}
.post-body .chart {
  margin: 2.5rem 0;
}
.post-body .chart-shell {
  display: flex;
  justify-content: center;
  padding: 8px 0;
}
.post-body .chart-svg {
  width: 100%;
  max-width: 420px;
  height: auto;
}
.post-body .chart-svg.wide {
  max-width: 440px;
}
.post-body .chart figcaption {
  line-height: 1.5;
  margin-top: 10px;
}
.post-body .callout {
  border: 1px solid #ddd6fe;
  border-left: 4px solid #7c3aed;
  background: #f5f3ff;
  border-radius: 10px;
  padding: 16px 18px;
  margin: 2rem 0;
}
.post-body .callout p {
  margin: 0;
}
.post-body .callout p + p {
  margin-top: 10px;
}
.post-body .callout-warn {
  border-color: #fed7aa;
  border-left-color: #c2410c;
  background: #fff7ed;
}
.post-body .ba {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin: 2.5rem 0;
}
@media (min-width: 720px) {
  .post-body .ba {
    grid-template-columns: 1fr 1fr; gap: 16px;
  }
}
.post-body .ba-col {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
  background: #ffffff;
}
.post-body .ba-head {
  margin: 0;
  padding: 12px 16px;
  font-size: 0.85em;
  font-weight: 700;
  letter-spacing: 0.02em;
  border-bottom: 1px solid #f3f4f6;
}
.post-body .ba-before .ba-head {
  background: #fff7ed;
  color: #c2410c;
  border-bottom-color: #fed7aa;
}
.post-body .ba-after .ba-head {
  background: #f5f3ff;
  color: #5b21b6;
  border-bottom-color: #ede9fe;
}
.post-body .ba-steps {
  list-style: none;
  counter-reset: ba;
  margin: 0;
  padding: 6px 16px 14px;
}
.post-body .ba-steps li {
  counter-increment: ba;
  position: relative;
  padding-left: 30px;
  margin: 12px 0 0;
  font-size: 0.92em;
  line-height: 1.55;
  color: #374151;
}
.post-body .ba-steps li::before {
  content: counter(ba);
  position: absolute;
  left: 0;
  top: 1px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 0.78em;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
}
.post-body .ba-before .ba-steps li::before {
  background: #ffedd5;
  color: #9a3412;
}
.post-body .ba-after .ba-steps li::before {
  background: #ede9fe;
  color: #5b21b6;
}
.post-body .ba-t {
  font-weight: 600;
  color: #1f2937;
}
.post-body .mark-meta {
  border-left: 3px solid #a78bfa;
  background: #faf5ff;
  border-radius: 0 8px 8px 0;
  padding: 12px 14px;
  margin: 1.2rem 0 1.4rem;
}
.post-body .mark-out {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 10px;
  align-items: baseline;
  margin: 0;
  font-size: 0.93em;
  line-height: 1.5;
  color: #374151;
}
.post-body .mark-out + .mark-out {
  margin-top: 6px;
}
.post-body .mark-out span {
  font-size: 0.76em;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #5b21b6;
}
.post-body .limits {
  border: 1px dashed #c4b5fd;
  border-radius: 12px;
  padding: 16px 18px;
  margin: 2rem 0;
  background: #fafafa;
}
.post-body .limits-head {
  margin: 0 0 10px;
  font-weight: 700;
  color: #5b21b6;
  font-size: 0.95em;
}
.post-body .limits ul {
  margin: 0;
}
.post-body .limits li {
  font-size: 0.95em;
  color: #374151;
}
.post-body .errs {
  margin: 1.6rem 0 2rem;
  padding-left: 1.25rem;
}
.post-body .errs li {
  font-size: 0.95em;
  color: #374151;
  padding-left: 4px;
}
.post-body .errs li + li {
  margin-top: 12px;
}
.post-body .errs li::marker {
  color: #c2410c;
  font-weight: 700;
}
.post-body .errs strong {
  color: #9a3412;
}
.post-body .cta {
  border: 1px solid #ddd6fe;
  border-radius: 14px;
  padding: 22px;
  margin: 2.5rem 0;
  background: #f5f3ff;
}
.post-body .cta-dark {
  border-radius: 14px;
  padding: 26px 22px;
  margin: 2.5rem 0;
  background: #1a1145;
}
.post-body .cta-kicker {
  margin: 0 0 6px;
  font-size: 0.75em;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #7c3aed;
}
.post-body .cta-dark .cta-kicker {
  color: #c4b5fd;
}
.post-body .cta-title {
  margin: 0 0 10px;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.3;
  color: #1f2937;
}
.post-body .cta-dark .cta-title {
  color: #ffffff;
}
.post-body .cta p:not(.cta-kicker):not(.cta-title),
.post-body .cta-dark p:not(.cta-kicker):not(.cta-title) {
  margin: 0 0 14px;
  font-size: 0.97em;
  line-height: 1.6;
}
.post-body .cta-dark p:not(.cta-kicker):not(.cta-title) {
  color: #ddd6fe;
}
.post-body .cta p:last-child,
.post-body .cta-dark p:last-child {
  margin-bottom: 0;
}
.post-body .cta-btn {
  display: inline-block;
  background: #c2410c;
  color: #ffffff;
  font-weight: 600;
  font-size: 0.95em;
  text-decoration: none;
  padding: 11px 24px;
  border-radius: 9999px;
}
.post-body .cta-btn:hover {
  background: #9a3412;
  color: #ffffff;
  text-decoration: none;
}
.post-body .post-scroller > table {
  min-width: 34rem;
}
.post-body .post-scroller > table.plan {
  min-width: 44rem;
}
.post-body .post-scroller > table th[scope="row"] {
  font-weight: 600;
  color: #1f2937;
}
.post-body .faq h3 {
  font-size: 1.08em;
}
.post-body .faq p {
  font-size: 0.97em;
}
.post-body .sources li {
  font-size: 0.88em;
  line-height: 1.55;
  color: #374151;
}
.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;
}