.card {
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(17, 24, 39, 0.1);
}

.service-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #eef6ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  color: #2563eb;
  flex-shrink: 0;
}

.badge-custom {
  background-color: #f1f9ff;
  color: #2563eb;
  font-weight: 600;
}
