/* === BADGES === */
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.1);
  color: white;
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.hero-section.tax-hero h1,
.hero-section.tax-hero p {
  color: white;
}

.hero-badge svg,
.hero-badge i {
  color: var(--star-fill);
}

.hero-badge .badge-short {
  display: none;
}

.uni-sector-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 4px 12px;
  border-radius: 50px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  z-index: 2;
}

.badge-public {
  background: var(--success-green);
  color: white;
}

.badge-private {
  background: var(--medical-blue);
  color: white;
}

.badge-featured {
  background: var(--star-fill);
  color: var(--text-primary);
  top: 12px;
  left: 12px;
  right: auto;
}
