#footer .gw-footer-before {
  margin-top: 2rem;
}

#footer .gw-footer-shell {
  margin-top: 1rem;
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
  border-top: 1px solid #eadbca;
  background: linear-gradient(180deg, #fffdfb 0%, #f5efe7 100%);
}

#footer .gw-footer-shell__grid {
  display: grid;
  gap: 1rem;
}

#footer .gw-footer-brand,
#footer .gw-footer-col {
  padding: 1.1rem;
  border: 1px solid #eadbca;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.82);
}

#footer .gw-footer-brand h3,
#footer .gw-footer-col h4 {
  margin: 0 0 0.7rem;
  color: #1f1a17;
  font-size: 1.1rem;
  font-weight: 800;
}

#footer .gw-footer-brand p,
#footer .gw-footer-col li,
#footer .gw-footer-bottom {
  color: #6d6259;
  font-size: 0.98rem;
  line-height: 1.5;
}

#footer .gw-footer-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#footer .gw-footer-col li + li {
  margin-top: 0.45rem;
}

#footer .gw-footer-col a {
  color: #1f1a17;
  text-decoration: none;
  font-weight: 700;
}

#footer .gw-footer-col a:hover,
#footer .gw-footer-bottom a:hover {
  text-decoration: none;
  color: #f97316;
}

#footer .gw-footer-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  padding-top: 1.2rem;
  text-align: center;
}

#footer .gw-footer-bottom a {
  color: #1f1a17;
  font-weight: 700;
  text-decoration: none;
}

@media (min-width: 768px) {
  #footer .gw-footer-shell__grid {
    grid-template-columns: minmax(0, 1.4fr) repeat(2, minmax(0, 1fr));
    align-items: start;
  }

  #footer .gw-footer-bottom {
    justify-content: space-between;
    text-align: left;
  }
}