@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;color:#e0e0e0;background:#0d1117;overflow-x:hidden;min-height:100vh}.area{position:fixed;inset:0;background:#0d1117;z-index:-1}.circles{position:absolute;inset:0;overflow:hidden}.circles li{position:absolute;bottom:-150px;background:#22d3ee26;border-radius:50%;animation:animate 25s linear infinite}.circles li:nth-child(1){left:25%;width:80px;height:80px;animation-delay:0s}.circles li:nth-child(2){left:10%;width:20px;height:20px;animation-delay:2s}.circles li:nth-child(3){left:70%;width:60px;height:60px;animation-delay:4s}.circles li:nth-child(4){left:40%;width:60px;height:60px;animation-delay:0s}.circles li:nth-child(5){left:65%;width:20px;height:20px;animation-delay:10s}.circles li:nth-child(6){left:75%;width:110px;height:110px;animation-delay:3s}.circles li:nth-child(7){left:35%;width:150px;height:150px;animation-delay:7s}.circles li:nth-child(8){left:50%;width:25px;height:25px;animation-delay:15s}.circles li:nth-child(9){left:20%;width:15px;height:15px;animation-delay:2s}.circles li:nth-child(10){left:85%;width:150px;height:150px;animation-delay:0s}@keyframes animate{0%{transform:translateY(0) rotate(0);opacity:1}to{transform:translateY(-1000px) rotate(720deg);opacity:0}}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:2rem 1rem}.container{max-width:900px;width:100%;padding:0 1rem}.logo-container{margin-bottom:2rem}.logo{height:clamp(60px,20vw,90px);width:auto;max-width:90vw;filter:drop-shadow(0 0 20px rgba(34,211,238,.4));transition:transform .3s}.logo:hover{transform:scale(1.05)}h1{font-size:clamp(3rem,10vw,5rem);margin-bottom:1rem;line-height:1.1}.accent{color:#22d3ee}.tagline{font-size:clamp(1.1rem,4.8vw,1.8rem);margin-bottom:1.5rem;opacity:.9;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.description{font-size:clamp(1.1rem,4.2vw,1.3rem);line-height:1.65;margin-bottom:3rem;opacity:.8;max-width:800px;margin-left:auto;margin-right:auto;padding:0 .5rem}.btn{display:inline-block;background:#22d3ee;color:#0d1117;padding:1.2rem 3rem;border-radius:50px;font-weight:700;font-size:clamp(1.1rem,4vw,1.2rem);text-decoration:none;transition:all .3s}.btn:hover{background:#67e8f9;transform:translateY(-3px)}footer{text-align:center;padding:3rem 1rem;opacity:.6;font-size:.9rem}footer a{color:#22d3ee;text-decoration:none}
