.global-home-header .header-inner{position:relative;height:76px;gap:22px}
.global-home-header .brand{min-width:0;flex:0 0 auto}
.global-home-header .brand img{width:48px;height:48px}
.global-home-header .brand-title{font-size:30px;line-height:48px;white-space:nowrap}
.global-home-header .brand-sub{display:none}
.home-business-nav{display:flex;flex:1;align-items:center;justify-content:center;gap:28px;color:#051f4a;font-size:14px;font-weight:900;line-height:1.35;white-space:nowrap}
.home-business-nav a:hover{color:#b87900}
.home-language-switch{display:flex;flex:0 0 auto;align-items:center;gap:7px;color:#051f4a;font-size:13px;font-weight:950;white-space:nowrap}
.home-language-switch strong{display:grid;place-items:center;min-width:36px;height:36px;padding:0 9px;border-radius:999px;background:#051f4a;color:#fff}
.home-language-switch a{padding:6px 2px}
.home-mobile-nav{display:none}
@media(max-width:1100px){
  .global-home-header .brand-title{font-size:25px}
  .home-business-nav{column-gap:14px;font-size:12.5px}
}
@media(max-width:900px){
  .global-home-header{overflow:visible !important}
  .services-visual-grid{grid-auto-rows:1fr}
  .services-visual-grid .service-visual-card{height:100%}
  .global-home-header .header-inner{height:72px;padding:0;justify-content:space-between}
  .home-business-nav{display:none}
  .home-mobile-nav{position:relative;display:block;margin-left:auto}
  .home-mobile-nav summary{display:grid;place-items:center;width:40px;height:40px;border:1px solid #ccd7e4;border-radius:12px;background:#f5f8fb;color:#051f4a;font-size:23px;font-weight:900;cursor:pointer;list-style:none}
  .home-mobile-nav summary::-webkit-details-marker{display:none}
  .home-mobile-nav[open] summary{background:#051f4a;color:#fff}
  .home-mobile-nav nav{position:fixed;top:72px;left:0;right:0;z-index:50;display:grid;grid-template-columns:1fr 1fr;padding:10px 14px 14px;border-top:1px solid #dce5ef;border-bottom:1px solid #cbd7e4;background:#fff;box-shadow:0 16px 30px rgba(5,31,74,.16)}
  .home-mobile-nav nav a{display:flex;align-items:center;min-height:48px;padding:10px 13px;border-bottom:1px solid #e5ebf2;color:#173453;font-size:13px;font-weight:850}
  .home-mobile-nav nav .mobile-home-link{grid-column:1/-1;justify-content:center;margin-top:4px;border-top:1px solid #d7e1ec;border-bottom:0;background:#f5f8fb;color:#051f4a;font-weight:950}
}
@media(max-width:640px){
  .global-home-header .header-inner{gap:10px}
  .global-home-header .brand img{width:42px;height:42px}
  .global-home-header .brand-title{font-size:24px;line-height:42px}
  .home-language-switch{gap:5px;font-size:12px}
  .home-language-switch strong{min-width:34px;height:34px;padding:0 7px}
  .home-mobile-nav nav{grid-template-columns:1fr}
}
@media(min-width:1101px){
  html[lang="zh-CN"] .home-business-nav{font-size:16px;font-weight:950}
}
@media(min-width:901px) and (max-width:1100px){
  html[lang="zh-CN"] .home-business-nav{font-size:14px;font-weight:950}
}
