*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;background:#0f172a;color:#fff}#root{min-height:100vh}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}button{font-family:inherit}::selection{background:#3b82f64d;color:#fff}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#ffffff0d}::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#fff3}.landing-page{min-height:100vh;background:linear-gradient(135deg,#0f172a,#1e293b)}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;background:#0f172acc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.1)}.nav-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.nav-logo{display:flex;align-items:center;gap:.75rem;color:#fff;font-weight:700;font-size:1.25rem}.nav-logo svg{color:#3b82f6}.logo-img{width:36px;height:36px;object-fit:contain}.preview-logo{width:28px;height:28px;object-fit:contain}.nav-links{display:flex;gap:2rem}.nav-links a{color:#94a3b8;text-decoration:none;font-weight:500;transition:color .3s}.nav-links a:hover{color:#fff}.hero{min-height:100vh;display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;padding:6rem 2rem 4rem;gap:4rem}.hero-content{flex:1;max-width:600px}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#3b82f61a;border:1px solid rgba(59,130,246,.3);padding:.5rem 1rem;border-radius:50px;color:#60a5fa;font-size:.875rem;margin-bottom:1.5rem}.hero h1{font-size:3.5rem;font-weight:800;color:#fff;line-height:1.1;margin-bottom:1.5rem}.gradient-text{background:linear-gradient(135deg,#3b82f6,#8b5cf6,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.25rem;color:#94a3b8;line-height:1.8;margin-bottom:2rem}.hero-buttons{display:flex;gap:1rem;margin-bottom:3rem}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;border-radius:12px;font-weight:600;font-size:1rem;text-decoration:none;transition:all .3s;cursor:pointer;border:none}.btn-primary{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;box-shadow:0 10px 30px #3b82f64d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 15px 40px #3b82f666}.btn-secondary{background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.2)}.btn-secondary:hover{background:#ffffff26}.hero-stats{display:flex;gap:3rem}.stat-item{display:flex;flex-direction:column}.stat-value{font-size:2rem;font-weight:800;color:#fff}.stat-label{font-size:.875rem;color:#64748b}.hero-visual{flex:1;display:flex;justify-content:center;align-items:center}.phone-mockup{position:relative;width:280px;height:580px;background:linear-gradient(135deg,#1e293b,#0f172a);border-radius:40px;padding:12px;box-shadow:0 50px 100px #00000080,inset 0 1px #ffffff1a;border:1px solid rgba(255,255,255,.1)}.phone-screen{width:100%;height:100%;background:linear-gradient(180deg,#1e3a5f,#0f172a);border-radius:32px;overflow:hidden}.app-preview{padding:1.5rem}.preview-header{display:flex;align-items:center;gap:.75rem;color:#fff;font-weight:600;margin-bottom:2rem;font-size:.875rem}.preview-header svg{color:#3b82f6}.preview-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.preview-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:1.5rem;display:flex;flex-direction:column;align-items:center;gap:.75rem;color:#fff;font-size:.875rem}.preview-card svg{color:#3b82f6}.features{padding:6rem 0;background:linear-gradient(180deg,#1e293b,#0f172a)}.section-container{max-width:1200px;margin:0 auto;padding:0 2rem}.section-header{text-align:center;max-width:600px;margin:0 auto 4rem}.section-badge{display:inline-block;background:#3b82f61a;border:1px solid rgba(59,130,246,.3);padding:.5rem 1rem;border-radius:50px;color:#60a5fa;font-size:.875rem;font-weight:500;margin-bottom:1rem}.section-header h2{font-size:2.5rem;font-weight:800;color:#fff;margin-bottom:1rem}.section-header p{color:#94a3b8;font-size:1.125rem;line-height:1.8}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.feature-card{background:#ffffff05;border:1px solid rgba(255,255,255,.05);border-radius:20px;padding:2rem;transition:all .3s}.feature-card:hover{background:#ffffff0d;border-color:#3b82f64d;transform:translateY(-5px)}.feature-icon{width:60px;height:60px;background:linear-gradient(135deg,#3b82f633,#8b5cf633);border-radius:16px;display:flex;align-items:center;justify-content:center;color:#3b82f6;margin-bottom:1.5rem}.feature-card h3{font-size:1.25rem;font-weight:700;color:#fff;margin-bottom:.75rem}.feature-card p{color:#94a3b8;line-height:1.7;font-size:.95rem}.why-us{padding:6rem 0;background:#0f172a}.why-us-content{display:flex;align-items:center;gap:4rem}.why-us-text{flex:1}.why-us-text h2{font-size:2.5rem;font-weight:800;color:#fff;margin-bottom:2rem}.why-us-features{display:flex;flex-direction:column;gap:1.5rem}.why-feature{display:flex;gap:1rem;align-items:flex-start}.why-feature svg{color:#3b82f6;flex-shrink:0;margin-top:.25rem}.why-feature h4{font-size:1.125rem;font-weight:600;color:#fff;margin-bottom:.25rem}.why-feature p{color:#94a3b8;font-size:.95rem}.why-us-visual{flex:1;position:relative;height:400px}.floating-cards{position:relative;width:100%;height:100%}.float-card{position:absolute;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:1.5rem 2rem;display:flex;align-items:center;gap:1rem;color:#fff;font-weight:600;animation:float 6s ease-in-out infinite}.float-card svg{color:#3b82f6}.card-1{top:20%;left:10%;animation-delay:0s}.card-2{top:45%;right:10%;animation-delay:2s}.card-3{bottom:15%;left:20%;animation-delay:4s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.download{padding:6rem 0;background:linear-gradient(180deg,#0f172a,#1e293b)}.download-card{background:linear-gradient(135deg,#3b82f61a,#8b5cf61a);border:1px solid rgba(59,130,246,.2);border-radius:32px;padding:4rem;text-align:center}.download-content h2{font-size:2.5rem;font-weight:800;color:#fff;margin-bottom:1rem}.download-content p{color:#94a3b8;font-size:1.125rem;margin-bottom:2rem}.btn-download{display:inline-flex;align-items:center;gap:.75rem;background:#000;color:#fff;padding:1rem 2rem;border-radius:12px;font-weight:600;text-decoration:none;transition:all .3s;border:1px solid rgba(255,255,255,.1)}.btn-download:hover{transform:translateY(-2px);box-shadow:0 10px 30px #0000004d}.footer{background:#0f172a;border-top:1px solid rgba(255,255,255,.05)}.footer-container{max-width:1200px;margin:0 auto;padding:4rem 2rem 2rem}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr;gap:4rem;margin-bottom:3rem}.footer-logo{display:flex;align-items:center;gap:.75rem;color:#fff;font-weight:700;font-size:1.25rem;margin-bottom:1rem}.footer-logo svg{color:#3b82f6}.footer-brand p{color:#64748b;max-width:300px}.footer-links h4,.footer-contact h4{color:#fff;font-weight:600;margin-bottom:1rem}.footer-links a{display:block;color:#64748b;text-decoration:none;margin-bottom:.75rem;transition:color .3s}.footer-links a:hover{color:#3b82f6}.footer-contact p{color:#64748b}.footer-bottom{padding-top:2rem;border-top:1px solid rgba(255,255,255,.05);text-align:center}.footer-bottom p{color:#475569;font-size:.875rem}@media(max-width:1024px){.features-grid{grid-template-columns:repeat(2,1fr)}.hero{flex-direction:column;text-align:center;padding-top:8rem}.hero-content{max-width:100%}.hero-buttons,.hero-stats{justify-content:center}.why-us-content{flex-direction:column}.why-us-visual{display:none}.footer-content{grid-template-columns:1fr;gap:2rem}}@media(max-width:768px){.nav-links{display:none}.hero h1{font-size:2.5rem}.hero-subtitle{font-size:1rem}.features-grid{grid-template-columns:1fr}.hero-stats{flex-wrap:wrap;gap:1.5rem}.hero-buttons{flex-direction:column;align-items:center}.download-card{padding:2rem}.section-header h2{font-size:2rem}}.privacy-page{min-height:100vh;background:linear-gradient(135deg,#0f172a,#1e293b);display:flex;flex-direction:column}.privacy-nav{background:#0f172af2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.1);position:sticky;top:0;z-index:100}.privacy-nav .nav-container{max-width:900px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.back-link{display:flex;align-items:center;gap:.5rem;color:#94a3b8;text-decoration:none;font-weight:500;transition:color .3s}.back-link:hover{color:#3b82f6}.privacy-nav .nav-logo{display:flex;align-items:center;gap:.5rem;color:#fff;font-weight:600;font-size:1rem}.privacy-nav .nav-logo svg{color:#3b82f6}.privacy-nav .logo-img,.privacy-footer .logo-img{width:28px;height:28px;object-fit:contain}.privacy-content{flex:1;padding:3rem 2rem}.privacy-container{max-width:800px;margin:0 auto;background:#ffffff05;border:1px solid rgba(255,255,255,.05);border-radius:24px;padding:3rem}.privacy-header{text-align:center;margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.1)}.privacy-header h1{font-size:2.5rem;font-weight:800;color:#fff;margin-bottom:.5rem}.last-updated{color:#64748b;font-size:.95rem}.policy-section{margin-bottom:2.5rem}.policy-section h2{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid rgba(59,130,246,.3);display:inline-block}.policy-section h3{font-size:1.15rem;font-weight:600;color:#e2e8f0;margin:1.5rem 0 .75rem}.policy-section p{color:#94a3b8;line-height:1.8;margin-bottom:1rem}.policy-section ul{list-style:none;padding:0;margin:1rem 0}.policy-section li{color:#94a3b8;line-height:1.8;padding-left:1.5rem;position:relative;margin-bottom:.75rem}.policy-section li:before{content:"";position:absolute;left:0;top:.75rem;width:6px;height:6px;background:#3b82f6;border-radius:50%}.policy-section li strong{color:#e2e8f0}.contact-info{background:#3b82f61a;border:1px solid rgba(59,130,246,.2);border-radius:12px;padding:1.5rem;margin-top:1rem}.contact-info p{margin-bottom:.5rem;color:#cbd5e1}.contact-info p:last-child{margin-bottom:0}.contact-info strong{color:#fff}.privacy-footer{background:#0f172acc;border-top:1px solid rgba(255,255,255,.05)}.privacy-footer .footer-container{max-width:900px;margin:0 auto;padding:1.5rem 2rem}.privacy-footer .footer-content{display:flex;justify-content:space-between;align-items:center}.privacy-footer .footer-logo{display:flex;align-items:center;gap:.5rem;color:#fff;font-weight:600}.privacy-footer .footer-logo svg{color:#3b82f6}.privacy-footer p{color:#475569;font-size:.875rem;margin:0}@media(max-width:768px){.privacy-container{padding:2rem 1.5rem}.privacy-header h1{font-size:2rem}.policy-section h2{font-size:1.25rem}.privacy-footer .footer-content{flex-direction:column;gap:1rem;text-align:center}.privacy-nav .nav-container{flex-direction:column;gap:1rem}}@media(max-width:480px){.privacy-content{padding:2rem 1rem}.privacy-container{padding:1.5rem 1rem;border-radius:16px}.privacy-header h1{font-size:1.75rem}}
