/* LeadG2 Numbered Problem Cards (2026) — scoped to .lg2-prb */
.lg2-prb { padding: 90px 44px; font-family: 'Mulish', system-ui, -apple-system, sans-serif; }
.lg2-prb * { box-sizing: border-box; }
.lg2-prb__wrap { max-width: 1100px; margin: 0 auto; }
.lg2-prb__head { max-width: 620px; margin: 0 0 44px; }
.lg2-prb__eyebrow { display: inline-block; font-weight: 800; font-size: 13px; letter-spacing: 1.6px; text-transform: uppercase; margin-bottom: 16px; }
.lg2-prb__heading { margin: 0; font-weight: 800; font-size: clamp(26px, 3.2vw, 42px); line-height: 1.07; letter-spacing: -1.4px; }
.lg2-prb__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.lg2-prb__card { padding: 30px; border-radius: 18px; background: #fff; border: 1px solid #E2E4E0; }
.lg2-prb__num { display: inline-flex; width: 42px; height: 42px; border-radius: 12px; align-items: center; justify-content: center; font-weight: 800; font-size: 16px; margin-bottom: 18px; }
.lg2-prb__title { margin: 0 0 10px; font-weight: 800; font-size: 18px; letter-spacing: -0.3px; }
.lg2-prb__text { margin: 0; font-family: 'Lora', Georgia, serif; font-size: 15.5px; line-height: 1.6; color: #50606D; }

@keyframes lg2-prb-rise { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: no-preference) {
  @supports (animation-timeline: view()) {
    .lg2-prb--anim .lg2-prb__rise { animation: lg2-prb-rise linear both; animation-timeline: view(); animation-range: entry 0% entry 42%; }
  }
}

@media (max-width: 760px) {
  .lg2-prb { padding: 60px 24px; }
  .lg2-prb__grid { grid-template-columns: 1fr; }
}
