/* Companies page extras */
.co-egov-strip{background:var(--blue-light);border-bottom:1px solid var(--blue-muted);padding:16px 0}
.co-egov-strip-inner{display:flex;align-items:center;gap:16px;flex-wrap:wrap}
.co-egov-strip h3{font-size:13px;font-weight:700;color:var(--blue);white-space:nowrap;display:flex;align-items:center;gap:6px;margin:0;line-height:1.3}
.co-egov-logos{display:flex;gap:12px;flex-wrap:wrap;align-items:center;flex:1}
.co-egov-logos .co-logo{width:44px!important;height:44px!important;border-radius:10px!important}
.co-trusted{padding:22px 0;background:var(--white);border-top:1px solid var(--border);border-bottom:1px solid var(--border);overflow:hidden}
.co-trusted-track{display:flex;gap:40px;animation:scroll 28s linear infinite;width:max-content;align-items:center}
.co-trusted-item{display:flex;align-items:center;gap:10px;font-size:13px;font-weight:600;color:var(--text);white-space:nowrap;opacity:.85;line-height:1.3}
.co-trusted-item .co-logo{width:36px!important;height:36px!important;border-radius:8px!important}
.pulse-dot{width:6px;height:6px;background:var(--green);border-radius:50%;animation:pulse 2s infinite;flex-shrink:0}
@keyframes pulse{0%,100%{opacity:1}50%{opacity:.4}}
