/* LeadG2 Results Two-Column (2026) — scoped to .lg2-res */
.lg2-res { padding: 90px 44px; font-family: 'Mulish', system-ui, -apple-system, sans-serif; }
.lg2-res * { box-sizing: border-box; }
.lg2-res__wrap { max-width: 1100px; margin: 0 auto; }
.lg2-res__head { max-width: 620px; margin: 0 0 46px; }
.lg2-res__eyebrow { display: inline-block; font-weight: 800; font-size: 13px; letter-spacing: 1.6px; text-transform: uppercase; margin-bottom: 16px; }
.lg2-res__heading { margin: 0; font-weight: 800; font-size: clamp(26px, 3.2vw, 42px); line-height: 1.07; letter-spacing: -1.4px; }
.lg2-res__cols { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.lg2-res__card { padding: 34px; border-radius: 20px; border: 1px solid #E2E4E0; }
.lg2-res__card-title { margin: 0 0 20px; font-weight: 800; font-size: 18px; }
.lg2-res__list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.lg2-res__item { display: flex; align-items: flex-start; gap: 12px; font-weight: 600; font-size: 15px; line-height: 1.5; color: #3C4350; }
.lg2-res__ic { flex: 0 0 auto; display: inline-flex; width: 24px; height: 24px; border-radius: 8px; align-items: center; justify-content: center; font-size: 12px; margin-top: 1px; }
.lg2-res__foot { margin-top: 36px; padding: 34px 38px; border-radius: 20px; background: radial-gradient(120% 160% at 88% 0%, #1B263B 0%, #0D1B2A 70%); border: 1px solid rgba(255,255,255,0.08); }
.lg2-res__foot-eyebrow { font-weight: 800; font-size: 13px; letter-spacing: 1.2px; text-transform: uppercase; margin-bottom: 12px; }
.lg2-res__foot-body { font-family: 'Lora', Georgia, serif; font-size: 17.5px; line-height: 1.62; color: #C2C8D4; max-width: 820px; }
.lg2-res__foot-body p { margin: 0; }

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

@media (max-width: 760px) {
  .lg2-res { padding: 60px 24px; }
  .lg2-res__cols { grid-template-columns: 1fr; }
  .lg2-res__foot { padding: 28px 24px; }
}
