/* Production-only interaction repair; the approved reference remains untouched.
 * The prototype hides the mobile CTA for focused inputs, but restores it
 * when focus moves to Submit. With reduced motion the CTA intercepts
 * pointerup before click can activate the form. Keep the complete contact
 * interaction unobstructed, including buttons, consent and keyboard focus.
 * No forced submit, synthetic click, or arbitrary timing workaround.
 */
body.fw17-contact:has([data-contact-scheduler]:focus-within) [data-fw-sticky],
body.fw17-contact:has([data-contact-scheduler] :active) [data-fw-sticky] {
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
