/* Shared styles for the Vaytax Chinese (/zh/) layer. Loaded after styles-v2 + nav.css.
   GENERATED by scripts/gen-zh.py. Edit the template there, not this file. */
article, .blog-hero, .zh-hub { font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans SC", Roboto, sans-serif; }
article p, article li { line-height: 1.9; }
article h2 { line-height: 1.45; }
.zh-faq { border-bottom: 1px solid #e8e4dc; padding: 14px 0; }
.zh-faq summary { cursor: pointer; font-weight: 500; color: #14203b; }
.zh-faq p { margin-top: 10px; color: #4a4a4a; }
.zh-en-note { font-size: 0.9rem; color: #6a6a6a; margin-top: 6px; }
.zh-hub { max-width: 860px; margin: 0 auto; padding: 0 20px 60px; }
.zh-hub-hero { text-align: center; padding: 56px 20px 32px; }
.zh-hub-hero h1 { font-family: 'Marcellus', serif; color: #233985; font-size: clamp(1.7rem, 4vw, 2.5rem); line-height: 1.3; margin: 0 auto 18px; max-width: 780px; }
.zh-hub-hero .lede { font-size: 17px; line-height: 1.9; color: #555; max-width: 660px; margin: 0 auto 28px; }
.zh-cta-row { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.zh-card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 18px; margin: 24px 0 8px; }
.zh-card { border: 1px solid #e8e4dc; border-radius: 8px; padding: 20px 22px; background: #fff; }
.zh-card h3 { font-family: 'Marcellus', serif; color: #14203b; font-size: 1.05rem; margin: 0 0 8px; font-weight: 400; }
.zh-card p { font-size: 14.5px; line-height: 1.8; color: #5a5a5a; margin: 0 0 10px; }
.zh-price { border: 1px solid #e8e4dc; border-radius: 8px; padding: 22px 24px; background: #fbfaf7; margin: 22px 0; }
.zh-price strong { color: #233985; }
@media (max-width: 600px) { .zh-hub-hero { padding: 36px 16px 24px; } }
