/* common.css - shared base, navigation, layout, components, footer and reusable list/filter styles. */
:root{--ink:#10233f;--ink-2:#193a60;--accent:#b44c00;--accent-dark:#8f3d00;--blue:#244c7a;--text:#263448;--muted:#5f6d80;--line:#d8e1ed;--bg:#f5f7fa;--soft:#eef3f8;--white:#fff;--shadow:0 18px 46px rgba(16,35,63,.12);--radius:22px;--radius-sm:14px;--container:1200px}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-padding-top:86px;scrollbar-gutter:stable;overflow-y:scroll}html.is-dialog-open,html.is-drawer-open,html.is-overlay-open,body.is-dialog-open,body.is-drawer-open,body.is-overlay-open{overflow:hidden}body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",Arial,sans-serif;color:var(--text);background:#fff;line-height:1.65;overflow-x:hidden}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{touch-action:manipulation}img{max-width:100%;height:auto;display:block}.container{width:min(var(--container),calc(100% - 40px));margin-inline:auto}.narrow{width:min(860px,calc(100% - 40px))}.center{text-align:center}.sr-only,.menu-toggle b{position:absolute;inline-size:1px;block-size:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.98);border-bottom:1px solid var(--line)}.header-inner{min-height:74px;display:flex;align-items:center;gap:24px}.brand{display:flex;align-items:center;gap:12px;min-width:0;flex-shrink:1}.brand-mark{width:42px;height:42px;border-radius:13px;background:linear-gradient(135deg,var(--ink),var(--blue));color:white;display:grid;place-items:center;font-weight:900;box-shadow:0 10px 24px rgba(16,35,63,.18);flex:0 0 auto}.brand strong{display:block;letter-spacing:.04em;color:var(--ink);font-size:17px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.brand small{display:block;color:var(--muted);font-size:11px;margin-top:-2px;white-space:nowrap}.main-nav{display:flex;align-items:center;gap:2px;flex:1;justify-content:center}.nav-link{font-size:14px;color:#39495d;padding:10px 11px;border-radius:999px}.nav-link:hover,.nav-link.isactive{background:var(--soft);color:var(--ink)}.header-actions{display:flex;align-items:center;gap:10px;margin-left:auto;flex:0 0 auto}.lang-trigger{display:inline-flex;align-items:center;justify-content:center;min-height:40px;border:1px solid var(--line);border-radius:999px;padding:8px 12px;background:white;color:var(--ink);font-weight:750;font-size:13px;white-space:nowrap;cursor:pointer}.lang-trigger:hover{background:var(--soft)}.menu-toggle{display:none;background:none;border:0;padding:8px;cursor:pointer}.menu-toggle span{display:block;width:22px;height:2px;background:var(--ink);margin:4px 0}.mobile-drawer[hidden]{display:none}.mobile-drawer{position:fixed;left:0;right:0;top:var(--drawer-top,68px);z-index:95;border-top:1px solid var(--line);background:rgba(255,255,255,.98);box-shadow:0 18px 40px rgba(16,35,63,.16);max-height:calc(100dvh - var(--drawer-top,68px));overflow:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.mobile-links{padding:16px 0 22px;display:grid;gap:8px}.mobile-links a{padding:13px 12px;border-radius:12px;background:var(--bg);min-height:44px;display:flex;align-items:center}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:999px;padding:12px 20px;min-height:44px;max-width:100%;font-weight:750;border:1px solid transparent;line-height:1.2;transition:transform .18s ease, opacity .18s ease}.btn:hover{transform:translateY(-1px)}.btn-small{padding:10px 15px;font-size:14px;min-height:40px}.btn-primary{background:var(--accent);color:white;box-shadow:0 12px 26px rgba(245,130,32,.25)}.btn-primary:hover{background:var(--accent-dark)}.btn-secondary{background:var(--ink);color:white}.btn-ghost{border-color:var(--line);background:white;color:var(--ink)}.text-link{color:var(--accent);font-weight:750}.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--accent);font-weight:850;letter-spacing:.08em;text-transform:uppercase;font-size:12px}.hero{background:linear-gradient(180deg,#f8fbff 0%,#fff 100%);padding:72px 0 56px}.hero-grid,.split-grid{display:grid;grid-template-columns:1.03fr .97fr;align-items:center;gap:46px}.hero-copy h1{font-size:clamp(34px,5vw,58px);line-height:1.08;margin:12px 0 18px;color:var(--ink);letter-spacing:-.04em}.hero-copy p,.page-hero p,.section-head p,.lead{font-size:18px;color:var(--muted);margin:0}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.hero-grid>*,.split-grid>*,.product-detail-grid>*,.inquiry-grid>*{min-width:0}.hero-img,.rounded-img,.media-img,.gallery-main{width:100%;border-radius:var(--radius);box-shadow:var(--shadow);background:var(--soft);object-fit:cover}.page-hero{background:linear-gradient(135deg,#f6f9fd,#eef3f8);padding:44px 0}.page-hero.slim h1{font-size:clamp(30px,4vw,48px);line-height:1.15;color:var(--ink);margin:12px 0}.breadcrumb{font-size:13px;color:var(--muted);margin-bottom:18px}.breadcrumb a{color:var(--ink)}@media(max-width:1080px){html{scroll-padding-top:76px}.main-nav{display:none}.menu-toggle{display:block}.header-inner{min-height:68px}.header-actions{gap:8px}}@media(max-width:800px){.container,.narrow{width:min(100% - 28px,var(--container))}.hero{padding:42px 0}.hero-grid,.split-grid,.product-detail-grid,.inquiry-grid{grid-template-columns:1fr}.hero-copy h1{font-size:36px}.hero-copy p,.page-hero p,.section-head p,.lead{font-size:16px}.header-actions .btn-small{display:none}.section{padding:48px 0}.page-hero{padding:32px 0}.hero-actions .btn,.cta-actions .btn{width:100%}.btn{width:auto}.site-header{position:sticky}}@media(max-width:520px){.container,.narrow{width:min(100% - 24px,var(--container))}.header-inner{gap:10px}.brand-mark{width:36px;height:36px;border-radius:11px}.brand strong{font-size:15px;max-width:118px}.brand small{display:none}.lang-trigger{font-size:12px;padding:7px 9px;min-height:36px}.menu-toggle{padding:6px}.hero-copy h1{font-size:32px}}@media(max-width:380px){.brand strong{max-width:82px}.header-actions{gap:4px}.lang-trigger{padding-inline:8px}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important}}.search-trigger{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:40px;border:1px solid var(--line);border-radius:999px;padding:8px 12px;background:white;color:var(--ink);font-weight:750;font-size:13px;white-space:nowrap;cursor:pointer}.search-trigger:hover{background:var(--soft)}.search-trigger:focus-visible{outline:3px solid rgba(245,130,32,.35);outline-offset:3px}.site-search-panel[hidden]{display:none}.search-icon{position:relative;width:15px;height:15px;border:2px solid currentColor;border-radius:50%;display:inline-block;flex:0 0 auto}.search-icon:after{content:"";position:absolute;width:7px;height:2px;background:currentColor;right:-6px;bottom:-3px;transform:rotate(45deg);border-radius:2px}@media(max-width:520px){.search-trigger{min-height:36px;padding:7px 9px}.search-text{position:absolute;inline-size:1px;block-size:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.search-icon{width:14px;height:14px}}@media(max-width:380px){.search-trigger{padding-inline:8px}}

.main-nav{gap:1px}.nav-group{position:relative;display:flex;align-items:center}.nav-group-trigger{display:inline-flex;align-items:center;gap:6px;white-space:nowrap}.nav-caret{width:7px;height:7px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);margin-top:-3px;transition:transform .16s ease}.nav-group:hover .nav-caret,.nav-group:focus-within .nav-caret{transform:rotate(225deg);margin-top:3px}.nav-dropdown{position:absolute;left:50%;top:calc(100% - 6px);width:min(220px,calc(100vw - 32px));transform:translate(-50%,0);padding:8px;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:0 22px 54px rgba(16,35,63,.16);opacity:0;visibility:hidden;pointer-events:none;transition:transform .18s ease, opacity .18s ease;z-index:130}.nav-dropdown:before{content:"";position:absolute;left:0;right:0;top:-12px;height:12px}.nav-dropdown-compact{width:min(240px,calc(100vw - 32px));display:grid;grid-template-columns:1fr;gap:4px}.nav-group:hover .nav-dropdown,.nav-group:focus-within .nav-dropdown{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%,0)}.nav-dropdown a{display:flex;align-items:center;min-height:40px;padding:8px 11px;border-radius:12px;color:#39495d;font-size:14px;font-weight:750;line-height:1.25}.nav-dropdown-compact a{min-height:40px}.nav-dropdown a:hover,.nav-dropdown a.isactive{background:#fff7ef;color:var(--accent-dark)}.nav-group.isactive>.nav-group-trigger{background:var(--soft);color:var(--ink)}.mobile-nav-group{border-radius:14px;background:var(--bg);overflow:hidden}.mobile-group-head{display:grid;grid-template-columns:minmax(0,1fr) 46px;align-items:stretch}.mobile-links .mobile-group-link{min-height:44px;padding:13px 12px;border-radius:0;background:transparent;color:var(--ink);font-weight:800;display:flex;align-items:center}.mobile-subnav-toggle{border:0;background:transparent;color:var(--accent);cursor:pointer;display:grid;place-items:center;min-height:44px}.mobile-subnav-toggle:after{content:"+";font-size:20px;line-height:1;font-weight:900}.mobile-nav-group.is-open .mobile-subnav-toggle:after{content:"−"}.mobile-subnav-toggle:focus-visible{outline:3px solid rgba(245,130,32,.35);outline-offset:-3px}.mobile-nav-group.isactive .mobile-group-head{background:#fff7ef}.mobile-subnav{display:grid;gap:6px;padding:0 8px 10px}.mobile-subnav[hidden]{display:none}.mobile-links .mobile-subnav a{background:#fff;min-height:40px;padding:10px 12px}.mobile-links a.isactive,.mobile-links .mobile-subnav a.isactive,.mobile-links .mobile-group-link.isactive{background:#fff7ef;color:var(--accent-dark);border:1px solid rgba(245,130,32,.32)}@media(min-width:1081px) and (max-width:1180px){.header-inner{gap:16px}.nav-link{padding-inline:8px}.header-actions{gap:7px}.brand small{display:none}}

/* Shared rules extracted from repeated page styles. */
.hero-points,.check-list{list-style:none!important;padding-left:0;margin-left:0}
.hero-points li,.check-list li{list-style:none!important}
.hero-points li::marker,.check-list li::marker{content:"";font-size:0}
html{scroll-behavior:smooth}
.section{padding:70px 0}
.section.muted{background:var(--bg)}
.section-head{margin-bottom:28px;max-width:760px}
.section-head.center{margin-inline:auto;text-align:center}
.section-head h2,.split-grid h2,.product-summary h2,.article-layout h2,.not-found h2{font-size:clamp(26px,3.2vw,40px);line-height:1.18;color:var(--ink);margin:8px 0 10px}
.grid{display:grid;gap:22px}
.grid-3{grid-template-columns:repeat(3,1fr)}
.card,.download-card,.download-row{background:white;border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 10px 26px rgba(16,35,63,.06);overflow:hidden}
.media-card .media-img{border-radius:0;box-shadow:none;aspect-ratio:4/3;width:100%;object-fit:cover}
.card-body{padding:20px}
.card h3,.download-card h3,.info-card h3,.article-card h2,.article-card h3,.result-list h2,.result-list h3{color:var(--ink);line-height:1.25;margin:0 0 8px}
.card p,.download-card p,.info-card p,.article-card p,.result-list p{color:var(--muted);margin:0 0 14px}
.download-filter label,.rfq-form label,.search-form label{display:grid;gap:6px;font-weight:750;color:var(--ink)}
input,select,textarea{width:100%;border:1px solid var(--line);border-radius:14px;padding:12px 13px;font:inherit;background:white;color:var(--text)}
.search-form>div{display:grid;grid-template-columns:1fr auto;gap:12px;margin-top:8px}
.site-footer{background:#0e1d32;color:#dbe6f3;padding:54px 0 26px}
.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.1fr;gap:34px}
.footer-brand .brand-mark{background:var(--accent)}
.site-footer h3{margin:0 0 12px;color:white}
.site-footer a{display:block;color:#dbe6f3;margin:7px 0}
.site-footer p{color:#b9c7d8;margin:10px 0 0}
.footer-bottom{border-top:1px solid rgba(255,255,255,.14);margin-top:34px;padding-top:20px;display:flex;justify-content:space-between;gap:20px;color:#aab9cb}
.footer-bottom a{display:inline;margin:0}
@media (max-width:1080px){.footer-grid{grid-template-columns:1fr 1fr}}
html.is-dialog-open,html.is-overlay-open,body.is-dialog-open,body.is-overlay-open{overflow:hidden}
.lang-dialog[hidden]{display:none}
.lang-dialog{position:fixed;inset:0;z-index:200;display:flex;align-items:center;justify-content:center;background:rgba(16,35,63,.56);backdrop-filter:blur(6px);padding:max(18px,env(safe-area-inset-top)) max(18px,env(safe-area-inset-right)) max(18px,env(safe-area-inset-bottom)) max(18px,env(safe-area-inset-left));overscroll-behavior:contain}
.lang-panel{width:min(760px,100%);max-height:min(90dvh,740px);display:flex;flex-direction:column;overflow:hidden;background:#fff;border-radius:24px;box-shadow:0 28px 80px rgba(16,35,63,.28);outline:0}
.lang-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;flex:0 0 auto;padding:22px 22px 16px;border-bottom:1px solid var(--line);background:#fff}
.lang-head .dialog-title{margin:4px 0;color:var(--ink);font-size:clamp(24px,4vw,34px);line-height:1.18}
.lang-head p{margin:0;color:var(--muted)}
.lang-close{inline-size:46px;block-size:46px;border:1px solid var(--line);border-radius:50%;background:var(--bg);color:var(--ink);font-size:26px;line-height:1;cursor:pointer;flex:0 0 auto}
.lang-close:focus-visible,.lang-trigger:focus-visible,.menu-toggle:focus-visible{outline:3px solid rgba(245,130,32,.35);outline-offset:3px}
.lang-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;padding:16px 22px 22px;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;scrollbar-gutter:stable;scroll-snap-type:y proximity}
.lang-option{position:relative;display:grid;gap:2px;border:1px solid var(--line);border-radius:16px;padding:13px 14px;background:#fff;color:var(--ink);font-weight:850;min-width:0;scroll-snap-align:start}
.lang-option small{color:var(--muted);font-weight:600}
.lang-option:hover,.lang-option:is([aria-current="page"],[aria-current="true"]){border-color:rgba(245,130,32,.45);background:#fff7ef}
.lang-option:is([aria-current="page"],[aria-current="true"]){padding-right:88px}

.table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}
@media(max-width:800px){.section{padding:48px 0}.section-head{margin-bottom:20px}.card-body,.article-card,.info-card{padding:18px}.cta-card{border-radius:24px}.filter-bar{display:flex;gap:8px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:4px}.filter-bar::-webkit-scrollbar{display:none}.filter-bar button{white-space:nowrap;min-height:42px}.resource-list a{align-items:flex-start}.site-footer{padding-bottom:24px}.table-wrap{margin-inline:-14px;border-radius:0;border-inline:0}input,select,textarea{font-size:16px}}
@media(max-width:600px){.download-row .btn,.rfq-form>.btn,.search-form .btn{width:100%}}
@media(max-width:420px){.cta-card{padding:22px}.hero-actions,.cta-actions{gap:10px}.lang-head{gap:12px}.lang-close{inline-size:42px;block-size:42px}.lang-option{padding:10px 12px}}
html.is-drawer-open,body.is-drawer-open{overflow:hidden}
.mobile-drawer{top:var(--drawer-top,68px);max-height:calc(100dvh - var(--drawer-top,68px))}
.filter-bar,.anchor-nav .container,.thumb-row{scrollbar-width:none;overscroll-behavior-x:contain}
.filter-bar::-webkit-scrollbar,.anchor-nav .container::-webkit-scrollbar,.thumb-row::-webkit-scrollbar{display:none}
.filter-bar button,.anchor-nav a,.thumb-row button{flex:0 0 auto}
.table-wrap{max-width:100%;overscroll-behavior-x:contain}
@media(max-width:800px){.table-wrap{margin-inline:0!important;width:100%;max-width:100%;border-radius:16px!important;border-inline:1px solid var(--line)!important}.site-footer{padding-bottom:24px}}
@media(max-width:600px){.lang-dialog{padding:max(8px,env(safe-area-inset-top)) max(8px,env(safe-area-inset-right)) max(8px,env(safe-area-inset-bottom)) max(8px,env(safe-area-inset-left))}.lang-panel{width:100%;height:calc(100dvh - 16px);max-height:none;border-radius:22px}.lang-head{padding:16px 16px 12px;gap:12px}.lang-head .dialog-title{font-size:23px}.lang-head p{display:none}.lang-close{inline-size:42px;block-size:42px}.lang-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:12px 16px calc(14px + env(safe-area-inset-bottom))}.lang-option{min-height:52px;padding:10px 11px;border-radius:14px;align-content:center}.lang-option small{display:none}.lang-option:is([aria-current="page"],[aria-current="true"]){padding-right:11px}.lang-option:is([aria-current="page"],[aria-current="true"]):after{display:none}.lang-option span{font-size:15px;line-height:1.2;overflow-wrap:anywhere}}
@media(max-width:340px){.lang-grid{gap:7px;padding-inline:12px}.lang-option{min-height:50px;padding-inline:9px}.lang-option span{font-size:14px}.brand strong{max-width:76px}}
.mobile-links a.btn-primary{background:var(--accent)!important;color:#fff!important;justify-content:center}
.mobile-links a.btn-primary:hover{background:var(--accent-dark)!important}
.site-footer .footer-brand{display:inline-flex;align-items:center;color:#fff}
.site-footer .footer-brand strong{color:#fff;letter-spacing:.045em}
.site-footer .footer-brand small{color:#d7e3f1}
.site-footer .footer-brand .brand-mark{color:#fff;background:var(--accent);box-shadow:0 10px 24px rgba(245,130,32,.22)}
.site-footer a:hover{color:#fff}
.site-footer .footer-bottom a:hover{color:#fff}
.site-search-panel[hidden]{display:none!important}
.site-search-panel{position:fixed;inset:0;z-index:180;padding:calc(var(--drawer-top,68px) + 18px) 0 18px;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}
.search-panel-backdrop{position:fixed;inset:0;background:rgba(16,35,63,.56);backdrop-filter:blur(7px)}
.search-panel-shell{position:relative;z-index:1}
.search-card{width:min(760px,100%);margin-inline:auto;background:#fff;border:1px solid rgba(216,225,237,.95);border-radius:28px;box-shadow:0 32px 90px rgba(16,35,63,.28);padding:24px;display:grid;gap:16px;animation:search-panel-in .16s ease-out}
.search-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding-bottom:4px}
.search-card .dialog-title{margin:4px 0 6px;color:var(--ink);font-size:clamp(26px,3.8vw,36px);line-height:1.15}
.search-card p{margin:0;color:var(--muted)}
.search-close{flex:0 0 auto;width:46px;height:46px;border:1px solid var(--line);border-radius:50%;background:var(--bg);color:var(--ink);font-size:28px;line-height:1;cursor:pointer}
.search-close:hover{background:#fff7ef;border-color:rgba(245,130,32,.45);color:var(--accent-dark)}
.search-close:focus-visible{outline:3px solid rgba(245,130,32,.35);outline-offset:3px}
.site-search-form{display:grid;gap:10px}
.site-search-row{display:grid;grid-template-columns:minmax(0,1fr) 128px;gap:10px;align-items:center}
.site-search-row input,.mobile-search-form input{width:100%;min-width:0;min-height:52px;border:1px solid var(--line);border-radius:999px;padding:0 18px;color:var(--ink);background:#fff;outline:0}
.site-search-row input:focus,.mobile-search-form input:focus{border-color:rgba(245,130,32,.62);box-shadow:0 0 0 4px rgba(245,130,32,.14)}
.site-search-row .btn{min-height:52px;padding-inline:22px}
.quick-search{display:flex;flex-wrap:wrap;gap:8px;align-items:center;color:var(--muted);font-size:14px}
.quick-search span{font-weight:850;color:var(--ink)}
.quick-search a{background:var(--soft);border:1px solid var(--line);border-radius:999px;padding:7px 11px;color:var(--ink);font-weight:750}
.quick-search a:hover{border-color:rgba(245,130,32,.45);background:#fff7ef;color:var(--accent-dark)}
.search-note{font-size:13px;color:var(--muted);margin-top:-4px}
.mobile-search-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;padding:8px;background:#f8fafc;border:1px solid var(--line);border-radius:18px}
.mobile-search-form input{min-height:44px;padding-inline:14px}
.mobile-search-form button{border:0;border-radius:999px;background:var(--ink);color:#fff;font-weight:800;padding:0 16px;min-height:44px}
.mobile-search-form button:focus-visible{outline:3px solid rgba(245,130,32,.35);outline-offset:3px}
@keyframes search-panel-in{from{opacity:0;transform:translateY(-8px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}
@media(max-width:800px){.site-search-panel{padding:calc(var(--drawer-top,68px) + 10px) 10px max(10px,env(safe-area-inset-bottom))}.search-card{width:100%;max-height:calc(100dvh - var(--drawer-top,68px) - 20px);overflow:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;border-radius:22px;padding:16px;gap:14px}.search-card-head{gap:12px}.search-card .dialog-title{font-size:24px}.search-card p{font-size:14px}.search-close{width:42px;height:42px}.site-search-row{grid-template-columns:1fr}.site-search-row input{min-height:50px}.site-search-row .btn{width:100%;min-height:48px}.quick-search{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.quick-search span{grid-column:1/-1}.quick-search a{display:flex;align-items:center;justify-content:center;min-height:42px;text-align:center;border-radius:14px;padding:9px 8px;font-size:13px}.search-note{font-size:12px}.mobile-search-form{grid-template-columns:minmax(0,1fr) auto}}
@media(max-width:360px){.search-card{padding:14px}.search-card .dialog-title{font-size:22px}.quick-search{gap:7px}.quick-search a{font-size:12px;padding-inline:6px}.site-search-row input{padding-inline:14px}.mobile-search-form{padding:7px}.mobile-search-form button{padding-inline:12px}}
#nav-products-menu{width:min(220px,calc(100vw - 32px));}
#nav-industries-menu{width:min(268px,calc(100vw - 32px));}
#nav-resources-menu{width:min(220px,calc(100vw - 32px));}
.nav-dropdown-compact{grid-template-columns:1fr;max-height:min(72vh,456px);overflow:auto;overscroll-behavior:contain;}
.nav-dropdown a{white-space:normal;overflow-wrap:anywhere;word-break:normal;}
@media(min-width:901px){.nav-group{padding-block:14px;margin-block:-14px;}.nav-dropdown{top:calc(100% - 6px);transform:translate(-50%,0);}.nav-group::after{content:"";position:absolute;left:-12px;right:-12px;top:100%;height:18px;display:none;z-index:120;}.nav-group:hover::after,.nav-group:focus-within::after{display:block;}.nav-group:hover .nav-dropdown,.nav-group:focus-within .nav-dropdown{transform:translate(-50%,0);}}
@media(max-width:1080px){html.is-drawer-open .site-header,body.is-drawer-open .site-header{position:fixed!important;top:0;left:0;right:0;z-index:240!important;transform:none!important;}html.is-drawer-open .mobile-drawer,body.is-drawer-open .mobile-drawer{position:fixed!important;left:0;right:0;top:var(--drawer-top,68px)!important;bottom:0;z-index:230!important;height:auto!important;max-height:none!important;background:#fff!important;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;}.mobile-links{padding-bottom:calc(22px + env(safe-area-inset-bottom));}.mobile-links>a:not(.btn):not(.isactive),.mobile-links .mobile-group-link:not(.isactive){color:var(--ink)!important;font-weight:800!important;}.mobile-links .mobile-subnav a{color:var(--ink)!important;font-weight:750!important;}.mobile-links a.isactive,.mobile-links .mobile-subnav a.isactive,.mobile-links .mobile-group-link.isactive{color:var(--accent-dark)!important;}}
html.is-overlay-open,body.is-overlay-open{overscroll-behavior:none;}
@media(max-width:800px){.lang-dialog{align-items:flex-start!important;justify-content:center!important;padding:calc(var(--drawer-top,68px) + 10px) 10px max(10px,env(safe-area-inset-bottom))!important;overflow-y:auto;-webkit-overflow-scrolling:touch;background:rgba(16,35,63,.56)!important;backdrop-filter:blur(7px);}.lang-panel{width:100%!important;height:auto!important;max-height:calc(100dvh - var(--drawer-top,68px) - 20px)!important;border:1px solid rgba(216,225,237,.95)!important;border-radius:22px!important;box-shadow:0 32px 90px rgba(16,35,63,.28)!important;overflow:hidden!important;animation:search-panel-in .16s ease-out;}.lang-head{padding:16px 16px 12px!important;gap:12px!important;}.lang-head .dialog-title{margin:3px 0 4px!important;font-size:24px!important;line-height:1.15!important;}.lang-head p{display:block!important;margin:0!important;font-size:13px!important;line-height:1.5!important;}.lang-close{inline-size:42px!important;block-size:42px!important;}.lang-grid{grid-template-columns:1fr!important;gap:8px!important;padding:12px 16px calc(16px + env(safe-area-inset-bottom))!important;max-height:calc(100dvh - var(--drawer-top,68px) - 142px);overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;scrollbar-gutter:auto;}.lang-option{min-height:50px!important;padding:10px 12px!important;border-radius:14px!important;background:#f8fafc!important;align-content:center;}.lang-option:hover,.lang-option:is([aria-current="page"],[aria-current="true"]){border-color:rgba(245,130,32,.45)!important;background:#fff7ef!important;color:var(--accent-dark)!important;}.lang-option span{font-size:15px!important;line-height:1.2!important;overflow-wrap:anywhere;}.lang-option small{display:block!important;font-size:12px!important;line-height:1.25!important;}.lang-option:is([aria-current="page"],[aria-current="true"]){padding-right:76px!important;}.lang-option:is([aria-current="page"],[aria-current="true"]):after{display:block!important;right:12px!important;font-size:11px!important;}}
@media(max-width:360px){.lang-dialog{padding:calc(var(--drawer-top,64px) + 8px) 8px max(8px,env(safe-area-inset-bottom))!important;}.lang-head{padding:14px!important;}.lang-head .dialog-title{font-size:22px!important;}.lang-head p{display:none!important;}.lang-grid{gap:7px!important;padding:10px 14px 14px!important;max-height:calc(100dvh - var(--drawer-top,64px) - 104px);}.lang-option{min-height:48px!important;padding-inline:9px!important;}.lang-option span{font-size:14px!important;}.lang-option:is([aria-current="page"],[aria-current="true"]){padding-right:12px!important;}.lang-option:is([aria-current="page"],[aria-current="true"]):after{display:none!important;}}
.lang-trigger{gap:6px;min-width:0;}
.lang-trigger-icon{font-size:15px;line-height:1;}
.lang-trigger-label{line-height:1;}
.lang-trigger-caret{width:7px;height:7px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);margin-top:-4px;opacity:.7;transition:transform .18s ease, opacity .18s ease;}
.lang-trigger[aria-expanded="true"] .lang-trigger-caret{transform:rotate(-135deg);margin-top:3px;}
.lang-dialog[hidden]{display:none!important;}
.lang-dialog{position:fixed!important;inset:0!important;z-index:210!important;display:block!important;background:transparent!important;backdrop-filter:none!important;padding:0!important;pointer-events:none!important;overscroll-behavior:auto!important;}
.lang-panel{position:absolute!important;top:var(--lang-dropdown-top,76px)!important;right:var(--lang-dropdown-right,20px)!important;width:min(var(--lang-dropdown-width,360px),calc(100vw - 24px))!important;height:auto!important;max-height:min(72dvh,520px)!important;display:flex!important;flex-direction:column!important;background:#fff!important;border:1px solid var(--line)!important;border-radius:20px!important;box-shadow:0 18px 52px rgba(16,35,63,.24)!important;overflow:hidden!important;pointer-events:auto!important;outline:0!important;}
.lang-panel:before{content:"";position:absolute;right:28px;top:-7px;width:14px;height:14px;background:#fff;border-left:1px solid var(--line);border-top:1px solid var(--line);transform:rotate(45deg);}
.lang-head{position:relative;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;flex:0 0 auto!important;padding:14px 16px 10px!important;border-bottom:1px solid var(--line)!important;background:#fff!important;}
.lang-head .eyebrow{font-size:10px;letter-spacing:.08em;}
.lang-head .dialog-title{margin:2px 0 0!important;color:var(--ink)!important;font-size:18px!important;line-height:1.2!important;}
.lang-head p{display:none!important;}
.lang-close{inline-size:36px!important;block-size:36px!important;border:1px solid var(--line)!important;border-radius:50%!important;background:var(--bg)!important;color:var(--ink)!important;font-size:22px!important;line-height:1!important;cursor:pointer!important;flex:0 0 auto!important;}
.lang-grid{display:grid!important;grid-template-columns:1fr!important;gap:6px!important;padding:8px!important;overflow-y:auto!important;max-height:min(56dvh,420px)!important;-webkit-overflow-scrolling:touch!important;overscroll-behavior:contain!important;scrollbar-gutter:stable!important;}
.lang-option{position:relative!important;display:grid!important;gap:2px!important;min-height:46px!important;padding:10px 12px!important;border:1px solid transparent!important;border-radius:13px!important;background:#fff!important;color:var(--ink)!important;font-weight:850!important;align-content:center!important;}
.lang-option:hover,.lang-option:is([aria-current="page"],[aria-current="true"]){border-color:rgba(245,130,32,.42)!important;background:#fff7ef!important;color:var(--ink)!important;}
.lang-option span{font-size:14px!important;line-height:1.2!important;}
.lang-option small{display:block!important;color:var(--muted)!important;font-size:11px!important;font-weight:600!important;line-height:1.2!important;}
.lang-option:is([aria-current="page"],[aria-current="true"]){padding-right:74px!important;}
.lang-option:is([aria-current="page"],[aria-current="true"]):after{content:"当前"!important;position:absolute!important;right:12px!important;top:50%!important;transform:translateY(-50%)!important;color:var(--accent)!important;font-size:12px!important;font-weight:850!important;white-space:nowrap!important;display:block!important;}
@media(max-width:600px){.lang-trigger{min-height:36px;padding:7px 9px;}.lang-trigger-label{font-size:12px;}.lang-panel{top:var(--lang-dropdown-top,60px)!important;right:max(12px,env(safe-area-inset-right))!important;width:min(320px,calc(100vw - 24px))!important;max-height:calc(100dvh - var(--lang-dropdown-top,60px) - 14px)!important;border-radius:18px!important;}.lang-panel:before{right:30px;}.lang-head{padding:12px 14px 8px!important;}.lang-head .dialog-title{font-size:17px!important;}.lang-grid{max-height:calc(100dvh - var(--lang-dropdown-top,60px) - 82px)!important;padding:7px!important;}.lang-option{min-height:44px!important;padding:9px 11px!important;}.lang-option span{font-size:14px!important;}.lang-option small{font-size:10.5px!important;}}
@media(max-width:380px){.lang-trigger-label{position:absolute;inline-size:1px;block-size:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;}.lang-trigger{padding-inline:9px;}.lang-panel{width:min(300px,calc(100vw - 20px))!important;right:10px!important;}}
@media(max-width:800px){html.is-lang-open,body.is-lang-open{overscroll-behavior:contain;}.lang-dialog[hidden]{display:none!important;}.lang-dialog{position:fixed!important;inset:0!important;z-index:260!important;display:block!important;padding:0!important;background:transparent!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;overflow:visible!important;pointer-events:none!important;}.lang-panel{position:fixed!important;top:var(--lang-dropdown-top,calc(var(--drawer-top,68px) + 8px))!important;right:var(--lang-dropdown-right,max(12px,env(safe-area-inset-right)))!important;left:auto!important;bottom:auto!important;width:min(300px,calc(100vw - 20px))!important;height:auto!important;max-height:min(430px,calc(100dvh - var(--drawer-top,68px) - 16px))!important;margin:0!important;border:1px solid rgba(216,225,237,.98)!important;border-radius:18px!important;background:#fff!important;box-shadow:0 18px 48px rgba(16,35,63,.22)!important;overflow:hidden!important;animation:lang-dropdown-in .14s ease-out!important;pointer-events:auto!important;}.lang-panel::before{content:"";position:absolute;top:-7px;right:56px;width:14px;height:14px;background:#fff;border-left:1px solid rgba(216,225,237,.98);border-top:1px solid rgba(216,225,237,.98);transform:rotate(45deg);}.lang-head{position:relative;z-index:1;align-items:center!important;padding:12px 12px 10px 14px!important;gap:10px!important;border-bottom:1px solid #e9eef5!important;background:#fff!important;}.lang-head .eyebrow,.lang-head p{display:none!important;}.lang-head .dialog-title{margin:0!important;font-size:16px!important;line-height:1.25!important;letter-spacing:0!important;}.lang-close{inline-size:32px!important;block-size:32px!important;border-radius:999px!important;font-size:22px!important;background:#f5f7fa!important;}.lang-grid{position:relative;z-index:1;grid-template-columns:1fr!important;gap:6px!important;padding:8px!important;max-height:calc(100dvh - var(--drawer-top,68px) - 78px)!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;scrollbar-gutter:auto!important;background:#fff;}.lang-option{min-height:42px!important;padding:8px 10px!important;border-radius:12px!important;background:#f8fafc!important;border-color:#e4ebf3!important;align-content:center;}.lang-option span{font-size:14px!important;line-height:1.2!important;}.lang-option small{display:none!important;}.lang-option:hover,.lang-option:is([aria-current="page"],[aria-current="true"]){border-color:rgba(245,130,32,.48)!important;background:#fff7ef!important;color:var(--accent-dark)!important;}.lang-option:is([aria-current="page"],[aria-current="true"]){padding-right:58px!important;}.lang-option:is([aria-current="page"],[aria-current="true"]):after{content:"当前"!important;display:inline-flex!important;align-items:center;justify-content:center;right:10px!important;top:50%!important;transform:translateY(-50%)!important;min-width:34px;height:22px;padding:0 6px;border-radius:999px;background:rgba(245,130,32,.12);color:var(--accent-dark)!important;font-size:11px!important;font-weight:900!important;}}
@media(max-width:360px){.lang-panel{top:var(--lang-dropdown-top,calc(var(--drawer-top,64px) + 7px))!important;right:var(--lang-dropdown-right,8px)!important;width:min(292px,calc(100vw - 16px))!important;max-height:calc(100dvh - var(--drawer-top,64px) - 14px)!important;}.lang-panel::before{right:54px;}.lang-head{padding:11px 10px 9px 12px!important;}.lang-head .dialog-title{font-size:15px!important;}.lang-grid{padding:7px!important;gap:5px!important;max-height:calc(100dvh - var(--drawer-top,64px) - 72px)!important;}.lang-option{min-height:40px!important;padding:7px 9px!important;}.lang-option span{font-size:13.5px!important;}}
@keyframes lang-dropdown-in{from{opacity:0;transform:translateY(-6px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}
.search-trigger{line-height:1;}
svg.search-icon{inline-size:18px!important;block-size:18px!important;width:18px!important;height:18px!important;border:0!important;border-radius:0!important;display:block!important;flex:0 0 auto!important;overflow:visible!important;transform:none!important;}
.search-icon::before,.search-icon::after{content:none!important;display:none!important;}
@media(max-width:520px){.header-actions{align-items:center;gap:8px;}.search-trigger{inline-size:40px;block-size:40px;min-inline-size:40px;min-block-size:40px;width:40px;height:40px;padding:0!important;border-radius:999px;display:inline-grid!important;place-items:center;flex:0 0 40px;}svg.search-icon{inline-size:22px!important;block-size:22px!important;width:22px!important;height:22px!important;}.search-text{position:absolute;inline-size:1px;block-size:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;}.lang-trigger{min-block-size:40px;min-height:40px;padding-block:0;}.menu-toggle{inline-size:40px;block-size:40px;width:40px;height:40px;padding:0!important;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;flex:0 0 40px;}.menu-toggle span{width:24px;height:3px;margin:3px 0;border-radius:999px;}}
@media(max-width:380px){.header-actions{gap:6px;}.search-trigger{inline-size:38px;block-size:38px;min-inline-size:38px;min-block-size:38px;width:38px;height:38px;flex-basis:38px;}svg.search-icon{inline-size:21px!important;block-size:21px!important;width:21px!important;height:21px!important;}.lang-trigger{min-block-size:38px;min-height:38px;}.menu-toggle{inline-size:38px;block-size:38px;width:38px;height:38px;flex-basis:38px;}}
svg.search-icon,svg.lang-trigger-icon{inline-size:18px!important;block-size:18px!important;width:18px!important;height:18px!important;border:0!important;border-radius:0!important;display:block!important;flex:0 0 18px!important;overflow:visible!important;color:currentColor!important;transform:none!important;}
.search-icon::before,.search-icon::after,.lang-trigger-icon::before,.lang-trigger-icon::after{content:none!important;display:none!important;}
@media(max-width:520px){.header-actions{align-items:center!important;gap:8px!important;}.search-trigger{inline-size:42px!important;block-size:42px!important;min-inline-size:42px!important;min-block-size:42px!important;width:42px!important;height:42px!important;padding:0!important;border-radius:999px!important;display:inline-grid!important;place-items:center!important;flex:0 0 42px!important;line-height:0!important;}.search-text{position:absolute!important;inline-size:1px!important;block-size:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;white-space:nowrap!important;}.lang-trigger{min-block-size:42px!important;min-height:42px!important;height:42px!important;padding:0 13px!important;gap:8px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;line-height:1!important;border-radius:999px!important;}svg.search-icon,svg.lang-trigger-icon{inline-size:20px!important;block-size:20px!important;width:20px!important;height:20px!important;flex-basis:20px!important;}.lang-trigger-label{font-size:15px!important;font-weight:850!important;line-height:1!important;}.lang-trigger-caret{inline-size:8px!important;block-size:8px!important;width:8px!important;height:8px!important;flex:0 0 8px!important;border-right-width:2.25px!important;border-bottom-width:2.25px!important;margin-top:-3px!important;}.menu-toggle{inline-size:42px!important;block-size:42px!important;width:42px!important;height:42px!important;padding:0!important;display:inline-flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;flex:0 0 42px!important;}.menu-toggle span{width:25px!important;height:3px!important;margin:3px 0!important;border-radius:999px!important;}}
@media(max-width:380px){.header-actions{gap:6px!important;}.search-trigger,.menu-toggle{inline-size:40px!important;block-size:40px!important;min-inline-size:40px!important;min-block-size:40px!important;width:40px!important;height:40px!important;flex-basis:40px!important;}.lang-trigger{min-block-size:40px!important;min-height:40px!important;height:40px!important;padding-inline:12px!important;gap:7px!important;}svg.search-icon,svg.lang-trigger-icon{inline-size:19px!important;block-size:19px!important;width:19px!important;height:19px!important;flex-basis:19px!important;}.lang-trigger-label{font-size:14.5px!important;}}
@media(max-width:520px){.site-header .container.header-inner{width:100%!important;padding-inline:12px!important;gap:10px!important;}.site-header .brand{max-width:none!important;flex:1 1 auto!important;min-width:0!important;}.site-header .brand strong{max-width:128px!important;}.site-header .header-actions{gap:6px!important;flex:0 0 auto!important;}.site-header .search-trigger,.site-header .menu-toggle{inline-size:40px!important;block-size:40px!important;min-inline-size:40px!important;min-block-size:40px!important;width:40px!important;height:40px!important;flex:0 0 40px!important;}.site-header .lang-trigger{inline-size:42px!important;block-size:40px!important;min-inline-size:42px!important;min-block-size:40px!important;width:42px!important;height:40px!important;flex:0 0 42px!important;padding:0!important;gap:0!important;}.site-header .lang-trigger-label,.site-header .lang-trigger-caret{position:absolute!important;inline-size:1px!important;block-size:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;white-space:nowrap!important;}.site-header svg.search-icon,.site-header svg.lang-trigger-icon{inline-size:19px!important;block-size:19px!important;width:19px!important;height:19px!important;flex-basis:19px!important;}.site-header .menu-toggle span{width:23px!important;height:3px!important;margin:2.5px 0!important;}}
@media(max-width:380px){.site-header .container.header-inner{width:100%!important;padding-inline:12px!important;gap:8px!important;}.site-header .brand{max-width:none!important;flex:1 1 auto!important;gap:8px!important;min-width:0!important;}.site-header .brand-mark{width:34px!important;height:34px!important;border-radius:11px!important;}.site-header .brand strong{max-width:100px!important;font-size:14px!important;overflow:visible!important;text-overflow:clip!important;}.site-header .header-actions{gap:5px!important;flex:0 0 auto!important;}.site-header .search-trigger,.site-header .menu-toggle{inline-size:36px!important;block-size:36px!important;min-inline-size:36px!important;min-block-size:36px!important;width:36px!important;height:36px!important;flex:0 0 36px!important;}.site-header .lang-trigger{inline-size:42px!important;block-size:36px!important;min-inline-size:42px!important;min-block-size:36px!important;width:42px!important;height:36px!important;flex:0 0 42px!important;padding:0!important;gap:0!important;}.site-header .lang-trigger-label,.site-header .lang-trigger-caret{position:absolute!important;inline-size:1px!important;block-size:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;white-space:nowrap!important;}.site-header svg.search-icon,.site-header svg.lang-trigger-icon{inline-size:18px!important;block-size:18px!important;width:18px!important;height:18px!important;flex-basis:18px!important;}.site-header .menu-toggle span{width:22px!important;height:3px!important;margin:2.5px 0!important;}}
@media(max-width:340px){.site-header .container.header-inner{padding-inline:10px!important;gap:7px!important;}.site-header .brand strong{max-width:100px!important;overflow:visible!important;text-overflow:clip!important;}.site-header .brand-mark{width:32px!important;height:32px!important;}.site-header .search-trigger,.site-header .menu-toggle{inline-size:34px!important;block-size:34px!important;min-inline-size:34px!important;min-block-size:34px!important;width:34px!important;height:34px!important;flex-basis:34px!important;}.site-header .lang-trigger{inline-size:38px!important;block-size:34px!important;min-inline-size:38px!important;min-block-size:34px!important;width:38px!important;height:34px!important;flex-basis:38px!important;}.site-header .header-actions{gap:4px!important;}}
@media(max-width:280px){.site-header .brand>span:last-child{display:none!important;}.site-header .brand{flex:0 0 auto!important;}.site-header .container.header-inner{justify-content:space-between!important;}}
.site-footer .footer-email a{display:inline;margin:0;color:#dbe6f3}
.site-footer .footer-email a:hover{color:#fff}
.site-footer .footer-contact-row{margin-top:12px}
.site-footer .footer-contact-icons{display:flex;flex-wrap:wrap;align-items:center;gap:9px;margin:0 0 8px}
.site-footer .footer-contact-icon{inline-size:38px;block-size:38px;border:1px solid rgba(219,230,243,.24);border-radius:999px;background:rgba(255,255,255,.055);color:#dbe6f3;display:inline-flex!important;align-items:center;justify-content:center;margin:0!important;text-decoration:none!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.08);transition:transform .18s ease, opacity .18s ease}
.site-footer .footer-contact-icon svg{inline-size:20px;block-size:20px;display:block;overflow:visible}
.site-footer .footer-contact-icon .icon-line{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.site-footer .footer-contact-icon .icon-dot{fill:currentColor;stroke:none}
.site-footer .footer-contact-icon:hover{transform:translateY(-1px);background:rgba(96,165,250,.12);color:#fff;border-color:rgba(147,197,253,.48);box-shadow:0 8px 18px rgba(0,0,0,.16),inset 0 1px 0 rgba(255,255,255,.12)}
.site-footer .footer-contact-icon:focus-visible{outline:3px solid rgba(147,197,253,.7);outline-offset:3px}
.site-footer span.footer-contact-icon{cursor:help}
.site-footer .footer-contact-number{display:inline-block;margin:0;color:#dbe6f3;font-weight:800;letter-spacing:.01em}
.site-footer .footer-contact-number:hover{color:#fff}
.site-footer .footer-address{margin-top:10px}
@media(max-width:520px){.site-footer .footer-contact-icons{gap:8px}.site-footer .footer-contact-icon{inline-size:36px;block-size:36px}.site-footer .footer-contact-icon svg{inline-size:19px;block-size:19px}}
.site-footer{background:linear-gradient(135deg,#0b1728 0%,#0c2037 100%);color:#dbe6f3;padding:58px 0 26px}
.site-footer .footer-grid{display:grid;grid-template-columns:minmax(260px,1.28fr) minmax(150px,.72fr) minmax(188px,.88fr) minmax(300px,1.08fr);gap:44px;align-items:start}
.site-footer .footer-about p{max-width:380px;margin:18px 0 0;color:#b9c7d8;line-height:1.78}
.site-footer .footer-brand{display:inline-flex!important;align-items:center;gap:12px;margin:0!important;color:#fff;text-decoration:none}
.site-footer .footer-brand .brand-mark{background:var(--accent,#ff7e1b);box-shadow:0 10px 26px rgba(255,126,27,.25)}
.site-footer h3{position:relative;margin:0 0 18px!important;padding-left:12px;color:#fff;font-size:17px;line-height:1.2;letter-spacing:.01em}
.site-footer h3::before{content:"";position:absolute;left:0;top:.12em;width:3px;height:1.05em;border-radius:999px;background:var(--accent,#ff7e1b)}
.site-footer .footer-link-list{display:grid;gap:8px}
.site-footer .footer-link-list a{display:inline-flex!important;align-items:center;width:max-content;max-width:100%;margin:0!important;padding:3px 0;color:#c5d2e2;text-decoration:none;border-bottom:1px solid transparent;line-height:1.45;transition:transform .18s ease, opacity .18s ease}
.site-footer .footer-link-list a::after{content:"›";margin-left:8px;color:#7f91a8;transition:transform .18s ease, opacity .18s ease}
.site-footer .footer-link-list a:hover{color:#fff;border-color:rgba(255,126,27,.5);transform:translateX(2px)}
.site-footer .footer-link-list a:hover::after{color:var(--accent,#ff7e1b);transform:translateX(2px)}
.site-footer .footer-contact-mail{display:flex!important;align-items:center;gap:9px;inline-size:fit-content;max-inline-size:100%;margin:0 0 13px!important;padding:10px 12px;border:1px solid rgba(219,230,243,.16);border-radius:14px;background:rgba(255,255,255,.045);color:#dbe6f3;text-decoration:none!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.06);transition:none}
.site-footer .footer-contact-mail:hover{background:rgba(255,255,255,.07);border-color:rgba(255,255,255,.24);color:#fff}
.site-footer .footer-contact-mail-icon{inline-size:19px;block-size:19px;width:19px;height:19px;display:inline-flex;align-items:center;justify-content:center;color:#98acc5;flex:0 0 auto}
.site-footer .footer-contact-actions{display:grid;grid-template-columns:repeat(2,minmax(126px,1fr));gap:8px;max-inline-size:304px;margin:0}
.site-footer .footer-contact-chip{display:flex!important;align-items:center;gap:9px;min-inline-size:0;margin:0!important;padding:9px 10px;border:1px solid rgba(219,230,243,.15);border-radius:14px;background:rgba(255,255,255,.04);color:#dbe6f3;text-decoration:none!important;font-size:13px;font-weight:700;line-height:1;box-shadow:inset 0 1px 0 rgba(255,255,255,.05);transition:transform .18s ease, opacity .18s ease}
.site-footer span.footer-contact-chip{cursor:help}
.site-footer .footer-contact-chip:hover{transform:translateY(-1px);background:rgba(255,126,27,.10);border-color:rgba(255,126,27,.42);color:#fff;box-shadow:0 8px 18px rgba(0,0,0,.14),inset 0 1px 0 rgba(255,255,255,.08)}
.site-footer .footer-contact-chip:focus-visible,.site-footer .footer-contact-mail:focus-visible,.site-footer .footer-contact-number:focus-visible{outline:3px solid rgba(255,126,27,.42);outline-offset:3px}
.site-footer .footer-channel-icon{inline-size:24px;block-size:24px;width:24px;height:24px;border-radius:8px;background:rgba(255,255,255,.06);display:inline-flex;align-items:center;justify-content:center;color:#dbe6f3;flex:0 0 auto}
.site-footer .footer-channel-icon svg,.site-footer .footer-contact-mail-icon svg{inline-size:16px;block-size:16px;width:16px;height:16px;display:block;overflow:visible}
.site-footer .icon-line{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.site-footer .icon-dot{fill:currentColor;stroke:none}
.site-footer .footer-contact-number{display:inline-flex!important;margin:14px 0 0!important;color:#fff;font-size:16px;font-weight:800;letter-spacing:.015em;text-decoration:none!important}
.site-footer .footer-contact-number:hover{color:#fff;text-decoration:underline;text-decoration-color:rgba(255,126,27,.7);text-underline-offset:4px}
.site-footer .footer-address{margin:9px 0 0!important;color:#aebed1;line-height:1.65}
.site-footer .footer-bottom{border-top:1px solid rgba(255,255,255,.13);margin-top:38px;padding-top:20px;display:flex;justify-content:space-between;gap:20px;color:#aab9cb}
.site-footer .footer-bottom a{display:inline!important;margin:0!important;color:#dbe6f3;text-decoration:none}
@media (max-width:1080px){.site-footer .footer-grid{grid-template-columns:1.2fr 1fr;gap:36px 44px}.site-footer .footer-contact-actions{max-inline-size:340px}}
@media (max-width:800px){.site-footer{padding:44px 0 24px}.site-footer .footer-grid{grid-template-columns:1fr;gap:30px}.site-footer .footer-about p{max-width:none}.site-footer .footer-contact-actions{max-inline-size:100%;grid-template-columns:repeat(2,minmax(118px,1fr))}.site-footer .footer-bottom{display:grid;gap:12px}}
@media (max-width:420px){.site-footer .footer-contact-actions{grid-template-columns:1fr}.site-footer .footer-contact-mail{inline-size:100%;justify-content:flex-start}.site-footer .footer-link-list a{width:100%}}
.site-footer .footer-contact-mail-icon{width:19px;height:19px;min-width:19px;min-height:19px;display:inline-flex;align-items:center;justify-content:center;overflow:hidden}
.site-footer .footer-channel-icon{width:24px;height:24px;min-width:24px;min-height:24px;display:inline-flex;align-items:center;justify-content:center;overflow:hidden}
.site-footer .footer-channel-icon svg,.site-footer .footer-contact-mail-icon svg{width:16px!important;height:16px!important;max-width:16px!important;max-height:16px!important;display:block;overflow:visible}
.site-footer .footer-contact-mail-icon .icon-line,.site-footer .footer-channel-icon .icon-line{fill:none!important;stroke:currentColor!important;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.site-footer .footer-contact-mail-icon .icon-dot,.site-footer .footer-channel-icon .icon-dot{fill:currentColor!important;stroke:none!important}
.site-footer .footer-brand strong{color:#fff}
.site-footer .footer-brand small{color:#9fb1c8}
.site-footer .footer-brand:hover strong{color:#fff}
.site-footer.footer-v56{background:#0d1d31!important;background-image:linear-gradient(180deg,#0f2239 0%,#0b1a2c 100%)!important;color:#dbe6f3!important;padding:54px 0 24px!important;overflow:hidden!important;position:relative!important}
.site-footer.footer-v56::before,.site-footer.footer-v56::after{display:none!important}
.site-footer.footer-v56 .container{position:relative!important;z-index:1!important}
.site-footer.footer-v56 .footer-main{display:grid!important;grid-template-columns:minmax(295px,1.25fr) minmax(145px,.66fr) minmax(170px,.78fr) minmax(350px,1.2fr)!important;gap:42px!important;align-items:start!important}
.site-footer.footer-v56 .footer-intro p{max-width:390px!important;margin:20px 0 0!important;color:#b8c7d9!important;line-height:1.75!important;font-size:15.5px!important}
.site-footer.footer-v56 .footer-brand{display:inline-flex!important;align-items:center!important;gap:12px!important;margin:0!important;text-decoration:none!important;color:#fff!important}
.site-footer.footer-v56 .footer-brand .brand-mark{background:var(--accent,#ff7e1b)!important;color:#fff!important;box-shadow:0 12px 26px rgba(255,126,27,.22)!important}
.site-footer.footer-v56 .footer-brand strong{display:block!important;color:#fff!important;letter-spacing:.045em!important;line-height:1.05!important}
.site-footer.footer-v56 .footer-brand small{display:block!important;color:#a8bad0!important;line-height:1.2!important}
.site-footer.footer-v56 h3{margin:0 0 18px!important;padding:0 0 11px!important;color:#fff!important;font-size:17px!important;line-height:1.2!important;letter-spacing:.02em!important;position:relative!important}
.site-footer.footer-v56 h3::before{display:none!important}
.site-footer.footer-v56 h3::after{content:""!important;position:absolute!important;left:0!important;bottom:0!important;width:24px!important;height:2px!important;border-radius:999px!important;background:var(--accent,#ff7e1b)!important;opacity:.9!important}
.site-footer.footer-v56 .footer-link-list{display:grid!important;gap:9px!important}
.site-footer.footer-v56 .footer-link-list a{display:inline-flex!important;width:max-content!important;max-width:100%!important;margin:0!important;padding:0!important;color:#c4d0df!important;text-decoration:none!important;line-height:1.55!important;border:0!important;font-size:15px!important;font-weight:500!important;transition:transform .18s ease, opacity .18s ease !important}
.site-footer.footer-v56 .footer-link-list a::after{display:none!important;content:none!important}
.site-footer.footer-v56 .footer-link-list a:hover{color:#fff!important;transform:translateX(2px)!important}
.site-footer.footer-v56 .footer-social-icons{display:flex!important;align-items:center!important;gap:10px!important;margin:0 0 20px!important}
.site-footer.footer-v56 .footer-social-icon{width:34px!important;height:34px!important;inline-size:34px!important;block-size:34px!important;margin:0!important;padding:0!important;border:1px solid rgba(219,230,243,.20)!important;border-radius:999px!important;background:rgba(255,255,255,.035)!important;color:#d8e4f2!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;text-decoration:none!important;box-shadow:none!important;transition:transform .18s ease, opacity .18s ease !important}
.site-footer.footer-v56 .footer-social-icon svg{width:17px!important;height:17px!important;display:block!important;fill:none!important;stroke:currentColor!important;stroke-width:1.75!important;stroke-linecap:round!important;stroke-linejoin:round!important;overflow:visible!important}
.site-footer.footer-v56 .footer-social-icon svg circle{fill:currentColor!important;stroke:none!important}
.site-footer.footer-v56 a.footer-social-icon:hover{background:rgba(255,126,27,.12)!important;border-color:rgba(255,126,27,.52)!important;color:#fff!important;transform:translateY(-1px)!important}
.site-footer.footer-v56 .footer-social-static{cursor:help!important}
.site-footer.footer-v56 .footer-contact-list{display:grid!important;gap:11px!important;margin:0!important;padding:0!important}
.site-footer.footer-v56 .footer-contact-list div{display:grid!important;grid-template-columns:58px minmax(0,1fr)!important;gap:12px!important;align-items:start!important;margin:0!important;padding:0!important}
.site-footer.footer-v56 .footer-contact-list dt{margin:0!important;color:#8295ad!important;font-size:13px!important;line-height:1.55!important;white-space:nowrap!important}
.site-footer.footer-v56 .footer-contact-list dd{margin:0!important;color:#dbe6f3!important;font-size:15px!important;line-height:1.55!important;min-width:0!important}
.site-footer.footer-v56 .footer-contact-list a{display:inline!important;margin:0!important;padding:0!important;color:#dbe6f3!important;text-decoration:none!important;border:0!important;font-weight:600!important}
.site-footer.footer-v56 .footer-contact-list a:hover{color:#fff!important;text-decoration:underline!important;text-decoration-color:rgba(255,126,27,.7)!important;text-underline-offset:4px!important}
.site-footer.footer-v56 .footer-bottom{border-top:1px solid rgba(255,255,255,.13)!important;margin-top:40px!important;padding-top:20px!important;display:flex!important;justify-content:space-between!important;gap:20px!important;color:#9fb0c5!important;font-size:14px!important}
.site-footer.footer-v56 .footer-bottom a{display:inline!important;margin:0!important;padding:0!important;color:#dbe6f3!important;text-decoration:none!important}
.site-footer.footer-v56 .footer-bottom a:hover{color:#fff!important}
@media (max-width:1100px){.site-footer.footer-v56 .footer-main{grid-template-columns:1.25fr 1fr!important;gap:34px 54px!important}.site-footer.footer-v56 .footer-intro p{max-width:520px!important}}
@media (max-width:760px){.site-footer.footer-v56{padding:42px 0 24px!important}.site-footer.footer-v56 .footer-main{grid-template-columns:1fr!important;gap:28px!important}.site-footer.footer-v56 .footer-intro p{max-width:none!important;margin-top:16px!important}.site-footer.footer-v56 .footer-bottom{display:grid!important;gap:12px!important;margin-top:34px!important}.site-footer.footer-v56 .footer-social-icons{margin-bottom:18px!important}.site-footer.footer-v56 .footer-link-list{gap:8px!important}}
@media (max-width:420px){.site-footer.footer-v56 .footer-contact-list div{grid-template-columns:52px minmax(0,1fr)!important;gap:10px!important}.site-footer.footer-v56 .footer-social-icon{width:33px!important;height:33px!important;inline-size:33px!important;block-size:33px!important}}
.site-footer.footer-v56 .footer-social-icons{gap:9px!important;flex-wrap:wrap!important}
.site-footer.footer-v56 .footer-social-icon{position:relative!important;overflow:visible!important}
.site-footer.footer-v56 .footer-social-icon::after{content:attr(data-tooltip)!important;position:absolute!important;left:50%!important;bottom:calc(100% + 8px)!important;z-index:20!important;width:max-content!important;max-width:190px!important;padding:5px 8px!important;border:1px solid rgba(255,255,255,.14)!important;border-radius:7px!important;background:rgba(6,16,30,.96)!important;color:#fff!important;font-size:12px!important;font-weight:600!important;line-height:1!important;letter-spacing:.01em!important;box-shadow:0 8px 18px rgba(0,0,0,.22)!important;opacity:0!important;visibility:hidden!important;transform:translate(-50%,2px)!important;pointer-events:none!important;transition:transform .18s ease, opacity .18s ease !important}
.site-footer.footer-v56 .footer-social-icon:hover::after,.site-footer.footer-v56 .footer-social-icon:focus-visible::after{opacity:1!important;visibility:visible!important;transform:translate(-50%,0)!important}
.site-footer.footer-v56 a.footer-social-icon:hover,.site-footer.footer-v56 a.footer-social-icon:focus-visible{background:rgba(255,126,27,.12)!important;border-color:rgba(255,126,27,.52)!important;color:#fff!important;transform:translateY(-1px)!important;outline:none!important}
.site-footer.footer-v56 .footer-social-static:hover{background:rgba(255,255,255,.055)!important;border-color:rgba(219,230,243,.28)!important;color:#fff!important}
.site-footer.footer-v56 button.footer-social-icon{appearance:none!important;-webkit-appearance:none!important;border:1px solid rgba(219,230,243,.20)!important;font:inherit!important;cursor:pointer!important}
.site-footer.footer-v56 button.footer-social-icon:hover,.site-footer.footer-v56 button.footer-social-icon:focus-visible{background:rgba(255,126,27,.12)!important;border-color:rgba(255,126,27,.52)!important;color:#fff!important;transform:translateY(-1px)!important;outline:none!important}
.site-footer.footer-v56 .footer-social-static{cursor:default!important}
.site-footer.footer-v56 .footer-contact-text{display:inline!important;color:#dbe6f3!important;font-weight:600!important;word-break:break-word!important}
.footer-wechat-modal[hidden]{display:none!important}
.footer-wechat-modal{position:fixed!important;inset:0!important;z-index:9999!important;display:grid!important;place-items:center!important;padding:22px!important;color:#172033!important}
.footer-wechat-backdrop{position:absolute!important;inset:0!important;background:rgba(6,16,30,.68)!important!important}
.footer-wechat-panel{position:relative!important;width:min(390px,calc(100vw - 32px))!important;max-height:calc(100vh - 44px)!important;overflow:auto!important;border:1px solid rgba(15,35,60,.10)!important;border-radius:22px!important;background:#fff!important;box-shadow:0 26px 70px rgba(4,11,22,.32)!important;padding:23px!important}
.footer-wechat-close{position:absolute!important;top:12px!important;right:12px!important;width:34px!important;height:34px!important;border:1px solid rgba(15,35,60,.10)!important;border-radius:999px!important;background:#f5f7fb!important;color:#2a3748!important;font-size:22px!important;line-height:1!important;cursor:pointer!important}
.footer-wechat-close:hover,.footer-wechat-close:focus-visible{background:#fff1e8!important;border-color:rgba(255,126,27,.35)!important;color:var(--accent-dark)!important;outline:none!important}
.footer-wechat-kicker{margin:0 0 6px!important;color:var(--accent)!important;font-size:12px!important;font-weight:850!important;letter-spacing:.12em!important;text-transform:uppercase!important}
.footer-wechat-panel .dialog-title{margin:0!important;color:#10233f!important;font-size:22px!important;line-height:1.25!important}
.footer-wechat-note{margin:9px 0 0!important;color:#5d6b7c!important;font-size:14px!important;line-height:1.65!important}
.footer-wechat-qr-wrap{width:220px!important;max-width:100%!important;margin:18px auto 16px!important;padding:12px!important;border:1px solid #e5ebf2!important;border-radius:18px!important;background:#fff!important;box-shadow:0 10px 24px rgba(16,35,63,.08)!important}
.footer-wechat-qr{display:block!important;width:100%!important;height:auto!important}
.footer-wechat-fields{display:grid!important;gap:9px!important}
.footer-wechat-field{display:grid!important;grid-template-columns:54px minmax(0,1fr) auto!important;gap:9px!important;align-items:center!important;padding:10px 11px!important;border:1px solid #e7edf4!important;border-radius:14px!important;background:#f8fafc!important}
.footer-wechat-field span{color:#69788a!important;font-size:13px!important;white-space:nowrap!important}
.footer-wechat-field strong{color:#14253e!important;font-size:14px!important;line-height:1.25!important;word-break:break-all!important}
.footer-copy-btn{border:1px solid rgba(255,126,27,.28)!important;border-radius:999px!important;background:#fff7f1!important;color:#b64f0c!important;cursor:pointer!important;font-size:12px!important;font-weight:800!important;padding:6px 10px!important;line-height:1!important}
.footer-copy-btn:hover,.footer-copy-btn:focus-visible,.footer-copy-btn.is-copied{background:var(--accent)!important;border-color:var(--accent)!important;color:#fff!important;outline:none!important}
html.is-footer-wechat-open,body.is-footer-wechat-open{overflow:hidden!important}
@media(max-width:420px){.footer-wechat-panel{padding:20px!important;border-radius:18px!important}.footer-wechat-field{grid-template-columns:1fr auto!important}.footer-wechat-field span{grid-column:1/-1!important}.footer-wechat-qr-wrap{width:198px!important}}
.mobile-links a.btn-primary,.mobile-links a.btn.btn-primary{background:var(--accent)!important;color:#fff!important;border-color:transparent!important;justify-content:center!important;text-align:center!important;font-weight:850!important;box-shadow:0 12px 26px rgba(245,130,32,.25)!important;}
.mobile-links a.btn-primary:hover,.mobile-links a.btn-primary:focus-visible,.mobile-links a.btn.btn-primary:hover,.mobile-links a.btn.btn-primary:focus-visible{background:var(--accent-dark)!important;color:#fff!important;outline:none!important;}
.nav-group:hover>.nav-group-trigger,.nav-group:focus-within>.nav-group-trigger,.nav-group.isactive>.nav-group-trigger{background:#fff7ef!important;color:var(--accent-dark)!important;}
.nav-dropdown a:hover,.nav-dropdown a:focus-visible,.nav-dropdown a.isactive,.nav-dropdown a[aria-current="page"]{background:#fff7ef!important;color:var(--accent-dark)!important;}
.nav-dropdown a.isactive::before,.nav-dropdown a[aria-current="page"]::before{content:"";width:6px;height:6px;border-radius:999px;background:var(--accent);margin-right:8px;flex:0 0 auto;}
.mobile-nav-group.is-open .mobile-group-head,.mobile-nav-group.isactive .mobile-group-head{background:#fff7ef!important;}
.mobile-nav-group.is-open .mobile-group-link,.mobile-nav-group.isactive .mobile-group-link,.mobile-nav-group.is-open .mobile-subnav-toggle,.mobile-nav-group.isactive .mobile-subnav-toggle{color:var(--accent-dark)!important;}
.mobile-links .mobile-subnav a:hover,.mobile-links .mobile-subnav a:focus-visible,.mobile-links .mobile-subnav a.isactive,.mobile-links .mobile-subnav a[aria-current="page"]{background:#fff7ef!important;color:var(--accent-dark)!important;border-color:rgba(245,130,32,.32)!important;}
.mobile-links .mobile-group-link.isactive{background:transparent!important;border:0!important;box-shadow:none!important;}
.mobile-nav-group.is-open .mobile-group-head,.mobile-nav-group.isactive .mobile-group-head{background:#fff7ef!important;border:1px solid rgba(245,130,32,.24)!important;border-radius:14px!important;}
.mobile-nav-group.is-open .mobile-subnav,.mobile-nav-group.isactive .mobile-subnav{padding-top:8px!important;}
@media (max-width:760px){.site-footer.footer-v56{padding:34px 0 calc(18px + env(safe-area-inset-bottom))!important;background:linear-gradient(180deg,#0d2036 0%,#081827 100%)!important;}.site-footer.footer-v56 .footer-main{display:grid!important;grid-template-columns:1fr!important;gap:18px!important;}.site-footer.footer-v56 .footer-intro{order:1!important;padding:0 2px 2px!important;}.site-footer.footer-v56 .footer-contact-group{order:2!important;padding:16px!important;border:1px solid rgba(219,230,243,.13)!important;border-radius:18px!important;background:rgba(255,255,255,.038)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.05)!important;}.site-footer.footer-v56 .footer-main>.footer-nav-group{order:3!important;padding:0 2px!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;}.site-footer.footer-v56 .footer-main>.footer-nav-group:nth-of-type(2){order:4!important;margin-top:-2px!important;padding-top:14px!important;border-top:1px solid rgba(219,230,243,.12)!important;}.site-footer.footer-v56 .footer-brand{width:100%!important;max-width:100%!important;gap:10px!important;}.site-footer.footer-v56 .footer-brand>span:last-child{min-width:0!important;max-width:none!important;}.site-footer.footer-v56 .footer-brand .brand-mark{width:42px!important;height:42px!important;inline-size:42px!important;block-size:42px!important;border-radius:14px!important;font-size:18px!important;flex:0 0 42px!important;}.site-footer.footer-v56 .footer-brand strong{font-size:19px!important;letter-spacing:.055em!important;line-height:1.05!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important;}.site-footer.footer-v56 .footer-brand small{margin-top:2px!important;font-size:11px!important;line-height:1.15!important;letter-spacing:.01em!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important;}.site-footer.footer-v56 .footer-intro p{margin-top:12px!important;max-width:none!important;color:#b7c6d9!important;font-size:14px!important;line-height:1.68!important;}.site-footer.footer-v56 h3{margin:0 0 12px!important;padding:0 0 8px!important;color:#fff!important;font-size:15px!important;line-height:1.25!important;letter-spacing:.02em!important;}.site-footer.footer-v56 h3::before{display:none!important;content:none!important;}.site-footer.footer-v56 h3::after{display:block!important;content:""!important;left:0!important;bottom:0!important;width:22px!important;height:2px!important;border-radius:999px!important;background:var(--accent,#ff7e1b)!important;opacity:.9!important;}.site-footer.footer-v56 .footer-social-icons{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:8px!important;margin:0 0 12px!important;}.site-footer.footer-v56 .footer-social-icon,.site-footer.footer-v56 button.footer-social-icon{position:relative!important;width:100%!important;height:50px!important;inline-size:100%!important;block-size:50px!important;min-width:0!important;min-height:50px!important;margin:0!important;border-radius:13px!important;background:rgba(255,255,255,.045)!important;border-color:rgba(219,230,243,.14)!important;color:#dbe6f3!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:4px!important;transform:none!important;}.site-footer.footer-v56 .footer-social-icon svg{width:16px!important;height:16px!important;flex:0 0 auto!important;}.site-footer.footer-v56 .footer-social-icon::after{content:attr(data-tooltip)!important;position:static!important;display:block!important;padding:0!important;margin:0!important;transform:none!important;opacity:1!important;visibility:visible!important;pointer-events:none!important;background:transparent!important;box-shadow:none!important;border:0!important;color:#c7d5e6!important;font-size:10.5px!important;font-weight:800!important;line-height:1!important;white-space:nowrap!important;}.site-footer.footer-v56 .footer-social-icon::before{display:none!important;content:none!important;}.site-footer.footer-v56 a.footer-social-icon:hover,.site-footer.footer-v56 a.footer-social-icon:focus-visible,.site-footer.footer-v56 button.footer-social-icon:hover,.site-footer.footer-v56 button.footer-social-icon:focus-visible{background:rgba(255,126,27,.12)!important;border-color:rgba(255,126,27,.40)!important;color:#fff!important;transform:none!important;}.site-footer.footer-v56 .footer-social-static:hover{background:rgba(255,255,255,.045)!important;border-color:rgba(219,230,243,.14)!important;color:#dbe6f3!important;transform:none!important;}.site-footer.footer-v56 .footer-contact-list{display:grid!important;gap:0!important;margin:0!important;padding:2px 0 0!important;}.site-footer.footer-v56 .footer-contact-list div{display:grid!important;grid-template-columns:50px minmax(0,1fr)!important;gap:10px!important;align-items:start!important;padding:8px 0!important;border-top:1px solid rgba(219,230,243,.10)!important;}.site-footer.footer-v56 .footer-contact-list div:first-child{border-top:0!important;padding-top:0!important;}.site-footer.footer-v56 .footer-contact-list div:last-child{padding-bottom:0!important;}.site-footer.footer-v56 .footer-contact-list dt{color:#8799af!important;font-size:12px!important;line-height:1.45!important;white-space:nowrap!important;}.site-footer.footer-v56 .footer-contact-list dd,.site-footer.footer-v56 .footer-contact-text{color:#dbe6f3!important;font-size:13.5px!important;font-weight:700!important;line-height:1.45!important;}.site-footer.footer-v56 .footer-link-list{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;column-gap:18px!important;row-gap:8px!important;}.site-footer.footer-v56 .footer-link-list a{position:relative!important;display:block!important;width:100%!important;min-height:0!important;margin:0!important;padding:2px 0 2px 12px!important;border:0!important;border-radius:0!important;background:transparent!important;color:#d3deec!important;font-size:13.5px!important;font-weight:650!important;line-height:1.48!important;transform:none!important;}.site-footer.footer-v56 .footer-link-list a::before{display:block!important;content:""!important;position:absolute!important;left:0!important;top:.78em!important;width:3px!important;height:3px!important;border-radius:999px!important;background:rgba(255,126,27,.72)!important;}.site-footer.footer-v56 .footer-link-list a::after{display:none!important;content:none!important;}.site-footer.footer-v56 .footer-link-list a:hover,.site-footer.footer-v56 .footer-link-list a:focus-visible{background:transparent!important;border:0!important;color:#fff!important;outline:none!important;transform:none!important;}.site-footer.footer-v56 .footer-bottom{display:grid!important;gap:8px!important;margin-top:18px!important;padding-top:14px!important;border-top:1px solid rgba(255,255,255,.12)!important;color:#93a5ba!important;font-size:12.5px!important;line-height:1.55!important;}.site-footer.footer-v56 .footer-bottom a{font-size:13px!important;}.footer-wechat-modal{padding:18px!important;}.footer-wechat-panel{width:min(390px,calc(100vw - 28px))!important;border-radius:20px!important;padding:20px!important;}}
@media (max-width:380px){.site-footer.footer-v56 .footer-main{gap:16px!important;}.site-footer.footer-v56 .footer-contact-group{padding:14px!important;border-radius:16px!important;}.site-footer.footer-v56 .footer-link-list{column-gap:13px!important;row-gap:7px!important;}.site-footer.footer-v56 .footer-link-list a{font-size:12.8px!important;padding-left:11px!important;}.site-footer.footer-v56 .footer-social-icons{gap:7px!important;}.site-footer.footer-v56 .footer-social-icon,.site-footer.footer-v56 button.footer-social-icon{height:48px!important;min-height:48px!important;border-radius:12px!important;}.site-footer.footer-v56 .footer-social-icon::after{font-size:10px!important;}.site-footer.footer-v56 .footer-contact-list div{grid-template-columns:46px minmax(0,1fr)!important;gap:8px!important;}}
@media (max-width:760px){.site-footer.footer-v56 .footer-contact-group{padding:15px!important;border:1px solid rgba(219,230,243,.12)!important;border-radius:18px!important;background:linear-gradient(180deg,rgba(255,255,255,.042),rgba(255,255,255,.024))!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.045)!important;}.site-footer.footer-v56 .footer-contact-group h3{margin-bottom:13px!important;}.site-footer.footer-v56 .footer-social-icons{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important;margin:0 0 14px!important;}.site-footer.footer-v56 .footer-social-icon,.site-footer.footer-v56 button.footer-social-icon{position:relative!important;width:100%!important;height:44px!important;inline-size:100%!important;block-size:44px!important;min-width:0!important;min-height:44px!important;margin:0!important;padding:0 12px!important;border:1px solid rgba(219,230,243,.14)!important;border-radius:12px!important;background:rgba(255,255,255,.035)!important;color:#dce7f4!important;display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:flex-start!important;gap:8px!important;box-shadow:none!important;transform:none!important;}.site-footer.footer-v56 .footer-social-icon svg{width:17px!important;height:17px!important;flex:0 0 17px!important;}.site-footer.footer-v56 .footer-social-icon::after{content:attr(data-tooltip)!important;position:static!important;left:auto!important;top:auto!important;right:auto!important;bottom:auto!important;z-index:auto!important;display:block!important;width:auto!important;max-width:100%!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:#dce7f4!important;font-size:12px!important;font-weight:750!important;line-height:1!important;letter-spacing:0!important;opacity:1!important;visibility:visible!important;transform:none!important;pointer-events:none!important;white-space:nowrap!important;}.site-footer.footer-v56 .footer-email-icon{grid-column:1 / -1!important;}.site-footer.footer-v56 a.footer-social-icon:hover,.site-footer.footer-v56 a.footer-social-icon:focus-visible,.site-footer.footer-v56 button.footer-social-icon:hover,.site-footer.footer-v56 button.footer-social-icon:focus-visible{background:rgba(255,126,27,.12)!important;border-color:rgba(255,126,27,.42)!important;color:#fff!important;transform:none!important;outline:none!important;}.site-footer.footer-v56 .footer-contact-list{display:grid!important;gap:0!important;margin:0!important;padding:12px 0 0!important;border-top:1px solid rgba(219,230,243,.10)!important;}.site-footer.footer-v56 .footer-contact-list div{display:grid!important;grid-template-columns:54px minmax(0,1fr)!important;gap:10px!important;align-items:start!important;margin:0!important;padding:8px 0!important;border-top:0!important;border-bottom:1px solid rgba(219,230,243,.085)!important;background:transparent!important;}.site-footer.footer-v56 .footer-contact-list div:first-child{padding-top:0!important;}.site-footer.footer-v56 .footer-contact-list div:last-child{padding-bottom:0!important;border-bottom:0!important;}.site-footer.footer-v56 .footer-contact-list dt{color:#8ea2b8!important;font-size:12px!important;font-weight:650!important;line-height:1.45!important;white-space:nowrap!important;}.site-footer.footer-v56 .footer-contact-list dd,.site-footer.footer-v56 .footer-contact-text{color:#e3edf8!important;font-size:13.7px!important;font-weight:720!important;line-height:1.48!important;word-break:break-word!important;}.site-footer.footer-v56 .footer-contact-list dd{margin:0!important;}}
@media (max-width:380px){.site-footer.footer-v56 .footer-contact-group{padding:14px!important;}.site-footer.footer-v56 .footer-social-icons{gap:8px!important;}.site-footer.footer-v56 .footer-social-icon,.site-footer.footer-v56 button.footer-social-icon{height:42px!important;min-height:42px!important;padding:0 10px!important;gap:7px!important;}.site-footer.footer-v56 .footer-social-icon svg{width:16px!important;height:16px!important;flex-basis:16px!important;}.site-footer.footer-v56 .footer-social-icon::after{font-size:11.3px!important;}.site-footer.footer-v56 .footer-contact-list div{grid-template-columns:50px minmax(0,1fr)!important;gap:9px!important;}}
@media (max-width:760px){.site-footer.footer-v56 .footer-social-icon svg path{fill:none!important;stroke:currentColor!important;}.site-footer.footer-v56 .footer-social-icon svg circle{fill:currentColor!important;stroke:none!important;}}
.site-footer.footer-v56 .footer-social-label{display:none!important;}
.footer-wechat-note+.footer-wechat-fields{margin-top:16px!important;}
@media (max-width:760px){.site-footer.footer-v56 .footer-social-icons{grid-template-columns:repeat(2,minmax(0,1fr))!important;align-items:stretch!important;}.site-footer.footer-v56 .footer-email-icon{grid-column:auto!important;}.site-footer.footer-v56 .footer-social-icon,.site-footer.footer-v56 button.footer-social-icon{height:44px!important;min-height:44px!important;display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:flex-start!important;gap:8px!important;line-height:1!important;transform:none!important;transition:none !important;-webkit-tap-highlight-color:transparent!important;}.site-footer.footer-v56 .footer-social-icon::after,.site-footer.footer-v56 .footer-social-icon:hover::after,.site-footer.footer-v56 .footer-social-icon:focus::after,.site-footer.footer-v56 .footer-social-icon:focus-visible::after,.site-footer.footer-v56 .footer-social-icon:active::after,.site-footer.footer-v56 button.footer-social-icon::after,.site-footer.footer-v56 button.footer-social-icon:hover::after,.site-footer.footer-v56 button.footer-social-icon:focus::after,.site-footer.footer-v56 button.footer-social-icon:focus-visible::after,.site-footer.footer-v56 button.footer-social-icon:active::after{display:none!important;content:none!important;}.site-footer.footer-v56 .footer-social-label{position:static!important;display:inline-flex!important;align-items:center!important;width:auto!important;max-width:100%!important;margin:0!important;padding:0!important;color:#dce7f4!important;font-size:12px!important;font-weight:750!important;line-height:1!important;letter-spacing:0!important;white-space:nowrap!important;opacity:1!important;visibility:visible!important;transform:none!important;pointer-events:none!important;}.site-footer.footer-v56 a.footer-social-icon:hover .footer-social-label,.site-footer.footer-v56 a.footer-social-icon:focus-visible .footer-social-label,.site-footer.footer-v56 button.footer-social-icon:hover .footer-social-label,.site-footer.footer-v56 button.footer-social-icon:focus-visible .footer-social-label{color:#fff!important;}.site-footer.footer-v56 .footer-social-icon:active,.site-footer.footer-v56 a.footer-social-icon:active,.site-footer.footer-v56 button.footer-social-icon:active{transform:none!important;}.footer-wechat-panel{width:min(374px,calc(100vw - 28px))!important;}}
@media (max-width:380px){.site-footer.footer-v56 .footer-social-icon,.site-footer.footer-v56 button.footer-social-icon{padding:0 10px!important;}.site-footer.footer-v56 .footer-social-label{font-size:11.5px!important;}}
.nav-dropdown a.isactive::before,.nav-dropdown a[aria-current="page"]::before{content:none!important;display:none!important;width:0!important;height:0!important;margin:0!important;background:transparent!important;}
main>.page-hero+.section{padding-top:60px!important;}
.section-head.filter-section-head{margin-bottom:0!important;}
.section-head:has(+.filter-bar){margin-bottom:0!important;}
.section-head+.filter-bar{margin-top:22px!important;}
.filter-bar{display:flex!important;align-items:center!important;flex-wrap:wrap!important;gap:12px 14px!important;margin-bottom:34px!important;}
.filter-bar button{min-height:46px!important;padding:10px 20px!important;border-radius:999px!important;line-height:1.15!important;font-weight:850!important;}
.filter-bar-center{justify-content:center!important;}
.filter-bar+.grid,.filter-bar+.result-list,.filter-bar+.faq-list{margin-top:0!important;}
section.section:has(>.container>.filter-bar:only-child){padding-top:0!important;padding-bottom:0!important;}
@media(max-width:800px){main>.page-hero+.section{padding-top:42px!important;}.section-head+.filter-bar{margin-top:18px!important;}.filter-bar{flex-wrap:nowrap!important;overflow-x:auto!important;overflow-y:hidden!important;-webkit-overflow-scrolling:touch!important;overscroll-behavior-x:contain!important;scrollbar-width:none!important;scroll-snap-type:x proximity!important;gap:9px!important;padding:0 0 8px!important;margin-bottom:26px!important;}.filter-bar::-webkit-scrollbar{display:none!important;}.filter-bar button{flex:0 0 auto!important;min-height:42px!important;padding:9px 16px!important;white-space:nowrap!important;scroll-snap-align:start!important;}.filter-bar-center{justify-content:flex-start!important;}}
@media(max-width:480px){.filter-bar{margin-inline:-2px!important;padding-inline:2px!important;}.filter-bar button{min-height:40px!important;padding:8px 14px!important;font-size:14px!important;}}
.faq-list .faq-item[data-filter-match="0"]{display:none!important;}
.site-header .main-nav>.nav-link:hover,.site-header .main-nav>.nav-link:focus-visible,.site-header .main-nav>.nav-link.isactive,.site-header .main-nav>.nav-link[aria-current="page"],.site-header .main-nav .nav-group:hover>.nav-group-trigger,.site-header .main-nav .nav-group:focus-within>.nav-group-trigger,.site-header .main-nav .nav-group.isactive>.nav-group-trigger,.site-header .main-nav .nav-group-trigger.isactive,.site-header .main-nav .nav-group-trigger[aria-current="page"]{background:#fff7ef!important;color:var(--accent-dark)!important;box-shadow:none!important;}
.site-header .main-nav .nav-dropdown a:hover,.site-header .main-nav .nav-dropdown a:focus-visible,.site-header .main-nav .nav-dropdown a.isactive,.site-header .main-nav .nav-dropdown a[aria-current="page"]{background:#fff7ef!important;color:var(--accent-dark)!important;}
.site-header .main-nav>.nav-link:focus-visible,.site-header .main-nav .nav-group-trigger:focus-visible{outline:3px solid rgba(245,130,32,.28)!important;outline-offset:2px!important;}
.site-header .mobile-nav-group.is-open .mobile-group-head,.site-header .mobile-nav-group.isactive .mobile-group-head,.site-header .mobile-links a.isactive,.site-header .mobile-links .mobile-subnav a:hover,.site-header .mobile-links .mobile-subnav a:focus-visible,.site-header .mobile-links .mobile-subnav a.isactive,.site-header .mobile-links .mobile-subnav a[aria-current="page"],.site-header .mobile-links .mobile-group-link.isactive{background:#fff7ef!important;color:var(--accent-dark)!important;border-color:rgba(245,130,32,.32)!important;}
.site-header .mobile-nav-group.is-open .mobile-group-link,.site-header .mobile-nav-group.isactive .mobile-group-link,.site-header .mobile-nav-group.is-open .mobile-subnav-toggle,.site-header .mobile-nav-group.isactive .mobile-subnav-toggle{color:var(--accent-dark)!important;}
@media(max-width:800px){.site-footer{padding-bottom:24px!important}}
.hero-points,.check-list{list-style:none!important;padding-left:0}
.hero-points li,.check-list li{position:relative;padding-left:26px}
.hero-points li:before,.check-list li:before{content:"";position:absolute;left:0;top:.6em;width:12px;height:12px;background:var(--accent);border-radius:50%;box-shadow:0 0 0 5px rgba(245,130,32,.12)}
.cta-section{background:white}
.cta-card{display:flex;align-items:center;justify-content:space-between;gap:28px;border-radius:32px;background:linear-gradient(135deg,var(--ink),#203f65);color:white;padding:42px;box-shadow:var(--shadow)}
.cta-card h2{font-size:clamp(26px,3vw,38px);margin:8px 0;color:white}
.cta-card p{color:#dfe9f5;margin:0}
.cta-actions{display:flex;gap:12px;flex-wrap:wrap}
.cta-card .btn-ghost{background:transparent;color:white;border-color:rgba(255,255,255,.4)}
@media (max-width:800px){.grid-3,.grid-2{grid-template-columns:1fr}.resource-list.inline,.download-filter,.form-grid,.timeline{grid-template-columns:1fr}.cta-card{display:grid;padding:28px}.footer-grid{grid-template-columns:1fr}.footer-bottom{display:grid}.site-header{position:sticky}}
.tag{display:inline-flex;background:#fff3e8;color:#a84b00;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:800;margin-bottom:10px}
.thumb-row button,.filter-bar button{border:1px solid var(--line);background:white;border-radius:999px;padding:9px 14px;font-weight:750;cursor:pointer}
.thumb-row button:hover,.filter-bar button:hover,.filter-bar .isselected{background:var(--ink);color:white}
.filter-bar{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:26px}
@media (max-width:800px){.grid-3,.grid-2{grid-template-columns:1fr}.cta-card{display:grid;padding:28px}.footer-grid{grid-template-columns:1fr}.footer-bottom{display:grid}.site-header{position:sticky}}
.list-count{margin:18px 0 0;color:var(--muted);font-size:14px}
.list-count[hidden],.pagination[hidden]{display:none!important}
.pagination{display:flex;align-items:center;justify-content:center;gap:10px;margin:28px 0 0;flex-wrap:wrap}
.pagination-pages{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap}
.pagination button{min-width:42px;height:42px;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--ink);font-weight:850;cursor:pointer;padding:0 13px;box-shadow:0 6px 16px rgba(16,35,63,.05)}
.pagination button:hover,.pagination button:focus-visible,.pagination button.isselected,.pagination button[aria-current="page"]{border-color:rgba(245,130,32,.62);background:#fff7ef;color:var(--accent-dark);outline:0}
.pagination button.isselected,.pagination button[aria-current="page"]{box-shadow:0 0 0 3px rgba(245,130,32,.16)}
.pagination button[disabled]{opacity:.46;cursor:not-allowed;background:#f5f7fb;color:var(--muted);box-shadow:none}
@media(max-width:600px){.pagination{justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap;padding-bottom:4px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.pagination::-webkit-scrollbar{display:none}.pagination-pages{flex-wrap:nowrap}.pagination button{flex:0 0 auto;min-width:40px;height:40px;padding-inline:12px}.list-count{text-align:left}}
.info-card,.article-card{padding:24px}
.article-card{padding:0!important;display:flex;flex-direction:column;min-height:100%;}
.article-card .article-thumb{display:block;margin:0;overflow:hidden;background:#eef3f8;border-bottom:1px solid var(--line);}
.article-card .article-thumb img{display:block;width:100%;aspect-ratio:16/9;height:auto;object-fit:cover;transition:transform .28s ease;}
.article-card:hover .article-thumb img{transform:scale(1.035);}
.article-card .article-card-body{padding:22px;display:flex;flex-direction:column;flex:1;}
.article-card .article-card-body>a:last-child,.article-card .article-card-body .text-link{margin-top:auto;}
.article-card .tag{align-self:flex-start;}
@media(max-width:800px){.article-card .article-card-body{padding:18px;}.article-card .article-thumb img{aspect-ratio:16/9;}}
.grid-2{grid-template-columns:repeat(2,1fr)}
.faq-list{display:grid;gap:12px}
.faq-item{border:1px solid var(--line);border-radius:18px;background:white;overflow:hidden}
.faq-q{width:100%;display:flex;justify-content:space-between;gap:16px;text-align:left;background:white;border:0;padding:18px 20px;font-size:16px;font-weight:800;color:var(--ink);cursor:pointer}
.faq-q span{color:var(--accent);font-size:22px}
.faq-a{padding:0 20px 18px;color:var(--muted)}
.faq-item.is-open .faq-q span{transform:rotate(45deg)}
.hero-visual figcaption,.gallery figcaption{font-size:13px;color:var(--muted);margin-top:10px}
.grid-4{grid-template-columns:repeat(4,1fr)}
.icon-grid article{background:white;border:1px solid var(--line);border-radius:var(--radius);padding:22px;min-height:170px}
.icon-grid b{display:inline-grid;place-items:center;width:44px;height:44px;border-radius:14px;background:var(--soft);color:var(--accent);margin-bottom:14px}
.pill-grid{display:flex;flex-wrap:wrap;gap:12px}
.pill-grid span{background:white;border:1px solid var(--line);border-radius:999px;padding:12px 16px;color:var(--ink);font-weight:750}
@media (max-width:1080px){.grid-4{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}}
.icon-grid article,.card,.card-body,.info-card,.section-head,.cta-card,.split-grid>*,.page-hero .container{min-width:0;}
.icon-grid b{width:auto !important;height:auto !important;min-width:44px;min-height:40px;max-width:100%;padding:8px 12px;display:inline-flex !important;align-items:center;justify-content:center;line-height:1.2;text-align:center;word-break:keep-all;overflow-wrap:anywhere;}
.page-hero h1,.page-hero p,.split-grid h2,.split-grid p,.section-head h2,.section-head p,.icon-grid h3,.icon-grid p,.card h3,.card p,.info-card h3,.info-card p,.cta-card h2,.cta-card p,.btn,.text-link{max-width:100%;overflow-wrap:anywhere;word-break:normal;}
@media (max-width:520px){.icon-grid article{padding:20px;}.icon-grid b{min-height:36px;padding:7px 11px;}}
@media (max-width:520px){.pill-grid span{width:100%;text-align:center}}
.resource-list{display:grid;gap:12px}
.resource-list a{display:flex;justify-content:space-between;gap:16px;align-items:center;background:white;border:1px solid var(--line);border-radius:16px;padding:16px 18px;color:var(--ink);font-weight:800}
.resource-list small{color:var(--muted);font-weight:600}
.resource-list.inline{grid-template-columns:repeat(3,1fr)}
.product-detail-grid{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(320px,.82fr);gap:34px;align-items:start}
.product-summary{background:white;border:1px solid var(--line);border-radius:var(--radius);padding:28px;box-shadow:var(--shadow);position:sticky;top:100px}
.spec-list{display:grid;gap:12px;margin:20px 0}
.spec-list div{display:grid;grid-template-columns:110px 1fr;gap:10px;border-bottom:1px solid var(--line);padding-bottom:10px}
.spec-list dt{font-weight:800;color:var(--ink)}
.spec-list dd{margin:0;color:var(--muted)}
@media(max-width:800px){.product-detail-grid{grid-template-columns:1fr!important;gap:20px!important}.product-summary{width:100%;min-width:0;position:static;padding:22px}.spec-list div{grid-template-columns:minmax(82px,.38fr) minmax(0,1fr);gap:8px}.spec-list dd{overflow-wrap:anywhere}.gallery-main{max-height:420px;object-fit:contain;background:var(--soft)}}
@media(max-width:420px){.product-summary{padding:18px}.spec-list div{grid-template-columns:1fr;gap:2px}.spec-list dt,.spec-list dd{min-width:0}}
.product-summary .detail-actions{display:flex;flex-wrap:wrap;align-items:center;gap:16px;margin-top:18px}
.product-summary .detail-actions .btn{margin:0!important;flex:0 0 auto}
.product-summary .detail-actions .btn-ghost{margin-left:0!important}
@media (max-width:600px){.product-summary .detail-actions{gap:12px}.product-summary .detail-actions .btn{min-width:0}}
.resource-list.resource-list-two{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.resource-list.resource-list-two a{min-height:72px}
.product-summary .detail-actions-product{display:flex;flex-wrap:wrap;align-items:center;gap:14px;margin-top:18px}
.product-summary .detail-actions-product .btn{margin:0!important}
@media(max-width:800px){.resource-list.resource-list-two{grid-template-columns:1fr}.product-summary .detail-actions-product{gap:12px}.product-summary .detail-actions-product .btn{width:auto}}
.table-wrap{overflow-x:auto;background:white;border-radius:var(--radius);border:1px solid var(--line)}
table{width:100%;border-collapse:collapse;min-width:680px}
caption{text-align:left;padding:16px 18px;color:var(--ink);font-weight:850}
th,td{border-top:1px solid var(--line);padding:14px 18px;text-align:left}
th{background:var(--bg);color:var(--ink)}
td{color:#435166}
@media (max-width:520px){.grid-4{grid-template-columns:1fr}}


/* Final dropdown, search, footer and close-button overrides */
.lang-head .eyebrow{
  display:inline-flex!important;
}

.lang-option:is([aria-current="page"],[aria-current="true"]){
  padding-right:14px!important;
  border-color:rgba(245,130,32,.55)!important;
  background:#fff7ef!important;
  color:var(--accent-dark,#d9680d)!important;
  box-shadow:inset 4px 0 0 rgba(245,130,32,.72)!important;
}

.lang-option:is([aria-current="page"],[aria-current="true"]) span{
  color:var(--accent-dark,#d9680d)!important;
}

.lang-option:is([aria-current="page"],[aria-current="true"])::before,
.lang-option:is([aria-current="page"],[aria-current="true"])::after{
  content:none!important;
  display:none!important;
}

.lang-grid{
  margin-top:0!important;
  padding-top:12px!important;
  scroll-padding-top:12px!important;
  scroll-snap-type:none!important;
}

.lang-option{
  scroll-snap-align:none!important;
}

.lang-panel .lang-head{
  padding-bottom:14px!important;
}

.lang-head{
  border-bottom:1px solid rgba(216,225,237,.78)!important;
  box-shadow:none!important;
}

@media (min-width:621px){
  .lang-option{
    display:flex!important;
    align-items:center!important;
    min-height:48px!important;
  }

  .lang-option small{
    display:none!important;
  }
}

@media (min-width:900px){
  html[dir="ltr"] .lang-panel{
    width:min(var(--lang-dropdown-width,360px),calc(100vw - 24px))!important;
    max-height:min(72dvh,520px)!important;
    right:var(--lang-dropdown-right,20px)!important;
    left:auto!important;
    margin-top:0!important;
  }

  html[dir="ltr"] .lang-grid{
    grid-template-columns:1fr!important;
    max-height:calc(min(72dvh,520px) - 84px)!important;
    overflow-y:auto!important;
  }

  html[dir="ltr"] .lang-panel::before,
  html[dir="ltr"] .lang-panel:before{
    right:56px!important;
    left:auto!important;
  }
}

@media (max-width:620px){
  .lang-head .eyebrow{
    display:inline-flex!important;
    margin-bottom:2px;
  }

  .lang-option:is([aria-current="page"],[aria-current="true"]){
    padding-right:13px!important;
    box-shadow:inset 4px 0 0 rgba(245,130,32,.72)!important;
  }

  .lang-option small{
    display:block!important;
  }

  .lang-grid{
    grid-template-columns:1fr!important;
    padding-top:10px!important;
    scroll-padding-top:10px!important;
  }

  .lang-panel .lang-head{
    padding-bottom:12px!important;
  }

  .lang-head{
    border-bottom:1px solid rgba(216,225,237,.72)!important;
  }
}

.site-search-panel{
  padding:calc(var(--drawer-top,68px) + 58px) 18px 32px!important;
}

.search-card{
  margin-top:0!important;
}

@media(max-width:800px){
  .site-search-panel{
    padding:calc(var(--drawer-top,68px) + 28px) 12px max(22px,env(safe-area-inset-bottom))!important;
  }

  .search-card{
    max-height:calc(100dvh - var(--drawer-top,68px) - 56px)!important;
    border-radius:24px!important;
  }
}

@media(max-width:420px){
  .site-search-panel{
    padding-top:calc(var(--drawer-top,68px) + 24px)!important;
  }
}

@media(max-width:760px){
  .site-footer.footer-v56{
    position:relative!important;
    background:#0b1a2c!important;
    background-image:linear-gradient(180deg,#10243d 0%,#0d1d31 48%,#071523 100%)!important;
    padding:46px 0 calc(30px + env(safe-area-inset-bottom))!important;
    border-top:1px solid rgba(216,225,237,.10)!important;
    overflow:hidden!important;
  }

  .site-footer.footer-v56::before{
    content:""!important;
    display:block!important;
    position:absolute!important;
    left:0!important;
    right:0!important;
    top:0!important;
    height:46px!important;
    background:linear-gradient(180deg,rgba(255,255,255,.065),rgba(255,255,255,0))!important;
    pointer-events:none!important;
    z-index:0!important;
  }

  .site-footer.footer-v56::after{
    content:""!important;
    display:block!important;
    position:absolute!important;
    left:0!important;
    right:0!important;
    bottom:0!important;
    height:76px!important;
    background:linear-gradient(180deg,rgba(7,21,35,0),#071523)!important;
    pointer-events:none!important;
    z-index:0!important;
  }

  .site-footer.footer-v56 .footer-main,
  .site-footer.footer-v56 .footer-bottom{
    position:relative!important;
    z-index:1!important;
  }

  .site-footer.footer-v56 .footer-main{
    gap:30px!important;
  }

  .site-footer.footer-v56 .footer-bottom{
    margin-top:32px!important;
    padding-top:20px!important;
    border-top:1px solid rgba(255,255,255,.14)!important;
  }
}

.lang-close,
.search-close,
.footer-wechat-close,
.inquiry-result-close{
  position:relative!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0!important;
  text-indent:-9999px!important;
  overflow:hidden!important;
  line-height:0!important;
  font-size:0!important;
  font-family:Arial,Helvetica,sans-serif!important;
}

.footer-wechat-close{
  position:absolute!important;
  top:12px!important;
  right:12px!important;
}

.inquiry-result-close{
  position:absolute!important;
  top:14px!important;
  right:14px!important;
}

.lang-close::before,
.lang-close::after,
.search-close::before,
.search-close::after,
.footer-wechat-close::before,
.footer-wechat-close::after,
.inquiry-result-close::before,
.inquiry-result-close::after{
  content:""!important;
  position:absolute!important;
  left:50%!important;
  top:50%!important;
  display:block!important;
  width:16px!important;
  height:2px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:999px!important;
  background:currentColor!important;
  box-shadow:none!important;
  transform-origin:center center!important;
}

.lang-close::before,
.search-close::before,
.footer-wechat-close::before,
.inquiry-result-close::before{
  transform:translate(-50%,-50%) rotate(45deg)!important;
}

.lang-close::after,
.search-close::after,
.footer-wechat-close::after,
.inquiry-result-close::after{
  transform:translate(-50%,-50%) rotate(-45deg)!important;
}

.footer-wechat-close::before,
.footer-wechat-close::after,
.inquiry-result-close::before,
.inquiry-result-close::after{
  width:13px!important;
  height:2px!important;
}

@media(max-width:620px){
  .lang-close::before,
  .lang-close::after,
  .search-close::before,
  .search-close::after{
    width:15px!important;
    height:2px!important;
  }

  .footer-wechat-close::before,
  .footer-wechat-close::after,
  .inquiry-result-close::before,
  .inquiry-result-close::after{
    width:13px!important;
    height:2px!important;
  }
}

/* Brand focus handling: keep keyboard focus visible without drawing a large DevTools-like frame. */
.brand>span:last-child{min-width:0}
.brand small{overflow:hidden;text-overflow:ellipsis;max-width:100%}
.brand:focus{outline:none}
.brand:focus-visible{outline:none!important}
.brand:focus-visible .brand-mark{box-shadow:0 0 0 3px rgba(245,130,32,.28),0 10px 24px rgba(16,35,63,.18)}
.site-footer .footer-brand:focus-visible .brand-mark{box-shadow:0 0 0 3px rgba(255,126,27,.42),0 10px 26px rgba(255,126,27,.25)}
@media(max-width:800px){.site-header .brand small{display:none!important}.site-header .brand{max-width:calc(100vw - 168px)}}

/* Mobile accessibility: explicit contrast and reliable touch-target geometry. */
.media-card > .media-link{
  display:block;
  width:100%;
  line-height:0;
  background:var(--soft);
  color:var(--ink);
  aspect-ratio:4/3;
  overflow:hidden;}
.card-body h3 > a{
  display:inline-flex;
  align-items:center;
  min-height:32px;
  color:var(--ink);
}
.card-body > .text-link{
  display:inline-flex;
  align-items:center;
  min-height:40px;
  padding-block:7px;
}
@media(max-width:800px){
  .card-body h3 > a{
    min-height:44px;
    padding-block:8px;
  }
  .card-body > .text-link{
    min-height:48px;
    padding-block:12px;
  }
  .faq-list{
    gap:16px;
  }
  .faq-q{
    min-height:56px;
    background:#fff;
    color:var(--ink);
  }
}

.media-card > .media-link > .media-img{height:100%}
/* v157: static overlay geometry. JS no longer reads offsetHeight/getBoundingClientRect for drawer or language dropdown placement. */
:root{--drawer-top:74px;--lang-dropdown-top:82px;--lang-dropdown-right:20px;--lang-dropdown-left:20px;--lang-dropdown-width:360px}
@media(max-width:1080px){:root{--drawer-top:68px;--lang-dropdown-top:76px}}
@media(max-width:800px){:root{--lang-dropdown-right:max(12px,env(safe-area-inset-right));--lang-dropdown-width:300px}}
@media(max-width:380px){:root{--lang-dropdown-right:8px;--lang-dropdown-width:292px}}

.media-picture{display:block;width:100%;height:100%;line-height:0}.media-picture>.media-img{width:100%;height:100%;object-fit:cover}


/* v166: avoid non-composited hover/focus animations reported by Lighthouse. */
.btn,.nav-link,.nav-dropdown a,.mobile-links a,.mobile-links .mobile-group-link,.text-link,.search-trigger,.lang-trigger,.site-footer a,.site-footer button,.site-footer .footer-social-icon,.site-footer.footer-v56 .footer-social-icon,.site-footer.footer-v56 button.footer-social-icon,.footer-social-icon,.footer-wechat-trigger{transition-property:transform,opacity!important;transition-duration:.18s,.18s!important;transition-timing-function:ease,ease!important;}
.site-footer .footer-link-list a::after,.site-footer.footer-v56 .footer-social-icon::after{transition-property:transform,opacity!important;transition-duration:.16s,.16s!important;transition-timing-function:ease,ease!important;}
@media(max-width:760px){.site-footer.footer-v56 .footer-social-icon,.site-footer.footer-v56 button.footer-social-icon{transition-property:transform,opacity!important;transition-duration:.18s,.18s!important;transition-timing-function:ease,ease!important;}}
