.navbar{position:fixed;top:0;width:100%;background:#000;z-index:1000;border-bottom:1px solid rgba(255,255,255,.1)}.navbar-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.navbar-logo a{text-decoration:none;display:flex;align-items:center;gap:.75rem}.navbar-logo-icon{width:32px;height:32px;border-radius:8px;object-fit:contain}.navbar-logo h2{margin:0;color:#fff;font-size:1.25rem;font-weight:700;letter-spacing:-.02em}.navbar-toggle{display:none;background:transparent;border:none;color:#fff;font-size:1.5rem;cursor:pointer;padding:.5rem;line-height:1}.navbar-menu{display:flex;list-style:none;margin:0;padding:0;gap:2rem;align-items:center}.navbar-menu li a{text-decoration:none;color:#fff;font-weight:500;font-size:.95rem;transition:opacity .3s ease}.navbar-menu li a:hover{opacity:.7}.navbar-cta{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.2);padding:.6rem 1.5rem;border-radius:8px;font-weight:500;font-size:.95rem;cursor:pointer;transition:background .3s ease,border-color .3s ease}.navbar-cta:hover{background:#ffffff1a;border-color:#ffffff4d}@media (max-width: 768px){.navbar-container{padding:1rem}.navbar-toggle{display:block}.navbar-menu{position:absolute;top:100%;left:0;right:0;background:#000;flex-direction:column;gap:0;padding:1rem 0;border-top:1px solid rgba(255,255,255,.1);max-height:0;overflow:hidden;transition:max-height .3s ease}.navbar-menu-open{max-height:400px}.navbar-menu li{width:100%;padding:.75rem 2rem}.navbar-menu li a{display:block;width:100%}.navbar-cta{width:calc(100% - 4rem);margin:.5rem 2rem;text-align:center}}.hero{padding:8rem 2rem 4rem;background:#1a0a2d;color:#fff;min-height:100vh;display:flex;align-items:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(rgba(102,126,234,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(102,126,234,.1) 1px,transparent 1px);background-size:50px 50px;pointer-events:none;opacity:.3}.hero-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.hero-content{display:flex;flex-direction:column;gap:1.5rem}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.1;margin:0;letter-spacing:-.03em}.hero-highlight{display:block;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-description{font-size:1.15rem;line-height:1.6;color:#fffc;margin:0;max-width:600px}.hero-buttons{display:flex;gap:1rem;margin-top:1rem}.hero-button{padding:1rem 2rem;font-size:1rem;font-weight:600;border:none;border-radius:10px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;text-decoration:none;display:inline-block}.hero-button.primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.hero-button.primary:hover{transform:translateY(-2px);box-shadow:0 10px 25px #667eea66}.hero-button.secondary{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.2)}.hero-button.secondary:hover{background:#ffffff1a;border-color:#ffffff4d;transform:translateY(-2px)}.hero-stats{display:flex;gap:3rem;margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}.stat{display:flex;flex-direction:column}.stat-number{font-size:2.5rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stat-label{font-size:.9rem;color:#ffffffb3;margin-top:.5rem}.hero-image{display:flex;justify-content:center;align-items:center}.hero-image-container{width:100%;max-width:350px;display:flex;justify-content:center;align-items:center;animation:float 3s ease-in-out infinite;position:relative}.hero-image-container:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#0006;border-radius:20px;z-index:1;pointer-events:none}.hero-app-icon{width:100%;height:auto;max-width:350px;filter:drop-shadow(0 20px 40px rgba(102,126,234,.3));border-radius:20px;position:relative;z-index:0}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@media (max-width: 968px){.hero-container{grid-template-columns:1fr;text-align:center}.hero-title{font-size:2.5rem}.hero-stats{justify-content:center}.hero-description{max-width:100%}}@media (max-width: 768px){.hero{padding:6rem 1rem 3rem;min-height:auto}.hero-title{font-size:2rem}.hero-description{font-size:1rem}.hero-buttons{flex-direction:column}.hero-stats{flex-direction:column;gap:1.5rem}.hero-image-container,.hero-app-icon{max-width:280px}}.features{padding:6rem 2rem;background:#0a0a0a;position:relative}.features:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(rgba(102,126,234,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(102,126,234,.05) 1px,transparent 1px);background-size:50px 50px;pointer-events:none;opacity:.3}.features-container{max-width:1200px;margin:0 auto;position:relative;z-index:1}.features-header{text-align:center;margin-bottom:4rem}.features-title{font-size:2.5rem;font-weight:700;color:#fff;margin:0 0 1rem;letter-spacing:-.02em}.features-subtitle{font-size:1.15rem;color:#ffffffb3;margin:0}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-card{background:#ffffff08;border:1px solid rgba(255,255,255,.1);padding:2rem;border-radius:12px;transition:transform .3s ease,border-color .3s ease,background .3s ease}.feature-card:hover{transform:translateY(-5px);border-color:#667eea80;background:#ffffff0d}.feature-icon{font-size:3rem;margin-bottom:1rem;filter:grayscale(.3)}.feature-title{font-size:1.5rem;font-weight:600;color:#fff;margin:0 0 .75rem}.feature-description{font-size:1rem;color:#ffffffb3;line-height:1.6;margin:0}@media (max-width: 768px){.features{padding:4rem 1rem}.features-title{font-size:2rem}.features-grid{grid-template-columns:1fr}}.how-it-works{padding:6rem 2rem;background:#1a0a2d;position:relative}.how-it-works:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(rgba(102,126,234,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(102,126,234,.1) 1px,transparent 1px);background-size:50px 50px;pointer-events:none;opacity:.3}.how-it-works-container{max-width:1200px;margin:0 auto;position:relative;z-index:1}.how-it-works-header{text-align:center;margin-bottom:4rem}.how-it-works-title{font-size:2.5rem;font-weight:700;color:#fff;margin:0 0 1rem;letter-spacing:-.02em}.how-it-works-subtitle{font-size:1.15rem;color:#ffffffb3;margin:0}.steps{display:flex;flex-direction:column;gap:2rem;position:relative}.step{display:flex;align-items:flex-start;gap:2rem;position:relative}.step-number{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;flex-shrink:0;box-shadow:0 4px 15px #667eea66}.step-content{flex:1;padding-top:.5rem}.step-title{font-size:1.5rem;font-weight:600;color:#fff;margin:0 0 .5rem}.step-description{font-size:1rem;color:#ffffffb3;line-height:1.6;margin:0}.step-connector{position:absolute;left:30px;top:60px;width:2px;height:calc(100% + 2rem);background:linear-gradient(180deg,#667eea,#764ba2);opacity:.3}.step:last-child .step-connector{display:none}@media (max-width: 768px){.how-it-works{padding:4rem 1rem}.how-it-works-title{font-size:2rem}.step{flex-direction:column;align-items:center;text-align:center}.step-connector{display:none}}.cta{padding:6rem 2rem;background:#0a0a0a;color:#fff;position:relative}.cta:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(rgba(102,126,234,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(102,126,234,.05) 1px,transparent 1px);background-size:50px 50px;pointer-events:none;opacity:.3}.cta-container{max-width:800px;margin:0 auto;text-align:center;position:relative;z-index:1}.cta-title{font-size:2.5rem;font-weight:700;margin:0 0 1rem;letter-spacing:-.02em}.cta-description{font-size:1.15rem;color:#fffc;margin:0 0 2rem}.cta-buttons{display:flex;gap:1rem;justify-content:center;margin-bottom:1.5rem}.cta-button{padding:1rem 2.5rem;font-size:1rem;font-weight:600;border:none;border-radius:10px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;text-decoration:none;display:inline-block}.cta-button.primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.cta-button.primary:hover{transform:translateY(-2px);box-shadow:0 10px 25px #667eea66}.cta-button.secondary{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.2)}.cta-button.secondary:hover{background:#ffffff1a;border-color:#ffffff4d;transform:translateY(-2px)}.cta-note{font-size:.9rem;color:#fff9;margin:0}@media (max-width: 768px){.cta{padding:4rem 1rem}.cta-title{font-size:2rem}.cta-description{font-size:1rem}.cta-buttons{flex-direction:column}.cta-button{width:100%}}.footer{background:#000;color:#fff;padding:4rem 2rem 2rem;border-top:1px solid rgba(255,255,255,.1)}.footer-container{max-width:1200px;margin:0 auto}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-section{display:flex;flex-direction:column}.footer-logo-container{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.footer-logo-icon{width:48px;height:48px;border-radius:12px;object-fit:contain}.footer-logo{font-size:1.5rem;font-weight:700;color:#fff;margin:0;letter-spacing:-.02em}.footer-description{color:#fff9;line-height:1.6;margin:0}.footer-title{font-size:1rem;font-weight:600;margin:0 0 1rem;color:#fff}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.footer-links li a{color:#fff9;text-decoration:none;transition:color .3s ease;font-size:.95rem}.footer-links li a:hover{color:#fff}.footer-bottom{padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);text-align:center}.footer-bottom p{color:#fff9;margin:0;font-size:.9rem}@media (max-width: 968px){.footer-content{grid-template-columns:1fr 1fr}}@media (max-width: 768px){.footer{padding:3rem 1rem 1.5rem}.footer-content{grid-template-columns:1fr;gap:2rem}}.legal-page{padding:8rem 2rem 4rem;background:#0a0a0a;min-height:100vh;position:relative}.legal-page:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(rgba(102,126,234,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(102,126,234,.05) 1px,transparent 1px);background-size:50px 50px;pointer-events:none;opacity:.3}.legal-container{max-width:900px;margin:0 auto;position:relative;z-index:1;color:#fff}.legal-container h1{font-size:3rem;font-weight:700;margin:0 0 .5rem;letter-spacing:-.02em;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.last-updated{color:#fff9;font-size:.95rem;margin:0 0 3rem}.legal-container section{margin-bottom:3rem}.legal-container h2{font-size:1.75rem;font-weight:600;color:#fff;margin:0 0 1rem;letter-spacing:-.01em}.legal-container p{font-size:1rem;line-height:1.8;color:#fffc;margin:0 0 1rem}.legal-container ul{margin:1rem 0;padding-left:2rem}.legal-container li{font-size:1rem;line-height:1.8;color:#fffc;margin-bottom:.75rem}.legal-container strong{color:#fff;font-weight:600}@media (max-width: 768px){.legal-page{padding:6rem 1rem 3rem}.legal-container h1{font-size:2rem}.legal-container h2{font-size:1.5rem}.legal-container p,.legal-container li{font-size:.95rem}}.App{width:100%;min-height:100vh}*{scroll-behavior:smooth}:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#fff;background-color:#0a0a0a;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;margin:0;padding:0}body{margin:0;min-width:320px;min-height:100vh;background-color:#0a0a0a}#root{width:100%;margin:0;text-align:left}button{font-family:inherit}a{font-weight:500;color:inherit;text-decoration:inherit}.grid-background{position:relative}.grid-background:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(rgba(102,126,234,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(102,126,234,.1) 1px,transparent 1px);background-size:50px 50px;pointer-events:none;opacity:.3}
