html, body {
    width: 100%;
    overflow-x: hidden; /* Prevents horizontal scroll/zoom-out issues */
    position: relative;
    touch-action: pan-y; /* Improves scroll performance, disables horizontal swipe gestures */
}