/* Official Portuguese-technology seal in the footer */
.footer-brand-group {
  display: grid;
  grid-template-columns: 118px minmax(96px, 1fr);
  align-items: center;
  gap: 26px;
  min-width: 0;
}

.footer-brand-group .footer-brand {
  flex: 0 0 auto;
}

.footer-tech-badge {
  display: block;
  justify-self: center;
  width: 86px;
  height: 86px;
  object-fit: contain;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, .16));
}

@media (max-width: 850px) {
  .footer-brand-group { grid-template-columns: 118px minmax(82px, 1fr); }
  .footer-tech-badge { width: 72px; height: 72px; }
}

@media (max-width: 510px) {
  .footer-brand-group { grid-template-columns: 106px minmax(72px, 1fr); gap: 20px; }
  .footer-tech-badge { width: 66px; height: 66px; }
}
