/* STATIC HYBRID FORM KIT 2026-06-22
   Mobile Safari success/error UI and optional form status styling.
   Safe to use on any static site. */
.static-form-status,
.static-form-error,
.static-form-success {
  box-sizing: border-box;
  margin: 1rem 0;
  padding: 1rem 1.15rem;
  border-radius: 8px;
  font: inherit;
  line-height: 1.45;
}
.static-form-status {
  color: #1f3658;
  background: #f5f7fa;
  border: 1px solid #d8dee8;
}
.static-form-error {
  color: #7a1d1d;
  background: #fff4f4;
  border: 1px solid #e3aaaa;
}
.static-form-success {
  color: #27621d;
  background: #f3fff0;
  border: 2px solid #63a847;
}
.static-form-success h3 {
  margin: 0 0 .5rem;
  color: inherit;
  font: inherit;
  font-weight: 700;
  font-size: 1.4em;
}
.static-form-success p {
  margin: 0;
}
.static-form-submitting {
  opacity: .72;
  pointer-events: none;
}
.static-form-copy {
  width: 100%;
  min-height: 8rem;
  margin-top: .75rem;
  font: 14px/1.4 monospace;
}
