/*
Theme Name: SeventhLoop AI (Clean Footer)
Theme URI: https://seventhloop.com
Author: SeventhLoop
Description: Mobile fixed, Calendly integrated, Chatbot removed.
Version: 2.3
License: GNU General Public License v2 or later
*/

/* Basic Reset */
body {
    background-color: #0B0F19;
    color: #E2E8F0;
    font-family: 'Inter', sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

html { scroll-behavior: smooth; }

::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: #0B0F19; }
::-webkit-scrollbar-thumb { background: #334155; border-radius: 5px; }
::-webkit-scrollbar-thumb:hover { background: #475569; }

.admin-bar nav { top: 32px !important; }
