.footer-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  max-width: 100%;
  min-height: 105px;
  margin-bottom: 20px;
  padding: 12px 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  background: #ffffff;
}
.footer-brand:hover { transform: translateY(-2px); }
.footer-brand .footer-logo {
  width: 220px;
  height: 78px;
  margin: 0;
  object-fit: contain;
  filter: none;
}
@media (max-width: 540px) {
  .footer-brand { width: 220px; min-height: 95px; }
  .footer-brand .footer-logo { width: 190px; height: 68px; }
}
