:root{font-family:Inter,PingFang SC,Microsoft YaHei,system-ui,sans-serif;color:#10243b;background:#f7fafd;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;--navy-950: #05162a;--navy-900: #061a34;--navy-800: #082746;--brand-700: #0066cc;--brand-600: #087bee;--cyan-500: #20c8e8;--green-500: #21b891;--violet-500: #7357d8;--ink-900: #10243b;--ink-700: #334a62;--ink-500: #607084;--surface: #ffffff;--surface-soft: #f7fafd;--surface-blue: #edf4fa;--line: #dce7f0;--shadow-card: 0 18px 44px rgba(9, 37, 68, .1);--radius-lg: 28px;--radius-md: 20px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;background:var(--surface-soft)}#app{min-height:100vh}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{border:0}img{display:block;max-width:100%}h1,h2,h3,h4,p{margin-top:0}.container{width:min(1260px,calc(100% - 48px));margin-inline:auto}.section{padding:112px 0}.section-soft{background:var(--surface-blue)}.eyebrow{margin-bottom:18px;color:var(--brand-600);font-size:13px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.section-title{margin-bottom:16px;color:var(--ink-900);font-size:clamp(32px,4vw,48px);line-height:1.18;letter-spacing:-.03em}.section-lead{max-width:760px;margin-bottom:54px;color:var(--ink-500);font-size:17px;line-height:1.8}.gradient-text{color:var(--cyan-500)}.card{border:1px solid rgba(220,231,240,.8);border-radius:var(--radius-md);background:#fff;box-shadow:var(--shadow-card)}.btn{display:inline-flex;min-height:48px;align-items:center;justify-content:center;gap:8px;padding:0 22px;border-radius:12px;font-weight:750;transition:transform .2s ease,box-shadow .2s ease,background .2s ease;cursor:pointer}.btn:hover{transform:translateY(-2px)}.btn-primary{color:#05213d;background:linear-gradient(90deg,var(--brand-600),var(--cyan-500));box-shadow:0 12px 28px #087bee3d}.btn-light{color:var(--brand-700);background:#fff}.btn-dark{color:#fff;background:var(--navy-900)}.btn-ghost{color:#fff;border:1px solid rgba(255,255,255,.25);background:#ffffff14}.page-hero{position:relative;overflow:hidden;color:#fff;background:linear-gradient(135deg,var(--navy-900),var(--brand-700))}.page-hero:before{position:absolute;top:0;right:0;bottom:0;left:0;content:"";background-image:linear-gradient(rgba(95,175,247,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(95,175,247,.08) 1px,transparent 1px);background-size:48px 48px;-webkit-mask-image:linear-gradient(to bottom,#000,transparent 95%);mask-image:linear-gradient(to bottom,#000,transparent 95%)}.page-hero>*{position:relative;z-index:1}.page-hero-inner{padding:110px 0 132px}.page-hero h1{max-width:900px;margin-bottom:22px;font-size:clamp(46px,6vw,72px);line-height:1.08;letter-spacing:-.045em}.page-hero p{max-width:800px;margin:0;color:#c7ddf2;font-size:18px;line-height:1.8}.page-hero-wave{position:absolute;right:-5%;bottom:-58px;left:-5%;height:110px;border-radius:50% 50% 0 0/100% 100% 0 0;background:var(--surface-soft)}@media (max-width: 900px){.container{width:min(calc(100% - 32px),720px)}.section{padding:76px 0}.page-hero-inner{padding:84px 0 108px}.section-lead{margin-bottom:36px}}@media (max-width: 560px){.container{width:min(calc(100% - 28px),420px)}.section{padding:62px 0}.page-hero-inner{padding:70px 0 92px}.page-hero h1{font-size:38px}.page-hero p{font-size:15px}.btn{min-height:44px;padding-inline:18px;font-size:14px}}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.main-layout[data-v-39ceb8a6]{min-height:100vh;display:flex;flex-direction:column}.main-content[data-v-39ceb8a6]{flex:1}.site-header[data-v-39ceb8a6]{position:sticky;top:0;z-index:100;padding:14px 0;color:#fff;background:#05162af0;box-shadow:0 12px 36px #020f1f2e;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.header-shell[data-v-39ceb8a6]{min-height:58px;display:flex;align-items:center;justify-content:space-between;padding:0 18px;border:1px solid rgba(255,255,255,.1);border-radius:18px;background:#ffffff0f}.brand[data-v-39ceb8a6]{display:inline-flex;align-items:center;gap:12px;color:#fff}.brand img[data-v-39ceb8a6]{width:52px;height:40px;flex:0 0 auto;object-fit:contain}.brand span[data-v-39ceb8a6]{display:flex;flex-direction:column;line-height:1.05}.brand strong[data-v-39ceb8a6]{font-size:17px}.brand small[data-v-39ceb8a6]{margin-top:6px;color:#7fa8cd;font-size:8px;letter-spacing:.14em}.desktop-nav[data-v-39ceb8a6]{display:flex;align-items:center;gap:30px}.desktop-nav>a[data-v-39ceb8a6]:not(.header-cta){position:relative;color:#c7d8e8;font-size:14px;font-weight:650}.desktop-nav>a[data-v-39ceb8a6]:not(.header-cta):after{position:absolute;right:50%;bottom:-12px;left:50%;height:2px;content:"";background:var(--cyan-500);transition:left .2s,right .2s}.desktop-nav>a[data-v-39ceb8a6]:hover,.desktop-nav>a.active[data-v-39ceb8a6]{color:#fff}.desktop-nav>a.active[data-v-39ceb8a6]:after{right:0;left:0}.language-button[data-v-39ceb8a6]{min-width:42px;padding:7px 10px;color:#c7d8e8;border:1px solid rgba(255,255,255,.16);border-radius:9px;background:#ffffff0a;cursor:pointer}.language-button[data-v-39ceb8a6]:hover{color:#fff;background:#ffffff1a}.header-cta[data-v-39ceb8a6]{padding:10px 18px;color:var(--brand-700);border-radius:10px;background:#fff;font-size:13px;font-weight:800}.mobile-menu-toggle[data-v-39ceb8a6]{display:none;width:42px;height:42px;align-items:center;justify-content:center;flex-direction:column;gap:5px;border-radius:12px;background:#ffffff14}.mobile-menu-toggle span[data-v-39ceb8a6]{width:19px;height:2px;border-radius:2px;background:#fff;transition:.2s}.mobile-menu-toggle.active span[data-v-39ceb8a6]:nth-child(1){transform:translateY(7px) rotate(45deg)}.mobile-menu-toggle.active span[data-v-39ceb8a6]:nth-child(2){opacity:0}.mobile-menu-toggle.active span[data-v-39ceb8a6]:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-menu[data-v-39ceb8a6]{display:none}.site-footer[data-v-39ceb8a6]{padding:70px 0 26px;color:#91a9bf;background:var(--navy-950)}.footer-grid[data-v-39ceb8a6]{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:54px}.footer-grid h3[data-v-39ceb8a6]{margin-bottom:24px;color:#fff;font-size:15px}.footer-grid>div:not(.footer-brand)>a[data-v-39ceb8a6],.footer-contact p[data-v-39ceb8a6]{display:block;margin:0 0 14px;color:#91a9bf;font-size:13px}.footer-grid>div:not(.footer-brand)>a[data-v-39ceb8a6]:hover{color:#fff}.footer-brand p[data-v-39ceb8a6]{max-width:400px;margin:25px 0 22px;font-size:13px;line-height:1.9}.footer-consult[data-v-39ceb8a6]{display:inline-flex;color:#62d8ef;font-size:13px;font-weight:800}.footer-contact a[data-v-39ceb8a6]{display:block;margin-bottom:14px;color:#91a9bf;font-size:13px}.footer-contact a[data-v-39ceb8a6]:hover{color:#fff}.footer-bottom[data-v-39ceb8a6]{display:flex;justify-content:space-between;gap:20px;margin-top:54px;padding-top:24px;border-top:1px solid rgba(255,255,255,.09);font-size:11px}.footer-bottom p[data-v-39ceb8a6]{margin:0}.footer-bottom span[data-v-39ceb8a6]{margin:0 10px}.fade-enter-active[data-v-39ceb8a6],.fade-leave-active[data-v-39ceb8a6]{transition:opacity .22s ease,transform .22s ease}.fade-enter-from[data-v-39ceb8a6],.fade-leave-to[data-v-39ceb8a6]{opacity:0;transform:translateY(6px)}.customer-service-fab[data-v-39ceb8a6]{position:fixed;right:28px;bottom:calc(28px + env(safe-area-inset-bottom));z-index:92;width:60px;height:60px;display:grid;place-items:center;color:#fff;border:1px solid rgba(255,255,255,.72);border-radius:50%;background:linear-gradient(145deg,var(--brand-600),var(--cyan-500));box-shadow:0 14px 35px #087bee61;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.customer-service-fab[data-v-39ceb8a6]:before{position:absolute;top:-6px;right:-6px;bottom:-6px;left:-6px;z-index:-1;content:"";border:1px solid rgba(31,194,230,.35);border-radius:inherit;animation:customer-service-pulse-39ceb8a6 2.4s ease-out infinite}.customer-service-fab[data-v-39ceb8a6]:hover,.customer-service-fab[data-v-39ceb8a6]:focus-visible{color:#fff;outline:none;transform:translateY(-3px);box-shadow:0 18px 42px #087bee7a}.customer-service-fab[data-v-39ceb8a6]:focus-visible{box-shadow:0 0 0 4px #ffffffe6,0 0 0 7px #087bee73,0 18px 42px #087bee7a}.customer-service-icon[data-v-39ceb8a6]{width:29px;height:29px;display:grid;place-items:center}.customer-service-icon svg[data-v-39ceb8a6]{width:100%;height:100%;overflow:visible;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.customer-service-icon circle[data-v-39ceb8a6]{fill:currentColor;stroke:none}.customer-service-tooltip[data-v-39ceb8a6]{position:absolute;right:calc(100% + 13px);top:50%;width:max-content;padding:8px 11px;color:#fff;border-radius:8px;background:#05162af0;box-shadow:0 8px 20px #020f1f33;font-size:12px;font-weight:700;pointer-events:none;opacity:0;transform:translate(6px,-50%);transition:opacity .18s ease,transform .18s ease}.customer-service-tooltip[data-v-39ceb8a6]:after{position:absolute;top:50%;left:100%;content:"";border:5px solid transparent;border-left-color:#05162af0;transform:translateY(-50%)}.customer-service-fab:hover .customer-service-tooltip[data-v-39ceb8a6],.customer-service-fab:focus-visible .customer-service-tooltip[data-v-39ceb8a6]{opacity:1;transform:translateY(-50%)}.customer-service-backdrop[data-v-39ceb8a6]{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;border:0;background:#020f1f40;cursor:default;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.customer-service-panel[data-v-39ceb8a6]{position:fixed;right:28px;bottom:calc(100px + env(safe-area-inset-bottom));z-index:91;width:min(410px,calc(100vw - 32px));height:min(650px,calc(100vh - 150px));overflow:hidden;border:1px solid rgba(255,255,255,.75);border-radius:20px;background:#fff;box-shadow:0 24px 70px #020f1f47}.customer-service-panel-header[data-v-39ceb8a6]{height:62px;display:flex;align-items:center;justify-content:space-between;padding:0 14px 0 18px;color:#fff;background:linear-gradient(120deg,var(--navy-900),var(--brand-700))}.customer-service-panel-header>div[data-v-39ceb8a6]:first-child{display:flex;flex-direction:column;gap:3px}.customer-service-panel-header strong[data-v-39ceb8a6]{font-size:15px}.customer-service-panel-header small[data-v-39ceb8a6]{color:#ffffffa6;font-size:10px;letter-spacing:.06em}.customer-service-panel-actions[data-v-39ceb8a6]{display:flex;align-items:center;gap:6px}.customer-service-panel-actions a[data-v-39ceb8a6],.customer-service-panel-actions button[data-v-39ceb8a6]{width:34px;height:34px;display:grid;place-items:center;padding:0;color:#fff;border:0;border-radius:9px;background:#ffffff1a;cursor:pointer}.customer-service-panel-actions a[data-v-39ceb8a6]:hover,.customer-service-panel-actions button[data-v-39ceb8a6]:hover,.customer-service-panel-actions a[data-v-39ceb8a6]:focus-visible,.customer-service-panel-actions button[data-v-39ceb8a6]:focus-visible{color:#fff;outline:none;background:#fff3}.customer-service-panel-actions svg[data-v-39ceb8a6]{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.customer-service-panel iframe[data-v-39ceb8a6]{width:100%;height:calc(100% - 62px);display:block;border:0;background:#f6f9fc}.customer-panel-enter-active[data-v-39ceb8a6],.customer-panel-leave-active[data-v-39ceb8a6]{transition:opacity .2s ease,transform .2s ease}.customer-panel-enter-from[data-v-39ceb8a6],.customer-panel-leave-to[data-v-39ceb8a6]{opacity:0;transform:translateY(12px) scale(.98)}@keyframes customer-service-pulse-39ceb8a6{0%{opacity:.75;transform:scale(.88)}75%,to{opacity:0;transform:scale(1.26)}}@media (max-width: 980px){.desktop-nav[data-v-39ceb8a6]{display:none}.mobile-menu-toggle[data-v-39ceb8a6]{display:flex}.mobile-menu[data-v-39ceb8a6]{position:absolute;top:100%;right:16px;left:16px;display:grid;max-height:0;gap:8px;overflow:hidden;opacity:0;border-radius:18px;background:var(--navy-900);box-shadow:var(--shadow-card);transition:.25s ease}.mobile-menu.is-open[data-v-39ceb8a6]{max-height:420px;padding:18px;opacity:1}.mobile-menu a[data-v-39ceb8a6],.mobile-menu button[data-v-39ceb8a6]{padding:13px 14px;color:#d6e6f3;border-radius:10px;background:#ffffff0f;text-align:left}.footer-grid[data-v-39ceb8a6]{grid-template-columns:1.4fr 1fr 1fr}.footer-contact[data-v-39ceb8a6]{display:none}}@media (max-width: 640px){.site-header[data-v-39ceb8a6]{padding:10px 0}.header-shell[data-v-39ceb8a6]{min-height:52px;padding-inline:12px}.brand img[data-v-39ceb8a6]{width:44px;height:34px}.brand strong[data-v-39ceb8a6]{font-size:14px}.footer-grid[data-v-39ceb8a6]{grid-template-columns:1fr 1fr}.footer-brand[data-v-39ceb8a6]{grid-column:1 / -1}.footer-bottom[data-v-39ceb8a6]{flex-direction:column}.customer-service-fab[data-v-39ceb8a6]{right:16px;bottom:calc(18px + env(safe-area-inset-bottom));width:54px;height:54px}.customer-service-icon[data-v-39ceb8a6]{width:26px;height:26px}.customer-service-tooltip[data-v-39ceb8a6]{display:none}.customer-service-panel[data-v-39ceb8a6]{right:10px;left:10px;bottom:calc(82px + env(safe-area-inset-bottom));width:auto;height:calc(100dvh - 105px);max-height:720px;border-radius:16px}}@media (prefers-reduced-motion: reduce){.customer-service-fab[data-v-39ceb8a6],.customer-service-tooltip[data-v-39ceb8a6],.customer-panel-enter-active[data-v-39ceb8a6],.customer-panel-leave-active[data-v-39ceb8a6]{transition:none}.customer-service-fab[data-v-39ceb8a6]:before{animation:none}}
