.marketing-page {
  min-height: 100vh;
  background: #fff;
  color: #011f2e;
  font-family: "DM Sans", Arial, sans-serif;
}

.marketing-page .marketing-anchor {
  display: block;
  height: 0;
  scroll-margin-top: 120px;
}

.marketing-page dialog textarea {
  display: block;
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #dbe2e6;
  border-radius: 9px;
  font: inherit;
  margin-top: 6px;
  resize: vertical;
}

.marketing-page dialog select {
  display: block;
  width: 100%;
  min-height: 48px;
  padding: 12px 38px 12px 14px;
  border: 1px solid #dbe2e6;
  border-radius: 9px;
  background: #fff;
  color: inherit;
  font: inherit;
}

.marketing-demo-backdrop {
  position: fixed;
  inset: 0;
  z-index: 40;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: #011f2e66;
  backdrop-filter: blur(5px);
  cursor: pointer;
}

.marketing-page dialog[open] {
  position: fixed;
  inset: 0;
  z-index: 41;
  margin: auto;
  max-height: calc(100dvh - 32px);
}

.marketing-page .marketing-schedule-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.marketing-page .marketing-time-note {
  margin: 12px 0 0;
  font-size: 13px;
}

@media (max-width: 520px) {
  .marketing-page .marketing-schedule-fields {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

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

.marketing-page .marketing-form-error {
  color: #a21d1d;
  font-size: 14px;
  margin: 12px 0 0;
}

.marketing-page button:disabled {
  cursor: wait;
  opacity: 0.68;
}
