@media (max-width: 767px) {
  /* Keep the main pager as the only vertical snap container. */
  .vantix-mobile-pager > section:not(#decision):not(#clients) {
    overflow: hidden auto;
    overscroll-behavior-y: auto;
  }

  /* Let the final contact screen reveal content below the viewport. */
  .vantix-mobile-pager > #contact {
    overflow-y: auto !important;
    overscroll-behavior-y: auto !important;
    padding-bottom: calc(24px + env(safe-area-inset-bottom, 0px));
  }

  .vantix-mobile-pager > #contact > div {
    margin-block: 0 !important;
    min-height: 100%;
    height: auto;
    flex: 0 0 auto;
    overflow: visible !important;
    padding-bottom: calc(24px + env(safe-area-inset-bottom, 0px));
  }
}
