.site-footer {
  padding: 5rem 0;
  background: linear-gradient(205deg, #0077b6, #003049);
  color: #fff;
}

.site-footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;

  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 3rem;
  text-align: left;
}

.footer-col h4 {
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  opacity: 0.7;
  margin-bottom: 1rem;
}

.footer-brand h3 {
  font-size: 1.2rem;
  margin: 0.5rem 0 0.25rem;
}

.footer-tagline {
  opacity: 0.6;
  font-size: 0.9rem;
}

.footer-logo {
  width: 200px;
  height: auto;
  opacity: 0.9;
 
}

.footer-links a,
.footer-meta a {
  display: block;
  margin-bottom: 0.5rem;
  text-decoration: none;
  color: #fff;
  opacity: 0.7;
}

.footer-links a:hover,
.footer-meta a:hover {
  opacity: 1;
}

.footer-copy {
  margin-top: 1rem;
  opacity: 0.5;
  font-size: 0.85rem;
}