/* ===== LABEL "O PROBLEMA" ===== */
span.text-gold.font-mono.text-sm.tracking-\[0\.2em\].uppercase.mb-3.block {
  font-size: 14px !important;
  letter-spacing: 0.25em !important;
}

/* ===== TÍTULO PRINCIPAL (já está bom, só refinando) ===== */
h2 {
  line-height: 1.05 !important;
}

/* ===== TÍTULOS DOS CARDS (Métricas, Invisibilidade...) ===== */
h3,
.text-xl {
  font-size: 18px !important;
}

/* ===== TEXTO DOS CARDS ===== */
p {
  font-size: 14px !important;
  line-height: 1.5 !important;
}