/* Aggressive scroll reset */
* {
    scroll-behavior: auto !important;
    overflow-anchor: none !important;
}

html, body {
    scroll-behavior: auto !important;
    overflow-anchor: none !important;
    scroll-padding: 0 !important;
    scroll-margin: 0 !important;
}

/* Ensure page starts at top */
html {
    scroll-snap-type: none !important;
}

body {
    scroll-snap-type: none !important;
}
