/* Wiring-only additions: honeypot, Turnstile spacing, submit states.
   Everything visual stays inside the approved design tokens. */
.hp{position:absolute !important;left:-9999px !important;top:auto !important;width:1px !important;height:1px !important;overflow:hidden !important}
.cf-turnstile{margin-top:18px}
.hform .cf-turnstile{margin-top:16px}
.fmsg{margin-top:14px;padding:12px 14px;border-radius:8px;font-size:14px;font-weight:600;line-height:1.5}
.fmsg.ok{background:#EDFBF4;border:1px solid #B7EBD3;color:#1B7A55}
.fmsg.err{background:#FDF0F0;border:1px solid #F2C8C8;color:#A13333}
.fmsg a{color:inherit;text-decoration:underline}
form[data-dts-form] button[type="submit"]:disabled{opacity:.6;cursor:default;transform:none}
