.landing-page .landing-footer-link {
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  text-align: left;
}

.landing-page .landing-footer-link:hover {
  color: var(--gate-blue);
}

.landing-page button,
.landing-page .btn-dark,
.landing-page .btn-outline,
.landing-page .btn-white,
.landing-page .btn-ghost-light,
.landing-page .cta-btn,
.landing-page .ml2-btn {
  cursor: pointer;
}

.landing-page .section-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 900ms cubic-bezier(0.16, 1, 0.3, 1), transform 900ms cubic-bezier(0.16, 1, 0.3, 1);
}

.landing-page .section-reveal.in {
  opacity: 1;
  transform: none;
}

.landing-page .feat-illu-wrap {
  align-self: center;
}

.landing-page .feat-illu,
.landing-page .feat-illu.active {
  top: 50%;
  padding-bottom: 0;
  transform: translate(-50%, -50%) scale(1);
}

.landing-page .final-cta > h2,
.landing-page .final-cta > p,
.landing-page .final-cta > .actions {
  position: relative;
  z-index: 10;
}

@media (prefers-reduced-motion: reduce) {
  .landing-page .section-reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
