/* ============================================================================
   VAROLYN — Services page · Section 6 "REQUEST A CALLBACK" placement override
   The shared enquiry component (sections/enquiry/) carries homepage-specific
   geometry: a -150px pull-up (to cover the BMI section's seam) and a
   min-height:100vh full-screen stage. On the Services page those would paint
   the green form OVER the technology section and stretch it a full screen.
   This tiny override (higher specificity: id+class) neutralises BOTH on this
   page only — the component's look, fields, JS and /api/enquiry wiring are
   reused untouched. Trim spacing, no overlap, no layout shift.
   ============================================================================ */
#enquiry.svc-enq{
  margin-top:0;
  min-height:0;
  padding:clamp(36px,5vw,64px) 6%;   /* SPACING TRIM: 80→64 (page rhythm) */
}
