.icon-badge{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;background:var(--blue-soft);color:var(--blue-dark);font-weight:950;margin-bottom:22px}.quote-checklist{counter-reset:item;list-style:none;padding:0}.quote-checklist li{counter-increment:item;display:grid;grid-template-columns:42px 1fr;gap:14px;padding:18px 0;border-bottom:1px solid var(--line)}.quote-checklist li:before{content:counter(item);width:36px;height:36px;display:grid;place-items:center;border-radius:50%;background:var(--ink);color:#fff;font-weight:900}.safety-banner{display:grid;grid-template-columns:auto 1fr;gap:16px;padding:22px;border-radius:16px;background:#fff3d1;border:1px solid #efd06d}.safety-banner strong{color:#704509}.system-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.system-grid div{padding:18px 12px;border:1px solid var(--line);border-radius:12px;text-align:center;background:#fff}.system-grid strong{display:block}.system-grid small{color:#64798f}.approval-list{list-style:none;padding:0;counter-reset:approval}.approval-list li{counter-increment:approval;position:relative;padding:14px 14px 14px 56px;border-bottom:1px solid var(--line)}.approval-list li:before{content:counter(approval);position:absolute;left:10px;top:11px;width:30px;height:30px;display:grid;place-items:center;border-radius:50%;background:var(--gold);font-weight:950}
