.e-passport-card {
  background: linear-gradient(135deg, #0f172a, #1d4ed8 58%, #0f766e);
  color: white;
  text-align: center;
  padding: 20px;
  border-radius: 12px;
  margin-bottom: 14px;
}

.ble-broadcast {
  width: 78px;
  height: 78px;
  background: rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 14px;
  font-size: 2rem;
  animation: pulse 2s infinite;
}

.ble-broadcast.paused {
  animation: none;
  opacity: 0.65;
}

@keyframes pulse {
  0%   { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4); }
  70%  { box-shadow: 0 0 0 19px rgba(255, 255, 255, 0); }
  100% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); }
}

.privacy-badge {
  background: rgba(16, 185, 129, 0.18);
  color: #bbf7d0;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 0.7rem;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 12px;
  font-weight: 800;
}
