
/* RCOP small extras */
.nav-link{transition:color .2s ease;}
.nav-link.active{color:#047857;}
.hero-grad{background:linear-gradient(180deg,#f8fafc 0%, #fff 40%, #ecfdf5 100%);}
.card{border:1px solid rgba(15,23,42,.08); border-radius:1rem; background:rgba(255,255,255,.85); box-shadow:0 1px 2px rgba(0,0,0,.04);}
.badge{display:inline-flex;align-items:center;gap:.4rem;border:1px solid #d1fae5;border-radius:9999px;padding:.15rem .6rem;font-size:.75rem;}
.badge i{display:inline-block;width:.4rem;height:.4rem;border-radius:9999px;background:#10b981;}
