/* DAUNTRA demo waitlist conversion prompt */

#dauntra-waitlist-overlay {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  display: none;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 24px;
  background: rgba(0, 4, 10, 0.72);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

#dauntra-waitlist-overlay.dw-open {
  display: flex;
}

#dauntra-waitlist-card {
  box-sizing: border-box;
  width: min(440px, 100%);
  max-height: calc(100dvh - 32px);
  overflow-y: auto;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  padding: 26px;
  background:
    radial-gradient(
      circle at 90% 0%,
      rgba(8, 124, 255, 0.17),
      transparent 38%
    ),
    #080d15;
  color: #f8fafc;
  box-shadow:
    0 32px 90px rgba(0, 0, 0, 0.62),
    0 0 45px rgba(8, 124, 255, 0.08);
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}

.dw-eyebrow {
  margin: 0 0 10px;
  color: #168cff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.dw-title {
  margin: 0;
  color: #ffffff;
  font-size: 27px;
  font-weight: 850;
  line-height: 1.05;
  letter-spacing: -0.025em;
}

.dw-copy {
  margin: 12px 0 20px;
  color: #a9b4c3;
  font-size: 14px;
  line-height: 1.55;
}

.dw-offer {
  color: #ffffff;
  font-weight: 800;
}

#dauntra-waitlist-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.dw-label {
  color: #c8d2df;
  font-size: 12px;
  font-weight: 650;
}

#dauntra-waitlist-email {
  box-sizing: border-box;
  width: 100%;
  min-height: 48px;
  margin: 0;
  border: 1px solid #27374b;
  border-radius: 12px;
  outline: none;
  padding: 0 14px;
  background: #0d1520;
  color: #ffffff;
  font: inherit;
  font-size: 16px;
  appearance: none;
  -webkit-appearance: none;
  transition:
    border-color 150ms ease,
    box-shadow 150ms ease;
}

#dauntra-waitlist-email::placeholder {
  color: #718096;
}

#dauntra-waitlist-email:focus {
  border-color: #168cff;
  box-shadow: 0 0 0 3px rgba(22, 140, 255, 0.18);
}

#dauntra-waitlist-submit {
  box-sizing: border-box;
  width: 100%;
  min-height: 49px;
  margin: 2px 0 0;
  border: 0;
  border-radius: 12px;
  padding: 0 16px;
  background: #168cff;
  color: #020811;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  transition:
    transform 150ms ease,
    filter 150ms ease,
    opacity 150ms ease;
}

#dauntra-waitlist-submit:hover:not(:disabled) {
  filter: brightness(1.1);
  transform: translateY(-1px);
}

#dauntra-waitlist-submit:disabled {
  cursor: wait;
  opacity: 0.65;
}

#dauntra-waitlist-later {
  width: 100%;
  border: 0;
  padding: 7px 4px 2px;
  background: transparent;
  color: #7e8b9d;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
}

#dauntra-waitlist-later:hover {
  color: #c5cfdb;
}

#dauntra-waitlist-error {
  display: none;
  margin: 2px 0 0;
  color: #fb8585;
  font-size: 12px;
  line-height: 1.4;
}

#dauntra-waitlist-error.dw-visible {
  display: block;
}

.dw-privacy {
  margin: 8px 0 0;
  color: #657286;
  font-size: 11px;
  line-height: 1.45;
  text-align: center;
}

.dw-privacy a {
  color: #8baad0;
  text-decoration: none;
}

.dw-privacy a:hover {
  text-decoration: underline;
}

#dauntra-waitlist-success {
  display: none;
  padding: 6px 0;
}

#dauntra-waitlist-success.dw-visible {
  display: block;
}

.dw-success-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 15px;
  border-radius: 50%;
  background: rgba(22, 140, 255, 0.14);
  color: #42a0ff;
  font-size: 21px;
  font-weight: 900;
}

.dw-success-title {
  margin: 0 0 7px;
  color: #ffffff;
  font-size: 23px;
  font-weight: 850;
}

.dw-success-copy {
  margin: 0 0 18px;
  color: #9faabd;
  font-size: 14px;
  line-height: 1.5;
}

#dauntra-waitlist-continue {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.055);
  color: #ffffff;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 750;
}

@media (max-width: 700px) {
  #dauntra-waitlist-overlay {
    align-items: flex-end;
    padding: 0;
  }

  #dauntra-waitlist-card {
    width: 100%;
    max-height: min(86dvh, 620px);
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-radius: 24px 24px 0 0;
    padding:
      23px
      max(20px, env(safe-area-inset-right))
      max(22px, calc(env(safe-area-inset-bottom) + 14px))
      max(20px, env(safe-area-inset-left));
  }

  .dw-title {
    font-size: 25px;
  }

  .dw-copy {
    margin-bottom: 17px;
  }
}

@media (prefers-reduced-motion: no-preference) {
  #dauntra-waitlist-overlay.dw-open #dauntra-waitlist-card {
    animation: dauntraWaitlistIn 180ms ease-out both;
  }

  @keyframes dauntraWaitlistIn {
    from {
      opacity: 0;
      transform: translateY(10px) scale(0.985);
    }
    to {
      opacity: 1;
      transform: translateY(0) scale(1);
    }
  }
}
