:root{--primary:#2b6be5;--primary-hover:#1e50b3;--primary-light:#2b6be51a;--background:#ebf1fa;--foreground:#1a1a1a;--text-muted:#5e6d82;--border:#2b6be51a;--card-bg:#fff;--nav-bg:#fff9;--nav-blur:12px;--font-sans:"Inter", system-ui, -apple-system, sans-serif;--container-max-width:1280px;--header-height:80px}*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;font-family:var(--font-sans);color:var(--foreground);-webkit-font-smoothing:antialiased;background-color:#0000;line-height:1.5;overflow-x:hidden}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.container{width:100%;max-width:var(--container-max-width);margin:0 auto;padding:0 1.5rem}.section-padding{padding:5rem 0}@media (max-width:768px){.section-padding{padding:5rem 0}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.8s cubic-bezier(.16,1,.3,1) forwards fadeIn}
