.header{width:100%;padding:29px 116px;background-color:#000;border-bottom:1px solid rgba(255,255,255,.1);position:sticky;top:0;z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#000000f2}.header-container{max-width:1440px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:0}.logo-container{display:flex;align-items:center;gap:12px;text-decoration:none;cursor:pointer;transition:opacity .2s ease}.logo-container:hover{opacity:.8}.logo-image{width:64px;height:64px;object-fit:contain;display:block}.logo-text{font-size:24px;font-weight:700;color:#fff;letter-spacing:-.5px}.nav{display:flex;align-items:center;gap:50px;flex:1;justify-content:flex-start;margin-left:405px}.nav-link{font-size:18px;font-weight:400;color:#fff;text-decoration:none;transition:opacity .2s ease}.nav-link:hover{opacity:.7}.app-store-button{display:flex;align-items:center}.app-store-link{display:inline-block;text-decoration:none}.app-store-badge{height:75px;width:auto;display:block}@media (max-width: 1200px){.header{padding:24px 60px}.nav{margin-left:200px;gap:40px}}@media (max-width: 1024px){.header{padding:20px 40px}.nav{gap:30px;margin-left:100px}.logo-text{font-size:20px}.logo-image{width:56px;height:56px}.app-store-badge{height:60px}}@media (max-width: 768px){.header{padding:16px 20px}.header-container{flex-wrap:wrap;gap:12px}.logo-container{gap:8px}.logo-image{width:48px;height:48px}.logo-text{font-size:18px}.nav{order:3;width:100%;margin-left:0;justify-content:center;gap:24px;margin-top:8px}.nav-link{font-size:16px}.app-store-button{order:2}.app-store-badge{height:50px}}@media (max-width: 480px){.header{padding:12px 16px}.logo-image{width:40px;height:40px}.logo-text{font-size:16px}.nav{gap:20px;margin-top:4px}.nav-link{font-size:14px}.app-store-badge{height:40px}}@media (max-width: 360px){.header{padding:10px 12px}.logo-container{gap:6px}.logo-image{width:36px;height:36px}.logo-text{font-size:14px}.nav{gap:16px}.nav-link{font-size:13px}.app-store-badge{height:35px}}.hero{width:100%;padding:80px 116px;background-color:#000;flex:1;position:relative;overflow:visible}.hero-container{max-width:1440px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:0;align-items:start;position:relative;overflow:visible}.hero-content{display:flex;flex-direction:column;gap:18px;padding-top:136px;animation:fadeInUp 1s ease-out}.hero-title{font-size:96px;font-weight:700;line-height:1.1;color:#fff;letter-spacing:-2px;margin:0;max-width:555px;animation:fadeInUp 1s ease-out .2s both;text-shadow:0 0 30px rgba(255,255,255,.1)}.hero-description{font-size:18px;font-weight:400;line-height:1.67;color:#fff;max-width:548px;margin:18px 0 0;animation:fadeInUp 1s ease-out .4s both;opacity:.9}.hero-download-button{margin-top:32px;animation:fadeInUp 1s ease-out .6s both}.hero-app-store-link{display:inline-block;transition:transform .3s ease,opacity .3s ease}.hero-app-store-link:hover{transform:scale(1.05);opacity:.9}.hero-app-store-badge{height:60px;width:auto;display:block}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-image-container{display:flex;justify-content:flex-start;align-items:flex-start;padding-top:250px;padding-left:80px;position:relative;overflow:visible}.iphone-mockup{width:290px;height:600px;position:relative;display:flex;align-items:center;justify-content:center;overflow:visible;padding:2px;transition:transform .3s ease}.iphone-mockup-1{z-index:2;animation:floatPhone1 6s ease-in-out infinite,fadeInRight 1.2s ease-out .6s both;transform-origin:center center}.iphone-mockup-1:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:120%;height:120%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);border-radius:50%;opacity:0;transition:opacity .3s ease;pointer-events:none;z-index:-1}.iphone-mockup-1:hover:before{opacity:1}.iphone-mockup-2{margin-left:-40px;margin-top:60px;z-index:1;animation:floatPhone2 6s ease-in-out infinite,fadeInRight 1.2s ease-out .8s both;transform-origin:center center;animation-delay:0s,.8s}.iphone-mockup-2:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:120%;height:120%;background:radial-gradient(circle,rgba(255,255,255,.08) 0%,transparent 70%);border-radius:50%;opacity:0;transition:opacity .3s ease;pointer-events:none;z-index:-1}.iphone-mockup-2:hover:before{opacity:1}.iphone-image{width:calc(100% - 4px);height:calc(100% - 4px);object-fit:contain;object-position:center;border-radius:40px;box-shadow:0 20px 60px #0000004d,0 0 40px #ffffff1a;image-rendering:auto;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0);will-change:transform;background-color:transparent;display:block;max-width:100%;max-height:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:2px;transition:all .3s ease;filter:brightness(1.05)}.iphone-mockup:hover .iphone-image{transform:scale(1.05);box-shadow:0 25px 80px #0006,0 0 60px #ffffff26;filter:brightness(1.1)}.iphone-mockup:hover{transform:translateY(-10px)!important}@keyframes floatPhone1{0%,to{transform:translateY(0) rotate(-5deg)}50%{transform:translateY(-20px) rotate(-3deg)}}@keyframes floatPhone2{0%,to{transform:translateY(0) rotate(5deg)}50%{transform:translateY(-25px) rotate(7deg)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(50px) scale(.9)}to{opacity:1;transform:translate(0) scale(1)}}@media (max-width: 1200px){.hero{padding:60px}.hero-container{gap:40px}.hero-content{padding-top:100px}.hero-title{font-size:72px}.hero-image-container{padding-left:40px;padding-top:200px}.iphone-mockup-1{animation:floatPhone1 6s ease-in-out infinite,fadeInRight 1.2s ease-out .6s both}.iphone-mockup-2{animation:floatPhone2 6s ease-in-out infinite,fadeInRight 1.2s ease-out .8s both}}@media (max-width: 968px){.hero{padding:50px 40px}.hero-container{grid-template-columns:1fr;gap:50px;text-align:center;overflow:visible}.hero-content{align-items:center;padding-top:0}.hero-title{font-size:56px;max-width:100%}.hero-description{max-width:100%;text-align:center}.hero-download-button{display:flex;justify-content:center;margin-top:24px}.hero-app-store-badge{height:50px}.hero-image-container{justify-content:center;overflow:visible;padding:10px}.iphone-mockup{width:240px;height:500px;padding:3px;overflow:visible}.iphone-mockup-2{margin-left:-30px;margin-top:50px}.iphone-image{width:calc(100% - 6px);height:calc(100% - 6px);margin:3px}.iphone-mockup-1{animation:floatPhone1Mobile 6s ease-in-out infinite,fadeInRight 1.2s ease-out .6s both}.iphone-mockup-2{animation:floatPhone2Mobile 6s ease-in-out infinite,fadeInRight 1.2s ease-out .8s both}}@keyframes floatPhone1Mobile{0%,to{transform:translateY(0) rotate(-3deg)}50%{transform:translateY(-15px) rotate(-1deg)}}@keyframes floatPhone2Mobile{0%,to{transform:translateY(0) rotate(3deg)}50%{transform:translateY(-18px) rotate(5deg)}}@media (max-width: 768px){.hero{padding:40px 24px}.hero-container{gap:40px}.hero-title{font-size:42px;letter-spacing:-1px}.hero-description{font-size:16px;line-height:1.6}.hero-app-store-badge{height:45px}.iphone-mockup{width:200px;height:415px;padding:3px;overflow:visible}.iphone-mockup-2{margin-left:-25px;margin-top:40px}.iphone-image{width:calc(100% - 6px);height:calc(100% - 6px);margin:3px}}@media (max-width: 480px){.hero{padding:30px 16px}.hero-container{gap:30px}.hero-title{font-size:32px;line-height:1.2}.hero-description{font-size:15px;line-height:1.5}.hero-app-store-badge{height:40px}.iphone-mockup{width:160px;height:332px;padding:3px;overflow:visible}.iphone-mockup-2{margin-left:-20px;margin-top:30px}.iphone-image{border-radius:30px;width:calc(100% - 6px);height:calc(100% - 6px);margin:3px;object-fit:contain}}@media (max-width: 360px){.hero{padding:24px 12px}.hero-title{font-size:28px}.hero-description{font-size:14px}.hero-app-store-badge{height:35px}.iphone-mockup{width:140px;height:290px;padding:3px;overflow:visible}.iphone-mockup-2{margin-left:-15px;margin-top:25px}.iphone-image{width:calc(100% - 6px);height:calc(100% - 6px);margin:3px;object-fit:contain}}.footer{width:100%;background-color:#000;padding:80px 116px 60px;border-top:1px solid rgba(255,255,255,.1)}.footer-container{max-width:1440px;margin:0 auto;display:flex;flex-direction:column;gap:60px}.footer-logo-container{display:flex;justify-content:center;align-items:center;padding:0 120px}.footer-logo{width:1373px;height:223px;aspect-ratio:1373 / 223;object-fit:contain}.footer-disclaimer{padding:0 120px;display:flex;flex-direction:column;gap:20px}.disclaimer-title{font-size:24px;font-weight:700;color:#fff;margin:0}.disclaimer-text{font-size:16px;font-weight:400;line-height:1.6;color:#fff;max-width:895px;margin:0;display:flex;flex-direction:column;gap:8px}.disclaimer-text p{margin:0}.footer-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:40px;padding-top:40px;border-top:1px solid rgba(255,255,255,.1);margin-top:60px}.footer-info{flex:0 0 auto;min-width:200px}.footer-location{font-size:16px;font-weight:400;color:#fff;margin:0}.footer-links{margin-top:12px}.footer-link{font-size:16px;font-weight:400;color:#fff;text-decoration:none;transition:opacity .2s ease;border-bottom:1px solid transparent}.footer-link:hover{opacity:.7;border-bottom-color:#fff}.footer-link-separator{font-size:16px;color:#fff;margin:0 4px}.footer-social{display:flex;gap:16px;align-items:center;flex:0 0 auto;margin:0 auto}.social-link{width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;transition:opacity .2s ease;border-radius:50%;background-color:transparent}.social-link:hover{opacity:.7;background-color:#ffffff1a}.social-link svg{width:24px;height:24px}.footer-copyright{flex:0 0 auto;text-align:right;min-width:200px}.footer-copyright p{font-size:16px;font-weight:400;color:#fff;margin:0}@media (max-width: 1400px){.footer-logo{width:100%;max-width:1373px;height:auto}}@media (max-width: 1200px){.footer{padding:60px 60px 40px}.footer-logo-container,.footer-disclaimer{padding:0 40px}}@media (max-width: 968px){.footer{padding:40px 40px 30px}.footer-logo-container,.footer-disclaimer{padding:0}.footer-bottom{flex-direction:column;align-items:flex-start;gap:30px}.footer-copyright{text-align:left;width:100%}}@media (max-width: 768px){.footer{padding:40px 24px 30px}.footer-container{gap:40px}.footer-logo{width:100%;max-width:100%;height:auto}.disclaimer-title{font-size:20px}.disclaimer-text,.footer-location,.footer-copyright p{font-size:14px}.footer-bottom{gap:24px}.footer-social{width:100%;justify-content:center}}@media (max-width: 480px){.footer{padding:30px 16px 24px}.footer-container{gap:30px}.disclaimer-title{font-size:18px}.disclaimer-text{font-size:13px;gap:6px}.footer-location,.footer-copyright p{font-size:13px}.footer-bottom{gap:20px}.social-link{width:36px;height:36px}.social-link svg{width:20px;height:20px}}@media (max-width: 360px){.footer{padding:24px 12px 20px}.footer-container{gap:24px}.disclaimer-title{font-size:16px}.disclaimer-text,.footer-location,.footer-copyright p{font-size:12px}.social-link{width:32px;height:32px}.social-link svg{width:18px;height:18px}}.landing-page{width:100%;min-height:100vh;display:flex;flex-direction:column;background-color:#000;overflow-x:hidden}.landing-page *{max-width:100%}img{max-width:100%;height:auto}.terms-page{min-height:100vh;display:flex;flex-direction:column;background-color:#000;width:100%}.terms-container{flex:1;max-width:900px;margin:0 auto;padding:80px 116px;width:100%}.terms-content{background:transparent;padding:0;line-height:1.8;color:#fff}.terms-title{font-size:2.5rem;font-weight:700;margin-bottom:2rem;text-align:center;color:#fff;letter-spacing:.5px}.terms-meta{background:#ffffff0d;padding:1.5rem;border-radius:6px;margin-bottom:2rem;border-left:4px solid #ffffff;line-height:1.8;color:#fff}.terms-section{margin-bottom:2.5rem}.terms-section:last-child{margin-bottom:0}.terms-heading{font-size:1.4rem;font-weight:600;margin-bottom:1rem;color:#fff;margin-top:2rem}.terms-section:first-of-type .terms-heading{margin-top:0}.terms-section p{margin-bottom:1rem;color:#fff}.terms-section ul{margin:1rem 0;padding-left:2rem;color:#fff}.terms-section li{margin-bottom:.75rem;line-height:1.7}.terms-section strong{color:#fff;font-weight:600}@media (max-width: 1200px){.terms-container{padding:60px}}@media (max-width: 968px){.terms-container{padding:50px 40px}}@media (max-width: 768px){.terms-container{padding:40px 24px}.terms-title{font-size:2rem}.terms-heading{font-size:1.2rem}.terms-section ul{padding-left:1.5rem}}@media (max-width: 480px){.terms-container{padding:30px 16px}.terms-title{font-size:1.75rem}.terms-heading{font-size:1.1rem}}.privacy-page{min-height:100vh;display:flex;flex-direction:column;background-color:#000;width:100%}.privacy-container{flex:1;max-width:900px;margin:0 auto;padding:80px 116px;width:100%}.privacy-content{background:transparent;padding:0;line-height:1.8;color:#fff}.privacy-title{font-size:2.5rem;font-weight:700;margin-bottom:2rem;text-align:center;color:#fff;letter-spacing:.5px}.privacy-meta{background:#ffffff0d;padding:1.5rem;border-radius:6px;margin-bottom:2rem;border-left:4px solid #ffffff;line-height:1.8;color:#fff}.privacy-section{margin-bottom:2.5rem}.privacy-section:last-child{margin-bottom:0}.privacy-heading{font-size:1.4rem;font-weight:600;margin-bottom:1rem;color:#fff;margin-top:2rem}.privacy-section:first-of-type .privacy-heading{margin-top:0}.privacy-subheading{font-size:1.1rem;font-weight:600;margin-top:1.5rem;margin-bottom:.75rem;color:#fff}.privacy-section p{margin-bottom:1rem;color:#fff}.privacy-section ul{margin:1rem 0;padding-left:2rem;color:#fff}.privacy-section li{margin-bottom:.75rem;line-height:1.7}.privacy-section strong{color:#fff;font-weight:600}@media (max-width: 1200px){.privacy-container{padding:60px}}@media (max-width: 968px){.privacy-container{padding:50px 40px}}@media (max-width: 768px){.privacy-container{padding:40px 24px}.privacy-title{font-size:2rem}.privacy-heading{font-size:1.2rem}.privacy-subheading{font-size:1rem}.privacy-section ul{padding-left:1.5rem}}@media (max-width: 480px){.privacy-container{padding:30px 16px}.privacy-title{font-size:1.75rem}.privacy-heading{font-size:1.1rem}.privacy-subheading{font-size:.95rem}}*{margin:0;padding:0;box-sizing:border-box}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;scroll-behavior:smooth}body{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;line-height:1.6;color:#fff;background-color:#000;overflow-x:hidden;width:100%}#root{width:100%;min-height:100vh;overflow-x:hidden}
