/* Mobile detection styles */
html.mobile-detected body {
    overflow: hidden;
}

html.mobile-detected .site-header,
html.mobile-detected .py-8 {
    display: none !important;
}

/* Home button styles for mobile overlay */
.mobile-home-btn {
    margin-top: 1.5rem;
}