/* v475G — Order page top whitespace final cleanup.
   Goal: remove the excessive blank space between the hero band and the step header.
   Scope: order.html only. Does not touch the order form logic, payment, upload, or chat scripts. */

body:has(#orderForm) main.section{
  padding-top:0 !important;
  margin-top:0 !important;
}

body:has(#orderForm) main.section .vge-subpage-viewport-rail-v441G,
body:has(#orderForm) .vge-subpage-viewport-rail-v441G > .container,
body:has(#orderForm) .vge-subpage-viewport-rail-v441G .order-shell{
  padding-top:18px !important;
  margin-top:0 !important;
}

body:has(#orderForm) .step-header,
body:has(#orderForm) .compact-steps,
body:has(#orderForm) .three-step-header{
  margin-top:0 !important;
  margin-bottom:20px !important;
}

body:has(#orderForm) header.page-hero.compact{
  margin-bottom:0 !important;
}

@media (min-width: 1101px){
  body:has(#orderForm) main.section .vge-subpage-viewport-rail-v441G,
  body:has(#orderForm) .vge-subpage-viewport-rail-v441G > .container,
  body:has(#orderForm) .vge-subpage-viewport-rail-v441G .order-shell{
    padding-top:20px !important;
  }
}

@media (max-width: 980px){
  body:has(#orderForm) main.section{
    padding-top:0 !important;
  }

  body:has(#orderForm) main.section .vge-subpage-viewport-rail-v441G,
  body:has(#orderForm) .vge-subpage-viewport-rail-v441G > .container,
  body:has(#orderForm) .vge-subpage-viewport-rail-v441G .order-shell{
    padding-top:14px !important;
  }
}
