/* ─────────────────────────────────────────────────────────────
   05-section-pain.css
   Section 3 — The Pain (Root Cause)
   Red left-border blocks · accent italic callout
───────────────────────────────────────────────────────────── */

#pain {
  background-color: #0A0A0A;
}

#pain .inner {
  max-width: 760px;
  margin: 0 auto;
}

/* ── Individual pain block ── */
.pain__block {
  border-left: 3px solid #ff4444;
  padding-left: 24px;
  margin-bottom: 32px;
}

.pain__block p {
  font-family: 'DM Sans', sans-serif;
  font-size: 18px;
  color: #ccc;
  line-height: 1.7;
}

/* ── Closing callout in accent color ── */
.pain__callout {
  text-align: center;
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 22px;
  color: #C8F04A;
  line-height: 1.5;
  margin-top: 48px;
}
