.usp-systems-grid{display:grid;gap:16px;margin-top:2.5rem;grid-template-columns:1fr}@media (min-width:640px){.usp-systems-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.usp-systems-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.usp-role-portals{margin-top:3rem}.usp-role-portals-heading{max-width:42rem}.usp-role-portals-heading h3{margin:0;font-family:var(--font-heading);font-size:var(--text-card-title-lg);font-weight:var(--weight-heading);line-height:var(--leading-tight);color:#0f172a}.usp-role-portals-heading p{margin:8px 0 0;font-size:var(--text-sm);font-weight:var(--weight-body);line-height:var(--leading-body);color:#64748b}.usp-role-portals-grid{display:grid;gap:16px;margin-top:1.5rem;grid-template-columns:1fr}@media (min-width:640px){.usp-role-portals-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.usp-role-portal-card{border-color:#cbd5e1;background:linear-gradient(180deg,#f8fafc,#ffffff 55%)}.usp-role-badge{display:inline-block;width:fit-content;padding:6px 12px;border-radius:8px;background:#334155;color:#f8fafc;font-family:var(--font-heading);font-size:var(--text-xs,.75rem);font-weight:var(--weight-heading);letter-spacing:.04em;line-height:1;text-transform:uppercase}.usp-system-card{display:flex;flex-direction:column;min-height:100%;padding:22px;border-radius:16px;border:1px solid #e2e8f0;background:#fff;box-shadow:0 16px 40px rgba(15,23,42,.05)}.usp-system-card.featured{border-color:#93c5fd;background:linear-gradient(180deg,#eff6ff,#ffffff 55%)}.usp-acronym{display:inline-block;width:fit-content;padding:6px 12px;border-radius:8px;background:#0f172a;color:#f8fafc;font-family:var(--font-heading);font-size:var(--text-card-title-lg);font-weight:var(--weight-heading);letter-spacing:.06em;line-height:1}.usp-system-card.featured .usp-acronym{background:#2563eb}.usp-system-icon{display:grid;height:44px;width:44px;place-items:center;margin-top:14px;border-radius:12px;background:#eff6ff;color:#2563eb}.usp-system-card h3{margin:12px 0 0;font-family:var(--font-heading);font-size:var(--text-card-title);font-weight:var(--weight-heading);line-height:var(--leading-tight);color:#0f172a}.usp-system-card>p{margin:10px 0 0;flex:1;font-size:var(--text-sm);font-weight:var(--weight-body);line-height:var(--leading-body);color:#64748b}