.lang-switcher {
  display: inline-flex;
  align-items: center;
  background: rgba(63, 120, 224, 0.08);
  border-radius: 50rem;
  padding: 3px;
  border: 1px solid rgba(63, 120, 224, 0.15);
}

.lang-btn {
  padding: 4px 12px;
  font-size: 0.75rem;
  font-weight: 600;
  border: none;
  background: transparent;
  color: #60697b;
  border-radius: 50rem;
  cursor: pointer;
  transition: all 0.2s ease;
  font-family: inherit;
  line-height: 1.4;
}

.lang-btn.active {
  background: #3f78e0;
  color: #fff;
}

.lang-btn:hover:not(.active) {
  color: #3f78e0;
}

/* Hero — tighter spacing below header */
#home .hero-section {
  padding-top: 1.25rem;
  padding-bottom: 3rem;
}

@media (min-width: 768px) {
  #home .hero-section {
    padding-top: 1.75rem;
    padding-bottom: 3.5rem;
  }
}

#home .hero-section .display-1 {
  line-height: 1.15;
}

/* Site logo (header, mobile menu, footer) */
.site-logo-link {
  display: inline-block;
  line-height: 0;
  max-width: 100%;
}

.site-logo {
  height: 6.5rem;
  width: auto;
  max-width: 440px;
  object-fit: contain;
}

.site-logo-link--offcanvas {
  background: #fff;
  border-radius: 0.35rem;
  padding: 0.5rem 0.75rem;
}

.site-logo--footer {
  height: auto;
  max-width: 180px;
  max-height: none;
}

/* Larger logo in top navbar — compact vertical padding */
.navbar.classic .navbar-brand {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

header.wrapper.bg-light {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (min-width: 992px) {
  .site-logo {
    height: 7.5rem;
    max-width: 520px;
  }
}

@media (max-width: 575.98px) {
  .site-logo {
    height: 5rem;
    max-width: 100%;
  }
}

.client-logo {
  max-height: 3.5rem;
  width: auto;
  object-fit: contain;
}

.client-logo-wrap {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}

.client-logo-wrap:hover {
  opacity: 0.85;
}

.client-logo-bg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #343f52;
  border-radius: 0.5rem;
  padding: 0.5rem 0.75rem;
  border: 1px solid rgba(52, 63, 82, 0.15);
}

.client-logo-wide {
  max-height: 2.75rem;
  max-width: 100%;
}

@media (min-width: 992px) {
  .client-logo-wide {
    max-height: 3.25rem;
  }
}

/* Client logo tooltips — text only, no background */
.tooltip.client-tooltip .tooltip-inner {
  background: transparent;
  color: #343f52;
  box-shadow: none;
  padding: 0.25rem 0.5rem;
  font-weight: 600;
  font-size: 0.8rem;
  max-width: 220px;
  text-align: center;
}

.tooltip.client-tooltip-wide .tooltip-inner {
  max-width: 280px;
  font-size: 0.75rem;
  line-height: 1.35;
}

.tooltip.client-tooltip.bs-tooltip-top .tooltip-arrow,
.tooltip.client-tooltip.bs-tooltip-bottom .tooltip-arrow,
.tooltip.client-tooltip.bs-tooltip-start .tooltip-arrow,
.tooltip.client-tooltip.bs-tooltip-end .tooltip-arrow {
  display: none;
}

@media (min-width: 992px) {
  .client-logo {
    max-height: 4rem;
  }
}
