:root{--c-text:#00080c;--c-text-2:rgba(0,8,12,.93);--c-muted:#6b7380;--c-line:#e6eaf0;--grad-cta:linear-gradient(90deg,#09dafd,#016afe);--grad-link:linear-gradient(90deg,#16d0ff,#1677ff);--shadow-card:0 4px 60px rgba(163,163,163,.25);--ease-soft:cubic-bezier(.22,.61,.36,1)}html{scroll-behavior:smooth}body{margin:0;background:#fff;font-family:PingFang SC,Microsoft YaHei,Noto Sans SC,system-ui,sans-serif;color:var(--c-text);-webkit-font-smoothing:antialiased;min-width:1440px}a{color:inherit;text-decoration:none}.page{width:100%;background:#fff}.stage{width:100%;height:var(--stage-height,5866px);margin:0 auto;position:relative;overflow:hidden}.center-frame{left:0;right:0;width:1440px;height:100%;margin:0 auto}.abs,.center-frame{position:absolute}.nav{left:0;top:0;width:100%;height:80px;display:flex;align-items:center;padding:0 124px;z-index:50;transition:background .35s var(--ease-soft),box-shadow .35s var(--ease-soft),-webkit-backdrop-filter .35s var(--ease-soft);transition:background .35s var(--ease-soft),box-shadow .35s var(--ease-soft),backdrop-filter .35s var(--ease-soft);transition:background .35s var(--ease-soft),box-shadow .35s var(--ease-soft),backdrop-filter .35s var(--ease-soft),-webkit-backdrop-filter .35s var(--ease-soft)}.nav.is-scrolled{position:fixed;left:50%;transform:translateX(-50%);width:100%;background:rgba(255,255,255,.85);backdrop-filter:saturate(180%) blur(12px);-webkit-backdrop-filter:saturate(180%) blur(12px);box-shadow:0 6px 24px rgba(15,32,72,.06);animation:navDrop .35s var(--ease-soft)}@keyframes navDrop{0%{transform:translateX(-50%) translateY(-100%);opacity:0}to{transform:translateX(-50%) translateY(0);opacity:1}}.brand{display:flex;align-items:center;gap:10px;font:400 20px/1 Gugi,system-ui,sans-serif;letter-spacing:.5px}.brand img{transition:transform .5s var(--ease-soft)}@media (hover:hover) and (pointer:fine){.brand:hover img{transform:rotate(-8deg) scale(1.06)}}.menu{display:flex;flex:1 1;align-items:center;justify-content:center;gap:40px;font-size:16px;font-weight:600;margin-left:0}.menu a{position:relative;padding:6px 0;transition:color .25s var(--ease-soft)}.menu>a:after{content:"";position:absolute;left:50%;bottom:0;width:0;height:2px;background:var(--grad-link);border-radius:2px;transform:translateX(-50%);transition:width .3s var(--ease-soft)}@media (hover:hover) and (pointer:fine){.menu a:hover{color:#1677ff}.menu>a:hover:after{width:100%}}.menu-dropdown{position:relative;z-index:110}.menu-dropdown-trigger{display:inline-flex;align-items:center;gap:6px;padding:6px 0;position:relative;cursor:default}.menu-dropdown-caret{display:inline-block;font-size:20px;line-height:1;opacity:.65;transition:transform .2s var(--ease-soft)}.menu-dropdown:focus-within .menu-dropdown-caret{transform:rotate(180deg)}.menu-dropdown-trigger:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;width:auto;background:var(--grad-link);border-radius:2px;transform:scaleX(0);transform-origin:center;transition:transform .3s var(--ease-soft)}.menu-dropdown:focus-within .menu-dropdown-trigger:after{transform:scaleX(1)}.menu-dropdown-menu{position:absolute;top:calc(100% + 8px);left:50%;transform:translateX(-50%) translateY(-4px);width:max-content;min-width:132px;padding:6px 0;margin:0;list-style:none;border-radius:10px;border:1px solid #e8eef6;background:#ffffff;box-shadow:0 14px 30px rgba(16,34,69,.12);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .18s var(--ease-soft),transform .18s var(--ease-soft),visibility .18s;z-index:120}.menu-dropdown:after{content:"";position:absolute;left:-12px;right:-12px;top:100%;height:10px}.menu-dropdown-menu li{margin:0}.menu-dropdown-menu a{display:block;padding:9px 14px;font-size:14px;font-weight:500;white-space:nowrap;color:var(--c-text)}.menu-dropdown:focus-within .menu-dropdown-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0)}@media (hover:hover) and (pointer:fine){.menu-dropdown:hover .menu-dropdown-caret{transform:rotate(180deg)}.menu-dropdown:hover .menu-dropdown-trigger:after{transform:scaleX(1)}.menu-dropdown-menu a:hover{background:rgba(22,119,255,.08)}.menu-dropdown:hover .menu-dropdown-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0)}}.right{margin-left:auto;display:flex;align-items:center;gap:16px;font-size:14px}.right .login{cursor:pointer;transition:color .2s var(--ease-soft)}@media (hover:hover) and (pointer:fine){.right .login:hover{color:#1677ff}}.btn-grad{height:40px;padding:0 24px;border:0;border-radius:20px;color:#fff;cursor:pointer;font-size:14px;background:var(--grad-link);box-shadow:0 6px 16px rgba(22,119,255,.22);transition:transform .25s var(--ease-soft),box-shadow .25s var(--ease-soft),filter .25s var(--ease-soft)}@media (hover:hover) and (pointer:fine){.btn-grad:hover{transform:translateY(-1px);box-shadow:0 10px 22px rgba(22,119,255,.3);filter:brightness(1.05)}}.lang-switch{position:relative;z-index:60}.lang{min-width:112px;height:40px;border:1px solid #dfdaeb;border-radius:20px;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;gap:6px;cursor:pointer;background:#fff;transition:border-color .25s,color .25s}.lang-switch.is-open .lang{border-color:#1677ff;color:#1677ff}@media (hover:hover) and (pointer:fine){.lang:hover{border-color:#1677ff;color:#1677ff}}.lang:after{content:"▾";font-size:10px;opacity:.6;transition:transform .2s}.lang-switch.is-open .lang:after{transform:rotate(180deg)}.lang-menu{list-style:none;margin:8px 0 0;padding:8px;position:absolute;top:100%;right:0;min-width:132px;background:#fff;border:1px solid #e6eaf0;border-radius:12px;box-shadow:0 12px 28px rgba(15,32,72,.12);display:none;z-index:80}.lang-switch.is-open .lang-menu{display:block}.lang-option{width:100%;border:0;border-radius:8px;background:transparent;text-align:left;padding:8px 10px;font-size:13px;color:#0f172a;cursor:pointer}@media (hover:hover) and (pointer:fine){.lang-option:hover{background:rgba(22,119,255,.08);color:#1677ff}}@media (hover:none){.nav .login,.nav a,.nav button{-webkit-tap-highlight-color:transparent}.menu-dropdown-menu a:active,.menu>a:active,.right .login:active{color:#1677ff}.btn-grad:active{transform:scale(.98)}.lang-option:active{background:rgba(22,119,255,.08);color:#1677ff}}.lang-option.is-active{font-weight:600;color:#1677ff}.hero-title{margin:0;left:0;right:0;top:182px;text-align:center;font-size:80px;line-height:100px;font-weight:700;letter-spacing:-1px;background:linear-gradient(180deg,#00080c 35%,rgba(0,8,12,.65) 110%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}html[lang=en-US] .hero-title{top:196px;font-size:72px;line-height:86px;letter-spacing:-.5px}.hero-sub{margin:0;left:0;right:0;top:282px;text-align:center;font-size:18px;line-height:28px;color:var(--c-text-2)}.cta-main{left:calc(50% - 86px);top:332px;width:172px;height:62px;border-radius:31px;border:0;cursor:pointer;color:rgba(255,255,255,.92);font-size:18px;font-weight:500;background:var(--grad-cta);box-shadow:0 14px 30px rgba(1,106,254,.25);transition:transform .3s var(--ease-soft),box-shadow .3s var(--ease-soft)}.cta-main:before{content:"";position:absolute;inset:-6px;border-radius:inherit;background:var(--grad-cta);opacity:.35;filter:blur(14px);z-index:-1;transition:opacity .3s}.cta-main:hover{transform:translateY(-2px);box-shadow:0 22px 38px rgba(1,106,254,.35)}.cta-main:hover:before{opacity:.55}.section-hero{left:0;right:0;top:464px;width:1190px;height:668px;margin:0 auto;border-radius:24px;overflow:hidden;background:linear-gradient(113.72deg,#f0f9ff 3.28%,#d8f2fb 18.27%,#d6f1fb 30.31%,#d4f0fb 42.38%,#c9ecfc 64.21%,#e0f3fd 81.82%)}.hero-shot{left:0;top:0;width:100%;height:100%;object-fit:cover;box-shadow:0 30px 60px rgba(15,32,72,.12)}.feature-row{left:0;width:100%;height:724px}.feature-row-1{top:1208px}.feature-row-2{top:1994px}.feature-row-3{left:0;top:2814px;width:100%;height:512px}.feature-1-image{left:36px;top:71px;width:720px;height:552px}.feature-1-title{left:818px;top:252px;width:504px}.feature-1-desc-1{left:818px;top:324px;width:492px}.feature-1-desc-2{left:818px;top:430px;width:492px}html[lang=en-US] .feature-1-desc-1{top:368px}html[lang=en-US] .feature-1-desc-2{top:480px}.feature-2-title{left:180px;top:250px;width:324px}.feature-2-desc{left:180px;top:332px;width:519px;font-size:18px;line-height:32px}html[lang=en-US] .feature-2-desc{top:372px}.feature-2-image{left:699px;top:5px;width:752px;height:700px}.feature-3-image{left:125px;top:0;width:567px;height:512px;border-radius:14px}.feature-3-title{left:807px;top:194px;width:519px;font-size:36px;line-height:52px;margin:0;font-weight:700;background:linear-gradient(90deg,#00080c,#1677ff 130%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.feature-3-desc{left:807px;top:276px;width:519px;font-size:20px;line-height:32px;margin:0;color:var(--c-text-2)}.feature-row .img{object-fit:cover;border-radius:14px}.feature-row h2{font-size:36px;line-height:52px;margin:0;font-weight:700;background:linear-gradient(90deg,#00080c,#1677ff 130%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.feature-row p{font-size:20px;line-height:32px;margin:0;color:var(--c-text-2)}.section-title{font-size:40px;line-height:52px;font-weight:700;text-align:center}.section-sub{font-size:18px;line-height:28px;text-align:center;color:var(--c-text-2)}.cap-tag{width:180px;height:60px;border-radius:30px;background:#fff;box-shadow:0 10px 24px rgba(15,32,72,.08);display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:600;color:#1f2a3a;transition:transform .3s var(--ease-soft),box-shadow .3s var(--ease-soft),color .3s;animation:floatY 5s var(--ease-soft) infinite alternate}.capability-section{left:0;top:3554px;width:100%;height:712px;overflow:hidden}.capability-bg{left:0;top:-1px;width:100%;height:714px;object-fit:cover;opacity:.7;will-change:transform}.capability-title{left:0;right:0;top:98px;margin:0}.capability-sub{left:0;right:0;top:160px;margin:0}.cap-tag-left-1,.cap-tag-left-2,.cap-tag-left-3,.cap-tag-left-4{left:210px}.cap-tag-left-1,.cap-tag-right-1{top:240px}.cap-tag-left-2,.cap-tag-right-2{top:328px}.cap-tag-left-3,.cap-tag-right-3{top:416px}.cap-tag-left-4,.cap-tag-right-4{top:504px}.cap-tag-right-1,.cap-tag-right-2,.cap-tag-right-3,.cap-tag-right-4{left:1050px}.capability-image{left:361px;top:180px;width:718px;height:442px}.cap-tag:hover{transform:translateY(-4px) scale(1.04);box-shadow:0 18px 36px rgba(22,119,255,.18);color:#1677ff}.cap-inner-tag{height:36px;border-radius:18px;background:rgba(255,255,255,.9);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);box-shadow:0 6px 16px rgba(15,32,72,.12);display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;width:145px;animation:floatY 4s var(--ease-soft) infinite alternate}.cap-inner-tag-1{left:472px;top:340px}.cap-inner-tag-2{left:804px;top:297px;animation-delay:-1.5s}.cap-inner-tag-3{left:689px;top:527px;animation-delay:-3s}.testi-card{width:562px;height:362px;border-radius:24px;background:#fff;box-shadow:var(--shadow-card);padding:32px 40px;transition:transform .35s var(--ease-soft),box-shadow .35s var(--ease-soft)}.testimonials-section{left:0;top:4266px;width:100%;height:730px}.testimonials-title{left:0;right:0;top:100px;margin:0}.testimonials-sub{left:0;right:0;top:162px;margin:0}.testi-card-1{left:150px;top:246px}.testi-card-2{left:728px;top:246px}.testimonials-float-icon{left:1248px;top:608px;width:85px;height:85px;animation:floatY 5s var(--ease-soft) infinite alternate}.testi-card:hover{transform:translateY(-6px);box-shadow:0 18px 60px rgba(22,119,255,.18)}.testi-quote{font-family:Georgia,serif;font-size:64px;line-height:1;color:#1677ff;opacity:.55;margin:0 0 6px}.testi-text{font-size:16px;line-height:26px;color:#2a2f37;margin:0 0 28px}.testi-divider{width:100%;height:1px;background:var(--c-line);margin-bottom:18px}.testi-author{display:flex;align-items:center;gap:16px}.testi-author img{width:55px;height:55px;border-radius:50%;object-fit:cover}.testi-author .name{font-size:18px;font-weight:700}.testi-author .role{font-size:14px;color:var(--c-muted);margin-top:4px}.cta-banner{left:0;top:4996px;width:100%;height:450px;overflow:hidden}.cta-banner .bg{left:0;top:-242px;width:100%;height:769px;object-fit:cover;transform:scale(1.02);will-change:transform}.cta-banner .btn{left:calc(50% - 86px);top:235px;width:172px;height:60px;border:0;border-radius:30px;background:#040812;color:#fff;font-size:18px;cursor:pointer;transition:transform .3s var(--ease-soft),background .3s,box-shadow .3s}.cta-banner .btn:hover{transform:translateY(-2px);background:#0e1b34;box-shadow:0 18px 36px rgba(0,0,0,.25)}.cta-title{left:0;right:0;top:100px;width:auto;margin:0}footer{left:0;top:5446px;width:100%;height:420px;background:#fafbfd;border-top:1px solid var(--c-line)}footer .col-title{font-size:14px;font-weight:700;color:#00080c;margin-bottom:14px}.footer-brand{left:119px;top:118px;display:flex;align-items:center;gap:12px}.footer-brand-text{font:400 30px/1 Gugi,sans-serif}.footer-contact-label-1{left:119px;top:192px;font-size:12px;color:#9aa3af}.footer-contact-value-1{left:119px;top:212px;font-size:14px;color:#00080c}.footer-contact-label-2{left:119px;top:248px;font-size:12px;color:#9aa3af}.footer-contact-value-2{left:119px;top:268px;font-size:14px;color:#00080c}.footer-col-1{left:486px;top:118px}.footer-col-2{left:700px;top:118px}.footer-col-3{left:897px;top:118px}.footer-col-4{left:1090px;top:118px}footer .col a{display:block;font-size:14px;color:var(--c-muted);line-height:28px;transition:color .2s}footer .col a.footer-contact-link{display:flex;align-items:center;gap:5px}.footer-contact-icon{width:18px}footer .col a:hover{color:#1677ff}footer .copy{position:absolute;left:119px;bottom:28px;font-size:12px;color:#9aa3af}.reveal{opacity:0;transform:translateY(28px);transition:opacity .8s var(--ease-soft),transform .8s var(--ease-soft)}.reveal.is-in{opacity:1;transform:none}.reveal.delay-1{transition-delay:.1s}.reveal.delay-2{transition-delay:.2s}.reveal.delay-3{transition-delay:.3s}@media (prefers-reduced-motion:reduce){.cap-inner-tag,.cap-tag,.reveal{animation:none!important;transition:none!important;opacity:1!important;transform:none!important}}.mobile-menu-toggle{display:none;flex-direction:column;justify-content:space-between;width:24px;height:18px;background:none;border:none;cursor:pointer;padding:0;margin-right:16px}.mobile-menu-toggle span{display:block;width:100%;height:2px;background:var(--c-text);border-radius:1px;transition:all .3s ease}.mobile-menu-toggle.active span:first-child{transform:rotate(45deg) translate(5px,5px)}.mobile-menu-toggle.active span:nth-child(2){opacity:0}.mobile-menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}@media (max-width:1439px){body{min-width:0;overflow-x:hidden}.page{width:100vw;overflow:hidden;height:calc(var(--stage-height, 5866px) * (100vw / 1440))}.stage{width:1440px;height:var(--stage-height,5866px);transform-origin:left top;transform:scale(calc(100vw / 1440))}}@media (max-width:768px){.nav{padding:12px 16px;height:auto;min-height:52px;flex-wrap:wrap;align-items:center;row-gap:0}.nav .brand{flex:1 1 auto;min-width:0;margin-right:8px}.mobile-menu-toggle{display:flex;flex-shrink:0;margin-left:auto;margin-right:0}.menu{display:none;flex:1 1 100%;order:4;width:100%;flex-direction:column;align-items:stretch;gap:14px;padding:16px 10px 8px;margin-top:12px;background:rgba(255,255,255,.97);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-top:1px solid var(--c-line)}.menu.active{display:flex}.menu>.menu-dropdown,.menu>a{width:100%}.menu-dropdown-menu{position:static;transform:none;opacity:1;visibility:visible;pointer-events:auto;box-shadow:none;border:none;background:transparent;padding:8px 0 0 16px}.menu-dropdown:focus-within .menu-dropdown-menu{transform:none}.menu-dropdown-trigger:after{display:none}header.nav.nav--has-drawer .menu:not(.active)~.right{display:none!important}header.nav.nav--has-drawer .menu.active~.right{display:flex!important;flex-direction:column;align-items:stretch;width:100%;flex-basis:100%;max-width:100%;order:5;gap:12px;padding:12px 10px 4px;margin-left:0;margin-top:0;border-top:0;background:rgba(255,255,255,.97)}header.nav.nav--has-drawer .menu.active{max-height:none;overflow-y:visible}header.nav.nav--has-drawer .menu.active~.right .login{font-size:15px;padding:6px 0;text-align:center}header.nav.nav--has-drawer .menu.active~.right .btn-grad{width:100%;max-width:100%;height:44px;padding:0 20px;font-size:15px}header.nav.nav--has-drawer .menu.active~.right .lang-switch{margin-left:0;width:100%}header.nav.nav--has-drawer .menu.active~.right .lang{width:100%;max-width:100%;min-width:0}.right{margin-left:0;gap:12px}.btn-grad,.login{font-size:14px}.btn-grad{padding:8px 16px}.lang-switch{margin-left:auto}.page.page--home{width:100%;max-width:100%;height:auto!important;overflow-x:hidden;overflow-y:visible}.page.page--home .stage--home{width:100%!important;transform:none!important;transform-origin:top center;height:auto!important;min-height:0;overflow:visible;position:relative;padding-bottom:env(safe-area-inset-bottom,0)}.page--home .nav.abs{position:fixed;left:0;right:0;top:0;width:100%;height:auto;min-height:56px;padding:max(10px,env(safe-area-inset-top)) 16px 10px;z-index:100;background:rgba(255,255,255,.92);backdrop-filter:saturate(180%) blur(12px);-webkit-backdrop-filter:saturate(180%) blur(12px);box-shadow:0 1px 0 rgba(15,32,72,.06)}.page--home .nav.is-scrolled{left:0;transform:none;animation:none}.page--home .hero-title{padding:calc(72px + env(safe-area-inset-top, 0px)) 20px 12px;font-size:clamp(28px,8vw,40px);line-height:1.15}.page--home .hero-sub,.page--home .hero-title{position:relative;top:auto;left:auto;right:auto;margin:0;text-align:center}.page--home .hero-sub{padding:0 20px 20px;font-size:15px;line-height:1.55}.page--home .cta-main{position:relative;top:auto;left:auto;margin:0 auto 28px;display:block}html[lang=en-US] .page--home .hero-title{top:auto;font-size:clamp(26px,7vw,36px);line-height:1.2}.page--home .section-hero{position:relative;top:auto;left:auto;right:auto;width:calc(100% - 32px);max-width:100%;height:auto;aspect-ratio:16/10;min-height:200px;margin:0 auto 40px;border-radius:16px}.page--home .section-hero .hero-shot{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover}.page--home .feature-row-1{position:relative;top:auto;left:auto;height:auto;padding:0 0 40px}.page--home .feature-row-1 .center-frame{position:relative;width:100%;height:auto;margin:0;padding:0 16px;display:flex;flex-direction:column;gap:16px}.page--home .feature-row-1 .feature-1-image{position:relative!important;left:auto!important;top:auto!important;width:100%!important;height:auto;aspect-ratio:720/552;object-fit:cover;order:1}.page--home .feature-row-1 .feature-1-title{position:relative!important;left:auto!important;top:auto!important;width:100%!important;margin:0;font-size:clamp(22px,5.5vw,28px);line-height:1.35;order:2}.page--home .feature-row-1 .feature-1-desc-1,.page--home .feature-row-1 .feature-1-desc-2{position:relative!important;left:auto!important;top:auto!important;width:100%!important;margin:0;font-size:16px;line-height:1.65}.page--home .feature-row-1 .feature-1-desc-1{order:3}.page--home .feature-row-1 .feature-1-desc-2{order:4}html[lang=en-US] .page--home .feature-row-1 .feature-1-desc-1,html[lang=en-US] .page--home .feature-row-1 .feature-1-desc-2{top:auto!important}.page--home .feature-row-2{position:relative;top:auto;height:auto;padding:0 0 40px}.page--home .feature-row-2 .center-frame{position:relative;width:100%;height:auto;padding:0 16px;display:flex;flex-direction:column;gap:16px}.page--home .feature-row-2 .feature-2-title{font-size:clamp(22px,5.5vw,28px);line-height:1.35;order:1}.page--home .feature-row-2 .feature-2-desc,.page--home .feature-row-2 .feature-2-title{position:relative!important;left:auto!important;top:auto!important;width:100%!important;margin:0}.page--home .feature-row-2 .feature-2-desc{font-size:16px;line-height:1.65;order:2}.page--home .feature-row-2 .feature-2-image{position:relative!important;left:auto!important;top:auto!important;width:100%!important;height:auto;aspect-ratio:752/700;object-fit:cover;order:3}html[lang=en-US] .page--home .feature-row-2 .feature-2-desc{top:auto!important}.page--home .feature-row-3{position:relative;top:auto;height:auto;padding:0 0 44px}.page--home .feature-row-3 .center-frame{position:relative;width:100%;height:auto;padding:0 16px;display:flex;flex-direction:column;gap:16px}.page--home .feature-row-3 .feature-3-image{position:relative!important;left:auto!important;top:auto!important;width:100%!important;height:auto;aspect-ratio:567/512;object-fit:cover;order:1}.page--home .feature-row-3 .feature-3-title{font-size:clamp(22px,5.5vw,28px);line-height:1.35;order:2}.page--home .feature-row-3 .feature-3-desc,.page--home .feature-row-3 .feature-3-title{position:relative!important;left:auto!important;top:auto!important;width:100%!important;margin:0}.page--home .feature-row-3 .feature-3-desc{font-size:16px;line-height:1.65;order:3}.page--home .capability-section{position:relative;top:auto;left:auto;height:auto;min-height:420px;padding:40px 0 48px;overflow:hidden}.page--home .capability-bg{position:absolute;left:0;top:0;width:100%;height:100%;min-height:100%;object-fit:cover;transform:none!important}.page--home .capability-section .center-frame{position:relative;z-index:1;width:100%;height:auto;margin:0;padding:0 16px;display:grid;grid-template-columns:1fr 1fr;grid-gap:10px 12px;gap:10px 12px;align-items:start}.page--home .capability-section .capability-title{margin:0;font-size:clamp(22px,5.5vw,28px);line-height:1.3;order:1}.page--home .capability-section .capability-sub,.page--home .capability-section .capability-title{position:relative!important;left:auto!important;right:auto!important;top:auto!important;grid-column:1/-1}.page--home .capability-section .capability-sub{margin:0 0 4px;font-size:15px;line-height:1.5;order:2}.page--home .capability-section .capability-image{position:relative!important;left:auto!important;top:auto!important;grid-column:1/-1;width:100%!important;height:auto;aspect-ratio:718/442;object-fit:cover;border-radius:12px;order:3;margin:4px 0 8px}.page--home .capability-section .cap-tag{position:relative!important;left:auto!important;top:auto!important;width:100%;min-width:0;height:48px;margin:0;font-size:14px;order:4;animation:none}.page--home .capability-section .cap-tag:hover{transform:none}.page--home .capability-section .cap-inner-tag{display:none!important}.page--home .capability-section .cap-tag-left-1,.page--home .capability-section .cap-tag-left-2,.page--home .capability-section .cap-tag-left-3,.page--home .capability-section .cap-tag-left-4,.page--home .capability-section .cap-tag-right-1,.page--home .capability-section .cap-tag-right-2,.page--home .capability-section .cap-tag-right-3,.page--home .capability-section .cap-tag-right-4{left:auto!important;top:auto!important}.page--home .testimonials-section{position:relative;top:auto;height:auto;padding:36px 0 40px}.page--home .testimonials-section .center-frame{position:relative;width:100%;height:auto;padding:0 16px;display:flex;flex-direction:column;gap:16px}.page--home .testimonials-section .testimonials-title{position:relative!important;left:auto!important;right:auto!important;top:auto!important;margin:0;font-size:clamp(20px,5.2vw,26px);line-height:1.35}.page--home .testimonials-section .testimonials-sub{position:relative!important;left:auto!important;right:auto!important;top:auto!important;margin:0 0 8px;font-size:15px;line-height:1.5}.page--home .testimonials-section .testi-card{position:relative!important;left:auto!important;top:auto!important;width:100%!important;max-width:420px;height:auto;min-height:0;margin:0 auto;padding:24px 22px}.page--home .testimonials-section .testi-card:hover{transform:none}.page--home .testimonials-section .testi-quote{font-size:48px}.page--home .testimonials-section .testi-text{font-size:15px;line-height:1.6;margin-bottom:20px}.page--home .testimonials-section .testimonials-float-icon{display:none}.page--home .cta-banner{position:relative;top:auto!important;left:auto;width:100%;height:auto;min-height:240px;padding:40px 20px 48px;overflow:hidden}.page--home .cta-banner .bg{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;transform:none!important}.page--home .cta-banner .cta-title{position:relative;top:auto;left:auto;right:auto;padding:0 8px;font-size:clamp(20px,5.5vw,26px);line-height:1.35;z-index:1}.page--home .cta-banner .btn{position:relative;top:auto;left:auto;margin:20px auto 0;display:block;z-index:1}.page--home footer{position:relative;top:auto!important;left:auto;width:100%;height:auto;min-height:0;padding:36px 20px max(28px,env(safe-area-inset-bottom))}.page--home footer .center-frame{position:static;width:100%;height:auto;margin:0;padding:0}.page--home footer .abs{position:static!important;left:auto!important;top:auto!important;margin:0 0 22px;transform:none!important}.page--home footer .footer-brand{display:flex;align-items:center;gap:10px;margin-bottom:20px}.page--home footer .footer-brand img{width:40px;height:auto}.page--home footer .footer-brand-text{font-size:22px}.page--home footer .footer-contact-label-1,.page--home footer .footer-contact-label-2{display:block;font-size:13px;margin-bottom:4px;color:#9aa3af}.page--home footer .footer-contact-value-1,.page--home footer .footer-contact-value-2{display:block;font-size:14px;margin-bottom:16px}.page--home footer .col .col-title{font-size:15px;margin-bottom:10px}.page--home footer .col a{font-size:14px;line-height:1.85}.page--home footer .footer-contact-link{display:flex;align-items:center;gap:8px}.page--home footer .footer-contact-icon{width:16px;height:16px}.page--home footer .copy{position:static;display:block;text-align:center;margin:28px 0 0;padding-top:16px;font-size:12px;color:#9aa3af}}.stage--pricing{--stage-height:1910px}.pricing-bg{left:0;top:0;width:100%;height:1040px;background:linear-gradient(180deg,#f0f9ff,#e3f3fd 32%,#d6f1fb 70%,#d8eefb);z-index:0}.pricing-bg:after,.pricing-bg:before{content:"";position:absolute;border-radius:50%;filter:blur(60px);opacity:.55;pointer-events:none}.pricing-bg:before{left:-60px;top:220px;width:360px;height:320px;background:radial-gradient(closest-side,#b9e6ff,transparent)}.pricing-bg:after{right:-40px;top:120px;width:320px;height:280px;background:radial-gradient(closest-side,#cdeaff,transparent)}.pricing-title{top:178px;font-size:56px;line-height:72px;font-weight:700;letter-spacing:-1px;color:#00080c}.pricing-sub,.pricing-title{margin:0;left:0;right:0;text-align:center}.pricing-sub{top:280px;font-size:18px;line-height:28px;color:rgba(0,8,12,.65)}.plans-section{left:0;top:360px;width:100%;height:660px;z-index:1}.plan-card{width:320px;height:560px;border-radius:24px;background:#fff;box-shadow:0 20px 60px rgba(15,32,72,.08);padding:40px 36px;display:flex;flex-direction:column;transition:transform .35s var(--ease-soft),box-shadow .35s var(--ease-soft)}.plan-card>*{flex-shrink:0}.plan-card:hover{transform:translateY(-6px);box-shadow:0 28px 70px rgba(22,119,255,.18)}.plan-card-basic{left:208px;top:24px}.plan-card-pro{left:552px;top:0;width:336px;height:600px;background:linear-gradient(180deg,#1677ff,#016afe);color:#fff;box-shadow:0 28px 70px rgba(22,119,255,.35)}.plan-card-enterprise{left:912px;top:24px}.plan-title{margin:0 0 16px;font-size:28px;line-height:1.2;font-weight:700}.plan-desc{margin:0 0 28px;font-size:13px;line-height:22px;color:var(--c-muted);min-height:66px}.plan-card-pro .plan-desc{color:rgba(255,255,255,.82)}.plan-price{display:flex;align-items:baseline;gap:4px;margin-bottom:28px;height:64px}.plan-price .price-currency{font-size:28px;font-weight:600;line-height:1}.plan-price .price-main{font-size:56px;font-weight:700;line-height:1;letter-spacing:-1px}.plan-price .price-period{font-size:14px;color:var(--c-muted);margin-left:4px}.plan-card-pro .plan-price .price-period{color:rgba(255,255,255,.75)}.plan-btn{height:44px;border-radius:22px;border:0;font-size:14px;font-weight:600;cursor:pointer;background:#eaf4ff;color:#1677ff;transition:transform .25s var(--ease-soft),box-shadow .25s var(--ease-soft),background .25s}.plan-btn:hover{transform:translateY(-1px);background:#d8eaff;box-shadow:0 10px 22px rgba(22,119,255,.18)}.plan-btn-light{background:#fff;color:#1677ff;box-shadow:0 8px 22px rgba(0,0,0,.08)}.plan-btn-light:hover{background:#f5faff;box-shadow:0 14px 28px rgba(0,0,0,.12)}.plan-features{list-style:none;margin:28px 0 0;padding:0}.plan-features li{position:relative;padding:10px 0 10px 34px;font-size:14px;line-height:22px;color:rgba(0,8,12,.8)}.plan-card-pro .plan-features li{color:rgba(255,255,255,.92)}.plan-features li:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:18px;height:18px;background-image:url(/assets/img/Vector.png);background-size:contain;background-repeat:no-repeat;background-position:50%}.plan-card-pro .plan-features li:before{background-image:url(/assets/img/Vector2.png)}.plans-mascot{right:120px;bottom:8px;width:80px;height:80px;animation:floatY 5s var(--ease-soft) infinite alternate}.plans-mascot img{width:100%;height:100%;object-fit:cover;border-radius:16px;filter:drop-shadow(0 14px 28px rgba(22,119,255,.25))}.stage--pricing .cta-banner{top:1040px}.stage--pricing footer{top:1490px}@media (max-width:768px){.page.page--pricing{width:100%;max-width:100%;height:auto!important;overflow-x:hidden;overflow-y:visible}.page.page--pricing .stage--pricing{width:100%!important;transform:none!important;transform-origin:top center;height:auto!important;min-height:0;overflow:visible;position:relative;padding-bottom:env(safe-area-inset-bottom,0)}.stage--pricing>.nav.abs{position:fixed;left:0;right:0;top:0;width:100%;height:auto;min-height:56px;padding:max(10px,env(safe-area-inset-top)) 16px 10px;z-index:100;background:rgba(255,255,255,.92);backdrop-filter:saturate(180%) blur(12px);-webkit-backdrop-filter:saturate(180%) blur(12px);box-shadow:0 1px 0 rgba(15,32,72,.06)}.stage--pricing>.nav.is-scrolled{left:0;transform:none;animation:none}.stage--pricing>.pricing-bg{position:absolute;top:0;left:0;width:100%;height:min(440px,52vh);min-height:300px;z-index:0}.stage--pricing>.pricing-title{position:relative;top:auto;left:auto;right:auto;padding:calc(72px + env(safe-area-inset-top, 0px)) 20px 8px;font-size:clamp(26px,7vw,34px);line-height:1.25;letter-spacing:-.5px;z-index:1}.stage--pricing>.pricing-sub{position:relative;top:auto;left:auto;right:auto;padding:0 20px 24px;font-size:15px;line-height:1.5;z-index:1}.stage--pricing>.plans-section{position:relative;top:auto;left:auto;width:100%;height:auto;padding:0 0 32px;z-index:1}.stage--pricing .plans-section .center-frame{position:relative;left:auto;right:auto;width:100%;max-width:100%;height:auto;margin:0;padding:0 16px;display:flex;flex-direction:column;align-items:stretch;gap:20px}.stage--pricing .plan-card{position:relative!important;top:auto!important;left:auto!important;width:100%!important;max-width:420px;margin-left:auto;margin-right:auto;height:auto;min-height:0;padding:28px 22px 32px;border-radius:20px}.stage--pricing .plan-card-pro{width:100%!important;max-width:420px;height:auto;order:-1}.stage--pricing .plan-card-basic,.stage--pricing .plan-card-enterprise{order:0}.stage--pricing .plan-title{font-size:22px;margin-bottom:12px}.stage--pricing .plan-desc{min-height:0;margin-bottom:20px;font-size:14px;line-height:1.55}.stage--pricing .plan-price{height:auto;min-height:48px;margin-bottom:20px}.stage--pricing .plan-price .price-main{font-size:40px}.stage--pricing .plan-price .price-currency{font-size:22px}.stage--pricing .plan-features{margin-top:20px}.stage--pricing .plan-features li{padding:8px 0 8px 30px;font-size:14px}.stage--pricing .plans-mascot{display:none}.stage--pricing .plan-card:hover{transform:none}.stage--pricing .cta-banner{position:relative;top:auto!important;left:auto;width:100%;height:auto;min-height:240px;padding:40px 20px 48px;overflow:hidden}.stage--pricing .cta-banner .bg{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;transform:none!important}.stage--pricing .cta-banner .cta-title{position:relative;top:auto;left:auto;right:auto;padding:0 8px;font-size:clamp(20px,5.5vw,26px);line-height:1.35;z-index:1}.stage--pricing .cta-banner .btn{position:relative;top:auto;left:auto;margin:20px auto 0;display:block;z-index:1}.stage--pricing footer{position:relative;top:auto!important;left:auto;width:100%;height:auto;min-height:0;padding:36px 20px max(28px,env(safe-area-inset-bottom))}.stage--pricing footer .center-frame{position:static;width:100%;height:auto;margin:0;padding:0}.stage--pricing footer .abs{position:static!important;left:auto!important;top:auto!important;margin:0 0 22px;transform:none!important}.stage--pricing footer .footer-brand{display:flex;align-items:center;gap:10px;margin-bottom:20px}.stage--pricing footer .footer-brand img{width:40px;height:auto}.stage--pricing footer .footer-brand-text{font-size:22px}.stage--pricing footer .footer-contact-label-1,.stage--pricing footer .footer-contact-label-2{display:block;font-size:13px;margin-bottom:4px;color:#9aa3af}.stage--pricing footer .footer-contact-value-1,.stage--pricing footer .footer-contact-value-2{display:block;font-size:14px;margin-bottom:16px}.stage--pricing footer .col .col-title{font-size:15px;margin-bottom:10px}.stage--pricing footer .col a{font-size:14px;line-height:1.85}.stage--pricing footer .footer-contact-link{display:flex;align-items:center;gap:8px}.stage--pricing footer .footer-contact-icon{width:16px;height:16px}.stage--pricing footer .copy{position:static;display:block;text-align:center;margin:28px 0 0;padding-top:16px;font-size:12px;color:#9aa3af}}.stage--contact{--stage-height:4180px}.contact-hero{left:0;right:0;top:100px;height:521px;margin:0 auto;overflow:hidden;box-shadow:0 30px 60px rgba(15,32,72,.12)}.contact-hero-bg{left:0;top:0;width:100%;height:100%;object-fit:cover}.contact-hero-tag{left:124px;top:96px;font-size:50px;line-height:1;font-weight:700;letter-spacing:0;color:#fff;text-shadow:0 2px 16px rgba(7,31,92,.2)}.contact-hero-title{left:124px;top:170px;margin:0;width:720px;font-size:64px;line-height:88px;font-weight:700;color:#fff;letter-spacing:-1px;text-shadow:0 2px 24px rgba(7,31,92,.25)}.contact-hero-btn{left:124px;top:362px;padding:0 26px;height:46px;border:0;border-radius:23px;background:linear-gradient(180deg,#2ec1ff,#1b86ff);color:#fff;font-size:17px;font-weight:500;cursor:pointer;box-shadow:0 10px 28px rgba(21,120,255,.35);transition:transform .25s var(--ease-soft),box-shadow .25s var(--ease-soft)}.contact-hero-btn:hover{transform:translateY(-2px);box-shadow:0 14px 34px rgba(21,120,255,.45)}html[lang=en-US] .contact-hero-tag{top:88px;font-size:44px}html[lang=en-US] .contact-hero-title{top:156px;width:860px;font-size:56px;line-height:74px}html[lang=en-US] .contact-hero-btn{top:404px}.about-section{left:0;top:640px;width:100%;height:520px}.about-image{left:124px;top:60px;width:480px;height:360px;border-radius:20px;object-fit:cover;box-shadow:0 20px 60px rgba(15,32,72,.15)}.about-title{left:700px;top:100px;margin:0;font-size:36px;line-height:1.3;font-weight:700}.about-text{left:700px;top:190px;width:580px;margin:0;font-size:16px;line-height:30px;color:var(--c-muted)}.about-deco{right:100px;top:420px;width:80px;height:80px;animation:floatY 5s var(--ease-soft) infinite alternate}.about-deco img{width:100%;height:100%;object-fit:cover;border-radius:10px;filter:drop-shadow(0 12px 24px rgba(22,119,255,.35))}.choose-section{left:0;top:1220px;width:100%;height:660px}.choose-title{top:80px;font-size:40px;line-height:52px;font-weight:700}.choose-sub,.choose-title{left:0;right:0;margin:0;text-align:center}.choose-sub{top:144px;font-size:18px;line-height:28px;color:var(--c-muted)}.choose-card{width:360px;height:460px;border-radius:16px;background:#0e1c40;color:#fff;overflow:hidden;box-shadow:0 20px 50px rgba(15,32,72,.18);transition:transform .35s var(--ease-soft),box-shadow .35s var(--ease-soft);position:absolute}.choose-card:hover{transform:translateY(-6px);box-shadow:0 28px 70px rgba(22,119,255,.25)}.choose-card img{display:block;width:100%;height:100%;object-fit:cover}.choose-card:after{content:"";position:absolute;left:0;right:0;bottom:0;height:48%;background:linear-gradient(180deg,rgba(0,0,0,0),rgba(6,14,34,.88) 78%,rgba(6,14,34,.95));pointer-events:none}.choose-card h3{left:22px;right:22px;top:18px;font-size:42px;line-height:1.16;font-weight:700;text-shadow:0 2px 12px rgba(0,0,0,.35)}.choose-card h3,.choose-card p{position:absolute;margin:0;z-index:1}.choose-card p{left:20px;right:20px;bottom:18px;font-size:14px;line-height:1.55;color:rgba(255,255,255,.92);text-shadow:0 1px 6px rgba(0,0,0,.32)}.choose-card-1{left:156px;top:224px}.choose-card-2{left:540px;top:224px}.choose-card-3{left:924px;top:224px}.offices-section{left:0;top:1940px;width:100%;height:760px;background:linear-gradient(180deg,#0a1428,#0e1c40)}.offices-title{top:80px;font-size:40px;line-height:52px;font-weight:700;color:#fff}.offices-sub,.offices-title{left:0;right:0;margin:0;text-align:center}.offices-sub{top:144px;font-size:18px;line-height:28px;color:rgba(255,255,255,.65)}.offices-map{position:absolute;left:120px;top:220px;width:1200px;height:480px}.offices-map>img{width:100%;height:100%;object-fit:contain;display:block}.city-card{position:absolute;width:320px;padding:10px 10px 14px;background:#fff;border:1px solid rgba(255,255,255,.7);box-shadow:0 12px 30px rgba(7,20,56,.28);border-radius:14px;display:block;transition:transform .3s var(--ease-soft)}.city-card:hover{transform:translateY(-4px)}.city-card img{width:100%;height:128px;border-radius:10px;object-fit:cover;display:block}.city-meta{color:#1f65c7;line-height:1.3;margin-top:10px;padding:0 6px}.city-name{font-size:15px;line-height:1.35;font-weight:700}.city-country{display:none}.city-card-newyork{left:18px;top:34px}.city-card-dubai{left:410px;top:236px}.city-card-hongkong{left:790px;top:26px}.contact-section{left:0;top:2760px;width:100%;height:640px}.contact-title{top:80px;font-size:40px;line-height:52px;font-weight:700}.contact-sub,.contact-title{left:0;right:0;margin:0;text-align:center}.contact-sub{top:144px;font-size:18px;line-height:28px;color:var(--c-muted)}.contact-card{width:480px;height:120px;border-radius:20px;background:#fff;box-shadow:0 20px 50px rgba(15,32,72,.1);display:flex;align-items:center;gap:24px;padding:0 32px;text-decoration:none;color:inherit;transition:transform .35s var(--ease-soft),box-shadow .35s var(--ease-soft)}.contact-card:hover{transform:translateY(-4px);box-shadow:0 28px 60px rgba(22,119,255,.18)}.contact-card>img{width:64px;height:64px;flex-shrink:0}.contact-card-meta{flex:1 1}.contact-card-title{font-size:20px;font-weight:700;color:#00080c}.contact-card-desc{font-size:14px;color:var(--c-muted);margin-top:4px}.contact-card-arrow{font-size:22px;color:#1677ff;transition:transform .25s var(--ease-soft)}.contact-card:hover .contact-card-arrow{transform:translateX(6px)}.contact-card-tg{left:188px;top:240px}.contact-card-tg-2{left:772px;top:240px}.contact-card-tg-3{left:188px;top:384px}.contact-card-tg-4{left:772px;top:384px}.contact-card-wa{left:772px;top:240px}.stage--contact .cta-banner{top:3460px}.stage--contact footer{top:3910px}@media (max-width:768px){.page.page--contact{width:100%;max-width:100%;height:auto!important;overflow-x:hidden;overflow-y:visible}.page.page--contact .stage--contact{width:100%!important;transform:none!important;transform-origin:top center;height:auto!important;min-height:0;overflow:visible;position:relative;padding-bottom:env(safe-area-inset-bottom,0)}.stage--contact>.nav.abs{position:fixed;left:0;right:0;top:0;width:100%;height:auto;min-height:56px;padding:max(10px,env(safe-area-inset-top)) 16px 10px;z-index:100;background:rgba(255,255,255,.92);backdrop-filter:saturate(180%) blur(12px);-webkit-backdrop-filter:saturate(180%) blur(12px);box-shadow:0 1px 0 rgba(15,32,72,.06)}.stage--contact>.nav.is-scrolled{left:0;transform:none;animation:none}.stage--contact>.contact-hero{position:relative;top:auto;left:auto;right:auto;width:calc(100% - 32px);max-width:100%;margin:calc(68px + env(safe-area-inset-top, 0px)) auto 0;height:auto;min-height:300px;border-radius:16px;box-shadow:0 16px 40px rgba(15,32,72,.14);display:flex;flex-direction:column;align-items:stretch}.stage--contact .contact-hero-bg{position:absolute;left:0;top:0;width:100%;height:100%}.stage--contact .contact-hero-tag{position:relative;left:auto;top:auto;display:block;padding:22px 20px 0;font-size:clamp(28px,8vw,40px);z-index:1}.stage--contact .contact-hero-title{position:relative;left:auto;top:auto;width:auto;margin:12px 0 0;padding:0 20px;font-size:clamp(26px,6.5vw,36px);line-height:1.2;z-index:1}.stage--contact .contact-hero-btn{position:relative;left:auto;top:auto;margin:20px 20px 24px;z-index:1;align-self:flex-start}html[lang=en-US] .stage--contact .contact-hero-tag{top:auto;font-size:clamp(24px,7vw,36px)}html[lang=en-US] .stage--contact .contact-hero-title{top:auto;width:auto;font-size:clamp(24px,6vw,32px);line-height:1.22}html[lang=en-US] .stage--contact .contact-hero-btn{top:auto}.stage--contact .about-section{position:relative;top:auto;height:auto;padding:36px 0 40px}.stage--contact .about-section .center-frame{position:relative;left:auto;right:auto;width:100%;height:auto;margin:0;padding:0 16px}.stage--contact .about-image{width:100%!important;max-width:100%;height:auto;aspect-ratio:4/3;object-fit:cover;margin-bottom:20px}.stage--contact .about-image,.stage--contact .about-title{position:relative!important;left:auto!important;top:auto!important}.stage--contact .about-title{margin:0 0 12px;font-size:26px}.stage--contact .about-text{position:relative!important;left:auto!important;top:auto!important;width:100%!important;margin:0;font-size:15px;line-height:1.75}.stage--contact .about-deco{display:none}.stage--contact .choose-section{position:relative;top:auto;height:auto;padding:40px 0 48px}.stage--contact .choose-section .center-frame{position:relative;width:100%;height:auto;margin:0;padding:0 16px;display:flex;flex-direction:column;align-items:stretch;gap:16px}.stage--contact .choose-title{font-size:clamp(22px,5.5vw,28px);line-height:1.3}.stage--contact .choose-sub,.stage--contact .choose-title{position:relative;left:auto;right:auto;top:auto;margin:0 0 8px;padding:0 4px}.stage--contact .choose-sub{font-size:15px;line-height:1.5}.stage--contact .choose-card{position:relative!important;left:auto!important;top:auto!important;width:100%!important;max-width:420px;margin:0 auto;height:280px}.stage--contact .choose-card h3{font-size:clamp(22px,6vw,32px);line-height:1.15}.stage--contact .choose-card:hover{transform:none}.stage--contact .offices-section{position:relative;top:auto;height:auto;padding:44px 0 40px}.stage--contact .offices-section .center-frame{position:relative;width:100%;height:auto;margin:0;padding:0 16px}.stage--contact .offices-title{position:relative;left:auto;right:auto;top:auto;margin:0 0 8px;font-size:clamp(22px,5.5vw,28px);line-height:1.3}.stage--contact .offices-sub{position:relative;left:auto;right:auto;top:auto;margin:0 0 20px;font-size:15px;line-height:1.5}.stage--contact .offices-map{position:relative;left:auto;top:auto;width:100%;height:auto;display:flex;flex-direction:column;align-items:center;gap:14px}.stage--contact .offices-map>img{width:100%;height:auto;max-height:200px;object-fit:contain;display:none}.stage--contact .city-card{position:relative!important;left:auto!important;top:auto!important;width:100%;max-width:380px;margin:0}.stage--contact .city-card:hover{transform:none}.stage--contact .contact-section{position:relative;top:auto;height:auto;padding:40px 0 36px}.stage--contact .contact-section .center-frame{position:relative;width:100%;height:auto;margin:0;padding:0 16px;display:flex;flex-direction:column;align-items:stretch;gap:14px}.stage--contact .contact-title{font-size:clamp(22px,5.5vw,28px);line-height:1.3}.stage--contact .contact-sub,.stage--contact .contact-title{position:relative;left:auto;right:auto;top:auto;margin:0 0 8px}.stage--contact .contact-sub{font-size:15px;line-height:1.5}.stage--contact .contact-card{position:relative!important;left:auto!important;top:auto!important;width:100%!important;max-width:420px;margin:0 auto;height:auto;min-height:96px;padding:16px 18px;gap:16px;border-radius:16px}.stage--contact .contact-card>img{width:52px;height:52px}.stage--contact .contact-card-title{font-size:17px}.stage--contact .contact-card:hover{transform:none}.stage--contact .cta-banner{position:relative;top:auto!important;left:auto;width:100%;height:auto;min-height:240px;padding:40px 20px 48px;overflow:hidden}.stage--contact .cta-banner .bg{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;transform:none!important}.stage--contact .cta-banner .cta-title{position:relative;top:auto;left:auto;right:auto;padding:0 8px;font-size:clamp(20px,5.5vw,26px);line-height:1.35;z-index:1}.stage--contact .cta-banner .btn{position:relative;top:auto;left:auto;margin:20px auto 0;display:block;z-index:1}.stage--contact footer{position:relative;top:auto!important;left:auto;width:100%;height:auto;min-height:0;padding:36px 20px max(28px,env(safe-area-inset-bottom))}.stage--contact footer .center-frame{position:static;width:100%;height:auto;margin:0;padding:0}.stage--contact footer .abs{position:static!important;left:auto!important;top:auto!important;margin:0 0 22px;transform:none!important}.stage--contact footer .footer-brand{display:flex;align-items:center;gap:10px;margin-bottom:20px}.stage--contact footer .footer-brand img{width:40px;height:auto}.stage--contact footer .footer-brand-text{font-size:22px}.stage--contact footer .footer-contact-label-1,.stage--contact footer .footer-contact-label-2{display:block;font-size:13px;margin-bottom:4px;color:#9aa3af}.stage--contact footer .footer-contact-value-1,.stage--contact footer .footer-contact-value-2{display:block;font-size:14px;margin-bottom:16px}.stage--contact footer .col .col-title{font-size:15px;margin-bottom:10px}.stage--contact footer .col a{font-size:14px;line-height:1.85}.stage--contact footer .footer-contact-link{display:flex;align-items:center;gap:8px}.stage--contact footer .footer-contact-icon{width:16px;height:16px}.stage--contact footer .copy{position:static;display:block;text-align:center;margin:28px 0 0;padding-top:16px;font-size:12px;color:#9aa3af}}:root{--text:#0f172a;--muted:#64748b;--line:#e2e8f0;--bg:#f8fafc;--brand:#1677ff;--surface:#ffffff}*{box-sizing:border-box}.page--doc{min-height:100vh;font-family:PingFang SC,Microsoft YaHei,Noto Sans SC,system-ui,sans-serif;color:var(--text);background:var(--bg)}.container{width:min(1120px,calc(100% - 48px));margin:0 auto}.topbar{position:-webkit-sticky;position:sticky;top:0;z-index:10;background:rgba(255,255,255,.92);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--line)}.topbar-inner{height:72px;justify-content:space-between;gap:20px}.topbar .brand,.topbar-inner{display:flex;align-items:center}.topbar .brand{gap:10px;font:400 22px/1 Gugi,system-ui,sans-serif;color:var(--text);text-decoration:none}.topbar .menu{display:flex;gap:24px;align-items:center}.topbar .menu a{color:var(--muted);text-decoration:none;font-size:14px}.topbar .menu a.active{color:var(--brand);font-weight:600}.hero{padding:88px 0 36px}.eyebrow{margin:0 0 8px;color:var(--brand);font-size:13px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.hero h1{margin:0 0 12px;font-size:42px;line-height:1.2}.hero p{margin:0;color:var(--muted);font-size:16px;line-height:1.8}.doc-section{margin:0 0 30px}.doc-section h2{margin:0 0 16px;font-size:28px}.card{background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:18px 20px;margin-bottom:12px}.card h3{margin:0 0 8px;font-size:18px}.card p,.card ul{margin:0;color:#334155;line-height:1.8}.card ul{padding-left:20px}.notice-list li{margin:2px 0}.image-grid{display:grid;grid-template-columns:1fr;grid-gap:12px;gap:12px;margin:10px 0 0}.image-grid-large{gap:16px}.image-grid.cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.image-grid.cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.image-card{margin:0;background:var(--surface);border:1px solid var(--line);border-radius:14px;overflow:hidden}.image-card img{display:block;width:100%;object-fit:cover;background:#eef2ff}.image-grid-large .image-card img{max-height:640px;object-fit:contain;background:#f8fafc}.image-card figcaption{padding:10px 12px;font-size:13px;color:var(--muted)}.step-list{margin:0;background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:14px 20px 14px 22px}.step-list li{margin:8px 0;line-height:1.8;color:#334155}@media (max-width:1024px){.image-grid.cols-3,.image-grid.cols-4{grid-template-columns:repeat(2,minmax(0,1fr))}}.page--doc .mobile-menu-toggle{display:none;flex-direction:column;justify-content:space-between;width:24px;height:18px;background:none;border:none;cursor:pointer;padding:0;margin-right:16px}.page--doc .mobile-menu-toggle span{display:block;width:100%;height:2px;background:var(--text);border-radius:1px;transition:all .3s ease}.page--doc .mobile-menu-toggle.active span:first-child{transform:rotate(45deg) translate(5px,5px)}.page--doc .mobile-menu-toggle.active span:nth-child(2){opacity:0}.page--doc .mobile-menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}@media (max-width:720px){.container{width:calc(100% - 28px)}.topbar-inner{height:auto;padding:14px 0;flex-wrap:wrap}.page--doc .menu,.page--sites .menu{width:100%;flex-wrap:wrap;gap:12px 16px}.hero{padding-top:54px}.hero h1{font-size:30px}.doc-section h2{font-size:22px}.image-grid.cols-3,.image-grid.cols-4{grid-template-columns:1fr}}.page--sites>footer{border-top:1px solid var(--line);padding:20px 0 30px;color:var(--muted);font-size:13px}footer.footer-doc{position:relative;left:0;top:auto;width:100%;height:420px;margin-top:0;padding:0;color:inherit;font-size:14px;background:#fafbfd;border-top:1px solid #e6eaf0;overflow:hidden}footer.footer-doc .center-frame{position:absolute;left:0;right:0;width:1440px;height:100%;margin:0 auto}.doc-layout{display:grid;grid-template-columns:minmax(0,1fr) 220px;grid-gap:40px;gap:40px;align-items:start;padding:56px 0 80px}.doc-main{min-width:0}.doc-breadcrumb{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--muted);margin-bottom:28px}.doc-breadcrumb a{color:var(--muted);text-decoration:none;transition:color .2s}.doc-breadcrumb a:hover{color:var(--brand)}.doc-breadcrumb .sep{color:#cbd5e1}.doc-breadcrumb .current{color:var(--text);font-weight:500}.doc-block{scroll-margin-top:100px;margin-bottom:56px}.doc-updated{font-size:14px;color:var(--muted);margin:-12px 0 28px}.doc-h1{font-size:36px;line-height:1.3;margin:0 0 24px;font-weight:700}.doc-h2{font-size:28px;line-height:1.35;margin:0 0 20px;font-weight:700}.doc-p{margin:0 0 14px;font-size:15px;line-height:2;color:#1f2937}.doc-figure{margin:24px 0 0;background:#f3f6fb;border-radius:14px;overflow:hidden}.doc-figure img{display:block;width:100%;height:auto;object-fit:contain;background:#f3f6fb}.doc-toc{position:-webkit-sticky;position:sticky;top:100px;background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:18px 18px 14px}.doc-toc-title{font-size:14px;font-weight:600;color:var(--text);margin-bottom:12px}.doc-toc ul{list-style:none;margin:0;padding:0}.doc-toc li{margin:0}.doc-toc a{display:block;padding:10px 12px;border-radius:8px;font-size:14px;color:var(--muted);text-decoration:none;transition:color .2s,background .2s}.doc-toc a.active,.doc-toc a:hover{color:var(--brand)}.doc-toc a.active{background:rgba(22,119,255,.08);font-weight:600}@media (max-width:1024px){.doc-layout{grid-template-columns:1fr;gap:24px;padding-top:32px}.doc-toc{position:static;order:-1}}@media (max-width:720px){.doc-h1{font-size:26px}.doc-h2{font-size:22px}.doc-p{font-size:14px}footer.footer-doc{height:auto;min-height:300px;padding:40px 20px 30px}footer.footer-doc .center-frame{position:static;width:100%;height:auto;margin:0;padding:0}footer.footer-doc .abs{position:static;margin:0 0 25px;transform:none!important}footer.footer-doc .footer-brand{display:flex;align-items:center;gap:12px;margin-bottom:25px}footer.footer-doc .footer-brand img{width:40px;height:36px}footer.footer-doc .footer-brand-text{font-size:18px}footer.footer-doc .footer-contact-label-1,footer.footer-doc .footer-contact-label-2{display:block;font-size:14px;margin-bottom:4px}footer.footer-doc .footer-contact-value-1,footer.footer-doc .footer-contact-value-2{display:block;font-size:14px;margin-bottom:20px}footer.footer-doc .col{margin-bottom:25px}footer.footer-doc .col-title{font-size:16px;font-weight:600;margin-bottom:12px}footer.footer-doc .col a{display:block;font-size:14px;line-height:1.8;color:var(--muted)}footer.footer-doc .footer-contact-link{display:flex;align-items:center;gap:8px;font-size:14px;line-height:1.8}footer.footer-doc .footer-contact-icon{width:16px;height:16px}footer.footer-doc .copy{display:block;text-align:center;font-size:12px;margin:30px auto 0;padding:20px 0 0;max-width:100%}}.stage--product{--stage-height:5034px}.stage--product .product-hero-bg{left:0;top:0;width:100%;height:767px;object-fit:cover;object-position:center top;pointer-events:none;z-index:0}.stage--product-workflow .product-hero-bg{height:666px}.stage--product-bot .product-hero-bg{top:-11px;height:720px}.stage--product-knowledge .product-hero-bg{top:-119px;height:810px}.stage--product-notify .product-hero-bg{height:827px}.product-hero-title{margin:0;left:0;right:0;top:162px;text-align:center;font-size:80px;line-height:100px;font-weight:700;color:#333;z-index:2}html[lang=en-US] .product-hero-title{top:168px;font-size:56px;line-height:72px;padding:0 80px}.product-hero-sub{margin:0;left:0;right:0;top:272px;text-align:center;font-size:18px;line-height:28px;color:var(--c-text-2);z-index:2}html[lang=en-US] .product-hero-sub{padding:0 160px}.stage--product .cta-main{z-index:2}.product-hero-shot{left:0;right:0;top:464px;width:1190px;height:668px;margin:0 auto;border-radius:24px;overflow:hidden;z-index:2}.product-hero-card,.product-hero-shot-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.product-hero-shot-inner{position:absolute;object-fit:contain;background:transparent}.product-hero-shot-img,.product-hero-shot-inner{transition:transform .35s var(--ease-soft)}.product-feat{left:0;top:0;width:100%;height:0}.product-feat .center-frame{top:0;height:0;overflow:visible}.product-feat-title{margin:0;width:519px;font-size:36px;line-height:52px;font-weight:700;color:#000}.product-feat-desc{margin:0;width:519px;font-size:24px;line-height:32px;color:#333}.product-feat-img{width:519px;height:564px;object-fit:contain;transform-origin:center center;transition:transform .35s var(--ease-soft)}@media (hover:hover) and (pointer:fine){.product-hero-shot:hover .product-hero-shot-img,.product-hero-shot:hover .product-hero-shot-inner{transform:scale(1.05)}.product-feat-img:hover{z-index:4;transform:scale(1.05)}}.product-feat-1 .product-feat-img{left:125px;top:1312px}.product-feat-1 .product-feat-title{left:794px;top:1521px}.product-feat-1 .product-feat-desc{left:794px;top:1603px}.product-feat-2 .product-feat-img{left:801px;top:2026px;width:521px}.product-feat-2 .product-feat-title{left:180px;top:2235px}.product-feat-2 .product-feat-desc{left:180px;top:2317px}.product-feat-3 .product-feat-img{left:125px;top:2740px}.product-feat-3 .product-feat-title{left:794px;top:2949px}.product-feat-3 .product-feat-desc{left:794px;top:3031px}.product-feat-4 .product-feat-img{left:801px;top:3454px}.product-feat-4 .product-feat-title{left:180px;top:3663px}.product-feat-4 .product-feat-desc{left:180px;top:3745px}.stage--product-notify .product-feat-1 .product-feat-title{top:1537px}.stage--product-notify .product-feat-1 .product-feat-desc{top:1619px}.stage--product-notify .product-feat-2 .product-feat-title{top:2244px}.stage--product-notify .product-feat-2 .product-feat-desc{top:2326px}.stage--product-notify .product-feat-3 .product-feat-desc,.stage--product-notify .product-feat-3 .product-feat-title{left:803px}.stage--product-notify .product-feat-4 .product-feat-title{top:3679px}.stage--product-notify .product-feat-4 .product-feat-desc{top:3761px}.stage--product .cta-banner{top:4164px}.stage--product footer{top:4614px;border-top:0}.menu-dropdown--product .menu-dropdown-menu{left:-82px;top:31px;width:231px;min-width:231px;height:305px;padding:24px 16px 16px;margin:0;border:0;border-radius:0;background:url(/assets/img/product/nav/panel.svg) no-repeat 50%/100% 100%;box-shadow:none;filter:drop-shadow(0 14px 30px rgba(16,34,69,.12));transform:translateY(-4px)}.menu-dropdown--product:focus-within .menu-dropdown-menu,.menu-dropdown--product:hover .menu-dropdown-menu{transform:translateY(0)}.menu-dropdown--product .menu-dropdown-menu li+li{margin-top:10px}.menu-dropdown--product .menu-dropdown-menu a.product-dd-item{display:flex;align-items:center;gap:8px;height:45px;padding:0 12px 0 10px;border-radius:7px;font-size:14px;font-weight:400;line-height:17.5px;color:#000}.menu-dropdown--product .menu-dropdown-menu a.product-dd-item .product-dd-icon{width:20px;height:20px;flex:0 0 20px;background-color:currentColor;-webkit-mask:var(--product-dd-icon) center /contain no-repeat;mask:var(--product-dd-icon) center /contain no-repeat}.product-dd-icon--service{--product-dd-icon:url(/assets/img/product/nav/icon-service.svg)}.product-dd-icon--workflow{--product-dd-icon:url(/assets/img/product/nav/icon-workflow.svg)}.product-dd-icon--bot{--product-dd-icon:url(/assets/img/product/nav/icon-bot.svg)}.product-dd-icon--knowledge{--product-dd-icon:url(/assets/img/product/nav/icon-knowledge.svg)}.product-dd-icon--notify{--product-dd-icon:url(/assets/img/product/nav/icon-notify.svg)}.product-dd-check{width:9.5px;height:7.5px;margin-left:auto;opacity:0;flex:0 0 9.5px}.menu-dropdown--product .menu-dropdown-menu a.product-dd-item.is-active,.menu-dropdown--product .menu-dropdown-menu a.product-dd-item:hover{background:rgba(22,119,255,.1);color:#1677ff;font-weight:500}.menu-dropdown--product .menu-dropdown-menu a.product-dd-item.is-active .product-dd-check,.menu-dropdown--product .menu-dropdown-menu a.product-dd-item:hover .product-dd-check{opacity:1}.menu-dropdown--product .menu-dropdown-trigger{cursor:pointer}.menu-dropdown-caret-img{width:12px;height:12px;display:block;transition:transform .2s var(--ease-soft)}.menu-dropdown--product:focus-within .menu-dropdown-caret-img,.menu-dropdown--product:hover .menu-dropdown-caret-img{transform:rotate(180deg)}@media (max-width:768px){.page.page--product{width:100%;max-width:100%;height:auto!important;overflow-x:hidden;overflow-y:visible}.page.page--product .stage--product{width:100%!important;transform:none!important;transform-origin:top center;height:auto!important;min-height:0;overflow:visible;position:relative;padding-bottom:env(safe-area-inset-bottom,0)}.page--product .nav.abs{position:fixed;left:0;right:0;top:0;width:100%;height:auto;min-height:56px;padding:max(10px,env(safe-area-inset-top)) 16px 10px;z-index:100;background:rgba(255,255,255,.92);backdrop-filter:saturate(180%) blur(12px);-webkit-backdrop-filter:saturate(180%) blur(12px);box-shadow:0 1px 0 rgba(15,32,72,.06)}.page--product .nav.is-scrolled{left:0;transform:none;animation:none}.stage--product .product-hero-bg{position:relative;top:0!important;left:auto;width:100%;height:220px}.stage--product .cta-main,.stage--product .product-feat,.stage--product .product-feat-desc,.stage--product .product-feat-img,.stage--product .product-feat-title,.stage--product .product-hero-shot,.stage--product .product-hero-sub,.stage--product .product-hero-title{position:relative;left:auto;right:auto;top:auto;width:auto;height:auto;margin:0}.stage--product .product-hero-title{padding:20px 20px 12px;font-size:clamp(28px,8vw,40px);line-height:1.15;text-align:center}html[lang=en-US] .stage--product .product-hero-title{font-size:clamp(24px,7vw,34px);padding:20px 16px 12px}.stage--product .product-hero-sub{padding:0 20px 20px;font-size:15px;line-height:1.55;text-align:center}html[lang=en-US] .stage--product .product-hero-sub{padding:0 20px 20px}.stage--product .cta-main{margin:0 auto 28px;display:block}.stage--product .product-hero-shot{width:calc(100% - 32px);height:auto;aspect-ratio:1190/668;margin:0 16px 40px;border-radius:16px}.stage--product .product-feat{display:flex;flex-direction:column;gap:16px;padding:0 20px 48px;height:auto}.stage--product .product-feat .center-frame{position:static;width:100%;height:auto;display:contents}.stage--product .product-feat-2,.stage--product .product-feat-4{flex-direction:column}.stage--product .product-feat-img{width:100%;height:auto;aspect-ratio:519/564}.stage--product .product-feat-img:hover,.stage--product .product-hero-shot:hover .product-hero-shot-img,.stage--product .product-hero-shot:hover .product-hero-shot-inner{transform:none}.stage--product .product-feat-title{font-size:24px;line-height:1.35}.stage--product .product-feat-desc{font-size:16px;line-height:1.55}.stage--product .cta-banner{position:relative;top:auto!important;left:auto;width:100%;height:auto;min-height:240px;padding:40px 20px 48px;overflow:hidden}.stage--product .cta-banner .bg{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;transform:none!important}.stage--product .cta-banner .cta-title{position:relative;top:auto;left:auto;right:auto;padding:0 8px;font-size:clamp(20px,5.5vw,26px);line-height:1.35;z-index:1}.stage--product .cta-banner .btn{position:relative;top:auto;left:auto;margin:20px auto 0;display:block;z-index:1}.stage--product footer{position:relative;top:auto!important;left:auto;width:100%;height:auto;min-height:0;padding:36px 20px max(28px,env(safe-area-inset-bottom))}.stage--product footer .center-frame{position:static;width:100%;height:auto;margin:0;padding:0}.stage--product footer .abs{position:static!important;left:auto!important;top:auto!important;margin:0 0 22px;transform:none!important}.stage--product footer .footer-contact-link{display:flex;align-items:center;gap:8px}.stage--product footer .footer-contact-icon{width:16px;height:16px}.menu-dropdown--product .menu-dropdown-menu{position:static;left:auto;top:auto;width:auto;min-width:0;height:auto;padding:8px 0 0 8px;background:none;filter:none;transform:none!important}.menu-dropdown--product:focus-within .menu-dropdown-menu,.menu-dropdown--product:hover .menu-dropdown-menu{transform:none}.product-dd-item{height:40px}}.stage--download{--stage-height:1320px}.menu a.active{color:#1677ff}.menu a.active:after{width:100%}.download-hero-bg{max-width:100%;object-fit:cover;object-position:center top;pointer-events:none;z-index:0;display:block}.download-hero-bg,.download-main{left:0;top:0;width:100%;height:900px}.download-main{z-index:1}.download-identity{left:670px;top:190px;flex-direction:column}.download-identity,.download-logo{width:88px;display:flex;align-items:center}.download-logo{height:88px;border-radius:20px;background:#fff;justify-content:center;overflow:hidden}.download-logo img{width:61.016px;height:55.945px}.download-brand{margin-top:10px;width:77.483px;font:400 20.852px/25.555px Gugi,system-ui,sans-serif;color:#333;text-align:center}.download-title{left:366px;top:346px;margin:0;width:691px;height:55px;font-size:55px;font-weight:700;line-height:55px;color:#333;letter-spacing:0;white-space:nowrap}.download-sub{left:369px;top:424px;margin:0;width:685px;font-size:18px;font-weight:400;line-height:28px;color:rgba(0,8,12,.93);white-space:nowrap}.download-btns{left:545px;top:489px;gap:19px}.download-btn,.download-btns{display:flex;align-items:center}.download-btn{width:172px;height:62px;border:0;border-radius:31px;justify-content:center;gap:10px;padding:0;cursor:pointer;font-size:18px;font-weight:500;line-height:28px;overflow:hidden}.download-btn img{width:30px;height:30px;flex-shrink:0}.download-btn-ios{background:var(--grad-cta);color:rgba(255,255,255,.92)}.download-btn-android{background:rgba(255,255,255,.5);color:rgba(51,51,51,.92)}.download-card{top:620px;width:346px;height:220px;border-radius:26px;background:#fff;overflow:hidden}.download-card-1{left:177px}.download-card-2{left:547px}.download-card-3{left:917px}.download-card img{position:absolute;left:30px;top:30px;width:47px;height:47px}.download-card h3{top:104px;font-size:24px;font-weight:600;line-height:32px;color:#111}.download-card h3,.download-card p{position:absolute;left:30px;margin:0}.download-card p{top:145px;width:288px;font-size:14px;font-weight:400;line-height:20px;color:#666}.stage--download footer{top:900px}html[lang=en-US] .download-title{left:120px;width:1200px;height:auto;white-space:normal;text-align:center;font-size:48px;line-height:56px}html[lang=en-US] .download-sub{left:180px;width:1080px;white-space:normal;text-align:center}html[lang=en-US] .download-card h3{white-space:normal;width:288px}@media (max-width:768px){.page.page--download{width:100%;max-width:100%;height:auto!important;overflow-x:hidden;overflow-y:visible}.page.page--download .stage--download{width:100%!important;transform:none!important;transform-origin:top center;height:auto!important;min-height:0;overflow:visible;position:relative;padding-bottom:env(safe-area-inset-bottom,0)}.stage--download>.nav.abs{position:fixed;left:0;right:0;top:0;width:100%;height:auto;min-height:56px;z-index:80;background:rgba(255,255,255,.92)}.stage--download>.nav.is-scrolled{left:0;transform:none;width:100%}.stage--download .download-hero-bg{position:absolute;left:0;top:0;width:100%;height:520px}.stage--download .download-main{position:relative;top:auto;left:auto;width:100%;height:auto;padding:88px 16px 32px}.stage--download .download-main .center-frame{position:relative;width:100%;height:auto;margin:0;display:flex;flex-direction:column;align-items:center}.stage--download .download-btns,.stage--download .download-card,.stage--download .download-identity,.stage--download .download-sub,.stage--download .download-title{position:relative!important;left:auto!important;top:auto!important}.stage--download .download-identity{margin:12px 0 20px}.stage--download .download-title,html[lang=en-US] .stage--download .download-title{width:100%;height:auto;margin:0 0 12px;font-size:clamp(28px,8vw,40px);line-height:1.25;white-space:normal;text-align:center}.stage--download .download-sub,html[lang=en-US] .stage--download .download-sub{width:100%;margin:0 0 24px;white-space:normal;text-align:center;font-size:15px;line-height:24px}.stage--download .download-btns{width:100%;max-width:380px;margin:0 0 28px;justify-content:center;flex-wrap:wrap}.stage--download .download-card{width:100%;max-width:420px;height:220px;margin:0 0 16px}.stage--download footer{position:relative;top:auto!important;left:auto;width:100%;height:auto;min-height:0;padding:36px 20px max(28px,env(safe-area-inset-bottom))}.stage--download footer .center-frame{position:static;width:100%;height:auto;margin:0;padding:0}.stage--download footer .abs{position:static!important;left:auto!important;top:auto!important;margin:0 0 22px;transform:none!important}.stage--download footer .footer-brand{display:flex;align-items:center;gap:10px;margin-bottom:20px}.stage--download footer .footer-brand img{width:40px;height:auto}.stage--download footer .footer-brand-text{font-size:22px}.stage--download footer .footer-contact-label-1,.stage--download footer .footer-contact-label-2{display:block;font-size:13px;margin-bottom:4px;color:#9aa3af}.stage--download footer .footer-contact-value-1,.stage--download footer .footer-contact-value-2{display:block;font-size:14px;margin-bottom:16px}.stage--download footer .col .col-title{font-size:15px;margin-bottom:10px}.stage--download footer .col a{font-size:14px;line-height:1.85}.stage--download footer .footer-contact-link{display:flex;align-items:center;gap:8px}.stage--download footer .footer-contact-icon{width:16px;height:16px}.stage--download footer .copy{position:static;display:block;text-align:center;margin:28px 0 0;padding-top:16px;font-size:12px;color:#9aa3af}}