body{margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}:root{--primary:#6366f1;--primary-dark:#4f46e5;--secondary:#ec4899;--dark:#0f172a;--light:#f8fafc;--gray:#64748b}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f8fafc;background:var(--light);color:#0f172a;color:var(--dark);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.App{display:flex;flex-direction:column;min-height:100vh}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;box-shadow:0 1px 3px #0000001a;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.nav-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:1rem 2rem}.nav-logo{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#6366f1,#ec4899);background:linear-gradient(135deg,var(--primary),var(--secondary));-webkit-background-clip:text;font-size:1.5rem;font-weight:700;text-decoration:none}.nav-menu{display:flex;gap:2rem;list-style:none}.nav-link{color:#0f172a;color:var(--dark);font-weight:500;text-decoration:none;transition:color .3s}.nav-link:hover{color:#6366f1;color:var(--primary)}.footer{background:#0f172a;background:var(--dark);color:#fff;margin-top:auto;padding:2rem}.footer-container{margin:0 auto;max-width:1200px;text-align:center}.footer-links{margin-top:1rem}.footer-links a{color:#fff;margin:0 1rem;opacity:.8;text-decoration:none;transition:opacity .3s}.footer-links a:hover{opacity:1}@media (max-width:768px){.nav-container{padding:1rem}.nav-menu{gap:1rem}}.home{flex:1 1}.hero{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;justify-content:center;min-height:90vh;overflow:hidden;padding:2rem;position:relative}.hero-content{max-width:800px;text-align:center;z-index:2}.hero-title{font-size:4rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.gradient-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#f0f0f0);-webkit-background-clip:text}.hero-subtitle{font-size:1.5rem;margin-bottom:2rem;opacity:.95}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.btn{align-items:center;border-radius:50px;display:inline-flex;font-size:1.1rem;font-weight:600;gap:.5rem;padding:1rem 2rem;text-decoration:none;transition:all .3s}.btn-primary{background:#fff;box-shadow:0 10px 30px #0003;color:#667eea}.btn-primary:hover{box-shadow:0 15px 40px #0000004d;transform:translateY(-2px)}.btn-secondary{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 10px 30px #0003;color:#fff}.btn-secondary:hover{box-shadow:0 15px 40px #0000004d;transform:translateY(-2px)}.hero-animation{height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.floating-card{animation:float 6s ease-in-out infinite;font-size:4rem;opacity:.3;position:absolute}.card-1{animation-delay:0s;left:10%;top:20%}.card-2{animation-delay:2s;right:15%;top:60%}.card-3{animation-delay:4s;bottom:20%;left:20%}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-30px)}}.features{margin:0 auto;max-width:1200px;padding:6rem 2rem}.section-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;font-size:3rem;font-weight:800;margin-bottom:4rem;text-align:center}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.feature-card{background:#fff;border-radius:20px;box-shadow:0 10px 30px #0000001a;padding:2rem;transition:all .3s}.feature-card:hover{box-shadow:0 20px 40px #00000026;transform:translateY(-10px)}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{color:#667eea;font-size:1.5rem;margin-bottom:1rem}.feature-card p{color:var(--gray);line-height:1.6}.how-it-works{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding:6rem 2rem}.steps{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:0 auto;max-width:1200px}.step{padding:2rem;text-align:center}.step-number{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;color:#fff;display:flex;font-size:1.5rem;font-weight:700;height:60px;justify-content:center;margin:0 auto 1.5rem;width:60px}.step h3{font-size:1.3rem;margin-bottom:1rem}.step p{color:var(--gray)}.cta{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:6rem 2rem}.cta-content{margin:0 auto;max-width:800px;text-align:center}.cta-content h2{font-size:2.5rem;margin-bottom:1rem}.cta-content p{font-size:1.2rem;margin-bottom:2rem;opacity:.95}@media (max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.section-title{font-size:2rem}.features-grid,.steps{grid-template-columns:1fr}}.privacy-policy{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);flex:1 1;padding:4rem 2rem}.privacy-container{background:#fff;border-radius:20px;box-shadow:0 10px 40px #0000001a;margin:0 auto;max-width:900px;padding:3rem}.privacy-container h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;font-size:3rem;margin-bottom:1rem}.last-updated{color:var(--gray);font-style:italic}.last-updated,.privacy-container section{margin-bottom:3rem}.privacy-container h2{color:#667eea;font-size:1.8rem;margin-bottom:1rem;margin-top:2rem}.privacy-container h3{color:#764ba2;font-size:1.3rem;margin-bottom:.8rem;margin-top:1.5rem}.privacy-container p{color:var(--dark);line-height:1.8;margin-bottom:1rem}.privacy-container ul{margin-bottom:1rem;margin-left:2rem}.privacy-container li{color:var(--dark);line-height:1.8;margin-bottom:.5rem}.contact-info{background:linear-gradient(135deg,#667eea10,#764ba210);border-left:4px solid #667eea;border-radius:10px;font-weight:600;padding:1.5rem}@media (max-width:768px){.privacy-policy{padding:2rem 1rem}.privacy-container{padding:2rem 1.5rem}.privacy-container h1{font-size:2rem}.privacy-container h2{font-size:1.5rem}}
/*# sourceMappingURL=main.6447c383.css.map*/