.navbar-module__Y-vLxa__nav{z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:0 24px;transition:background .3s,box-shadow .3s,-webkit-backdrop-filter .3s,backdrop-filter .3s;position:fixed;top:0;left:0;right:0}.navbar-module__Y-vLxa__scrolled{-webkit-backdrop-filter:blur(8px);box-shadow:0 1px 0 var(--border);background:#fffffff2}.navbar-module__Y-vLxa__inner{justify-content:space-between;align-items:center;max-width:1200px;height:72px;margin:0 auto;display:flex}.navbar-module__Y-vLxa__logo{border-radius:var(--radius-sm);font-family:var(--font-mono);color:var(--text-primary);align-items:center;gap:8px;padding:6px 10px 6px 8px;font-size:17px;font-weight:600;line-height:1;text-decoration:none;transition:opacity .2s;display:inline-flex}.navbar-module__Y-vLxa__logo:hover{opacity:.8}.navbar-module__Y-vLxa__logo:focus-visible{outline:2px solid var(--accent-vivid);outline-offset:2px}.navbar-module__Y-vLxa__logoPrompt{color:var(--accent);font-weight:700}.navbar-module__Y-vLxa__logoCaret{background:var(--accent);vertical-align:-2px;width:7px;height:14px;margin-left:2px;animation:1s step-end infinite navbar-module__Y-vLxa__blink;display:inline-block}.navbar-module__Y-vLxa__desktopNav{align-items:center;gap:8px;display:flex}.navbar-module__Y-vLxa__links{align-items:center;gap:4px;list-style:none;display:flex}.navbar-module__Y-vLxa__link{color:var(--text-secondary);cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;padding:8px 12px;font-family:inherit;font-size:14px;font-weight:600;text-decoration:none;transition:color .2s}.navbar-module__Y-vLxa__link:hover{color:var(--accent-vivid)}.navbar-module__Y-vLxa__linkWithChevron{align-items:center;gap:4px;display:flex}.navbar-module__Y-vLxa__chevron{flex-shrink:0;transition:transform .2s}.navbar-module__Y-vLxa__chevronOpen{transform:rotate(180deg)}.navbar-module__Y-vLxa__dropdownTrigger{position:relative}.navbar-module__Y-vLxa__ctaDesktop{align-items:center;gap:32px;margin-left:12px;display:flex}.navbar-module__Y-vLxa__localeSwitcher{width:34px;height:34px;color:var(--text-secondary);background:0 0;border-radius:999px;justify-content:center;align-items:center;text-decoration:none;transition:transform .2s,border-color .2s,box-shadow .2s,background .2s;display:inline-flex}.navbar-module__Y-vLxa__localeSwitcher:hover{border-color:var(--accent-vivid);background:var(--bg-subtle);transform:scale(1.06);box-shadow:0 4px 14px #3b6cf02e}.navbar-module__Y-vLxa__localeSwitcher:focus-visible{outline:2px solid var(--accent-vivid);outline-offset:2px}.navbar-module__Y-vLxa__localeSwitcherFlag{border-radius:2px;width:22px;height:16px;display:block;overflow:hidden;box-shadow:0 0 0 1px #00000014}.navbar-module__Y-vLxa__mobileActions{align-items:center;gap:16px;display:none}.navbar-module__Y-vLxa__toggle{cursor:pointer;color:var(--text-primary);z-index:120;border-radius:var(--radius-sm);background:0 0;border:none;justify-content:center;align-items:center;margin:-6px;padding:6px;transition:background .2s;display:none}.navbar-module__Y-vLxa__toggle:hover{background:var(--bg-subtle)}.navbar-module__Y-vLxa__toggle:focus-visible{outline:2px solid var(--accent-vivid);outline-offset:2px}@media (max-width:1199px){.navbar-module__Y-vLxa__logo{font-size:15px}.navbar-module__Y-vLxa__desktopNav{display:none}.navbar-module__Y-vLxa__mobileActions,.navbar-module__Y-vLxa__toggle{display:inline-flex}.navbar-module__Y-vLxa__scrolled{background:#fff}}
.nav-dropdown-module__EFnYFW__dropdown{z-index:110;pointer-events:none;padding-top:8px;position:absolute;top:100%;left:50%;transform:translate(-50%)}.nav-dropdown-module__EFnYFW__panel{background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-xl);opacity:0;pointer-events:none;min-width:340px;padding:8px;transition:opacity .2s,transform .2s;transform:translateY(-8px)}.nav-dropdown-module__EFnYFW__visible .nav-dropdown-module__EFnYFW__panel{opacity:1;pointer-events:auto;transform:translateY(0)}.nav-dropdown-module__EFnYFW__item{border-radius:var(--radius-md);align-items:flex-start;gap:14px;padding:14px 16px;text-decoration:none;transition:background .15s,color .15s;display:flex}.nav-dropdown-module__EFnYFW__item:hover{background:var(--bg-subtle)}.nav-dropdown-module__EFnYFW__iconWrap{border-radius:var(--radius-sm);background:var(--accent-bg);width:36px;height:36px;color:var(--accent-vivid);flex-shrink:0;justify-content:center;align-items:center;transition:background .15s;display:flex}.nav-dropdown-module__EFnYFW__item:hover .nav-dropdown-module__EFnYFW__iconWrap{background:var(--accent-bg-strong)}.nav-dropdown-module__EFnYFW__content{flex-direction:column;gap:2px;min-width:0;display:flex}.nav-dropdown-module__EFnYFW__label{color:var(--text-primary);font-size:14px;font-weight:600;line-height:1.3}.nav-dropdown-module__EFnYFW__description{color:var(--text-muted);font-size:12px;font-weight:400;line-height:1.4}
.button-module__iDa5sG__button{border-radius:var(--radius-full);cursor:pointer;border:none;align-items:center;gap:8px;padding:14px 28px;font-size:15px;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s,background-color .2s;display:inline-flex}.button-module__iDa5sG__primary{background:var(--accent-gradient);color:#fff;box-shadow:0 4px 20px #3b6cf040}.button-module__iDa5sG__primary:hover{transform:translateY(-2px);box-shadow:0 8px 30px #3b6cf059}.button-module__iDa5sG__primaryOutline{color:var(--accent-dark);border:1.5px solid var(--accent-dark);background:#fff}.button-module__iDa5sG__primaryOutline:hover{background:#fff;transform:translateY(-2px);box-shadow:0 8px 30px #3b6cf026}.button-module__iDa5sG__secondary{color:var(--text-primary);background:var(--bg-body);border:1.5px solid var(--border);box-shadow:0 4px 20px #3b6cf026}.button-module__iDa5sG__secondary:hover{background:#f0f4ff;transform:translateY(-2px);box-shadow:0 8px 30px #3b6cf040}.button-module__iDa5sG__dark{background:var(--text-primary);color:#fff}.button-module__iDa5sG__dark:hover{box-shadow:var(--shadow-md);background:#1e293b;transform:translateY(-1px)}.button-module__iDa5sG__primaryLight{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff26;border:1.5px solid #ffffff4d}.button-module__iDa5sG__primaryLight:hover{background:#ffffff40;transform:translateY(-2px);box-shadow:0 8px 30px #ffffff26}.button-module__iDa5sG__sm{gap:6px;padding:10px 22px;font-size:14px}.button-module__iDa5sG__disabled,.button-module__iDa5sG__button:disabled{opacity:.65;cursor:not-allowed;pointer-events:none}.button-module__iDa5sG__navCta{background:var(--accent-gradient);color:#fff;position:relative;box-shadow:0 4px 20px #3b6cf040}.button-module__iDa5sG__navCta:before{content:"";border-radius:var(--radius-full);pointer-events:none;background:radial-gradient(circle,#3b6cf026 0%,#0000 70%);animation:3.5s ease-out infinite button-module__iDa5sG__pulse-ring;position:absolute;inset:-4px}.button-module__iDa5sG__navCta .button-module__iDa5sG__arrowIcon{transition:transform .3s}.button-module__iDa5sG__navCta:hover{transform:translateY(-2px)scale(1.03);box-shadow:0 8px 30px #3b6cf066}.button-module__iDa5sG__navCta:hover:before{animation:none}.button-module__iDa5sG__navCta:hover .button-module__iDa5sG__arrowIcon{transform:translate(3px)}@keyframes button-module__iDa5sG__pulse-ring{0%{transform:scale(1);box-shadow:0 0 #3b6cf04d}50%{box-shadow:0 0 0 8px #3b6cf026,0 0 0 16px #3b6cf00d}to{transform:scale(1);box-shadow:0 0 0 16px #3b6cf000,0 0 0 24px #3b6cf000}}
.mobile-drawer-module__66iUGa__backdrop{z-index:1000;-webkit-backdrop-filter:blur(20px);cursor:pointer;background:#11182773;position:fixed;inset:0}.mobile-drawer-module__66iUGa__drawer{z-index:1001;background:var(--bg-white);border-radius:var(--radius-xl);width:calc(100% - 24px);max-width:480px;box-shadow:var(--shadow-xl), 0 0 0 1px #ffffff80;touch-action:pan-y;flex-direction:column;display:flex;position:fixed;top:12px;bottom:12px;right:12px;overflow:hidden}.mobile-drawer-module__66iUGa__drawer:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(120% 80% at 100% 0,#5680f22e 0%,#5680f200 60%);height:220px;position:absolute;top:0;left:0;right:0}.mobile-drawer-module__66iUGa__scrollArea{z-index:1;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;flex-direction:column;flex:1;display:flex;position:relative;overflow:hidden auto}.mobile-drawer-module__66iUGa__header{align-items:flex-start;gap:16px;padding:28px 24px 24px;display:flex;position:relative}.mobile-drawer-module__66iUGa__avatarWrap{border-radius:var(--radius-full);background:var(--accent-gradient);flex-shrink:0;width:68px;height:68px;padding:2px;position:relative;box-shadow:0 8px 24px #3b6cf04d}.mobile-drawer-module__66iUGa__avatarImg{border-radius:var(--radius-full);object-fit:cover;background:var(--bg-white);width:100%;height:100%;display:block}.mobile-drawer-module__66iUGa__identity{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.mobile-drawer-module__66iUGa__name{color:var(--text-primary);letter-spacing:-.01em;font-size:17px;font-weight:700;line-height:1.2}.mobile-drawer-module__66iUGa__role{color:var(--text-secondary);font-size:13px;font-weight:500;line-height:1.3}.mobile-drawer-module__66iUGa__status{color:var(--text-secondary);align-items:center;gap:8px;margin-top:8px;font-size:12px;font-weight:500;display:inline-flex}.mobile-drawer-module__66iUGa__statusDot{border-radius:var(--radius-full);background:#22c55e;flex-shrink:0;width:8px;height:8px;position:relative}.mobile-drawer-module__66iUGa__statusDot:before{content:"";border-radius:var(--radius-full);background:#22c55e66;animation:2s ease-in-out infinite mobile-drawer-module__66iUGa__drawer-pulse;position:absolute;inset:-3px}@keyframes mobile-drawer-module__66iUGa__drawer-pulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:0;transform:scale(1.6)}}.mobile-drawer-module__66iUGa__headerActions{z-index:2;align-items:center;gap:10px;display:inline-flex;position:absolute;top:18px;right:18px}.mobile-drawer-module__66iUGa__headerLocaleSwitcher{border:1px solid var(--border);width:34px;height:34px;color:var(--text-secondary);background:0 0;border-radius:999px;justify-content:center;align-items:center;text-decoration:none;transition:transform .2s,border-color .2s,background .2s;display:inline-flex}.mobile-drawer-module__66iUGa__headerLocaleSwitcher:hover{border-color:var(--accent-vivid);background:var(--bg-subtle);transform:scale(1.06)}.mobile-drawer-module__66iUGa__headerLocaleSwitcher:focus-visible{outline:2px solid var(--accent-vivid);outline-offset:2px}.mobile-drawer-module__66iUGa__headerLocaleSwitcher svg{border-radius:2px;width:22px;height:16px;display:block}.mobile-drawer-module__66iUGa__closeBtn{border-radius:var(--radius-full);background:var(--bg-subtle);width:36px;height:36px;color:var(--text-secondary);cursor:pointer;border:none;justify-content:center;align-items:center;transition:background .2s,color .2s,transform .3s cubic-bezier(.34,1.56,.64,1);display:flex;position:relative}.mobile-drawer-module__66iUGa__closeBtn:hover{background:var(--accent-bg);color:var(--accent-vivid);transform:rotate(90deg)}.mobile-drawer-module__66iUGa__closeBtn:focus-visible{outline:2px solid var(--accent-vivid);outline-offset:2px}.mobile-drawer-module__66iUGa__dragHandle{border-radius:var(--radius-full);background:var(--border);z-index:2;width:36px;height:4px;position:absolute;top:8px;left:50%;transform:translate(-50%)}.mobile-drawer-module__66iUGa__navList{flex-direction:column;margin:0;padding:8px 16px 0;list-style:none;display:flex}.mobile-drawer-module__66iUGa__navItem{position:relative}.mobile-drawer-module__66iUGa__navItemSeparator{background:var(--border-light);height:1px;margin:0 8px}.mobile-drawer-module__66iUGa__itemRow{text-align:left;cursor:pointer;border-radius:var(--radius-md);width:100%;color:var(--text-primary);background:0 0;border:none;align-items:center;gap:14px;padding:10px;font-family:inherit;text-decoration:none;transition:background .2s;display:flex;position:relative;overflow:hidden}.mobile-drawer-module__66iUGa__itemRow:hover,.mobile-drawer-module__66iUGa__itemRow:focus-visible{background:var(--bg-subtle);outline:none}.mobile-drawer-module__66iUGa__itemRow:focus-visible{box-shadow:0 0 0 2px var(--accent-vivid)}.mobile-drawer-module__66iUGa__itemIcon{border-radius:var(--radius-md);width:32px;height:32px;color:var(--accent-vivid);flex-shrink:0;justify-content:center;align-items:center;transition:transform .3s cubic-bezier(.34,1.56,.64,1),background .2s;display:flex}.mobile-drawer-module__66iUGa__itemRow:hover .mobile-drawer-module__66iUGa__itemIcon{background:var(--bg-subtle)}.mobile-drawer-module__66iUGa__itemContent{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.mobile-drawer-module__66iUGa__itemLabel{color:var(--text-primary);letter-spacing:.03em;font-size:13px;font-weight:700;line-height:1.2}.mobile-drawer-module__66iUGa__itemMeta{color:var(--text-muted);letter-spacing:0;text-transform:none;font-size:12px;font-weight:500}.mobile-drawer-module__66iUGa__itemChevron{color:var(--text-muted);flex-shrink:0;transition:transform .3s,color .2s}.mobile-drawer-module__66iUGa__itemRow:hover .mobile-drawer-module__66iUGa__itemChevron{color:var(--accent-vivid)}.mobile-drawer-module__66iUGa__itemChevronOpen{color:var(--accent-vivid);transform:rotate(90deg)}.mobile-drawer-module__66iUGa__subListWrapper{overflow:hidden}.mobile-drawer-module__66iUGa__subList{border-left:1px dashed var(--border);flex-direction:column;gap:2px;margin:0 0 0 24px;padding:4px 0 12px 12px;list-style:none;display:flex}.mobile-drawer-module__66iUGa__subItem{border-radius:var(--radius-sm);color:var(--text-secondary);align-items:center;gap:12px;padding:10px 12px;text-decoration:none;transition:background .2s;display:flex}.mobile-drawer-module__66iUGa__subItem:hover,.mobile-drawer-module__66iUGa__subItem:focus-visible{background:var(--bg-subtle);color:var(--text-primary);outline:none}.mobile-drawer-module__66iUGa__subItem:focus-visible{box-shadow:0 0 0 2px var(--accent-vivid)}.mobile-drawer-module__66iUGa__subItemIcon{border-radius:var(--radius-sm);background:var(--accent-bg);width:30px;height:30px;color:var(--accent-vivid);flex-shrink:0;justify-content:center;align-items:center;display:flex}.mobile-drawer-module__66iUGa__subItemContent{flex-direction:column;flex:1;min-width:0;display:flex}.mobile-drawer-module__66iUGa__subItemLabel{color:var(--text-primary);font-size:13px;font-weight:600;line-height:1.2}.mobile-drawer-module__66iUGa__subItemDesc{color:var(--text-muted);font-size:11px;line-height:1.3}.mobile-drawer-module__66iUGa__footer{background:var(--bg-white);flex-direction:column;gap:16px;padding:20px 24px 28px;display:flex}.mobile-drawer-module__66iUGa__ctaCard{border-radius:var(--radius-lg);background:var(--accent-gradient);color:#fff;justify-content:space-between;align-items:center;gap:12px;padding:16px 18px;font-size:14px;font-weight:600;text-decoration:none;transition:transform .2s;display:flex;position:relative;overflow:hidden;box-shadow:0 12px 32px #3b6cf059}.mobile-drawer-module__66iUGa__ctaCard:after{content:"";background:linear-gradient(120deg,#0000 30%,#ffffff40 50%,#0000 70%);transition:transform .6s;position:absolute;inset:0;transform:translate(-100%)}.mobile-drawer-module__66iUGa__ctaCard:hover{transform:translateY(-2px)}.mobile-drawer-module__66iUGa__ctaCard:hover:after{transform:translate(100%)}.mobile-drawer-module__66iUGa__ctaText{z-index:1;flex-direction:column;gap:2px;display:flex;position:relative}.mobile-drawer-module__66iUGa__ctaLabel{letter-spacing:-.01em;font-size:14px;font-weight:700}.mobile-drawer-module__66iUGa__ctaHint{opacity:.85;letter-spacing:.02em;text-transform:uppercase;font-size:11px;font-weight:500}.mobile-drawer-module__66iUGa__ctaArrow{z-index:1;border-radius:var(--radius-full);background:#fff3;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:transform .2s;display:flex;position:relative}.mobile-drawer-module__66iUGa__ctaCard:hover .mobile-drawer-module__66iUGa__ctaArrow{transform:translate(4px)}.mobile-drawer-module__66iUGa__socials{gap:10px;display:flex}.mobile-drawer-module__66iUGa__socialLink{border-radius:var(--radius-md);height:44px;color:var(--text-secondary);flex:1;justify-content:center;align-items:center;text-decoration:none;transition:background .2s,color .2s,transform .2s;display:flex}.mobile-drawer-module__66iUGa__socialIcon{width:18px;height:18px}.mobile-drawer-module__66iUGa__socialLink:hover,.mobile-drawer-module__66iUGa__socialLink:focus-visible{color:var(--accent-vivid);outline:none;transform:translateY(-2px)}.mobile-drawer-module__66iUGa__socialLink:focus-visible{box-shadow:0 0 0 2px var(--accent-vivid)}.mobile-drawer-module__66iUGa__copyright{color:var(--text-muted);text-align:center;letter-spacing:.04em;font-size:11px}@media (min-width:1200px){.mobile-drawer-module__66iUGa__backdrop,.mobile-drawer-module__66iUGa__drawer{display:none!important}}
.footer-module__0XHgsa__footer{color:var(--text-light);background:radial-gradient(60% 50% at 85% 0,#5680f22e 0%,#0000 70%),radial-gradient(55% 45% at 15% 10%,#6056a82e 0%,#0000 65%),linear-gradient(#0b1120 0%,#020617 100%);padding:220px 24px 0;position:relative;overflow:hidden}@media (min-width:900px){.footer-module__0XHgsa__footer{padding-top:260px}}.footer-module__0XHgsa__compact{padding-top:80px}@media (min-width:900px){.footer-module__0XHgsa__compact{padding-top:96px}}.footer-module__0XHgsa__compact:after{display:none}.footer-module__0XHgsa__footer:before{content:"";pointer-events:none;z-index:0;background-image:linear-gradient(#ffffff09 1px,#0000 1px),linear-gradient(90deg,#ffffff09 1px,#0000 1px);background-size:48px 48px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(70% 55% at 50% 30%,#000 0%,#0000 85%);mask-image:radial-gradient(70% 55% at 50% 30%,#000 0%,#0000 85%)}.footer-module__0XHgsa__footer:after{content:"";filter:blur(10px);pointer-events:none;z-index:0;background:radial-gradient(50% 60%,#3b6cf047 0%,#0000 70%);width:780px;height:420px;position:absolute;top:-120px;left:50%;transform:translate(-50%)}.footer-module__0XHgsa__inner{z-index:1;max-width:1200px;margin:0 auto;position:relative}.footer-module__0XHgsa__grid{grid-template-columns:1fr;gap:40px;padding-bottom:48px;display:grid}@media (min-width:768px){.footer-module__0XHgsa__grid{grid-template-columns:2fr 1fr 1fr;gap:64px}}.footer-module__0XHgsa__brand{flex-direction:column;gap:16px;display:flex}.footer-module__0XHgsa__brandName{color:#fff;letter-spacing:-.02em;font-size:18px;font-weight:700}.footer-module__0XHgsa__brandDesc{color:var(--text-muted);max-width:320px;font-size:14px;line-height:1.7}.footer-module__0XHgsa__socials{gap:32px;margin-top:8px;display:flex}.footer-module__0XHgsa__column{flex-direction:column;gap:16px;display:flex}.footer-module__0XHgsa__columnTitle{color:#fff;text-transform:uppercase;letter-spacing:.05em;font-size:14px;font-weight:700}.footer-module__0XHgsa__columnLinks{flex-direction:column;gap:10px;display:flex}.footer-module__0XHgsa__columnLink{color:var(--text-muted);font-size:14px;text-decoration:none;transition:color .2s}.footer-module__0XHgsa__columnLink:hover{color:var(--accent-light)}.footer-module__0XHgsa__bottom{border-top:1px solid #ffffff0f;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:24px 0;display:flex}.footer-module__0XHgsa__copyright{color:var(--text-muted);font-size:13px}.footer-module__0XHgsa__bottomLinks{gap:24px;display:flex}.footer-module__0XHgsa__bottomLink{color:var(--text-muted);font-size:13px;text-decoration:none;transition:color .2s}.footer-module__0XHgsa__bottomLink:hover{color:var(--accent-light)}
.hero-background-module__6R8Uvq__dotsBg{background-image:radial-gradient(circle,#3b6cf026 1.5px,#0000 1px);background-size:20px 20px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(70% 60% at 50% 40%,#000 15%,#0000 65%);mask-image:radial-gradient(70% 60% at 50% 40%,#000 15%,#0000 65%)}.hero-background-module__6R8Uvq__glow1{filter:blur(60px);background:radial-gradient(circle,#4f7df72e 0%,#0000 65%);border-radius:50%;width:550px;height:550px;animation:20s ease-in-out infinite hero-background-module__6R8Uvq__float-slow;position:absolute;top:-120px;right:-80px}.hero-background-module__6R8Uvq__glow2{filter:blur(55px);background:radial-gradient(circle,#3b6cf01f 0%,#0000 65%);border-radius:50%;width:450px;height:450px;animation:25s ease-in-out infinite reverse hero-background-module__6R8Uvq__float-slow;position:absolute;bottom:-40px;left:-100px}@keyframes hero-background-module__6R8Uvq__float-slow{0%,to{transform:translate(0)scale(1)}33%{transform:translate(30px,-20px)scale(1.05)}66%{transform:translate(-20px,15px)scale(.95)}}
.hero-section-module__xa0cjq__hero{background:radial-gradient(ellipse 70% 55% at 15% 5%, #4f7df724 0%, transparent 55%), radial-gradient(ellipse 60% 45% at 50% 85%, #bed2ff33 0%, transparent 50%), linear-gradient(180deg, #fff 0%, #f0f4ff 55%, var(--bg-body) 100%);flex-direction:column;min-height:100svh;display:flex;position:relative;overflow:hidden}.hero-section-module__xa0cjq__content{z-index:5;flex:1;justify-content:center;align-items:center;padding:120px 24px 80px;display:flex;position:relative}.hero-section-module__xa0cjq__inner{grid-template-columns:1fr 1fr;align-items:center;gap:64px;width:100%;max-width:1200px;display:grid}.hero-section-module__xa0cjq__visual{min-width:0}@media (max-width:1024px){.hero-section-module__xa0cjq__inner{grid-template-columns:1fr;gap:48px}}@media (max-width:768px){.hero-section-module__xa0cjq__visual{display:none}.hero-section-module__xa0cjq__inner{gap:32px}.hero-section-module__xa0cjq__content{padding:100px 20px 30px}}
.reveal-module__rE2ZkW__reveal{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(30px)}.reveal-module__rE2ZkW__visible{opacity:1;transform:translateY(0)}.reveal-module__rE2ZkW__delay1{transition-delay:.1s}.reveal-module__rE2ZkW__delay2{transition-delay:.2s}.reveal-module__rE2ZkW__delay3{transition-delay:.3s}
.contact-form-module__vO-Ziq__form{background:var(--bg-card);border:1px solid var(--border-light);border-radius:var(--radius-xl);padding:40px;box-shadow:0 24px 60px -20px #0f172a40,0 8px 24px -12px #3b6cf026}@media (max-width:640px){.contact-form-module__vO-Ziq__form{border-radius:var(--radius-lg);padding:28px 24px}}.contact-form-module__vO-Ziq__formHeader{margin-bottom:24px}.contact-form-module__vO-Ziq__formTitle{letter-spacing:-.01em;color:var(--text-primary);margin-bottom:6px;font-size:22px;font-weight:700}.contact-form-module__vO-Ziq__formSubtitle{color:var(--text-secondary);font-size:14px;line-height:1.6}.contact-form-module__vO-Ziq__fields{flex-direction:column;gap:18px;display:flex}.contact-form-module__vO-Ziq__field{flex-direction:column;gap:6px;display:flex}.contact-form-module__vO-Ziq__label{color:var(--text-primary);font-size:13px;font-weight:600}.contact-form-module__vO-Ziq__required{color:var(--accent)}.contact-form-module__vO-Ziq__input,.contact-form-module__vO-Ziq__textarea{border:1.5px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-body);color:var(--text-primary);outline:none;width:100%;padding:13px 16px;font-family:inherit;font-size:15px;transition:border-color .2s,box-shadow .2s,background-color .2s}.contact-form-module__vO-Ziq__input:focus,.contact-form-module__vO-Ziq__textarea:focus{border-color:var(--accent);background:var(--bg-white);box-shadow:0 0 0 3px #3b6cf01f}.contact-form-module__vO-Ziq__input::placeholder,.contact-form-module__vO-Ziq__textarea::placeholder{color:var(--text-muted)}.contact-form-module__vO-Ziq__textarea{resize:vertical;min-height:130px}.contact-form-module__vO-Ziq__consent{align-items:flex-start;gap:10px;margin-top:4px;display:flex}.contact-form-module__vO-Ziq__checkbox{width:18px;height:18px;accent-color:var(--accent);cursor:pointer;flex-shrink:0;margin-top:3px}.contact-form-module__vO-Ziq__consentText{color:var(--text-muted);font-size:12px;line-height:1.6}.contact-form-module__vO-Ziq__submit{margin-top:8px}.contact-form-module__vO-Ziq__submit>*{justify-content:center;width:100%}.contact-form-module__vO-Ziq__success{text-align:center;padding:40px 20px}.contact-form-module__vO-Ziq__successIcon{background:var(--accent-bg);width:64px;height:64px;color:var(--accent);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 20px;display:flex}.contact-form-module__vO-Ziq__successTitle{color:var(--text-primary);margin-bottom:8px;font-size:20px;font-weight:700}.contact-form-module__vO-Ziq__successText{color:var(--text-secondary);font-size:15px}.contact-form-module__vO-Ziq__error{border-radius:var(--radius-sm);color:#dc2626;background:#fef2f2;border:1px solid #fecaca;align-items:flex-start;gap:10px;padding:12px 16px;font-size:14px;line-height:1.5;display:flex}.contact-form-module__vO-Ziq__error svg{flex-shrink:0;margin-top:2px}.contact-form-module__vO-Ziq__inputError,.contact-form-module__vO-Ziq__inputError:focus{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261f}.contact-form-module__vO-Ziq__fieldError{color:#dc2626;margin-top:2px;font-size:12px}.contact-form-module__vO-Ziq__honeypot{width:1px;height:1px;position:absolute;top:auto;left:-10000px;overflow:hidden}
.contact-section-module__3FTv0G__contact{z-index:2;padding:96px 24px 0;position:relative}.contact-section-module__3FTv0G__container{position:relative}.contact-section-module__3FTv0G__grid{grid-template-columns:1fr;align-items:start;gap:48px;display:grid}@media (min-width:900px){.contact-section-module__3FTv0G__grid{grid-template-columns:5fr 6fr;gap:72px}}.contact-section-module__3FTv0G__info{flex-direction:column;padding-top:8px;display:flex}.contact-section-module__3FTv0G__label{margin-bottom:14px;color:var(--accent-dark)!important;justify-content:flex-start!important}.contact-section-module__3FTv0G__title{letter-spacing:-.02em;margin-bottom:20px;color:var(--text-primary)!important;font-size:clamp(32px,4.2vw,48px)!important;line-height:1.08!important}.contact-section-module__3FTv0G__lead{color:var(--text-secondary);max-width:440px;margin-bottom:32px;font-size:16px;line-height:1.7}.contact-section-module__3FTv0G__ctaBlock{flex-direction:column;align-items:flex-start;gap:12px;margin-bottom:36px;display:flex}.contact-section-module__3FTv0G__ctaButton{font-size:15px}.contact-section-module__3FTv0G__ctaMeta{color:var(--text-muted);align-items:center;gap:8px;padding-left:4px;font-size:13px;font-weight:500;display:inline-flex}.contact-section-module__3FTv0G__divider{background:var(--border);width:64px;height:1px;margin-bottom:28px}.contact-section-module__3FTv0G__channels{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.contact-section-module__3FTv0G__channel{color:var(--text-primary);align-items:center;gap:20px;padding:10px 2px;text-decoration:none;transition:transform .2s;display:inline-flex}.contact-section-module__3FTv0G__channel:hover{transform:translate(2px)}.contact-section-module__3FTv0G__channelIcon{border-radius:var(--radius-md);background:var(--accent-bg);width:40px;height:40px;color:var(--accent);flex-shrink:0;justify-content:center;align-items:center;transition:background-color .2s,color .2s;display:inline-flex}.contact-section-module__3FTv0G__channelBody{flex-direction:column;line-height:1.3;display:flex}.contact-section-module__3FTv0G__channelLabel{letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);font-size:11px;font-weight:600}.contact-section-module__3FTv0G__channelValue{color:var(--text-primary);font-size:15px;font-weight:600}.contact-section-module__3FTv0G__formWrap{z-index:3;margin-bottom:-120px;position:relative}@media (min-width:900px){.contact-section-module__3FTv0G__formWrap{margin-bottom:-160px}.contact-section-module__3FTv0G__info{padding-bottom:68px}}
.dark-card-module__TN_nVq__card{border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#07050a33;border:1px solid #5297df1c;flex-direction:column;height:100%;padding:28px 24px;transition:transform .3s ease-in-out,background .3s ease-in-out,border-color .3s ease-in-out;display:flex;position:relative;overflow:hidden}.dark-card-module__TN_nVq__card:before{content:"";border-radius:inherit;opacity:0;z-index:0;background:linear-gradient(135deg,#02000687 0%,#342d558c 50%,#0406103d 100%);transition:opacity .3s ease-in-out;position:absolute;inset:0}.dark-card-module__TN_nVq__card:hover{transform:translateY(-4px)}.dark-card-module__TN_nVq__card:hover:before,.dark-card-module__TN_nVq__card.dark-card-module__TN_nVq__isActive:before{opacity:1}.dark-card-module__TN_nVq__card>*{z-index:1;position:relative}
.problem-card-module__cSJ92a__header{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:24px;margin-bottom:20px;display:flex}.problem-card-module__cSJ92a__iconWrap{border-radius:var(--radius-md);width:48px;height:48px;color:var(--accent-light);background:#5b508826;flex-shrink:0;justify-content:center;align-items:center;transition:background .3s;display:flex}.problem-card-module__cSJ92a__iconWrap svg{width:24px;height:24px}.problem-card-module__cSJ92a__problem{color:#fff;font-size:17px;font-weight:700;line-height:1.3}.problem-card-module__cSJ92a__description{color:#b0b1dd;text-align:center;flex:1;font-size:14px;line-height:1.65}.problem-card-module__cSJ92a__solution{color:var(--accent-light);text-align:center;border-top:1px solid #ffffff0f;align-items:flex-start;gap:8px;margin-top:20px;padding-top:20px;font-size:13px;line-height:1.6;display:flex}
.problem-cta-card-module__DNy-ra__card{text-align:center;border-radius:var(--radius-lg);background:var(--accent-gradient-secondary);border:1px solid #384455;flex-direction:column;justify-content:center;height:100%;padding:28px 24px;transition:transform .3s ease-in-out,box-shadow .3s ease-in-out;display:flex;position:relative;overflow:hidden}.problem-cta-card-module__DNy-ra__card:before{content:"";pointer-events:none;background:radial-gradient(circle at 80% 20%,#ffffff1f 0%,#0000 50%);position:absolute;inset:0}.problem-cta-card-module__DNy-ra__card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #555cad40}.problem-cta-card-module__DNy-ra__content{z-index:1;flex-direction:column;align-items:center;gap:20px;display:flex;position:relative}.problem-cta-card-module__DNy-ra__title{color:#fff;font-size:18px;font-weight:700;line-height:1.3}.problem-cta-card-module__DNy-ra__description{color:#ffffffbf;margin-bottom:4px;font-size:14px;line-height:1.65}
.problems-section-module__i_pnHq__problems{padding:100px 24px 120px}.problems-section-module__i_pnHq__grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}@media (max-width:1024px){.problems-section-module__i_pnHq__grid{grid-template-columns:repeat(2,1fr);gap:20px}}@media (max-width:768px){.problems-section-module__i_pnHq__problems{padding:72px 20px 80px}.problems-section-module__i_pnHq__grid{grid-template-columns:1fr;max-width:480px;margin:0 auto}}
.services-tabs-module__ST8Mea__wrapper{flex-direction:column;gap:36px;display:flex}.services-tabs-module__ST8Mea__anchor{pointer-events:none;width:0;height:0;scroll-margin-top:96px;display:block;overflow:hidden}.services-tabs-module__ST8Mea__tablist{justify-content:center;display:flex}.services-tabs-module__ST8Mea__tablistInner{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-full);box-shadow:var(--shadow-sm);align-items:stretch;gap:4px;max-width:100%;padding:6px;display:inline-flex;position:relative}.services-tabs-module__ST8Mea__tab{color:var(--text-secondary);font-family:var(--font-sans);white-space:nowrap;border-radius:var(--radius-full);cursor:pointer;isolation:isolate;background:0 0;border:none;justify-content:center;align-items:center;padding:12px 22px;font-size:15px;font-weight:600;line-height:1;transition:color .25s;display:inline-flex;position:relative}.services-tabs-module__ST8Mea__tab:hover:not(.services-tabs-module__ST8Mea__tabActive){color:var(--text-primary)}.services-tabs-module__ST8Mea__tab:focus-visible{outline:2px solid var(--active-solid,var(--accent));outline-offset:3px}.services-tabs-module__ST8Mea__tabBackground{z-index:-1;border-radius:var(--radius-full);box-shadow:0 8px 22px var(--active-shadow,#3b6cf047);position:absolute;inset:0}.services-tabs-module__ST8Mea__tabActive{color:#fff}.services-tabs-module__ST8Mea__tabContent{align-items:center;gap:10px;display:inline-flex}.services-tabs-module__ST8Mea__tabIcon{justify-content:center;align-items:center;display:inline-flex}.services-tabs-module__ST8Mea__tabIcon svg{width:18px;height:18px}.services-tabs-module__ST8Mea__panelStage{margin:-16px;padding:16px;position:relative}.services-tabs-module__ST8Mea__panelMount{will-change:transform, opacity;backface-visibility:hidden;transform:translateZ(0)}@media (max-width:768px){.services-tabs-module__ST8Mea__wrapper{gap:24px}.services-tabs-module__ST8Mea__tablistInner{gap:6px;width:100%;padding:8px}.services-tabs-module__ST8Mea__tab{text-align:center;border-radius:var(--radius-full);width:100%;padding:14px 8px;font-size:15px}.services-tabs-module__ST8Mea__tabBackground{border-radius:var(--radius-full)}.services-tabs-module__ST8Mea__tabContent{justify-content:center;width:100%}.services-tabs-module__ST8Mea__tabIcon{display:none}}@media (prefers-reduced-motion:reduce){.services-tabs-module__ST8Mea__tab{transition:none}}
.service-panel-module__c9fSAW__panel{background:var(--bg-card);border-radius:var(--radius-xl);grid-template-columns:1fr minmax(0,400px);gap:32px;margin:0 auto;padding:44px;display:grid}.service-panel-module__c9fSAW__left{flex-direction:column;gap:28px;min-width:0;display:flex}.service-panel-module__c9fSAW__heading{align-items:flex-start;gap:18px;display:flex}.service-panel-module__c9fSAW__iconWrap{border-radius:var(--radius-md);background:var(--accent-grad);color:#fff;width:56px;height:56px;box-shadow:0 10px 22px var(--accent-shadow);flex-shrink:0;justify-content:center;align-items:center;display:flex}.service-panel-module__c9fSAW__iconWrap svg{width:26px;height:26px}.service-panel-module__c9fSAW__title{letter-spacing:-.01em;color:var(--text-primary);margin-bottom:8px;font-size:26px;font-weight:700;line-height:1.2}.service-panel-module__c9fSAW__pitch{color:var(--text-secondary);font-size:16px;line-height:1.6}.service-panel-module__c9fSAW__deliverables{grid-template-columns:1fr 1fr;gap:14px 28px;margin:0;padding:0;list-style:none;display:grid}.service-panel-module__c9fSAW__deliverable{min-height:30px;color:var(--text-primary);grid-template-columns:30px 1fr;align-items:center;gap:12px;font-size:12px;line-height:1.45;display:grid}.service-panel-module__c9fSAW__deliverableIcon{border-radius:var(--radius-sm);background:var(--accent-soft);width:30px;height:30px;color:var(--accent-solid);justify-content:center;align-items:center;display:inline-flex}.service-panel-module__c9fSAW__deliverableIcon svg{width:15px;height:15px}.service-panel-module__c9fSAW__deliverableText{align-self:center;display:block}.service-panel-module__c9fSAW__stackSection{flex-direction:column;margin-top:4px;display:flex}.service-panel-module__c9fSAW__stack{flex-wrap:wrap;gap:7px;margin:0;padding:0;list-style:none;display:flex}.service-panel-module__c9fSAW__chip{font-family:var(--font-mono);color:var(--accent-solid);background:var(--accent-soft);border:1px solid color-mix(in srgb, var(--accent-solid) 22%, transparent);border-radius:var(--radius-full);align-items:center;padding:6px 12px;font-size:12px;font-weight:500;line-height:1;display:inline-flex}.service-panel-module__c9fSAW__right{flex-direction:column;min-width:0;display:flex}.service-panel-module__c9fSAW__summaryCard{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);height:100%;box-shadow:0 1px 0 #fff9 inset, var(--shadow-md);color:inherit;cursor:pointer;flex-direction:column;text-decoration:none;transition:transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s cubic-bezier(.22,1,.36,1),border-color .3s;display:flex;position:relative;overflow:hidden}.service-panel-module__c9fSAW__summaryCard:hover{border-color:color-mix(in srgb, var(--accent-solid) 35%, var(--border));box-shadow:0 1px 0 #fff9 inset, 0 18px 40px var(--accent-shadow);transform:translateY(-4px)}.service-panel-module__c9fSAW__summaryCard:focus-visible{outline:2px solid var(--accent-solid);outline-offset:3px}.service-panel-module__c9fSAW__metricBlock{background:var(--accent-grad);color:#fff;isolation:isolate;padding:28px 26px;position:relative;overflow:hidden}.service-panel-module__c9fSAW__metricGlow{z-index:-1;background:radial-gradient(circle at 12% 0,#ffffff47 0%,#0000 55%),radial-gradient(circle at 100% 100%,#0000002e 0%,#0000 60%);position:absolute;inset:0}.service-panel-module__c9fSAW__metricInner{flex-direction:column;gap:6px;display:flex}.service-panel-module__c9fSAW__metricValue{letter-spacing:-.025em;text-shadow:0 1px 2px #00000014;font-size:44px;font-weight:800;line-height:1}.service-panel-module__c9fSAW__metricLabel{color:#ffffffeb;font-size:14px;line-height:1.45}.service-panel-module__c9fSAW__summaryBody{flex-direction:column;flex:1;padding:22px 24px 24px;display:flex}.service-panel-module__c9fSAW__section{flex-direction:column;display:flex}.service-panel-module__c9fSAW__eyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);margin-bottom:12px;font-size:11px;font-weight:700}.service-panel-module__c9fSAW__tagList{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.service-panel-module__c9fSAW__tag{color:var(--text-primary);align-items:center;gap:10px;font-size:14px;display:flex}.service-panel-module__c9fSAW__tagCheck{background:var(--accent-soft);width:20px;height:20px;color:var(--accent-solid);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.service-panel-module__c9fSAW__tagCheck svg{stroke-width:3px;width:12px;height:12px}.service-panel-module__c9fSAW__cardCta{justify-content:space-between;align-items:center;gap:12px;margin-top:auto;padding-top:22px;display:flex}.service-panel-module__c9fSAW__cardCtaLabel{color:var(--text-primary);font-size:14.5px;font-weight:600;line-height:1.3;transition:color .25s}.service-panel-module__c9fSAW__cardCtaArrow{background:var(--accent-soft);width:36px;height:36px;color:var(--accent-solid);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:transform .3s cubic-bezier(.22,1,.36,1),background .3s,color .3s,box-shadow .3s;display:inline-flex}.service-panel-module__c9fSAW__cardCtaArrow svg{stroke-width:2.4px;width:16px;height:16px}.service-panel-module__c9fSAW__summaryCard:hover .service-panel-module__c9fSAW__cardCta .service-panel-module__c9fSAW__cardCtaLabel{color:var(--accent-solid)}.service-panel-module__c9fSAW__summaryCard:hover .service-panel-module__c9fSAW__cardCtaArrow{background:var(--accent-grad);color:#fff;box-shadow:0 6px 16px var(--accent-shadow);transform:translate(3px)}@media (max-width:1024px){.service-panel-module__c9fSAW__panel{grid-template-columns:1fr;gap:28px;padding:36px}.service-panel-module__c9fSAW__deliverables{grid-template-columns:1fr 1fr}.service-panel-module__c9fSAW__summaryCard{height:auto}}@media (max-width:768px){.service-panel-module__c9fSAW__panel{padding:28px 0}.service-panel-module__c9fSAW__heading{gap:14px}.service-panel-module__c9fSAW__iconWrap{width:48px;height:48px}.service-panel-module__c9fSAW__iconWrap svg{width:22px;height:22px}.service-panel-module__c9fSAW__title{font-size:22px}.service-panel-module__c9fSAW__pitch{font-size:15px}.service-panel-module__c9fSAW__deliverables{grid-template-columns:1fr;gap:12px}.service-panel-module__c9fSAW__metricBlock{padding:24px 22px}.service-panel-module__c9fSAW__metricValue{font-size:38px}.service-panel-module__c9fSAW__summaryBody{padding:20px 20px 22px}}
.solutions-section-module__3quIfW__solutions{background:var(--bg-white);padding:100px 24px 120px;position:relative;overflow:hidden}.solutions-section-module__3quIfW__solutions:before{content:"";background:linear-gradient(90deg, transparent 0%, var(--border) 30%, var(--border) 70%, transparent 100%);height:1px;position:absolute;top:0;left:0;right:0}@media (max-width:768px){.solutions-section-module__3quIfW__solutions{padding:72px 20px 80px}}
.about-left-module__6cCLZG__wrapper{position:relative}.about-left-module__6cCLZG__profileRow{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:20px;margin-bottom:28px;display:flex}.about-left-module__6cCLZG__avatarWrap{flex-shrink:0;position:relative}.about-left-module__6cCLZG__avatar{object-fit:cover;border:3px solid #5680f266;border-radius:50%;width:120px;height:120px;box-shadow:0 0 24px #5680f233}.about-left-module__6cCLZG__statusDot{background:#22c55e;border:3px solid #0f1629;border-radius:50%;width:18px;height:18px;animation:2s ease-in-out infinite about-left-module__6cCLZG__pulse-dot;position:absolute;bottom:4px;right:4px}.about-left-module__6cCLZG__profileInfo{flex-direction:column;gap:4px;display:flex}.about-left-module__6cCLZG__name{color:#fff;letter-spacing:-.02em;font-size:clamp(24px,3vw,32px);font-weight:800;line-height:1.2}.about-left-module__6cCLZG__role{color:var(--accent-light);letter-spacing:.02em;font-size:14px;font-weight:500}.about-left-module__6cCLZG__intro{color:#b0b1dd;text-align:center;margin-bottom:32px;font-size:15px;line-height:1.8}.about-left-module__6cCLZG__socials{justify-content:center;align-items:center;gap:8px;display:flex}.about-left-module__6cCLZG__socialLink{border-radius:var(--radius-md);color:#b0b1dd;justify-content:center;align-items:center;width:68px;height:68px;text-decoration:none;transition:transform .2s,color .2s,background .2s,border-color .2s;display:inline-flex}.about-left-module__6cCLZG__socialLink:hover{color:#fff;background:#5680f21a;border-color:#5680f2;transform:translateY(-2px)}.about-left-module__6cCLZG__socialLink svg{width:24px;height:24px}@media (max-width:768px){.about-left-module__6cCLZG__stats{gap:8px}.about-left-module__6cCLZG__statCard{padding:12px 8px}}@media (max-width:480px){.about-left-module__6cCLZG__profileRow{gap:16px}}
.terminal-line-module__7CgfIG__line{opacity:0;animation:.3s ease-out forwards terminal-line-module__7CgfIG__term-appear}@keyframes terminal-line-module__7CgfIG__term-appear{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.terminal-line-module__7CgfIG__line:first-child{animation-delay:.5s}.terminal-line-module__7CgfIG__line:nth-child(2){animation-delay:1s}.terminal-line-module__7CgfIG__line:nth-child(3){animation-delay:1.4s}.terminal-line-module__7CgfIG__line:nth-child(4){animation-delay:1.7s}.terminal-line-module__7CgfIG__line:nth-child(5){animation-delay:2s}.terminal-line-module__7CgfIG__line:nth-child(6){animation-delay:2.3s}.terminal-line-module__7CgfIG__line:nth-child(7){animation-delay:2.6s}.terminal-line-module__7CgfIG__line:nth-child(8){animation-delay:2.9s}.terminal-line-module__7CgfIG__line:nth-child(9){animation-delay:3.2s}.terminal-line-module__7CgfIG__line:nth-child(10){animation-delay:3.5s}.terminal-line-module__7CgfIG__line:nth-child(11){animation-delay:3.8s}.terminal-line-module__7CgfIG__line:nth-child(12){animation-delay:4.1s}.terminal-line-module__7CgfIG__prompt{color:var(--accent-vivid)}.terminal-line-module__7CgfIG__cmd{color:#fff}.terminal-line-module__7CgfIG__output{color:#ffffff8c}.terminal-line-module__7CgfIG__highlight{color:#93c5fd}.terminal-line-module__7CgfIG__success{color:#4ade80}.terminal-line-module__7CgfIG__space{color:#0000}.terminal-line-module__7CgfIG__cursor{background:var(--accent-vivid);vertical-align:text-bottom;width:8px;height:16px;animation:1s step-end infinite terminal-line-module__7CgfIG__blink;display:inline-block}@keyframes terminal-line-module__7CgfIG__blink{50%{opacity:0}}
.terminal-module__Ady3uG__terminal{border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0006;border:1px solid #ffffff14;overflow:hidden;box-shadow:0 16px 48px #0000004d}.terminal-module__Ady3uG__body{font-family:var(--font-mono);color:#ffffffb3;min-height:300px;padding:24px;font-size:13px;line-height:1.8}@media (max-width:768px){.terminal-module__Ady3uG__body{font-size:11px}}
.floating-badge-module__mDrwWq__badge{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:var(--radius-md);color:#fff;z-index:10;background:#ffffff0f;border:1px solid #ffffff1a;align-items:center;gap:10px;padding:4px 8px 4px 4px;font-size:13px;font-weight:600;animation:6s ease-in-out infinite floating-badge-module__mDrwWq__float-badge;display:flex;position:absolute;box-shadow:0 8px 32px #0000004d}@keyframes floating-badge-module__mDrwWq__float-badge{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.floating-badge-module__mDrwWq__bottom{top:auto;bottom:-20px;right:-18px}.floating-badge-module__mDrwWq__top{animation-delay:-3s;top:70px;right:-18px}.floating-badge-module__mDrwWq__icon{border-radius:var(--radius-sm);justify-content:center;align-items:center;width:36px;height:36px;display:flex}.floating-badge-module__mDrwWq__icon svg{width:20px;height:20px}.floating-badge-module__mDrwWq__github{background:#24292f}.floating-badge-module__mDrwWq__npm{background:#cb3837}.floating-badge-module__mDrwWq__title{color:#fff}.floating-badge-module__mDrwWq__subtitle{color:#ffffff73;font-size:11px;font-weight:400}.floating-badge-module__mDrwWq__link{color:inherit;text-decoration:none;transition:background .3s,border-color .3s,transform .3s}.floating-badge-module__mDrwWq__link:hover{background:#ffffff1a;border-color:#ffffff2e}.floating-badge-module__mDrwWq__link:focus-visible{outline:2px solid var(--accent-vivid);outline-offset:3px}@media (max-width:768px){.floating-badge-module__mDrwWq__badge{display:none}}
.about-numbers-module__ISRQYa__section{z-index:1;max-width:1200px;margin:0 auto;position:relative}.about-numbers-module__ISRQYa__heading{text-align:center;margin-bottom:48px}.about-numbers-module__ISRQYa__label{text-transform:uppercase;letter-spacing:.1em;color:var(--accent-light);align-items:center;gap:8px;margin-bottom:12px;font-size:12px;font-weight:600;display:inline-flex}.about-numbers-module__ISRQYa__labelDot{background:var(--accent-vivid);border-radius:50%;width:6px;height:6px}.about-numbers-module__ISRQYa__title{color:#fff;letter-spacing:-.02em;font-size:clamp(22px,2.5vw,28px);font-weight:700}.about-numbers-module__ISRQYa__grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.about-numbers-module__ISRQYa__card{border-radius:var(--radius-lg);text-align:center;color:inherit;padding:32px 24px;text-decoration:none;transition:background .3s,border-color .3s,transform .3s;display:block;position:relative;overflow:hidden}a.about-numbers-module__ISRQYa__card:focus-visible{outline:2px solid var(--accent-vivid);outline-offset:3px}.about-numbers-module__ISRQYa__card:before{content:"";opacity:0;background:linear-gradient(90deg,#0000,#5680f280,#0000);width:60%;height:1px;transition:opacity .3s;position:absolute;top:0;left:50%;transform:translate(-50%)}.about-numbers-module__ISRQYa__card:hover{background:#b573d612;border:1px solid #ffffff14;transform:translateY(-2px)}.about-numbers-module__ISRQYa__card:hover:before{opacity:1}.about-numbers-module__ISRQYa__value{color:#fff;letter-spacing:-.03em;background:linear-gradient(135deg, #fff 0%, var(--accent-light) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:6px;font-size:clamp(32px,4vw,40px);font-weight:800;line-height:1}.about-numbers-module__ISRQYa__cardLabel{color:#ffffffd9;margin-bottom:4px;font-size:14px;font-weight:600}.about-numbers-module__ISRQYa__description{color:#fff6;font-size:12px;line-height:1.4}@media (max-width:1024px){.about-numbers-module__ISRQYa__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.about-numbers-module__ISRQYa__grid{grid-template-columns:repeat(2,1fr);gap:12px}.about-numbers-module__ISRQYa__card{padding:24px 16px}.about-numbers-module__ISRQYa__iconWrap{width:36px;height:36px;margin-bottom:12px}.about-numbers-module__ISRQYa__iconWrap svg{width:18px;height:18px}}
.about-section-module__uEn3Oa__about{padding:120px 24px}.about-section-module__uEn3Oa__inner{z-index:1;grid-template-columns:1fr 1fr;align-items:start;gap:64px;max-width:1200px;margin:0 auto;display:grid;position:relative}@media (max-width:1024px){.about-section-module__uEn3Oa__inner{grid-template-columns:1fr;gap:48px}}.about-section-module__uEn3Oa__numbers{z-index:1;max-width:1200px;margin:0 auto;padding-top:80px;position:relative}@media (max-width:768px){.about-section-module__uEn3Oa__about{padding:80px 20px}.about-section-module__uEn3Oa__numbers{padding-top:56px}}
.testimonial-card-module__DGRNga__card{flex:0 0 100%;min-width:0;margin-bottom:20px;padding:0 10px}@media (min-width:640px){.testimonial-card-module__DGRNga__card{flex:0 0 50%}}@media (min-width:1024px){.testimonial-card-module__DGRNga__card{flex:0 0 33.333%}}.testimonial-card-module__DGRNga__inner{background:var(--bg-card);border:1px solid var(--border-light);border-radius:var(--radius-lg);flex-direction:column;height:100%;padding:32px 28px;display:flex;position:relative;box-shadow:0 4px 12px #3b6cf01a}.testimonial-card-module__DGRNga__topRow{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.testimonial-card-module__DGRNga__stars{gap:2px;display:flex}.testimonial-card-module__DGRNga__starFilled{color:#f59e0b}.testimonial-card-module__DGRNga__ratingText{color:var(--text-muted);font-size:13px;font-weight:600}.testimonial-card-module__DGRNga__quote{color:var(--text-secondary);flex:1;margin-bottom:24px;font-size:13px;line-height:1.6;position:relative}.testimonial-card-module__DGRNga__author{align-items:center;gap:12px;display:flex}.testimonial-card-module__DGRNga__avatar{background:var(--accent-gradient);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:15px;font-weight:700;display:flex;overflow:hidden;box-shadow:0 4px 4px #3b6cf01a}.testimonial-card-module__DGRNga__avatarImage{object-fit:cover;width:100%;height:100%;display:block}.testimonial-card-module__DGRNga__authorInfo{flex-direction:column;display:flex}.testimonial-card-module__DGRNga__authorName{color:var(--text-primary);font-size:14px;font-weight:700}.testimonial-card-module__DGRNga__authorRole{color:var(--text-muted);font-size:13px}.testimonial-card-module__DGRNga__authorRoleLink{color:var(--text-muted);font-size:13px;text-decoration:none;transition:color .2s}.testimonial-card-module__DGRNga__authorRoleLink:hover{color:var(--accent);text-decoration:underline}
.testimonials-carousel-module__zqcO7q__viewport{margin:0 -10px;overflow:hidden}.testimonials-carousel-module__zqcO7q__container{touch-action:pan-y pinch-zoom;display:flex}
.faq-item-module__t2gbaa__item{cursor:pointer}.faq-item-module__t2gbaa__header{justify-content:space-between;align-items:center;gap:12px;width:100%;display:flex}.faq-item-module__t2gbaa__question{color:#fff;font-size:15px;font-weight:700;line-height:1.4}.faq-item-module__t2gbaa__icon{color:var(--accent-light);flex-shrink:0;transition:transform .3s}.faq-item-module__t2gbaa__iconOpen{transform:rotate(180deg)}.faq-item-module__t2gbaa__content{grid-template-rows:0fr;transition:grid-template-rows .35s;display:grid}.faq-item-module__t2gbaa__contentOpen{grid-template-rows:1fr}.faq-item-module__t2gbaa__contentInner{overflow:hidden}.faq-item-module__t2gbaa__answer{color:#b0b1dd;border-top:1px solid #ffffff0f;margin-top:14px;padding-top:14px;font-size:14px;line-height:1.75}
.faq-section-module__OF9Yya__faq{padding:96px 24px}.faq-section-module__OF9Yya__columns{gap:20px;display:flex}.faq-section-module__OF9Yya__column{flex-direction:column;flex:1;gap:20px;display:flex}@media (max-width:768px){.faq-section-module__OF9Yya__columns{flex-direction:column;max-width:480px;margin:0 auto}}.faq-section-module__OF9Yya__cta{text-align:center;margin-top:48px}.faq-section-module__OF9Yya__ctaText{color:var(--text-light);font-size:15px}.faq-section-module__OF9Yya__ctaLink{color:var(--accent-light);font-weight:600;text-decoration:none;transition:color .2s}.faq-section-module__OF9Yya__ctaLink:hover{color:#fff}
