*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;font-family:-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}body{background:#0a0a0a;color:#e0e0e0;min-height:100vh;display:flex;flex-direction:column}.noise{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;opacity:.03;z-index:1;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E")}.navbar{position:fixed;top:1.5rem;left:50%;transform:translateX(-50%);z-index:100;width:calc(100% - 3rem);max-width:1200px;animation:slideDown .6s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateX(-50%) translateY(-20px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}.navbar-content{justify-content:space-between;padding:.75rem 1.5rem;background:hsla(0,0%,6%,.7);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid hsla(0,0%,100%,.1);border-radius:16px;box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.05),0 4px 24px rgba(0,0,0,.4),0 0 20px hsla(0,0%,100%,.03)}.navbar-content,.navbar-logo{display:flex;align-items:center}.navbar-logo{gap:.75rem}.logo-icon{color:#fff;display:flex;align-items:center;justify-content:center;animation:float 6s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.navbar-logo-text{font-size:1.25rem;font-weight:700;letter-spacing:-.02em;color:#fff}.navbar-app-store-button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#fff;color:#000;border:none;border-radius:10px;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 12px hsla(0,0%,100%,.1)}.navbar-app-store-button:hover{transform:translateY(-2px);box-shadow:0 4px 20px hsla(0,0%,100%,.2);background:#f5f5f5}.navbar-app-store-button:active{transform:translateY(0)}.navbar-button-text{display:flex;flex-direction:column;align-items:flex-start;text-align:left}.navbar-button-subtitle{font-size:.5rem;font-weight:400;color:#000;line-height:1;margin-bottom:1px}.navbar-button-title{font-size:.875rem;font-weight:600;color:#000;line-height:1}.main-container{flex:1 1;display:flex;align-items:center;justify-content:center;padding:8rem 2rem 4rem;position:relative;z-index:2}.hero-container{max-width:1200px;width:100%;display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center}.hero-left{text-align:left;animation:fadeInLeft .8s ease-out}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}.hero-tagline{font-size:.875rem;color:#707070;letter-spacing:.1em;text-transform:lowercase;font-weight:400;margin-bottom:1rem}.hero-main-title{font-size:4rem;font-weight:800;margin-bottom:1.5rem;color:#fff;letter-spacing:-.03em;line-height:1}.hero-main-description{font-size:1.125rem;color:#a0a0a0;line-height:1.7;margin-bottom:2rem;max-width:550px}.status-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.1);border-radius:100px;font-size:.875rem;color:#e0e0e0;font-weight:500;letter-spacing:.02em;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.status-dot{width:8px;height:8px;background:#4ade80;border-radius:50%;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.hero-right{display:flex;align-items:center;justify-content:center;animation:fadeInRight .8s ease-out}@keyframes fadeInRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}.hero-image{width:100%;max-width:500px;height:auto;border-radius:24px;box-shadow:0 8px 32px rgba(0,0,0,.4);transition:transform .3s ease}.hero-image:hover{transform:scale(1.02)}.main-footer{width:100%;background:hsla(0,0%,4%,.8);border-top:1px solid hsla(0,0%,100%,.05);padding:2.5rem 2rem;position:relative;z-index:2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.footer-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:flex-start;gap:2rem}.footer-left{display:flex;flex-direction:column;gap:.5rem}.footer-copyright{font-size:.875rem;color:#e0e0e0;font-weight:500}.footer-company{font-size:.75rem;color:#707070;font-weight:500}.footer-address{font-size:.75rem;color:#505050;line-height:1.5}.footer-right{display:flex;gap:2rem;align-items:center}.footer-link{font-size:.875rem;color:#a0a0a0;text-decoration:none;transition:color .2s ease;font-weight:500}.footer-link:hover{color:#fff}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem;animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:hsla(0,0%,8%,.95);border:1px solid hsla(0,0%,100%,.1);border-radius:24px;padding:3rem;max-width:500px;width:100%;position:relative;box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.05),0 20px 60px rgba(0,0,0,.5),0 0 40px hsla(0,0%,100%,.05);animation:scaleIn .3s ease-out;text-align:center}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.modal-close{position:absolute;top:1rem;right:1rem;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:8px;padding:.5rem;cursor:pointer;color:#a0a0a0;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.modal-close:hover{background:hsla(0,0%,100%,.1);color:#fff}.modal-icon{color:#fff;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;animation:float 6s ease-in-out infinite}.modal-title{font-size:2rem;font-weight:700;color:#fff;margin-bottom:1rem;letter-spacing:-.02em}.modal-description{font-size:1rem;color:#a0a0a0;line-height:1.6;margin-bottom:2rem}.modal-status-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:100px;font-size:.875rem;color:#e0e0e0;font-weight:500;letter-spacing:.02em}.legal-header{position:fixed;top:0;left:0;right:0;background:hsla(0,0%,4%,.95);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid hsla(0,0%,100%,.05);padding:1.5rem 2rem;z-index:100}.back-button{display:inline-flex;align-items:center;gap:.5rem;color:#a0a0a0;text-decoration:none;font-size:.875rem;font-weight:500;transition:color .2s ease;max-width:1200px;margin:0 auto}.back-button:hover{color:#fff}.legal-container{min-height:100vh;padding:6rem 2rem 4rem;position:relative;z-index:2}.legal-content{max-width:800px;margin:0 auto;animation:fadeIn .8s ease-out}.legal-title{font-size:3rem;font-weight:800;color:#fff;margin-bottom:.5rem;letter-spacing:-.03em}.legal-updated{font-size:.875rem;color:#707070;font-weight:500}.legal-section,.legal-updated{margin-bottom:3rem}.legal-section h2{font-size:1.75rem;font-weight:700;color:#fff;margin-bottom:1rem;letter-spacing:-.02em}.legal-section h3{font-size:1.25rem;font-weight:600;color:#e0e0e0;margin-bottom:.75rem;margin-top:1.5rem;letter-spacing:-.01em}.legal-section p{font-size:1rem;color:#a0a0a0;line-height:1.7;margin-bottom:1rem}.legal-section ul{list-style:none;padding-left:0;margin-bottom:1rem}.legal-section ul li{font-size:1rem;color:#a0a0a0;line-height:1.7;margin-bottom:.75rem;padding-left:1.5rem;position:relative}.legal-section ul li:before{content:"•";position:absolute;left:0;color:#707070;font-weight:700}.legal-section ul li strong{color:#e0e0e0;font-weight:600}.legal-section a{color:#fff;text-decoration:underline;transition:color .2s ease}.legal-section a:hover{color:#a0a0a0}.contact-info{background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.1);border-radius:12px;padding:1.5rem;margin-top:1rem}.contact-info p{margin-bottom:.5rem;font-size:.9375rem}.contact-info p:last-child{margin-bottom:0}.legal-footer{background:hsla(0,0%,4%,.95);border-top:1px solid hsla(0,0%,100%,.05);padding:2rem;text-align:center;position:relative;z-index:2}.legal-footer p{font-size:.875rem;color:#707070}@media (max-width:1024px){.hero-container{grid-template-columns:1fr;gap:3rem}.hero-left{text-align:center}.hero-main-title{font-size:3rem}.hero-main-description{margin-left:auto;margin-right:auto}.hero-image{margin:0 auto}}@media (max-width:768px){.navbar{top:1rem;width:calc(100% - 2rem)}.navbar-content{padding:.625rem 1rem}.navbar-logo-text{font-size:1.125rem}.navbar-button-subtitle{font-size:.45rem}.navbar-button-title{font-size:.75rem}.main-container{padding:7rem 1.5rem 3rem}.hero-main-title{font-size:2.5rem}.hero-main-description{font-size:1rem}.footer-content{flex-direction:column;gap:1.5rem}.footer-right{flex-direction:column;gap:1rem;align-items:flex-start}.modal-content{padding:2rem}.modal-title{font-size:1.5rem}.legal-container{padding:5rem 1.5rem 3rem}.legal-title{font-size:2rem}.legal-section h2{font-size:1.5rem}.legal-section h3{font-size:1.125rem}}@media (max-width:480px){.navbar-content{padding:.5rem .75rem}.navbar-logo{gap:.5rem}.navbar-logo-text{font-size:1rem}.navbar-app-store-button{padding:.4rem .75rem;gap:.4rem}.hero-main-title{font-size:2rem}.hero-main-description{font-size:.9375rem}.hero-image{max-width:100%}}