*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#050508;color:#fff;line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{text-decoration:none;color:inherit}button{border:none;background:none;cursor:pointer;font-family:inherit}.container{max-width:1280px;margin:0 auto;padding:0 2rem}@media(max-width:768px){.container{padding:0 1.5rem}}.gradient-text{background:linear-gradient(135deg,#818cf8,#c084fc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.75rem;border-radius:1rem;font-weight:600;font-size:1rem;transition:all .3s ease;position:relative;overflow:hidden;white-space:nowrap}.btn:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#ffffff1a,#fff0);opacity:0;transition:opacity .3s ease}.btn:hover:before{opacity:1}.btn .btn-icon{width:20px;height:20px;transition:transform .3s ease}.btn:hover .btn-icon{transform:translateY(-2px)}.btn-primary{background:linear-gradient(135deg,#818cf8,#c084fc);color:#fff;box-shadow:0 10px 40px #818cf84d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 15px 50px #818cf866}.btn-primary:active{transform:translateY(0)}.btn-secondary{background:#ffffff08;color:#fff;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-secondary:hover{background:#ffffff0f;border-color:#fff3;transform:translateY(-2px)}.btn-large{padding:1.125rem 2rem;font-size:1.125rem}.version-badge{background:#fff3;padding:.25rem .625rem;border-radius:.375rem;font-size:.75rem;font-weight:700;margin-left:.5rem}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1.5rem 0;background:#050508cc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.1)}.navbar .nav-content{display:flex;align-items:center;justify-content:space-between}.navbar .logo{display:flex;align-items:center;gap:1rem;font-family:Space Grotesk,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;font-size:1.25rem}.navbar .logo .logo-image{width:40px;height:40px;object-fit:contain}@media(max-width:768px){.navbar .logo .logo-image{width:32px;height:32px}}@media(max-width:640px){.navbar .logo .logo-text{font-size:1rem}}.navbar .nav-links{display:flex;gap:2rem}@media(max-width:768px){.navbar .nav-links{gap:1.5rem}}@media(max-width:640px){.navbar .nav-links{gap:1rem}}.navbar .nav-link{color:#ffffffb3;font-weight:500;font-size:1rem;transition:color .3s ease;position:relative}@media(max-width:640px){.navbar .nav-link{font-size:.875rem}}.navbar .nav-link:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:linear-gradient(90deg,#818cf8,#c084fc);transition:width .3s ease}.navbar .nav-link:hover{color:#fff}.navbar .nav-link:hover:after{width:100%}.hero{position:relative;min-height:100vh;display:flex;flex-direction:column;justify-content:center;padding:6rem 0;padding-top:calc(6rem + 80px);overflow:hidden}@media(max-width:768px){.hero{padding-top:calc(3rem + 70px)}}.hero .hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;overflow:hidden}.hero .gradient-orb{position:absolute;border-radius:50%;filter:blur(100px);opacity:.3;animation:float 20s ease-in-out infinite}.hero .gradient-orb.orb-1{width:500px;height:500px;background:radial-gradient(circle,#818cf8,transparent);top:-10%;left:-10%;animation-delay:0s}.hero .gradient-orb.orb-2{width:400px;height:400px;background:radial-gradient(circle,#c084fc,transparent);top:20%;right:-5%;animation-delay:5s}.hero .gradient-orb.orb-3{width:600px;height:600px;background:radial-gradient(circle,#f472b6,transparent);bottom:-20%;left:30%;animation-delay:10s}.hero .grid-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(rgba(255,255,255,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 1px);background-size:50px 50px;opacity:.5}.hero .hero-content{position:relative;z-index:1;text-align:center;max-width:900px;margin:0 auto}.hero .hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:2rem;font-size:.875rem;font-weight:500;color:#ffffffb3;margin-bottom:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero .hero-badge .badge-dot{width:8px;height:8px;background:linear-gradient(135deg,#818cf8,#c084fc);border-radius:50%;animation:pulse 2s ease-in-out infinite}.hero .hero-title{font-family:Space Grotesk,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800;line-height:1.1;margin-bottom:2rem;letter-spacing:-.02em}.hero .hero-description{font-size:clamp(1.125rem,2vw,1.375rem);color:#ffffffb3;margin-bottom:3rem;line-height:1.7}.hero .hero-cta{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap;margin-bottom:6rem}.hero .hero-stats{display:flex;justify-content:center;align-items:center;gap:3rem;flex-wrap:wrap}.hero .hero-stats .stat-item{text-align:center}.hero .hero-stats .stat-item .stat-value{font-family:Space Grotesk,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:2rem;font-weight:700;background:linear-gradient(135deg,#818cf8,#c084fc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero .hero-stats .stat-item .stat-label{font-size:.875rem;color:#ffffff80;margin-top:.25rem}.hero .hero-stats .stat-divider{width:1px;height:40px;background:#ffffff1a}.features{padding:6rem 0;position:relative}.features .section-header{text-align:center;margin-bottom:6rem}.features .section-header .section-title{font-family:Space Grotesk,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(2rem,4vw,3.5rem);font-weight:800;margin-bottom:1.5rem}.features .section-header .section-description{font-size:1.25rem;color:#ffffffb3}.features .features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}@media(max-width:640px){.features .features-grid{grid-template-columns:1fr}}.features .feature-card{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:1.5rem;padding:3rem;transition:all .3s ease;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);position:relative;overflow:hidden;box-shadow:0 4px 30px #0000001a}.features .feature-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#818cf826,#c084fc14);opacity:0;transition:opacity .3s ease}.features .feature-card:hover{border-color:#818cf866;transform:translateY(-10px) scale(1.02);box-shadow:0 30px 70px #818cf833}.features .feature-card:hover:before{opacity:1}.features .feature-card:hover .feature-icon{transform:scale(1.15) rotate(8deg);box-shadow:0 0 20px #818cf866}.features .feature-card .feature-icon{width:56px;height:56px;background:linear-gradient(135deg,#818cf8,#c084fc);border-radius:1rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;transition:transform .3s ease;position:relative;z-index:1}.features .feature-card .feature-icon svg{width:28px;height:28px;color:#fff}.features .feature-card .feature-title{font-family:Space Grotesk,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.5rem;font-weight:700;margin-bottom:1rem;position:relative;z-index:1}.features .feature-card .feature-description{color:#ffffffb3;line-height:1.7;position:relative;z-index:1}.how-it-works{padding:6rem 0;background:linear-gradient(180deg,transparent 0%,rgba(129,140,248,.03) 50%,transparent 100%)}.how-it-works .steps-container{display:flex;align-items:center;justify-content:center;gap:2rem;margin-top:6rem}@media(max-width:1024px){.how-it-works .steps-container{flex-direction:column;gap:3rem}}.how-it-works .step-card{flex:1;max-width:350px;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:1.5rem;padding:3rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease;position:relative}.how-it-works .step-card:hover{transform:translateY(-8px);border-color:#fff3;box-shadow:0 20px 60px #818cf833}.how-it-works .step-card:hover .step-number{transform:scale(1.1)}.how-it-works .step-card .step-number{font-family:Space Grotesk,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:3rem;font-weight:800;background:linear-gradient(135deg,#818cf8,#c084fc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1.5rem;transition:transform .3s ease}.how-it-works .step-card .step-title{font-family:Space Grotesk,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.how-it-works .step-card .step-description{color:#ffffffb3;line-height:1.7}.how-it-works .step-connector{width:80px;height:2px;background:linear-gradient(90deg,#818cf8,#c084fc);position:relative}.how-it-works .step-connector:after{content:"";position:absolute;right:-6px;top:50%;transform:translateY(-50%);width:0;height:0;border-left:8px solid #c084fc;border-top:6px solid transparent;border-bottom:6px solid transparent}@media(max-width:1024px){.how-it-works .step-connector{width:2px;height:60px;background:linear-gradient(180deg,#818cf8,#c084fc)}.how-it-works .step-connector:after{right:50%;top:auto;bottom:-6px;transform:translate(50%);border-left:6px solid transparent;border-right:6px solid transparent;border-top:8px solid #c084fc}}.download{padding:6rem 0}.download .download-card{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:2rem;padding:6rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;overflow:hidden}.download .download-card:before{content:"";position:absolute;top:-50%;right:-20%;width:500px;height:500px;background:radial-gradient(circle,rgba(129,140,248,.15),transparent);border-radius:50%;filter:blur(80px)}@media(max-width:768px){.download .download-card{padding:3rem}}.download .download-content{position:relative;z-index:1;text-align:center;max-width:700px;margin:0 auto}.download .download-title{font-family:Space Grotesk,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(2rem,4vw,3rem);font-weight:800;margin-bottom:1.5rem}.download .download-description{font-size:1.25rem;color:#ffffffb3;margin-bottom:3rem;line-height:1.7}.download .download-features{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:3rem;text-align:left;max-width:500px;margin-left:auto;margin-right:auto}.download .download-feature{display:flex;align-items:center;gap:1rem;color:#ffffffb3}.download .download-feature svg{width:20px;height:20px;color:#818cf8;flex-shrink:0}.download .download-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap;margin-bottom:2rem}.download .download-note{display:flex;align-items:center;justify-content:center;gap:.5rem;color:#ffffff80;font-size:.875rem}.download .download-note svg{width:16px;height:16px}.footer{padding:6rem 0 3rem;border-top:1px solid rgba(255,255,255,.1);background:#020203}.footer .footer-content{display:grid;grid-template-columns:2fr 1fr;gap:3rem;margin-bottom:3rem}@media(max-width:768px){.footer .footer-content{grid-template-columns:1fr;gap:2rem}}.footer .footer-brand .logo{margin-bottom:1.5rem}.footer .footer-brand .logo .logo-image{width:32px;height:32px}.footer .footer-brand .footer-tagline{color:#ffffff80;line-height:1.7}.footer .footer-links{display:contents}.footer .footer-column h4{font-weight:600;margin-bottom:1.5rem;color:#fff}.footer .footer-column a{display:block;color:#ffffff80;margin-bottom:.5rem;transition:color .3s ease}.footer .footer-column a:hover{color:#818cf8}.footer .footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);color:#ffffff80;font-size:.875rem}@keyframes float{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-30px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#020203}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#818cf8,#c084fc);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#a5b4fc,#c084fc)}
