.navbar-brand {
  display: flex;
  align-items: center;
  padding: .35rem .6rem;
  background: rgba(255, 255, 255, .88);
  border-radius: .25rem;
}

.header-logo {
  display: block;
  width: clamp(190px, 20vw, 270px);
  height: auto;
  object-fit: contain;
}

.footer-brand > img {
  display: block;
  width: 150px;
  height: auto;
  margin: 0 0 1rem;
}

footer { padding-bottom: 0; }
.footer-main { padding-bottom: 2.5rem; }
.footer-legal { background: #fff; color: #263842; padding: 1.15rem 0; }
.footer-legal-grid { display: grid; grid-template-columns: auto 1fr auto; gap: 1.5rem; align-items: center; }
.visionhub-logo { display: block; width: 64px; height: 64px; object-fit: contain; }
.footer-powered, .footer-copyright { margin: 0; font-size: .92rem; }
.footer-powered a, .footer-copyright a { color: #263842; }
.footer-copyright { text-align: right; }

@media (max-width: 991.98px) {
  .header-logo { width: 210px; }
}

@media (max-width: 420px) {
  .header-logo { width: 175px; }
}

@media (max-width: 767.98px) {
  .footer-legal-grid { grid-template-columns: 1fr; justify-items: center; gap: .5rem; text-align: center; }
  .footer-copyright { text-align: center; }
}
