.logo-icon {
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.95);
  padding: 0.35rem;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.16);
}

.hero-logo-wrapper {
  background: transparent;
  border-radius: 0;
  padding: 0;
  border: none;
  backdrop-filter: none;
  box-shadow: none;
}

.hero-logo {
  display: block;
  background: transparent;
  border-radius: 9999px;
  border: none;
  max-width: 100%;
  object-fit: contain;
}
