/* Custom styles and enhancements */
html {
    scroll-behavior: smooth;
}
body {
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
/* Ensure bottom padding for mobile sticky CTA */
@media (max-width: 640px) {
    body {
        padding-bottom: 70px;
    }
}
