/* Korean line-breaking: keep-all on headings + CTA titles (i18n launch gate). */
html[lang="ko"] h1, html[lang="ko"] h2, html[lang="ko"] h3, html[lang="ko"] h4,
html[lang="ko"] .v2-phero__title, html[lang="ko"] .v2-cta__title {
    word-break: keep-all;
    overflow-wrap: break-word;
}
