:root{--blue:#4260e4;--blue-dark:#2947c1;--green:#50ba87;--ink:#151515;--muted:#6f7682;--line:#e3e7ef;--soft:#f7f8fb;--hero:#c9dcff;--footer:#24272d;--page-bg:#ffffff;--surface:#ffffff;--surface-soft:#f7f8fb;--surface-elevated:#ffffff;--text:#151515;--text-soft:#333333;--text-muted:#6f7682;--shadow-soft:rgba(15,24,55,0.1);--container:1180px;color-scheme:light}html[data-theme=dark]{--blue:#9fb5d9;--blue-dark:#c0cfe5;--green:#8fc9a9;--ink:#e8e3d8;--muted:#aaa79f;--line:rgba(232,227,216,0.12);--soft:#1b1d1f;--hero:#22262a;--footer:#181a1d;--page-bg:#17191b;--surface:#202326;--surface-soft:#1b1e21;--surface-elevated:#272b2f;--text:#e8e3d8;--text-soft:#d3cec3;--text-muted:#aaa79f;--shadow-soft:rgba(0,0,0,0.28);color-scheme:dark}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--text);background:var(--page-bg);font-family:Poppins,Raleway,-apple-system,BlinkMacSystemFont,Segoe UI,Microsoft YaHei,Arial,sans-serif;font-size:16px;line-height:1.65;letter-spacing:0}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}button,input,select,textarea{font:inherit;letter-spacing:0}.container{width:min(100% - 40px,var(--container));margin:0 auto}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:1030;background:#fff;box-shadow:0 1px 0 rgba(21,21,21,.06);animation:headerSlideDown .35s cubic-bezier(.65,.05,.36,1) both;transition:box-shadow .28s ease,transform .28s ease}.site-header.is-stuck{box-shadow:0 8px 24px rgba(15,24,55,.1)}.nav-shell{display:flex;align-items:center;justify-content:space-between;min-height:72px;gap:20px}.brand,.footer-brand{display:inline-flex;align-items:center;gap:8px;font-weight:800}.brand{flex-direction:column;gap:3px;min-width:62px;color:#151515;font-size:11px;line-height:1.1;transition:color .25s ease,transform .25s ease}.brand img{flex:0 0 auto}.brand span{white-space:nowrap}.brand:hover{color:var(--blue);transform:translateY(-1px)}.site-nav{flex:1 1}.nav-list,.site-nav{display:flex;align-items:center;justify-content:flex-end;gap:8px}.nav-list{width:100%;padding:0;margin:0;list-style:none;white-space:nowrap}.nav-item{position:relative}.dropdown-link,.nav-link{position:relative;display:inline-flex;align-items:center;gap:4px;border:0;background:transparent;color:#333;cursor:pointer;font-size:14px;font-weight:500;line-height:1.25;padding:10px 8px;transition:color .25s ease,background .2s ease,padding .2s ease,transform .2s ease}.nav-link:after{position:absolute;right:8px;bottom:3px;left:8px;height:2px;background:var(--blue);content:"";opacity:0;transform:scaleX(0);transform-origin:left center;transition:opacity .25s ease,transform .25s cubic-bezier(1,.68,.16,.9)}.dropdown-link.active,.dropdown-link:hover,.nav-link.active,.nav-link:hover{color:var(--blue)}.nav-link.active:after,.nav-link:hover:after,.nav-more.is-open .nav-more-trigger:after,.nav-more:hover .nav-more-trigger:after{opacity:1;transform:scaleX(1)}.nav-more-trigger svg{color:rgba(0,0,0,.36);transition:color .2s ease,transform .22s ease}.nav-more-trigger:hover svg,.nav-more.is-open .nav-more-trigger svg{color:var(--blue)}.nav-more.is-open .nav-more-trigger svg{transform:rotate(180deg)}.nav-dropdown{position:absolute;top:calc(100% + 12px);left:0;min-width:180px;padding:8px 0;border-radius:12px;background:#fff;box-shadow:0 12px 40px rgba(0,0,0,.12),0 4px 12px rgba(0,0,0,.06);opacity:0;visibility:hidden;transform:translate3d(0,12px,0);transition:opacity .25s cubic-bezier(.4,0,.2,1),transform .25s cubic-bezier(.4,0,.2,1),visibility .25s ease}.nav-more.is-open .nav-dropdown{opacity:1;visibility:visible;transform:translateZ(0)}.dropdown-link{display:flex;width:100%;border-radius:6px;margin:2px 0;padding:10px 16px 10px 22px;color:#333;font-size:14px;opacity:0;transform:translate3d(0,8px,0);transition:color .2s ease,background .2s ease,padding .2s ease,opacity .22s ease,transform .22s ease}.nav-more.is-open .dropdown-link{opacity:1;transform:translateZ(0)}.nav-more.is-open .dropdown-link:first-child{transition-delay:40ms}.nav-more.is-open .dropdown-link:nth-child(2){transition-delay:80ms}.nav-more.is-open .dropdown-link:nth-child(3){transition-delay:.12s}.dropdown-link.active,.dropdown-link:hover{background:#f0f4ff;padding-left:26px}.language-switcher{position:relative}.language-trigger{display:inline-flex;align-items:center;justify-content:center;gap:5px;min-width:54px;min-height:34px;border:1px solid var(--line);border-radius:8px;background:#fff;color:#333;cursor:pointer;font-size:12px;font-weight:800;line-height:1;padding:6px 10px;transition:border-color .2s ease,color .2s ease,background .2s ease}.language-trigger svg{color:rgba(0,0,0,.36);transition:color .2s ease,transform .22s ease}.language-switcher.is-open .language-trigger,.language-trigger:hover{border-color:rgba(66,96,228,.36);color:var(--blue)}.language-switcher.is-open .language-trigger svg,.language-trigger:hover svg{color:var(--blue)}.language-switcher.is-open .language-trigger svg{transform:rotate(180deg)}.language-dropdown{position:absolute;top:calc(100% + 12px);right:0;min-width:146px;padding:8px 0;border-radius:12px;background:#fff;box-shadow:0 12px 40px rgba(0,0,0,.12),0 4px 12px rgba(0,0,0,.06);opacity:0;visibility:hidden;transform:translate3d(0,12px,0);transition:opacity .25s cubic-bezier(.4,0,.2,1),transform .25s cubic-bezier(.4,0,.2,1),visibility .25s ease}.language-switcher.is-open .language-dropdown{opacity:1;visibility:visible;transform:translateZ(0)}.language-option{display:flex;align-items:center;gap:8px;margin:0 6px;border-radius:6px;padding:9px 12px;color:#333;font-size:13px;font-weight:700;line-height:1.2;opacity:0;transform:translate3d(0,8px,0);transition:color .2s ease,background .2s ease,opacity .22s ease,transform .22s ease}.language-option span{display:inline-flex;min-width:28px;justify-content:center;color:var(--blue);font-size:12px;font-weight:900}.language-option.active,.language-option:hover{color:var(--blue);background:#f0f4ff}.language-option.active span{color:#fff;background:var(--blue);border-radius:5px}.nav-theme,.theme-toggle{display:inline-flex;align-items:center}.theme-toggle{min-height:34px;justify-content:center;gap:6px;border:1px solid var(--line);border-radius:8px;background:var(--surface);color:var(--text-soft);cursor:pointer;padding:6px 10px;font-size:12px;font-weight:800;line-height:1;transition:border-color .2s ease,color .2s ease,background .2s ease,transform .2s ease}.theme-toggle:hover{border-color:rgba(66,96,228,.36);color:var(--blue);background:rgba(66,96,228,.08);transform:translateY(-1px)}.theme-toggle svg{flex:0 0 auto}.nav-auth{display:inline-flex;align-items:center;gap:8px;margin-left:4px}.auth-nav-button,.auth-nav-link{display:inline-flex;min-height:34px;align-items:center;justify-content:center;border-radius:6px;padding:8px 14px;font-size:13px;font-weight:800;line-height:1.2;cursor:pointer;transition:color .2s ease,background .2s ease,border-color .2s ease,transform .2s ease}.auth-nav-link{border:1px solid transparent;background:transparent;color:#333}.auth-nav-link:hover{color:var(--blue)}.auth-nav-button{border:1px solid var(--blue);background:var(--blue);color:#fff}.auth-nav-button:hover{border-color:var(--blue-dark);background:var(--blue-dark);transform:translateY(-1px)}.nav-auth.has-user{position:relative}.auth-user-avatar,.nav-auth.has-user{display:inline-flex;justify-content:center}.auth-user-avatar{width:36px;height:36px;align-items:center;overflow:hidden;border:1px solid rgba(66,96,228,.2);border-radius:50%;background:#f0f4ff;color:var(--blue);cursor:pointer;padding:0}.auth-user-avatar span{display:block;width:100%;height:100%;background-position:50%;background-size:cover}.auth-user-avatar strong{font-size:14px;font-weight:900;line-height:1}.auth-user-dropdown{position:absolute;top:calc(100% + 12px);right:0;z-index:110;min-width:112px;padding:8px;border:1px solid rgba(15,24,55,.08);border-radius:10px;background:#fff;box-shadow:0 12px 34px rgba(15,24,55,.12),0 3px 10px rgba(15,24,55,.06);opacity:0;pointer-events:none;transform:translate3d(0,8px,0);transition:opacity .2s ease,transform .2s ease}.nav-auth.has-user.is-open .auth-user-dropdown{opacity:1;pointer-events:auto;transform:translateZ(0)}.auth-user-dropdown button{display:flex;width:100%;min-height:34px;align-items:center;justify-content:center;border:0;border-radius:7px;background:transparent;color:#333;cursor:pointer;font-size:13px;font-weight:800}.auth-user-dropdown button:hover{background:#f4f6ff;color:var(--blue)}.logout-confirm-layer{position:fixed;inset:0;z-index:130;display:flex;align-items:center;justify-content:center;background:rgba(15,24,55,.42);padding:22px}.logout-confirm-dialog{width:min(360px,100%);border-radius:10px;background:#fff;padding:24px;box-shadow:0 18px 48px rgba(15,24,55,.18)}.logout-confirm-dialog h2{margin:0;color:var(--ink);font-size:18px;line-height:1.35}.logout-confirm-dialog p{margin:10px 0 0;color:var(--muted);font-size:14px;line-height:1.6}.logout-confirm-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:22px}.logout-confirm-actions button{min-height:38px;border-radius:7px;cursor:pointer;font-size:14px;font-weight:900;padding:0 16px}.logout-confirm-cancel{border:1px solid var(--line);background:#fff;color:#333}.logout-confirm-submit{border:1px solid var(--blue);background:var(--blue);color:#fff}.logout-confirm-submit:hover{border-color:var(--blue-dark);background:var(--blue-dark)}.mobile-sheet-layer{position:fixed;inset:0;z-index:2200;display:flex;align-items:flex-end;justify-content:center;background:rgba(15,24,55,.34);padding:18px 14px max(14px,env(safe-area-inset-bottom))}.mobile-sheet-panel{width:min(520px,100%);max-height:min(72dvh,460px);overflow-y:auto;border-radius:18px 18px 14px 14px;background:#fff;padding:10px 12px 12px;box-shadow:0 -18px 52px rgba(15,24,55,.24)}.mobile-sheet-handle{display:block;width:42px;height:4px;border-radius:999px;background:#d9deea;margin:0 auto 14px}.mobile-sheet-panel h2{margin:0 0 10px;color:var(--ink);font-size:16px;line-height:1.35;text-align:center}.mobile-sheet-options{display:grid;grid-gap:6px;gap:6px}.mobile-sheet-option{display:flex;width:100%;min-height:48px;align-items:center;justify-content:center;gap:8px;border:0;border-radius:10px;background:transparent;color:#333;cursor:pointer;padding:12px 14px;font-size:15px;font-weight:800;line-height:1.25;text-align:center}.mobile-sheet-option.active,.mobile-sheet-option:hover{background:#f0f4ff;color:var(--blue)}.mobile-sheet-option span{display:inline-flex;min-width:30px;justify-content:center;color:var(--blue);font-size:12px;font-weight:900}.mobile-sheet-option.danger{color:#d93025}.mobile-sheet-option.danger:hover{background:#fff0ef;color:#c5221f}.mobile-sheet-cancel{width:100%;min-height:48px;border:0;border-radius:10px;background:#f7f8fb;color:#333;cursor:pointer;margin-top:10px;font-size:15px;font-weight:900}.auth-modal-layer,.mobile-sheet-cancel{display:flex;align-items:center;justify-content:center}.auth-modal-layer{position:fixed;inset:0;width:100vw;min-height:100vh;z-index:9999;background:rgba(15,24,55,.44);padding:22px;overflow-y:auto}.auth-modal{position:relative;width:min(100%,430px);max-height:min(680px,calc(100vh - 48px));overflow-y:auto;border-radius:10px;background:#fff;box-shadow:0 22px 70px rgba(15,24,55,.24);padding:30px}.auth-modal-close{position:absolute;top:14px;right:14px;display:inline-flex;width:38px;height:38px;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:50%;background:#fff;color:var(--muted);cursor:pointer;transition:color .2s ease,border-color .2s ease,background .2s ease}.auth-modal-close:hover{border-color:rgba(66,96,228,.32);color:var(--blue);background:#f0f4ff}.auth-modal-header{padding-right:34px}.auth-modal-header p{margin:0 0 8px;color:var(--blue);font-size:13px;font-weight:900}.auth-modal-header h2{margin:0;color:var(--ink);font-family:Raleway,Microsoft YaHei,Arial,sans-serif;font-size:28px;line-height:1.25}.auth-modal-header span{display:block;margin-top:10px;color:var(--muted);font-size:14px}.auth-switch{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:6px;gap:6px;margin-top:30px;border-radius:8px;background:#f2f5fb;padding:5px}.auth-switch button{min-height:38px;border:0;border-radius:6px;background:transparent;color:var(--muted);font-weight:900;cursor:pointer}.auth-switch button.active{color:var(--blue);background:#fff;box-shadow:0 6px 18px rgba(15,24,55,.08)}.auth-account-switch{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px;margin-top:12px}.auth-account-switch button{min-height:38px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--muted);font-weight:900;cursor:pointer;transition:color .2s ease,border-color .2s ease,background .2s ease}.auth-account-switch button.active{border-color:rgba(66,96,228,.24);background:#f0f4ff;color:var(--blue)}.auth-form{display:grid;grid-gap:7px;gap:7px;margin-top:12px}.auth-form label{display:grid;grid-gap:4px;gap:4px;color:var(--ink);font-size:14px;font-weight:800}.auth-form input{width:100%;min-height:46px;height:46px;border:1px solid var(--line);border-radius:8px;background:#fff;padding:12px 14px;color:var(--ink);outline:none;transition:border-color .2s ease,box-shadow .2s ease}.auth-form input:focus{border-color:var(--blue)}.auth-phone-row{display:grid;grid-template-columns:118px minmax(0,1fr);grid-gap:10px;gap:10px;align-items:start}.auth-country-code{width:100%;height:46px;line-height:46px;align-self:start}.auth-country-code .ant-select-selector{display:flex!important;min-height:46px;height:46px!important;border-color:var(--line)!important;border-radius:8px!important;padding:0 30px 0 10px!important;box-shadow:none!important;align-items:center!important}.auth-country-code .ant-select-selection-item,.auth-country-code .ant-select-selection-placeholder,.auth-country-code .ant-select-selection-wrap{display:flex!important;align-items:center!important;height:44px!important;line-height:44px!important}.auth-country-code .ant-select-selection-search{inset-inline-start:10px!important;inset-inline-end:30px!important;height:44px!important;line-height:44px!important}.auth-country-code .ant-select-selection-search-input{min-height:0!important;height:44px!important;padding:0!important}.auth-country-code .ant-select-arrow{top:50%!important;margin-top:0!important;transform:translateY(-50%)}.auth-country-code.ant-select-focused .ant-select-selector,.auth-country-code:hover .ant-select-selector{border-color:var(--blue)!important;box-shadow:0 0 0 3px rgba(66,96,228,.14)!important}.auth-country-code-popup{z-index:10000}.auth-inline-code-field{position:relative;width:100%;height:46px}.auth-inline-code-field input{height:46px;padding-right:104px}.auth-inline-code-field button{position:absolute;top:50%;right:12px;min-height:auto;border:0;border-left:1px solid var(--line);border-radius:0;background:transparent;color:var(--blue);padding:0 0 0 12px;font-size:13px;font-weight:900;line-height:1;cursor:pointer;transform:translateY(-50%);transition:color .2s ease}.auth-inline-code-field button:hover:not(:disabled){color:var(--blue-dark)}.auth-inline-code-field button:disabled{color:var(--muted);cursor:not-allowed}.auth-code-row{display:grid;grid-template-columns:minmax(0,1fr) 112px;grid-gap:10px;gap:10px}.auth-code-row button{min-height:46px;border:1px solid var(--blue);border-radius:8px;background:#fff;color:var(--blue);padding:0 12px;font-size:13px;font-weight:900;cursor:pointer;transition:color .2s ease,background .2s ease,border-color .2s ease}.auth-code-row button:hover:not(:disabled){color:#fff;background:var(--blue)}.auth-code-row button:disabled{border-color:var(--line);background:#f7f8fb;color:var(--muted);cursor:not-allowed}.auth-form-note{margin:0;border-radius:6px;background:#f0f4ff;color:var(--blue);padding:10px 12px;font-size:13px;font-weight:700}.auth-submit{width:100%;margin-top:4px}.auth-helper{display:flex;justify-content:center;gap:6px;margin:18px 0 0;color:var(--muted);font-size:14px}.switch-box{display:flex;justify-content:space-between;margin-top:5px}@media (max-width:640px){.auth-modal-layer{align-items:center;padding:14px}.auth-modal{max-height:calc(100dvh - 28px);padding:24px 20px}.auth-modal-header h2{font-size:24px}.auth-modal-header span{margin-top:6px}.auth-form input{min-height:44px}.auth-code-row{grid-template-columns:minmax(0,1fr) 104px;gap:8px}.auth-phone-row{grid-template-columns:96px minmax(0,1fr);gap:8px}.auth-country-code .ant-select-selector{min-height:44px;height:44px!important}.auth-country-code{height:44px;line-height:44px}.auth-country-code .ant-select-selection-item,.auth-country-code .ant-select-selection-placeholder,.auth-country-code .ant-select-selection-search,.auth-country-code .ant-select-selection-search-input,.auth-country-code .ant-select-selection-wrap{height:42px!important;line-height:42px!important}.auth-inline-code-field{height:44px}.auth-inline-code-field input{height:44px;padding-right:88px}.auth-inline-code-field button{right:10px;padding-left:10px;font-size:12px}.auth-code-row button{min-height:44px;padding:0 8px}}.auth-helper button,.switch-box button{border:0;background:transparent;color:var(--blue);padding:0;font-weight:900;cursor:pointer}.language-switcher.is-open .language-option{opacity:1;transform:translateZ(0)}.language-switcher.is-open .language-option:first-child{transition-delay:40ms}.language-switcher.is-open .language-option:nth-child(2){transition-delay:80ms}.language-switcher.is-open .language-option:nth-child(3){transition-delay:.12s}.nav-toggle{display:none;position:relative;width:48px;height:48px;align-items:center;justify-content:center;border:0;border-radius:0;background:transparent;color:var(--ink);cursor:pointer}.nav-toggle span,.nav-toggle span:after,.nav-toggle span:before{display:block;width:24px;height:3px;border-radius:0;background:#151515;transition:all .3s ease}.nav-toggle span{position:relative;transform:rotate(180deg)}.nav-toggle span:after,.nav-toggle span:before{position:absolute;left:0;content:""}.nav-toggle span:before{top:-10px;transform-origin:1.71429px center}.nav-toggle span:after{top:10px;transform-origin:1.71429px center}.nav-toggle[aria-expanded=true] span{transform:rotate(1turn)}.nav-toggle[aria-expanded=true] span:after,.nav-toggle[aria-expanded=true] span:before{top:0;width:15px}.nav-toggle[aria-expanded=true] span:before{transform:rotate(-40deg)}.nav-toggle[aria-expanded=true] span:after{transform:rotate(40deg)}.home-hero,.sub-hero{position:relative;overflow:hidden;background:var(--hero)}.home-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,460px);align-items:center;min-height:660px;grid-gap:32px;gap:32px}.hero-content{position:relative;z-index:2;max-width:720px;padding:68px 0}.hero-eyebrow{margin:0 0 16px;color:var(--blue);font-size:14px;font-weight:800}.home-hero h1,.sub-hero h1{margin:0;font-family:Raleway,Microsoft YaHei,Arial,sans-serif;font-size:46px;line-height:1.18;font-weight:800}.home-hero h1 span{display:block;max-width:620px}.hero-copy{max-width:660px;margin:22px 0 0;color:rgba(0,0,0,.68);font-size:17px;line-height:1.85}.hero-note{margin:8px 0 0;color:rgba(0,0,0,.56)}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.button,.mini-button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;border:2px solid var(--blue);border-radius:6px;padding:10px 20px;color:var(--blue);background:transparent;font-size:14px;font-weight:800;line-height:1.2;text-align:center;cursor:pointer;transition:color .2s ease,background .2s ease,border-color .2s ease,transform .2s ease}.button:hover,.mini-button:hover{border-color:var(--blue);transform:translateY(-1px)}.button.primary,.button:hover,.mini-button:hover{color:#fff;background:var(--blue)}.button.primary:hover{background:var(--blue-dark);border-color:var(--blue-dark)}.button.white{color:var(--ink);border-color:#fff;background:#fff}.button.white:hover{color:#fff;border-color:var(--ink);background:var(--ink)}.hero-social{display:flex;flex-wrap:wrap;gap:10px 14px;align-items:center;margin-top:24px;color:rgba(0,0,0,.68);font-size:13px}.hero-social span{font-weight:800;color:var(--ink)}.hero-social a{color:var(--blue);font-weight:700}.hero-image{position:relative;align-self:flex-start;min-height:520px}.hero-image img{position:absolute;right:0;bottom:0;width:min(42vw,460px);max-height:92%;object-fit:contain;filter:drop-shadow(2px 8px 16px rgba(0,0,0,.14))}.section{padding:86px 0}.section-muted{background:var(--soft)}.section-heading{max-width:760px;margin:0 auto 34px;text-align:center}.eyebrow-line{display:flex;align-items:center;justify-content:center;gap:14px;color:var(--blue);font-size:12px;font-weight:900;text-transform:uppercase}.eyebrow-line:after,.eyebrow-line:before{content:"";width:64px;height:1px;background:var(--line)}.cta-band h2,.section-heading h2{margin:18px 0 0;font-family:Raleway,Microsoft YaHei,Arial,sans-serif;font-size:38px;line-height:1.25}.section-heading p{margin:16px auto 0;color:var(--muted)}.card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.info-card{display:flex;gap:18px;min-height:190px;border:1px solid var(--line);border-radius:8px;background:#fff;padding:28px 24px;color:inherit;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.info-card:hover,.linked-card:hover{border-color:var(--blue);box-shadow:0 12px 30px rgba(66,96,228,.13);transform:translateY(-2px)}.card-icon{display:inline-flex;width:54px;height:54px;flex:0 0 54px;align-items:center;justify-content:center;border-radius:8px;background:#f0f4ff;color:var(--blue)}.card-icon svg{width:30px;height:30px}.info-card h3{margin:0;font-size:19px;line-height:1.35}.info-card p{margin:10px 0 0;color:var(--muted);font-size:14px;line-height:1.75}.mini-button{min-height:34px;margin-top:14px;padding:7px 13px;font-size:12px}.classic .info-card,.compact .info-card,.leah .info-card{flex-direction:column;align-items:center;text-align:center}.leah .info-card{min-height:220px}.compact{grid-template-columns:repeat(3,minmax(0,1fr))}.compact .info-card{min-height:160px}.cta-band{background:var(--blue);color:#fff}.cta-band-inner{display:flex;align-items:center;justify-content:space-between;gap:28px}.cta-band h2{margin-top:0}.cta-band p{max-width:720px;margin:14px 0 0;color:rgba(255,255,255,.86);font-size:17px}.news-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.news-card{display:block;min-height:190px;border:1px solid var(--line);border-radius:8px;padding:28px;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.news-card:hover{border-color:var(--blue);box-shadow:0 12px 30px rgba(66,96,228,.13);transform:translateY(-2px)}.news-card time{color:var(--blue);font-size:13px;font-weight:800}.news-card h3{margin:14px 0 10px;font-size:19px;line-height:1.4}.news-card p{margin:0;color:var(--muted);font-size:14px}.news-wall{position:relative;overflow:hidden;border-radius:8px;background:linear-gradient(90deg,rgba(255,255,255,.72),rgba(255,255,255,0) 18%),#dff1ff;padding:28px 30px 34px}.news-wall:after{position:absolute;top:36px;right:12px;color:rgba(49,137,221,.12);content:"NEWSOUTH";font-size:82px;font-weight:900;letter-spacing:8px;line-height:1;pointer-events:none;text-transform:uppercase;transform:rotate(90deg) translateX(100%);transform-origin:right top;white-space:nowrap}.news-wall-track{position:relative;z-index:1;display:flex;width:max-content;animation:newsWallScroll 42s linear infinite;will-change:transform}.news-wall:has(.news-wall-item:focus-visible) .news-wall-track,.news-wall:has(.news-wall-item:hover) .news-wall-track{animation-play-state:paused}.news-wall-set{display:grid;width:1840px;flex:0 0 1840px;height:650px;grid-template-columns:repeat(18,minmax(0,1fr));grid-template-rows:repeat(4,minmax(0,1fr));grid-gap:22px;gap:22px;padding-right:22px}@keyframes newsWallScroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.news-wall-item{position:relative;display:block;overflow:hidden;border-radius:8px;border:8px solid #fff;background:#fff;color:#fff;isolation:isolate;box-shadow:0 16px 34px rgba(15,42,78,.14);transition:transform .24s ease,box-shadow .24s ease}.news-wall-item:focus-visible,.news-wall-item:hover{transform:translateY(-4px);box-shadow:0 24px 52px rgba(15,42,78,.22)}.news-wall-item-1{grid-column:1/4;grid-row:1/3}.news-wall-item-2{grid-column:4/8;grid-row:1/3}.news-wall-item-3{grid-column:8/11;grid-row:1/3}.news-wall-item-4{grid-column:11/15;grid-row:1/3}.news-wall-item-5{grid-column:15/19;grid-row:1/3}.news-wall-item-6{grid-column:1/5;grid-row:3/5}.news-wall-item-7{grid-column:5/8;grid-row:3/5}.news-wall-item-8{grid-column:8/12;grid-row:3/5}.news-wall-item-9{grid-column:12/15;grid-row:3/5}.news-wall-item-10{grid-column:15/19;grid-row:3/5}.news-wall-item img{object-fit:cover;transform:scale(1.01);transition:transform .45s ease}.news-wall-item:focus-visible img,.news-wall-item:hover img{transform:scale(1.08)}.news-wall-shade{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(10,18,38,0) 30%,rgba(10,18,38,.32));transition:background .35s ease}.news-wall-item:focus-visible .news-wall-shade,.news-wall-item:hover .news-wall-shade{background:linear-gradient(180deg,rgba(10,18,38,.02) 12%,rgba(10,18,38,.82)),linear-gradient(90deg,rgba(10,18,38,.52),rgba(10,18,38,.06))}.news-wall-content{position:absolute;right:0;bottom:0;left:0;z-index:2;display:block;max-height:48px;overflow:hidden;background:#1f73df;padding:13px 18px 15px;transition:max-height .35s ease,background .35s ease,padding .35s ease}.news-wall-item:focus-visible .news-wall-content,.news-wall-item:hover .news-wall-content{max-height:100%;background:rgba(31,115,223,.9);padding:18px}.news-wall-content time{display:inline-flex;min-height:26px;align-items:center;border:1px solid rgba(255,255,255,.36);border-radius:999px;background:rgba(255,255,255,.14);color:rgba(255,255,255,.9);font-size:12px;font-weight:900;line-height:1;opacity:0;padding:0 10px;transform:translateY(8px);transition:opacity .25s ease,transform .25s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.news-wall-content h3{margin:0;overflow:hidden;color:#fff;font-size:16px;line-height:1.38;text-align:center;text-overflow:ellipsis;transition:margin .25s ease;white-space:nowrap}.news-wall-item:focus-visible .news-wall-content h3,.news-wall-item:hover .news-wall-content h3{margin:12px 0 10px;text-align:left;overflow:visible;text-overflow:clip;white-space:normal}.news-wall-content p{display:-webkit-box;max-width:520px;margin:0;overflow:hidden;color:rgba(255,255,255,.84);font-size:14px;line-height:1.72;opacity:0;transform:translateY(10px);transition:opacity .28s ease,transform .28s ease;-webkit-box-orient:vertical;-webkit-line-clamp:3}.news-wall-item:focus-visible .news-wall-content p,.news-wall-item:focus-visible .news-wall-content time,.news-wall-item:hover .news-wall-content p,.news-wall-item:hover .news-wall-content time{opacity:1;transform:translateY(0)}@media (max-width:640px){.news-wall{padding:18px 18px 24px}.news-wall:after{font-size:56px}.news-wall-track{display:flex;width:max-content;min-width:max-content;height:360px}.news-wall-set{display:flex;width:auto;flex:0 0 auto;height:360px;gap:12px;padding-right:12px}.news-wall-item,.news-wall-item:focus-visible,.news-wall-item:hover{flex:0 0 82vw;min-width:260px;transform:none}.news-wall-content{max-height:none;background:rgba(31,115,223,.92);padding:24px 20px}.news-wall-content h3{margin:10px 0 8px;font-size:20px;text-align:left}.news-wall-content p,.news-wall-content time{opacity:1;transform:none}}.home-reference .home-hero{background:#c9dcff}.home-reference .home-hero:after,.home-reference .home-hero:before{position:absolute;content:"";pointer-events:none}.home-reference .home-hero:before{top:-120px;right:-80px;width:46vw;height:100%;background:linear-gradient(135deg,rgba(255,255,255,.42),rgba(255,255,255,0));transform:skewX(-13deg)}.home-reference .home-hero:after{right:0;bottom:0;width:min(34vw,520px);height:min(34vw,520px);border:2px solid rgba(66,96,228,.22);transform:translate(18%,34%) rotate(18deg)}.home-reference .home-hero-grid{min-height:690px}.home-reference .hero-eyebrow{color:rgba(0,0,0,.58);font-size:16px;letter-spacing:0}.home-reference .home-hero h1{font-size:42px;font-weight:800}.home-reference .hero-copy{max-width:680px;color:rgba(0,0,0,.7);font-size:18px}.home-reference .hero-note{color:rgba(0,0,0,.55)}.home-reference .hero-actions .button.secondary{min-width:160px;border-color:#333;color:#333;background:transparent}.home-reference .hero-actions .button.secondary:hover{border-color:var(--blue);color:#fff;background:var(--blue)}.home-reference .hero-social{color:rgba(0,0,0,.58);display:flex;flex-wrap:wrap;gap:12px;width:70%}.home-reference .hero-social span{color:var(--blue)}.home-reference .hero-social .social-icon{font-weight:800;color:var(--blue);margin-right:5px}.home-reference .hero-social a{display:inline-flex;align-items:center;min-height:31px;border:1px solid rgba(66,96,228,.25);border-radius:999px;padding:7px 12px;background:rgba(255,255,255,.45);color:#24304f;font-size:13px;line-height:1;transition:color .2s ease,background .2s ease,border-color .2s ease,transform .2s ease}.home-reference .hero-social a:hover{border-color:var(--blue);color:#fff;background:var(--blue);transform:translateY(-1px)}.home-reference .hero-social a:hover span{color:#fff}.home-reference .hero-image:before{position:absolute;right:26px;bottom:34px;width:min(40vw,430px);height:min(40vw,430px);border:1px solid rgba(255,255,255,.82);content:"";transform:rotate(-8deg)}.home-reference .hero-image img{right:18px;z-index:1;width:min(43vw,470px)}.hero-slider-controls{position:absolute;right:clamp(22px,5vw,72px);bottom:30px;z-index:3;gap:13px}.hero-arrow,.hero-slider-controls{display:inline-flex;align-items:center}.hero-arrow{width:38px;height:38px;justify-content:center;border:1px solid rgba(21,21,21,.22);border-radius:50%;background:rgba(255,255,255,.48)}.hero-arrow:before{width:9px;height:9px;border-top:2px solid #333;border-left:2px solid #333;content:""}.hero-arrow.prev:before{transform:translateX(2px) rotate(-45deg)}.hero-arrow.next:before{transform:translateX(-2px) rotate(135deg)}.hero-dot{width:8px;height:8px;border-radius:50%;background:rgba(21,21,21,.25)}.hero-dot.active{box-shadow:0 0 0 6px rgba(66,96,228,.14);background:var(--blue)}.caption-animate{display:inline-block;opacity:0;animation-duration:.7s;animation-fill-mode:both;animation-timing-function:cubic-bezier(.2,.8,.2,1)}.caption-animate.slide-down{animation-name:homeSlideInDown}.caption-animate.slide-up{animation-name:homeSlideInUp}.caption-animate.slide-left{animation-name:homeSlideInLeft}.caption-animate.fade-right{animation-name:homeFadeInRight}.caption-animate.fade-up{animation-name:homeFadeInUp}.delay-400{animation-delay:.4s}.delay-500{animation-delay:.5s}.delay-600{animation-delay:.6s}.delay-800{animation-delay:.8s}.reveal{opacity:0;transform:translate3d(0,26px,0);transition:opacity .62s ease,transform .62s ease,border-color .2s ease,box-shadow .2s ease}.reveal.is-visible{opacity:1;transform:none}.home-reference .section{padding:88px 0}.home-reference .section-heading{margin-bottom:38px}.home-reference .eyebrow-line span{position:relative;z-index:1;padding:0 18px;color:var(--blue);font-size:18px}.home-reference .section-muted .eyebrow-line span{background:var(--soft)}.home-reference .feature .info-card{position:relative;align-items:center;min-height:218px;overflow:hidden;border:0;box-shadow:0 0 13px -4px rgba(0,0,0,.17)}.home-reference .feature .info-card:before{position:absolute;inset:8px;border:1px solid rgba(66,96,228,0);content:"";pointer-events:none;transition:inset .25s ease,border-color .25s ease}.home-reference .feature .info-card:hover:before{inset:15px;border-color:rgba(66,96,228,.22)}.home-reference .feature .card-icon{position:relative;border-radius:0;background:transparent}.home-reference .feature .card-icon:after{position:absolute;inset:-5px;border:2px solid #151515;content:"";transition:border-color .25s ease,background .25s ease,transform .25s ease}.home-reference .feature .info-card:hover .card-icon:after{border-color:var(--blue);background:var(--blue);transform:rotate(32deg)}.home-reference .feature .card-icon svg{position:relative;z-index:1;transition:color .25s ease}.home-reference .feature .info-card:hover .card-icon svg{color:#fff}.home-reference .classic .info-card{position:relative;justify-content:center;min-height:230px;border:0;border-radius:0;box-shadow:none}.home-reference .classic .info-card:before{position:absolute;inset:0;border:8px solid #f4f4f4;content:"";pointer-events:none;transition:border-width .2s ease,border-color .2s ease}.home-reference .classic .info-card:hover{box-shadow:0 0 10px rgba(0,0,0,.17)}.home-reference .classic .info-card:hover:before{border-width:0;border-color:var(--blue)}.home-reference .classic .card-icon{background:transparent;color:var(--blue)}.home-reference .leah{counter-reset:leah-card}.home-reference .leah .info-card{position:relative;align-items:flex-start;overflow:hidden;min-height:230px;border:0;border-radius:0;background:#fafafa;text-align:left}.home-reference .leah .info-card:after{position:absolute;top:0;right:0;min-width:46px;padding:8px 4px 2px 8px;background:#fff;color:var(--blue);content:counter(leah-card,decimal-leading-zero);counter-increment:leah-card;font-family:Raleway,Microsoft YaHei,Arial,sans-serif;font-size:32px;line-height:1;transition:transform .25s ease}.home-reference .leah .info-card:hover:after{transform:translateY(-8px)}.home-reference .leah .card-icon{background:transparent}.home-reference .cta-band{position:relative;overflow:hidden;background:linear-gradient(135deg,rgba(26,35,126,.94),rgba(57,73,171,.94))}.home-reference .cta-band:before{position:absolute;inset:-30% 0;background:linear-gradient(115deg,transparent 0 42%,rgba(255,255,255,.08) 42% 44%,transparent 44% 100%),radial-gradient(circle at 18% 20%,rgba(255,255,255,.13),transparent 28%);content:"";transform:translateY(var(--parallax-shift,0))}.home-reference .cta-band-inner{position:relative;z-index:1}.home-reference .news-card{border:0;border-radius:0;background:#f7f7f7;padding:25px;transition:color .25s ease,background .25s ease,box-shadow .25s ease,transform .25s ease}.home-reference .news-card:hover{color:#fff;background:var(--blue);box-shadow:0 14px 34px rgba(66,96,228,.23)}.home-reference .news-card:hover p,.home-reference .news-card:hover time{color:rgba(255,255,255,.82)}.home-reference .info-card.reveal.is-visible:hover,.home-reference .news-card.reveal.is-visible:hover{transform:translateY(-4px)}@media (max-width:1080px){.nav-shell{position:relative}.nav-toggle{display:inline-flex}.site-nav{position:absolute;top:calc(100% + 10px);right:0;left:0;z-index:120;display:block;max-height:calc(100dvh - 96px);overflow-y:auto;border:1px solid rgba(15,24,55,.08);border-radius:8px;background:#fff;box-shadow:0 18px 48px rgba(15,24,55,.14);opacity:0;pointer-events:none;transform:translate3d(0,12px,0);transition:opacity .22s ease,transform .22s ease}.site-nav.is-open{opacity:1;pointer-events:auto;transform:translateZ(0)}.nav-list{display:grid;grid-gap:0;gap:0;padding:10px;white-space:normal;justify-content:stretch}.nav-item,.nav-list{width:100%}.dropdown-link,.nav-link{width:100%;min-height:44px;justify-content:space-between;border-radius:7px;padding:12px 14px;font-size:15px}.nav-link:after{display:none}.dropdown-link.active,.dropdown-link:hover,.nav-link.active,.nav-link:hover{background:#f0f4ff}.auth-user-dropdown,.language-dropdown,.nav-dropdown{display:none}.nav-more.is-open .nav-dropdown{display:block}.dropdown-link{min-height:48px;justify-content:center;margin:0;padding:13px 16px;border-radius:10px;opacity:1;transform:none}.nav-language{padding:4px 0}.language-switcher{width:100%}.language-trigger{width:100%;min-height:44px;justify-content:space-between;border-radius:7px;padding:10px 14px;font-size:14px}.language-dropdown{display:none}.language-switcher.is-open .language-dropdown{display:block}.language-option{min-height:48px;justify-content:center;margin:0;border-radius:10px;padding:13px 14px;opacity:1;transform:none}.nav-theme{width:100%;padding:4px 0}.theme-toggle{width:100%;min-height:44px;justify-content:space-between;border-radius:7px;padding:10px 14px;font-size:14px}.nav-auth{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px;margin-left:0;padding-top:8px}.nav-auth.has-user{display:flex;justify-content:flex-start}.auth-nav-button,.auth-nav-link{min-height:42px}.nav-auth.has-user.is-open .auth-user-dropdown{display:block}.auth-user-dropdown button{min-height:48px;border-radius:10px;font-size:15px}}@media (max-width:900px){.container{width:min(100% - 32px,var(--container))}.home-reference .hero-image:before,.home-reference .home-hero:after,.home-reference .home-hero:before{display:none}.home-reference .home-hero-grid{grid-template-columns:minmax(0,1fr);min-height:auto;gap:18px;padding:34px 0 26px}.home-reference .hero-content{max-width:none;padding:18px 0 0}.home-reference .hero-eyebrow{margin-bottom:12px;font-size:12px}.home-reference .home-hero h1{max-width:680px;font-size:clamp(30px,8vw,42px);line-height:1.18}.home-reference .hero-copy{margin-top:16px;font-size:15px;line-height:1.72}.home-reference .hero-note{margin-top:10px;font-size:14px;line-height:1.65}.home-reference .hero-social{align-items:flex-start;margin-top:20px;gap:9px}.home-reference .hero-social>span{flex:0 0 100%}.home-reference .hero-social a{min-height:34px;padding:8px 11px;font-size:12px}.home-reference .hero-image{display:flex;min-height:260px;align-self:auto;justify-content:center}.home-reference .hero-image img{position:relative;right:auto;bottom:auto;width:min(76vw,340px);max-height:none;transform:none;left:0}.home-reference .section{padding:58px 0}.home-reference .section-heading{margin-bottom:24px;text-align:left}.home-reference .eyebrow-line{justify-content:flex-start}.home-reference .eyebrow-line:before{width:34px}.home-reference .eyebrow-line:after{flex:1 1;width:auto}.home-reference .eyebrow-line span,.home-reference .section-muted .eyebrow-line span{padding:0 12px;font-size:14px}.home-reference .section-heading h2{margin-top:14px;font-size:clamp(26px,7vw,32px);line-height:1.22}.home-reference .card-grid,.home-reference .compact{grid-template-columns:minmax(0,1fr);gap:16px}.home-reference .classic .info-card,.home-reference .compact .info-card,.home-reference .feature .info-card,.home-reference .info-card,.home-reference .leah .info-card{min-height:auto;border-radius:8px;padding:22px 20px}.home-reference .classic .info-card:before{border-width:1px;border-color:var(--line)}.home-reference .classic .info-card,.home-reference .feature .info-card{flex-direction:row;align-items:flex-start;justify-content:flex-start;text-align:left}.home-reference .classic .info-card:before,.home-reference .feature .info-card:before{inset:0}.home-reference .card-icon{width:48px;height:48px;flex-basis:48px}.home-reference .card-icon svg{width:26px;height:26px}.home-reference .info-card h3{font-size:18px}.home-reference .info-card p{margin-top:8px;font-size:14px;line-height:1.68}.news-wall{overflow:visible;padding:18px}.news-wall:after{right:8px;font-size:48px;letter-spacing:5px}.news-wall-track{display:flex;width:max-content;min-width:0;height:340px}.news-wall-set{display:flex;width:auto;flex:0 0 auto;height:340px;gap:14px;padding-right:14px}.news-wall-item,.news-wall-item:focus-visible,.news-wall-item:hover{flex:0 0 78vw;width:78vw;min-width:260px;min-height:270px;grid-column:auto;grid-row:auto;transform:none}.news-wall-content{max-height:none;background:rgba(31,115,223,.94);padding:18px}.news-wall-content time{opacity:1;transform:none}.news-wall-content h3,.news-wall-item:focus-visible .news-wall-content h3,.news-wall-item:hover .news-wall-content h3{margin:10px 0 8px;font-size:18px;text-align:left}.news-wall-content p{opacity:1;transform:none}}@media (max-width:480px){.container{width:min(100% - 28px,var(--container))}.home-reference .home-hero-grid{padding-top:24px}.home-reference .home-hero h1{font-size:30px}.home-reference .hero-image{min-height:220px;justify-content:center}.home-reference .section{padding:48px 0}.home-reference .classic .info-card,.home-reference .feature .info-card{flex-direction:column}.news-wall{padding:14px}.news-wall-set,.news-wall-track{height:320px}.news-wall-item,.news-wall-item:focus-visible,.news-wall-item:hover{min-height:250px;border-width:6px}}@media (prefers-reduced-motion:reduce){.about-title-block h1,.about-title-block p,.caption-animate,.care-hero-actions .button,.care-hero-copy h1,.care-hero-copy p,.care-hero-image,.care-tag-list span,.contact-title-block h1,.contact-title-block p,.enterprise-title-block h1,.enterprise-title-block p,.reveal,.site-header,.site-nav.is-open .nav-item{opacity:1;transform:none;animation:none;transition:none}.news-wall-content,.news-wall-content p,.news-wall-item,.news-wall-item img,.news-wall-shade,.news-wall-track{animation:none;transition:none}}@keyframes headerSlideDown{0%{transform:translateY(-100%)}to{transform:translateY(0)}}@keyframes homeSlideInDown{0%{opacity:0;transform:translate3d(0,-34px,0)}to{opacity:1;transform:none}}@keyframes homeSlideInUp{0%{opacity:0;transform:translate3d(0,34px,0)}to{opacity:1;transform:none}}@keyframes homeSlideInLeft{0%{opacity:0;transform:translate3d(-34px,0,0)}to{opacity:1;transform:none}}@keyframes homeFadeInRight{0%{opacity:0;transform:translate3d(34px,0,0)}to{opacity:1;transform:none}}@keyframes homeFadeInUp{0%{opacity:0;transform:translate3d(0,24px,0)}to{opacity:1;transform:none}}@keyframes mobileNavItemIn{0%{opacity:0;transform:translate3d(0,-8px,0)}to{opacity:1;transform:none}}@keyframes skeletonSweep{to{transform:translateX(100%)}}.sub-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,430px);grid-gap:42px;gap:42px;align-items:center;min-height:480px;padding:72px 0}.hero-subtitle{margin:18px 0 0;font-size:22px;font-weight:700}.sub-hero-art{display:flex;align-items:center;justify-content:center;min-height:320px}.sub-hero-art img{max-height:420px;object-fit:contain;filter:drop-shadow(2px 8px 18px rgba(0,0,0,.14))}.route-card{width:min(100%,380px);border-radius:8px;background:rgba(255,255,255,.72);padding:34px;box-shadow:0 20px 54px rgba(42,73,194,.15)}.route-card span{color:var(--blue);font-size:13px;font-weight:900}.route-card strong{display:block;margin-top:12px;font-size:28px;line-height:1.25}.route-card p{margin:12px 0 0;color:var(--muted)}.enterprise-reference{background:#fff}.enterprise-title-section{padding:50px 0 10px;background:#fff;text-align:center}.enterprise-title-block{max-width:900px;margin:0 auto}.enterprise-title-block h1{margin:0;font-family:Raleway,Microsoft YaHei,Arial,sans-serif;font-size:34px;line-height:1.28;font-weight:800}.enterprise-title-block p{margin:15px 0 0;color:#9b9b9b;font-size:16px}.enterprise-section{padding:70px 0}.enterprise-overview-section{padding-top:64px}.enterprise-lead{max-width:980px;margin:0 auto;color:#333;font-size:18px;line-height:2;text-align:left}.enterprise-service-grid{margin-top:30px}.enterprise-service-grid .card-grid{counter-reset:enterprise-card}.enterprise-process-section{background:#f7f8fb}.enterprise-section-heading{text-align:center}.enterprise-section-heading h2{margin:0;font-size:28px;line-height:1.35}.enterprise-process-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:16px;gap:16px;margin-top:30px}.enterprise-process-card{position:relative;min-height:150px;border:1px solid var(--line);border-radius:8px;background:#fff;padding:24px 18px;text-align:center;transition:border-color .25s ease,box-shadow .25s ease,transform .25s ease}.enterprise-process-card:hover{border-color:rgba(66,96,228,.24);box-shadow:0 10px 26px rgba(15,24,55,.08);transform:translateY(-3px)}.enterprise-process-card span{display:inline-flex;width:42px;height:42px;align-items:center;justify-content:center;border-radius:50%;background:rgba(66,96,228,.1);color:var(--blue);font-weight:900}.enterprise-process-card p{margin:14px 0 0;color:#333;font-size:15px;font-weight:800;line-height:1.5}.enterprise-action-section{padding:36px 0 70px;background:#fff}.enterprise-action-group{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.enterprise-action-group .button{min-width:150px}@media (max-width:900px){.enterprise-title-section{padding:34px 0 8px;background:linear-gradient(135deg,rgba(66,96,228,.1),rgba(255,255,255,0) 58%),#fff}.enterprise-title-block{max-width:none}.enterprise-title-block h1{font-size:28px;line-height:1.25}.enterprise-title-block p{margin-top:10px;font-size:14px;line-height:1.7}.enterprise-section{padding:48px 0}.enterprise-overview-section{padding-top:38px}.enterprise-lead{font-size:15px;line-height:1.85}.enterprise-service-grid{margin-top:22px}.enterprise-service-grid .card-grid{grid-template-columns:minmax(0,1fr);gap:14px}.enterprise-service-grid .classic .info-card,.enterprise-service-grid .info-card{position:relative;min-height:auto;align-items:flex-start;border:1px solid rgba(66,96,228,.12);border-radius:8px;background:linear-gradient(135deg,rgba(66,96,228,.08),rgba(255,255,255,0) 42%),#fff;box-shadow:0 10px 26px rgba(15,24,55,.08);padding:18px 18px 18px 82px;text-align:left}.enterprise-service-grid .info-card:after{position:absolute;top:14px;right:14px;color:rgba(66,96,228,.16);content:counter(enterprise-card,decimal-leading-zero);counter-increment:enterprise-card;font-family:Raleway,Microsoft YaHei,Arial,sans-serif;font-size:28px;font-weight:800;line-height:1}.enterprise-service-grid .card-icon{position:absolute;top:18px;left:18px;width:46px;height:46px;flex-basis:46px;border-radius:8px;background:var(--blue);color:#fff}.enterprise-service-grid .card-icon svg{width:25px;height:25px}.enterprise-service-grid .info-card h3{max-width:calc(100% - 42px);font-size:18px;line-height:1.35}.enterprise-service-grid .info-card p{margin-top:8px;font-size:14px;line-height:1.68}.enterprise-section-heading{text-align:left}.enterprise-section-heading h2{font-size:25px}.enterprise-process-grid{grid-template-columns:minmax(0,1fr);gap:12px;margin-top:22px}.enterprise-process-card{display:grid;min-height:auto;grid-template-columns:44px minmax(0,1fr);align-items:center;grid-gap:12px;gap:12px;border-color:rgba(66,96,228,.14);padding:14px 16px;text-align:left;box-shadow:0 8px 20px rgba(15,24,55,.06)}.enterprise-process-card span{width:40px;height:40px;background:var(--blue);color:#fff}.enterprise-process-card p{margin:0;font-size:14px}.enterprise-action-section{padding:28px 0 52px}.enterprise-action-group{display:grid;grid-template-columns:minmax(0,1fr)}.enterprise-action-group .button{width:100%}}@media (max-width:480px){.enterprise-title-block h1{font-size:25px}.enterprise-section{padding:42px 0}.enterprise-service-grid .classic .info-card,.enterprise-service-grid .info-card{padding:16px 16px 16px 74px}.enterprise-service-grid .card-icon{top:16px;left:16px;width:42px;height:42px;flex-basis:42px}.enterprise-service-grid .info-card h3{font-size:17px}}.cnc-reference{background:#fff}.cnc-title-section{padding:50px 0 10px;background:#fff;text-align:center}.cnc-title-block{max-width:860px;margin:0 auto}.cnc-title-block h1{margin:0;font-family:Raleway,Microsoft YaHei,Arial,sans-serif;font-size:34px;line-height:1.28;font-weight:800}.cnc-title-block p{margin:15px 0 0;color:#9b9b9b;font-size:16px}.cnc-video-section{padding:0 0 10px;background:#fff}.cnc-video-frame{position:relative;width:min(100%,800px);height:0;padding-bottom:min(46.5%,372px);margin:0 auto;overflow:hidden;border-radius:8px;background:#111;box-shadow:0 4px 20px rgba(0,0,0,.12)}.cnc-video-frame video{position:absolute;inset:0;width:100%;height:100%;display:block;object-fit:cover}.cnc-section{padding:70px 0}.cnc-overview-section{padding-top:64px}.cnc-lead{max-width:980px;margin:0 auto;color:#333;font-size:18px;line-height:2;text-align:left}.cnc-card{margin-top:20px}.cnc-card .card-grid{counter-reset:cnc-highlight}.cnc-module-card{position:relative;display:flex;min-height:176px;border:0;background:#fff;box-shadow:0 0 13px -4px rgba(0,0,0,.17);color:inherit;cursor:default;padding:30px 24px;text-align:left;transition:box-shadow .25s ease,transform .25s ease}.cnc-module-card:before{position:absolute;inset:8px;border:1px solid rgba(66,96,228,0);content:"";pointer-events:none;transition:inset .25s ease,border-color .25s ease}.cnc-module-card:hover{box-shadow:0 4px 16px rgba(66,96,228,.15);transform:translateY(-4px)}.cnc-module-card:hover:before{inset:15px;border-color:rgba(66,96,228,.22)}.cnc-module-card.is-clickable{cursor:pointer}.cnc-card-icon{position:relative;display:inline-flex;width:54px;height:54px;flex:0 0 54px;align-items:center;justify-content:center;margin-right:18px;color:var(--blue)}.cnc-card-icon:after{position:absolute;inset:-5px;border:2px solid #151515;content:"";transition:border-color .25s ease,background .25s ease,transform .25s ease}.cnc-card-icon svg{position:relative;z-index:1;width:32px;height:32px;transition:color .25s ease}.cnc-module-card:hover .cnc-card-icon:after{border-color:var(--blue);background:var(--blue);transform:rotate(32deg)}.cnc-module-card:hover .cnc-card-icon svg{color:#fff}.cnc-card-body{position:relative;z-index:1}.cnc-card-body h2{margin:0;font-size:20px;line-height:1.35}.cnc-card-body p{margin:10px 0 0;color:var(--muted);font-size:14px;line-height:1.75}.cnc-card-more{position:absolute;right:12px;bottom:12px;border:1px solid var(--blue);border-radius:4px;color:var(--blue);padding:4px 12px;font-size:12px;font-weight:700;line-height:1.2;transition:color .2s ease,background .2s ease}.cnc-card-more:after{content:" →"}.cnc-module-card:hover .cnc-card-more{color:#fff;background:var(--blue)}.cnc-card-video-button{display:inline-flex;min-height:36px;align-items:center;justify-content:center;gap:6px;margin-top:16px;border:1px solid rgba(66,96,228,.22);border-radius:6px;background:#f0f4ff;color:var(--blue);cursor:pointer;padding:8px 14px;font-size:13px;font-weight:700;line-height:1.2;transition:border-color .2s ease,background .2s ease,color .2s ease,transform .2s ease}.cnc-card-video-button:hover{border-color:var(--blue);background:var(--blue);color:#fff;transform:translateY(-1px)}.cnc-fit-section{background:#f7f7f7}.cnc-section-heading h2,.cnc-section-title{margin:0;font-size:28px;line-height:1.35;text-align:center}.cnc-fit-list{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;margin-top:30px}.cnc-fit-item{min-width:130px;max-width:190px;border:1px solid #d7d7d7;background:#fff;padding:24px 18px;text-align:center;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.cnc-fit-item:hover{border-color:var(--blue);box-shadow:0 4px 12px rgba(66,96,228,.1);transform:translateY(-3px)}.cnc-fit-icon{display:inline-flex;align-items:center;justify-content:center;color:var(--blue)}.cnc-fit-icon,.cnc-fit-icon svg{width:44px;height:44px}.cnc-fit-item h3{margin:10px 0 0;font-size:16px;line-height:1.35}.cnc-more-section{background:#fff}.cnc-section-heading{text-align:center}.cnc-section-heading p{margin:10px 0 0;color:#9b9b9b;font-size:15px}.cnc-info-list{max-width:960px;margin:40px auto 0}.cnc-info-item{margin-bottom:50px;text-align:center}.cnc-info-item:last-child{margin-bottom:0}.cnc-info-item h3{margin:0;font-size:22px;line-height:1.35}.cnc-info-item p{max-width:700px;margin:10px auto 0;color:#555;line-height:2;font-size:16px}.cnc-info-item .cnc-info-muted{color:#9b9b9b;font-size:14px}.cnc-partner-list{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;margin-top:20px}.cnc-partner{width:90px;margin:0;text-align:center}.cnc-partner span{display:flex;width:90px;height:90px;align-items:center;justify-content:center;overflow:hidden;border:1px solid #eee;border-radius:8px;background:#fff;padding:8px}.cnc-partner img{width:100%;height:100%;object-fit:contain}.cnc-partner figcaption{margin-top:6px;color:#555;font-size:11px;line-height:1.3}.cnc-partner-placeholder{color:rgba(66,96,228,.5);font-size:20px}.cnc-action-section{padding:36px 0 70px;background:#fff}.cnc-action-group{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.cnc-action-group .button{min-width:185px}.cnc-video-modal{position:fixed;inset:0;z-index:1200;display:flex;align-items:center;justify-content:center;padding:24px}.cnc-video-modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.8)}.cnc-video-modal-content{position:relative;z-index:1;width:min(90vw,800px);overflow:hidden;border-radius:8px;background:#000}.cnc-video-modal-content video{width:100%;display:block}.cnc-video-modal-close{position:absolute;top:12px;right:16px;z-index:2;display:flex;width:36px;height:36px;align-items:center;justify-content:center;border:0;border-radius:50%;background:rgba(255,255,255,.15);color:#fff;cursor:pointer;font-size:22px;line-height:1;transition:background .3s ease}.cnc-video-modal-close:hover{background:rgba(255,255,255,.35)}@media (max-width:900px){.cnc-title-section{padding:34px 0 8px}.cnc-title-block h1{font-size:28px;line-height:1.24}.cnc-title-block p{margin-top:10px;font-size:14px;line-height:1.7}.cnc-video-section{padding-bottom:0}.cnc-video-frame{width:100%;padding-bottom:56.25%;border-radius:8px}.cnc-section{padding:52px 0}.cnc-overview-section{padding-top:42px}.cnc-lead{font-size:15px;line-height:1.85}.cnc-card{margin-top:22px}.cnc-card .card-grid{grid-template-columns:minmax(0,1fr);gap:14px}.cnc-card .classic .info-card,.cnc-card .info-card{position:relative;min-height:auto;align-items:flex-start;border:1px solid rgba(66,96,228,.12);border-radius:8px;background:linear-gradient(135deg,rgba(66,96,228,.08),rgba(255,255,255,0) 42%),#fff;box-shadow:0 10px 26px rgba(15,24,55,.08);padding:18px 18px 18px 82px;text-align:left}.cnc-card .info-card:after{position:absolute;top:14px;right:14px;color:rgba(66,96,228,.18);content:counter(cnc-highlight,decimal-leading-zero);counter-increment:cnc-highlight;font-family:Raleway,Microsoft YaHei,Arial,sans-serif;font-size:28px;font-weight:800;line-height:1}.cnc-card .card-icon{position:absolute;top:18px;left:18px;width:46px;height:46px;flex-basis:46px;border-radius:8px;background:var(--blue);color:#fff}.cnc-card .card-icon svg{width:25px;height:25px}.cnc-card .info-card h3{max-width:calc(100% - 42px);font-size:18px;line-height:1.35}.cnc-card .info-card p{margin-top:8px;font-size:14px;line-height:1.68}.cnc-card-video-button{min-height:34px;margin-top:12px;padding:7px 12px;font-size:12px}.cnc-fit-list{display:grid;grid-gap:12px;gap:12px;margin-top:22px}.cnc-fit-item{display:flex;flex-direction:column;min-height:72px;min-width:0;max-width:none;align-items:center;justify-content:center;border:1px solid rgba(66,96,228,.12);border-radius:8px;background:linear-gradient(90deg,rgba(66,96,228,.08),rgba(255,255,255,0) 44%),#fff;padding:13px 16px;text-align:center;box-shadow:0 8px 22px rgba(15,24,55,.06)}.cnc-fit-icon{width:42px;height:42px;border-radius:8px;background:#f0f4ff}.cnc-fit-icon svg{width:26px;height:26px}.cnc-fit-item h3{margin:8px 0 0;font-size:15px;line-height:1.45}}@media (max-width:480px){.cnc-title-block h1{font-size:25px}.cnc-section{padding:44px 0}.cnc-card .classic .info-card,.cnc-card .info-card{padding:16px 16px 16px 74px}.cnc-card .card-icon{top:16px;left:16px;width:42px;height:42px;flex-basis:42px}.cnc-card .info-card h3{font-size:17px}.cnc-fit-item{min-height:68px;padding:12px 14px}}.csca-reference{background:#fff}.csca-title-section{padding:50px 0 10px;background:#fff;text-align:center}.csca-title-block{max-width:860px;margin:0 auto}.csca-title-block h1{margin:0;font-family:Raleway,Microsoft YaHei,Arial,sans-serif;font-size:34px;line-height:1.28;font-weight:800}.csca-title-block p{margin:15px 0 0;color:#9b9b9b;font-size:16px}.csca-section{padding:70px 0}.csca-overview-section{padding-top:64px}.csca-lead{max-width:980px;margin:0 auto;color:#333;font-size:18px;line-height:2;text-align:left}.csca-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:30px;gap:30px;margin-top:20px}.csca-module-card{position:relative;display:flex;min-height:176px;border:0;background:#fff;box-shadow:0 0 13px -4px rgba(0,0,0,.17);color:inherit;padding:30px 24px;text-align:left;transition:box-shadow .25s ease,transform .25s ease}.csca-module-card:before{position:absolute;inset:8px;border:1px solid rgba(66,96,228,0);content:"";pointer-events:none;transition:inset .25s ease,border-color .25s ease}.csca-module-card:hover{box-shadow:0 4px 16px rgba(66,96,228,.15);transform:translateY(-4px)}.csca-module-card:hover:before{inset:15px;border-color:rgba(66,96,228,.22)}.csca-card-icon{position:relative;display:inline-flex;width:54px;height:54px;flex:0 0 54px;align-items:center;justify-content:center;margin-right:18px;color:var(--blue)}.csca-card-icon:after{position:absolute;inset:-5px;border:2px solid #151515;content:"";transition:border-color .25s ease,background .25s ease,transform .25s ease}.csca-card-icon svg{position:relative;z-index:1;width:32px;height:32px;transition:color .25s ease}.csca-module-card:hover .csca-card-icon:after{border-color:var(--blue);background:var(--blue);transform:rotate(32deg)}.csca-module-card:hover .csca-card-icon svg{color:#fff}.csca-card-body{position:relative;z-index:1}.csca-card-body h2{margin:0;font-size:20px;line-height:1.35}.csca-card-body p{margin:10px 0 0;color:var(--muted);font-size:14px;line-height:1.75}.csca-action-section{padding:36px 0 70px;background:#fff}.csca-action-group{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.csca-action-group .button{min-width:130px}.hsk-reference{background:#fff}.hsk-title-section{padding:50px 0 10px;background:#fff;text-align:center}.hsk-title-block{max-width:860px;margin:0 auto}.hsk-title-block h1{margin:0;font-family:Raleway,Microsoft YaHei,Arial,sans-serif;font-size:34px;line-height:1.28;font-weight:800}.hsk-title-block p{margin:15px 0 0;color:#9b9b9b;font-size:16px}.hsk-section{padding:70px 0}.hsk-overview-section{padding-top:64px}.hsk-lead{max-width:980px;margin:0 auto;color:#333;font-size:18px;line-height:2;text-align:left}.hsk-action-section{padding:36px 0 70px;background:#fff}.hsk-action-group{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.hsk-action-group .button{min-width:130px}.ecommerce-reference{background:#fff}.ecommerce-title-section{padding:50px 0 10px;background:#fff;text-align:center}.ecommerce-title-block{max-width:900px;margin:0 auto}.ecommerce-title-block h1{margin:0;font-family:Raleway,Microsoft YaHei,Arial,sans-serif;font-size:34px;line-height:1.28;font-weight:800}.ecommerce-title-block p{margin:15px 0 0;color:#9b9b9b;font-size:16px}.ecommerce-title-actions{display:flex;justify-content:center;margin-top:24px}.ecommerce-section{padding:70px 0}.ecommerce-overview-section{padding-top:64px}.ecommerce-lead{max-width:980px;margin:0 auto;color:#333;font-size:18px;line-height:2;text-align:left}.ecommerce-module-grid{margin-top:30px}.ecommerce-module-card{position:relative;display:flex;min-height:178px;align-items:flex-start;gap:20px;overflow:hidden;border:1px solid rgba(66,96,228,.08);border-radius:0;background:#fafafa;padding:34px 26px;text-align:left;transition:border-color .25s ease,box-shadow .25s ease,transform .25s ease}.ecommerce-module-card:before{position:absolute;inset:8px;border:1px solid rgba(66,96,228,0);content:"";pointer-events:none;transition:inset .25s ease,border-color .25s ease}.ecommerce-module-card:hover{border-color:rgba(66,96,228,.22);box-shadow:0 12px 28px rgba(66,96,228,.14);transform:translateY(-4px)}.ecommerce-module-card:hover:before{inset:15px;border-color:rgba(66,96,228,.22)}.ecommerce-module-icon{position:relative;display:inline-flex;width:58px;height:58px;flex:0 0 58px;align-items:center;justify-content:center;color:var(--blue)}.ecommerce-module-icon:after{position:absolute;inset:-5px;border:2px solid #151515;content:"";transition:border-color .25s ease,background .25s ease,transform .25s ease}.ecommerce-module-icon svg{position:relative;z-index:1;width:34px;height:34px;transition:color .25s ease}.ecommerce-module-card:hover .ecommerce-module-icon:after{border-color:var(--blue);background:var(--blue);transform:rotate(32deg)}.ecommerce-module-card:hover .ecommerce-module-icon svg{color:#fff}.ecommerce-module-body{position:relative;z-index:1}.ecommerce-module-body h2{margin:0;font-size:20px;line-height:1.35}.ecommerce-module-body p{margin:10px 0 0;color:var(--muted);font-size:14px;line-height:1.75}.ecommerce-action-section{padding:36px 0 70px;background:#fff}.ecommerce-action-group{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.ecommerce-action-group .button{min-width:130px}@media (max-width:900px){.ecommerce-title-section{padding:34px 0 8px;background:linear-gradient(135deg,rgba(66,96,228,.1),rgba(255,255,255,0) 58%),#fff}.ecommerce-title-block{max-width:none}.ecommerce-title-block h1{font-size:28px;line-height:1.25}.ecommerce-title-block p{margin-top:10px;font-size:14px;line-height:1.7}.ecommerce-title-actions{margin-top:18px}.ecommerce-title-actions .button{width:min(100%,240px)}.ecommerce-section{padding:48px 0}.ecommerce-overview-section{padding-top:38px}.ecommerce-lead{font-size:15px;line-height:1.85}.ecommerce-module-grid{margin-top:22px}.ecommerce-module-grid .card-grid{grid-template-columns:minmax(0,1fr);gap:14px;counter-reset:ecommerce-card}.ecommerce-module-grid .classic .info-card,.ecommerce-module-grid .info-card{position:relative;min-height:auto;align-items:flex-start;border:1px solid rgba(66,96,228,.12);border-radius:8px;background:linear-gradient(135deg,rgba(66,96,228,.08),rgba(255,255,255,0) 45%),#fff;box-shadow:0 10px 26px rgba(15,24,55,.08);padding:18px 18px 18px 82px;text-align:left}.ecommerce-module-grid .info-card:after{position:absolute;top:14px;right:14px;color:rgba(66,96,228,.16);content:counter(ecommerce-card,decimal-leading-zero);counter-increment:ecommerce-card;font-family:Raleway,Microsoft YaHei,Arial,sans-serif;font-size:28px;font-weight:800;line-height:1}.ecommerce-module-grid .card-icon{position:absolute;top:18px;left:18px;width:46px;height:46px;flex-basis:46px;border-radius:8px;background:var(--blue);color:#fff}.ecommerce-module-grid .card-icon svg{width:25px;height:25px}.ecommerce-module-grid .info-card h3{max-width:calc(100% - 42px);font-size:18px;line-height:1.35}.ecommerce-module-grid .info-card p{margin-top:8px;font-size:14px;line-height:1.68}}@media (max-width:480px){.ecommerce-title-block h1{font-size:25px}.ecommerce-section{padding:42px 0}.ecommerce-title-actions .button{width:100%}.ecommerce-module-grid .classic .info-card,.ecommerce-module-grid .info-card{padding:16px 16px 16px 74px}.ecommerce-module-grid .card-icon{top:16px;left:16px;width:42px;height:42px;flex-basis:42px}.ecommerce-module-grid .info-card h3{font-size:17px}}.ecommerce-detail-page{overflow:hidden;background:#f9fdff;color:#151515}.ecommerce-detail-hero{position:relative;padding:78px 0 64px;background:radial-gradient(circle at 12% 20%,rgba(66,96,228,.12),transparent 32%),linear-gradient(180deg,#f8fbff,#ffffff)}.ecommerce-detail-hero:after{position:absolute;right:8%;bottom:-70px;width:280px;height:280px;border:1px solid rgba(66,96,228,.16);border-radius:50%;content:""}.ecommerce-detail-hero-grid{position:relative;z-index:1;display:grid;align-items:center;grid-gap:44px;gap:44px;grid-template-columns:minmax(0,.95fr) minmax(320px,1.05fr)}.ecommerce-detail-hero-copy h1{max-width:680px;margin:0;font-size:46px;line-height:1.18}.ecommerce-detail-hero-copy p:not(.hero-eyebrow){margin:18px 0 0;color:#333;font-size:20px;line-height:1.7}.ecommerce-detail-hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:30px}.ecommerce-detail-video-panel{overflow:hidden;border:1px solid rgba(66,96,228,.12);border-radius:8px;background:#08122f;box-shadow:0 24px 56px rgba(15,24,55,.16)}.ecommerce-detail-video-panel video{display:block;width:100%;aspect-ratio:16/9;background:#08122f;object-fit:cover}.ecommerce-detail-section{padding:72px 0}.ecommerce-detail-section-heading{display:flex;align-items:center;gap:14px;margin-bottom:30px}.ecommerce-detail-section-heading span{display:inline-flex;width:46px;height:46px;align-items:center;justify-content:center;border-radius:8px;background:var(--blue);color:#fff;font-size:14px;font-weight:900}.ecommerce-detail-section-heading h2{margin:0;font-size:30px;line-height:1.25}.ecommerce-detail-audience-grid{display:grid;grid-gap:14px;gap:14px;grid-template-columns:repeat(4,minmax(0,1fr))}.ecommerce-detail-audience-item{display:flex;min-height:112px;flex-direction:column;justify-content:space-between;border:1px solid rgba(66,96,228,.12);border-radius:8px;background:#fff;padding:18px;box-shadow:0 12px 30px rgba(15,24,55,.05)}.ecommerce-detail-audience-item span{color:var(--blue);font-size:13px;font-weight:900}.ecommerce-detail-audience-item p{margin:18px 0 0;color:#333;font-size:15px;font-weight:700;line-height:1.55}.ecommerce-detail-curriculum{background:linear-gradient(180deg,#fff,#f7f9ff)}.ecommerce-detail-course-grid{display:grid;grid-gap:24px;gap:24px;grid-template-columns:repeat(2,minmax(0,1fr))}.ecommerce-detail-course-column{min-width:0}.ecommerce-detail-course-column>h3{display:inline-flex;align-items:center;min-height:44px;margin:0 0 18px;border-bottom:3px solid var(--blue);color:#151515;font-size:20px;font-weight:800;line-height:1.35}.ecommerce-detail-course-list{display:grid;grid-gap:14px;gap:14px}.ecommerce-detail-course-item{position:relative;overflow:hidden;border:1px solid rgba(66,96,228,.1);border-radius:8px;background:#fff;padding:22px 22px 22px 26px;box-shadow:0 10px 28px rgba(15,24,55,.045);transition:border-color .22s ease,box-shadow .22s ease,transform .22s ease}.ecommerce-detail-course-item:before{position:absolute;inset:0 auto 0 0;width:4px;background:linear-gradient(180deg,var(--blue),rgba(66,96,228,.28));content:""}.ecommerce-detail-course-item:hover{border-color:rgba(66,96,228,.22);box-shadow:0 16px 34px rgba(15,24,55,.08);transform:translateY(-2px)}.ecommerce-detail-course-item h4{display:flex;align-items:center;gap:10px;margin:0 0 14px;color:#151515;font-size:17px;line-height:1.4}.ecommerce-detail-course-item h4:before{display:inline-flex;width:9px;height:9px;flex:0 0 9px;border-radius:50%;background:var(--blue);box-shadow:0 0 0 5px rgba(66,96,228,.1);content:""}.ecommerce-detail-assessment-item ul,.ecommerce-detail-course-item ul{display:grid;grid-gap:8px;gap:8px;padding:0;margin:0;list-style:none}.ecommerce-detail-assessment-item li,.ecommerce-detail-course-item li{position:relative;padding-left:16px;color:#555;font-size:14px;line-height:1.7}.ecommerce-detail-assessment-item li:before,.ecommerce-detail-course-item li:before{position:absolute;top:.75em;left:0;width:5px;height:5px;border-radius:50%;background:var(--blue);content:""}.ecommerce-detail-assessment-grid{display:grid;grid-gap:20px;gap:20px;grid-template-columns:repeat(2,minmax(0,1fr))}.ecommerce-detail-assessment-item{border:1px solid rgba(66,96,228,.12);border-radius:8px;background:#fff;padding:28px;box-shadow:0 12px 30px rgba(15,24,55,.05)}.ecommerce-detail-assessment-icon{display:inline-flex;width:54px;height:54px;align-items:center;justify-content:center;border-radius:8px;background:rgba(66,96,228,.1);color:var(--blue)}.ecommerce-detail-assessment-icon svg{width:30px;height:30px}.ecommerce-detail-assessment-item h3{margin:18px 0 14px;font-size:22px}.ecommerce-detail-certificate{background:#fff}.ecommerce-detail-certificate-grid{display:grid;align-items:start;grid-gap:34px;gap:34px;grid-template-columns:280px minmax(0,1fr)}.ecommerce-detail-certificate-list{display:grid;grid-gap:14px;gap:14px}.ecommerce-detail-certificate-list p{margin:0;border-left:4px solid var(--blue);border-radius:8px;background:#f9fdff;padding:18px 20px;color:#444;font-size:15px;line-height:1.8}.ecommerce-detail-video-grid{display:grid;grid-gap:24px;gap:24px;grid-template-columns:repeat(2,minmax(0,1fr))}.ecommerce-detail-video-item{display:flex;flex-direction:column;gap:16px}.ecommerce-detail-video-title{background:#fff;border:1px solid rgba(66,96,228,.12);border-radius:8px;padding:20px;box-shadow:0 12px 30px rgba(15,24,55,.05)}.ecommerce-detail-video-title h3{margin:0;font-size:18px;color:#151515}.ecommerce-detail-video-title p{margin:8px 0 0;color:var(--muted);font-size:14px}.ecommerce-detail-cta{padding:48px 0;background:var(--blue);color:#fff}.ecommerce-detail-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:28px}.ecommerce-detail-cta h2{margin:0;color:#fff;font-size:28px}.ecommerce-detail-cta p{margin:10px 0 0;color:rgba(255,255,255,.78)}.ecommerce-detail-cta-actions{display:flex;flex:0 0 auto;flex-wrap:wrap;gap:12px}@media (max-width:900px){.ecommerce-detail-hero{padding:42px 0 40px}.ecommerce-detail-hero:after{display:none}.ecommerce-detail-assessment-grid,.ecommerce-detail-certificate-grid,.ecommerce-detail-course-grid,.ecommerce-detail-hero-grid,.ecommerce-detail-video-grid{grid-template-columns:minmax(0,1fr)}.ecommerce-detail-hero-grid{gap:24px}.ecommerce-detail-hero-copy h1{font-size:30px;line-height:1.25}.ecommerce-detail-hero-copy p:not(.hero-eyebrow){margin-top:12px;font-size:16px;line-height:1.7}.ecommerce-detail-cta-actions,.ecommerce-detail-hero-actions{display:grid;grid-template-columns:minmax(0,1fr);grid-gap:10px;gap:10px;margin-top:22px}.ecommerce-detail-cta-actions .button,.ecommerce-detail-hero-actions .button{width:100%}.ecommerce-detail-video-panel{border-radius:8px;box-shadow:0 14px 32px rgba(15,24,55,.14)}.ecommerce-detail-section{padding:50px 0}.ecommerce-detail-section-heading{align-items:flex-start;gap:12px;margin-bottom:22px}.ecommerce-detail-section-heading span{width:40px;height:40px;flex:0 0 40px;font-size:12px}.ecommerce-detail-section-heading h2{font-size:24px;line-height:1.32}.ecommerce-detail-assessment-grid,.ecommerce-detail-audience-grid,.ecommerce-detail-certificate-grid,.ecommerce-detail-course-grid,.ecommerce-detail-video-grid{gap:14px}.ecommerce-detail-audience-item{min-height:auto;padding:16px}.ecommerce-detail-audience-item p{margin-top:10px;font-size:14px;line-height:1.6}.ecommerce-detail-course-column>h3{min-height:auto;margin-bottom:14px;font-size:19px}.ecommerce-detail-course-list{gap:12px}.ecommerce-detail-assessment-item,.ecommerce-detail-course-item{padding:20px}.ecommerce-detail-course-item{padding-left:24px}.ecommerce-detail-course-item h4{font-size:16px}.ecommerce-detail-assessment-item h3{margin-top:14px;font-size:19px}.ecommerce-detail-certificate-list p{padding:16px;font-size:14px;line-height:1.75}.ecommerce-detail-cta-inner{align-items:stretch;flex-direction:column}.ecommerce-detail-cta h2{font-size:24px}}@media (max-width:480px){.ecommerce-detail-hero{padding:34px 0}.ecommerce-detail-hero-copy h1{font-size:26px}.ecommerce-detail-hero-copy p:not(.hero-eyebrow){font-size:15px}.ecommerce-detail-section{padding:42px 0}.ecommerce-detail-section-heading h2{font-size:22px}.ecommerce-detail-assessment-item,.ecommerce-detail-course-item{padding:18px}.ecommerce-detail-course-item{padding-left:22px}}.care-reference{background:#fff}.care-hero{overflow:hidden;padding:180px 0 0;background:linear-gradient(135deg,#f0f5ff,#e8f0fe)}.care-hero-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:end;grid-gap:42px;gap:42px}.care-hero-copy{padding-bottom:50px}.care-hero-copy h1{margin:0;font-family:Raleway,Microsoft YaHei,Arial,sans-serif;font-size:34px;line-height:1.28;font-weight:800;opacity:0;animation:homeSlideInDown .7s cubic-bezier(.2,.8,.2,1) .12s both}.care-hero-copy p{margin:16px 0 0;color:#555;font-size:16px;line-height:1.8;opacity:0;animation:homeFadeInRight .7s cubic-bezier(.2,.8,.2,1) .26s both}.care-tag-list{display:flex;flex-wrap:wrap;gap:8px 6px;margin-top:20px}.care-tag-list span{display:inline-flex;align-items:center;min-height:34px;border:1px solid var(--blue);border-radius:999px;padding:6px 14px;color:var(--blue);font-size:13px;line-height:1.2;opacity:0;animation:homeFadeInUp .62s ease both}.care-tag-list span:first-child{animation-delay:.36s}.care-tag-list span:nth-child(2){animation-delay:.43s}.care-tag-list span:nth-child(3){animation-delay:.5s}.care-tag-list span:nth-child(4){animation-delay:.57s}.care-tag-list span:nth-child(5){animation-delay:.64s}.care-hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:30px}.care-hero-actions .button{opacity:0;animation:homeSlideInLeft .64s cubic-bezier(.2,.8,.2,1) both}.care-hero-actions .button:first-child{animation-delay:.72s}.care-hero-actions .button:nth-child(2){animation-delay:.82s}.care-hero-image{height:460px;overflow:hidden;opacity:0;animation:homeFadeInRight .76s cubic-bezier(.2,.8,.2,1) .34s both}.care-hero-image img{width:100%;height:100%;object-fit:cover;object-position:bottom}.care-section{padding:70px 0;background:#fff}.care-muted{background:#f7f7f7}.care-section-heading{max-width:920px;margin:0 auto;text-align:center}.care-section-heading h2{margin:0;font-size:28px;line-height:1.35}.care-section-heading p{margin:12px 0 0;color:#9b9b9b;font-size:15px;line-height:1.75}.care-card-grid,.care-contact-grid,.care-intro-grid{display:grid;grid-gap:24px;gap:24px;margin-top:40px}.care-card-grid-3,.care-intro-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.care-card-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.care-card-grid-5{grid-template-columns:repeat(3,minmax(0,1fr))}.care-advantage-card,.care-contact-info,.care-curriculum-card,.care-employment-item,.care-feature-card,.care-level-card,.care-text-card{border:1px solid #e1e1e1;border-radius:8px;background:#fff;transition:border-color .25s ease,box-shadow .25s ease,transform .25s ease}.care-advantage-card:hover,.care-curriculum-card:hover,.care-employment-item:hover,.care-feature-card:hover,.care-level-card:hover,.care-text-card:hover{border-color:var(--blue);box-shadow:0 4px 12px rgba(66,96,228,.1);transform:translateY(-3px)}.care-text-card{padding:4px 4px 0;border:0;background:transparent}.care-advantage-card h3,.care-contact-info h3,.care-curriculum-card h3,.care-feature-card h3,.care-level-card h3,.care-text-card h3{margin:0;font-size:20px;line-height:1.35}.care-advantage-card p,.care-contact-info p,.care-curriculum-card p,.care-feature-card p,.care-level-card p,.care-text-card p{margin:10px 0 0;color:#555;font-size:14px;line-height:1.8}.care-benchmark-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px;margin-top:30px}.care-benchmark-card{display:flex;flex-direction:column;align-items:center;gap:14px;border:1px solid #e1e1e1;border-radius:8px;background:#fff;padding:20px;cursor:pointer;text-align:center;transition:border-color .25s ease,box-shadow .25s ease,transform .25s ease}.care-benchmark-card:hover{border-color:var(--blue);box-shadow:0 4px 12px rgba(66,96,228,.1);transform:translateY(-3px)}.care-benchmark-thumb{position:relative;width:100%;aspect-ratio:16/9;overflow:hidden;border-radius:6px;background:#0f172a}.care-benchmark-thumb video{width:100%;height:100%;object-fit:cover}.care-benchmark-play{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.25)}.care-benchmark-label{font-size:15px;font-weight:700;color:var(--ink)}.care-video-modal{position:fixed;inset:0;z-index:1200;display:flex;align-items:center;justify-content:center;padding:24px}.care-video-modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.8)}.care-video-modal-content{position:relative;z-index:1;width:min(90vw,800px);overflow:hidden;border-radius:8px;background:#000}.care-video-modal-content video{width:100%;display:block}.care-video-modal-close{position:absolute;top:12px;right:16px;z-index:2;display:flex;width:36px;height:36px;align-items:center;justify-content:center;border:0;border-radius:50%;background:rgba(255,255,255,.15);color:#fff;cursor:pointer;font-size:22px;line-height:1;transition:background .3s ease}.care-video-modal-close:hover{background:rgba(255,255,255,.35)}.download-section{padding:64px 0;text-align:center}.download-title{margin:0 0 40px;font-family:Raleway,Microsoft YaHei,Arial,sans-serif;font-size:28px;line-height:1.35}.download-grid{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:32px}.download-qr-card{display:inline-block;padding:16px;background:linear-gradient(145deg,#fff,#f5f7ff);border-radius:16px;box-shadow:0 8px 24px rgba(66,96,228,.1);text-align:center;width:180px}.download-qr-frame{width:148px;height:148px;margin:0 auto;border-radius:10px;display:flex;align-items:center;justify-content:center;overflow:hidden}.download-qr-frame img{width:130px;height:130px}.download-qr-card p{font-size:12px;color:var(--blue);margin:10px 0 0;font-weight:500}.download-store-list{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:16px}.download-store-btn{display:inline-flex;align-items:center;gap:10px;padding:10px 24px 10px 20px;background:linear-gradient(135deg,#1a1a2e,#2d2d44);color:#fff;border-radius:10px;text-decoration:none;font-size:13px;transition:transform .25s,box-shadow .25s;box-shadow:0 4px 12px rgba(0,0,0,.15);min-width:160px}.download-store-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.2);color:#fff}.download-store-btn svg{width:24px;height:24px;fill:#fff;flex-shrink:0}.download-store-btn div{display:flex;flex-direction:column;text-align:left}.download-store-btn div span:first-child{font-size:9px;opacity:.6;line-height:1}.download-store-btn div span:last-child{font-size:15px;font-weight:600;line-height:1.3}.download-note{text-align:center;margin-top:16px;color:#9b9b9b;font-size:13px}.download-note strong{color:var(--blue)}@media (max-width:900px){.care-hero{padding:34px 0 0;background:linear-gradient(135deg,rgba(66,96,228,.12),rgba(255,255,255,0) 58%),#f8fbff}.care-hero-grid{grid-template-columns:minmax(0,1fr);gap:22px;align-items:stretch}.care-hero-copy{padding-bottom:0}.care-hero-copy h1{font-size:28px;line-height:1.25}.care-hero-copy p{margin-top:12px;font-size:15px;line-height:1.75}.care-tag-list{margin-top:16px;gap:8px}.care-tag-list span{min-height:32px;background:rgba(255,255,255,.78);padding:6px 12px;font-size:12px}.care-hero-actions{display:grid;grid-template-columns:minmax(0,1fr);grid-gap:10px;gap:10px;margin-top:20px}.care-hero-actions .button{width:100%}.care-hero-image{height:230px;border-radius:8px 8px 0 0}.care-section{padding:48px 0}.care-section-heading{text-align:left}.care-section-heading h2{font-size:25px;line-height:1.28}.care-section-heading p{font-size:14px;line-height:1.7}.care-benchmark-grid,.care-card-grid,.care-contact-grid,.care-curriculum-grid,.care-intro-grid{grid-template-columns:minmax(0,1fr);gap:14px;margin-top:22px}.care-advantage-card,.care-contact-info,.care-curriculum-card,.care-employment-item,.care-feature-card,.care-level-card,.care-text-card{border:1px solid rgba(66,96,228,.14);border-radius:8px;background:linear-gradient(135deg,rgba(66,96,228,.08),rgba(255,255,255,0) 42%),#fff;box-shadow:0 10px 24px rgba(15,24,55,.07);padding:18px}.care-curriculum-card,.care-employment-item,.care-feature-card{display:grid;grid-template-columns:46px minmax(0,1fr);align-items:center;text-align:left}.care-curriculum-card>svg,.care-employment-item>svg,.care-feature-icon{display:inline-flex;width:42px;height:42px;align-items:center;justify-content:center;border-radius:8px;background:rgba(66,96,228,.1);color:var(--blue)}.care-curriculum-card>svg,.care-employment-item>svg,.care-feature-icon svg{width:24px;height:24px}.care-curriculum-card h3,.care-feature-card h3{font-size:17px}.care-curriculum-card p,.care-feature-card p{grid-column:2;margin-top:6px}.care-level-card span{display:inline-flex;min-height:28px;align-items:center;border-radius:999px;background:rgba(66,96,228,.1);color:var(--blue);padding:0 10px;font-size:12px;font-weight:900}.care-path-list{display:grid;grid-gap:12px;gap:12px;margin-top:22px}.care-path-item{display:grid;grid-template-columns:34px minmax(0,1fr);align-items:center;grid-gap:12px;gap:12px;border:1px solid rgba(66,96,228,.14);border-radius:8px;background:#fff;padding:14px 16px;box-shadow:0 8px 20px rgba(15,24,55,.06)}.care-path-item span{display:inline-flex;width:34px;height:34px;align-items:center;justify-content:center;border-radius:50%;background:var(--blue);color:#fff;font-weight:900}.care-path-item p{margin:0;color:#333;font-size:14px;line-height:1.6}.care-card-grid-5,.care-employment-list{grid-template-columns:minmax(0,1fr)}.care-employment-list{display:grid;grid-gap:12px;gap:12px;margin-top:22px}.care-employment-item p{margin:0;font-weight:800}.care-benchmark-card{padding:14px}.care-form{display:grid;grid-gap:14px;gap:14px;border:1px solid rgba(66,96,228,.14);border-radius:8px;background:#fff;padding:18px;box-shadow:0 10px 24px rgba(15,24,55,.07)}.care-form-row{display:grid;grid-template-columns:minmax(0,1fr);grid-gap:14px;gap:14px}.care-form label{display:grid;grid-gap:7px;gap:7px;color:#333;font-size:14px;font-weight:800}.care-form input,.care-form textarea{width:100%;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--ink);padding:12px 13px}.care-form .button{width:100%}.care-action-group{display:grid;grid-template-columns:minmax(0,1fr)}}@media (max-width:480px){.care-hero-copy h1{font-size:25px}.care-hero-image{height:210px}.care-section{padding:42px 0}.care-section-heading h2{font-size:23px}.care-curriculum-card,.care-employment-item,.care-feature-card{grid-template-columns:minmax(0,1fr);justify-items:center;text-align:center}.care-curriculum-card p,.care-feature-card p{grid-column:auto}}html[data-theme=dark] body{color:var(--text);background:radial-gradient(circle at 12% -10%,rgba(159,181,217,.08),transparent 34%),var(--page-bg)}html[data-theme=dark] .site-header{background:rgba(32,35,38,.94);box-shadow:0 1px 0 rgba(232,227,216,.08);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}html[data-theme=dark] .site-header.is-stuck{box-shadow:0 12px 34px rgba(0,0,0,.34)}html[data-theme=dark] .auth-nav-link,html[data-theme=dark] .auth-user-dropdown button,html[data-theme=dark] .brand,html[data-theme=dark] .dropdown-link,html[data-theme=dark] .language-option,html[data-theme=dark] .language-trigger,html[data-theme=dark] .logout-confirm-cancel,html[data-theme=dark] .mobile-sheet-cancel,html[data-theme=dark] .mobile-sheet-option,html[data-theme=dark] .nav-link{color:var(--text-soft)}html[data-theme=dark] .language-trigger svg,html[data-theme=dark] .nav-more-trigger svg{color:rgba(232,227,216,.5)}html[data-theme=dark] .nav-toggle span,html[data-theme=dark] .nav-toggle span:after,html[data-theme=dark] .nav-toggle span:before{background:var(--text)}html[data-theme=dark] .auth-modal,html[data-theme=dark] .auth-user-dropdown,html[data-theme=dark] .language-dropdown,html[data-theme=dark] .logout-confirm-dialog,html[data-theme=dark] .mobile-sheet-panel,html[data-theme=dark] .nav-dropdown,html[data-theme=dark] .site-nav{border-color:var(--line)}html[data-theme=dark] .auth-account-switch button,html[data-theme=dark] .auth-code-row button,html[data-theme=dark] .auth-form input,html[data-theme=dark] .auth-modal-close,html[data-theme=dark] .auth-user-avatar,html[data-theme=dark] .care-form input,html[data-theme=dark] .care-form textarea,html[data-theme=dark] .language-trigger,html[data-theme=dark] .study-search-field input,html[data-theme=dark] .study-search-input{border-color:var(--line);background:var(--surface);color:var(--text)}html[data-theme=dark] .auth-account-switch button.active,html[data-theme=dark] .auth-form-note,html[data-theme=dark] .auth-modal-close:hover,html[data-theme=dark] .auth-user-dropdown button:hover,html[data-theme=dark] .dropdown-link.active,html[data-theme=dark] .dropdown-link:hover,html[data-theme=dark] .language-option.active,html[data-theme=dark] .language-option:hover,html[data-theme=dark] .mobile-sheet-option.active,html[data-theme=dark] .mobile-sheet-option:hover,html[data-theme=dark] .nav-link.active,html[data-theme=dark] .nav-link:hover{background:rgba(159,181,217,.12);color:var(--blue)}html[data-theme=dark] .auth-switch{background:rgba(232,227,216,.07)}html[data-theme=dark] .auth-switch button.active{background:var(--surface-elevated);color:var(--blue)}html[data-theme=dark] .care-hero,html[data-theme=dark] .ecommerce-detail-hero,html[data-theme=dark] .home-hero,html[data-theme=dark] .study-hero-section,html[data-theme=dark] .study-school-detail-hero,html[data-theme=dark] .sub-hero{background:radial-gradient(circle at 10% 12%,rgba(159,181,217,.12),transparent 34%),linear-gradient(135deg,#24282b,#17191b 58%,#1d2621)}html[data-theme=dark] .about-section,html[data-theme=dark] .care-section,html[data-theme=dark] .cnc-section,html[data-theme=dark] .contact-reference-section,html[data-theme=dark] .csca-section,html[data-theme=dark] .ecommerce-detail-section,html[data-theme=dark] .ecommerce-section,html[data-theme=dark] .enterprise-section,html[data-theme=dark] .hsk-section,html[data-theme=dark] .section,html[data-theme=dark] .study-section{background:var(--page-bg)}html[data-theme=dark] .care-muted,html[data-theme=dark] .cnc-fit-section,html[data-theme=dark] .ecommerce-detail-curriculum,html[data-theme=dark] .enterprise-process-section,html[data-theme=dark] .section-muted,html[data-theme=dark] .study-policy-summary-section,html[data-theme=dark] .study-search-section,html[data-theme=dark] .study-tool-title-section{background:var(--surface-soft)}html[data-theme=dark] .about-action-section,html[data-theme=dark] .about-title-section,html[data-theme=dark] .care-action-section,html[data-theme=dark] .cnc-action-section,html[data-theme=dark] .cnc-more-section,html[data-theme=dark] .cnc-reference,html[data-theme=dark] .cnc-title-section,html[data-theme=dark] .cnc-video-section,html[data-theme=dark] .contact-title-section,html[data-theme=dark] .csca-action-section,html[data-theme=dark] .csca-title-section,html[data-theme=dark] .ecommerce-action-section,html[data-theme=dark] .ecommerce-detail-certificate,html[data-theme=dark] .ecommerce-detail-page,html[data-theme=dark] .ecommerce-reference,html[data-theme=dark] .ecommerce-title-section,html[data-theme=dark] .enterprise-action-section,html[data-theme=dark] .enterprise-reference,html[data-theme=dark] .enterprise-title-section,html[data-theme=dark] .hsk-action-section,html[data-theme=dark] .hsk-title-section,html[data-theme=dark] .study-action-section,html[data-theme=dark] .study-bursary-detail-page,html[data-theme=dark] .study-contact-section,html[data-theme=dark] .study-query-entry-section,html[data-theme=dark] .study-reference,html[data-theme=dark] .study-school-detail-page,html[data-theme=dark] .study-title-section{background:var(--page-bg);color:var(--text)}html[data-theme=dark] .care-advantage-card,html[data-theme=dark] .care-benchmark-card,html[data-theme=dark] .care-contact-info,html[data-theme=dark] .care-curriculum-card,html[data-theme=dark] .care-employment-item,html[data-theme=dark] .care-feature-card,html[data-theme=dark] .care-form,html[data-theme=dark] .care-level-card,html[data-theme=dark] .cnc-fit-item,html[data-theme=dark] .cnc-module-card,html[data-theme=dark] .cnc-partner span,html[data-theme=dark] .contact-form-card,html[data-theme=dark] .contact-info-card,html[data-theme=dark] .csca-module-card,html[data-theme=dark] .ecommerce-detail-assessment-item,html[data-theme=dark] .ecommerce-detail-audience-item,html[data-theme=dark] .ecommerce-detail-certificate-list p,html[data-theme=dark] .ecommerce-detail-course-item,html[data-theme=dark] .ecommerce-detail-video-title,html[data-theme=dark] .ecommerce-module-card,html[data-theme=dark] .enterprise-process-card,html[data-theme=dark] .enterprise-service-card,html[data-theme=dark] .info-card,html[data-theme=dark] .news-card,html[data-theme=dark] .route-card,html[data-theme=dark] .study-bursary-card,html[data-theme=dark] .study-major-card,html[data-theme=dark] .study-policy-card,html[data-theme=dark] .study-query-entry-card,html[data-theme=dark] .study-result-card,html[data-theme=dark] .study-school-card,html[data-theme=dark] .study-school-detail-hsk div,html[data-theme=dark] .study-school-detail-metrics div,html[data-theme=dark] .study-school-detail-panel,html[data-theme=dark] .study-search-shell,html[data-theme=dark] .study-service-card{border-color:var(--line);background:var(--surface);color:var(--text);box-shadow:0 12px 30px rgba(0,0,0,.22)}html[data-theme=dark] .care-path-item,html[data-theme=dark] .care-text-card,html[data-theme=dark] .cnc-card .info-card,html[data-theme=dark] .ecommerce-module-grid .info-card,html[data-theme=dark] .enterprise-service-grid .info-card,html[data-theme=dark] .home-reference .classic .info-card,html[data-theme=dark] .home-reference .feature .info-card{background:linear-gradient(135deg,rgba(159,181,217,.1),rgba(232,227,216,0) 42%),var(--surface);border-color:var(--line);box-shadow:0 10px 24px rgba(0,0,0,.2)}html[data-theme=dark] .study-policy-card.study-policy-alert{border-color:rgba(248,113,113,.32);background:linear-gradient(135deg,rgba(248,113,113,.12),rgba(17,24,39,0) 48%),var(--surface)}html[data-theme=dark] .study-policy-card.study-policy-alert .study-policy-icon,html[data-theme=dark] .study-policy-card.study-policy-alert .study-policy-label{background:rgba(248,113,113,.14);color:#fca5a5}html[data-theme=dark] .study-policy-card.study-policy-alert h2{color:#fca5a5}html[data-theme=dark] .about-section-heading h2,html[data-theme=dark] .care-benchmark-label,html[data-theme=dark] .cnc-fit-item h3,html[data-theme=dark] .ecommerce-detail-course-column>h3,html[data-theme=dark] .ecommerce-detail-course-item h4,html[data-theme=dark] .ecommerce-detail-video-title h3,html[data-theme=dark] .enterprise-process-card p,html[data-theme=dark] .hero-social span,html[data-theme=dark] h1,html[data-theme=dark] h2,html[data-theme=dark] h3,html[data-theme=dark] h4{color:var(--text)}html[data-theme=dark] .about-section p,html[data-theme=dark] .care-advantage-card p,html[data-theme=dark] .care-contact-info p,html[data-theme=dark] .care-curriculum-card p,html[data-theme=dark] .care-feature-card p,html[data-theme=dark] .care-hero-copy p,html[data-theme=dark] .care-level-card p,html[data-theme=dark] .care-section-heading p,html[data-theme=dark] .care-text-card p,html[data-theme=dark] .cnc-info-item p,html[data-theme=dark] .cnc-lead,html[data-theme=dark] .cnc-partner figcaption,html[data-theme=dark] .contact-reference-section p,html[data-theme=dark] .csca-card-body p,html[data-theme=dark] .ecommerce-detail-assessment-item li,html[data-theme=dark] .ecommerce-detail-audience-item p,html[data-theme=dark] .ecommerce-detail-course-item li,html[data-theme=dark] .ecommerce-detail-hero-copy p:not(.hero-eyebrow),html[data-theme=dark] .ecommerce-lead,html[data-theme=dark] .enterprise-lead,html[data-theme=dark] .hero-copy,html[data-theme=dark] .hero-note,html[data-theme=dark] .hero-social,html[data-theme=dark] .study-lead,html[data-theme=dark] .study-policy-card li,html[data-theme=dark] .study-policy-card p,html[data-theme=dark] .study-policy-card small,html[data-theme=dark] .study-query-entry-card p,html[data-theme=dark] .study-section-heading p,html[data-theme=dark] .study-service-card p,html[data-theme=dark] .study-title-block p,html[data-theme=dark] li,html[data-theme=dark] p{color:var(--text-muted)}html[data-theme=dark] .card-icon,html[data-theme=dark] .care-curriculum-card>svg,html[data-theme=dark] .care-employment-item>svg,html[data-theme=dark] .care-feature-icon,html[data-theme=dark] .ecommerce-detail-assessment-icon{background:rgba(159,181,217,.12);color:var(--blue)}html[data-theme=dark] .cnc-card-icon:after,html[data-theme=dark] .csca-card-icon:after,html[data-theme=dark] .ecommerce-module-icon:after,html[data-theme=dark] .enterprise-service-icon:after{border-color:rgba(232,227,216,.58)}html[data-theme=dark] .button.white{border-color:var(--line);background:var(--surface-elevated);color:var(--text)}html[data-theme=dark] .button.white:hover{border-color:var(--blue);background:var(--blue);color:#17191b}html[data-theme=dark] .auth-nav-button,html[data-theme=dark] .button.primary,html[data-theme=dark] .button:hover,html[data-theme=dark] .logout-confirm-submit,html[data-theme=dark] .mini-button:hover,html[data-theme=dark] .study-search-button{color:#17191b}html[data-theme=dark] img{filter:brightness(.92)}html[data-theme=dark] .brand img,html[data-theme=dark] .footer-brand img,html[data-theme=dark] .hero-image img,html[data-theme=dark] .study-school-card img,html[data-theme=dark] .study-school-detail-image img,html[data-theme=dark] .sub-hero-art img,html[data-theme=dark] video{filter:none}html[data-theme=dark] .home-reference .leah .info-card,html[data-theme=dark] .home-reference .leah .info-card:after{background:transparent}@media (max-width:1080px){html[data-theme=dark] .site-nav{background:var(--surface-elevated)}}.tpes-page{min-height:60vh}.tpes-hero{padding:80px 0 64px;text-align:center}.tpes-hero .container{max-width:720px}.tpes-eyebrow{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--blue);margin-bottom:12px}.tpes-hero h1{font-size:2.5rem;font-weight:700;margin-bottom:16px}.tpes-hero-sub{font-size:1.1rem;color:var(--text-muted);line-height:1.7;margin-bottom:32px}.tpes-hero-info{display:flex;justify-content:center;gap:40px;margin-bottom:40px;flex-wrap:wrap}.tpes-hero-info div{display:flex;flex-direction:column;align-items:center;gap:4px}.tpes-hero-info strong{font-size:1rem;color:var(--text)}.tpes-hero-info span{font-size:.85rem;color:var(--text-muted)}.tpes-start-btn{padding:14px 48px;font-size:1.1rem}.tpes-type-code{display:inline-block;background:var(--blue);color:#fff;padding:4px 20px;border-radius:20px;font-size:.95rem;font-weight:600;letter-spacing:.06em;margin-bottom:12px}.tpes-error-wrap,.tpes-loading-wrap{display:flex;flex-direction:column;align-items:center;gap:20px;padding:60px 0}.tpes-spinner{width:40px;height:40px;border:3px solid var(--line);border-top-color:var(--blue);border-radius:50%;animation:tpes-spin .8s linear infinite}@keyframes tpes-spin{to{transform:rotate(1turn)}}.tpes-error-msg{color:#e53e3e;font-size:1rem}.tpes-quiz-section{padding:40px 0 80px}.tpes-quiz-section .container{max-width:680px}.tpes-progress-wrap{display:flex;align-items:center;gap:14px;margin-bottom:40px}.tpes-progress-bar{flex:1 1;height:6px;background:var(--line);border-radius:3px;overflow:hidden}.tpes-progress-fill{height:100%;background:var(--blue);border-radius:3px;transition:width .3s ease}.tpes-progress-text{font-size:.875rem;color:var(--text-muted);min-width:48px;text-align:right}.tpes-debug-btn{padding:3px 10px;font-size:.75rem;border:1px solid var(--line);border-radius:6px;background:transparent;color:var(--text-muted);cursor:pointer}.tpes-debug-btn:hover{border-color:var(--blue);color:var(--blue)}.tpes-question-card{background:var(--surface);border:1px solid var(--line);border-radius:12px;padding:40px}.tpes-question-num{font-size:.85rem;color:var(--text-muted);margin-bottom:16px}.tpes-question-text{font-size:1.2rem;font-weight:600;line-height:1.6;margin-bottom:32px}.tpes-options{display:flex;flex-direction:column;gap:10px;margin-bottom:32px}.tpes-option{display:block;width:100%;text-align:left;padding:14px 20px;border:2px solid var(--line);border-radius:8px;background:var(--surface);font-size:1rem;cursor:pointer;transition:border-color .15s,background .15s;color:var(--text)}.tpes-option:hover{border-color:var(--blue)}.tpes-option.is-selected{border-color:var(--blue);background:rgba(66,96,228,.08)}.tpes-nav{display:flex;align-items:center;justify-content:space-between;gap:16px}.tpes-nav-hint{font-size:.85rem;color:var(--text-muted)}.tpes-result-hero{background:var(--soft)}.tpes-section-title{font-size:1.5rem;font-weight:700;margin-bottom:28px;text-align:center}.tpes-dimensions{max-width:640px;margin:0 auto;gap:24px}.tpes-dim-item,.tpes-dimensions{display:flex;flex-direction:column}.tpes-dim-item{gap:8px}.tpes-dim-header{display:flex;justify-content:space-between;font-size:.95rem;font-weight:600}.tpes-dim-bar{height:10px;background:var(--line);border-radius:5px;overflow:hidden}.tpes-dim-fill{height:100%;background:var(--blue);border-radius:5px;transition:width .6s ease}.tpes-dim-desc{font-size:.875rem;color:var(--text-muted);line-height:1.5}.tpes-tags{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;max-width:640px;margin:0 auto}.tpes-tag{padding:8px 20px;border-radius:20px;background:rgba(66,96,228,.1);color:var(--blue);font-size:.9rem;font-weight:600}.tpes-careers{max-width:640px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));grid-gap:12px;gap:12px}.tpes-career-item{padding:14px 18px;border:1px solid var(--line);border-radius:8px;font-size:.95rem;text-align:center}.tpes-suggestions{max-width:640px;margin:0 auto;font-size:1rem;line-height:1.8;color:var(--text-muted)}.tpes-userinfo-form{max-width:440px;margin:0 auto;display:flex;flex-direction:column;gap:20px}.tpes-userinfo-form label{display:flex;flex-direction:column;gap:6px}.tpes-userinfo-form label span{font-size:.9rem;font-weight:600;color:var(--text)}.tpes-userinfo-form input,.tpes-userinfo-form select{padding:10px 14px;border:1.5px solid #c4c8d4;border-radius:8px;font-size:1rem;background:var(--surface);color:var(--text);outline:none;transition:border-color .15s}.tpes-userinfo-form input:focus,.tpes-userinfo-form select:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(66,96,228,.12)}.tpes-inline-fields{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.tpes-login-hint{font-size:.85rem;color:var(--blue);text-align:center;line-height:1.5;padding:10px 16px;background:rgba(66,96,228,.06);border-radius:8px}.tpes-privacy-note{font-size:.82rem;color:var(--text-muted);text-align:center;line-height:1.5}.tpes-generating-hint{font-size:.9rem;color:var(--text-muted);max-width:360px}.tpes-record-table-wrap{overflow-x:auto}.tpes-record-table{width:100%;border-collapse:collapse}.tpes-record-table td,.tpes-record-table th{padding:14px 16px;text-align:left;border-bottom:1px solid var(--line);font-size:.9rem}.tpes-record-table th{font-weight:600;color:var(--text-muted);font-size:.82rem;text-transform:uppercase;letter-spacing:.04em}.tpes-record-table td a{color:var(--blue)}.tpes-record-table td a:hover{text-decoration:underline}.tpes-status-tag{display:inline-block;padding:3px 12px;border-radius:12px;font-size:.8rem;font-weight:600}.tpes-status-saved{background:rgba(66,96,228,.08);color:var(--blue)}.tpes-status-generating{background:rgba(245,158,11,.1);color:#d97706}.tpes-status-completed{background:rgba(80,186,135,.1);color:var(--green)}.tpes-status-failed{background:rgba(229,62,62,.08);color:#e53e3e}.tpes-report-pending{color:var(--text-muted)}@media (max-width:640px){.tpes-hero{padding:48px 0 40px}.tpes-hero h1{font-size:1.75rem}.tpes-hero-info{gap:20px}.tpes-question-card{padding:24px}.tpes-nav{flex-wrap:wrap}.tpes-nav-hint{order:3;width:100%;text-align:center}.tpes-inline-fields{grid-template-columns:1fr}}