*{margin:0;padding:0;box-sizing:border-box}:root{--background:#000000;--text:#ffffff;--accent:#0047AB;--border:rgba(255,255,255,0.1);--card-bg:#111111}body,html{margin:0;padding:0;overflow-x:hidden;width:100%;max-width:100%;background-color:#000000}body{font-family:Outfit,sans-serif;color:var(--text);line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:Forum,serif;font-weight:400}.landing-container{max-width:1280px;margin:0 auto;padding:0 20px;position:relative;z-index:10}.navbar{justify-content:space-between;padding:20px;position:relative;z-index:100;background-color:#000000;width:100vw;max-width:100vw;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);box-sizing:border-box}.logo,.navbar{display:flex;align-items:center}.logo{justify-content:center}.logo img{height:36px;width:auto}.hero-section{background-color:#000000;width:100vw;max-width:100vw;margin:0 calc(-50vw + 50%);position:relative;padding:40px 0 60px;box-sizing:border-box}.hero-content{display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 30px;max-width:900px;margin:0 auto}.subtitle{font-size:1rem;color:rgba(255,255,255,.7);margin-bottom:30px}.carousel-3d-container{position:relative;width:100%;height:550px;margin:0 auto 70px;perspective:1000px;overflow:visible}.carousel-3d{position:relative;width:600px;height:600px;margin:0 auto;padding:0;list-style:none;transform-style:preserve-3d;animation:rotate-carousel 15s linear infinite;transform:rotateX(10deg)}@keyframes rotate-carousel{0%{transform:rotateX(10deg) rotateY(0)}to{transform:rotateX(10deg) rotateY(1turn)}}.carousel-3d li{position:absolute;top:50%;left:50%;margin:0;display:block;transform-origin:50% 50%;transform-style:preserve-3d;-webkit-backface-visibility:visible;backface-visibility:visible;transition:all .5s ease}.carousel-3d li:first-child{transform:translate(-50%,-50%) rotateY(0deg) translateZ(280px)}.carousel-3d li:nth-child(2){transform:translate(-50%,-50%) rotateY(60deg) translateZ(280px)}.carousel-3d li:nth-child(3){transform:translate(-50%,-50%) rotateY(120deg) translateZ(280px)}.carousel-3d li:nth-child(4){transform:translate(-50%,-50%) rotateY(180deg) translateZ(280px)}.carousel-3d li:nth-child(5){transform:translate(-50%,-50%) rotateY(240deg) translateZ(280px)}.carousel-3d li:nth-child(6){transform:translate(-50%,-50%) rotateY(300deg) translateZ(280px)}.carousel-3d .product-item{position:relative;width:200px;height:200px;overflow:visible;background-color:transparent;transition:transform .3s ease,opacity .5s ease;border-radius:20px}.carousel-3d li .product-item{opacity:.95}.carousel-3d li:first-child .product-item{opacity:1;filter:drop-shadow(0 10px 20px rgba(0,0,0,.5))}.carousel-3d li:nth-child(2) .product-item,.carousel-3d li:nth-child(6) .product-item{opacity:.98}.carousel-3d li:nth-child(3) .product-item,.carousel-3d li:nth-child(5) .product-item{opacity:.95}.carousel-3d li:nth-child(4) .product-item{opacity:.9}.carousel-3d .product-item img{width:100%;height:100%;object-fit:contain;border-radius:20px;display:block}@media (max-width:768px){.carousel-3d-container{height:450px}.carousel-3d{width:400px;height:400px;transform:rotateX(8deg)}@keyframes rotate-carousel{0%{transform:rotateX(8deg) rotateY(0)}to{transform:rotateX(8deg) rotateY(1turn)}}.carousel-3d li:first-child{transform:translate(-50%,-50%) rotateY(0deg) translateZ(240px)}.carousel-3d li:nth-child(2){transform:translate(-50%,-50%) rotateY(60deg) translateZ(240px)}.carousel-3d li:nth-child(3){transform:translate(-50%,-50%) rotateY(120deg) translateZ(240px)}.carousel-3d li:nth-child(4){transform:translate(-50%,-50%) rotateY(180deg) translateZ(240px)}.carousel-3d li:nth-child(5){transform:translate(-50%,-50%) rotateY(240deg) translateZ(240px)}.carousel-3d li:nth-child(6){transform:translate(-50%,-50%) rotateY(300deg) translateZ(240px)}.carousel-3d .product-item{width:150px;height:150px;display:flex;align-items:center;justify-content:center}.carousel-3d .product-item img{max-height:100%;max-width:100%;object-position:center}}@media (max-width:480px){.carousel-3d-container{height:400px}.carousel-3d{width:320px;height:320px;transform:rotateX(6deg)}@keyframes rotate-carousel{0%{transform:rotateX(6deg) rotateY(0)}to{transform:rotateX(6deg) rotateY(1turn)}}.carousel-3d li:first-child{transform:translate(-50%,-50%) rotateY(0deg) translateZ(200px)}.carousel-3d li:nth-child(2){transform:translate(-50%,-50%) rotateY(60deg) translateZ(200px)}.carousel-3d li:nth-child(3){transform:translate(-50%,-50%) rotateY(120deg) translateZ(200px)}.carousel-3d li:nth-child(4){transform:translate(-50%,-50%) rotateY(180deg) translateZ(200px)}.carousel-3d li:nth-child(5){transform:translate(-50%,-50%) rotateY(240deg) translateZ(200px)}.carousel-3d li:nth-child(6){transform:translate(-50%,-50%) rotateY(300deg) translateZ(200px)}.carousel-3d .product-item{width:120px;height:120px;display:flex;align-items:center;justify-content:center;padding:5px}.carousel-3d .product-item img{max-height:90%;max-width:90%;object-position:center}.product-grid .product-item{display:flex;align-items:center;justify-content:center}.product-grid .product-item img{max-height:80%;max-width:80%;object-fit:contain;object-position:center}}.signup-form-container{width:100%;max-width:500px;margin:20px auto;padding:20px;text-align:center;background-color:transparent;border-radius:0}.signup-form-container p{margin-bottom:15px;font-size:.9rem;color:rgba(255,255,255,.7)}.signup-form{display:flex;gap:10px}.signup-form input{flex:1 1;padding:12px;border:1px solid rgba(255,255,255,.2);background-color:rgba(255,255,255,.05);border-radius:4px;color:var(--text);font-size:14px}.signup-form button{padding:12px 20px;background-color:transparent;color:var(--text);border:none;border-radius:4px;cursor:pointer;font-weight:500;transition:background-color .3s ease}.signup-form button:hover{background-color:rgba(255,255,255,.05)}.signup-form button:disabled{opacity:.6;cursor:not-allowed}.form-error{color:#ff5252}.form-error,.form-success{font-size:.85rem;margin-top:8px;font-weight:500}.form-success{color:#4caf50}.onboard-section .form-error{color:#ff5252;text-shadow:none}.onboard-section .form-success{color:#4caf50;text-shadow:none}.translate-section{padding:80px 30px 0;text-align:center;position:relative;overflow:visible;background-color:#000000;width:100vw;left:50%;right:50%;margin:0 -50vw;box-sizing:border-box;z-index:1}.translate-section h2,.translate-section p{max-width:900px;margin-left:auto;margin-right:auto}.translate-section h2{font-size:2.5rem;margin-bottom:10px;font-weight:600}.translate-section p{margin-bottom:40px;color:rgba(255,255,255,.7);font-size:1.1rem}.mockup-container{position:relative;display:flex;justify-content:center;padding:40px 0 0;width:100vw;max-width:100vw;left:50%;right:50%;margin:0 -50vw;overflow:visible;z-index:2;background:linear-gradient(180deg,#000000 0,#000000 50%,#ffffff 0,#ffffff);box-sizing:border-box}.device-mockup{max-width:100%;margin:0 auto;padding:0}.device-mockup,.mockup-image{position:relative;width:100%;z-index:2}.mockup-image{height:auto;object-fit:contain;border-radius:0;display:block}.half-sphere{position:absolute;border-radius:612px;background:radial-gradient(50% 50% at 50% 50%,rgba(155,62,85,.8) 0,rgba(0,0,0,.3) 100%);z-index:5;width:500px;height:500px;filter:blur(25px);opacity:.85}.half-sphere-left{left:0;top:30%;transform:translateX(-50%)}.half-sphere-right{right:0;top:30%;transform:translateX(50%)}.device-mockup:after{content:"";position:absolute;bottom:-50px;left:50%;transform:translateX(-50%);width:80%;height:30px;background:radial-gradient(ellipse at center,rgba(255,255,255,.2) 0,transparent 70%);filter:blur(10px);z-index:1}.mockup-element{position:absolute;background-color:var(--card-bg);border-radius:12px;border:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 5px 15px rgba(0,0,0,.4);padding:10px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.mockup-element.material1{top:25%}.mockup-element.material1,.mockup-element.material2{width:150px;height:150px;left:-50px;box-shadow:0 8px 25px rgba(0,0,0,.3)}.mockup-element.material2{bottom:5%}.mockup-element.waist{width:85px;height:85px;right:-40px;top:50%;transform:translateY(-50%);font-weight:600;font-size:24px}.size-label{font-size:12px;color:rgba(255,255,255,.6);margin-top:5px;letter-spacing:1px}.material-label{font-size:10px;color:rgba(255,255,255,.6);margin-top:8px;letter-spacing:.5px;text-align:center;max-width:90%}.steps-section{text-align:center;padding:60px 30px 100px;position:relative;background-color:#FFFFFF;width:100vw;left:50%;right:50%;margin:0 -50vw;box-sizing:border-box;color:#000000;overflow:hidden}.steps-sphere{position:absolute;border-radius:852px;background:radial-gradient(50% 50% at 50% 50%,rgba(155,62,85,.65) 0,rgba(221,221,223,.55) 100%);z-index:1;width:300px;height:300px;filter:blur(25px);opacity:.7;top:30%}.steps-sphere-left{left:0;transform:translateX(-50%)}.steps-sphere-right{right:0;transform:translateX(50%)}.steps-section p{margin-bottom:40px;color:#555555;position:relative;z-index:2}.steps-container{display:flex;justify-content:space-between;gap:20px;max-width:1280px;margin:0 auto;position:relative;z-index:2}.step{flex:1 1;text-align:center}.step-image{border-radius:10px;overflow:hidden;margin-bottom:15px;aspect-ratio:9/16;background-color:#1E1E1E;position:relative;display:flex;flex-direction:column}.step-label{color:white;font-size:.8rem;padding:8px 10px;text-align:center;text-transform:uppercase;font-weight:500;letter-spacing:.5px}.step-image img,.step-label{background-color:#1E1E1E;width:100%}.step-image img{height:auto;object-fit:contain;display:block;flex:1 1}.step p{font-size:.9rem;color:#333333;margin-top:12px}.onboard-section{text-align:center;padding:100px 30px 150px;border-radius:0;background:linear-gradient(180deg,#FFFFFF,#F5F5F5 5%,#EBEBEB 10%,#DDDDDF 15%,#c5c5c7 25%,#aeaeaf 35%,#969697 45%,#7e7e7f 55%,#646465 65%,#4a4a4b 75%,#313132 85%,#1a1a1a 92%,#000000 98%);width:100vw;left:50%;right:50%;margin:0 -50vw;box-sizing:border-box;position:relative}.onboard-section h2{font-size:2.5rem;margin-bottom:20px}.onboard-section p{margin-bottom:20px;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.3)}.onboard-section .signup-form{max-width:400px;margin:30px auto 0}.onboard-section .signup-form input{border:1px solid rgba(255,255,255,.3);background-color:rgba(0,0,0,.2);color:#fff}.onboard-section .signup-form button{padding:12px 20px;background-color:transparent;border:1px solid rgba(255,255,255,.3);color:#fff;border-radius:4px;cursor:pointer;font-weight:500;transition:background-color .3s ease}footer{margin-top:0;padding:20px 0;border-top:none;background-color:#000000;width:100vw;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;box-sizing:border-box;position:relative}.footer-content{display:flex;justify-content:space-between;color:rgba(255,255,255,.5);font-size:.8rem;max-width:1280px;margin:0 auto}@media (max-width:768px){.product-grid{display:flex;overflow-x:auto;gap:8px;margin-bottom:20px;width:100%;padding:10px 0;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;justify-content:center}.product-grid .product-item{scroll-snap-align:center;min-width:90px;width:90px;height:90px;flex:0 0 auto;margin:0;padding:0;overflow:hidden;background-color:transparent;border-radius:0}.product-item img{width:100%;height:100%;object-fit:cover;display:block;margin:0;padding:0}.signup-form{flex-direction:column}h1{font-size:2rem}.half-sphere,.steps-sphere{display:none}.steps-section{padding-top:60px}.steps-container{flex-direction:column;max-width:320px;margin:0 auto}.step{margin-bottom:40px}.step-image{max-width:100%;margin:0 auto 15px;border-radius:16px;overflow:hidden;box-shadow:0 8px 24px rgba(0,0,0,.1);aspect-ratio:auto;height:auto}.step-image,.step-label{background-color:#1E1E1E}.step-label{padding:12px 15px;font-size:.7rem}.hero-content,.onboard-section,.steps-section,.translate-section{padding-left:40px;padding-right:40px}}@media (max-width:480px){.product-grid .product-item{min-width:70px;width:70px;height:70px}.product-item img{max-height:75px}.product-grid{padding:10px 0}.hero-content,.onboard-section,.steps-section,.translate-section{padding-left:25px;padding-right:25px}}.product-item{position:relative;overflow:hidden;background-color:var(--card-bg);border-radius:6px}.product-item img{width:100%;height:100%;object-fit:cover}.desktop-only{display:block!important}.mobile-only{display:none!important}.product-grid{display:flex;overflow-x:auto;gap:15px;margin-bottom:30px;width:100%;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding:10px 0 10px 50%;transform:translateX(-45%);scroll-padding-left:20px}.product-grid .product-item{scroll-snap-align:center;min-width:160px;height:180px;flex:0 0 auto}@media (max-width:768px){.desktop-only{display:none!important}.mobile-only{display:flex!important}.product-grid{justify-content:flex-start;padding-left:15px;transform:none}.product-grid .product-item{min-width:140px;height:160px;scroll-snap-align:start;margin-right:5px}.product-grid:after{content:"";padding-right:15px;flex:0 0 auto}.half-sphere,.steps-sphere{display:none}.steps-container{flex-direction:column}.step{margin-bottom:40px}.step-image{max-width:280px;margin:0 auto 15px;border-radius:16px;box-shadow:0 8px 24px rgba(0,0,0,.1);background-color:#1E1E1E}}@media (max-width:480px){.product-grid .product-item{min-width:120px;height:140px;display:flex;align-items:center;justify-content:center}.product-grid .product-item img{max-height:85%;max-width:85%;object-fit:contain;object-position:center}}.white-spacer{background-color:#FFFFFF;width:100vw;max-width:100vw;left:50%;right:50%;height:150px;padding-top:80px;margin:0 -50vw;position:relative;z-index:2;box-sizing:border-box}.hero-section h1,.onboard-section h2,.steps-section h2,.translate-section h2{font-family:Forum,serif;font-weight:400}.hero-content h1{font-size:2.5rem;font-weight:700}.hero-content h1,.steps-section h2{font-family:Forum,serif;margin-bottom:10px}.steps-section h2{font-size:2rem}@media (max-width:768px){.hero-content h1{font-family:Forum,serif;font-size:2rem}.steps-section h2{font-family:Forum,serif;font-size:1.8rem}}@media (max-width:480px){.hero-content h1{font-family:Forum,serif;font-size:1.8rem}.steps-section h2{font-family:Forum,serif;font-size:1.6rem}}.hero-content h1,.onboard-section h2,.steps-section h2,.translate-section h2{font-family:Forum,serif;font-size:2.5rem;font-weight:400;margin-bottom:15px;letter-spacing:.02em;line-height:1.2;max-width:100%;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.hero-content,.onboard-section>h2,.onboard-section>p,.steps-section>h2,.steps-section>p,.translate-section>h2,.translate-section>p{width:100%;max-width:900px;margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px;box-sizing:border-box}.hero-content h1{color:var(--text)}.steps-section h2{color:#000000;position:relative;z-index:2}.translate-section h2{color:var(--text)}.onboard-section h2{color:#fff;text-shadow:none}@media (max-width:768px){.hero-content h1,.onboard-section h2,.steps-section h2,.translate-section h2{font-size:2rem;margin-bottom:12px}}@media (max-width:480px){.hero-content h1,.onboard-section h2,.steps-section h2,.translate-section h2{font-size:1.8rem;margin-bottom:10px}}.signup-form-vertical{display:flex;flex-direction:column!important;align-items:center;gap:15px;max-width:400px;margin:0 auto}.signup-form-vertical button,.signup-form-vertical input{width:100%;margin-bottom:10px}.signup-form-vertical input::placeholder{color:white;opacity:.8}.signup-form-vertical input::-moz-placeholder{color:white;opacity:.8}.signup-form-vertical input:-ms-input-placeholder{color:white;opacity:.8}.signup-form-vertical input::-ms-input-placeholder{color:white;opacity:.8}@media (min-width:769px){.signup-form-vertical{flex-direction:column!important}}