/* Ensure full width without extra space */
html, body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

/* Prevent layout shifts */
* {
    box-sizing: border-box;
}
