:root{--bg-primary:#141c29;--bg-deep:#0b1226;--bg-navbar:#00112a;--bg-card:#040405;--bg-popup:#162044;--bg-card-glass:#f6f3ff0d;--bg-card-glass-hover:#f6f3ff14;--bg-btn-glass:#f6f3ff0f;--accent-blue:#3b82f6;--accent-blue-dark:#1c3867;--accent-blue-deep:#2f6fd6;--accent-blue-dim:#3b82f626;--accent-teal:#00effa;--accent-teal-glow:#98f7f5;--accent-green:#1bd79e;--accent-green-check:#10b981;--accent-purple:#9754ff;--accent-pink:#ff3ada;--accent-orange:#ffb330;--accent-red:#f9423d;--gradient-blue:linear-gradient(90deg, #3b82f6 0%, #1c3867 56.73%);--gradient-btn:linear-gradient(90deg, #3e9ad4, #1c54a3);--gradient-teal-purple:linear-gradient(135deg, #00effa 0%, #9754ff 100%);--glow-blue:0px 0px 0px #0783f5, 3px 2px 17.3px #62b4ff;--glow-teal:0px 0px 10.6px #98f7f5;--glow-white:0px 0px 10.6px #fdfefe;--glow-cyan-border:0px 0px 6.3px #00adc8;--text-primary:#f6f3ff;--text-secondary:#c7d2dd;--text-muted:#c7d2ddb3;--text-dim:#c7d2dd80;--text-label-green:#ebfce4;--text-label-orange:#fff8e0;--border-card:#977ae02e;--border-subtle:#c7d2dd26;--border-badge:#c7d2dd4d;--border-teal:#00acba;--section-padding:72px 0;--section-padding-mobile:48px 0;--container-max:1240px;--container-padding:0 100px;--container-padding-mobile:0 24px;--nav-height:82px;--font-heading:var(--font-space-grotesk), "Space Grotesk", sans-serif;--font-body:var(--font-plus-jakarta), "Plus Jakarta Sans", sans-serif;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px;--radius-card:26px;--radius-full:9999px;--transition-fast:.15s ease;--transition-base:.25s ease;--transition-slow:.4s ease}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-body);background:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;overflow-x:hidden}body:before{content:"";z-index:-1;pointer-events:none;opacity:.5;background:radial-gradient(50% 50% at 20% 30%,#f6f3ff14 0%,#0000 100%),radial-gradient(50% 50% at 70% 60%,#00effa0f 0%,#0000 100%),radial-gradient(50% 50% at 40% 80%,#ff3ada0a 0%,#0000 100%),radial-gradient(50% 50% at 85% 20%,#f6f3ff0d 0%,#0000 100%);width:100%;height:900px;position:fixed;top:0;left:0}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button{cursor:pointer;color:inherit;background:0 0;border:none;font-family:inherit}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--text-primary);font-weight:700;line-height:1.2}.container{max-width:var(--container-max);padding:var(--container-padding);width:100%;margin:0 auto}.section{padding:var(--section-padding);position:relative}.section__label{font-family:var(--font-body);letter-spacing:2.16px;text-transform:uppercase;color:var(--text-label-green);margin-bottom:16px;font-size:12px;font-weight:700}.section__title{font-family:var(--font-heading);letter-spacing:-1.05px;color:var(--text-primary);margin-bottom:16px;font-size:clamp(2rem,4.5vw,42px);font-weight:700;line-height:1.5}.section__subtitle{font-family:var(--font-body);color:var(--text-secondary);max-width:576px;font-size:17px;line-height:28px}.btn{font-family:var(--font-body);cursor:pointer;white-space:nowrap;transition:all var(--transition-base);justify-content:center;align-items:center;gap:12px;font-weight:600;display:inline-flex}.btn--store{background:var(--bg-btn-glass);box-shadow:var(--glow-white);border-radius:var(--radius-md);border:none;padding:10px 16px}.btn--store:hover{background:#f6f3ff1a;transform:translateY(-1px)}.btn--store-glow{background:var(--bg-btn-glass);border:1px solid var(--border-teal);box-shadow:var(--glow-teal);border-radius:var(--radius-md);padding:10px 16px}.btn--store-glow:hover{background:#f6f3ff1a;transform:translateY(-1px)}.btn--watch{background:var(--bg-btn-glass);box-shadow:var(--glow-teal);border-radius:var(--radius-full);font-family:var(--font-heading);color:var(--text-primary);gap:6px;padding:6px 12px;font-size:12px;font-weight:700}.badge{background:var(--bg-card-glass);border:1px solid var(--border-badge);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:var(--radius-full);font-family:var(--font-body);letter-spacing:1px;text-transform:uppercase;color:var(--text-secondary);align-items:center;gap:8px;padding:6px 12px;font-size:11px;font-weight:500;display:inline-flex}.badge__dot{background:var(--accent-green);width:6px;height:6px;box-shadow:0px 0px 10px var(--accent-green);border-radius:var(--radius-full)}.tag{border:1px solid var(--border-subtle);border-radius:var(--radius-full);color:var(--text-secondary);transition:all var(--transition-fast);background:#1e293b99;align-items:center;padding:6px 14px;font-size:12px;display:inline-flex}.tag:hover{border-color:var(--accent-blue);color:var(--accent-blue)}.gradient-text{background:linear-gradient(135deg, var(--accent-green) 0%, var(--accent-teal) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.divider{background:linear-gradient(90deg, transparent 0%, var(--border-subtle) 50%, transparent 100%);width:100%;height:1px;margin:0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes glowPulse{0%,to{box-shadow:0px 0px 10px var(--accent-green)}50%{box-shadow:0px 0px 20px var(--accent-green)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}.animate-fade-in-up{animation:.6s both fadeInUp}.animate-fade-in{animation:.6s both fadeIn}.animate-float{animation:6s ease-in-out infinite float}.reveal{opacity:0;transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1);transform:translateY(40px)}.reveal--visible{opacity:1;transform:translateY(0)}.reveal-left{opacity:0;transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1);transform:translate(-50px)}.reveal-left--visible{opacity:1;transform:translate(0)}.reveal-right{opacity:0;transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1);transform:translate(50px)}.reveal-right--visible{opacity:1;transform:translate(0)}.reveal-scale{opacity:0;transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1);transform:scale(.92)}.reveal-scale--visible{opacity:1;transform:scale(1)}.stagger-child{opacity:0;transition:opacity .5s cubic-bezier(.16,1,.3,1),transform .5s cubic-bezier(.16,1,.3,1);transition-delay:calc(var(--stagger-index,0) * 80ms);transform:translateY(30px)}.stagger-child--visible{opacity:1;transform:translateY(0)}.delay-1{animation-delay:.1s}.delay-2{animation-delay:.2s}.delay-3{animation-delay:.3s}.delay-4{animation-delay:.4s}.delay-5{animation-delay:.5s}.delay-6{animation-delay:.6s}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}html{scroll-behavior:auto}}@media (max-width:768px){.container{padding:var(--container-padding-mobile)}.section{padding:var(--section-padding-mobile)}.section__title{font-size:clamp(1.6rem,6vw,2.2rem)}}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--border-subtle);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-dim)}::selection{background:var(--accent-blue-dim);color:var(--accent-blue)}
.Navbar-module__cJzEcG__header{height:var(--nav-height);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:1000;background:#00112aeb;border-bottom:1px solid #0000;justify-content:center;align-items:center;padding:0 100px;transition:height .35s cubic-bezier(.16,1,.3,1),background .35s,border-color .35s,box-shadow .35s;display:flex;position:fixed;top:0;left:0;right:0}.Navbar-module__cJzEcG__headerScrolled{background:#00112aeb;border-bottom:1px solid #c7d2dd14;height:60px;box-shadow:0 4px 24px #0000004d}.Navbar-module__cJzEcG__container{width:100%;max-width:var(--container-max);flex-direction:row;justify-content:space-between;align-items:center;height:81px;padding:14px 24px;transition:height .35s cubic-bezier(.16,1,.3,1);display:flex}.Navbar-module__cJzEcG__headerScrolled .Navbar-module__cJzEcG__container{height:58px}.Navbar-module__cJzEcG__logo{align-items:center;gap:0;text-decoration:none;display:flex}.Navbar-module__cJzEcG__logoImg{width:auto;height:80px;transition:height .35s cubic-bezier(.16,1,.3,1)}.Navbar-module__cJzEcG__headerScrolled .Navbar-module__cJzEcG__logoImg{height:48px}.Navbar-module__cJzEcG__logoText{font-family:var(--font-heading);color:var(--text-primary);letter-spacing:-.5px;font-size:1.4rem;font-weight:700}.Navbar-module__cJzEcG__hidden{display:none}.Navbar-module__cJzEcG__nav{flex-direction:row;align-items:center;gap:24px;display:flex}.Navbar-module__cJzEcG__navLink{font-family:var(--font-body);color:var(--text-secondary);transition:color var(--transition-fast);font-size:14px;font-weight:400;line-height:20px;text-decoration:none;position:relative}.Navbar-module__cJzEcG__navLink:after{content:"";background:var(--accent-teal);border-radius:1px;width:0;height:2px;transition:width .3s cubic-bezier(.16,1,.3,1);position:absolute;bottom:-4px;left:0}.Navbar-module__cJzEcG__navLink:hover{color:var(--text-primary)}.Navbar-module__cJzEcG__navLink:hover:after{width:100%}.Navbar-module__cJzEcG__watchBtn{background:var(--bg-btn-glass);box-shadow:var(--glow-teal);border-radius:var(--radius-full);font-family:var(--font-heading);color:var(--text-primary);cursor:pointer;transition:all var(--transition-base);border:none;align-items:center;gap:6px;padding:6px 12px;font-size:12px;font-weight:700;display:flex}.Navbar-module__cJzEcG__watchBtn:hover{background:#f6f3ff1a;box-shadow:0 0 16px #98f7f5}.Navbar-module__cJzEcG__loginBtn{background:var(--bg-btn-glass);box-shadow:var(--glow-teal);border-radius:var(--radius-full);font-family:var(--font-heading);color:var(--text-primary);cursor:pointer;transition:all var(--transition-base);border:none;align-items:center;padding:6px 16px;font-size:12px;font-weight:700;text-decoration:none;display:flex}.Navbar-module__cJzEcG__loginBtn:hover{background:#f6f3ff1a;box-shadow:0 0 16px #98f7f5}.Navbar-module__cJzEcG__modalOverlay{z-index:2000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000818cc;justify-content:center;align-items:center;padding:24px;animation:.25s Navbar-module__cJzEcG__modalFade;display:flex;position:fixed;inset:0}@keyframes Navbar-module__cJzEcG__modalFade{0%{opacity:0}to{opacity:1}}.Navbar-module__cJzEcG__modalContent{width:100%;max-width:960px;animation:.3s cubic-bezier(.16,1,.3,1) Navbar-module__cJzEcG__modalScale;position:relative}@keyframes Navbar-module__cJzEcG__modalScale{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.Navbar-module__cJzEcG__videoWrapper{border-radius:var(--radius-lg,16px);background:#000;width:100%;padding-top:56.25%;position:relative;overflow:hidden;box-shadow:0 24px 80px #0009}.Navbar-module__cJzEcG__videoWrapper iframe{border:none;width:100%;height:100%;position:absolute;inset:0}.Navbar-module__cJzEcG__modalClose{background:var(--bg-btn-glass);width:36px;height:36px;color:var(--text-primary);border-radius:var(--radius-full);cursor:pointer;transition:all var(--transition-base);border:none;justify-content:center;align-items:center;display:flex;position:absolute;top:-44px;right:0}.Navbar-module__cJzEcG__modalClose:hover{background:#f6f3ff26}@media (max-width:768px){.Navbar-module__cJzEcG__modalClose{top:-42px}}.Navbar-module__cJzEcG__themeToggle{background:var(--bg-btn-glass);width:36px;height:36px;box-shadow:var(--glow-teal);border-radius:var(--radius-full);cursor:pointer;transition:all var(--transition-base);border:none;justify-content:center;align-items:center;display:flex}.Navbar-module__cJzEcG__themeToggle:hover{background:#f6f3ff1a}.Navbar-module__cJzEcG__menuBtn{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:8px;display:none}.Navbar-module__cJzEcG__menuLine{background:var(--text-primary);width:22px;height:2px;transition:all var(--transition-base);border-radius:2px}.Navbar-module__cJzEcG__menuLineOpen1{transform:rotate(45deg)translate(5px,5px)}.Navbar-module__cJzEcG__menuLineOpen2{opacity:0}.Navbar-module__cJzEcG__menuLineOpen3{transform:rotate(-45deg)translate(5px,-5px)}.Navbar-module__cJzEcG__drawerBackdrop,.Navbar-module__cJzEcG__drawer{display:none}@media (max-width:768px){.Navbar-module__cJzEcG__header{padding:0 16px}.Navbar-module__cJzEcG__container{padding:14px 0}.Navbar-module__cJzEcG__menuBtn{display:flex}.Navbar-module__cJzEcG__nav{display:none}.Navbar-module__cJzEcG__drawerBackdrop{z-index:1998;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;pointer-events:none;background:#0000008c;transition:opacity .3s;display:block;position:fixed;inset:0}.Navbar-module__cJzEcG__drawerBackdropOpen{opacity:1;pointer-events:auto}.Navbar-module__cJzEcG__drawer{z-index:1999;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#05122af7;border-left:1px solid #98f7f51f;flex-direction:column;width:min(320px,85vw);padding:0;transition:transform .35s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;bottom:0;right:0;overflow-y:auto;transform:translate(100%);box-shadow:-8px 0 40px #00000080}.Navbar-module__cJzEcG__drawerOpen{transform:translate(0)}.Navbar-module__cJzEcG__drawerHeader{justify-content:space-between;align-items:center;padding:18px 20px;display:flex}.Navbar-module__cJzEcG__drawerLogo{align-items:center;text-decoration:none;display:flex}.Navbar-module__cJzEcG__drawerLogoImg{width:auto;height:44px}.Navbar-module__cJzEcG__drawerClose{width:36px;height:36px;color:var(--text-primary);cursor:pointer;transition:all var(--transition-base);background:#98f7f514;border:1px solid #98f7f526;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.Navbar-module__cJzEcG__drawerClose:hover{background:#98f7f529;border-color:#98f7f559}.Navbar-module__cJzEcG__drawerDivider{background:#c7d2dd14;height:1px;margin:0 20px}.Navbar-module__cJzEcG__drawerNav{flex-direction:column;gap:4px;padding:20px;display:flex}.Navbar-module__cJzEcG__drawerNavLink{font-family:var(--font-body);color:#c7d2ddd9;letter-spacing:.01em;border-radius:10px;padding:12px 16px;font-size:15px;font-weight:500;text-decoration:none;transition:background .2s,color .2s;display:block}.Navbar-module__cJzEcG__drawerNavLink:hover{color:var(--text-primary);background:#98f7f512}.Navbar-module__cJzEcG__drawerActions{flex-direction:column;gap:12px;margin-top:auto;padding:24px 20px;display:flex}.Navbar-module__cJzEcG__drawerWatchBtn{border-radius:var(--radius-full);font-family:var(--font-heading);color:var(--text-primary);cursor:pointer;transition:all var(--transition-base);background:#98f7f514;border:1px solid #98f7f533;justify-content:center;align-items:center;gap:8px;width:100%;padding:12px 20px;font-size:14px;font-weight:700;display:flex}.Navbar-module__cJzEcG__drawerWatchBtn:hover{background:#98f7f524;box-shadow:0 0 16px #98f7f533}.Navbar-module__cJzEcG__drawerLoginBtn{border-radius:var(--radius-full);font-family:var(--font-heading);color:var(--text-primary);transition:all var(--transition-base);box-sizing:border-box;background:#98f7f526;border:1px solid #98f7f54d;justify-content:center;align-items:center;width:100%;padding:12px 20px;font-size:14px;font-weight:700;text-decoration:none;display:flex}.Navbar-module__cJzEcG__drawerLoginBtn:hover{background:#98f7f538;box-shadow:0 0 20px #98f7f540}}
.Hero-module__ZARIfG__hero{min-height:100vh;padding:140px 0 40px;position:relative;overflow:hidden}.Hero-module__ZARIfG__heroInner{text-align:center;z-index:2;flex-direction:column;align-items:center;gap:16px;display:flex;position:relative}.Hero-module__ZARIfG__robotLeft{z-index:1;width:563px;height:537px;animation:6s ease-in-out infinite Hero-module__ZARIfG__robotFloat;position:absolute;top:225px;left:23px}.Hero-module__ZARIfG__robotLeft img{object-fit:contain;width:100%!important;height:100%!important}.Hero-module__ZARIfG__robotRight{z-index:1;width:443px;height:383px;animation:7s ease-in-out .5s infinite Hero-module__ZARIfG__robotFloat;position:absolute;top:106px;left:70.8%}.Hero-module__ZARIfG__robotRight img{object-fit:contain;width:100%!important;height:100%!important}@keyframes Hero-module__ZARIfG__robotFloat{0%,to{transform:translateY(0)rotate(0)}25%{transform:translateY(-10px)rotate(1.5deg)}50%{transform:translateY(-18px)rotate(0)}75%{transform:translateY(-8px)rotate(-1.5deg)}}.Hero-module__ZARIfG__bgOrb1{filter:blur(77.8px);pointer-events:none;background:#0b3b679c;width:645px;height:564px;position:absolute;top:200px;left:50%;transform:translate(-50%)}.Hero-module__ZARIfG__bgOrb2{filter:blur(154px);pointer-events:none;background:#d0d0d06b;width:877px;height:486px;position:absolute;top:729px;left:50%;transform:translate(-50%)}.Hero-module__ZARIfG__heroTitle{font-family:var(--font-heading);letter-spacing:-1.5px;color:var(--text-primary);min-height:1.1em;font-size:clamp(2.5rem,6vw,60px);font-weight:700;line-height:1.02;animation:.6s .1s both Hero-module__ZARIfG__fadeInUp}.Hero-module__ZARIfG__typingCursor{color:var(--accent-blue);margin-left:2px;font-weight:300;animation:.7s step-end infinite Hero-module__ZARIfG__blink;display:inline-block}@keyframes Hero-module__ZARIfG__blink{0%,to{opacity:1}50%{opacity:0}}.Hero-module__ZARIfG__heroSubtitle{font-family:var(--font-body);color:var(--text-secondary);text-align:center;max-width:541px;font-size:18px;line-height:29px;animation:.6s .2s both Hero-module__ZARIfG__fadeInUp}.Hero-module__ZARIfG__downloadLabel{font-family:var(--font-body);letter-spacing:1.98px;text-transform:uppercase;color:var(--text-secondary);margin-top:8px;font-size:12px;font-weight:700;animation:.6s .3s both Hero-module__ZARIfG__fadeInUp}.Hero-module__ZARIfG__storeButtons{justify-content:center;gap:12px;animation:.6s .35s both Hero-module__ZARIfG__fadeInUp;display:flex}.Hero-module__ZARIfG__storeText{flex-direction:column;align-items:flex-start;line-height:1.25;display:flex}.Hero-module__ZARIfG__storeSmall{font-family:var(--font-body);letter-spacing:.5px;text-transform:uppercase;color:var(--text-secondary);font-size:10px;font-weight:500}.Hero-module__ZARIfG__storeBig{font-family:var(--font-body);letter-spacing:-.375px;color:var(--text-primary);font-size:15px;font-weight:600}.Hero-module__ZARIfG__ecosystemLink{font-family:var(--font-body);color:var(--text-label-orange);text-align:center;transition:opacity var(--transition-fast);font-size:14px;font-weight:500;line-height:21px;animation:.6s .38s both Hero-module__ZARIfG__fadeInUp}.Hero-module__ZARIfG__ecosystemLink:hover{opacity:.8}.Hero-module__ZARIfG__trustLine{flex-wrap:wrap;justify-content:center;gap:20px;padding-top:4px;animation:.6s .4s both Hero-module__ZARIfG__fadeInUp;display:flex}.Hero-module__ZARIfG__trustItem{font-family:var(--font-body);color:var(--text-secondary);align-items:center;gap:6px;font-size:12px;font-weight:400;line-height:20px;display:flex}.Hero-module__ZARIfG__phonesContainer{width:780px;height:580px;margin:40px auto 0;animation:.8s .5s both Hero-module__ZARIfG__fadeInUp;position:relative}.Hero-module__ZARIfG__phoneCenter{z-index:3;filter:drop-shadow(20.85px 12.51px 104px #09143226);width:515px;transition:transform .5s cubic-bezier(.16,1,.3,1);position:absolute;top:-85px;left:52%;transform:translate(-50%)}.Hero-module__ZARIfG__phonesContainer:hover .Hero-module__ZARIfG__phoneCenter{transform:translate(-50%)scale(1.03)}.Hero-module__ZARIfG__phoneCenter img{width:100%;height:auto;display:block}.Hero-module__ZARIfG__phoneLeft{z-index:2;filter:drop-shadow(0 20px 60px #00000080);width:495px;transition:transform .5s cubic-bezier(.16,1,.3,1);position:absolute;top:40px;left:-33px}.Hero-module__ZARIfG__phonesContainer:hover .Hero-module__ZARIfG__phoneLeft{transform:translate(-12px)}.Hero-module__ZARIfG__phoneLeft img{width:100%;height:auto;display:block}.Hero-module__ZARIfG__phoneRight{z-index:2;filter:drop-shadow(0 20px 60px #00000080);width:495px;transition:transform .5s cubic-bezier(.16,1,.3,1);position:absolute;top:40px;right:-35px}.Hero-module__ZARIfG__phonesContainer:hover .Hero-module__ZARIfG__phoneRight{transform:translate(12px)}.Hero-module__ZARIfG__phoneRight img{width:100%;height:auto;display:block}.Hero-module__ZARIfG__phoneGlow{filter:blur(100px);pointer-events:none;z-index:0;background:#141e3280;border-radius:50%;width:700px;height:400px;transition:filter .5s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Hero-module__ZARIfG__phonesContainer:hover .Hero-module__ZARIfG__phoneGlow{filter:blur(120px);background:#1e325099}@media (max-width:1200px){.Hero-module__ZARIfG__robotLeft{width:250px;height:240px;top:200px;left:0}.Hero-module__ZARIfG__robotRight{width:200px;height:170px;left:auto;right:0}}@media (max-width:1024px){.Hero-module__ZARIfG__robotLeft,.Hero-module__ZARIfG__robotRight{display:none}}@media (max-width:768px){.Hero-module__ZARIfG__hero{min-height:auto;padding:120px 0 40px}.Hero-module__ZARIfG__heroTitle{font-size:clamp(2rem,8vw,2.8rem)}.Hero-module__ZARIfG__storeButtons{flex-direction:column;align-items:center}.Hero-module__ZARIfG__phonesContainer{width:100%;max-width:400px;height:320px;margin-top:24px;position:relative;left:50%;transform:translate(-50%)}.Hero-module__ZARIfG__phoneCenter{width:55%;top:-40px;left:50%;transform:translate(-50%)}.Hero-module__ZARIfG__phonesContainer:hover .Hero-module__ZARIfG__phoneCenter{transform:translate(-50%)scale(1.03)}.Hero-module__ZARIfG__phoneCenter img{width:100%!important}.Hero-module__ZARIfG__phoneLeft{width:48%;top:30px;left:0}.Hero-module__ZARIfG__phoneRight{width:48%;top:30px;right:0}.Hero-module__ZARIfG__phoneLeft img,.Hero-module__ZARIfG__phoneRight img{width:100%!important}.Hero-module__ZARIfG__trustLine{flex-direction:column;align-items:center;gap:8px}}
.Mentors-module__I6ydeq__mentors{text-align:center;padding-bottom:60px}.Mentors-module__I6ydeq__mentorGrid{flex-wrap:wrap;justify-content:center;gap:32px;margin-top:48px;display:flex}.Mentors-module__I6ydeq__mentorCard{cursor:pointer}.Mentors-module__I6ydeq__cardBox{text-align:center;background:linear-gradient(#040319,#040319) padding-box padding-box,linear-gradient(#fff 0%,#004789 40% 60%,#fff 100%) border-box;border:1px solid #0000;border-radius:20px;flex-direction:column;align-items:center;gap:8px;width:130px;padding:16px 12px 14px;transition:box-shadow .4s cubic-bezier(.16,1,.3,1),transform .4s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 0 10.6px #98f7f5}.Mentors-module__I6ydeq__mentorCard:hover .Mentors-module__I6ydeq__cardBox{transform:translateY(-6px)scale(1.04);box-shadow:0 0 28px 6px #98f7f580,0 8px 32px #00effa26}.Mentors-module__I6ydeq__avatarImg{object-fit:cover;border-radius:50%;width:80px;height:80px;transition:transform .4s cubic-bezier(.16,1,.3,1);display:block}.Mentors-module__I6ydeq__mentorCard:hover .Mentors-module__I6ydeq__avatarImg{transform:scale(1.08)}.Mentors-module__I6ydeq__mentorName{font-family:var(--font-heading);color:var(--text-primary);text-align:center;margin:0;font-size:14px;font-weight:700}.Mentors-module__I6ydeq__mentorSpecialty{font-family:var(--font-body);color:var(--text-muted);text-align:center;margin:0;font-size:11px;line-height:1.3}@media (max-width:768px){.Mentors-module__I6ydeq__mentorGrid{gap:20px}.Mentors-module__I6ydeq__cardBox{width:110px;padding:12px 10px}.Mentors-module__I6ydeq__avatarImg{width:66px;height:66px}}
.LearningPaths-module__9AXL_G__paths{padding-bottom:60px}.LearningPaths-module__9AXL_G__pathGrid{grid-template-columns:repeat(2,1fr);gap:20px;margin-top:40px;display:grid}.LearningPaths-module__9AXL_G__pathCard{background:var(--bg-card);border:1px solid var(--border-card);border-radius:var(--radius-card);flex-direction:column;gap:16px;padding:28px 24px;transition:border-color .4s,transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s;display:flex;position:relative;overflow:hidden}.LearningPaths-module__9AXL_G__pathCard:before{content:"";border-radius:var(--radius-card);z-index:-1;opacity:0;background:linear-gradient(135deg,#0000 30%,#9754ff4d 50%,#0000 70%) 0 0/300% 300%;transition:opacity .4s;position:absolute;inset:-1px}.LearningPaths-module__9AXL_G__pathCard:hover:before{opacity:1;animation:2s infinite LearningPaths-module__9AXL_G__borderShimmer}@keyframes LearningPaths-module__9AXL_G__borderShimmer{0%{background-position:0 0}50%{background-position:100% 100%}to{background-position:0 0}}.LearningPaths-module__9AXL_G__pathCard:hover{border-color:#977ae066;transform:translateY(-4px);box-shadow:0 8px 32px #9754ff1a,0 0 0 1px #977ae033}.LearningPaths-module__9AXL_G__pathHeader{flex-direction:column;gap:12px;display:flex}.LearningPaths-module__9AXL_G__pathBadge{border-radius:var(--radius-full);font-family:var(--font-body);letter-spacing:1.5px;text-transform:uppercase;border:1px solid;align-items:center;width:fit-content;padding:4px 10px;font-size:10px;font-weight:700;transition:box-shadow .3s;display:inline-flex}.LearningPaths-module__9AXL_G__pathCard:hover .LearningPaths-module__9AXL_G__pathBadge{box-shadow:0 0 12px}.LearningPaths-module__9AXL_G__pathTitle{font-family:var(--font-heading);color:var(--text-primary);letter-spacing:-.5px;font-size:20px;font-weight:700}.LearningPaths-module__9AXL_G__pathDesc{font-family:var(--font-body);color:var(--text-secondary);font-size:14px;line-height:22px}.LearningPaths-module__9AXL_G__pathTags{flex-wrap:wrap;gap:8px;display:flex}.LearningPaths-module__9AXL_G__tag{border:1px solid var(--border-subtle);border-radius:var(--radius-full);font-family:var(--font-body);color:var(--text-secondary);transition:all var(--transition-fast);background:#1e293b99;align-items:center;padding:5px 12px;font-size:11px;display:inline-flex}.LearningPaths-module__9AXL_G__tag:hover{border-color:var(--accent-blue);color:var(--accent-blue)}.LearningPaths-module__9AXL_G__pathCta{font-family:var(--font-body);color:var(--text-label-orange);cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;margin-top:auto;padding:8px 0;font-size:13px;font-weight:600;transition:gap .3s cubic-bezier(.16,1,.3,1),color .3s;display:inline-flex}.LearningPaths-module__9AXL_G__pathCta svg{transition:transform .3s cubic-bezier(.16,1,.3,1)}.LearningPaths-module__9AXL_G__pathCta:hover{gap:12px}.LearningPaths-module__9AXL_G__pathCta:hover svg{transform:translate(4px)}@media (max-width:1024px){.LearningPaths-module__9AXL_G__pathGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.LearningPaths-module__9AXL_G__pathGrid{grid-template-columns:1fr}}
.MultiLanguage-module__yRegTG__multiLang{padding-top:40px;padding-bottom:40px}.MultiLanguage-module__yRegTG__banner{border-radius:var(--radius-xl);text-align:center;background:linear-gradient(160deg,#1c3254 0%,#152848 40%,#0f1e3a 100%);border:1px solid #00acba40;border-top:1.5px solid #00acba;padding:56px 48px;position:relative;overflow:hidden;box-shadow:0 0 0 1px #00acba14,0 0 40px #00acba14,0 20px 60px #00000059}.MultiLanguage-module__yRegTG__banner:before{content:"";pointer-events:none;background:radial-gradient(#00acba1f 0%,#0000 70%);width:420px;height:260px;position:absolute;top:-80px;left:50%;transform:translate(-50%)}.MultiLanguage-module__yRegTG__banner:after{content:"";pointer-events:none;opacity:.5;border-radius:inherit;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E");position:absolute;inset:0}.MultiLanguage-module__yRegTG__bannerLabel{font-family:var(--font-body);letter-spacing:3px;color:#00acba;text-transform:uppercase;opacity:.75;margin-bottom:16px;font-size:11px;font-weight:700;position:relative}.MultiLanguage-module__yRegTG__bannerTitle{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:36px;font-size:clamp(1.6rem,4vw,2.4rem);font-weight:700;line-height:1.25;position:relative}.MultiLanguage-module__yRegTG__highlight{color:#3b9ee8}.MultiLanguage-module__yRegTG__langButtons{flex-wrap:wrap;justify-content:center;gap:12px;display:flex;position:relative}.MultiLanguage-module__yRegTG__langBtn{border-radius:var(--radius-full);color:#ffffffd9;font-family:var(--font-body);cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff0a;border:1px solid #ffffff1a;align-items:center;gap:10px;padding:11px 22px 11px 12px;font-size:.875rem;font-weight:500;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex}.MultiLanguage-module__yRegTG__langBtn:hover{color:#fff;background:#00acba1a;border-color:#00acba99;transform:translateY(-2px);box-shadow:0 4px 20px #00acba2e}.MultiLanguage-module__yRegTG__langCode{color:#5fd8e0;width:30px;height:30px;font-family:var(--font-body);letter-spacing:.03em;background:linear-gradient(135deg,#00acba40,#3b9ee833);border:1px solid #00acba80;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.6rem;font-weight:800;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 0 8px #00acba26}.MultiLanguage-module__yRegTG__langBtn:hover .MultiLanguage-module__yRegTG__langCode{color:#fff;background:linear-gradient(135deg,#00acba66,#3b9ee84d);border-color:#00acba;transform:scale(1.12);box-shadow:0 0 14px #00acba59}@media (max-width:768px){.MultiLanguage-module__yRegTG__banner{padding:40px 24px}.MultiLanguage-module__yRegTG__langButtons{gap:10px}.MultiLanguage-module__yRegTG__langBtn{padding:9px 18px 9px 10px;font-size:.82rem}.MultiLanguage-module__yRegTG__langCode{width:26px;height:26px;font-size:.55rem}}
.LearningEcosystem-module__Wdwviq__ecosystem{overflow:hidden}.LearningEcosystem-module__Wdwviq__content{grid-template-columns:3fr 2fr;align-items:center;gap:60px;display:grid}.LearningEcosystem-module__Wdwviq__featureList{flex-direction:column;gap:8px;display:flex}.LearningEcosystem-module__Wdwviq__featureItem{border-radius:var(--radius-md);cursor:pointer;align-items:flex-start;gap:16px;padding:16px;transition:all .35s cubic-bezier(.16,1,.3,1);display:flex}.LearningEcosystem-module__Wdwviq__featureItem:hover{background:#ffffff0a;transform:translate(6px)}.LearningEcosystem-module__Wdwviq__featureIcon{border-radius:var(--radius-sm);background:var(--accent-blue-dim);width:40px;height:40px;color:var(--accent-blue);border:1px solid #3b82f626;flex-shrink:0;justify-content:center;align-items:center;transition:transform .35s cubic-bezier(.16,1,.3,1),box-shadow .35s;display:flex}.LearningEcosystem-module__Wdwviq__featureItem:hover .LearningEcosystem-module__Wdwviq__featureIcon{transform:rotate(8deg)scale(1.1);box-shadow:0 0 16px #3b82f640}.LearningEcosystem-module__Wdwviq__featureText{flex-direction:column;gap:4px;display:flex}.LearningEcosystem-module__Wdwviq__featureTitle{font-family:var(--font-heading);color:var(--text-primary);font-size:1rem;font-weight:600}.LearningEcosystem-module__Wdwviq__featureDesc{color:var(--text-muted);font-size:.85rem;line-height:1.5}.LearningEcosystem-module__Wdwviq__mockupSide{border-radius:var(--radius-xl);background:#040319;border:1px solid #00acba;justify-content:center;padding:32px;display:flex;position:relative;overflow:hidden;box-shadow:0 0 10.6px #98f7f5}.LearningEcosystem-module__Wdwviq__mockupGlow{pointer-events:none;background:radial-gradient(circle,#3b82f61f 0%,#0000 70%);border-radius:50%;width:400px;height:400px;animation:4s ease-in-out infinite LearningEcosystem-module__Wdwviq__glowPulseEco;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes LearningEcosystem-module__Wdwviq__glowPulseEco{0%,to{opacity:.6;transform:translate(-50%,-50%)scale(1)}50%{opacity:1;transform:translate(-50%,-50%)scale(1.1)}}.LearningEcosystem-module__Wdwviq__phoneWrapper{z-index:2;filter:drop-shadow(0 20px 60px #00000080)drop-shadow(0 0 30px #3b82f61a);transition:transform .5s cubic-bezier(.16,1,.3,1),filter .5s;animation:5s ease-in-out infinite LearningEcosystem-module__Wdwviq__phoneFloat;position:relative}.LearningEcosystem-module__Wdwviq__phoneWrapper:hover{filter:drop-shadow(0 28px 70px #0009)drop-shadow(0 0 40px #3b82f633);transform:translateY(-8px)scale(1.02)}@keyframes LearningEcosystem-module__Wdwviq__phoneFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.LearningEcosystem-module__Wdwviq__phoneImg{border-radius:28px;width:620px;max-width:none;height:auto;display:block}@media (max-width:768px){.LearningEcosystem-module__Wdwviq__content{grid-template-columns:1fr;gap:40px}.LearningEcosystem-module__Wdwviq__mockupSide{order:-1}.LearningEcosystem-module__Wdwviq__phoneImg{border-radius:22px;width:280px}}
.ProblemStatement-module__wokBmG__problem{padding:80px 0}.ProblemStatement-module__wokBmG__content{text-align:center;max-width:800px;margin:0 auto}.ProblemStatement-module__wokBmG__text{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:8px;font-size:clamp(1.4rem,4vw,2rem);font-weight:700;line-height:1.4}.ProblemStatement-module__wokBmG__dim{color:var(--text-dim)}.ProblemStatement-module__wokBmG__textBig{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:20px;font-size:clamp(1.6rem,5vw,2.5rem);font-weight:800;line-height:1.3}.ProblemStatement-module__wokBmG__shimmer{background:linear-gradient(90deg, var(--accent-green) 0%, var(--accent-teal) 40%, #fff 50%, var(--accent-teal) 60%, var(--accent-green) 100%);-webkit-text-fill-color:transparent;background-size:200% 100%;-webkit-background-clip:text;background-clip:text;animation:3s ease-in-out infinite ProblemStatement-module__wokBmG__textShimmer}@keyframes ProblemStatement-module__wokBmG__textShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.ProblemStatement-module__wokBmG__subtext{color:var(--text-muted);max-width:600px;margin:0 auto;font-size:1rem;line-height:1.7}@media (max-width:768px){.ProblemStatement-module__wokBmG__problem{padding:60px 0}}
.RealTools-module___gr98q__tools{padding-bottom:60px}.RealTools-module___gr98q__toolGrid{grid-template-columns:repeat(5,1fr);gap:16px;margin-bottom:24px;display:grid}.RealTools-module___gr98q__toolCard{border-radius:var(--radius-lg);background:#040319;border:1px solid #00acba;flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:32px 16px;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s;display:flex;box-shadow:0 0 10.6px #98f7f5,0 25px 70px #0000008c}.RealTools-module___gr98q__toolCard:hover{transform:translateY(-4px);box-shadow:0 0 20px #98f7f5,0 30px 80px #000000a6}.RealTools-module___gr98q__toolIcon{box-sizing:border-box;background:#fff;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;padding:8px;transition:transform .4s cubic-bezier(.16,1,.3,1);display:flex}.RealTools-module___gr98q__toolCard:hover .RealTools-module___gr98q__toolIcon{transform:scale(1.1)}.RealTools-module___gr98q__iconImage{object-fit:contain;width:100%;height:100%}.RealTools-module___gr98q__toolInfo{text-align:center;flex-direction:column;align-items:center;gap:8px;display:flex}.RealTools-module___gr98q__toolName{font-family:var(--font-heading);color:var(--text-primary);font-size:1.1rem;font-weight:600}.RealTools-module___gr98q__toolCategory{letter-spacing:.08em;color:var(--text-dim);text-transform:uppercase;font-size:.75rem;font-weight:600}.RealTools-module___gr98q__footnote{text-align:center;color:var(--text-dim);margin-top:32px;font-size:.85rem;font-style:italic}@media (max-width:1024px){.RealTools-module___gr98q__toolGrid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.RealTools-module___gr98q__toolGrid{grid-template-columns:repeat(2,1fr);gap:12px}.RealTools-module___gr98q__toolCard{padding:24px 16px}}@media (max-width:480px){.RealTools-module___gr98q__toolGrid{grid-template-columns:1fr}}
.Certification-module__5q6jzW__cert{padding-bottom:60px}.Certification-module__5q6jzW__certTitle{text-align:left}.Certification-module__5q6jzW__certContent{grid-template-columns:1fr 1fr;align-items:center;gap:48px;margin-bottom:60px;display:grid}.Certification-module__5q6jzW__certInfo{flex-direction:column;gap:20px;display:flex}.Certification-module__5q6jzW__certFeatures{flex-direction:column;gap:14px;list-style:none;display:flex}.Certification-module__5q6jzW__certFeature{color:var(--text-secondary);align-items:center;gap:12px;font-size:.92rem;line-height:1.5;display:flex}.Certification-module__5q6jzW__certMockup{perspective:800px;justify-content:center;display:flex}.Certification-module__5q6jzW__certImage{border:1px solid #00acba;border-radius:12px;width:527px;max-width:100%;height:auto;transition:transform .5s cubic-bezier(.16,1,.3,1),box-shadow .5s;box-shadow:0 0 30px 20px #009bc1a1}.Certification-module__5q6jzW__certImage:hover{transform:rotateX(3deg)rotateY(-2deg)translateY(-6px);box-shadow:0 0 40px 24px #009bc1b3}.Certification-module__5q6jzW__statsGrid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.Certification-module__5q6jzW__statCard{background:var(--bg-card);border:1px solid var(--border-card);border-radius:var(--radius-lg);text-align:center;padding:28px 16px;transition:all .4s cubic-bezier(.16,1,.3,1)}.Certification-module__5q6jzW__statCard:hover{border-color:#977ae059;transform:translateY(-4px)scale(1.03);box-shadow:0 0 #0783f5,3px 2px 17.3px #62b4ff}.Certification-module__5q6jzW__statCard:hover .Certification-module__5q6jzW__statValue{filter:brightness(1.15)}.Certification-module__5q6jzW__statValue{font-family:var(--font-heading);background:linear-gradient(90deg,#005aad 0%,#01b7bb 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:6px;font-size:clamp(1.5rem,3vw,2rem);font-weight:800;transition:filter .4s}.Certification-module__5q6jzW__statLabel{color:var(--text-muted);font-size:.8rem}@media (max-width:768px){.Certification-module__5q6jzW__certContent{grid-template-columns:1fr;gap:32px}.Certification-module__5q6jzW__certTitle{text-align:center}.Certification-module__5q6jzW__statsGrid{grid-template-columns:repeat(2,1fr)}.Certification-module__5q6jzW__certCard{width:280px;padding:24px}}
.FAQ-module__V8_xEa__faq{padding-bottom:60px}.FAQ-module__V8_xEa__faqList{box-sizing:border-box;background:var(--bg-card);border:1px solid var(--border-card);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:var(--radius-card);flex-direction:column;align-items:flex-start;width:100%;padding:20px 0 0;display:flex;overflow:hidden}.FAQ-module__V8_xEa__faqItem{border-left:3px solid #0000;width:100%;transition:border-color .3s,background .3s}.FAQ-module__V8_xEa__faqItem:hover{border-left-color:var(--accent-teal);background:#00effa05}.FAQ-module__V8_xEa__faqOpen{border-left-color:var(--accent-teal);background:#00effa08}.FAQ-module__V8_xEa__faqQuestion{width:100%;font-family:var(--font-body);color:var(--text-primary);text-align:left;cursor:pointer;transition:color var(--transition-fast);background:0 0;border:none;flex-direction:row;justify-content:space-between;align-items:center;gap:16px;padding:20px 24px;font-size:16px;font-weight:600;line-height:24px;display:flex}.FAQ-module__V8_xEa__faqQuestion:hover{color:var(--accent-teal)}.FAQ-module__V8_xEa__faqIcon{background:var(--gradient-blue);width:40px;height:40px;box-shadow:var(--glow-blue);font-family:var(--font-heading);color:#fff;border-radius:130px;flex-shrink:0;justify-content:center;align-items:center;font-size:26px;font-weight:400;line-height:24px;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .3s;display:flex}.FAQ-module__V8_xEa__faqOpen .FAQ-module__V8_xEa__faqIcon{transform:rotate(45deg)scale(1.05);box-shadow:0 0 #0783f5,3px 2px 24px #62b4ff}.FAQ-module__V8_xEa__faqAnswer{opacity:0;max-height:0;padding:0 24px;transition:max-height .45s cubic-bezier(.16,1,.3,1),padding .45s cubic-bezier(.16,1,.3,1),opacity .3s;overflow:hidden}.FAQ-module__V8_xEa__faqOpen .FAQ-module__V8_xEa__faqAnswer{opacity:1;max-height:300px;padding:0 24px 20px}.FAQ-module__V8_xEa__faqAnswer p{font-family:var(--font-body);color:var(--text-secondary);max-width:800px;font-size:15px;line-height:1.7}@media (max-width:768px){.FAQ-module__V8_xEa__faqQuestion{padding:16px 18px;font-size:14px}.FAQ-module__V8_xEa__faqAnswer{padding:0 18px}.FAQ-module__V8_xEa__faqOpen .FAQ-module__V8_xEa__faqAnswer{padding:0 18px 16px}.FAQ-module__V8_xEa__faqIcon{width:34px;height:34px;font-size:22px}}
.CTAFooter-module__lzhpqa__cta{padding:40px 0 60px}.CTAFooter-module__lzhpqa__ctaBox{border-radius:var(--radius-xl);background:linear-gradient(135deg,#1a2740 0%,#0f1a2e 60%,#162236 100%);border:1px solid #1e4d7b;justify-content:space-between;align-items:center;gap:40px;min-height:380px;padding:60px 56px;display:flex;position:relative;overflow:hidden;box-shadow:0 0 6.3px #00adc8}.CTAFooter-module__lzhpqa__ctaContent{z-index:2;flex-direction:column;flex-shrink:0;gap:16px;max-width:500px;display:flex}.CTAFooter-module__lzhpqa__ctaLabel{font-family:var(--font-body);letter-spacing:2.16px;text-transform:uppercase;color:var(--text-label-green);font-size:11px;font-weight:700}.CTAFooter-module__lzhpqa__ctaTitle{font-family:var(--font-heading);letter-spacing:-.5px;color:var(--text-primary);font-size:clamp(1.8rem,3.5vw,42px);font-weight:700;line-height:1.2}.CTAFooter-module__lzhpqa__ctaSubtitle{font-family:var(--font-body);color:var(--text-secondary);max-width:420px;font-size:15px;line-height:1.6}.CTAFooter-module__lzhpqa__ctaButtons{flex-wrap:wrap;gap:12px;margin-top:8px;display:flex}.CTAFooter-module__lzhpqa__storeBtn{background:var(--bg-btn-glass);border:1px solid var(--border-teal);box-shadow:var(--glow-teal);border-radius:var(--radius-md);align-items:center;gap:10px;padding:10px 18px;text-decoration:none;transition:all .4s cubic-bezier(.16,1,.3,1);display:inline-flex}.CTAFooter-module__lzhpqa__storeBtn:hover{background:#f6f3ff1a;transform:translateY(-2px)scale(1.02);box-shadow:0 0 20px #98f7f5,0 4px 20px #00effa33}.CTAFooter-module__lzhpqa__storeText{flex-direction:column;line-height:1.25;display:flex}.CTAFooter-module__lzhpqa__storeSmall{font-family:var(--font-body);letter-spacing:.5px;text-transform:uppercase;color:var(--text-secondary);font-size:9px;font-weight:500}.CTAFooter-module__lzhpqa__storeBig{font-family:var(--font-body);color:var(--text-primary);font-size:14px;font-weight:600}.CTAFooter-module__lzhpqa__ctaNote{font-family:var(--font-body);color:var(--text-dim);margin-top:4px;font-size:12px}.CTAFooter-module__lzhpqa__phonesWrapper{z-index:1;position:absolute;top:50%;right:20px;transform:translateY(-50%)}.CTAFooter-module__lzhpqa__phonesWrapper:before{content:"";z-index:-1;pointer-events:none;filter:blur(30px);background:radial-gradient(circle,#00adc859 0%,#005aad26 40%,#0000 70%);border-radius:50%;width:420px;height:420px;animation:3s ease-in-out infinite alternate CTAFooter-module__lzhpqa__glowPulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes CTAFooter-module__lzhpqa__glowPulse{0%{opacity:.6;transform:translate(-50%,-50%)scale(.95)}to{opacity:1;transform:translate(-50%,-50%)scale(1.1)}}.CTAFooter-module__lzhpqa__phonesImg{z-index:1;width:480px;height:auto;display:block;position:relative;max-width:none!important}@media (max-width:1200px){.CTAFooter-module__lzhpqa__phonesImg{width:400px}}@media (max-width:1024px){.CTAFooter-module__lzhpqa__phonesImg{width:340px}.CTAFooter-module__lzhpqa__ctaBox{padding:48px 40px}}@media (max-width:860px){.CTAFooter-module__lzhpqa__ctaBox{min-height:unset;flex-direction:column;align-items:flex-start;padding:40px 32px;overflow:visible}.CTAFooter-module__lzhpqa__phonesWrapper{right:unset;top:unset;align-self:center;position:relative;transform:none}.CTAFooter-module__lzhpqa__phonesImg{width:360px;max-width:100%!important}}@media (max-width:640px){.CTAFooter-module__lzhpqa__ctaBox{padding:36px 24px}.CTAFooter-module__lzhpqa__phonesImg{width:280px}.CTAFooter-module__lzhpqa__ctaButtons{flex-direction:column}}
.Footer-module__S6Hkya__footer{border-top:1px solid var(--border-subtle);background:#05080fcc}.Footer-module__S6Hkya__followSection{text-align:center;padding:32px 24px}.Footer-module__S6Hkya__followLabel{letter-spacing:.2em;color:var(--text-dim);margin-bottom:16px;font-size:.7rem;font-weight:600}.Footer-module__S6Hkya__socialLinks{justify-content:center;gap:12px;display:flex}.Footer-module__S6Hkya__instagramButton{letter-spacing:.01em;color:#fff;transition:transform var(--transition-base), box-shadow var(--transition-base), filter var(--transition-base);cursor:pointer;background:linear-gradient(135deg,#feda75,#d62976 45%,#962fbf 75%,#4f5bd5);border:none;border-radius:999px;align-items:center;gap:10px;padding:13px 26px;font-size:.95rem;font-weight:600;display:inline-flex;box-shadow:0 6px 20px #d6297659}.Footer-module__S6Hkya__instagramButton:hover{filter:brightness(1.05);transform:translateY(-2px);box-shadow:0 10px 28px #d6297673}.Footer-module__S6Hkya__instagramButton svg{flex-shrink:0}.Footer-module__S6Hkya__divider{background:var(--border-subtle);width:100%;height:1px}.Footer-module__S6Hkya__footerInner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding-top:24px;padding-bottom:24px;display:flex}.Footer-module__S6Hkya__footerLeft{align-items:center;gap:16px;display:flex}.Footer-module__S6Hkya__footerLogo{align-items:center;text-decoration:none;display:inline-flex}.Footer-module__S6Hkya__footerLogoImg{width:auto;height:36px;display:block}.Footer-module__S6Hkya__footerTagline{letter-spacing:.15em;color:var(--text-dim);font-size:.65rem;font-weight:600}.Footer-module__S6Hkya__footerNav{gap:24px;display:flex}.Footer-module__S6Hkya__footerLink{color:var(--text-muted);transition:color var(--transition-fast);font-size:.85rem;text-decoration:none}.Footer-module__S6Hkya__footerLink:hover{color:var(--accent-blue)}.Footer-module__S6Hkya__copyright{color:var(--text-dim);font-size:.78rem}@media (max-width:768px){.Footer-module__S6Hkya__footerInner{text-align:center;flex-direction:column;gap:20px}.Footer-module__S6Hkya__footerLeft{flex-direction:column}.Footer-module__S6Hkya__footerNav{flex-wrap:wrap;justify-content:center;gap:16px}}
.ScrollProgress-module___Fh38q__track{z-index:1100;pointer-events:none;background:0 0;height:3px;position:fixed;top:0;left:0;right:0}.ScrollProgress-module___Fh38q__bar{background:linear-gradient(90deg, var(--accent-teal), var(--accent-blue), var(--accent-purple));will-change:width;border-radius:0 2px 2px 0;height:100%;transition:width .1s linear;box-shadow:0 0 8px #00effa66}
.BackToTop-module__9O7_lG__btn{z-index:1000;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--border-teal);width:46px;height:46px;color:var(--accent-teal);cursor:pointer;opacity:0;pointer-events:none;background:#141c29d9;border-radius:50%;justify-content:center;align-items:center;transition:opacity .4s cubic-bezier(.16,1,.3,1),transform .4s cubic-bezier(.16,1,.3,1),box-shadow .3s;display:flex;position:fixed;bottom:32px;right:32px;transform:translateY(20px)scale(.8);box-shadow:0 0 12px #00effa33,0 4px 16px #0006}.BackToTop-module__9O7_lG__visible{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}.BackToTop-module__9O7_lG__btn:hover{background:#141c29f2;transform:translateY(-3px)scale(1.08);box-shadow:0 0 24px #00effa66,0 4px 24px #00000080}.BackToTop-module__9O7_lG__btn:active{transform:translateY(0)scale(.95)}@media (max-width:768px){.BackToTop-module__9O7_lG__btn{width:40px;height:40px;bottom:20px;right:20px}}
