/* Problem Block */
.upside-problem.surf-care { background: var(--surface-care); }
.upside-problem.surf-white { background: #fff; }
.upside-problem-head { max-width: 760px; margin-bottom: 8px; }
.upside-problem-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 40px; }
.upside-problem-card {
  background: var(--light); border-radius: var(--r-md); padding: 30px; border-left: 4px solid var(--brand-primary);
}
body.theme-warm .upside-problem-card { background: #fff; box-shadow: 0 14px 36px -28px rgba(9, 76, 138, .28); }
.upside-problem-card h3 { font-size: 19px; margin-bottom: 8px; }
.upside-problem-card p { font-size: 15px; }
@media (max-width: 767px) { .upside-problem-grid { grid-template-columns: 1fr; } }
