.bp-waitlist {
  padding: 90px 0;
  background: var(--bp-green);
  border-top: 4px solid var(--bp-ink);
  border-bottom: 4px solid var(--bp-ink);
  position: relative;
  overflow: hidden;
}
.bp-waitlist__in {
  position: relative;
  z-index: 1;
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}
.bp-waitlist h2 {
  font-size: clamp(32px, 5vw, 56px);
  text-transform: uppercase;
  line-height: 0.96;
  color: #fff;
}
.bp-waitlist h2 .yel {
  color: var(--bp-yellow);
}
.bp-waitlist__sub {
  font-size: 18px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  margin: 18px 0 30px;
}
.bp-waitlist__form {
  display: flex;
  gap: 12px;
  max-width: 480px;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center;
}
.bp-waitlist__form input {
  flex: 1;
  min-width: 220px;
  font-family: "Archivo", sans-serif;
  font-weight: 600;
  font-size: 15px;
  padding: 15px 20px;
  border-radius: 50px;
  border: 3px solid var(--bp-ink);
  box-shadow: 4px 4px 0 var(--bp-ink);
  outline: none;
  background: #fff;
  color: var(--bp-ink);
}
.bp-waitlist__form .bp-btn {
  padding: 15px 30px;
}
.bp-waitlist__fine {
  margin-top: 16px;
  font-size: 13px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.75);
}
.bp-waitlist__msg {
  margin-top: 14px;
  font-weight: 800;
  color: #fff;
}
.bp-waitlist__msg--error {
  color: var(--bp-yellow);
}
