.ln-footer-host {
  overflow-x: clip;
  overflow-y: visible;
}

.ln-footer {
  position: absolute;
  left: 0;
  top: 100vh;
  width: 100%;
  background: #141414;
  color: #c9c9c7;
  font-family: 'CoFoSans', 'Inter', -apple-system, Segoe UI, sans-serif;
  line-height: 1.5;
}

@supports (height: 100svh) {
  .ln-footer {
    top: 100svh;
  }
}

.ln-footer-in {
  max-width: 1200px;
  margin: 0 auto;
  padding: 48px 40px;
}

.ln-copyright {
  margin: 0 0 14px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.02em;
}

.ln-legal {
  margin: 0 0 24px;
  font-size: 12px;
  line-height: 1.7;
  color: #8a8a88;
  max-width: 900px;
}

.ln-legal a {
  color: #c9c9c7;
  text-decoration: underline;
}

.ln-legal a:hover {
  color: #fff;
}

.ln-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 28px;
}

.ln-footer-links a {
  color: #c9c9c7;
  text-decoration: none;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s, color 0.2s;
}

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

@media (max-width: 767px) {
  .ln-footer-in {
    padding: 36px 20px;
  }

  .ln-footer-links {
    flex-direction: column;
    gap: 14px;
  }
}
