/* GaliVue V5.0.0 — one-paint direct hash guard.
   On a direct /#section load, keep marketing sections layout-real before the
   browser performs native fragment positioning. No second JavaScript scroll. */
html[data-galivue-direct-hash] #how-it-works,
html[data-galivue-direct-hash] #live-demo,
html[data-galivue-direct-hash] #features,
html[data-galivue-direct-hash] #pricing,
html[data-galivue-direct-hash] #reviews,
html[data-galivue-direct-hash] .gv-home-benefits,
html[data-galivue-direct-hash] .gv-dashboard-showcase{
  content-visibility:visible!important;
  contain-intrinsic-size:none!important;
}
html[data-galivue-direct-hash] .reveal-on-scroll{
  opacity:1!important;
  transform:none!important;
  transition:none!important;
}
