.site-footer {
  background-color: #2c2c2c;
  color: #fff;
  font-size: 0.95rem;
  border-top: 1px solid #444;
}

.footer-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* gap: 0.75rem; */
  text-align: center;
  font-size: 1.1rem;
}

.footer-brand span {
  color: #007acc;
  font-weight: 500;
}

.footer-links {
  display: flex;
  /* gap: 1rem; */
  margin-top: 0.5rem;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-links a {
  color: #ccc;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #ffffff;
}
