.hero-text {
  position: relative;
}

.hero-partner-badge {
  position: absolute;
  left: 0;
  top: 288px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 45px;
  background: rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(8px);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.16);
}

.hero-partner-badge img {
  object-fit: contain;
}

.hero-partner-badge span {
  color: #fff;
  font-size: 0.94rem;
  font-weight: 900;
  white-space: nowrap;
}

@media (max-width: 680px) {
  .hero-partner-badge img {
    width: 244px;
    height: 244px;
  }
}
