:root{--background:#FFFFFF;--surface:#F9FAFB;--surface-2:#F3F4F6;--border:#E5E7EB;--primary:#0080c1;--primary-dark:#006ba3;--secondary:#fd9206;--secondary-dark:#e08305;--foreground:#111827;--muted:#6B7280;--subtle:#374151}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--background);color:var(--foreground);font-family:Inter,system-ui,-apple-system,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--background)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}button,input,select,textarea{font-family:inherit}::selection{background-color:rgba(0,128,193,.2);color:var(--foreground)}@media (max-width:767px){.handy-hero-logo{display:flex!important;justify-content:center!important;width:100%!important}.handy-hero-logo img{width:auto!important;max-width:350px!important}}