.validation-profile-badge {
  display: inline-flex;
  align-items: center;
  width: max-content;
  max-width: 100%;
  gap: 0.45rem;
  padding: 0.38rem 0.68rem;
  border: 1px solid rgba(53, 224, 255, 0.52);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(7, 25, 45, 0.92), rgba(5, 55, 78, 0.7));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 8px 24px rgba(0, 181, 226, 0.12);
  color: #c8f7ff;
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: nowrap;
}

.validation-profile-badge--deep-tech {
  border-color: rgba(53, 224, 255, 0.58);
  background:
    linear-gradient(135deg, rgba(5, 20, 40, 0.96), rgba(0, 83, 119, 0.78));
  color: #dcfbff;
}

.validation-profile-badge__signal {
  width: 0.46rem;
  height: 0.46rem;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #4be8ff;
  box-shadow:
    0 0 0 3px rgba(75, 232, 255, 0.12),
    0 0 12px rgba(75, 232, 255, 0.72);
}

.validation-profile-badge__label {
  overflow: hidden;
  text-overflow: ellipsis;
}

.validation-profile-badge--card {
  margin-bottom: 0.66rem;
  font-size: 0.62rem;
}

.validation-profile-badge--hero {
  margin-bottom: 0.9rem;
  padding: 0.46rem 0.78rem;
  background:
    linear-gradient(135deg, rgba(5, 20, 40, 0.88), rgba(0, 83, 119, 0.68));
  backdrop-filter: blur(10px);
}

.validation-profile-page-badge {
  position: relative;
  z-index: 12;
  height: 0;
  pointer-events: none;
}

.validation-profile-page-badge > .wrap {
  padding-top: clamp(1.2rem, 2.8vw, 2.2rem);
}

.validation-profile-page-badge .validation-profile-badge {
  pointer-events: auto;
}

@media (max-width: 520px) {
  .validation-profile-badge {
    letter-spacing: 0.11em;
  }

  .validation-profile-badge--hero {
    margin-bottom: 0.72rem;
  }

  .validation-profile-page-badge > .wrap {
    padding-top: 1rem;
  }
}
