.site-footer {
  position: static;
  margin-top: auto;
  width: 100%;
  text-align: center;
  color: #dbdbdbf0;
  font-size: 0.9rem;
  line-height: 1.4;
}

.footer-content {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.footer-text {
  margin-bottom: 8px;
}

.footer-copy {
  margin-top: 6px;
  font-size: 0.8rem;
  opacity: 0.8;
}

.telelabs-text {
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 1;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.collab-text {
  margin-top: 8px;
  margin-bottom: 6px;
  font-size: 0.85rem;
}

.footer-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4rem;
  height: 4rem;
}

.footer-logos img {
  height: 100%;
  width: auto;
  object-fit: contain;
}

.telelabs-text {
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 1;
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .site-footer {
    margin-top: 1rem;
    font-size: 0.85rem;
  }

  .footer-logos {
    gap: 1.5rem;
    height: auto;
    flex-wrap: wrap;
  }

  .footer-logos img {
    max-height: 2.5rem;
  }
}
