/* ================================================================
   ErgonomicsHelp — Accelerate "Get More Customers" Thank You Overrides
   ================================================================ */

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4 {
  font-weight: 800;
  letter-spacing: -0.02em;
}

a:not(.btn):not(.form-btn) {
  color: #14b8a6;
}

.btn,
.form-btn {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn:hover,
.form-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(20, 184, 166, 0.4);
}
.btn:active,
.form-btn:active {
  transform: translateY(0);
}

#section-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
