.brand-logo {
  width: 38px;
  height: 38px;
  object-fit: contain;
  filter: drop-shadow(0 2px 8px rgba(0, 242, 254, 0.4));
  transition: transform 0.2s ease;
}

.brand:hover .brand-logo {
  transform: scale(1.08);
}

@media (max-width: 720px) {
  .brand-logo { width: 33px; height: 33px; }
}
