*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:#0f172a;color:#fff;overflow-x:hidden}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px;position:relative}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#2563eb33,#9333ea33,#dc262633);z-index:0}.pokeball-bg{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.05}.ball{position:absolute;border:8px solid white;border-radius:50%}.ball1{top:80px;left:40px;width:128px;height:128px}.ball2{top:160px;right:80px;width:96px;height:96px}.ball3{bottom:128px;left:25%;width:160px;height:160px}.ball4{bottom:80px;right:33%;width:112px;height:112px}.gradient-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,transparent,rgba(15,23,42,.5),#0f172a)}.content{max-width:1200px;margin:0 auto;text-align:center;position:relative;z-index:10}.logo-wrapper{margin-bottom:2rem;animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.logo{width:288px;height:auto;filter:drop-shadow(0 25px 25px rgba(0,0,0,.5))}h1{font-size:5rem;font-weight:900;margin-bottom:1.5rem;text-shadow:0 4px 12px rgba(0,0,0,.3)}.desc{font-size:1.5rem;opacity:.9;max-width:800px;margin:0 auto 3rem;line-height:1.6}.buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:1.5rem}.btn{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;border-radius:50px;font-weight:700;font-size:1.125rem;text-decoration:none;transition:transform .2s,box-shadow .2s;cursor:pointer}.btn-icon{width:24px;height:24px}.btn:hover{transform:scale(1.05)}.btn:active{transform:scale(.95)}.btn-white{background:#fff;color:#111827;box-shadow:0 10px 40px #0000004d}.btn-white:hover{box-shadow:0 20px 50px #0006}.btn-green{background:#22c55e;color:#fff;box-shadow:0 10px 40px #0000004d}.btn-green:hover{box-shadow:0 20px 50px #0006}.version{opacity:.7;font-size:.875rem}.scroll-down{position:absolute;bottom:40px;left:50%;transform:translate(-50%);animation:bounce 2s infinite}@keyframes bounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(-10px)}}.scroll-circle{width:32px;height:32px;border:2px solid white;border-radius:50%;display:flex;align-items:center;justify-content:center}.scroll-dot{width:8px;height:8px;background:#fff;border-radius:50%}.features{padding:5rem 20px;background:#fff;color:#111827}.section-title{font-size:3rem;font-weight:900;text-align:center;margin-bottom:4rem}.features-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.card{padding:2rem;border-radius:1rem;box-shadow:0 4px 12px #0000001a}.card-blue{background:linear-gradient(135deg,#dbeafe,#bfdbfe)}.card-purple{background:linear-gradient(135deg,#f3e8ff,#e9d5ff)}.card-pink{background:linear-gradient(135deg,#fce7f3,#fbcfe8)}.icon{width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.icon-blue{background:#3b82f6}.icon-purple{background:#a855f7}.icon-pink{background:#ec4899}.icon img{width:32px;height:32px;filter:brightness(0) invert(1)}.card h3{font-size:1.5rem;font-weight:700;margin-bottom:.75rem}.card p{color:#374151;line-height:1.6}.screenshots{padding:5rem 20px;background:linear-gradient(135deg,#111827,#1f2937)}.screenshots .section-title{color:#fff}.screens-grid{max-width:1200px;margin:0 auto;display:flex;justify-content:center;align-items:center;gap:180px;flex-wrap:wrap}.screen{background:#000;border-radius:2.5rem;overflow:hidden;width:280px;box-shadow:0 20px 50px #00000080}.screen video{width:100%;height:100%;object-fit:cover}.screen-img{border-radius:2.5rem;overflow:hidden;width:280px;box-shadow:0 20px 50px #00000080}.screen-img img{width:100%;height:auto;display:block}.placeholder{display:flex;align-items:center;justify-content:center;height:100%;flex-direction:column;gap:1rem}.placeholder-emoji{font-size:4rem}.placeholder-text{color:#d1d5db}.cta{padding:5rem 20px;position:relative;overflow:hidden}.cta-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#2563eb,#9333ea,#dc2626);opacity:.9}.cta .content{position:relative;z-index:10}.cta h2{font-size:3rem;font-weight:900;margin-bottom:1.5rem}.cta p{font-size:1.25rem;opacity:.9;margin-bottom:2rem;max-width:800px;margin-left:auto;margin-right:auto}.btn-large{padding:1.25rem 2.5rem;font-size:1.25rem}footer{background:#111827;padding:2rem 20px}.footer-content{max-width:1200px;margin:0 auto;text-align:center}.footer-text{color:#9ca3af;margin-bottom:1rem}.social{display:flex;gap:1.5rem;justify-content:center}.social a{transition:opacity .2s;display:inline-block}.social a img{width:24px;height:24px;filter:brightness(.6)}.social a:hover img{filter:brightness(1)}@media(max-width:768px){h1{font-size:3rem}.desc{font-size:1.25rem}.logo{width:200px}.section-title,.cta h2{font-size:2rem}.buttons{flex-direction:column;align-items:stretch}.screen,.screen-img{width:240px}.screens-grid{gap:1.5rem}}
