@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;font-family:Inter,sans-serif;margin:0;padding:0;scroll-behavior:smooth}body{background:#181818;color:#fff;line-height:1.6;overflow-x:hidden}.header{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#181818d9;border-bottom:1px solid #ffffff1a;box-shadow:0 2px 5px #0003;padding:1rem 0;position:fixed;top:0;width:100%;z-index:1000}.header-container{justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.header-container,.logo{align-items:center;display:flex}.logo{gap:1rem}.logo-icon{font-size:2rem}.logo-text{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#fff,#d1d1d1);-webkit-background-clip:text;background-clip:text;font-size:1.6rem;font-weight:700}.highlight{color:#720bbc}.nav.desktop ul{display:flex;gap:2.5rem;list-style:none}.nav.desktop a{color:#fff;font-weight:500;position:relative;text-decoration:none;transition:color .3s ease}.nav.desktop a:after{background:#720bbc;bottom:-5px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav.desktop a:hover:after{width:100%}.nav.desktop a:hover{color:#720bbc}.download-button{background:linear-gradient(45deg,#720bbc,#9b59b6);border-radius:30px;box-shadow:0 4px 15px #720bbc4d;color:#fff;font-weight:600;padding:.75rem 1.75rem;text-decoration:none;transition:all .3s ease}.download-button:hover{box-shadow:0 6px 20px #720bbc80;transform:translateY(-3px)}.mobile-toggle{background:none;border:none;color:#fff;cursor:pointer;display:none;font-size:1.5rem}.mobile-nav{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#181818f2;left:0;padding:2rem;position:absolute;top:100%;width:100%;z-index:999}.mobile-nav ul{display:flex;flex-direction:column;gap:1.5rem;list-style:none}.mobile-nav a{color:#fff;font-size:1.2rem;font-weight:500;text-decoration:none;transition:color .3s ease}.mobile-nav a:hover{color:#720bbc}.hero{align-items:center;background:url(https://source.unsplash.com/random/1920x1080?transport) no-repeat 50%/cover;display:flex;justify-content:center;min-height:100vh;overflow:hidden;position:relative}.hero:before{background:#181818bf;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.hero-content{margin-top:4rem;max-width:900px;padding:2rem;position:relative;text-align:center;z-index:2}.hero h1{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#fff,#d1d1d1);-webkit-background-clip:text;background-clip:text;font-size:4rem;font-weight:800;margin-bottom:1.5rem}.hero-description{color:#d1d1d1;font-size:1.3rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:700px}.cta-buttons{display:flex;gap:1.5rem;justify-content:center;margin-bottom:1rem}.btn{border-radius:30px;font-weight:600;padding:.85rem 2.5rem;text-decoration:none;transition:all .3s ease}.btn.primary{background:linear-gradient(45deg,#720bbc,#9b59b6);box-shadow:0 4px 15px #720bbc4d;color:#fff}.btn.primary:hover{box-shadow:0 6px 20px #720bbc80;transform:translateY(-3px)}.btn.secondary{background:#0000;border:2px solid #720bbc;color:#720bbc}.btn.secondary:hover{background:#720bbc;box-shadow:0 4px 15px #720bbc4d;color:#fff}.features-section{background:#ffffff08;padding:3rem 2rem}.container{margin:0 auto;max-width:1200px}.section-header{margin-bottom:3rem;text-align:center}.section-header h2{font-size:3rem;font-weight:700;margin-bottom:1rem}.section-header p{color:#d1d1d1;font-size:1.2rem;margin:0 auto;max-width:600px}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.feature-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;padding:2.5rem;text-align:center;transition:all .3s ease}.feature-card:hover{box-shadow:0 10px 20px #720bbc33;transform:translateY(-10px)}.feature-card .icon{color:#720bbc;font-size:3rem;margin-bottom:1.5rem}.feature-card h3{font-size:1.6rem;margin-bottom:.75rem}.feature-card p{color:#d1d1d1;font-size:1rem}.steps-section{background:#181818;padding:6rem 2rem}.steps-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.step{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:15px;padding:2rem;text-align:center;transition:all .3s ease}.step:hover{box-shadow:0 8px 15px #720bbc33;transform:scale(1.05)}.step-number{color:#720bbc;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.step h3{font-size:1.4rem;margin-bottom:.75rem}.step p{color:#d1d1d1}.footer{background:#181818f2;border-top:1px solid #ffffff1a;padding:4rem 2rem}.footer-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin:0 auto;max-width:1200px}.footer h4{color:#720bbc;font-size:1.3rem;margin-bottom:1.5rem}.footer ul{list-style:none}.footer ul li{margin-bottom:.75rem}.footer a{color:#d1d1d1;text-decoration:none;transition:color .3s ease}.footer a:hover{color:#720bbc}.footer-copy{color:#d1d1d1;font-size:.95rem;margin-top:3rem;text-align:center}@media (max-width:768px){.mobile-toggle{display:block}.download-button,.nav.desktop{display:none}.hero h1{font-size:2.8rem}.hero-description{font-size:1.1rem}.cta-buttons{align-items:center;flex-direction:column;gap:1rem;margin-bottom:.75rem}.section-header h2{font-size:2.2rem}.features-section{padding:2rem 1.5rem}}@media (max-width:480px){.hero h1{font-size:2.2rem}.hero-description{font-size:1rem}.btn{padding:.75rem 2rem}.section-header h2{font-size:1.8rem}.hero-content{margin-top:3rem}}
/*# sourceMappingURL=main.da27e774.css.map*/