.header-actions {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 10px;
}
.language-control {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--muted);
  font-size: 12px;
}
.language-control select {
  width: auto;
  min-width: 92px;
  min-height: 34px;
  padding: 6px 28px 6px 10px;
  background: #fff;
}
html[lang="zh-CN"] body {
  font-family: Inter, "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", ui-sans-serif, system-ui, sans-serif;
}
html[lang="zh-CN"] .hero.compact h1,
html[lang="zh-CN"] .section-heading h1 {
  letter-spacing: -.025em;
}
@media (max-width: 980px) {
  .header-actions { justify-self: end; }
  .header-actions .privacy-pill { display: none; }
}
@media (max-width: 620px) {
  .language-control span { display: none; }
  .language-control select { min-width: 78px; }
}
