.Navbar-module__cJzEcG__nav{z-index:1000;transition:var(--transition-base);padding:16px 0;position:fixed;top:0;left:0;right:0}.Navbar-module__cJzEcG__scrolled{-webkit-backdrop-filter:blur(20px);background:#09090fd9;border-bottom:none;padding:10px 0}.Navbar-module__cJzEcG__inner{justify-content:space-between;align-items:center;display:flex}.Navbar-module__cJzEcG__logo{align-items:center;text-decoration:none;display:flex}.Navbar-module__cJzEcG__logoImg{object-fit:contain;width:auto;height:32px}.Navbar-module__cJzEcG__links{align-items:center;gap:8px;display:flex}.Navbar-module__cJzEcG__link{color:var(--text-secondary);font-family:var(--font-body);cursor:pointer;transition:var(--transition-fast);border-radius:var(--radius-sm);background:0 0;border:none;padding:8px 16px;font-size:.88rem;font-weight:500}.Navbar-module__cJzEcG__link:hover{color:var(--text-primary);background:var(--glass-hover)}.Navbar-module__cJzEcG__langBtn{background:var(--glass);border:1px solid var(--border);color:var(--text-secondary);border-radius:var(--radius-sm);cursor:pointer;transition:var(--transition-fast);font-size:.82rem;font-weight:500;font-family:var(--font-body);align-items:center;gap:6px;margin-right:4px;padding:6px 14px;display:flex}.Navbar-module__cJzEcG__langBtn:hover{border-color:var(--accent);color:var(--accent)}.Navbar-module__cJzEcG__hamburger{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;gap:5px;padding:8px;display:none}.Navbar-module__cJzEcG__bar{background:var(--text-primary);width:24px;height:2px;transition:var(--transition-base);border-radius:2px;display:block}.Navbar-module__cJzEcG__barOpen:first-child{transform:rotate(45deg)translate(5px,5px)}.Navbar-module__cJzEcG__barOpen:nth-child(2){opacity:0}.Navbar-module__cJzEcG__barOpen:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}@media (max-width:768px){.Navbar-module__cJzEcG__hamburger{display:flex}.Navbar-module__cJzEcG__links{background:var(--bg-secondary);border-left:1px solid var(--border);width:280px;height:100dvh;transition:var(--transition-base);flex-direction:column;justify-content:center;gap:16px;padding:24px;position:fixed;top:0;right:-100%}.Navbar-module__cJzEcG__open{right:0}.Navbar-module__cJzEcG__link{padding:12px;font-size:1rem}}
.Footer-module__S6Hkya__footer{padding:30px 0}.Footer-module__S6Hkya__inner{flex-direction:column;gap:0;display:flex}.Footer-module__S6Hkya__bottom{justify-content:space-between;align-items:center;display:flex}.Footer-module__S6Hkya__copy{color:var(--text-tertiary);font-size:.78rem}.Footer-module__S6Hkya__legalLinks{gap:24px;display:flex}.Footer-module__S6Hkya__legalLink{color:var(--text-tertiary);transition:var(--transition-fast);font-size:.78rem;text-decoration:none}.Footer-module__S6Hkya__legalLink:hover{color:var(--text-secondary)}@media (max-width:640px){.Footer-module__S6Hkya__bottom{text-align:center;flex-direction:column;gap:12px}}
.Hero-module__ZARIfG__hero{background:var(--bg-primary);border-bottom:1px solid var(--border);flex-direction:column;justify-content:center;min-height:100vh;padding-top:180px;padding-bottom:100px;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__hero:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle,#0966ff2e 0%,#0000 70%);border-radius:50%;width:700px;height:700px;animation:90s ease-in-out infinite Hero-module__ZARIfG__orbDrift;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Hero-module__ZARIfG__hero:after{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle,#8b5cf61f 0%,#0000 70%);border-radius:50%;width:500px;height:500px;animation:70s ease-in-out infinite Hero-module__ZARIfG__orbDrift2;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes Hero-module__ZARIfG__orbDrift{0%{top:-10%;left:-10%}8%{top:20%;left:70%}16%{top:60%;left:30%}24%{top:10%;left:90%}32%{top:70%;left:60%}40%{top:30%;left:10%}48%{top:50%;left:80%}56%{top:-5%;left:40%}64%{top:65%;left:85%}72%{top:40%;left:5%}80%{top:15%;left:55%}88%{top:55%;left:20%}96%{top:5%;left:75%}to{top:-10%;left:-10%}}@keyframes Hero-module__ZARIfG__orbDrift2{0%{top:80%;left:90%}10%{top:40%;left:20%}20%{top:10%;left:60%}30%{top:60%;left:5%}40%{top:20%;left:80%}50%{top:70%;left:40%}60%{top:5%;left:15%}70%{top:50%;left:70%}80%{top:30%;left:50%}90%{top:65%;left:10%}to{top:80%;left:90%}}.Hero-module__ZARIfG__content{z-index:2;flex:1;justify-content:center;align-items:center;display:flex;position:relative}.Hero-module__ZARIfG__center{text-align:center;flex-direction:column;align-items:center;gap:28px;max-width:780px;display:flex}.Hero-module__ZARIfG__title{font-family:var(--font-heading);letter-spacing:-.03em;color:var(--text-primary);font-size:clamp(2.4rem,5vw,4rem);font-weight:800;line-height:1.08}.Hero-module__ZARIfG__highlight{color:var(--accent)}.Hero-module__ZARIfG__subtitle{color:var(--text-secondary);max-width:560px;font-size:1.05rem;line-height:1.75}.Hero-module__ZARIfG__actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:28px;margin-top:4px;display:flex}.Hero-module__ZARIfG__logoStrip{z-index:2;flex-direction:column;align-items:center;gap:28px;margin-top:100px;display:flex;position:relative}.Hero-module__ZARIfG__logoLabel{color:var(--text-tertiary);letter-spacing:.02em;align-items:center;gap:16px;font-size:.82rem;display:flex}.Hero-module__ZARIfG__logoLine{background:var(--border);width:60px;height:1px}.Hero-module__ZARIfG__logos{justify-content:center;align-items:center;display:flex}.Hero-module__ZARIfG__logosDesktop{opacity:.5;filter:brightness(0)invert();width:100%;max-width:680px;height:auto;transition:opacity .3s;display:block}.Hero-module__ZARIfG__logosDesktop:hover{opacity:.8}.Hero-module__ZARIfG__logosMobile{opacity:.5;filter:brightness(0)invert();width:100%;max-width:280px;height:auto;display:none}@media (max-width:768px){.Hero-module__ZARIfG__actions{flex-direction:column;gap:20px}.Hero-module__ZARIfG__logoStrip{margin-top:40px}.Hero-module__ZARIfG__logosDesktop{display:none}.Hero-module__ZARIfG__logosMobile{display:block}}@media (max-width:480px){.Hero-module__ZARIfG__hero{padding-top:80px}}.Hero-module__ZARIfG__ambientElements{pointer-events:none;z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__ZARIfG__ambientItem{font-family:var(--font-mono);color:var(--text-secondary);-webkit-user-select:none;user-select:none;transition:transform .8s cubic-bezier(.175,.885,.32,1.275),opacity .5s;position:absolute}.Hero-module__ZARIfG__ambientItem.visible{opacity:.2!important}.Hero-module__ZARIfG__item1{font-size:1.8rem;animation:18s ease-in-out infinite Hero-module__ZARIfG__floatSpin;top:15%;left:15%}.Hero-module__ZARIfG__item2{font-size:1.2rem;animation:22s ease-in-out infinite reverse Hero-module__ZARIfG__floatSpin;top:75%;right:18%}.Hero-module__ZARIfG__item3{font-size:1.5rem;animation:15s ease-in-out infinite Hero-module__ZARIfG__floatDrift;top:80%;left:20%}.Hero-module__ZARIfG__item4{font-size:1rem;animation:25s ease-in-out infinite Hero-module__ZARIfG__floatSlow;top:20%;right:22%}@keyframes Hero-module__ZARIfG__floatSpin{0%{transform:translateY(0)rotate(0)}50%{transform:translateY(-70px)rotate(45deg)}to{transform:translateY(0)rotate(360deg)}}@keyframes Hero-module__ZARIfG__floatDrift{0%,to{transform:translate(0)}50%{transform:translate(60px,-40px)}}@keyframes Hero-module__ZARIfG__floatSlow{0%,to{transform:translateY(0)}50%{transform:translateY(-50px)}}.Hero-module__ZARIfG__hero:has(.Hero-module__ZARIfG__center:hover) .Hero-module__ZARIfG__item1{transform:translate(-15vw,-15vh)rotate(-180deg)scale(1.5)!important}.Hero-module__ZARIfG__hero:has(.Hero-module__ZARIfG__center:hover) .Hero-module__ZARIfG__item2{transform:translate(15vw,15vh)rotate(180deg)scale(.5)!important}.Hero-module__ZARIfG__hero:has(.Hero-module__ZARIfG__center:hover) .Hero-module__ZARIfG__item3{transform:translate(-15vw,15vh)rotate(-90deg)scale(2)!important}.Hero-module__ZARIfG__hero:has(.Hero-module__ZARIfG__center:hover) .Hero-module__ZARIfG__item4{transform:translate(15vw,-15vh)rotate(90deg)scale(.2)!important}
.Services-module__dpHhBa__header{margin-bottom:60px}.Services-module__dpHhBa__grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.Services-module__dpHhBa__card{flex-direction:column;gap:12px;display:flex}.Services-module__dpHhBa__title{font-family:var(--font-heading);color:var(--text-primary);font-size:1.2rem;font-weight:700}.Services-module__dpHhBa__desc{color:var(--text-secondary);flex:1;font-size:.92rem;line-height:1.7}.Services-module__dpHhBa__aiDivider{align-items:center;gap:16px;margin:56px 0 40px;display:flex}.Services-module__dpHhBa__aiDividerLine{background:linear-gradient(90deg, transparent, var(--accent), transparent);opacity:.4;flex:1;height:1px}.Services-module__dpHhBa__aiDividerLabel{font-family:var(--font-heading);letter-spacing:.1em;text-transform:uppercase;color:var(--accent);white-space:nowrap;background:#2563eb0f;border:1px solid #2563eb40;border-radius:0;align-items:center;gap:10px;padding:18px 40px;font-size:1.5rem;font-weight:700;display:flex}.Services-module__dpHhBa__aiZone{position:relative}.Services-module__dpHhBa__aiHeader{margin-bottom:32px}.Services-module__dpHhBa__aiTitle{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:8px;font-size:1.6rem;font-weight:800}.Services-module__dpHhBa__aiSubtitle{color:var(--text-muted);font-size:.95rem}.Services-module__dpHhBa__terminal{border-radius:var(--radius-lg);background:linear-gradient(145deg,#0f0f19f2,#080812fa);border:1px solid #2563eb26;margin-bottom:28px;overflow:hidden}.Services-module__dpHhBa__terminalHeader{background:#ffffff08;border-bottom:1px solid #ffffff0f;align-items:center;gap:8px;padding:14px 20px;display:flex}.Services-module__dpHhBa__terminalDot{border-radius:50%;width:12px;height:12px}.Services-module__dpHhBa__terminalTitle{font-family:var(--font-mono,"SF Mono", monospace);color:var(--text-muted);letter-spacing:.02em;margin-left:8px;font-size:.78rem}.Services-module__dpHhBa__terminalBody{flex-direction:column;gap:14px;padding:24px 28px;display:flex}.Services-module__dpHhBa__terminalLine{font-family:var(--font-mono,"SF Mono", monospace);opacity:0;align-items:center;gap:10px;font-size:.9rem;animation:.5s forwards Services-module__dpHhBa__lineAppear;display:flex}@keyframes Services-module__dpHhBa__lineAppear{0%{opacity:0;transform:translate(-8px)}to{opacity:1;transform:translate(0)}}.Services-module__dpHhBa__terminalPrompt{color:var(--accent);font-weight:700}.Services-module__dpHhBa__terminalCmd{color:#a5d6ff;font-weight:600}.Services-module__dpHhBa__terminalArg{color:var(--text-muted)}.Services-module__dpHhBa__terminalSuccess{color:#27c840;font-size:1rem;font-weight:700}.Services-module__dpHhBa__terminalOutput{color:#ffffffbf}.Services-module__dpHhBa__terminalCursor{color:var(--accent);animation:1s step-end infinite Services-module__dpHhBa__cursorBlink}@keyframes Services-module__dpHhBa__cursorBlink{0%,50%{opacity:1}51%,to{opacity:0}}.Services-module__dpHhBa__aiStrip{border-radius:var(--radius-lg);background:#2563eb1a;border:1px solid #2563eb1f;grid-template-columns:repeat(3,1fr);gap:1px;display:grid;overflow:hidden}.Services-module__dpHhBa__aiStripItem{background:var(--bg-secondary,#0c0c18f2);transition:var(--transition-fast);align-items:center;gap:16px;padding:24px;display:flex}.Services-module__dpHhBa__aiStripItem:hover{background:#2563eb0a}.Services-module__dpHhBa__aiStripIcon{border-radius:var(--radius-sm);background:var(--accent-dim);width:44px;height:44px;color:var(--accent);transition:var(--transition-fast);flex-shrink:0;justify-content:center;align-items:center;display:flex}.Services-module__dpHhBa__aiStripItem:hover .Services-module__dpHhBa__aiStripIcon{background:var(--accent);color:#fff;transform:scale(1.08);box-shadow:0 4px 16px #2563eb66}.Services-module__dpHhBa__aiStripTitle{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:2px;font-size:.95rem;font-weight:700;display:block}.Services-module__dpHhBa__aiStripDesc{color:var(--text-muted);font-size:.82rem;display:block}@media (max-width:1024px){.Services-module__dpHhBa__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.Services-module__dpHhBa__aiStrip{grid-template-columns:1fr}.Services-module__dpHhBa__terminalBody{padding:18px 20px}.Services-module__dpHhBa__terminalLine{font-size:.78rem}}@media (max-width:640px){.Services-module__dpHhBa__grid{grid-template-columns:1fr}.Services-module__dpHhBa__aiDivider{margin:40px 0 28px}.Services-module__dpHhBa__aiTitle{font-size:1.3rem}.Services-module__dpHhBa__terminalBody{gap:10px;padding:16px}.Services-module__dpHhBa__terminalLine{font-size:.72rem}.Services-module__dpHhBa__terminalArg{display:none}}
.AboutUs-module__Rj00zW__header{margin-bottom:56px}.AboutUs-module__Rj00zW__statsGrid{background:var(--border);border-radius:var(--radius-lg);border:1px solid var(--border);grid-template-columns:repeat(4,1fr);gap:1px;margin-bottom:48px;display:grid;overflow:hidden}.AboutUs-module__Rj00zW__statItem{background:var(--bg-secondary,#0c0c18f2);text-align:center;transition:var(--transition-fast);flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:48px 24px;display:flex}.AboutUs-module__Rj00zW__statItem:hover{background:#2563eb0a}.AboutUs-module__Rj00zW__statValue{font-family:var(--font-heading);letter-spacing:-.03em;background:linear-gradient(135deg, var(--text-primary), var(--accent));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:800;line-height:1}.AboutUs-module__Rj00zW__statLabel{color:var(--text-muted);font-size:.88rem;font-weight:500}.AboutUs-module__Rj00zW__ctaRow{justify-content:center;display:flex}@media (max-width:768px){.AboutUs-module__Rj00zW__statsGrid{grid-template-columns:repeat(2,1fr)}.AboutUs-module__Rj00zW__statItem{padding:36px 20px}.AboutUs-module__Rj00zW__statValue{font-size:2.4rem}}@media (max-width:480px){.AboutUs-module__Rj00zW__statItem{padding:28px 16px}.AboutUs-module__Rj00zW__statValue{font-size:2rem}.AboutUs-module__Rj00zW__statLabel{font-size:.8rem}}
.Portfolio-module__uAcsSq__header{margin-bottom:60px}.Portfolio-module__uAcsSq__grid{grid-template-columns:repeat(2,1fr);gap:28px;display:grid}.Portfolio-module__uAcsSq__card{padding:28px}.Portfolio-module__uAcsSq__cardLogo{border-radius:var(--radius-sm);background:var(--glass-hover);border:1px solid var(--border);flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.Portfolio-module__uAcsSq__logoImage{object-fit:contain;width:24px;height:24px}.Portfolio-module__uAcsSq__cardTitleRow{align-items:center;gap:12px;display:flex}.Portfolio-module__uAcsSq__cardBody{flex-direction:column;gap:10px;padding:24px 28px 28px;display:flex}.Portfolio-module__uAcsSq__cardMeta{align-items:center;gap:12px;display:flex}.Portfolio-module__uAcsSq__cardType{font-family:var(--font-mono);color:var(--accent);letter-spacing:.04em;font-size:.72rem}.Portfolio-module__uAcsSq__cardMarket{color:var(--text-tertiary);font-size:.78rem}.Portfolio-module__uAcsSq__cardTitle{font-family:var(--font-heading);color:var(--text-primary);font-size:1.3rem;font-weight:700}.Portfolio-module__uAcsSq__screenshotWrap{border-radius:var(--radius-md);border:1px solid var(--border);margin:16px 0;line-height:0;overflow:hidden}.Portfolio-module__uAcsSq__screenshot{width:100%;height:auto;transition:transform .6s cubic-bezier(.16,1,.3,1);display:block}.Portfolio-module__uAcsSq__card:hover .Portfolio-module__uAcsSq__screenshot{transform:scale(1.03)}.Portfolio-module__uAcsSq__cardDesc{color:var(--text-secondary);font-size:.9rem;line-height:1.65}.Portfolio-module__uAcsSq__cardTags{flex-wrap:wrap;gap:6px;margin-top:4px;display:flex}.Portfolio-module__uAcsSq__tag{font-family:var(--font-mono);border-radius:var(--radius-sm);background:var(--glass-hover);color:var(--text-tertiary);border:1px solid var(--border);padding:3px 8px;font-size:.65rem;font-weight:500}.Portfolio-module__uAcsSq__cardActions{align-items:center;gap:12px;margin-top:8px;display:flex}.Portfolio-module__uAcsSq__localBadge{color:var(--accent);background:var(--accent-dim);border-radius:var(--radius-sm);border:1px solid #0966ff33;align-items:center;gap:6px;padding:4px 12px;font-size:.75rem;font-weight:600;display:inline-flex}.Portfolio-module__uAcsSq__launchBadge{font-family:var(--font-mono);color:var(--text-tertiary);background:var(--glass);border-radius:var(--radius-sm);border:1px solid var(--border);padding:4px 12px;font-size:.72rem}@media (max-width:768px){.Portfolio-module__uAcsSq__grid{grid-template-columns:1fr}}@media (max-width:480px){.Portfolio-module__uAcsSq__card{padding:16px}.Portfolio-module__uAcsSq__cardBody{padding:16px 0 0}.Portfolio-module__uAcsSq__cardTitle{font-size:1.1rem}.Portfolio-module__uAcsSq__cardDesc{font-size:.85rem}}
.Testimonials-module__ItA9Ha__header{margin-bottom:48px}.Testimonials-module__ItA9Ha__featuredImageOnly{border-radius:var(--radius-lg);cursor:pointer;background:0 0;border:none;width:100%;margin-bottom:56px;padding:0;display:block;position:relative;overflow:hidden}.Testimonials-module__ItA9Ha__featuredImageFull{border-radius:var(--radius-lg);width:100%;height:auto;transition:transform .6s cubic-bezier(.16,1,.3,1);display:block}.Testimonials-module__ItA9Ha__featuredImageOnly:hover .Testimonials-module__ItA9Ha__featuredImageFull{transform:scale(1.03)}.Testimonials-module__ItA9Ha__featuredPlayOverlay{background:#00000040;justify-content:center;align-items:center;transition:background .3s;display:flex;position:absolute;inset:0}.Testimonials-module__ItA9Ha__featuredImageOnly:hover .Testimonials-module__ItA9Ha__featuredPlayOverlay{background:#00000026}.Testimonials-module__ItA9Ha__featuredPlayBtn{color:#fff;background:#2563ebe6;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 8px 32px #2563eb66}.Testimonials-module__ItA9Ha__featuredImageOnly:hover .Testimonials-module__ItA9Ha__featuredPlayBtn{transform:scale(1.1);box-shadow:0 12px 40px #2563eb99}.Testimonials-module__ItA9Ha__sliderSection{position:relative}.Testimonials-module__ItA9Ha__sliderHeader{justify-content:flex-end;margin-bottom:20px;display:flex}.Testimonials-module__ItA9Ha__arrows{gap:8px;display:flex}.Testimonials-module__ItA9Ha__arrow{border:1px solid var(--border);background:var(--glass);width:40px;height:40px;color:var(--text-secondary);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.Testimonials-module__ItA9Ha__arrow:hover{border-color:var(--accent);color:var(--accent);background:#2563eb14}.Testimonials-module__ItA9Ha__track{scroll-snap-type:x mandatory;scroll-behavior:smooth;gap:20px;padding-bottom:8px;display:flex;overflow-x:auto}.Testimonials-module__ItA9Ha__track::-webkit-scrollbar{display:none}.Testimonials-module__ItA9Ha__track{-ms-overflow-style:none;scrollbar-width:none}.Testimonials-module__ItA9Ha__card{scroll-snap-align:start;background:var(--glass);border:1px solid var(--border);border-radius:var(--radius-lg);cursor:pointer;min-width:280px;max-width:300px;transition:var(--transition-premium);text-align:left;color:inherit;flex-direction:column;flex-shrink:0;padding:0;font-family:inherit;display:flex;overflow:hidden}.Testimonials-module__ItA9Ha__card:hover{border-color:var(--border-hover);background:#ffffff0d;transform:translateY(-4px)scale(1.02);box-shadow:0 16px 40px #0003}.Testimonials-module__ItA9Ha__imageWrap{width:100%;line-height:0;position:relative;overflow:hidden}.Testimonials-module__ItA9Ha__image{width:100%;height:auto;transition:transform .6s cubic-bezier(.16,1,.3,1);display:block}.Testimonials-module__ItA9Ha__card:hover .Testimonials-module__ItA9Ha__image{transform:scale(1.05)}.Testimonials-module__ItA9Ha__playOverlay{opacity:0;background:#0000004d;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;inset:0}.Testimonials-module__ItA9Ha__card:hover .Testimonials-module__ItA9Ha__playOverlay{opacity:1}.Testimonials-module__ItA9Ha__playButton{color:#fff;background:#2563ebe6;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 4px 16px #2563eb66}.Testimonials-module__ItA9Ha__card:hover .Testimonials-module__ItA9Ha__playButton{transform:scale(1.1);box-shadow:0 8px 30px #2563eb99}.Testimonials-module__ItA9Ha__cardBody{flex-direction:column;flex-grow:1;gap:8px;padding:16px 20px 20px;display:flex}.Testimonials-module__ItA9Ha__name{font-family:var(--font-heading);color:var(--text-primary);font-size:.95rem;font-weight:700}.Testimonials-module__ItA9Ha__quote{color:var(--text-muted);font-size:.82rem;line-height:1.5}.Testimonials-module__ItA9Ha__modal{z-index:9999;-webkit-backdrop-filter:blur(8px);background:#000000d9;justify-content:center;align-items:center;padding:20px;animation:.3s Testimonials-module__ItA9Ha__fadeIn;display:flex;position:fixed;inset:0}@keyframes Testimonials-module__ItA9Ha__fadeIn{0%{opacity:0}to{opacity:1}}.Testimonials-module__ItA9Ha__modalContent{width:80vw;max-width:900px;position:relative}.Testimonials-module__ItA9Ha__modalClose{color:#ffffff80;cursor:pointer;background:0 0;border:none;padding:8px;transition:color .2s;position:absolute;top:-40px;right:0}.Testimonials-module__ItA9Ha__modalClose:hover{color:#fff}.Testimonials-module__ItA9Ha__videoWrap{border-radius:var(--radius-lg);background:#000;width:100%;padding-bottom:56.25%;position:relative;overflow:hidden}.Testimonials-module__ItA9Ha__videoWrap iframe{border:none;width:100%;height:100%;position:absolute;top:0;left:0}.Testimonials-module__ItA9Ha__captionBar{-webkit-backdrop-filter:blur(16px);background:linear-gradient(135deg,#0a0a14eb,#0f0f1ee0);border:1px solid #2563eb40;border-radius:12px;justify-content:center;align-items:center;min-height:56px;margin-top:16px;padding:14px 28px;display:flex;position:relative;box-shadow:0 4px 24px #0006,inset 0 1px #ffffff0a}.Testimonials-module__ItA9Ha__captionBar:before{content:"Prevod";letter-spacing:.06em;text-transform:uppercase;color:#2563ebcc;background:var(--bg-primary,#0a0a0a);padding:0 8px;font-size:.7rem;font-weight:600;position:absolute;top:-10px;left:20px}.Testimonials-module__ItA9Ha__captionText{font-family:var(--font-body);color:#fffffff2;text-align:center;letter-spacing:.01em;font-size:1.05rem;font-weight:500;line-height:1.6;animation:.4s cubic-bezier(.16,1,.3,1) both Testimonials-module__ItA9Ha__captionIn}@keyframes Testimonials-module__ItA9Ha__captionIn{0%{opacity:0;filter:blur(3px);transform:translateY(8px)}to{opacity:1;filter:blur();transform:translateY(0)}}@media (max-width:768px){.Testimonials-module__ItA9Ha__header{margin-bottom:32px}.Testimonials-module__ItA9Ha__featuredImageOnly{border-radius:var(--radius-md);margin-bottom:36px}.Testimonials-module__ItA9Ha__featuredImageFull{border-radius:var(--radius-md)}.Testimonials-module__ItA9Ha__featuredPlayBtn{width:56px;height:56px}.Testimonials-module__ItA9Ha__featuredPlayBtn svg{width:24px;height:24px}.Testimonials-module__ItA9Ha__sliderHeader{margin-bottom:14px}.Testimonials-module__ItA9Ha__arrow{width:36px;height:36px}.Testimonials-module__ItA9Ha__arrow svg{width:16px;height:16px}.Testimonials-module__ItA9Ha__card{min-width:240px;max-width:260px}.Testimonials-module__ItA9Ha__playOverlay{opacity:1;background:#0003}.Testimonials-module__ItA9Ha__playButton{width:44px;height:44px}.Testimonials-module__ItA9Ha__playButton svg{width:18px;height:18px}.Testimonials-module__ItA9Ha__cardBody{padding:14px 16px 16px}.Testimonials-module__ItA9Ha__name{font-size:.88rem}.Testimonials-module__ItA9Ha__quote{font-size:.78rem}.Testimonials-module__ItA9Ha__captionText{font-size:.9rem}.Testimonials-module__ItA9Ha__modalContent{width:92vw}.Testimonials-module__ItA9Ha__modalClose{top:-36px}}@media (max-width:480px){.Testimonials-module__ItA9Ha__featuredImageOnly{margin-bottom:28px}.Testimonials-module__ItA9Ha__featuredPlayBtn{width:48px;height:48px}.Testimonials-module__ItA9Ha__featuredPlayBtn svg{width:20px;height:20px}.Testimonials-module__ItA9Ha__card{min-width:220px;max-width:240px}.Testimonials-module__ItA9Ha__cardBody{gap:6px;padding:12px 14px 14px}.Testimonials-module__ItA9Ha__name{font-size:.82rem}.Testimonials-module__ItA9Ha__quote{font-size:.75rem}.Testimonials-module__ItA9Ha__modalContent{width:96vw}.Testimonials-module__ItA9Ha__modalClose{top:-32px}.Testimonials-module__ItA9Ha__captionBar{min-height:44px;padding:10px 16px}.Testimonials-module__ItA9Ha__captionText{font-size:.82rem}}
.Process-module__RmMdVa__header{margin-bottom:60px}.Process-module__RmMdVa__timeline{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.Process-module__RmMdVa__step{background:var(--glass);border:1px solid var(--border);border-radius:var(--radius-lg);transition:var(--transition-premium);flex-direction:column;gap:20px;padding:28px 24px;display:flex}.Process-module__RmMdVa__step:hover{border-color:var(--border-hover);background:#ffffff0d;transform:translateY(-4px)scale(1.02);box-shadow:0 16px 40px #0003}.Process-module__RmMdVa__step:hover .icon-wrap{border-color:var(--accent);color:#fff;box-shadow:0 4px 16px var(--accent-dim);background:#0966ff33;transform:scale(1.08)}.Process-module__RmMdVa__stepLeft{flex-shrink:0;align-items:center;gap:14px;display:flex}.Process-module__RmMdVa__stepNumber{position:relative}.Process-module__RmMdVa__connector{display:none}.Process-module__RmMdVa__stepContent{flex-direction:column;gap:6px;display:flex}.Process-module__RmMdVa__stepNum{font-family:var(--font-mono);color:var(--accent);letter-spacing:.1em;margin-bottom:4px;font-size:.72rem;font-weight:600;display:block}.Process-module__RmMdVa__stepTitle{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:4px;font-size:1.1rem;font-weight:700}.Process-module__RmMdVa__stepDesc{color:var(--text-secondary);font-size:.88rem;line-height:1.7}@media (max-width:900px){.Process-module__RmMdVa__timeline{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.Process-module__RmMdVa__timeline{grid-template-columns:1fr}.Process-module__RmMdVa__step{padding:24px 20px}}
.ConsultationWizard-module__7KaCya__header{margin-bottom:48px}.ConsultationWizard-module__7KaCya__layout{grid-template-columns:1fr 300px;align-items:start;gap:40px;display:grid}.ConsultationWizard-module__7KaCya__wizard{background:var(--glass);border:1px solid var(--border);border-radius:var(--radius-lg);padding:40px}.ConsultationWizard-module__7KaCya__progress{justify-content:space-between;align-items:center;max-width:420px;margin:0 auto 40px;display:flex;position:relative}.ConsultationWizard-module__7KaCya__progressStep{z-index:2;flex-direction:column;align-items:center;gap:6px;display:flex}.ConsultationWizard-module__7KaCya__progressDot{width:32px;height:32px;font-family:var(--font-heading);background:var(--bg-secondary);color:var(--text-tertiary);border:2px solid var(--border);transition:var(--transition-base);border-radius:50%;justify-content:center;align-items:center;font-size:.82rem;font-weight:700;display:flex}.ConsultationWizard-module__7KaCya__progressActive .ConsultationWizard-module__7KaCya__progressDot{background:var(--accent);color:#fff;border-color:var(--accent)}.ConsultationWizard-module__7KaCya__progressLabel{color:var(--text-tertiary);font-size:.78rem;font-weight:500}.ConsultationWizard-module__7KaCya__progressActive .ConsultationWizard-module__7KaCya__progressLabel{color:var(--accent)}.ConsultationWizard-module__7KaCya__progressBar{background:var(--border);z-index:0;height:2px;position:absolute;top:16px;left:16px;right:16px}.ConsultationWizard-module__7KaCya__progressFill{background:var(--accent);height:100%;transition:var(--transition-base)}.ConsultationWizard-module__7KaCya__stepContent{animation:.4s ConsultationWizard-module__7KaCya__fadeInUp}.ConsultationWizard-module__7KaCya__stepTitle{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:24px;font-size:1.3rem;font-weight:700}.ConsultationWizard-module__7KaCya__options{grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:32px;display:grid}.ConsultationWizard-module__7KaCya__option{border-radius:var(--radius-md);border:1px solid var(--border);background:var(--glass);color:var(--text-secondary);font-family:var(--font-body);cursor:pointer;transition:var(--transition-premium);text-align:left;align-items:center;gap:12px;width:100%;padding:14px 20px;font-size:.92rem;font-weight:500;display:flex}.ConsultationWizard-module__7KaCya__option:hover{border-color:var(--border-hover);color:var(--text-primary);background:#ffffff0d;transform:translateY(-4px)scale(1.02);box-shadow:0 16px 40px #0003}.ConsultationWizard-module__7KaCya__optionActive{border-color:var(--accent)!important;color:var(--accent)!important;background:var(--accent-dim)!important}.ConsultationWizard-module__7KaCya__optionIcon{font-size:1.1rem}.ConsultationWizard-module__7KaCya__actions{justify-content:flex-end;gap:12px;display:flex}.ConsultationWizard-module__7KaCya__fields{flex-direction:column;gap:16px;margin-bottom:28px;display:flex}.ConsultationWizard-module__7KaCya__field{flex-direction:column;gap:6px;display:flex}.ConsultationWizard-module__7KaCya__fieldLabel{color:var(--text-secondary);letter-spacing:.02em;font-size:.82rem;font-weight:600}.ConsultationWizard-module__7KaCya__input,.ConsultationWizard-module__7KaCya__textarea{border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--bg-tertiary);color:var(--text-primary);font-family:var(--font-body);transition:var(--transition-fast);outline:none;padding:12px 16px;font-size:.92rem}.ConsultationWizard-module__7KaCya__input:focus,.ConsultationWizard-module__7KaCya__textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-dim)}.ConsultationWizard-module__7KaCya__textarea{resize:vertical;min-height:80px}.ConsultationWizard-module__7KaCya__phoneInput{border-radius:var(--radius-sm)!important;border:1px solid var(--border)!important;background:var(--bg-tertiary)!important;width:100%!important}.ConsultationWizard-module__7KaCya__phoneInputField{color:var(--text-primary)!important;font-family:var(--font-body)!important;background:0 0!important;border:none!important;outline:none!important;width:100%!important;padding:12px 16px!important;font-size:.92rem!important}.ConsultationWizard-module__7KaCya__phoneCountryBtn{border:none!important;border-right:1px solid var(--border)!important;background:0 0!important;padding:0 12px!important}.ConsultationWizard-module__7KaCya__phoneInput:focus-within{border-color:var(--accent)!important;box-shadow:0 0 0 3px var(--accent-dim)!important}.ConsultationWizard-module__7KaCya__error{color:var(--error);margin-top:12px;font-size:.85rem}.ConsultationWizard-module__7KaCya__inputError{border-color:var(--error)!important}.ConsultationWizard-module__7KaCya__fieldError{color:var(--error);margin-top:2px;font-size:.78rem}.ConsultationWizard-module__7KaCya__successState{text-align:center;padding:60px 40px}.ConsultationWizard-module__7KaCya__successIcon{width:64px;height:64px;color:var(--success);border:2px solid var(--success);background:#34d39926;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 20px;font-size:2rem;font-weight:700;display:flex}.ConsultationWizard-module__7KaCya__successTitle{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:8px;font-size:1.8rem;font-weight:700}.ConsultationWizard-module__7KaCya__successMsg{color:var(--text-secondary);font-size:1rem}.ConsultationWizard-module__7KaCya__sideInfo{position:sticky;top:120px}.ConsultationWizard-module__7KaCya__phoneCard{background:var(--glass);border:1px solid var(--border);border-radius:var(--radius-lg);text-align:center;padding:28px}.ConsultationWizard-module__7KaCya__phoneLabel{color:var(--text-secondary);margin-bottom:12px;font-size:.85rem;display:block}.ConsultationWizard-module__7KaCya__phoneNumber{font-family:var(--font-heading);color:var(--accent);transition:var(--transition-fast);justify-content:center;align-items:center;gap:10px;font-size:1.15rem;font-weight:700;text-decoration:none;display:flex}.ConsultationWizard-module__7KaCya__phoneNumber:hover{color:var(--accent-light)}@media (max-width:900px){.ConsultationWizard-module__7KaCya__layout{grid-template-columns:1fr}.ConsultationWizard-module__7KaCya__sideInfo{position:static}.ConsultationWizard-module__7KaCya__wizard{padding:24px}}@media (max-width:480px){.ConsultationWizard-module__7KaCya__progress{flex-wrap:wrap;gap:16px}.ConsultationWizard-module__7KaCya__progressLabel{display:none}.ConsultationWizard-module__7KaCya__options{grid-template-columns:1fr}.ConsultationWizard-module__7KaCya__wizard{padding:16px}}
.legal-module__WgUhOq__legal{background:var(--bg-primary);min-height:100vh;padding-top:160px;padding-bottom:80px}.legal-module__WgUhOq__title{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:8px;font-size:clamp(2rem,5vw,3rem);font-weight:800;line-height:1.15}.legal-module__WgUhOq__updated{color:var(--text-tertiary);font-size:.85rem;font-family:var(--font-mono);margin-bottom:48px}.legal-module__WgUhOq__content{max-width:720px}.legal-module__WgUhOq__content h2{font-family:var(--font-heading);color:var(--text-primary);margin-top:36px;margin-bottom:12px;font-size:1.3rem;font-weight:700}.legal-module__WgUhOq__content p{color:var(--text-secondary);margin-bottom:16px;font-size:.95rem;line-height:1.8}.legal-module__WgUhOq__content ul{flex-direction:column;gap:8px;margin:12px 0 16px;padding-left:0;list-style:none;display:flex}.legal-module__WgUhOq__content li{color:var(--text-secondary);padding-left:20px;font-size:.92rem;line-height:1.7;position:relative}.legal-module__WgUhOq__content li:before{content:"";background:var(--accent);border-radius:50%;width:6px;height:6px;position:absolute;top:10px;left:0}@media (max-width:768px){.legal-module__WgUhOq__legal{padding-top:120px;padding-bottom:60px}.legal-module__WgUhOq__content h2{font-size:1.15rem}}@media (max-width:480px){.legal-module__WgUhOq__legal{padding-top:100px}}
.legal-module__jyR3IG__legal{background:var(--bg-primary);min-height:100vh;padding-top:160px;padding-bottom:80px}.legal-module__jyR3IG__title{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:8px;font-size:clamp(2rem,5vw,3rem);font-weight:800;line-height:1.15}.legal-module__jyR3IG__updated{color:var(--text-tertiary);font-size:.85rem;font-family:var(--font-mono);margin-bottom:48px}.legal-module__jyR3IG__content{max-width:720px}.legal-module__jyR3IG__content h2{font-family:var(--font-heading);color:var(--text-primary);margin-top:36px;margin-bottom:12px;font-size:1.3rem;font-weight:700}.legal-module__jyR3IG__content p{color:var(--text-secondary);margin-bottom:16px;font-size:.95rem;line-height:1.8}.legal-module__jyR3IG__content ul{flex-direction:column;gap:8px;margin:12px 0 16px;padding-left:0;list-style:none;display:flex}.legal-module__jyR3IG__content li{color:var(--text-secondary);padding-left:20px;font-size:.92rem;line-height:1.7;position:relative}.legal-module__jyR3IG__content li:before{content:"";background:var(--accent);border-radius:50%;width:6px;height:6px;position:absolute;top:10px;left:0}@media (max-width:768px){.legal-module__jyR3IG__legal{padding-top:120px;padding-bottom:60px}.legal-module__jyR3IG__content h2{font-size:1.15rem}}@media (max-width:480px){.legal-module__jyR3IG__legal{padding-top:100px}}
