.ld-footer {
  background: #ffffff;
  border-top: 1px solid #e5e7eb;
  padding: clamp(44px, 5vw, 68px) 0 28px;
}
.ld-footer__grid {
  display: grid;
  gap: clamp(28px, 4vw, 60px);
  grid-template-columns: minmax(0, 1fr) auto;
}
.ld-footer__logo {
  align-items: center;
  color: #0b3b40;
  display: inline-flex;
  gap: 10px;
  text-decoration: none;
}
.ld-footer__logo:hover {
  color: #0b3b40;
  text-decoration: none;
}
.ld-footer__logo img {
  border-radius: 10px;
  display: block;
  height: 40px;
  width: 40px;
}
.ld-footer__logo span {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.01em;
}
.ld-footer__brand p {
  color: #5b6472;
  font-size: 14px;
  line-height: 1.8;
  margin-top: 16px;
}
.ld-footer__col {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.ld-footer__col h3 {
  color: #111827;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 3px;
  text-transform: uppercase;
}
.ld-footer__col a {
  color: #5b6472;
  font-size: 14.5px;
  text-decoration: none;
  transition: color 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.ld-footer__col a:hover {
  color: #057a87;
}
.ld-footer__legal {
  color: #5b6472;
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  gap: 5px 10px;
  padding-top: 10px;
}
.ld-footer__legal a {
  color: #5b6472;
  text-decoration: none;
}
.ld-footer__legal a:hover {
  color: #057a87;
}
