/* Footer */
footer {
  background-color: #2c3238;
  color: #a9a9a9;
  padding: 48px 0 20px;
  text-align: left;
}

.footer-top {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-bottom: 2rem;
}

.footer-top::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  border-bottom: 1px solid #444;
}

.footer-left {
  width: 480px;
}

.footer-right {
  width: 60%;
  display: flex;
  flex-direction: column;
}

.footer-info .logo img {
  width: 160px;
  height: 64px;
}

.footer-contact h3 {
  font-size: 1.2rem;
  color: #fff;
  margin-top: 24px;
  margin-bottom: 24px;
}

.footer-contact .qr-code {
  width: 110px;
  height: 110px;
  margin-bottom: 24px;
}

.footer-contact p {
  margin-bottom: 0.5rem;
  line-height: 1.6;
}
.footer-right {
  padding-top: 24px;
}
.footer-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(150px, 1fr));
  width: 100%;
  margin-bottom: 24px;
  grid-gap: 2rem;
}

.link-column {
  flex: 1;
}

.link-column h3 {
  font-size: 1.1rem;
  color: #fff;
  margin-bottom: 1rem;
}

.link-column ul {
  list-style: none;
  padding: 0;
}

.link-column li {
  margin-bottom: 0.75rem;
}

.link-column a {
  color: #a9a9a9;
  text-decoration: none;
}

.link-column a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-partners {
  margin-top: 24px;
  .partner-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(150px, 1fr));
    align-items: top;
    grid-gap: 2rem;
  }
}

.footer-partners h3 {
  font-size: 1.1rem;
  color: #fff;
  margin-bottom: 1rem;
}

.footer-partners li {
  color: #a9a9a9;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  text-align: center;
  font-size: 0.9rem;
}

.footer-bottom p {
  display: inline;
}
