.site-footer {
  background: #07182b;
  color: #fff;
  padding: 50px 20px;
  text-align: center;
}

.footer-content h3 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.footer-content p {
  margin: 10px 0;
  color: #d7e1ea;
}

.footer-contact {
  margin: 18px 0;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.footer-contact a {
  color: #22d3c5;
  text-decoration: none;
  font-weight: 700;
}

.footer-copy {
  margin-top: 20px;
  font-size: 0.95rem;
  color: #b9c7d4;
}