footer {
  background: var(--brand-900);
  color: #eaf5ff;
  padding: 60px 0;
  margin-top: 40px;
}

.footer-logo {
  max-width: 180px;
  display: block;
  margin-bottom: 1rem;
}

.footer-section {
  margin-bottom: 1.5rem;
}

.footer-title {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 1rem;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 0.8rem;
}

.footer-section .contact-item {
  margin: 1rem 0;
}

.footer-bottom-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
  flex-wrap: wrap;
}

.footer-bottom-links a {
  color: #cfeeff;
}

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

footer a {
  color: #cfeeff;
  text-decoration: none;
  transition: color 0.3s;
}

footer a:hover {
  color: var(--accent);
  text-decoration: underline;
}
