/* LeadG2 Challenge + Stat (2026) — scoped to .lg2-cha */
.lg2-cha { position: relative; overflow: hidden; padding: 40px 44px 96px; font-family: 'Mulish', system-ui, -apple-system, sans-serif; }
.lg2-cha * { box-sizing: border-box; }
.lg2-cha__bgblob { position: absolute; bottom: -120px; left: -60px; width: 360px; height: 360px; border-radius: 50%; opacity: 0.30; filter: blur(28px); pointer-events: none; }
.lg2-cha__wrap { position: relative; max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 48px; align-items: start; }
.lg2-cha__eyebrow { display: inline-block; font-weight: 800; font-size: 13px; letter-spacing: 1.6px; text-transform: uppercase; margin-bottom: 16px; }
.lg2-cha__heading { margin: 0 0 18px; font-weight: 800; font-size: clamp(26px, 3vw, 40px); line-height: 1.08; letter-spacing: -1.2px; color: #fff; }
.lg2-cha__body { margin: 0 0 24px; font-family: 'Lora', Georgia, serif; font-size: 17px; line-height: 1.62; color: #9DA6B5; }
.lg2-cha__body p { margin: 0; }
.lg2-cha__list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.lg2-cha__item { display: flex; align-items: flex-start; gap: 13px; font-weight: 600; font-size: 15.5px; line-height: 1.45; color: #D4DAE3; }
.lg2-cha__x { flex: 0 0 auto; display: inline-flex; width: 24px; height: 24px; border-radius: 7px; align-items: center; justify-content: center; font-size: 12px; margin-top: 1px; }
.lg2-cha__card { border-radius: 22px; border: 1px solid rgba(255,255,255,0.09); padding: 38px; box-shadow: 0 40px 80px -34px rgba(0,0,0,0.6); }
.lg2-cha__card-eyebrow { font-weight: 800; font-size: 13px; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 14px; }
.lg2-cha__card-stat { font-weight: 800; font-size: clamp(40px, 4.6vw, 56px); line-height: 1; letter-spacing: -2px; color: #fff; }
.lg2-cha__card-body { margin: 14px 0 22px; font-family: 'Lora', Georgia, serif; font-size: 16px; line-height: 1.6; color: #AEB6C4; }
.lg2-cha__card-body p { margin: 0; }
.lg2-cha__card-body strong { color: #fff; }
.lg2-cha__card-footer { padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.1); font-family: 'Lora', Georgia, serif; font-size: 15.5px; line-height: 1.6; color: #9DA6B5; }
.lg2-cha__card-footer p { margin: 0; }

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

@media (max-width: 900px) {
  .lg2-cha { padding: 24px 24px 64px; }
  .lg2-cha__wrap { grid-template-columns: 1fr; gap: 30px; }
  .lg2-cha__card { padding: 30px; }
}
