.navbar{position:fixed;top:0;left:0;right:0;background:#1a1a1af2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;padding:16px 20px;border-bottom:1px solid #404040}.navbar-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.navbar-logo{display:flex;align-items:center;gap:12px;font-size:1.25rem;font-weight:600;color:#fff;text-decoration:none;transition:opacity .3s ease}.navbar-logo:hover{opacity:.8}.navbar-logo img{width:40px;height:40px;border-radius:8px}.navbar-menu{display:flex;list-style:none;gap:40px;margin:0;padding:0}.navbar-menu li a{color:#fff;text-decoration:none;font-size:1rem;font-weight:500;transition:color .3s ease;position:relative}.navbar-menu li a:hover{color:#e76f11}.navbar-menu li a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:#e76f11;transition:width .3s ease}.navbar-menu li a:hover:after{width:100%}@media (max-width: 768px){.navbar{padding:12px 16px}.navbar-logo{font-size:1rem}.navbar-logo img{width:32px;height:32px}.navbar-menu{gap:20px}.navbar-menu li a{font-size:.9rem}}@media (max-width: 480px){.navbar-menu{gap:16px}.navbar-menu li a{font-size:.85rem}}.store-buttons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}.store-button{display:flex;align-items:center;gap:12px;padding:12px 24px;background:#000;color:#fff;border-radius:12px;text-decoration:none;transition:all .3s ease;border:2px solid #000000;min-width:200px}.store-button:hover{background:#1a1a1a;transform:translateY(-2px);box-shadow:0 8px 20px #0006}.store-icon{width:32px;height:32px;flex-shrink:0}.store-text{display:flex;flex-direction:column;align-items:flex-start;line-height:1.2}.store-label{font-size:.75rem;font-weight:400;opacity:.9;text-transform:uppercase;letter-spacing:.5px}.store-name{font-size:1.25rem;font-weight:600;margin-top:2px}@media (max-width: 768px){.store-buttons{flex-direction:column;align-items:stretch;width:100%;max-width:350px;margin:0 auto}.store-button{width:100%;justify-content:center}}.app-showcase{padding:100px 20px;background:#2a2a2a;overflow:hidden}.showcase-container{max-width:1200px;margin:0 auto}.showcase-heading{font-size:2.5rem;font-weight:600;text-align:center;margin-bottom:16px;color:#fff}.showcase-subheading{font-size:1.25rem;text-align:center;margin-bottom:60px;color:#b0b0b0}.carousel-wrapper{position:relative;display:flex;align-items:center;gap:20px;margin-bottom:40px}.carousel-container{flex:1;overflow:hidden;border-radius:20px}.carousel-track{display:flex;transition:transform .5s ease-in-out}.carousel-slide{min-width:100%;display:flex;flex-direction:column;align-items:center;padding:20px}.screenshot-frame{width:100%;max-width:350px;position:relative}.screenshot-frame img{width:100%;height:auto;display:block;filter:drop-shadow(0 20px 60px rgba(0,0,0,.5))}.screenshot-info{margin-top:30px;text-align:center}.screenshot-info h3{font-size:1.75rem;font-weight:600;color:#fff;margin-bottom:8px}.screenshot-info p{font-size:1.1rem;color:#b0b0b0}.carousel-arrow{width:50px;height:50px;border-radius:50%;background:#e76f11;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;flex-shrink:0;z-index:10}.carousel-arrow:hover{background:#c95f0e;transform:scale(1.1)}.carousel-arrow svg{width:24px;height:24px}.carousel-dots{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.dot{width:12px;height:12px;border-radius:50%;background:#404040;border:none;cursor:pointer;transition:all .3s ease;padding:0}.dot:hover{background:#606060}.dot.active{background:#e76f11;width:32px;border-radius:6px}@media (max-width: 768px){.app-showcase{padding:60px 20px}.showcase-heading{font-size:2rem}.showcase-subheading{font-size:1.1rem;margin-bottom:40px}.carousel-wrapper{gap:10px}.carousel-arrow{width:40px;height:40px}.carousel-arrow svg{width:20px;height:20px}.screenshot-frame{max-width:300px}.screenshot-info h3{font-size:1.4rem}.screenshot-info p{font-size:1rem}}@media (max-width: 480px){.carousel-wrapper{gap:5px}.carousel-arrow{width:36px;height:36px}.screenshot-frame{max-width:260px}.screenshot-info{margin-top:20px}.screenshot-info h3{font-size:1.2rem}.screenshot-info p{font-size:.95rem}}.footer{background:#1a1a1a;color:#fff;padding:60px 20px 20px;border-top:1px solid #404040}.footer-container{max-width:1200px;margin:0 auto 40px;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px}.footer-section h4{font-size:1.1rem;font-weight:600;margin-bottom:16px;color:#e76f11}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section ul li{margin-bottom:10px}.footer-section ul li a{color:#b0b0b0;text-decoration:none;transition:color .3s ease;font-size:.95rem}.footer-section ul li a:hover{color:#e76f11}.footer-logo{display:flex;align-items:center;gap:12px;margin-bottom:16px}.footer-logo img{width:40px;height:40px;border-radius:8px}.footer-logo span{font-size:1.25rem;font-weight:600}.footer-tagline{color:#b0b0b0;font-size:.95rem;line-height:1.6;margin:0}.footer-bottom{text-align:center;padding-top:30px;border-top:1px solid #404040}.footer-bottom p{color:gray;font-size:.9rem;margin:0}@media (max-width: 768px){.footer{padding:40px 20px 20px}.footer-container{grid-template-columns:1fr;gap:30px}}.landing-page{min-height:100vh;width:100%}.hero{background:#333;color:#fff;padding:80px 20px;text-align:center;min-height:100vh;display:flex;align-items:center;justify-content:center}.hero-content{max-width:800px;margin:0 auto}.hero-logo{width:180px;height:180px;margin:0 auto 30px;display:block;filter:drop-shadow(0 10px 30px rgba(0,0,0,.3));border-radius:40px}.hero-title{font-size:4rem;font-weight:600;margin-bottom:20px;letter-spacing:-1px}.hero-subtitle{font-size:1.75rem;font-weight:400;margin-bottom:25px;opacity:.95}.hero-description{font-size:1.25rem;line-height:1.8;margin-bottom:40px;opacity:.9;max-width:700px;margin-left:auto;margin-right:auto}.cta-buttons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}.cta-primary,.cta-secondary{padding:16px 32px;font-size:1.1rem;font-weight:600;border:none;border-radius:12px;cursor:pointer;transition:all .3s ease;font-family:Manrope,sans-serif}.cta-primary{background:#e76f11;color:#fff;box-shadow:0 4px 15px #e76f1166}.cta-primary:hover{background:#c95f0e;transform:translateY(-2px);box-shadow:0 6px 20px #e76f1180}.cta-secondary{background:#fff;color:#1e3a8a;box-shadow:0 4px 15px #fff3}.cta-secondary:hover{background:#f1f5f9;transform:translateY(-2px);box-shadow:0 6px 20px #ffffff4d}.benefits{padding:100px 20px;background:#333}.benefits-heading{font-size:2.5rem;font-weight:600;text-align:center;margin-bottom:60px;color:#fff}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:40px;max-width:1200px;margin:0 auto}.benefit-card{background:#2a2a2a;padding:40px 30px;border-radius:16px;box-shadow:0 4px 6px #0000004d;transition:all .3s ease;text-align:center;border:1px solid #404040}.benefit-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #00000080;border-color:#e76f11}.benefit-icon{width:64px;height:64px;margin:0 auto 24px;background:#e76f11;border-radius:16px;display:flex;align-items:center;justify-content:center;color:#fff}.benefit-icon svg{width:36px;height:36px}.benefit-title{font-size:1.5rem;font-weight:600;margin-bottom:12px;color:#fff;line-height:1.4}.benefit-subtitle{font-size:1.1rem;color:#b0b0b0;line-height:1.6}.footer-cta{padding:100px 20px;background:linear-gradient(135deg,#0f172a,#1e293b);color:#fff;text-align:center}.footer-cta-title{font-size:2.5rem;font-weight:600;margin-bottom:20px}.footer-cta-text{font-size:1.25rem;margin-bottom:40px;opacity:.9}@media (max-width: 768px){.hero{padding:60px 20px}.hero-logo{width:120px;height:120px}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.25rem}.hero-description{font-size:1.1rem}.benefits{padding:60px 20px}.benefits-heading{font-size:2rem}.benefits-grid{grid-template-columns:1fr;gap:30px}.footer-cta{padding:60px 20px}.footer-cta-title{font-size:2rem}.cta-buttons{flex-direction:column;align-items:stretch}.cta-primary,.cta-secondary{width:100%}}.policy-page{min-height:100vh;display:flex;flex-direction:column}.policy-container{flex:1;max-width:900px;margin:100px auto 60px;padding:40px 20px}.back-link{display:inline-flex;align-items:center;gap:8px;color:#e76f11;text-decoration:none;font-weight:500;margin-bottom:30px;transition:color .3s ease}.back-link:hover{color:#c95f0e}.back-link svg{width:20px;height:20px}.policy-title{font-size:2.5rem;font-weight:600;color:#fff;margin-bottom:40px;padding-bottom:20px;border-bottom:2px solid #404040}.loading{color:#b0b0b0;font-size:1.1rem}.policy-content{color:#e0e0e0;line-height:1.8}.policy-content h1,.policy-content h2,.policy-content h3,.policy-content h4,.policy-content h5,.policy-content h6{color:#fff;margin-top:2em;margin-bottom:.8em;font-weight:600}.policy-content h1{font-size:2rem;border-bottom:2px solid #404040;padding-bottom:.5em}.policy-content h2{font-size:1.6rem}.policy-content h3{font-size:1.3rem}.policy-content p{margin-bottom:1.2em;color:#d0d0d0}.policy-content ul,.policy-content ol{margin-bottom:1.5em;padding-left:2em}.policy-content li{margin-bottom:.5em;color:#d0d0d0}.policy-content a{color:#e76f11;text-decoration:none;transition:color .3s ease}.policy-content a:hover{color:#c95f0e;text-decoration:underline}.policy-content strong{color:#fff;font-weight:600}.policy-content code{background:#2a2a2a;padding:2px 6px;border-radius:4px;font-size:.9em;color:#e76f11}.policy-content pre{background:#2a2a2a;padding:16px;border-radius:8px;overflow-x:auto;margin-bottom:1.5em}.policy-content pre code{background:none;padding:0}.policy-content blockquote{border-left:4px solid #E76F11;padding-left:20px;margin:1.5em 0;color:#b0b0b0;font-style:italic}@media (max-width: 768px){.policy-container{margin-top:80px;padding:20px}.policy-title{font-size:2rem}.policy-content h1{font-size:1.6rem}.policy-content h2{font-size:1.4rem}.policy-content h3{font-size:1.2rem}}@font-face{font-family:Manrope;src:url(/assets/manrope_regular-Dy0jyoUL.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Manrope;src:url(/assets/manrope_semibold-CJD5SYW-.ttf) format("truetype");font-weight:600;font-style:normal}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#333;color:#fff}
