.footer {
  padding: 4rem 0 0;
}

.footer-brand {
  display: inline-block;
  margin-bottom: 1rem;
  text-decoration: none;
}
.footer-brand img {
  height: 48px;
  width: auto;
  filter: brightness(1.3);
}

.footer-about {
  font-size: 0.9375rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.footer-col {
  margin-bottom: 2rem;
}

.footer-heading {
  font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 600;
  font-size: 0.9375rem;
  color: #ffffff;
  margin-bottom: 1.25rem;
  text-transform: none;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links li {
  margin-bottom: 0.5rem;
}
.footer-links a {
  color: rgba(255, 255, 255, 0.65);
  font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.875rem;
  text-decoration: none;
  transition: all 0.15s ease;
}
.footer-links a:hover {
  color: #ffffff;
  text-decoration: none;
}

.footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.875rem;
}
.footer-contact li i {
  margin-top: 0.2rem;
  flex-shrink: 0;
}

.footer-social {
  display: flex;
  gap: 0.75rem;
}
.footer-social a {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.125rem;
  text-decoration: none;
  transition: all 0.15s ease;
}
.footer-social a:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 1rem;
  padding: 1.5rem 0;
}
.footer-bottom .row {
  align-items: center;
}

.footer-copy {
  font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.45);
  margin: 0;
}

.footer-legal {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 1.5rem;
  justify-content: flex-end;
}
.footer-legal a {
  font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.45);
  text-decoration: none;
}
.footer-legal a:hover {
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 767px) {
  .footer-legal {
    justify-content: flex-start;
    margin-top: 0.75rem;
  }
}
