.vs-card { transition: transform 0.3s ease, box-shadow 0.3s ease; }
.vs-card:hover { transform: translateY(-5px); box-shadow: 0 22px 50px rgba(27,58,45,0.15) !important; }
@media (max-width: 768px) {
      .board-grid { grid-template-columns: 1fr !important; }
      .lead-grid { grid-template-columns: 1fr !important; }
      .footer-cols { grid-template-columns: 1fr !important; text-align: center; }
    }
