/* Shared native language control, with locally hosted flags and no automatic redirects. */
.language-picker{position:relative;flex:none;margin:0;padding:0;border:0;color:#202c48;font-size:.9375rem;line-height:1.4;z-index:30}
.language-picker>summary{display:flex;align-items:center;justify-content:center;gap:10px;list-style:none;cursor:pointer;min-height:44px;padding:10px 17px;border:1px solid #c9d5e8;border-radius:999px;background:#fcfcff;font-weight:500;white-space:nowrap;transition:background .25s,border-color .25s}
.language-label{display:block}
.language-picker>summary:hover{background:#eff7fc;border-color:#9eb7d0}
.language-picker>summary::-webkit-details-marker{display:none}
.language-picker>summary:after{content:'';flex:none;width:6px;height:6px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg);margin:-4px 2px 0 4px;transition:transform .25s}
.language-picker[open]>summary{border-color:#9eb7d0;background:#eff7fc}
.language-picker[open]>summary:after{transform:translateY(3px) rotate(225deg)}
.language-options{position:absolute;right:0;top:calc(100% + 8px);width:216px;max-height:min(360px,65vh);overflow-y:auto;padding:7px;background:#fff;border:1px solid #dce4ed;border-radius:14px;box-shadow:0 12px 35px #202c481c}
.language-options a{display:flex;align-items:center;gap:11px;padding:12px 14px;border-radius:8px;text-decoration:none;color:#202c48;min-height:44px}
.language-picker .language-flag{display:block;flex:none;width:24px;height:18px;object-fit:cover;border-radius:2px;box-shadow:0 0 0 1px #202c481a}
.language-options a:hover,.language-options a[aria-current]{background:#eaf7fd}
.language-picker summary:focus-visible,.language-options a:focus-visible{outline:3px solid #126a99;outline-offset:3px}
.site-header{gap:24px;z-index:10}
.site-header nav{gap:24px}
.site-header .language-picker{order:2}
.site-header>.button{order:1}
.footer-links a{display:inline-block;padding-block:10px}
.policy-page header{flex-wrap:wrap}
.policy-page header .back{margin-left:auto}
.policy-page header .language-picker{margin-left:0}
:lang(ja){font-family:'Yu Gothic','Hiragino Kaku Gothic ProN',Meiryo,'Segoe UI',sans-serif}
:lang(zh-hans){font-family:'PingFang SC','Microsoft YaHei','Noto Sans SC',sans-serif}
:lang(zh-hant){font-family:'PingFang TC','Microsoft JhengHei','Noto Sans TC',sans-serif}
:lang(zh-hk){font-family:'PingFang HK','Microsoft JhengHei','Noto Sans HK',sans-serif}
html:lang(zh) h1{font-size:clamp(2.5rem,4.4vw,4.2rem);line-height:1.3;letter-spacing:0}
html:lang(zh) h2{line-height:1.4;letter-spacing:0}
html:lang(zh) .hero-description,html:lang(zh) .client-quote blockquote p{line-height:1.8;letter-spacing:0}
html:lang(zh) .eyebrow{letter-spacing:.1em}
html[lang=ja] h1{font-size:clamp(2.25rem,3.9vw,3.75rem);line-height:1.35;letter-spacing:0}
html[lang=ja] h2{font-size:clamp(1.9rem,3.2vw,3rem);line-height:1.4;letter-spacing:0}
html[lang=ja] .eyebrow{letter-spacing:.08em}
html[lang=ja] .hero-description,html[lang=ja] .client-quote blockquote p{line-height:1.85;letter-spacing:0}
html[lang=id] h1,html[lang=ms] h1{font-size:clamp(2.7rem,4.3vw,4.1rem);line-height:1.12}
.report-choice>span:last-child,.feature>div,.journey-steps li>div{min-width:0}
.risk-scale li{min-width:0;overflow-wrap:break-word}
.result-example-key>div{grid-template-columns:minmax(90px,30%) 1fr}
@media(min-width:761px) and (max-width:1180px){
 .site-header{height:auto;min-height:106px;flex-wrap:wrap;gap:8px 20px;padding-block:8px}
 .site-header nav{order:3;flex-basis:100%;justify-content:center;gap:32px;margin:0}
 .site-header>.button{margin-left:auto}
}
@media(max-width:760px){
 .site-header{display:grid;grid-template-columns:auto 1fr;gap:4px 12px}
 .site-header>.brand{grid-column:1;grid-row:1 / 3}
 .site-header .language-picker{grid-column:2;grid-row:1;justify-self:end}
 .site-header>.button{grid-column:2;grid-row:2;justify-self:end;margin:0;font-size:.85rem;padding:10px 15px}
 .site-header nav{grid-column:1 / -1;grid-row:3;gap:8px;flex-wrap:wrap}
 .site-header nav a{font-size:.875rem}
 .language-picker>summary{min-height:44px;padding:10px 14px}
 html[lang=ja] h1{font-size:clamp(2rem,7.6vw,3rem)}
 html:lang(zh) h1{font-size:clamp(2.1rem,8.5vw,3rem)}
 html[lang=id] h1,html[lang=ms] h1{font-size:clamp(2.35rem,8.7vw,3.4rem)}
 .result-example{flex-wrap:wrap}
 .result-example-name{min-width:100px}
 .policy-page header .language-picker{margin-left:auto}
 .policy-page header .back{font-size:.875rem}
}
@media print{.language-picker{display:none}}
