:root { --ink: #0f172a; --ink-2: #1e293b; --muted: #64748b; --line: #e2e8f0; --soft: #f8fafc; --soft-2: #eef4f8; --white: #ffffff; --blue: #0369a1; --blue-2: #075985; --green: #059669; --gold: #f59e0b; --shadow: 0 18px 48px rgba(15, 23, 42, 0.12); --shadow-sm: 0 10px 28px rgba(15, 23, 42, 0.08); --radius: 8px; --max: 1180px; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--soft); font-family: "IBM Plex Sans", "Inter", "PingFang SC", "Microsoft YaHei", Arial, sans-serif; line-height: 1.65; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
:focus-visible { outline: 3px solid rgba(3, 105, 161, 0.32); outline-offset: 3px; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 80; transform: translateY(-160%); border-radius: var(--radius); background: var(--white); color: var(--ink); padding: 10px 14px; box-shadow: var(--shadow-sm); }
.skip-link:focus { transform: translateY(0); }
.site-header { position: sticky; top: 0; z-index: 50; background: var(--white); box-shadow: 0 12px 34px rgba(15, 23, 42, 0.1); }
.header-main { width: min(var(--max), calc(100% - 48px)); min-height: 94px; margin: 0 auto; position: relative; display: grid; grid-template-columns: minmax(310px, 1fr) minmax(280px, 0.8fr) minmax(250px, 0.55fr); align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 16px; min-width: 0; }
.brand img { width: 58px; height: 58px; object-fit: contain; }
.brand-text { display: grid; gap: 2px; min-width: 0; }
.brand-name { color: var(--ink); font-size: 22px; font-weight: 800; line-height: 1.2; white-space: nowrap; }
.brand-subtitle { color: var(--blue-2); font-size: 13px; font-weight: 700; letter-spacing: 0; white-space: nowrap; }
.header-slogan { position: relative; display: grid; gap: 4px; /* border-left: 1px solid var(--line); */ padding-left: 28px; }
.header-slogan::before { content: ""; position: absolute; left: -1px; top: 50%; transform: translateY(-50%); width: 3px; height: 42px; border-radius: 999px; background: var(--gold); }
.header-slogan strong { color: var(--ink); font-size: 18px; line-height: 1.35; }
.header-slogan span { color: var(--muted); font-size: 14px; }
.header-contact { position: relative; justify-self: end; min-height: 64px; display: inline-flex; align-items: center; gap: 12px; border: 0; border-radius: 0; background: transparent; padding: 8px 0 8px 24px; color: var(--ink); transition: color 180ms ease, transform 180ms ease; }
.header-contact::before { content: ""; position: absolute; left: 0; top: 50%; width: 1px; height: 44px; transform: translateY(-50%); background: linear-gradient(180deg, transparent, rgba(15, 23, 42, 0.16), transparent); }
.header-contact:hover { transform: translateY(-1px); color: var(--blue-2); }
.header-contact-icon { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 999px; background: linear-gradient(135deg, var(--blue), var(--blue-2)); color: var(--white); flex: 0 0 auto; box-shadow: 0 10px 18px rgba(3, 105, 161, 0.18); transition: transform 180ms ease, box-shadow 180ms ease; }
.header-contact:hover .header-contact-icon { transform: scale(1.04); box-shadow: 0 12px 22px rgba(3, 105, 161, 0.24); }
.header-contact-icon svg { width: 19px; height: 19px; }
.header-contact-copy { display: grid; gap: 2px; min-width: 0; }
.header-contact-label { color: var(--blue-2); font-size: 14px; font-weight: 800; line-height: 1.1; padding-left: 2px; }
.header-contact-copy strong { color: var(--ink); font-size: 20px; font-weight: 800; line-height: 1; white-space: nowrap; transition: color 180ms ease; }
.header-contact:hover .header-contact-copy strong { color: var(--blue-2); }
.header-contact-copy span:last-child { color: #475569; font-size: 12px; line-height: 1.2; white-space: nowrap; }
.header-nav { background: linear-gradient(90deg, #0f172a, #11385b 62%, #0f172a); }
.nav-wrap { width: min(var(--max), calc(100% - 48px)); min-height: 58px; margin: 0 auto; display: flex; align-items: center; justify-content: center; gap: 24px; }
.nav-menu { width: 100%; display: flex; align-items: stretch; justify-content: center; gap: 0; min-height: 58px; }
.nav-link { position: relative; min-height: 58px; display: inline-flex; align-items: center; color: rgba(255, 255, 255, 0.82); padding: 0 29px; font-size: 16px; font-weight: 700; transition: color 180ms ease, background 180ms ease; }
.nav-link::after { content: ""; position: absolute; left: 26px; right: 26px; bottom: 0; height: 3px; border-radius: 999px 999px 0 0; background: var(--gold); transform: scaleX(0); transform-origin: center; transition: transform 180ms ease; }
.nav-link:hover, .nav-link[aria-current="page"] { background: rgba(255, 255, 255, 0.08); color: var(--white); }
.nav-link:hover::after, .nav-link[aria-current="page"]::after { transform: scaleX(1); }
.menu-toggle { display: none; width: 48px; height: 48px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); color: var(--ink); cursor: pointer; }
.menu-toggle svg { width: 24px; height: 24px; margin: auto; }
.btn { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid transparent; border-radius: var(--radius); padding: 0 18px; font-weight: 700; cursor: pointer; transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease; }
.btn svg { width: 18px; height: 18px; flex: 0 0 auto; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--blue); color: var(--white); box-shadow: 0 12px 24px rgba(3, 105, 161, 0.23); }
.btn-primary:hover { background: var(--blue-2); }
.btn-secondary { background: var(--ink); color: var(--white); }
.btn-outline { border-color: rgba(255, 255, 255, 0.45); color: var(--white); background: rgba(255, 255, 255, 0.08); }
.btn-outline:hover { background: rgba(255, 255, 255, 0.14); }
.btn-light { border-color: var(--line); background: var(--white); color: var(--ink); }
.btn-light:hover { border-color: #cbd5e1; box-shadow: var(--shadow-sm); }
.btn-wechat { border-color: rgba(255, 255, 255, 0.22); background: rgba(5, 150, 105, 0.92); color: var(--white); box-shadow: 0 14px 28px rgba(5, 150, 105, 0.22); }
.btn-wechat:hover { background: var(--green); }
.container { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; }
.section { padding: 30px 0 62px; }
section[id] { scroll-margin-top: 152px; }
.section-tight { padding: 0 0 64px; }
.section-dark { background: var(--ink); color: var(--white); }
.section-soft { background: var(--soft-2); }
.hero { min-height: calc(100svh - 152px); display: grid; align-items: center; position: relative; overflow: hidden; color: var(--white); background: #07111f; }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2, 6, 23, 0.76) 0%, rgba(2, 6, 23, 0.5) 45%, rgba(2, 6, 23, 0.08) 100%), url("/assets/design/column-hero-network.svg") center / cover no-repeat; }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 140px; background: linear-gradient(180deg, rgba(2, 6, 23, 0), rgba(2, 6, 23, 0.72)); }
.hero-inner { position: relative; z-index: 1; width: min(var(--max), calc(100% - 48px)); margin: 0 auto; padding: 72px 0 96px; display: grid; grid-template-columns: minmax(0, 1fr) 430px; align-items: end; gap: 56px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; width: fit-content; border: 1px solid rgba(255, 255, 255, 0.22); border-radius: 999px; background: rgba(255, 255, 255, 0.08); color: rgba(255, 255, 255, 0.88); padding: 7px 12px; font-size: 14px; font-weight: 700; }
.eyebrow::before { content: ""; width: 8px; height: 8px; border-radius: 999px; background: var(--green); }
.hero h1, .page-hero h1 { margin: 22px 0 18px; max-width: 820px; font-size: 58px; line-height: 1.08; letter-spacing: 0; }
#home-title { max-width: 760px; font-size: 46px; line-height: 1.12; }
.hero-lead, .page-lead { max-width: 720px; color: rgba(255, 255, 255, 0.8); font-size: 19px; margin: 0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.hero-points { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 42px; }
.hero-point { border: 1px solid rgba(255, 255, 255, 0.14); border-radius: var(--radius); background: rgba(255, 255, 255, 0.07); padding: 18px; }
.hero-point strong { display: block; font-size: 24px; line-height: 1.2; }
.hero-point span { display: block; color: rgba(255, 255, 255, 0.68); font-size: 14px; margin-top: 4px; }
.hero-panel { border: 1px solid rgba(255, 255, 255, 0.16); border-radius: var(--radius); background: rgba(15, 23, 42, 0.74); box-shadow: 0 24px 60px rgba(2, 6, 23, 0.28); padding: 22px; }
.hero-panel h2 { margin: 0 0 14px; font-size: 20px; }
.panel-service { display: grid; gap: 4px; border-top: 1px solid rgba(255, 255, 255, 0.12); padding: 16px 0; }
.panel-service:first-of-type { border-top: 0; }
.panel-service strong { color: var(--white); }
.panel-service span { color: rgba(255, 255, 255, 0.68); font-size: 14px; }
.hero-next { position: absolute; z-index: 2; left: 50%; bottom: 22px; min-height: 44px; display: inline-flex; align-items: center; gap: 10px; transform: translateX(-50%); border: 1px solid rgba(255, 255, 255, 0.26); border-radius: 999px; background: rgba(15, 23, 42, 0.36); color: rgba(255, 255, 255, 0.9); padding: 7px 8px 7px 17px; font-size: 13px; font-weight: 800; box-shadow: 0 18px 34px rgba(2, 6, 23, 0.22); backdrop-filter: blur(12px); transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease; }
.hero-next:hover { transform: translate(-50%, -2px); border-color: rgba(255, 255, 255, 0.42); background: rgba(15, 23, 42, 0.48); box-shadow: 0 22px 40px rgba(2, 6, 23, 0.3); }
.hero-next:focus-visible { outline: 3px solid rgba(245, 158, 11, 0.45); outline-offset: 4px; }
.hero-next-text { letter-spacing: 0; white-space: nowrap; }
.hero-next-icon { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 999px; border: 1px solid rgba(255, 255, 255, 0.34); background: rgba(255, 255, 255, 0.08); color: rgba(255, 255, 255, 0.92); transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease; }
.hero-next:hover .hero-next-icon { transform: translateY(-2px); border-color: rgba(245, 158, 11, 0.62); background: rgba(255, 255, 255, 0.14); color: var(--gold); }
.hero-next-icon svg { width: 17px; height: 17px; }
.section-head { display: grid; gap: 12px; max-width: 720px; margin-bottom: 34px; }
.section-head.center { text-align: center; margin-left: auto; margin-right: auto; }
.kicker { display: inline-flex; align-items: center; justify-self: center; gap: 12px; color: var(--blue-2); font-size: 22px; font-weight: 900; }
.kicker.left { justify-self: start; }
.kicker::before, .kicker::after { content: ""; width: 38px; height: 1px; background: #cbdde8; }
.section-head h2, .split-copy h2, .cta-band h2 { margin: 0; font-size: 30px; line-height: 1.18; letter-spacing: 0; }
.section-head p, .split-copy p { margin: 0; color: var(--muted); font-size: 16px; }
.split-copy { display: grid; align-content: start; gap: 12px; }
#services .services-head { max-width: 860px; gap: 16px; margin-bottom: 40px; }
#services .services-head::after { content: ""; width: 72px; height: 3px; justify-self: center; border-radius: 999px; background: linear-gradient(90deg, var(--gold), var(--blue)); }
#services .services-head h2 { max-width: 820px; margin-left: auto; margin-right: auto; font-size: 36px; line-height: 1.16; }
#services .services-head h2 span { display: block; }
#services .services-head p { max-width: 690px; margin-left: auto; margin-right: auto; color: #526173; font-size: 18px; line-height: 1.8; }
.grid { display: grid; gap: 20px; }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.card { border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); padding: 24px; box-shadow: 0 1px 0 rgba(15, 23, 42, 0.03); }
.card-link { min-height: 100%; display: grid; gap: 16px; transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease; }
.card-link:hover { transform: translateY(-3px); border-color: #b7d5e6; box-shadow: var(--shadow-sm); }
.icon-box { width: 46px; height: 46px; display: grid; place-items: center; border-radius: var(--radius); background: #eaf3f8; color: var(--blue); }
.icon-box.green { background: #e8f7f2; color: var(--green); }
.icon-box.gold { background: #fff4dc; color: #b45309; }
.icon-box svg { width: 24px; height: 24px; }
.card h3 { margin: 0; font-size: 21px; line-height: 1.25; }
.card p { margin: 0; color: var(--muted); }
.accounting-focus-card { --accounting-bg: url("/assets/design/jinshun-b2-bookkeeping-ledger.png"); --accounting-accent: #34d399; position: relative; z-index: 0; isolation: isolate; min-height: 286px; overflow: hidden; display: grid; align-content: end; gap: 16px; border: 1px solid rgba(255, 255, 255, 0.1); background: var(--ink); color: var(--white); box-shadow: 0 18px 42px rgba(15, 23, 42, 0.14); }
.accounting-focus-card::before, .accounting-focus-card::after { content: ""; position: absolute; inset: 0; pointer-events: none; }
.accounting-focus-card::before { z-index: 0; background-image: var(--accounting-bg); background-size: cover; background-position: center; transform: scale(1.01); transition: transform 420ms ease, filter 420ms ease; }
.accounting-focus-card::after { z-index: 1; background: linear-gradient(180deg, rgba(15, 23, 42, 0.08) 0%, rgba(15, 23, 42, 0.78) 72%, rgba(15, 23, 42, 0.92) 100%), linear-gradient(112deg, rgba(15, 23, 42, 0.8) 0%, rgba(3, 105, 161, 0.22) 58%, rgba(15, 23, 42, 0.18) 100%); }
.accounting-focus-card:hover::before { filter: saturate(1.08); transform: scale(1.05); }
.accounting-focus-card > * { position: relative; z-index: 2; }
.accounting-focus-card .icon-box { position: relative; width: 48px; height: 48px; border: 1px solid rgba(255, 255, 255, 0.22); background: rgba(255, 255, 255, 0.14); color: var(--white); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18); backdrop-filter: blur(10px); }
.accounting-focus-card .icon-box::after { content: ""; width: 8px; height: 8px; position: absolute; right: -3px; bottom: -3px; border-radius: 50%; background: var(--accounting-accent); box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.12); }
.accounting-focus-card h3 { color: var(--white); text-shadow: 0 1px 18px rgba(15, 23, 42, 0.34); }
.accounting-focus-card p { color: rgba(255, 255, 255, 0.82); line-height: 1.7; }
.accounting-focus-bookkeeping { --accounting-bg: url("/assets/design/jinshun-b2-bookkeeping-ledger.png"); --accounting-accent: #34d399; }
.accounting-focus-tax { --accounting-bg: url("/assets/design/jinshun-b2-tax-filing.png"); --accounting-accent: #38bdf8; }
.accounting-focus-annual { --accounting-bg: url("/assets/design/jinshun-b2-annual-report.png"); --accounting-accent: #f59e0b; }
.accounting-intro-grid { display: grid; grid-template-columns: minmax(0, 1fr) 340px; align-items: end; gap: 44px; margin-bottom: 34px; }
.accounting-trust-panel { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; border: 1px solid rgba(3, 105, 161, 0.12); border-radius: var(--radius); background: var(--white); padding: 22px; box-shadow: var(--shadow-sm); }
.accounting-trust-panel div { display: grid; gap: 2px; }
.accounting-trust-panel strong { color: var(--blue-2); font-size: 34px; line-height: 1; }
.accounting-trust-panel span { color: var(--muted); font-size: 14px; font-weight: 800; }
.accounting-trust-panel p { grid-column: 1 / -1; margin: 0; padding-top: 14px; border-top: 1px solid var(--line); color: #334155; font-size: 15px; }
.accounting-service-stack { display: grid; gap: 22px; }
.accounting-service-row { --accounting-row-bg: url("/assets/design/jinshun-b2-bookkeeping-ledger.png"); display: grid; grid-template-columns: minmax(280px, 0.84fr) minmax(0, 1.16fr); overflow: hidden; border: 1px solid rgba(226, 232, 240, 0.86); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow-sm); }
.accounting-service-row--tax { --accounting-row-bg: url("/assets/design/jinshun-b2-tax-filing.png"); }
.accounting-service-row--annual { --accounting-row-bg: url("/assets/design/jinshun-b2-annual-report.png"); }
.accounting-service-row--settlement { --accounting-row-bg: url("/assets/design/jinshun-b2-tax-settlement.png"); }
.accounting-service-media { position: relative; min-height: 360px; overflow: hidden; background: var(--ink); }
.accounting-service-media::before, .accounting-service-media::after { content: ""; position: absolute; inset: 0; }
.accounting-service-media::before { background-image: var(--accounting-row-bg); background-size: cover; background-position: center; transform: scale(1.02); transition: transform 420ms ease, filter 420ms ease; }
.accounting-service-media::after { background: linear-gradient(180deg, rgba(15, 23, 42, 0.02) 0%, rgba(15, 23, 42, 0.72) 100%), linear-gradient(108deg, rgba(3, 105, 161, 0.5) 0%, rgba(5, 150, 105, 0.22) 58%, rgba(15, 23, 42, 0.08) 100%); }
.accounting-service-row:hover .accounting-service-media::before { filter: saturate(1.08); transform: scale(1.06); }
.accounting-service-body { position: relative; display: grid; align-content: center; gap: 14px; padding: 34px; }
.accounting-service-index { width: fit-content; border-radius: 999px; background: #eaf3f8; color: var(--blue-2); padding: 4px 10px; font-size: 13px; font-weight: 900; }
.accounting-service-body h3 { margin: 0; font-size: 30px; line-height: 1.2; }
.accounting-service-body p { margin: 0; color: #475569; }
.accounting-split-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; margin-top: 2px; padding-top: 18px; border-top: 1px solid var(--line); }
.accounting-split-list h4 { margin: 0; color: var(--ink); font-size: 16px; }
.accounting-split-list .check-list { margin-top: 10px; }
.accounting-service-note { border-left: 4px solid var(--gold); background: #fff8e8; padding: 12px 14px; color: #713f12 !important; font-weight: 800; }
.accounting-price-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.accounting-price-card { position: relative; display: grid; grid-template-rows: auto 1fr auto; gap: 20px; min-height: 100%; border: 1px solid rgba(226, 232, 240, 0.95); border-radius: var(--radius); background: var(--white); padding: 24px; box-shadow: var(--shadow-sm); }
.accounting-price-card--featured { border-color: rgba(3, 105, 161, 0.35); box-shadow: 0 22px 48px rgba(3, 105, 161, 0.16); }
.accounting-price-badge { position: absolute; top: 16px; right: 16px; border-radius: 999px; background: var(--blue); color: var(--white); padding: 3px 10px; font-size: 12px; font-weight: 900; }
.accounting-price-head { display: grid; gap: 8px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.accounting-price-head > span { color: var(--green); font-size: 13px; font-weight: 900; }
.accounting-price-head h3 { margin: 0; color: var(--ink); font-size: 22px; line-height: 1.25; }
.accounting-price-head strong { color: var(--blue-2); font-size: 34px; line-height: 1; }
.accounting-price-head strong span { color: var(--muted); font-size: 14px; font-weight: 800; }
.accounting-price-card .btn { width: 100%; }
.accounting-process-section { background: linear-gradient(180deg, rgba(248, 250, 252, 0.96), rgba(238, 244, 248, 0.78)); }
.accounting-process-timeline { list-style: none; display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 0; margin: 0; padding: 0; border: 1px solid rgba(226, 232, 240, 0.9); border-radius: var(--radius); overflow: hidden; background: var(--white); box-shadow: var(--shadow-sm); }
.accounting-process-timeline li { position: relative; display: grid; align-content: start; gap: 10px; min-height: 190px; padding: 24px 20px; border-right: 1px solid var(--line); }
.accounting-process-timeline li:last-child { border-right: 0; }
.accounting-process-timeline span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: #eaf3f8; color: var(--blue-2); font-size: 13px; font-weight: 900; }
.accounting-process-timeline strong { color: var(--ink); font-size: 18px; }
.accounting-process-timeline p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.accounting-faq { max-width: 900px; margin-left: auto; margin-right: auto; }
.accounting-final-cta { align-items: center; }
#services .service-card { --service-bg: url("/assets/design/jinshun-b1-audit-verification.png"); --service-tint: rgba(3, 105, 161, 0.34); --service-accent: #38bdf8; --service-position: center; position: relative; z-index: 0; isolation: isolate; min-height: 292px; overflow: hidden; align-content: end; justify-items: start; border: 1px solid rgba(255, 255, 255, 0.1); background: var(--ink); color: var(--white); box-shadow: 0 18px 42px rgba(15, 23, 42, 0.16); }
#services .service-card::before, #services .service-card::after { content: ""; position: absolute; inset: 0; pointer-events: none; }
#services .service-card::before { z-index: 0; background-image: var(--service-bg); background-size: cover; background-position: var(--service-position); transform: scale(1.01); transition: transform 420ms ease, filter 420ms ease; }
#services .service-card::after { z-index: 1; background: linear-gradient(180deg, rgba(15, 23, 42, 0.08) 0%, rgba(15, 23, 42, 0.78) 74%, rgba(15, 23, 42, 0.9) 100%), linear-gradient(112deg, rgba(15, 23, 42, 0.82) 0%, var(--service-tint) 58%, rgba(15, 23, 42, 0.2) 100%); }
#services .service-card:hover { border-color: rgba(245, 158, 11, 0.34); box-shadow: 0 24px 54px rgba(15, 23, 42, 0.22); }
#services .service-card:hover::before { filter: saturate(1.08); transform: scale(1.06); }
#services .service-card > * { position: relative; z-index: 2; }
#services .service-card .icon-box { position: relative; width: 48px; height: 48px; border: 1px solid rgba(255, 255, 255, 0.22); background: rgba(255, 255, 255, 0.14); color: var(--white); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18); backdrop-filter: blur(10px); }
#services .service-card .icon-box::after { content: ""; width: 8px; height: 8px; position: absolute; right: -3px; bottom: -3px; border-radius: 50%; background: var(--service-accent); box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.12); }
#services .service-card h3 { color: var(--white); text-shadow: 0 1px 18px rgba(15, 23, 42, 0.34); }
#services .service-card p { color: rgba(255, 255, 255, 0.82); line-height: 1.7; }
#services .service-card-audit { --service-bg: url("/assets/design/jinshun-b1-audit-verification.png"); --service-tint: rgba(3, 105, 161, 0.32); --service-accent: #38bdf8; }
#services .service-card-accounting { --service-bg: url("/assets/design/jinshun-b1-accounting-ledger.png"); --service-tint: rgba(5, 150, 105, 0.32); --service-accent: #34d399; --service-position: center right; }
#services .service-card-registration { --service-bg: url("/assets/design/jinshun-b1-entity-registration.png"); --service-tint: rgba(245, 158, 11, 0.24); --service-accent: #f59e0b; --service-position: center; }
#services .service-card-qualification { --service-bg: url("/assets/design/jinshun-b1-permission-approval.png"); --service-tint: rgba(20, 184, 166, 0.28); --service-accent: #2dd4bf; --service-position: center left; }
.check-list { list-style: none; padding: 0; margin: 16px 0 0; display: grid; gap: 9px; }
.split-copy .check-list { margin-top: 0; }
.check-list li { position: relative; padding-left: 22px; color: #334155; }
.check-list li::before { content: ""; position: absolute; left: 0; top: 10px; width: 9px; height: 9px; border-radius: 999px; background: var(--green); }
.split { display: grid; grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr); gap: 28px; /* align-items: center; */ }
.visual-frame { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); background: var(--white); }
.visual-frame img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.audit-feature { align-items: stretch; }
.audit-feature .visual-frame { height: 100%; }
.audit-feature .visual-frame img { height: 100%; aspect-ratio: auto; object-position: center; }
.audit-feature .split-copy { align-self: center; }
.audit-feature .audit-copy { display: grid; gap: 16px; }
.registration-focus { align-items: stretch; }
.registration-focus .visual-frame { height: 100%; }
.registration-focus .visual-frame img { height: 100%; aspect-ratio: auto; object-position: center; }
.registration-focus .split-copy { align-self: center; }
.qualification-focus { align-items: stretch; }
.qualification-focus .visual-frame { height: 100%; }
.qualification-focus .visual-frame img { height: 100%; aspect-ratio: auto; object-position: center; }
.qualification-focus .split-copy { align-self: center; }
.qualification-license-section { background: linear-gradient(180deg, var(--white) 0%, #f8fafc 100%); }
.qualification-license-stack { display: grid; gap: 20px; }
.qualification-license-card { --license-accent: var(--blue); --license-tint: rgba(3, 105, 161, 0.82); --license-position: center; display: grid; grid-template-columns: minmax(280px, 0.48fr) minmax(0, 1fr); overflow: hidden; border: 1px solid rgba(226, 232, 240, 0.96); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow-sm); }
.qualification-license-card--food { --license-accent: var(--green); --license-tint: rgba(5, 150, 105, 0.82); --license-position: center left; }
.qualification-license-card--transport { --license-accent: var(--gold); --license-tint: rgba(180, 83, 9, 0.82); --license-position: center; }
.qualification-license-card--export { --license-accent: var(--blue); --license-tint: rgba(3, 105, 161, 0.82); --license-position: center right; }
.qualification-license-summary { display: grid; align-content: start; gap: 14px; min-height: 100%; padding: 28px; background: linear-gradient(145deg, rgba(15, 23, 42, 0.95), var(--license-tint)), url("/assets/design/jinshun-b1-permission-approval.png") var(--license-position) / cover no-repeat; color: var(--white); }
.qualification-license-index { width: max-content; border-bottom: 2px solid var(--license-accent); color: rgba(255, 255, 255, 0.78); font-size: 14px; font-weight: 900; line-height: 1.2; }
.qualification-license-summary h3 { margin: 0; color: var(--white); font-size: 30px; line-height: 1.16; }
.qualification-license-summary p { margin: 0; color: rgba(255, 255, 255, 0.84); }
.qualification-license-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 4px; }
.qualification-license-actions .btn { min-width: 116px; min-height: 42px; }
.qualification-license-actions .btn-primary { background: var(--license-accent); box-shadow: 0 12px 22px rgba(15, 23, 42, 0.18); }
.qualification-license-actions .btn-light { border-color: rgba(255, 255, 255, 0.34); background: rgba(255, 255, 255, 0.12); color: var(--white); }
.qualification-license-detail-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); min-height: 100%; }
.qualification-license-detail-grid > div { display: grid; align-content: start; padding: 26px 22px; border-left: 1px solid var(--line); }
.qualification-license-detail-grid > div:first-child { border-left: 0; }
.qualification-license-detail-grid h4 { position: relative; margin: 0; padding-left: 13px; color: var(--ink); font-size: 18px; line-height: 1.35; }
.qualification-license-detail-grid h4::before { content: ""; position: absolute; left: 0; top: 5px; width: 4px; height: 18px; border-radius: 999px; background: var(--license-accent); }
.qualification-license-detail-grid .check-list { margin-top: 14px; }
.qualification-license-detail-grid .check-list li { color: #475569; font-size: 15px; }
.qualification-license-detail-grid .check-list li::before { background: var(--license-accent); }
.qualification-license-require { background: linear-gradient(180deg, rgba(248, 250, 252, 0.95), rgba(255, 255, 255, 0.9)); }
.qualification-license-require p { margin: 14px 0 0; color: #475569; font-size: 15px; line-height: 1.78; }
.registration-company-section { background: var(--soft); }
.registration-company-head { display: grid; grid-template-columns: minmax(0, 1fr) 320px; align-items: end; gap: 38px; margin-bottom: 28px; }
.registration-company-head h2 { max-width: 820px; margin: 12px 0 12px; font-size: 36px; line-height: 1.18; }
.registration-company-head p { max-width: 780px; margin: 0; color: var(--muted); font-size: 18px; }
.registration-company-proof { display: grid; gap: 8px; border: 1px solid rgba(3, 105, 161, 0.14); border-radius: var(--radius); background: var(--white); padding: 22px; box-shadow: var(--shadow-sm); }
.registration-company-proof strong { color: var(--blue-2); font-size: 26px; line-height: 1.15; }
.registration-company-proof span { color: #475569; font-weight: 700; }
.registration-company-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.registration-company-card { display: grid; align-content: start; gap: 14px; min-height: 100%; border: 1px solid rgba(226, 232, 240, 0.96); border-radius: var(--radius); background: var(--white); padding: 24px; box-shadow: var(--shadow-sm); }
.registration-company-card--featured { border-color: rgba(3, 105, 161, 0.18); background: linear-gradient(180deg, #ffffff 0%, #f7fbfe 100%); box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08); }
.registration-company-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: var(--radius); background: #fff4dc; color: #b45309; }
.registration-company-card--featured .registration-company-icon { background: #eaf3f8; color: var(--blue-2); }
.registration-company-icon svg { width: 24px; height: 24px; }
.registration-company-card h3 { margin: 0; font-size: 22px; line-height: 1.25; }
.registration-company-card p { margin: 0; color: #475569; }
.registration-company-card--featured p, .registration-company-card--featured .check-list li { color: #475569; }
.registration-company-card--featured .check-list li::before { background: var(--blue-2); }
.registration-company-path { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 22px; margin-top: 20px; border: 1px solid rgba(203, 213, 225, 0.9); border-radius: var(--radius); background: linear-gradient(135deg, #f8fafc 0%, #eef6fb 100%); color: var(--ink); padding: 22px 24px; box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08); }
.registration-company-path span { display: block; margin-bottom: 10px; color: var(--blue-2); font-size: 16px; font-weight: 900; }
.registration-company-steps { display: grid; grid-template-columns: repeat(4, minmax(0, max-content)); gap: 10px; }
.registration-company-steps strong { min-height: 34px; display: inline-flex; align-items: center; border: 1px solid rgba(3, 105, 161, 0.14); border-radius: var(--radius); background: rgba(255, 255, 255, 0.74); padding: 0 12px; color: #334155; font-size: 14px; }
.registration-company-actions { display: flex; align-items: center; gap: 12px; }
.registration-company-actions .btn { min-height: 42px; padding: 0 16px; box-shadow: none; }
.registration-company-actions .btn-primary { border-color: #2a8fbd; background: #2a8fbd; color: var(--white); box-shadow: 0 10px 22px rgba(42, 143, 189, 0.18); }
.registration-company-actions .btn-primary:hover { background: #1c6f9f; border-color: #1c6f9f; box-shadow: 0 12px 26px rgba(28, 111, 159, 0.22); }
.registration-company-actions .btn-light { border-color: rgba(3, 105, 161, 0.18); background: rgba(255, 255, 255, 0.78); color: var(--blue-2); }
.registration-company-actions .btn-light:hover { border-color: rgba(3, 105, 161, 0.3); background: var(--white); color: var(--blue-2); box-shadow: 0 10px 22px rgba(15, 23, 42, 0.08); }
.registration-followup-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin-top: 20px; }
.registration-followup-card { display: grid; align-content: start; gap: 20px; border: 1px solid rgba(226, 232, 240, 0.96); border-radius: var(--radius); background: var(--white); padding: 26px; box-shadow: var(--shadow-sm); }
.registration-followup-card--warning { border-color: rgba(245, 158, 11, 0.32); background: linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 248, 232, 0.9)), url("/assets/design/jinshun-b2-registration-lifecycle.png") center / cover no-repeat; }
.registration-followup-head { display: grid; gap: 10px; }
.registration-followup-head > span { width: fit-content; border-radius: 999px; background: #eaf3f8; color: var(--blue-2); padding: 5px 12px; font-size: 16px; font-weight: 900; }
.registration-followup-card--warning .registration-followup-head > span { background: #fff4dc; color: #b45309; }
.registration-followup-head h3 { margin: 0; color: var(--ink); font-size: 25px; line-height: 1.22; }
.registration-followup-head p { margin: 0; color: #475569; }
.registration-followup-columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; padding-top: 18px; border-top: 1px solid var(--line); }
.registration-followup-columns h4 { margin: 0; color: var(--ink); font-size: 16px; }
.registration-followup-columns .check-list { margin-top: 10px; }
.registration-followup-note { display: grid; gap: 4px; border-left: 4px solid var(--blue); border-radius: var(--radius); background: #eaf3f8; padding: 12px 14px; }
.registration-followup-note strong { color: var(--blue-2); }
.registration-followup-note span { color: #334155; font-weight: 700; }
.registration-cancel-steps { list-style: none; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; margin: 0; padding: 0; }
.registration-cancel-steps li { display: grid; gap: 8px; border: 1px solid rgba(245, 158, 11, 0.22); border-radius: var(--radius); background: rgba(255, 255, 255, 0.72); padding: 12px; }
.registration-cancel-steps span { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: var(--gold); color: var(--white); font-size: 12px; font-weight: 900; }
.registration-cancel-steps strong { color: #713f12; font-size: 14px; line-height: 1.3; }
.registration-followup-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 2px; }
.registration-followup-actions a { min-height: 42px; display: inline-flex; align-items: center; justify-content: center; border-radius: var(--radius); padding: 0 16px; font-weight: 800; transition: background 180ms ease, color 180ms ease, border-color 180ms ease; }
.registration-followup-actions a:first-child { background: var(--blue); color: var(--white); }
.registration-followup-actions a:last-child { border: 1px solid var(--line); background: var(--white); color: var(--ink); }
.registration-followup-actions a:hover { background: var(--blue-2); color: var(--white); border-color: var(--blue-2); }
.registration-matters-section { background: linear-gradient(180deg, rgba(248, 250, 252, 0.98), rgba(238, 244, 248, 0.82)); }
.registration-matters-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.registration-matter-card { position: relative; overflow: hidden; display: grid; grid-template-rows: auto auto auto 1fr auto; gap: 14px; min-height: 100%; border: 1px solid rgba(226, 232, 240, 0.96); border-radius: var(--radius); background: var(--white); padding: 24px; box-shadow: var(--shadow-sm); transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease; }
.registration-matter-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 4px; background: linear-gradient(90deg, var(--gold), var(--blue)); }
.registration-matter-card:hover { transform: translateY(-2px); border-color: rgba(3, 105, 161, 0.24); box-shadow: 0 22px 48px rgba(15, 23, 42, 0.14); }
.registration-matter-top { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.registration-matter-index { color: rgba(3, 105, 161, 0.28); font-size: 34px; font-weight: 900; line-height: 1; }
.registration-matter-icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: var(--radius); background: #eaf3f8; color: var(--blue-2); }
.registration-matter-icon svg { width: 23px; height: 23px; }
.registration-matter-card h3 { margin: 0; color: var(--ink); font-size: 24px; line-height: 1.2; }
.registration-matter-card p { margin: 0; color: #475569; }
.registration-matter-fit { display: grid; gap: 6px; border-radius: var(--radius); background: #f8fafc; padding: 13px 14px; }
.registration-matter-fit strong { color: var(--blue-2); font-size: 13px; }
.registration-matter-fit span { color: #334155; font-size: 14px; line-height: 1.65; }
.registration-matter-card > a { min-height: 42px; display: inline-flex; align-items: center; justify-content: center; border-radius: var(--radius); background: #eaf3f8; color: var(--blue-2); padding: 0 14px; font-weight: 900; transition: background 180ms ease, color 180ms ease; }
.registration-matter-card > a:hover { background: var(--blue); color: var(--white); }
.registration-invoice-list { display: grid; gap: 5px; margin: 0; padding: 0; list-style: none; }
.registration-invoice-list li { position: relative; color: #334155; padding-left: 16px; font-size: 14px; line-height: 1.42; }
.registration-invoice-list li::before { content: ""; position: absolute; left: 0; top: 0.62em; width: 5px; height: 5px; border-radius: 50%; background: rgba(3, 105, 161, 0.55); }
.audit-feature .audit-copy h2 { max-width: 680px; font-size: 36px; line-height: 1.16; }
.audit-feature .audit-copy p { max-width: 690px; color: #526173; font-size: 18px; line-height: 1.8; }
.audit-feature .audit-copy p::after { content: ""; display: block; width: 72px; height: 3px; margin-top: 18px; border-radius: 999px; /* background: linear-gradient(90deg, var(--gold), var(--blue)); */ }
.audit-feature .check-list { margin-top: 0; }
.metric-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 28px; }
.metric { border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); padding: 18px; }
.metric strong { display: block; color: var(--blue-2); font-size: 26px; line-height: 1.2; }
.metric span { display: block; color: var(--muted); font-size: 14px; margin-top: 4px; }
.process { counter-reset: step; }
.process .card { position: relative; }
.process .card::before { counter-increment: step; content: "0" counter(step); display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; border-radius: 999px; background: var(--ink); color: var(--white); font-weight: 800; margin-bottom: 18px; }
.faq { display: grid; gap: 12px; }
.faq details { border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); padding: 18px 20px; }
.faq summary { cursor: pointer; color: var(--ink); font-weight: 800; }
.faq p { margin: 12px 0 0; color: var(--muted); }
.cta-band { position: relative; isolation: isolate; border-radius: var(--radius); background: linear-gradient(100deg, rgba(67, 81, 88, 0.34) 0%, rgba(15, 23, 42, 0.7) 58%, rgba(15, 23, 42, 0.82) 100%), url("/assets/design/column-consultation.svg") center right / cover no-repeat; color: var(--white); padding: 44px 46px; display: grid; grid-template-columns: minmax(0, 1fr) 294px; align-items: center; gap: 36px; overflow: hidden; }
.cta-band::after { content: ""; position: absolute; inset: 1px; z-index: -1; border-radius: calc(var(--radius) - 1px); background: linear-gradient(90deg, rgba(3, 105, 161, 0.26), rgba(15, 23, 42, 0.12)); pointer-events: none; }
.cta-copy { max-width: 760px; }
.cta-band p { max-width: 680px; margin: 12px 0 0; color: rgba(255, 255, 255, 0.8); }
.cta-actions { display: grid; gap: 12px; justify-self: end; width: min(100%, 294px); /* border: 1px solid rgba(255, 255, 255, 0.16); */ /* border-radius: var(--radius); */ /* background: rgba(15, 23, 42, 0.36); */ padding: 14px; /* box-shadow: 0 18px 38px rgba(2, 6, 23, 0.18); */ /* backdrop-filter: blur(10px); */ }
.page-hero { background: linear-gradient(90deg, rgba(2, 6, 23, 0.9), rgba(15, 23, 42, 0.68)), url("/assets/design/column-service-scene.svg") center / cover no-repeat; color: var(--white); padding: 86px 0 92px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; color: rgba(255, 255, 255, 0.68); font-size: 14px; }
.breadcrumbs a { color: rgba(255, 255, 255, 0.86); }
.notice { border-left: 4px solid var(--gold); border-radius: var(--radius); background: #fff8e8; padding: 18px 20px; color: #713f12; }
.about-intro-section { background: var(--white); }
.about-intro-grid { display: grid; grid-template-columns: minmax(0, 1fr) 390px; align-items: stretch; gap: 42px; }
.about-intro-copy { display: grid; align-content: center; gap: 16px; }
.about-intro-copy h2 { max-width: 760px; margin: 0; color: var(--ink); font-size: 36px; line-height: 1.16; }
.about-intro-copy p { max-width: 780px; margin: 0; color: #475569; font-size: 17px; line-height: 1.82; }
.about-intro-points { list-style: none; display: grid; gap: 10px; max-width: 780px; margin: 2px 0 0; padding: 0; }
.about-intro-points li { display: grid; grid-template-columns: 112px minmax(0, 1fr); gap: 14px; align-items: start; border-left: 3px solid rgba(3, 105, 161, 0.26); background: #f8fafc; padding: 12px 14px; }
.about-intro-points strong { color: var(--blue-2); font-size: 15px; line-height: 1.5; }
.about-intro-points span { color: #475569; font-size: 15px; line-height: 1.7; }
.about-proof-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 10px; }
.about-proof-item { position: relative; overflow: hidden; border: 1px solid rgba(226, 232, 240, 0.95); border-radius: var(--radius); background: #f8fafc; padding: 18px 18px 17px; }
.about-proof-item::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 4px; background: linear-gradient(180deg, var(--gold), var(--blue)); }
.about-proof-item strong { display: block; color: var(--blue-2); font-size: 30px; line-height: 1.08; }
.about-proof-item span { display: block; margin-top: 8px; color: #475569; font-size: 14px; font-weight: 800; }
.about-vision-card { display: grid; align-content: start; gap: 16px; border: 1px solid rgba(226, 232, 240, 0.96); border-radius: var(--radius); background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.92)), url("/assets/design/column-hero-network.svg") center / cover no-repeat; padding: 18px; box-shadow: var(--shadow-sm); }
.about-vision-media { overflow: hidden; border-radius: var(--radius); background: var(--soft); }
.about-vision-media img { width: 100%; height: 210px; object-fit: cover; }
.about-vision-block { border: 1px solid rgba(226, 232, 240, 0.92); border-radius: var(--radius); background: rgba(255, 255, 255, 0.9); padding: 18px; }
.about-vision-block--dark { border-color: rgba(3, 105, 161, 0.16); border-left: 4px solid var(--blue); background: #f8fafc; color: var(--ink); }
.about-vision-block span { display: block; margin-bottom: 8px; color: var(--gold); font-size: 13px; font-weight: 900; }
.about-vision-block strong { display: block; color: inherit; font-size: 21px; line-height: 1.28; }
.about-vision-block p { margin: 10px 0 0; color: #64748b; font-size: 14px; line-height: 1.72; }
.about-vision-block--dark p { color: #64748b; }
.about-vision-block--dark span { color: var(--blue-2); }
.about-values-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.about-value-card { position: relative; overflow: hidden; display: grid; align-content: start; gap: 14px; min-height: 100%; border: 1px solid rgba(226, 232, 240, 0.96); border-radius: var(--radius); background: var(--white); padding: 24px; box-shadow: var(--shadow-sm); }
.about-value-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 4px; background: linear-gradient(90deg, var(--blue), var(--gold)); }
.about-card-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: var(--radius); background: #eaf3f8; color: var(--blue); }
.about-card-icon--green { background: #e8f7f2; color: var(--green); }
.about-card-icon--gold { background: #fff4dc; color: #b45309; }
.about-card-icon--slate { background: #e2e8f0; color: var(--ink-2); }
.about-card-icon svg { width: 24px; height: 24px; }
.about-value-card h3, .about-advantage-card h3, .about-service-card h3 { margin: 0; color: var(--ink); line-height: 1.28; }
.about-value-card h3 { font-size: 22px; }
.about-value-card p { margin: 0; color: #475569; }
.about-advantage-section { background: var(--white); }
.about-advantage-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.about-advantage-card { display: grid; grid-template-columns: 48px minmax(0, 1fr); gap: 16px; align-items: start; min-height: 100%; border: 1px solid rgba(226, 232, 240, 0.96); border-radius: var(--radius); background: #f8fafc; padding: 22px; transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease; }
.about-advantage-card:hover { transform: translateY(-2px); border-color: rgba(3, 105, 161, 0.24); background: var(--white); box-shadow: var(--shadow-sm); }
.about-advantage-card > span { width: 48px; height: 48px; display: grid; place-items: center; border-radius: var(--radius); background: #0f172a; color: var(--gold); font-weight: 900; }
.about-advantage-card h3 { font-size: 20px; }
.about-advantage-card p { margin: 8px 0 0; color: #475569; line-height: 1.72; }
.about-service-section { background: linear-gradient(180deg, rgba(248, 250, 252, 0.98), rgba(238, 244, 248, 0.88)); }
.about-service-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.about-service-card { --about-service-accent: var(--blue); display: grid; grid-template-rows: auto auto 1fr auto; gap: 14px; min-height: 100%; border: 1px solid rgba(226, 232, 240, 0.96); border-radius: var(--radius); background: var(--white); padding: 24px; box-shadow: var(--shadow-sm); transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease; }
.about-service-card--green { --about-service-accent: var(--green); }
.about-service-card--gold { --about-service-accent: var(--gold); }
.about-service-card--slate { --about-service-accent: var(--ink-2); }
.about-service-card:hover { transform: translateY(-3px); border-color: rgba(3, 105, 161, 0.24); box-shadow: 0 20px 44px rgba(15, 23, 42, 0.12); }
.about-service-index { width: max-content; border-bottom: 2px solid var(--about-service-accent); color: var(--about-service-accent); font-size: 13px; font-weight: 900; }
.about-service-card h3 { font-size: 22px; }
.about-service-card p { margin: 0; color: #475569; line-height: 1.72; }
.about-service-card strong { color: var(--about-service-accent); font-size: 14px; }
.about-timeline-section { background: var(--white); }
.about-timeline { list-style: none; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); margin: 0; padding: 0; border: 1px solid rgba(226, 232, 240, 0.96); border-radius: var(--radius); overflow: hidden; background: var(--white); box-shadow: var(--shadow-sm); }
.about-timeline li { position: relative; display: grid; align-content: start; gap: 10px; min-height: 206px; padding: 26px 20px; border-left: 1px solid var(--line); }
.about-timeline li:first-child { border-left: 0; }
.about-timeline li::before { content: ""; width: 11px; height: 11px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 6px rgba(245, 158, 11, 0.14); }
.about-timeline span { color: var(--blue-2); font-size: 14px; font-weight: 900; }
.about-timeline strong { color: var(--ink); font-size: 18px; line-height: 1.3; }
.about-timeline p { margin: 0; color: #64748b; font-size: 14px; line-height: 1.72; }
.about-cta-section { background: var(--soft); }
.about-cta-band { position: relative; isolation: isolate; overflow: hidden; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 32px; border-radius: var(--radius); background: linear-gradient(100deg, rgba(15, 23, 42, 0.96), rgba(3, 105, 161, 0.86)), url("/assets/design/column-consultation.svg") center right / cover no-repeat; color: var(--white); padding: 36px 40px; box-shadow: 0 24px 52px rgba(15, 23, 42, 0.2); }
.about-cta-band::before { content: ""; position: absolute; inset: auto 0 0; z-index: -1; height: 4px; background: linear-gradient(90deg, var(--gold), var(--green), var(--blue)); }
.about-cta-band span { display: inline-flex; margin-bottom: 10px; color: var(--gold); font-weight: 900; }
.about-cta-band h2 { margin: 0; color: var(--white); font-size: 30px; line-height: 1.18; }
.about-cta-band p { max-width: 660px; margin: 12px 0 0; color: rgba(255, 255, 255, 0.76); }
.about-cta-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.about-cta-actions .btn { min-width: 132px; }
.audit-page-hero { background: linear-gradient(90deg, rgba(2, 6, 23, 0.78) 0%, rgba(15, 23, 42, 0.56) 54%, rgba(15, 23, 42, 0.26) 100%), url("/assets/design/column-audit-report.svg") center / cover no-repeat; padding: 36px 0 42px; }
.audit-page-hero .breadcrumbs { margin-bottom: 14px; }
.audit-breadcrumbs { width: fit-content; max-width: 100%; min-height: 36px; align-items: center; gap: 4px; border: 1px solid rgba(255, 255, 255, 0.16); border-radius: 999px; background: rgba(15, 23, 42, 0.42); padding: 4px 6px; color: rgba(255, 255, 255, 0.72); font-size: 13px; font-weight: 800; backdrop-filter: blur(10px); }
.audit-breadcrumb-link, .audit-breadcrumb-current { min-height: 28px; display: inline-flex; align-items: center; gap: 6px; border-radius: 999px; padding: 0 10px; white-space: nowrap; }
.audit-breadcrumb-link { color: rgba(255, 255, 255, 0.78); transition: background 180ms ease, color 180ms ease; }
.audit-breadcrumb-link:hover { background: rgba(255, 255, 255, 0.08); color: var(--white); }
.audit-breadcrumb-link svg { width: 15px; height: 15px; flex: 0 0 auto; color: var(--gold); }
.audit-breadcrumb-separator { width: 18px; height: 28px; display: grid; place-items: center; color: rgba(255, 255, 255, 0.42); }
.audit-breadcrumb-separator svg { width: 13px; height: 13px; }
.audit-breadcrumb-current { background: rgba(245, 158, 11, 0.14); color: rgba(255, 255, 255, 0.94); }
.audit-hero-layout { display: grid; grid-template-columns: minmax(0, 1fr) 340px; align-items: center; gap: 32px; }
.audit-hero-copy { min-width: 0; }
.audit-page-hero h1 { max-width: 860px; margin-top: 12px; margin-bottom: 12px; font-size: 36px; line-height: 1.14; }
.audit-page-hero .page-lead { max-width: 700px; color: rgba(255, 255, 255, 0.82); font-size: 16px; line-height: 1.72; }
.audit-page-hero .hero-actions { margin-top: 20px; }
.audit-hero-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.audit-hero-badges span { min-height: 30px; display: inline-flex; align-items: center; border: 1px solid rgba(255, 255, 255, 0.18); border-radius: var(--radius); background: rgba(255, 255, 255, 0.08); color: rgba(255, 255, 255, 0.88); padding: 0 10px; font-size: 13px; font-weight: 800; }
.audit-hero-panel { border: 1px solid rgba(255, 255, 255, 0.16); border-radius: var(--radius); background: rgba(15, 23, 42, 0.5); color: var(--white); padding: 16px; box-shadow: 0 18px 42px rgba(2, 6, 23, 0.2); backdrop-filter: blur(10px); }
.audit-hero-panel-head { display: grid; gap: 4px; padding-bottom: 12px; border-bottom: 1px solid rgba(255, 255, 255, 0.12); }
.audit-hero-panel-head span { color: var(--gold); font-size: 14px; font-weight: 900; }
.audit-hero-panel-head strong { font-size: 18px; line-height: 1.25; }
.audit-hero-service-list { display: grid; gap: 6px; margin-top: 12px; }
.audit-hero-service-list span { min-height: 30px; display: flex; align-items: center; gap: 9px; color: rgba(255, 255, 255, 0.86); font-weight: 800; }
.audit-hero-service-list svg { width: 18px; height: 18px; flex: 0 0 auto; color: var(--gold); }
.audit-hero-proof { margin-top: 12px; padding-top: 12px; border-top: 1px solid rgba(255, 255, 255, 0.12); }
.audit-hero-proof strong { display: block; font-size: 16px; }
.audit-hero-proof p { margin: 8px 0 0; color: rgba(255, 255, 255, 0.68); font-size: 14px; }
.service-page-hero { --service-hero-bg: url("/assets/design/column-service-scene.svg"); background: linear-gradient(90deg, rgba(2, 6, 23, 0.78) 0%, rgba(15, 23, 42, 0.58) 54%, rgba(15, 23, 42, 0.28) 100%), var(--service-hero-bg) center / cover no-repeat; padding: 36px 0 42px; }
.service-page-hero--about { --service-hero-bg: url("/assets/design/column-hero-network.svg"); }
.service-page-hero--accounting { --service-hero-bg: url("/assets/design/column-accounting-ledger.svg"); }
.service-page-hero--registration { --service-hero-bg: url("/assets/design/column-registration-flow.svg"); }
.service-page-hero--qualification { --service-hero-bg: url("/assets/design/column-licensing-matrix.svg"); }
.service-page-hero--contact { --service-hero-bg: url("/assets/design/column-hero-network.svg"); }
.service-page-hero .breadcrumbs { margin-bottom: 14px; }
.service-breadcrumbs { width: fit-content; max-width: 100%; min-height: 36px; align-items: center; gap: 4px; border: 1px solid rgba(255, 255, 255, 0.16); border-radius: 999px; background: rgba(15, 23, 42, 0.42); padding: 4px 6px; color: rgba(255, 255, 255, 0.72); font-size: 13px; font-weight: 800; backdrop-filter: blur(10px); }
.service-breadcrumb-link, .service-breadcrumb-current { min-height: 28px; display: inline-flex; align-items: center; gap: 6px; border-radius: 999px; padding: 0 10px; white-space: nowrap; }
.service-breadcrumb-link { color: rgba(255, 255, 255, 0.78); transition: background 180ms ease, color 180ms ease; }
.service-breadcrumb-link:hover { background: rgba(255, 255, 255, 0.08); color: var(--white); }
.service-breadcrumb-link svg { width: 15px; height: 15px; flex: 0 0 auto; color: var(--gold); }
.service-breadcrumb-separator { width: 18px; height: 28px; display: grid; place-items: center; color: rgba(255, 255, 255, 0.42); }
.service-breadcrumb-separator svg { width: 13px; height: 13px; }
.service-breadcrumb-current { background: rgba(245, 158, 11, 0.14); color: rgba(255, 255, 255, 0.94); }
.service-hero-layout { display: grid; grid-template-columns: minmax(0, 1fr) 330px; align-items: center; gap: 32px; }
.service-hero-copy { min-width: 0; }
.service-page-hero h1 { max-width: 860px; margin-top: 12px; margin-bottom: 12px; font-size: 36px; line-height: 1.14; }
.service-page-hero .page-lead { max-width: 700px; color: rgba(255, 255, 255, 0.82); font-size: 16px; line-height: 1.72; }
.service-page-hero .hero-actions { margin-top: 20px; }
.service-hero-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.service-hero-badges span { min-height: 30px; display: inline-flex; align-items: center; border: 1px solid rgba(255, 255, 255, 0.18); border-radius: var(--radius); background: rgba(255, 255, 255, 0.08); color: rgba(255, 255, 255, 0.88); padding: 0 10px; font-size: 13px; font-weight: 800; }
.service-hero-panel { border: 1px solid rgba(255, 255, 255, 0.16); border-radius: var(--radius); background: rgba(15, 23, 42, 0.5); color: var(--white); padding: 16px; box-shadow: 0 18px 42px rgba(2, 6, 23, 0.2); backdrop-filter: blur(10px); }
.service-hero-panel-head { display: grid; gap: 4px; padding-bottom: 12px; border-bottom: 1px solid rgba(255, 255, 255, 0.12); }
.service-hero-panel-head span { color: var(--gold); font-size: 14px; font-weight: 900; }
.service-hero-panel-head strong { font-size: 18px; line-height: 1.25; }
.service-hero-service-list { display: grid; gap: 6px; margin-top: 12px; }
.service-hero-service-list span { min-height: 30px; display: flex; align-items: center; gap: 9px; color: rgba(255, 255, 255, 0.86); font-weight: 800; }
.service-hero-service-list svg { width: 18px; height: 18px; flex: 0 0 auto; color: var(--gold); }
.service-hero-proof { margin-top: 12px; padding-top: 12px; border-top: 1px solid rgba(255, 255, 255, 0.12); }
.service-hero-proof strong { display: block; font-size: 16px; }
.service-hero-proof p { margin: 8px 0 0; color: rgba(255, 255, 255, 0.68); font-size: 14px; }
.audit-service-list { display: grid; gap: 24px; }
.audit-service-card { display: grid; grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr); overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow-sm); }
.audit-card-media { position: relative; min-height: 320px; isolation: isolate; background: var(--ink); overflow: hidden; }
.audit-card-media::before, .audit-card-media::after { content: ""; position: absolute; inset: 0; pointer-events: none; }
.audit-card-media::before { z-index: 0; background-image: var(--audit-card-image); background-size: cover; background-position: center; transition: transform 420ms ease, filter 420ms ease; }
.audit-card-media::after { z-index: 1; background: linear-gradient(180deg, rgba(15, 23, 42, 0.08), rgba(15, 23, 42, 0.76)), linear-gradient(110deg, rgba(3, 105, 161, 0.34), rgba(245, 158, 11, 0.1)); }
.audit-service-card:hover .audit-card-media::before { filter: saturate(1.08); transform: scale(1.04); }
.audit-card-media span { position: absolute; z-index: 2; left: 24px; bottom: 22px; color: rgba(255, 255, 255, 0.94); font-size: 54px; font-weight: 900; line-height: 1; }
.audit-card-media-report { --audit-card-image: url("/assets/design/jinshun-b1-audit-verification.png"); }
.audit-card-media-tax { --audit-card-image: url("/assets/design/jinshun-b2-tax-audit.png"); }
.audit-card-media-tech { --audit-card-image: url("/assets/design/jinshun-b2-hightech-audit.png"); }
.audit-card-media-asset { --audit-card-image: url("/assets/design/jinshun-b2-asset-valuation.png"); }
.audit-card-body { display: grid; gap: 22px; padding: 28px; }
.audit-card-head { display: grid; grid-template-columns: 48px minmax(0, 1fr); gap: 16px; align-items: start; }
.audit-card-head h3 { margin: 0; font-size: 26px; line-height: 1.2; }
.audit-card-head p, .audit-note { margin: 8px 0 0; color: var(--muted); }
.audit-detail-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.audit-detail-grid h4 { margin: 0 0 10px; color: var(--blue-2); font-size: 15px; }
.audit-detail-grid ul { list-style: none; display: grid; gap: 8px; margin: 0; padding: 0; }
.audit-detail-grid li { position: relative; padding-left: 18px; color: #334155; font-size: 15px; }
.audit-detail-grid li::before { content: ""; position: absolute; left: 0; top: 10px; width: 7px; height: 7px; border-radius: 999px; background: var(--gold); }
.audit-note { border-left: 3px solid var(--gold); background: #fff8e8; padding: 12px 14px; color: #713f12; font-size: 14px; }
.audit-card-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.audit-card-actions a { min-height: 40px; display: inline-flex; align-items: center; border-radius: var(--radius); padding: 0 14px; font-size: 14px; font-weight: 800; transition: background 180ms ease, color 180ms ease, border-color 180ms ease; }
.audit-card-actions a:first-child { background: var(--blue); color: var(--white); }
.audit-card-actions a:last-child { border: 1px solid var(--line); color: var(--blue-2); }
.audit-card-actions a:hover { background: var(--blue-2); color: var(--white); border-color: var(--blue-2); }
.audit-advantage-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.audit-advantage-card { min-height: 176px; display: grid; align-content: start; gap: 12px; }
.audit-advantage-card strong { color: var(--ink); font-size: 21px; line-height: 1.25; }
.audit-advantage-card p { margin: 0; color: var(--muted); }
.audit-process-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 14px; }
.audit-process-step { position: relative; min-height: 210px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); padding: 22px 18px; box-shadow: 0 1px 0 rgba(15, 23, 42, 0.03); }
.audit-process-step span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 999px; background: var(--ink); color: var(--white); font-weight: 900; }
.audit-process-step h3 { margin: 18px 0 8px; font-size: 18px; line-height: 1.25; }
.audit-process-step p { margin: 0; color: var(--muted); font-size: 14px; }
.audit-cta .cta-actions { padding: 0; }
.contact-overview-section, .contact-prep-section, .contact-faq-section { background: var(--white); }
.contact-channel-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.contact-channel-card { display: grid; grid-template-columns: 38px minmax(0, 1fr); gap: 13px; align-items: start; min-height: 100%; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); padding: 18px; box-shadow: none; transition: border-color 180ms ease, background 180ms ease; }
.contact-channel-card:hover { border-color: rgba(3, 105, 161, 0.26); background: #f8fafc; }
.contact-channel-card--primary { border-color: rgba(3, 105, 161, 0.24); background: #f8fafc; color: var(--ink); }
.contact-channel-icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: var(--radius); background: transparent; color: var(--blue); }
.contact-channel-card--primary .contact-channel-icon { border: 0; background: transparent; color: var(--blue); }
.contact-channel-icon--green { color: var(--green); }
.contact-channel-icon--gold { color: #b45309; }
.contact-channel-icon--slate { color: var(--ink-2); }
.contact-channel-icon svg { width: 22px; height: 22px; }
.contact-channel-copy { display: grid; gap: 6px; min-width: 0; }
.contact-channel-copy > span { color: var(--blue-2); font-size: 16px; font-weight: 900; }
.contact-channel-copy strong { color: var(--ink); font-size: 18px; line-height: 1.28; overflow-wrap: anywhere; }
.contact-channel-copy em { color: #64748b; font-size: 14px; font-style: normal; line-height: 1.58; }
.contact-map-link { width: max-content; color: var(--blue-2); font-size: 14px; font-weight: 900; }
.contact-map-link:hover { color: var(--blue); }
.contact-channel-card--primary .contact-channel-copy > span, .contact-channel-card--primary .contact-channel-copy strong { color: var(--ink); }
.contact-channel-card--primary .contact-channel-copy em { color: #64748b; }
.contact-main-section { background: linear-gradient(180deg, rgba(248, 250, 252, 0.98), rgba(238, 244, 248, 0.88)); }
.contact-main-grid { display: grid; grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr); align-items: start; gap: 28px; }
.contact-info-panel, .contact-form-panel { border: 1px solid rgba(226, 232, 240, 0.96); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow-sm); }
.contact-info-panel { display: grid; gap: 16px; padding: 28px; }
.contact-info-panel h2 { margin: 0; color: var(--ink); font-size: 32px; line-height: 1.18; }
.contact-info-panel p { margin: 0; color: #475569; line-height: 1.78; }
.contact-info-list { display: grid; gap: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.contact-info-item { display: grid; grid-template-columns: 104px minmax(0, 1fr); gap: 16px; padding: 15px 0; border-top: 1px solid var(--line); }
.contact-info-item:first-child { border-top: 0; }
.contact-info-item strong { color: var(--ink); }
.contact-info-item span { color: #475569; }
.contact-qr-panel { display: grid; grid-template-columns: 136px minmax(0, 1fr); gap: 18px; align-items: center; border-radius: var(--radius); background: #f8fafc; padding: 16px; }
.contact-qr-panel img { width: 136px; height: 136px; border-radius: var(--radius); background: var(--white); object-fit: cover; }
.contact-qr-panel strong { display: block; color: var(--blue-2); font-size: 20px; line-height: 1.3; }
.contact-qr-panel span { display: block; margin-top: 8px; color: #475569; line-height: 1.72; }
.contact-form-panel { overflow: hidden; }
.contact-form-head { display: grid; gap: 10px; border-bottom: 1px solid var(--line); border-top: 4px solid var(--blue); background: #f8fafc; color: var(--ink); padding: 24px 28px 22px; }
.contact-form-head span { width: max-content; border-radius: 999px; background: #eaf3f8; color: var(--blue-2); padding: 4px 10px; font-size: 16px; font-weight: 900; }
.contact-form-head h2 { margin: 0; color: var(--ink); font-size: 30px; line-height: 1.2; }
.contact-form-head p { margin: 0; color: #64748b; }
.contact-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; padding: 24px 28px 24px; }
.field { display: grid; gap: 7px; }
.field label { color: #334155; font-weight: 700; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); color: var(--ink); padding: 12px 13px; }
.field textarea { min-height: 132px; resize: vertical; }
.contact-form-message, .contact-form-grid .btn, .contact-form-grid .form-hint { grid-column: 1 / -1; }
.contact-form-grid .btn { width: 100%; }
.form-hint { color: var(--muted); font-size: 14px; }
.contact-prep-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.contact-prep-card { position: relative; display: grid; align-content: start; gap: 14px; min-height: 100%; border: 1px solid rgba(226, 232, 240, 0.96); border-radius: var(--radius); background: var(--white); padding: 24px; box-shadow: var(--shadow-sm); }
.contact-prep-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 4px; background: linear-gradient(90deg, var(--blue), var(--gold)); }
.contact-prep-card > span { color: var(--blue-2); font-size: 14px; font-weight: 900; }
.contact-prep-card h3, .contact-trust-card h3 { margin: 0; color: var(--ink); font-size: 21px; line-height: 1.28; }
.contact-prep-card p, .contact-trust-card p { margin: 0; color: #475569; line-height: 1.72; }
.contact-trust-section { background: linear-gradient(180deg, rgba(248, 250, 252, 0.98), rgba(238, 244, 248, 0.88)); }
.contact-trust-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.contact-trust-card { display: grid; align-content: start; gap: 12px; min-height: 100%; border: 1px solid rgba(226, 232, 240, 0.96); border-radius: var(--radius); background: var(--white); padding: 24px; box-shadow: var(--shadow-sm); }
.contact-trust-card h3::after { content: ""; display: block; width: 42px; height: 3px; margin-top: 12px; border-radius: 999px; background: var(--gold); }
.contact-faq { max-width: 920px; margin: 0 auto; }
.site-footer { background: #08111f; color: rgba(255, 255, 255, 0.76); padding: 38px 0 26px; }
.footer-grid { display: grid; grid-template-columns: minmax(0, 1.4fr) repeat(3, minmax(0, 0.7fr)); gap: 28px; }
.footer-grid > section:last-child { display: grid; grid-template-columns: max-content 104px; grid-template-areas: "title title" "links qr"; align-items: center; column-gap: 40px; row-gap: 12px; /* justify-self: end; */ width: max-content; max-width: 100%; text-align: left; }
.footer-grid > section:last-child h3 { grid-area: title; justify-self: start; text-align: left; margin: 0; }
.footer-grid > section:last-child .footer-links { grid-area: links; align-self: center; justify-items: start; }
.footer-grid > section:last-child .footer-links a { text-align: left; }
.footer-qr-wrap { grid-area: qr; align-self: center; display: grid; justify-items: center; gap: 7px; width: 104px; }
.footer-qr-wrap span { color: rgba(226, 232, 240, 0.72); font-size: 12px; line-height: 1.2; white-space: nowrap; }
.footer-qr { width: 92px; height: 92px; border-radius: 4px; background: var(--white); padding: 5px; object-fit: contain; }
.footer-grid h2, .footer-grid h3 { margin: 0 0 14px; color: var(--white); font-size: 18px; }
.footer-brand { display: inline-flex; align-items: center; gap: 10px; }
.footer-brand img { width: 38px; height: 38px; object-fit: contain; }
.footer-brand span { font-size: 20px; font-weight: 800; line-height: 1.2; }
.footer-grid p { margin: 0; }
.footer-desc { max-width: 320px; border-bottom: 1px solid rgba(255, 255, 255, 0.12); padding-bottom: 16px; color: rgba(255, 255, 255, 0.72); font-size: 15px; line-height: 1.8; }
.footer-contact-card { display: flex; align-items: center; gap: 8px; margin-top: 18px; width: fit-content; max-width: 100%; border-radius: var(--radius); padding: 0; font-style: normal; }
.footer-address-icon { flex: 0 0 auto; width: 18px; height: 18px; display: grid; place-items: center; color: var(--gold); }
.footer-address-icon svg { width: 18px; height: 18px; }
.footer-address-copy { min-width: 0; display: grid; }
.footer-address-copy strong { color: rgba(255, 255, 255, 0.72); font-size: 15px; font-weight: 400; line-height: 1.55; overflow-wrap: anywhere; }
.footer-links { display: grid; gap: 9px; }
.footer-links a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 16px; border-top: 1px solid rgba(255, 255, 255, 0.12); margin-top: 32px; padding-top: 22px; font-size: 14px; }
.geo-answer-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.geo-answer-card { display: grid; align-content: start; gap: 12px; min-height: 100%; border: 1px solid rgba(226, 232, 240, 0.96); border-radius: var(--radius); background: var(--white); padding: 24px; box-shadow: var(--shadow-sm); }
.geo-answer-card > span { width: fit-content; border-radius: 999px; background: #eaf3f8; color: var(--blue-2); padding: 4px 10px; font-size: 13px; font-weight: 900; }
.geo-answer-card h3 { margin: 0; color: var(--ink); font-size: 21px; line-height: 1.28; }
.geo-answer-card p { margin: 0; color: #475569; line-height: 1.75; }
.geo-answer-card .check-list { margin-top: 0; }
.geo-answer-card--highlight { border-color: rgba(3, 105, 161, 0.28); background: linear-gradient(180deg, #ffffff 0%, #f5fbff 100%); }
.entity-signal-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.entity-signal-card { display: grid; align-content: start; gap: 12px; border: 1px solid rgba(226, 232, 240, 0.96); border-radius: var(--radius); background: var(--white); padding: 24px; box-shadow: var(--shadow-sm); }
.entity-signal-card strong { color: var(--blue-2); font-size: 22px; line-height: 1.25; }
.entity-signal-card p { margin: 0; color: #475569; line-height: 1.78; }
.compliance-note { border-left: 4px solid var(--gold); border-radius: var(--radius); background: #fff8e8; color: #713f12; padding: 18px 20px; font-weight: 700; line-height: 1.75; }
.utility-page { min-height: 100vh; display: grid; place-items: center; background: linear-gradient(180deg, #f8fafc 0%, #eef4f8 100%); padding: 24px; }
.utility-shell { width: min(560px, 100%); display: grid; justify-items: start; gap: 14px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); padding: 34px; box-shadow: var(--shadow); }
.utility-shell img { width: 64px; height: 64px; object-fit: contain; }
.utility-code { border-radius: 999px; background: #eaf3f8; color: var(--blue-2); padding: 5px 12px; font-size: 13px; font-weight: 900; }
.utility-shell h1 { margin: 0; color: var(--ink); font-size: 34px; line-height: 1.16; }
.utility-shell p { margin: 0; color: #475569; line-height: 1.75; }
.utility-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 8px; }
.reveal { opacity: 0; transform: translateY(14px); transition: opacity 420ms ease, transform 420ms ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@media (max-width: 980px) {
  .header-main, .nav-wrap, .container, .hero-inner { width: min(var(--max), calc(100% - 32px)); }
  .header-main { min-height: 82px; grid-template-columns: minmax(0, 1fr) auto; }
  .header-slogan, .header-contact { display: none; }
  .menu-toggle { display: grid; flex: 0 0 44px; justify-self: end; border-color: var(--blue); background: var(--blue); color: var(--white); box-shadow: 0 10px 24px rgba(3, 105, 161, 0.22); }
  .header-nav { position: absolute; top: 82px; left: 0; right: 0; background: var(--white); box-shadow: 0 18px 36px rgba(15, 23, 42, 0.12); }
  .header-nav .nav-wrap { min-height: 0; display: block; }
  .nav-menu { display: none; min-height: 0; flex-direction: column; align-items: stretch; background: var(--white); padding: 10px 0 12px; }
  .nav-menu.is-open { display: flex; }
  .nav-link { min-height: 48px; justify-content: flex-start; color: var(--ink); padding: 0 18px 0 36px; }
  .nav-link::after { left: 18px; right: auto; top: 50%; bottom: auto; width: 3px; height: 28px; border-radius: 999px; transform: translateY(-50%) scaleY(0); transform-origin: center; }
  .nav-link:hover, .nav-link[aria-current="page"] { background: #edf6fb; color: var(--blue-2); }
  .nav-link:hover::after, .nav-link[aria-current="page"]::after { transform: translateY(-50%) scaleY(1); }
  .hero-inner { grid-template-columns: 1fr; gap: 28px; padding-top: 48px; }
  .hero h1, .page-hero h1 { font-size: 44px; }
  #home-title { font-size: 36px; }
  .hero-panel { max-width: 560px; }
  .hero-next { display: none; }
  .audit-hero-layout { grid-template-columns: 1fr; align-items: stretch; gap: 22px; }
  .audit-hero-panel { max-width: 560px; }
  .service-hero-layout { grid-template-columns: 1fr; align-items: stretch; gap: 22px; }
  .service-hero-panel { max-width: 560px; }
  .about-intro-grid { grid-template-columns: 1fr; }
  .about-vision-card { grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr) minmax(0, 1fr); align-items: stretch; }
  .about-vision-media img { height: 100%; min-height: 220px; }
  .about-values-grid, .about-service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .about-advantage-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .about-timeline { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .about-timeline li, .about-timeline li:first-child { border-left: 0; border-top: 1px solid var(--line); }
  .about-timeline li:nth-child(-n + 2) { border-top: 0; }
  .about-timeline li:nth-child(even) { border-left: 1px solid var(--line); }
  .about-cta-band { grid-template-columns: 1fr; align-items: start; }
  .contact-channel-grid, .contact-prep-grid, .contact-trust-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .geo-answer-grid, .entity-signal-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .contact-main-grid { grid-template-columns: 1fr; }
  .grid-4, .grid-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .audit-service-card { grid-template-columns: 1fr; }
  .audit-card-media { min-height: 240px; }
  .audit-advantage-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .audit-process-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .split { grid-template-columns: 1fr; }
  .audit-feature .visual-frame { height: auto; }
  .registration-focus .visual-frame { height: auto; }
  .qualification-focus .visual-frame { height: auto; }
  .audit-feature .visual-frame img { height: auto; aspect-ratio: 16 / 10; }
  .registration-focus .visual-frame img { height: auto; aspect-ratio: 16 / 10; }
  .qualification-focus .visual-frame img { height: auto; aspect-ratio: 16 / 10; }
  .qualification-license-card { grid-template-columns: 1fr; }
  .qualification-license-detail-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .qualification-license-detail-grid > div:nth-child(odd) { border-left: 0; }
  .qualification-license-require { grid-column: 1 / -1; border-top: 1px solid var(--line); }
  .accounting-intro-grid, .accounting-service-row { grid-template-columns: 1fr; }
  .registration-company-head, .registration-company-path { grid-template-columns: 1fr; }
  .registration-company-grid { grid-template-columns: 1fr; }
  .registration-followup-grid { grid-template-columns: 1fr; }
  .registration-matters-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .registration-company-steps { grid-template-columns: repeat(2, minmax(0, max-content)); }
  .registration-company-actions { justify-self: start; }
  .accounting-service-media { min-height: 260px; }
  .accounting-price-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .accounting-process-timeline { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .accounting-process-timeline li:nth-child(3n) { border-right: 0; }
  .accounting-process-timeline li:nth-child(n + 4) { border-top: 1px solid var(--line); }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 680px) {
  .header-main, .nav-wrap { width: 100%; padding-left: 16px; padding-right: 16px; gap: 12px; }
  .header-main { min-height: 78px; }
  .menu-toggle { position: fixed; top: 15px; right: auto; left: calc(100vw - 64px); z-index: 90; }
  .header-nav { top: 78px; }
  .brand { gap: 10px; }
  .brand img { width: 44px; height: 44px; }
  .brand-subtitle { display: none; }
  .brand-name { max-width: calc(100vw - 124px); font-size: 16px; overflow: hidden; text-overflow: ellipsis; }
  .section { padding: 30px 0; }
  section[id] { scroll-margin-top: 78px; }
  .hero { min-height: auto; }
  .audit-page-hero { padding: 26px 0 32px; }
  .audit-page-hero .breadcrumbs { margin-bottom: 12px; }
  .audit-breadcrumbs { min-height: 34px; font-size: 12px; }
  .audit-breadcrumb-link, .audit-breadcrumb-current { min-height: 26px; padding: 0 8px; }
  .audit-breadcrumb-separator { width: 14px; height: 26px; }
  .audit-page-hero h1 { margin-top: 12px; margin-bottom: 12px; font-size: 25px; line-height: 1.16; overflow-wrap: anywhere; word-break: normal; }
  .audit-page-hero .hero-actions { margin-top: 20px; }
  .audit-page-hero .page-lead { max-width: 340px; font-size: 15px; line-height: 1.72; overflow-wrap: anywhere; }
  .audit-hero-panel { padding: 14px 16px; }
  .audit-hero-panel-head strong { font-size: 18px; }
  .audit-hero-service-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px; }
  .audit-hero-service-list span { min-height: 30px; gap: 8px; font-size: 14px; }
  .audit-hero-service-list svg { width: 16px; height: 16px; }
  .service-page-hero { padding: 26px 0 32px; }
  .service-page-hero .breadcrumbs { margin-bottom: 12px; }
  .service-breadcrumbs { min-height: 34px; font-size: 12px; }
  .service-breadcrumb-link, .service-breadcrumb-current { min-height: 26px; padding: 0 8px; }
  .service-breadcrumb-separator { width: 14px; height: 26px; }
  .service-page-hero h1 { margin-top: 12px; margin-bottom: 12px; font-size: 25px; line-height: 1.16; overflow-wrap: anywhere; word-break: normal; }
  .service-page-hero .hero-actions { margin-top: 20px; }
  .service-page-hero .page-lead { max-width: 360px; font-size: 15px; line-height: 1.72; overflow-wrap: anywhere; }
  .service-hero-panel { padding: 14px 16px; }
  .service-hero-panel-head strong { font-size: 18px; }
  .service-hero-service-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px; }
  .service-hero-service-list span { min-height: 30px; gap: 8px; font-size: 14px; }
  .service-hero-service-list svg { width: 16px; height: 16px; }
  .about-intro-grid { gap: 24px; }
  .about-intro-copy h2 { font-size: 26px; line-height: 1.2; overflow-wrap: anywhere; }
  .about-intro-copy p { font-size: 16px; line-height: 1.78; }
  .about-intro-points li { grid-template-columns: 1fr; gap: 4px; }
  .about-proof-grid, .about-vision-card, .about-values-grid, .about-advantage-grid, .about-service-grid, .about-timeline { grid-template-columns: 1fr; }
  .about-vision-card, .about-value-card, .about-service-card, .about-advantage-card { padding: 20px; }
  .about-vision-media img { height: auto; min-height: 0; aspect-ratio: 16 / 10; }
  .about-advantage-card { grid-template-columns: 44px minmax(0, 1fr); gap: 14px; }
  .about-advantage-card > span { width: 44px; height: 44px; }
  .about-timeline li, .about-timeline li:first-child, .about-timeline li:nth-child(even), .about-timeline li:nth-child(-n + 2) { min-height: auto; border-left: 0; border-top: 1px solid var(--line); }
  .about-timeline li:first-child { border-top: 0; }
  .about-cta-band { padding: 26px 22px; }
  .about-cta-band h2 { font-size: 25px; overflow-wrap: anywhere; }
  .about-cta-actions { display: grid; grid-template-columns: 1fr; width: 100%; }
  .about-cta-actions .btn { width: 100%; }
  .contact-channel-grid, .contact-main-grid, .contact-prep-grid, .contact-trust-grid, .contact-form-grid, .geo-answer-grid, .entity-signal-grid { grid-template-columns: 1fr; }
  .contact-channel-card { grid-template-columns: 38px minmax(0, 1fr); gap: 12px; padding: 18px; }
  .contact-channel-icon { width: 38px; height: 38px; }
  .contact-channel-copy strong { font-size: 18px; }
  .contact-info-panel, .contact-form-head, .contact-form-grid { padding: 22px; }
  .contact-info-panel h2, .contact-form-head h2 { font-size: 25px; overflow-wrap: anywhere; }
  .contact-info-item { grid-template-columns: 1fr; gap: 4px; }
  .contact-qr-panel { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .contact-prep-card, .contact-trust-card { padding: 20px; }
  .qualification-license-stack { gap: 16px; }
  .qualification-license-summary { padding: 22px; }
  .qualification-license-summary h3 { font-size: 25px; }
  .qualification-license-actions { display: grid; grid-template-columns: 1fr; }
  .qualification-license-actions .btn { width: 100%; min-width: 0; }
  .qualification-license-detail-grid { grid-template-columns: 1fr; }
  .qualification-license-detail-grid > div, .qualification-license-detail-grid > div:nth-child(odd) { border-left: 0; }
  .qualification-license-detail-grid > div { padding: 20px; }
  .qualification-license-detail-grid > div + div { border-top: 1px solid var(--line); }
  .qualification-license-require { grid-column: auto; }
  .accounting-intro-grid { gap: 22px; margin-bottom: 24px; }
  .registration-company-head { gap: 20px; margin-bottom: 22px; }
  .registration-company-head h2 { font-size: 26px; line-height: 1.2; overflow-wrap: anywhere; }
  .registration-company-head p { font-size: 16px; }
  .registration-company-card, .registration-company-proof, .registration-company-path { padding: 20px; }
  .registration-company-steps, .registration-company-actions { grid-template-columns: 1fr; }
  .registration-company-actions { display: grid; width: 100%; }
  .registration-company-steps strong { width: 100%; justify-content: center; }
  .registration-followup-card { padding: 20px; }
  .registration-followup-head h3 { font-size: 22px; }
  .registration-followup-columns, .registration-cancel-steps { grid-template-columns: 1fr; }
  .registration-followup-actions { display: grid; grid-template-columns: 1fr; }
  .registration-followup-actions a { width: 100%; }
  .registration-matters-grid { grid-template-columns: 1fr; }
  .registration-matter-card { padding: 20px; }
  .registration-matter-card h3 { font-size: 22px; }
  .accounting-trust-panel { grid-template-columns: 1fr; padding: 18px; }
  .accounting-service-media { min-height: 210px; }
  .accounting-service-body { padding: 24px; }
  .accounting-service-body h3 { font-size: 25px; }
  .accounting-split-list, .accounting-price-grid, .accounting-process-timeline { grid-template-columns: 1fr; }
  .accounting-process-timeline li, .accounting-process-timeline li:nth-child(3n) { border-right: 0; }
  .accounting-process-timeline li + li, .accounting-process-timeline li:nth-child(n + 4) { border-top: 1px solid var(--line); }
  .accounting-process-timeline li { min-height: auto; }
  .hero-inner { width: 100%; padding: 48px 32px 96px 16px; }
  .hero h1, .page-hero h1 { font-size: 27px; line-height: 1.16; overflow-wrap: anywhere; word-break: break-all; }
  #home-title { font-size: 27px; line-height: 1.16; }
  .hero-lead, .page-lead { font-size: 17px; }
  .cta-band { align-items: stretch; grid-template-columns: 1fr; gap: 20px; background: linear-gradient(180deg, rgba(3, 105, 161, 0.92) 0%, rgba(15, 23, 42, 0.92) 100%), url("/assets/design/column-consultation.svg") center / cover no-repeat; }
  .cta-actions { width: 100%; justify-self: stretch; padding: 0; border: 0; background: transparent; box-shadow: none; backdrop-filter: none; }
  .btn { width: 100%; }
  .hero-actions .btn { width: auto; flex: 1 1 150px; min-width: 0; padding-left: 8px; padding-right: 8px; font-size: 14px; white-space: nowrap; }
  .hero-actions .btn-primary { flex-basis: 100%; }
  .hero .hero-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; width: calc(100vw - 48px); max-width: calc(100vw - 48px); margin-top: 40px; }
  .hero .hero-actions .btn-primary { grid-column: 1 / -1; }
  .hero .hero-actions .btn { width: 100%; }
  .hero-points { display: none; }
  .hero-panel { display: none; }
  .metric-row, .audit-detail-grid, .audit-advantage-grid, .audit-process-grid, .grid-4, .grid-3, .grid-2 { grid-template-columns: 1fr; }
  .section-head h2, .split-copy h2, .cta-band h2 { font-size: 26px; overflow-wrap: anywhere; line-break: anywhere; word-break: break-all; }
  #services .services-head { max-width: 360px; gap: 14px; margin-bottom: 30px; }
  #services .services-kicker::before, #services .services-kicker::after { width: 24px; }
  #services .services-head h2 { font-size: 26px; line-height: 1.2; overflow-wrap: normal; line-break: auto; word-break: keep-all; }
  #services .services-head p { max-width: 340px; font-size: 16px; line-height: 1.75; }
  .audit-feature .audit-copy { gap: 14px; }
  .audit-feature, .audit-feature .visual-frame { max-width: 100%; overflow: hidden; }
  .audit-feature .visual-frame { width: 100%; justify-self: stretch; }
  .audit-feature .visual-frame img { width: 100%; max-width: 100%; }
  .audit-feature .audit-kicker { font-size: 16px; }
  .audit-feature .audit-kicker::before, .audit-feature .audit-kicker::after { width: 24px; }
  .audit-feature .audit-copy h2 { font-size: 26px; line-height: 1.2; overflow-wrap: anywhere; line-break: auto; word-break: normal; }
  .audit-feature .audit-copy p { font-size: 16px; line-height: 1.75; }
  .card, .cta-band { padding: 22px; }
  .geo-answer-card, .entity-signal-card, .utility-shell { padding: 22px; }
  .utility-actions { display: grid; grid-template-columns: 1fr; width: 100%; }
  .audit-hero-badges { gap: 8px; margin-top: 24px; }
  .audit-hero-badges span { min-height: 36px; padding: 0 11px; font-size: 13px; }
  .audit-card-body { padding: 22px; }
  .audit-card-head { grid-template-columns: 42px minmax(0, 1fr); gap: 12px; }
  .audit-card-head h3 { font-size: 22px; }
  .audit-card-media { min-height: 190px; }
  .audit-card-media span { left: 20px; bottom: 18px; font-size: 42px; }
  .audit-process-step { min-height: 0; }
  #services .service-card { min-height: 236px; padding: 24px; }
  .accounting-focus-card { min-height: 236px; padding: 24px; }
  .footer-grid, .footer-bottom { grid-template-columns: 1fr; flex-direction: column; }
  .footer-grid > section:last-child { grid-template-columns: max-content 104px; grid-template-areas: "title title" "links qr"; justify-self: start; width: auto; text-align: left; }
  .footer-grid > section:last-child h3, .footer-grid > section:last-child .footer-links a { text-align: left; }
  .footer-grid > section:last-child .footer-links { justify-items: start; }
  .footer-grid > section:last-child h3 { justify-self: start; }
}
@media (max-width: 480px) {
  .menu-toggle { left: 326px; }
  .hero-inner > div:first-child, .hero h1, .hero-lead, .hero .hero-actions { max-width: 326px; }
  .hero .hero-actions { width: min(326px, calc(100vw - 64px)); }
}
@media (max-width: 380px) {
  .menu-toggle { left: 300px; }
}
@media (max-width: 340px) {
  .menu-toggle { left: 260px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
  .reveal { opacity: 1; transform: none; }
}


/* =========================================================
   Bilingual Language Switch
   Stage 13+
   ========================================================= */

.language-switch {
  min-width: 58px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 1px solid rgba(3, 105, 161, 0.24);
  border-radius: 999px;
  background: #ffffff;
  color: var(--blue-2);
  padding: 0 12px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
  transition:
    border-color 180ms ease,
    background 180ms ease,
    color 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.language-switch:hover {
  border-color: var(--blue);
  background: #f0f8fc;
  color: var(--blue);
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(3, 105, 161, 0.14);
}

.language-switch:focus-visible {
  outline: 3px solid rgba(3, 105, 161, 0.2);
  outline-offset: 3px;
}

.language-switch-icon {
  width: 19px;
  height: 19px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--blue);
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
}

@media (max-width: 680px) {
  .language-switch {
    min-width: 52px;
    height: 34px;
    padding: 0 9px;
    font-size: 12px;
  }

  .language-switch-icon {
    width: 17px;
    height: 17px;
    font-size: 10px;
  }
}


/* =========================================================
   Stage 13B: language switch positioning
   Fixed positioning keeps the original header layout intact.
   ========================================================= */

.language-switch {
  position: fixed;
  top: 26px;
  right: 24px;
  z-index: 95;
}

@media (max-width: 980px) {
  .language-switch {
    top: 22px;
    right: 76px;
  }
}

@media (max-width: 680px) {
  .language-switch {
    top: 22px;
    right: 76px;
  }
}


/* =========================================================
   English navigation tablet breakpoint
   English navigation labels require more horizontal space
   than the Chinese originals.
   ========================================================= */

@media (max-width: 1100px) {
  html[lang="en"] .header-main,
  html[lang="en"] .nav-wrap {
    width: min(
      var(--max),
      calc(100% - 32px)
    );
  }

  html[lang="en"] .header-main {
    min-height: 82px;
    grid-template-columns:
      minmax(0, 1fr)
      auto;
  }

  html[lang="en"] .header-slogan,
  html[lang="en"] .header-contact {
    display: none;
  }

  html[lang="en"] .menu-toggle {
    display: grid;
    flex: 0 0 44px;
    justify-self: end;
    border-color: var(--blue);
    background: var(--blue);
    color: var(--white);
    box-shadow:
      0 10px 24px
      rgba(3, 105, 161, 0.22);
  }

  html[lang="en"] .header-nav {
    position: absolute;
    top: 82px;
    left: 0;
    right: 0;
    background: var(--white);
    box-shadow:
      0 18px 36px
      rgba(15, 23, 42, 0.12);
  }

  html[lang="en"] .header-nav .nav-wrap {
    min-height: 0;
    display: block;
  }

  html[lang="en"] .nav-menu {
    display: none;
    min-height: 0;
    flex-direction: column;
    align-items: stretch;
    background: var(--white);
    padding: 10px 0 12px;
  }

  html[lang="en"] .nav-menu.is-open {
    display: flex;
  }

  html[lang="en"] .nav-link {
    min-height: 48px;
    justify-content: flex-start;
    color: var(--ink);
    padding: 0 18px 0 36px;
  }

  html[lang="en"] .nav-link::after {
    left: 18px;
    right: auto;
    top: 50%;
    bottom: auto;
    width: 3px;
    height: 28px;
    border-radius: 999px;
    transform:
      translateY(-50%)
      scaleY(0);
    transform-origin: center;
  }

  html[lang="en"] .nav-link:hover,
  html[lang="en"] .nav-link[aria-current="page"] {
    background: #edf6fb;
    color: var(--blue-2);
  }

  html[lang="en"] .nav-link:hover::after,
  html[lang="en"] .nav-link[aria-current="page"]::after {
    transform:
      translateY(-50%)
      scaleY(1);
  }

  html[lang="en"] .language-switch {
    top: 22px;
    right: 78px;
  }
}


/* =========================================================
   English footer intermediate breakpoint
   Prevent long English contact labels / QR block from
   exceeding the viewport between desktop and mobile layouts.
   ========================================================= */

@media (min-width: 981px) and (max-width: 1100px) {
  html[lang="en"] .footer-grid > section:last-child {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  html[lang="en"] .footer-grid > section:last-child .footer-links {
    width: 100%;
    min-width: 0;
  }

  html[lang="en"] .footer-grid > section:last-child .footer-links a {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  html[lang="en"] .footer-qr-wrap {
    margin-left: 0;
    max-width: 100%;
    justify-self: start;
    align-self: flex-start;
  }

  html[lang="en"] .footer-qr-wrap span {
    max-width: 100%;
    white-space: normal;
  }
}


/* =========================================================
   Bilingual Chinese footer intermediate breakpoint
   Only applies to Chinese pages where the language switch
   is actually mounted. Remaining source-only Chinese pages
   are intentionally untouched.
   ========================================================= */

@media (min-width: 981px) and (max-width: 1100px) {
  html[lang="zh-CN"]:has([data-language-switch])
    .footer-grid > section:last-child {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  html[lang="zh-CN"]:has([data-language-switch])
    .footer-grid > section:last-child
    .footer-links {
    width: 100%;
    min-width: 0;
  }

  html[lang="zh-CN"]:has([data-language-switch])
    .footer-grid > section:last-child
    .footer-links a {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  html[lang="zh-CN"]:has([data-language-switch])
    .footer-qr-wrap {
    margin-left: 0;
    max-width: 100%;
    justify-self: start;
    align-self: flex-start;
  }

  html[lang="zh-CN"]:has([data-language-switch])
    .footer-qr-wrap span {
    max-width: 100%;
    white-space: normal;
  }
}
