/* Chinese product pages extend the existing content-page design. */
.zh-profiles-page { font-family: Inter, -apple-system, BlinkMacSystemFont, "PingFang SC", "PingFang TC", "Microsoft YaHei", sans-serif; }
.zh-profiles-page .top-head h1 { max-width: 950px; font-size: clamp(32px,4.2vw,54px); letter-spacing: -.035em; line-height: 1.4; }
.zh-profiles-page .top-kicker { display: inline-flex; letter-spacing: .06em; font-size: 12px; }
.zh-profiles-page .top-head .lede { max-width: 740px; font-size: 16px; line-height: 1.95; }
.zh-profiles-page .top h2.sec { letter-spacing: -.02em; line-height: 1.5; }
.zh-profiles-page .zh-profile-grid { grid-template-columns: repeat(2,minmax(0,1fr)); max-width: 940px; margin: 32px auto 20px; gap: 22px; }
.zh-profiles-page .pod { padding: 29px; }
.zh-profiles-page .pod:hover { transform: none; box-shadow: none; }
.zh-profiles-page .pod-name { letter-spacing: 0; line-height: 1.55; }
.zh-profiles-page .pod-desc { margin-bottom: 12px; }
.zh-profile-features { list-style: none; padding: 0; margin: 0 0 26px; }
.zh-profile-features li { position: relative; padding-left: 17px; font-size: 13px; line-height: 1.9; margin: 8px 0; color: #b7acbf; }
.zh-profile-features li::before { content: ''; position: absolute; left: 0; top: .85em; width: 4px; height: 4px; border-radius: 50%; background: #d587b8; }
.zh-profiles-page .pod-cta { min-height: 46px; font-size: 13px; text-decoration: none; }
.zh-profiles-page .pod-price { margin-top: auto; }
.zh-profiles-page .pod-price small { white-space: nowrap; }
.zh-order-note { max-width: 900px; margin: 0 auto 48px; color: #a79ab3; font-size: 12px; line-height: 1.9; }
.zh-countries { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
.zh-country { padding: 22px; border: 1px solid var(--line); border-radius: 11px; background: rgba(255,255,255,.02); display: flex; flex-direction: column; }
.zh-country h3 { font-size: 18px; font-weight: 500; }
.zh-country h3 span { display: block; font-size: 11px; font-weight: 400; color: #a99bb3; margin: 5px 0 16px; }
.zh-country-status { font-size: 11px; line-height: 1.8; color: #c9b9d4; margin-bottom: 12px; }
.zh-country-status.unavailable { color: #ab9cb7; }
.zh-country-price { font-size: 25px; margin-top: auto; margin-bottom: 15px; }
.zh-country-price small { font-size: 10px; color: #a99bb3; }
.zh-country-link { display: flex; align-items: center; justify-content: space-between; gap: 8px; font-size: 12px; line-height: 1.8; color: #e5b6d6; padding-top: 12px; border-top: 1px solid var(--line); }
.zh-country-link:hover { color: #fff; }
.zh-after-grid { font-size: 13px; color: #b7acbf; line-height: 1.9; margin-top: 22px; max-width: 870px; }
.zh-profiles-page .top ol.steps { margin-top: 25px; }
.zh-page-offer { display: grid; grid-template-columns: minmax(0,1fr) 260px; gap: 48px; align-items: center; padding: 32px; border-radius: 13px; border: 1px solid rgba(162,135,255,.25); background: rgba(162,135,255,.035); }
.zh-eyebrow { font-size: 11px; color: #c8b5ec; margin-bottom: 13px; }
.zh-page-offer > div > p:not(.zh-eyebrow,.pod-price,.pod-stock) { color: #b7acbf; line-height: 1.9; font-size: 14px; margin-top: 12px; }
.zh-page-action .pod-cta { color: #e5c5f0; }
.zh-profiles-page .related { display: flex; flex-wrap: wrap; }
.zh-profiles-page .related a { font-size: 13px; }
.zh-english-guides { margin-top: 30px; font-size: 13px; color: #b7acbf; }
.zh-english-guides summary { cursor: pointer; padding: 10px 0; }
.zh-footer-links { display: flex; flex-wrap: wrap; gap: 14px 24px; }
.zh-footer-links a { text-decoration: underline; text-underline-offset: 4px; }
@media(max-width: 959px) {
 .zh-profiles-page .nav { gap: 24px; }
 .zh-profiles-page .zh-profile-grid { gap: 18px; }
 .zh-countries { grid-template-columns: repeat(2,minmax(0,1fr)); }
 .zh-page-offer { gap: 25px; grid-template-columns: minmax(0,1fr) 220px; padding: 26px; }
}
@media(max-width: 639px) {
 .zh-profiles-page .container { padding-inline: 20px; }
 .zh-profiles-page .header-inner { gap: 10px; }
 .zh-profiles-page .logo-img { width: 69px; }
 .zh-profiles-page .inner-header-actions { gap: 7px; }
 .zh-profiles-page .inner-header-actions > .btn { display: none; }
 .zh-profiles-page .lang-btn { padding: 6px 7px; }
 .zh-profiles-page .top { padding-top: 121px; }
 .zh-profiles-page .top-head h1 { font-size: 31px; line-height: 1.45; letter-spacing: -.025em; }
 .zh-profiles-page .top-head .lede { font-size: 14px; }
 .zh-profiles-page .zh-profile-grid { grid-template-columns: 1fr; gap: 18px; }
 .zh-profiles-page .pod { padding: 25px; }
 .zh-profiles-page .top .sec-sub { font-size: 13px; }
 .zh-profiles-page .top h2.sec { font-size: 26px; }
 .zh-countries { gap: 12px; }
 .zh-country { padding: 17px; }
 .zh-country-link { font-size: 11px; }
 .zh-page-offer { grid-template-columns: 1fr; gap: 27px; padding: 24px; }
 .zh-page-action { max-width: 100%; }
 .zh-profiles-page:not(.has-js) .top { padding-top: 45px; }
}
