/* Scoped editorial layout and consultation CTA for the Pro article series. */
.pro-page { max-width: 880px; margin: 0 auto; padding: 30px 24px 16px; }
.pro-breadcrumb { margin-bottom: 28px; font-size: 13px; color: var(--color-text-muted); }
.pro-breadcrumb a:hover { text-decoration: underline; }
.pro-article { overflow-wrap: anywhere; }
.pro-eyebrow { color: #176143; font-weight: 700; font-size: 13px; margin-bottom: 12px; }
.pro-article h1 { font-size: clamp(28px, 4.3vw, 40px); line-height: 1.4; letter-spacing: -.025em; }
.pro-meta { margin: 16px 0 26px; color: var(--color-text-muted); font-size: 13px; }
.pro-meta a { text-decoration: underline; text-underline-offset: 3px; }
.pro-opening { font-size: 18px; line-height: 1.85; }
.pro-opening p { color: #24382e; }
.pro-body { line-height: 1.85; }
.pro-body > p:first-child { margin-top: 26px; }
.pro-body h2 { font-size: 23px; line-height: 1.5; margin-top: 34px; scroll-margin-top: 100px; }
.pro-body p, .pro-body li { color: #3e4b44; }
.pro-body a, .pro-service-note a, .pro-related a { color: #176143; text-underline-offset: 3px; }
.pro-body a { text-decoration: underline; }
.pro-body strong { font-weight: 700; }
.pro-cta { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin: 22px 0; padding: 20px 24px; border: 1px solid #a7d8b7; border-radius: 14px; background: #ecf8ef; }
.pro-cta-copy strong, .pro-cta-copy span { display: block; }
.pro-cta-copy strong { color: #16442c; font-size: 17px; }
.pro-cta-copy span { margin-top: 6px; color: #38604b; font-size: 14px; }
.pro-cta-copy code { font-size: 18px; color: #16442c; font-weight: 750; user-select: all; }
.pro-cta-actions { display: flex; flex-direction: column; align-items: center; gap: 8px; }
.pro-cta-actions button.wechat-copy { min-width: 180px; }
.pro-plan-link { font-size: 13px; color: #176143; text-decoration: underline; text-underline-offset: 3px; }
.pro-service-note { margin-top: 28px; padding-top: 18px; border-top: 1px solid var(--color-border); color: var(--color-text-muted); font-size: 13px; line-height: 1.8; }
.pro-service-note a { text-decoration: underline; }
.pro-related { margin-top: 32px; padding-top: 22px; border-top: 1px solid var(--color-border); }
.pro-related h2 { font-size: 18px; margin-bottom: 12px; }
.pro-related ul { display: grid; gap: 10px; list-style: none; margin-bottom: 16px; }
.pro-related a { font-size: 15px; text-decoration: underline; }
.pro-page a:focus-visible, .pro-skip:focus-visible { outline: 3px solid #2563eb; outline-offset: 4px; border-radius: 2px; }
.pro-skip { position: absolute; top: -90px; left: 12px; background: white; color: #16442c; padding: 10px; }
.pro-skip:focus { top: 10px; z-index: 100; }
.pro-topic { margin-bottom: 64px; scroll-margin-top: 100px; }
.pro-topic-heading { max-width: 1100px; margin: 0 auto 24px; padding: 0 24px; }
.pro-topic-heading .page-eyebrow { margin-bottom: 8px; }
.pro-topic-heading h2 { font-size: clamp(24px, 4vw, 32px); line-height: 1.45; margin-bottom: 10px; }
.pro-topic-heading p { color: var(--color-text-muted); }
.pro-topic .blog-card h3 { line-height: 1.5; }
@media (max-width: 600px) {
    .pro-page { padding: 20px 18px 10px; }
    .pro-breadcrumb { margin-bottom: 22px; }
    .pro-meta { line-height: 1.8; margin: 12px 0 20px; }
    .pro-opening { font-size: 17px; }
    .pro-cta { padding: 16px; gap: 14px; flex-direction: column; align-items: stretch; }
    .pro-cta-actions { align-items: stretch; text-align: center; }
    .pro-cta-copy span { display: inline; margin-left: 0; }
    .pro-body h2 { font-size: 21px; }
    .pro-topic { margin-bottom: 42px; }
}
@media print {
    .pro-skip, .pro-cta, .nav-main, .footer-main, .wechat-notice { display: none; }
    .pro-page { max-width: none; padding: 0; }
}
