@import url("app/globals.css");

.hero {
  background:
    linear-gradient(
      90deg,
      rgba(6, 9, 12, 0.16),
      transparent 30%,
      transparent 70%,
      rgba(6, 9, 12, 0.18)
    ),
    url("public/background.webp") center center / cover no-repeat;
}

.honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.lead__form button:disabled {
  cursor: wait;
  opacity: 0.78;
  transform: none;
}
