:root {
  --wz-blue: #2f5fbd;
  --wz-blue-dark: #18346c;
  --wz-slate: #0f172a;
  --wz-muted: #64748b;
  --wz-soft: #f6f9ff;
  --wz-border: #e2e8f0;
}
* { box-sizing: border-box; }
body { margin: 0; color: var(--wz-slate); background: #fff; font-family: Inter, "PingFang SC", "Microsoft YaHei", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; text-decoration: none; }
.static-service-root { min-height: 100vh; background: #fff; }
.wz-container { width: min(1180px, calc(100vw - 48px)); margin: 0 auto; }
.wz-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(226,232,240,.9); background: rgba(255,255,255,.94); backdrop-filter: blur(16px); }
.wz-nav { width: min(1180px, calc(100vw - 32px)); margin: 0 auto; height: 72px; display: flex; align-items: center; gap: 22px; }
.wz-brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 900; font-size: 20px; color: #0f172a; white-space: nowrap; }
.wz-brand-mark { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 14px; color: #fff; background: linear-gradient(135deg, #2f5fbd, #19b7d8); box-shadow: 0 12px 28px rgba(47,95,189,.22); }
.wz-nav-links { margin-left: auto; display: flex; align-items: center; gap: 18px; font-size: 14px; font-weight: 700; color: #475569; }
.wz-nav-links a:hover { color: var(--wz-blue); }
.wz-nav-cta, .wz-primary-btn, .wz-secondary-btn { display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; font-weight: 800; transition: .18s ease; }
.wz-nav-cta { padding: 10px 18px; color: #fff; background: var(--wz-blue); box-shadow: 0 12px 24px rgba(47,95,189,.18); }
.wz-nav-cta:hover, .wz-primary-btn:hover { transform: translateY(-1px); background: #244f9f; }
.wz-hero { overflow: hidden; padding: 72px 0; color: #fff; background: radial-gradient(circle at 80% 10%, rgba(25,183,216,.28), transparent 34%), linear-gradient(135deg, #0f1f3d 0%, #173d7a 60%, #0b1325 100%); }
.wz-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 42px; align-items: center; }
.wz-breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 20px; color: rgba(255,255,255,.74); font-size: 14px; }
.wz-breadcrumb a:hover { color: #fff; }
.wz-eyebrow { margin: 0 0 12px; color: #2f5fbd; font-size: 13px; font-weight: 900; letter-spacing: 0; }
.wz-hero .wz-eyebrow { color: #93c5fd; }
.wz-hero h1 { margin: 0; max-width: 920px; font-size: clamp(34px, 5vw, 64px); line-height: 1.08; font-weight: 950; letter-spacing: 0; }
.wz-hero-desc { max-width: 820px; margin: 22px 0 0; color: rgba(255,255,255,.82); font-size: 18px; line-height: 1.9; }
.wz-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.wz-tags span { display: inline-flex; max-width: 100%; padding: 8px 12px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: rgba(255,255,255,.9); background: rgba(255,255,255,.08); font-size: 13px; line-height: 1.3; }
.wz-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.wz-primary-btn { padding: 13px 22px; color: #fff; background: var(--wz-blue); box-shadow: 0 14px 30px rgba(47,95,189,.24); }
.wz-secondary-btn { padding: 13px 22px; color: #dbeafe; border: 1px solid rgba(255,255,255,.24); background: rgba(255,255,255,.08); }
.wz-secondary-btn:hover { background: rgba(255,255,255,.15); }
.wz-hero-card { border: 1px solid rgba(255,255,255,.18); border-radius: 32px; padding: 26px; background: rgba(255,255,255,.1); box-shadow: 0 24px 80px rgba(2,6,23,.2); }
.wz-card-title { margin-bottom: 18px; font-size: 18px; font-weight: 900; }
.wz-stat-grid { display: grid; gap: 14px; }
.wz-stat-grid div { border-radius: 22px; padding: 16px; background: rgba(255,255,255,.11); }
.wz-stat-grid strong { display: block; font-size: 24px; line-height: 1.2; word-break: break-word; }
.wz-stat-grid span { display: block; margin-top: 6px; color: rgba(255,255,255,.72); font-size: 13px; }
.wz-detail-section, .wz-list-section { padding: 64px 0; background: #fff; }
.wz-detail-grid { display: grid; grid-template-columns: minmax(0, 1fr) 390px; gap: 32px; align-items: start; }
.wz-detail-card { border: 1px solid var(--wz-border); border-radius: 32px; padding: 34px; background: #fff; box-shadow: 0 16px 40px rgba(15,23,42,.06); }
.wz-summary-box { margin-bottom: 8px; border-radius: 24px; padding: 24px; background: #eff6ff; }
.wz-summary-title { margin-bottom: 10px; font-weight: 900; }
.wz-summary-box p, .wz-paragraphs p, .wz-mini-card p, .wz-list-card p, .wz-faq p, .wz-consult-card p, .wz-footer p { color: #64748b; line-height: 1.85; }
.wz-detail-block { padding: 30px 0; border-top: 1px solid #f1f5f9; }
.wz-detail-block:first-of-type { border-top: 0; }
.wz-block-heading { display: flex; gap: 12px; align-items: center; margin-bottom: 20px; }
.wz-block-heading span { display: grid; place-items: center; width: 40px; height: 40px; flex: 0 0 auto; border-radius: 16px; color: var(--wz-blue); background: #eff6ff; font-weight: 900; font-size: 13px; }
.wz-block-heading h2 { margin: 0; font-size: 25px; line-height: 1.35; font-weight: 950; letter-spacing: 0; }
.wz-check-list { display: grid; gap: 12px; padding: 0; margin: 0; list-style: none; }
.wz-check-list li { position: relative; padding-left: 28px; color: #475569; line-height: 1.75; }
.wz-check-list li::before { content: ""; position: absolute; left: 0; top: .68em; width: 9px; height: 9px; border-radius: 50%; background: var(--wz-blue); box-shadow: 0 0 0 5px #eff6ff; }
.wz-card-list { display: grid; gap: 16px; }
.wz-mini-card, .wz-list-card, .wz-faq { border: 1px solid var(--wz-border); border-radius: 22px; padding: 20px; background: #fff; box-shadow: 0 10px 28px rgba(15,23,42,.04); }
.wz-mini-card { background: #f8fafc; }
.wz-mini-card h3, .wz-list-card h3, .wz-faq h3 { margin: 0 0 10px; font-size: 18px; line-height: 1.4; font-weight: 900; }
.wz-process-grid { display: grid; gap: 14px; grid-template-columns: repeat(5, minmax(0, 1fr)); }
.wz-process-item { border-radius: 22px; padding: 18px; background: #f8fafc; }
.wz-process-item span { color: #bfdbfe; font-size: 34px; font-weight: 950; }
.wz-process-item h3 { margin: 10px 0 8px; font-size: 16px; font-weight: 900; }
.wz-process-item p { margin: 0; color: #64748b; font-size: 14px; line-height: 1.65; }
.wz-pill-list { display: flex; flex-wrap: wrap; gap: 10px; }
.wz-pill-list span { border-radius: 999px; padding: 8px 12px; color: #475569; background: #f8fafc; font-size: 14px; }
.wz-faq-grid { display: grid; gap: 16px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.wz-consult-card { position: sticky; top: 96px; border: 1px solid #dbeafe; border-radius: 32px; padding: 26px; background: linear-gradient(135deg, #eff6ff, #fff 45%, #ecfeff); box-shadow: 0 22px 60px rgba(15,23,42,.1); }
.wz-consult-icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 18px; color: #fff; background: var(--wz-blue); font-weight: 950; box-shadow: 0 14px 32px rgba(47,95,189,.25); }
.wz-consult-card h2 { margin: 18px 0 0; font-size: 24px; line-height: 1.35; font-weight: 950; }
.wz-aside-box { margin: 22px 0; border-radius: 24px; padding: 20px; background: #fff; box-shadow: 0 10px 30px rgba(15,23,42,.05); }
.wz-aside-box h3 { margin: 0 0 12px; font-weight: 900; }
.wz-aside-box ul { margin: 0; padding-left: 18px; color: #64748b; line-height: 1.75; }
.wz-wide-btn { width: 100%; }
.wz-section-head { max-width: 780px; margin: 0 auto 34px; text-align: center; }
.wz-section-head h2 { margin: 0; font-size: 34px; line-height: 1.25; font-weight: 950; letter-spacing: 0; }
.wz-section-head p:last-child { color: #64748b; line-height: 1.8; }
.wz-list-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.wz-list-card { transition: .18s ease; }
.wz-list-card:hover { transform: translateY(-2px); border-color: #bfdbfe; box-shadow: 0 18px 42px rgba(15,23,42,.08); }
.wz-list-card h3 a:hover, .wz-text-link:hover { color: var(--wz-blue); }
.wz-text-link { display: inline-flex; margin-top: 10px; color: var(--wz-blue); font-weight: 900; }
.wz-level-card { background: #f8fafc; }
.wz-sitemap-list { columns: 2; gap: 36px; margin: 0; padding-left: 18px; }
.wz-sitemap-list li { break-inside: avoid; margin: 0 0 8px; color: #475569; font-size: 14px; line-height: 1.5; }
.wz-sitemap-list a:hover { color: var(--wz-blue); }
.wz-footer { padding: 42px 0; border-top: 1px solid var(--wz-border); background: #0f172a; color: #cbd5e1; }
.wz-footer-grid { display: grid; gap: 28px; grid-template-columns: 1.3fr 1fr 1fr; }
.wz-footer-brand { color: #fff; font-size: 20px; font-weight: 950; margin-bottom: 10px; }
.wz-footer a { color: #bfdbfe; }
@media (max-width: 980px) {
  .wz-hero-grid, .wz-detail-grid, .wz-footer-grid { grid-template-columns: 1fr; }
  .wz-process-grid, .wz-list-grid, .wz-faq-grid { grid-template-columns: 1fr; }
  .wz-consult-card { position: static; }
  .wz-nav-links { display: none; }
}
@media (max-width: 640px) {
  .wz-container { width: min(100% - 28px, 1180px); }
  .wz-nav { width: min(100% - 24px, 1180px); height: 64px; }
  .wz-brand { font-size: 17px; }
  .wz-brand-mark { width: 32px; height: 32px; border-radius: 12px; }
  .wz-nav-cta { padding: 9px 12px; font-size: 13px; }
  .wz-hero { padding: 48px 0; }
  .wz-hero h1 { font-size: 34px; }
  .wz-hero-desc { font-size: 16px; }
  .wz-detail-card, .wz-consult-card { padding: 22px; border-radius: 24px; }
  .wz-block-heading h2 { font-size: 22px; }
  .wz-sitemap-list { columns: 1; }
}
