:root {
  --defacto-blue: #4177BF;
}

.topbar {
  margin-bottom: 12px;
}

.topbar-card {
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 10px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.logo-orb.compact {
  order: 1;
  width: 100%;
  height: auto;
  padding: 0;
  border: 0;
  border-radius: 18px;
  background: transparent;
  box-shadow: 0 14px 38px rgba(0,0,0,.24);
  overflow: hidden;
}

.logo-orb.compact img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 230px;
  object-fit: contain;
  border-radius: 18px;
  background: #fff;
}

.social-row {
  order: 2;
  justify-content: center;
  flex-wrap: wrap;
}

.contact-card {
  order: 3;
  justify-items: center;
  text-align: center;
  width: 100%;
  padding: 10px 14px;
  border-radius: 18px;
  background: rgba(35,13,8,.66);
  border: 1px solid rgba(255,230,180,.18);
}

.lang-btn,
.lang-btn:hover,
.lang-btn.active,
.category-btn,
.category-btn:hover,
.category-btn.active {
  background: #4177BF !important;
  color: #fff !important;
  border-color: rgba(65,119,191,.85) !important;
}

.lang-btn:hover,
.lang-btn.active,
.category-btn:hover,
.category-btn.active {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(65,119,191,.32), inset 0 0 0 2px rgba(255,255,255,.18) !important;
  filter: brightness(.96);
}

.category-btn span {
  color: #fff !important;
}

@media (max-width: 560px) {
  .logo-orb.compact {
    width: 100%;
    height: auto;
    border-radius: 14px;
  }

  .logo-orb.compact img {
    width: 100%;
    height: auto;
    max-height: none;
    border-radius: 14px;
  }
}
