.lead-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; pointer-events: none !important; }
.lead-form-status { grid-column: 1 / -1; flex-basis: 100%; width: 100%; margin: 12px 0 0; font-size: 16px; line-height: 1.5; color: inherit; }
.lead-form-status:empty { display: none; }
[data-lead-form][aria-busy="true"] button[type="submit"] { cursor: wait; opacity: .7; }

[data-lead-form].lead-form-complete { display: block; }
.lead-form-complete .lead-form-status { margin: 0; padding: 32px 24px; border: 1px solid #dce8ee; border-radius: 16px; background: #eaf6fc; color: #222; text-align: center; }
.lead-form-complete .lead-form-status h3 { margin: 0 0 24px; font-size: clamp(24px, 3vw, 32px); line-height: 1.2; color: #222; }
.lead-form-complete .lead-form-status .button { width: 100%; height: auto; min-height: 52px; white-space: normal; color: #fff; background: #229ed9; }
