@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&display=swap";:root{--primary-color: #3b3bff;--primary-hover: #2929e6;--bg-color: #050510;--text-color: #f0f0ff;--text-muted: #a0a0c0;--card-bg: rgba(255, 255, 255, .03);--card-border: rgba(255, 255, 255, .08);--glass-bg: rgba(10, 10, 25, .6);--glass-border: rgba(255, 255, 255, .1)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Outfit,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background-color:var(--bg-color);color:var(--text-color);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}a{color:var(--text-color);text-decoration:none;transition:color .2s ease}a:hover{color:var(--primary-color)}img{max-width:100%;height:auto;display:block}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.8rem 1.5rem;border-radius:999px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s ease;border:none;outline:none}.btn-primary{background-color:#fff;color:var(--primary-color);box-shadow:0 4px 14px #ffffff1a}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ffffff26}.btn-secondary{background-color:#ffffff1a;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-secondary:hover{background-color:#ffffff26;transform:translateY(-2px)}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse-glow{0%{box-shadow:0 0 #3b3bff66}70%{box-shadow:0 0 0 20px #3b3bff00}to{box-shadow:0 0 #3b3bff00}}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}.animate-fade-in{animation:fadeIn .8s ease forwards;opacity:0}.delay-1{animation-delay:.2s}.delay-2{animation-delay:.4s}.delay-3{animation-delay:.6s}section.container{max-width:1200px;margin:0 auto;padding:6rem 1.5rem}.glass-panel{background:var(--glass-bg);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid var(--glass-border);border-radius:24px}.app-container{min-height:100vh;display:flex;flex-direction:column}.site-header{padding:1.5rem 0;position:absolute;top:0;left:0;right:0;z-index:100;display:flex;justify-content:center}.logo-container{display:flex;align-items:center;gap:.5rem;font-family:Outfit,sans-serif;font-weight:800;font-size:1.5rem;letter-spacing:-.5px;color:#fff}.logo-dot{width:12px;height:12px;background-color:#fff;border-radius:50%;display:inline-block}.hero-section{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;background:radial-gradient(circle at center 40%,#4646ff 0%,var(--bg-color) 70%);padding:8rem 1.5rem 4rem;overflow:hidden}.bg-glow-1{position:absolute;width:600px;height:600px;background:var(--primary-color);filter:blur(150px);opacity:.15;border-radius:50%;top:-100px;right:-200px;z-index:0}.hero-content{text-align:center;max-width:800px;z-index:10;display:flex;flex-direction:column;align-items:center}.hero-title{font-size:4rem;font-weight:800;letter-spacing:-1px;margin-bottom:1rem;color:#fff}.hero-subtitle{font-size:1.5rem;font-weight:300;color:var(--text-color);opacity:.9;letter-spacing:2px;text-transform:uppercase;margin-bottom:2.5rem;max-width:600px}.hero-description{font-size:1.2rem;color:var(--text-muted);margin-bottom:3rem;max-width:640px}.cta-button{font-size:1.125rem;padding:1rem 2.5rem;animation:pulse-glow 2s infinite}.device-mockup-wrapper{margin-top:5rem;position:relative;z-index:10;animation:float 6s ease-in-out infinite}.device-mockup{width:320px;height:650px;background:var(--primary-color);border-radius:40px;border:8px solid #1a1a2e;box-shadow:0 30px 60px #00000080,0 0 40px #3b3bff4d;overflow:hidden;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center}.device-mockup:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:150px;height:30px;background:#1a1a2e;border-bottom-left-radius:20px;border-bottom-right-radius:20px;z-index:20}.mockup-inner{text-align:center;color:#fff;width:100%;padding:2rem;display:flex;flex-direction:column;align-items:center}.mockup-logo{width:60px;height:60px;border:2px solid white;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.mockup-logo-dot{width:12px;height:12px;background:#fff;border-radius:50%}.mockup-title{font-family:serif;font-size:2.5rem;margin-bottom:.5rem}.mockup-subtitle{font-size:.7rem;letter-spacing:2px;opacity:.8;text-transform:uppercase}.mockup-btn{background:#fff;color:var(--primary-color);width:90%;padding:1rem;border-radius:12px;font-weight:700;margin-top:10rem;border:none}.features-section{position:relative;z-index:10;background-color:var(--bg-color)}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:2.5rem;margin-bottom:1rem}.section-subtitle{color:var(--text-muted);font-size:1.2rem;max-width:600px;margin:0 auto}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-card{padding:2.5rem;display:flex;flex-direction:column;align-items:flex-start;transition:transform .3s ease,background .3s ease}.feature-card:hover{transform:translateY(-5px);background:#ffffff0d}.feature-icon-wrapper{width:60px;height:60px;background:#3b3bff1a;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:var(--primary-color)}.feature-title{font-size:1.5rem;margin-bottom:1rem}.feature-desc{color:var(--text-muted);line-height:1.7}.privacy-section{background-color:#030308}.privacy-container{max-width:800px;margin:0 auto}.privacy-intro{text-align:center;margin-bottom:4rem}.privacy-policy{color:var(--text-muted)}.privacy-policy h2{color:#fff;font-size:2rem;margin-bottom:.5rem}.privacy-policy h3{color:#fff;font-size:1.5rem;margin-top:3rem;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid var(--glass-border)}.privacy-policy p{margin-bottom:1.5rem}.privacy-policy ul{padding-left:1.5rem;margin-bottom:1.5rem}.privacy-policy li{margin-bottom:.5rem}.privacy-policy strong{color:#e0e0f0}.privacy-policy a{color:var(--primary-color)}.last-updated{font-style:italic;opacity:.7;margin-bottom:3rem!important}.site-footer{background-color:#020205;border-top:1px solid var(--glass-border);padding:4rem 1.5rem}.footer-content{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;text-align:center}.footer-logo{font-size:1.5rem;font-weight:800;margin-bottom:1rem}.footer-contact{color:var(--text-muted);margin-bottom:2rem}.footer-contact a{color:#fff;font-weight:500}.footer-bottom{border-top:1px solid rgba(255,255,255,.05);width:100%;padding-top:2rem;display:flex;justify-content:space-between;align-items:center;color:var(--text-muted);font-size:.9rem}.footer-links{display:flex;gap:1.5rem}@media(max-width:768px){.hero-title{font-size:3rem}.hero-subtitle{font-size:1.2rem}.footer-bottom{flex-direction:column;gap:1rem}}
