.lp-footer {
  background: var(--fm-navy-deep);
  padding-block: clamp(40px, 6vw, 64px);
}

.lp-footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}

.lp-footer-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.lp-footer-tagline {
  font-family: var(--fm-font-mono);
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(242, 245, 251, 0.4);
}

.lp-footer-links {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

.lp-footer-links a {
  font-size: 0.85rem;
  color: rgba(242, 245, 251, 0.55);
  text-decoration: none;
  transition: color 150ms ease;
}

.lp-footer-links a:hover {
  color: rgba(242, 245, 251, 0.9);
}

.lp-footer-links span {
  color: rgba(242, 245, 251, 0.25);
}

.lp-footer-copy {
  font-size: 0.8rem;
  color: rgba(242, 245, 251, 0.3);
  font-family: var(--fm-font-mono);
}
