/* ===== Problem — compact ===== */
#lp-problem{background:var(--color-white);padding:var(--section-py) 0}
#lp-problem .problem-compact-grid{
  display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;
}
#lp-problem .problem-compact-img img{
  border-radius:var(--radius-lg);box-shadow:var(--shadow-card);
}
#lp-problem .problem-compact-lead{
  font-size:clamp(1rem,2.5vw,1.15rem);
  color:var(--color-text);
  line-height:2;
  margin-bottom:20px;
}
#lp-problem .problem-compact-lead strong{
  color:var(--color-accent);
  font-weight:700;
}
#lp-problem .problem-compact-sub{
  font-size:15px;
  color:var(--color-text-light);
  line-height:1.9;
  padding-top:16px;
  border-top:1px solid var(--color-border);
}

@media(max-width:900px){
  #lp-problem .problem-compact-grid{grid-template-columns:1fr;gap:30px}
}
@media(max-width:600px){
  #lp-problem{padding:60px 0}
}
