/* =====================================================================
   CHINA PAGE — additive CJK typography tweaks for the Simplified-Chinese
   variant only. Scoped to html[lang="zh"] so the English variant and the
   shared brazil-sales-page.css (used by /brazil) are left untouched.
   Latin-tuned negative letter-spacing crowds full-width CJK glyphs, so it
   is reset for the Chinese headings; line-height is loosened slightly.
   ===================================================================== */


html[lang="zh"] .bs-hero .bs-hero__inner .bs-hero__content .bs-hero__headline {
    letter-spacing: normal;
    line-height: 1.25;
}

html[lang="zh"] .content-inner .bs-section-title {
    letter-spacing: normal;
}
