.waitlist-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  scroll-margin-top: 6rem;
  padding: 112px 24px 48px;
  background-color: #050505;
  background-image:
    linear-gradient(rgba(178, 254, 2, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(178, 254, 2, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  color: #fff;
}

.waitlist-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(620px, 72vw);
  height: 2px;
  transform: translateX(-50%);
  background: #b2fe02;
  box-shadow: 0 0 26px rgba(178, 254, 2, 0.72);
}

.waitlist-section__inner {
  position: relative;
  z-index: 1;
  width: min(100%, 1040px);
  margin: 0 auto;
  text-align: center;
}

.waitlist-section__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 24px;
  color: #b2fe02;
  font-family: var(--font-body), Inter, system-ui, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.waitlist-section__eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #b2fe02;
  box-shadow: 0 0 14px rgba(178, 254, 2, 0.8);
}

.waitlist-light-title {
  max-width: 920px;
  margin: 0 auto;
  color: #fff;
  font-family: var(--font-display), Inter, system-ui, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: 0;
}

.waitlist-light-title strong {
  color: #b2fe02;
  font-weight: 800;
}

.waitlist-section__support {
  max-width: 620px;
  margin: 24px auto 0;
  color: rgba(255, 255, 255, 0.66);
  font-family: var(--font-body), Inter, system-ui, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0;
}

.waitlist-light-form {
  width: 100%;
  max-width: 560px;
  min-height: 248px;
  margin: 38px auto 0;
}

.waitlist-light-form iframe[data-db-form-slug="easybuilder-lista-de-espera"] {
  display: block;
  width: 100%;
  border: 0;
  background: transparent;
}

.waitlist-section__footer {
  position: relative;
  z-index: 1;
  margin: 48px auto 0;
  color: rgba(255, 255, 255, 0.34);
  font-family: var(--font-body), Inter, system-ui, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}

@media (max-width: 640px) {
  .waitlist-section {
    padding: 80px 20px 36px;
    background-size: 48px 48px;
  }

  .waitlist-section__eyebrow {
    margin-bottom: 18px;
    font-size: 12px;
  }

  .waitlist-light-title {
    font-size: 31px;
    line-height: 1.12;
  }

  .waitlist-section__support {
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.5;
  }

  .waitlist-light-form {
    min-height: 305px;
    margin-top: 28px;
  }

  .waitlist-section__footer {
    margin-top: 36px;
  }
}
