@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Source+Sans+3:wght@300;400;500;600&display=swap";
@tailwind base;@tailwind components;@tailwind utilities;:root{--bg:#fff;--bg2:#f5fafa;--bg3:#e0f5f4;--text:#1d1d1b;--text2:#3a3a38;--text3:#7a7a78;--accent:#00aea5;--accent2:#e60065;--border:#d0eceb;--header-border:2px solid #1d1d1b;--font-headline:"Inter", system-ui, sans-serif;--font-body:"Source Sans 3", system-ui, sans-serif}[data-theme=dark]{--bg:#1d1d1b;--bg2:#252523;--bg3:#2e2e2c;--text:#f5fafa;--text2:#a0aea5;--text3:#5a6a65;--accent:#00aea5;--accent2:#e60065;--border:#2e2e2c;--header-border:.5px solid #2e2e2c}*{box-sizing:border-box;margin:0;padding:0}html{font-family:var(--font-body);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased}body{background:var(--bg);min-height:100vh}h1,h2,h3,h4,h5{font-family:var(--font-headline);color:var(--text);line-height:1.15}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.home-grid{grid-template-columns:1fr 300px;align-items:start;gap:32px;display:grid}@media (max-width:768px){.hero-section{grid-template-columns:1fr!important}.hero-sidebar-desktop{display:none!important}.hero-carousel-mobile-wrapper{display:block!important}.hero-carousel-mobile{display:flex!important}.home-grid,.section-grid{grid-template-columns:1fr!important}.footer-grid{grid-template-columns:1fr!important;gap:32px!important}.footer-solutions{grid-template-columns:1fr!important}.footer-bottom{flex-direction:column!important;align-items:flex-start!important}nav{-webkit-overflow-scrolling:touch;overflow-x:auto}.hamburger{display:flex!important}.desktop-nav,.search-desktop,.theme-desktop,.neo-pro-desktop{display:none!important}}@media (min-width:769px){.hero-carousel-mobile,.hero-carousel-mobile-wrapper{display:none!important}}
