/* Openwell — launch mode. Active only when <html class="launch"> (the production build sets it while
   the intakes are unfinished). Hides CTAs that lead into an intake; leaves the two hero forms visible
   but inert (see launch.js). Remove the class from the build to reinstate everything. */
html.launch [data-cta="intake"]{display:none!important}
html.launch [data-cta="keep"] .btn,html.launch [data-cta="keep"] button{cursor:default}
html.launch [data-cta="keep"] .btn:hover,html.launch [data-cta="keep"] button:hover{transform:none;background:var(--indigo)}
