@import url('../design-system.css');

/* -----------------------------------------------
   SIGNUP FORM
----------------------------------------------- */

.signup-form-wrap {
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  max-width: 560px;
}

.signup-subdomain-hint {
  opacity: 0.7;
  font-size: 13px;
  margin-top: -2px;
}

.signup-submit-btn {
  padding: 12px 14px;
  border-radius: 14px;
  background: #111;
  color: #fff;
  border: 1px solid #111;
  font-weight: 900;
  cursor: pointer;
}

.signup-footer-note {
  opacity: 0.7;
  font-size: 13px;
  line-height: 1.5;
}

.signup-footer-tip {
  margin-top: 6px;
  opacity: 0.75;
}

/* -----------------------------------------------
   CONTACT / DEMO REQUEST FORM
----------------------------------------------- */

.contact-form-submit-row {
  display: flex;
  justify-content: space-between;
}

.contact-form-note {
  color: var(--muted2);
  font-size: 13px;
}

.contact-form-submit-btn {
  cursor: pointer;
  border: none;
}

/* -----------------------------------------------
   CONTACT PAGE — WHAT HAPPENS NEXT PANEL
----------------------------------------------- */

.contact-next-steps {
  margin-top: 10px;
  color: rgba(17,17,17,0.85);
}
