@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";body{font-family:Inter,sans-serif;background-color:#f8fafc;margin:0;padding:0}.mobile-menu{position:fixed;top:0;right:0;width:280px;height:100vh;background:#fffffff2;backdrop-filter:blur(20px);border-left:1px solid rgba(148,163,184,.2);transform:translate(100%);transition:transform .3s ease-in-out;z-index:60;box-shadow:-10px 0 30px #0000001a}.mobile-menu.open{transform:translate(0)}.mobile-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080;opacity:0;visibility:hidden;transition:opacity .3s ease-in-out,visibility .3s ease-in-out;z-index:55}.mobile-overlay.open{opacity:1;visibility:visible}html{scroll-behavior:smooth}.hero-bg{background:linear-gradient(-45deg,#1e3a8a,#3b82f6,#1d4ed8,#2563eb);background-size:400% 400%;animation:gradientShift 15s ease infinite}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.particles{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;pointer-events:none}.particle{position:absolute;display:block;pointer-events:none;width:20px;height:20px;background:#ffffff1a;border-radius:50%;animation:float 25s infinite linear}.particle:nth-child(1){left:20%;width:80px;height:80px;animation-delay:0s}.particle:nth-child(2){left:10%;width:20px;height:20px;animation-delay:2s;animation-duration:12s}.particle:nth-child(3){left:70%;width:20px;height:20px;animation-delay:4s}.particle:nth-child(4){left:40%;width:60px;height:60px;animation-delay:0s;animation-duration:18s}.particle:nth-child(5){left:65%;width:20px;height:20px;animation-delay:0s}.particle:nth-child(6){left:75%;width:110px;height:110px;animation-delay:3s}.particle:nth-child(7){left:35%;width:150px;height:150px;animation-delay:7s}.particle:nth-child(8){left:50%;width:25px;height:25px;animation-delay:15s;animation-duration:45s}.particle:nth-child(9){left:20%;width:15px;height:15px;animation-delay:2s;animation-duration:35s}.particle:nth-child(10){left:85%;width:150px;height:150px;animation-delay:0s;animation-duration:11s}@keyframes float{0%{opacity:1;transform:translateY(100vh) rotate(0)}to{opacity:0;transform:translateY(-100px) rotate(720deg)}}
