.auron-hero-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 18px;
  padding: 8px 16px;
  border: 1px solid rgba(148, 163, 184, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  color: #475569;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
  position: relative;
  z-index: 2;
}

@media (max-width: 640px) {
  .auron-hero-badge {
    max-width: calc(100vw - 48px);
    padding: 8px 14px;
    font-size: 0.72rem;
  }
}
