:root{
  --sc-primary:#0b67d1; --sc-primary-10:#eaf3ff;
  --sc-text:#0c1520; --sc-muted:#5b728a;
  --sc-radius:18px; --sc-shadow:0 8px 24px rgba(11,103,209,.12);
}
.sc-card{background:#fff;border:1px solid #edf2f7;border-radius:var(--sc-radius);
  padding:22px 20px;box-shadow:var(--sc-shadow)}
.sc-head{display:flex;gap:14px;align-items:center;margin-bottom:8px}
.sc-icon{width:48px;height:48px;border-radius:14px;background:var(--sc-primary-10);
  display:grid;place-items:center;flex:0 0 48px}
.sc-icon svg{width:26px;height:26px;stroke:var(--sc-primary)}
.sc-card h2{font-size:22px;line-height:1.2;margin:0;color:var(--sc-text)}
.sc-card p{margin:.4rem 0;color:var(--sc-muted)}
.sc-list{margin:.6rem 0 0 0;padding:0 0 0 20px;color:var(--sc-text)}
.sc-chip{display:inline-flex;gap:8px;flex-wrap:wrap;margin-top:8px}
.sc-pill{background:var(--sc-primary-10);color:var(--sc-primary);
  border-radius:999px;padding:6px 10px;font-size:13px}