:root {
  --blue-950: #06315f;
  --blue-900: #07467f;
  --blue-800: #075ba6;
  --blue-700: #0873ce;
  --blue-600: #1686df;
  --blue-100: #eaf5ff;
  --green: #20a982;
  --cyan: #20a6bf;
  --ink: #17324d;
  --muted: #65778a;
  --line: #e3eaf1;
  --surface: #f4f8fc;
  --white: #fff;
  --shadow: 0 18px 55px rgba(17, 70, 118, .11);
  --container: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: "Microsoft YaHei", "Noto Sans SC", system-ui, -apple-system, sans-serif; font-size: 16px; line-height: 1.7; }
a { color: inherit; text-decoration: none; transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease; }
button, input { font: inherit; }
svg { width: 1em; height: 1em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 1000; color: #fff; background: var(--blue-950); padding: 10px 18px; }
.skip-link:focus { top: 12px; }
.demo-ribbon { position: fixed; right: -48px; top: 32px; z-index: 50; width: 190px; padding: 7px 0; transform: rotate(38deg); color: #fff; background: #e05745; box-shadow: 0 4px 14px rgba(109, 27, 17, .2); text-align: center; font-size: 12px; letter-spacing: .06em; pointer-events: none; }

.utility { height: 37px; color: #687a8d; background: #f5f8fb; border-bottom: 1px solid #eef2f6; font-size: 13px; }
.utility .container { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.utility nav { display: flex; align-items: center; gap: 16px; }
.utility i, .footer-bottom i { width: 1px; height: 12px; background: #cbd5df; }
.utility a:hover { color: var(--blue-700); }
.brand-row { min-height: 116px; display: flex; justify-content: space-between; align-items: center; gap: 36px; }
.brand { display: flex; align-items: center; gap: 16px; min-width: 0; }
.brand-mark { width: 62px; flex: 0 0 62px; color: var(--blue-700); }
.brand-mark svg { width: 62px; height: 62px; stroke: none; }
.brand-mark circle { fill: currentColor; }
.brand-mark path:not(.brand-leaf) { fill: #fff; }
.brand-mark .brand-leaf { fill: #59d2ac; }
.brand-name { display: flex; flex-direction: column; min-width: 0; }
.brand-name strong { color: #123d66; font-family: "STKaiti", "KaiTi", "Microsoft YaHei", sans-serif; font-size: clamp(20px, 2.05vw, 29px); line-height: 1.3; letter-spacing: .04em; white-space: nowrap; }
.brand-name small { margin-top: 5px; color: #7990a4; font-size: 10px; letter-spacing: .14em; }
.header-search { width: 250px; height: 42px; display: flex; flex: 0 0 auto; border: 1px solid #dfe7ee; border-radius: 4px; background: #f8fafc; overflow: hidden; }
.header-search input { min-width: 0; flex: 1; padding: 0 14px; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: 14px; }
.header-search button { width: 46px; border: 0; color: #fff; background: var(--blue-700); cursor: pointer; }
.header-search button:hover { background: var(--blue-900); }
.header-search svg { width: 20px; height: 20px; }
.main-nav { color: #fff; background: linear-gradient(90deg, var(--blue-900), var(--blue-700)); box-shadow: 0 4px 14px rgba(5, 67, 124, .18); }
.main-nav .container { display: flex; height: 56px; }
.main-nav a { position: relative; min-width: 130px; height: 100%; display: grid; place-items: center; padding: 0 24px; font-weight: 700; letter-spacing: .04em; }
.main-nav a::after { content: ""; position: absolute; bottom: 0; left: 50%; width: 0; height: 4px; background: #8ee1c6; transform: translateX(-50%); transition: width .2s ease; }
.main-nav a:hover, .main-nav a.active { background: rgba(255, 255, 255, .12); }
.main-nav a:hover::after, .main-nav a.active::after { width: 36px; }

.hero { position: relative; min-height: 565px; overflow: hidden; color: #fff; background: radial-gradient(circle at 78% 28%, rgba(61, 198, 197, .28), transparent 30%), linear-gradient(112deg, #064884 0%, #096fc0 54%, #078da5 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .19; background-image: linear-gradient(rgba(255,255,255,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to right, transparent, #000); }
.hero::after { content: ""; position: absolute; width: 720px; height: 720px; right: -260px; top: -290px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; box-shadow: 0 0 0 90px rgba(255,255,255,.025), 0 0 0 180px rgba(255,255,255,.02); }
.hero-layout { position: relative; z-index: 2; min-height: 455px; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 60px; padding-top: 22px; }
.hero-kicker { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 16px; color: #d9f5ff; font-size: 15px; letter-spacing: .12em; }
.hero-kicker span { width: 26px; height: 2px; background: #6ee0bf; }
.hero h1 { margin: 0; font-size: clamp(54px, 6vw, 82px); line-height: 1.05; letter-spacing: .08em; text-shadow: 0 8px 28px rgba(0, 32, 72, .2); }
.hero h1 em { color: #8ae8ca; font-style: normal; }
.hero-copy > p { max-width: 580px; margin: 24px 0 30px; color: rgba(255,255,255,.88); font-size: 17px; line-height: 2; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 24px; border-radius: 3px; font-weight: 700; }
.button-light { color: var(--blue-900); background: #fff; box-shadow: 0 12px 28px rgba(0, 40, 80, .2); }
.button-light:hover { transform: translateY(-2px); background: #e9fbf6; }
.button-primary { color: #fff; background: linear-gradient(135deg, var(--blue-700), var(--blue-800)); box-shadow: 0 10px 25px rgba(8, 115, 206, .22); }
.button-primary:hover { transform: translateY(-2px); background: var(--blue-900); }
.text-link { display: inline-flex; align-items: center; gap: 9px; font-weight: 700; }
.light-link { color: #fff; }
.light-link:hover { color: #8ae8ca; }
.hero-visual { position: relative; width: 480px; height: 390px; justify-self: end; }
.visual-grid { position: absolute; inset: 15px; opacity: .28; background-image: radial-gradient(circle, #fff 1.4px, transparent 1.5px); background-size: 24px 24px; mask-image: radial-gradient(circle, #000 20%, transparent 68%); }
.core-mark { position: absolute; z-index: 4; left: 50%; top: 48%; width: 132px; height: 132px; display: flex; flex-direction: column; align-items: center; justify-content: center; transform: translate(-50%, -50%); border: 1px solid rgba(255,255,255,.6); border-radius: 50%; background: rgba(4, 84, 142, .75); box-shadow: 0 0 50px rgba(79, 235, 201, .35), inset 0 0 24px rgba(255,255,255,.12); backdrop-filter: blur(8px); }
.core-mark::after { content: ""; position: absolute; inset: 7px; border: 1px dashed rgba(255,255,255,.35); border-radius: 50%; }
.core-cross { position: relative; width: 26px; height: 26px; margin-bottom: 6px; }
.core-cross::before, .core-cross::after { content: ""; position: absolute; left: 50%; top: 50%; background: #83e4c6; border-radius: 2px; transform: translate(-50%, -50%); }
.core-cross::before { width: 26px; height: 8px; }
.core-cross::after { width: 8px; height: 26px; }
.core-mark strong { font-size: 18px; letter-spacing: .08em; }
.core-mark small { color: #b9e9ed; font-size: 11px; }
.pulse-ring { position: absolute; left: 50%; top: 48%; border: 1px solid rgba(139, 235, 209, .32); border-radius: 50%; transform: translate(-50%, -50%); }
.pulse-ring-one { width: 260px; height: 260px; }
.pulse-ring-two { width: 390px; height: 390px; border-style: dashed; }
.orbit-card { position: absolute; z-index: 5; width: 116px; height: 82px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; border: 1px solid rgba(255,255,255,.32); border-radius: 8px; background: rgba(7, 76, 133, .68); box-shadow: 0 14px 32px rgba(0, 41, 84, .18); backdrop-filter: blur(7px); font-size: 13px; }
.orbit-card svg { width: 27px; height: 27px; color: #8ae8ca; }
.orbit-card-a { top: 24px; left: 52px; }
.orbit-card-b { right: 2px; top: 148px; }
.orbit-card-c { left: 30px; bottom: 12px; }
.hero-points { position: relative; z-index: 3; height: 110px; display: grid; grid-template-columns: repeat(3, 1fr); padding: 0; background: rgba(3, 57, 106, .42); backdrop-filter: blur(8px); }
.hero-points > div { display: flex; align-items: center; gap: 18px; padding: 22px 34px; border-right: 1px solid rgba(255,255,255,.15); }
.hero-points > div:last-child { border-right: 0; }
.hero-points b { color: rgba(255,255,255,.24); font-family: Georgia, serif; font-size: 32px; font-style: italic; }
.hero-points span { display: flex; flex-direction: column; color: #c9dceb; font-size: 13px; }
.hero-points strong { color: #fff; font-size: 17px; letter-spacing: .06em; }
.notice-bar { border-bottom: 1px solid var(--line); box-shadow: 0 5px 22px rgba(22, 71, 112, .05); }
.notice-bar-inner { min-height: 60px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; font-size: 14px; }
.notice-label { display: inline-flex; align-items: center; gap: 8px; color: var(--blue-700); font-weight: 700; }
.notice-label svg { width: 18px; height: 18px; }
.notice-bar a { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.notice-bar a:hover { color: var(--blue-700); }
.notice-bar time { color: #8b99a7; }

.section { padding-top: 80px; padding-bottom: 88px; }
.section-heading { margin-bottom: 35px; }
.section-heading h2, .collaboration-copy h2, .open-title h2, .about-intro h2, .process-card h2 { margin: 3px 0 0; color: var(--ink); font-size: 34px; line-height: 1.35; letter-spacing: .05em; }
.eyebrow { color: var(--blue-700); font-family: Arial, sans-serif; font-size: 12px; font-weight: 700; letter-spacing: .18em; }
.heading-row { display: flex; align-items: end; justify-content: space-between; }
.tabs { display: flex; gap: 26px; color: #758494; }
.tabs a, .tabs span { position: relative; padding-bottom: 8px; }
.tabs .active { color: var(--blue-700); font-weight: 700; }
.tabs .active::after { content: ""; position: absolute; bottom: 0; left: 50%; width: 22px; height: 2px; background: var(--blue-700); transform: translateX(-50%); }
.tabs a:hover { color: var(--blue-700); }
.news-layout { display: grid; grid-template-columns: 1.05fr .95fr .76fr; gap: 34px; }
.news-layout > * { min-width: 0; }
.feature-news { min-width: 0; }
.feature-visual { position: relative; height: 230px; display: grid; place-items: center; overflow: hidden; color: #fff; background: radial-gradient(circle at 75% 18%, rgba(75,225,196,.55), transparent 23%), linear-gradient(140deg, #07528f, #0a89ad); }
.feature-visual::before { content: ""; position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(135deg, transparent 46%, rgba(255,255,255,.25) 47%, transparent 48%); background-size: 38px 38px; }
.feature-visual svg { position: relative; width: 116px; height: 116px; color: rgba(255,255,255,.84); stroke-width: 1.1; }
.feature-watermark { position: absolute; bottom: -16px; right: 10px; color: rgba(255,255,255,.08); font-size: 54px; font-weight: 800; letter-spacing: .1em; }
.feature-badge { position: absolute; left: 18px; bottom: 18px; padding: 5px 12px; color: var(--blue-900); background: #8ae8ca; font-size: 12px; font-weight: 700; }
.feature-copy { padding-top: 20px; }
.feature-copy time { color: var(--blue-700); font-size: 13px; }
.feature-copy h3 { margin: 5px 0 8px; font-size: 20px; line-height: 1.55; }
.feature-copy h3 a:hover { color: var(--blue-700); }
.feature-copy p { margin: 0; color: var(--muted); font-size: 14px; }
.news-list { border-top: 1px solid var(--line); }
.news-row { display: grid; grid-template-columns: 64px 1fr; gap: 18px; min-height: 92px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.news-row time { display: flex; flex-direction: column; justify-content: center; padding-right: 12px; border-right: 1px solid var(--line); }
.news-row time strong { color: var(--blue-700); font-family: Georgia, serif; font-size: 25px; line-height: 1; }
.news-row time span { color: #99a5b0; font-size: 10px; }
.news-row div > span { color: var(--blue-700); font-size: 11px; }
.news-row h3 { margin: 0; font-size: 15px; line-height: 1.55; }
.news-row h3 a:hover { color: var(--blue-700); }
.news-row p { max-width: 340px; margin: 3px 0 0; overflow: hidden; color: #83909d; font-size: 12px; white-space: nowrap; text-overflow: ellipsis; }
.more-link { display: flex; justify-content: space-between; padding-top: 18px; color: var(--blue-700); font-size: 13px; font-weight: 700; }
.more-link span { font-size: 19px; }
.notice-panel { padding: 22px 24px; background: var(--surface); border-top: 3px solid var(--blue-700); }
.panel-title { display: flex; align-items: center; justify-content: space-between; padding-bottom: 17px; border-bottom: 1px solid #dce5ed; }
.panel-title > span { display: flex; align-items: center; gap: 8px; font-size: 19px; font-weight: 700; }
.panel-title svg { color: var(--blue-700); }
.panel-title > a { color: #8b9cac; font-size: 21px; }
.notice-row { display: grid; grid-template-columns: 47px 1fr; gap: 13px; padding: 18px 0; border-bottom: 1px solid #dce5ed; }
.notice-row time { display: flex; flex-direction: column; align-items: center; color: #8a99a7; }
.notice-row time strong { color: var(--blue-700); font-family: Georgia, serif; font-size: 22px; line-height: 1.1; }
.notice-row time span { font-size: 9px; }
.notice-row h3 { margin: 0; font-size: 14px; font-weight: 500; line-height: 1.6; }
.notice-row h3 a:hover { color: var(--blue-700); }

.service-section { padding: 82px 0 90px; background: #f3f8fc; }
.centered { text-align: center; }
.centered p { margin: 8px 0 0; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { min-height: 126px; display: grid; grid-template-columns: 58px 1fr auto; align-items: center; gap: 18px; padding: 25px 24px; border: 1px solid #e2ebf2; background: #fff; box-shadow: 0 8px 28px rgba(23, 72, 112, .04); }
.service-card:hover { transform: translateY(-4px); border-color: #bcd9ee; box-shadow: var(--shadow); }
.service-icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 16px; }
.service-icon svg { width: 28px; height: 28px; }
.icon-blue { color: #187fd1; background: #eaf4ff; }
.icon-green { color: #1a9f7d; background: #e7f8f2; }
.icon-cyan { color: #1596ae; background: #e6f7fa; }
.icon-orange { color: #e1842a; background: #fff3e6; }
.icon-purple { color: #7968c7; background: #f0edff; }
.icon-red { color: #dc6171; background: #fff0f2; }
.service-card h3 { margin: 0; font-size: 17px; }
.service-card p { margin: 3px 0 0; color: var(--muted); font-size: 13px; }
.service-card em { color: #a5b2bd; font-size: 20px; font-style: normal; }
.service-card:hover em { color: var(--blue-700); transform: translateX(3px); }

.collaboration-section { display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; gap: 70px; }
.collaboration-copy > p { margin: 20px 0 25px; color: var(--muted); line-height: 1.9; }
.goal-list { margin-bottom: 30px; }
.goal-list > div { display: grid; grid-template-columns: 44px 1fr; gap: 14px; align-items: center; padding: 12px 0; border-bottom: 1px solid var(--line); }
.goal-list > div > span { color: #9ebcd3; font-family: Georgia, serif; font-size: 20px; font-style: italic; }
.goal-list p { display: flex; flex-direction: column; margin: 0; }
.goal-list strong { font-size: 15px; }
.goal-list small { color: var(--muted); }
.network-card { position: relative; min-height: 430px; padding: 25px; overflow: hidden; color: #fff; background: radial-gradient(circle at 50% 50%, rgba(42,195,176,.24), transparent 28%), linear-gradient(145deg, #073b70, #075e9d); box-shadow: 0 24px 60px rgba(4, 65, 118, .19); }
.network-card::before { content: ""; position: absolute; inset: 0; opacity: .17; background-image: radial-gradient(#fff 1px, transparent 1px); background-size: 22px 22px; }
.network-label { position: relative; z-index: 2; display: flex; align-items: center; gap: 9px; color: #d4edf6; font-size: 13px; letter-spacing: .08em; }
.network-label span { width: 7px; height: 7px; border-radius: 50%; background: #6ce1bf; box-shadow: 0 0 0 5px rgba(108,225,191,.15); }
.network-map { position: relative; z-index: 2; height: 315px; }
.map-node { position: absolute; z-index: 2; min-width: 112px; min-height: 68px; display: flex; flex-direction: column; justify-content: center; padding: 12px 18px; border: 1px solid rgba(255,255,255,.27); border-radius: 8px; background: rgba(4, 57, 105, .76); box-shadow: 0 10px 24px rgba(1,33,66,.18); text-align: center; }
.map-node b { font-size: 14px; }
.map-node small { color: #a8cddd; font-size: 10px; }
.map-center { left: 50%; top: 50%; width: 138px; height: 94px; transform: translate(-50%, -50%); border-color: #69d9be; background: rgba(8, 113, 153, .85); }
.map-center svg { align-self: center; width: 24px; height: 24px; margin-bottom: 4px; color: #82e5c8; }
.map-a { left: 4%; top: 10%; }
.map-b { right: 4%; top: 15%; }
.map-c { right: 8%; bottom: 5%; }
.map-line { position: absolute; z-index: 1; left: 50%; top: 50%; height: 1px; width: 180px; transform-origin: left center; background: linear-gradient(90deg, #63d7bb, rgba(255,255,255,.2)); }
.line-a { transform: rotate(218deg); }
.line-b { transform: rotate(-33deg); }
.line-c { transform: rotate(34deg); }
.network-foot { position: relative; z-index: 2; display: flex; justify-content: center; gap: 30px; color: #c2dbe7; font-size: 11px; }
.network-foot span { display: flex; align-items: center; gap: 6px; }
.network-foot i { width: 5px; height: 5px; border-radius: 50%; background: #68dbbd; }
.open-section { padding: 66px 0; background: linear-gradient(110deg, #edf6fc, #f7fbfd); border-top: 1px solid #e4edf3; }
.open-layout { display: grid; grid-template-columns: 250px 1fr; gap: 60px; align-items: center; }
.open-title p { color: var(--muted); font-size: 14px; }
.open-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.open-links a { min-height: 100px; display: grid; grid-template-columns: 44px 1fr auto; align-items: center; gap: 15px; padding: 20px; border: 1px solid #dfeaf2; background: rgba(255,255,255,.9); }
.open-links a:hover { transform: translateY(-3px); border-color: #bad7ea; box-shadow: 0 12px 26px rgba(20, 79, 123, .08); }
.open-links svg { width: 34px; height: 34px; color: var(--blue-700); stroke-width: 1.4; }
.open-links span { display: flex; flex-direction: column; }
.open-links b { font-size: 16px; }
.open-links small { color: #8795a2; font-size: 11px; }
.open-links em { color: #a0afbc; font-style: normal; }

.page-banner { position: relative; min-height: 235px; display: flex; align-items: center; overflow: hidden; color: #fff; background: radial-gradient(circle at 76% 40%, rgba(78,211,192,.25), transparent 22%), linear-gradient(112deg, #06477e, #0b79ba); }
.page-banner::after { content: "HEALTH"; position: absolute; right: 7%; bottom: -40px; color: rgba(255,255,255,.05); font: 900 130px Arial, sans-serif; letter-spacing: .08em; }
.banner-pattern { position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(135deg, transparent 48%, rgba(255,255,255,.2) 49%, transparent 50%); background-size: 38px 38px; }
.page-banner .container { position: relative; z-index: 2; }
.page-banner .eyebrow { color: #81e4c7; }
.page-banner h1 { margin: 6px 0 7px; font-size: 42px; line-height: 1.3; letter-spacing: .08em; }
.page-banner p { margin: 0; color: #d2e6f2; }
.breadcrumb { min-height: 56px; display: flex; align-items: center; gap: 11px; color: #8a99a7; border-bottom: 1px solid var(--line); font-size: 13px; }
.breadcrumb a:hover { color: var(--blue-700); }
.listing-section { padding-top: 45px; padding-bottom: 85px; }
.filter-row { display: flex; align-items: center; gap: 10px; margin-bottom: 28px; }
.filter-row > span { margin-right: auto; color: #8896a3; font-size: 13px; }
.filter-row a { padding: 7px 16px; border: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.filter-row a.active, .filter-row a:hover { color: #fff; border-color: var(--blue-700); background: var(--blue-700); }
.listing { border-top: 2px solid var(--blue-700); }
.list-card { min-height: 158px; display: grid; grid-template-columns: 78px 1fr 46px; align-items: center; gap: 30px; padding: 28px 22px; border-bottom: 1px solid var(--line); }
.list-card:hover { background: #f8fbfd; }
.list-card time { display: flex; flex-direction: column; align-items: center; padding-right: 22px; border-right: 1px solid var(--line); }
.list-card time strong { color: var(--blue-700); font: 31px/1 Georgia, serif; }
.list-card time span { color: #8f9daa; font-size: 10px; }
.article-tag { display: inline-block; padding: 3px 9px; color: var(--blue-700); background: #eaf5ff; font-size: 11px; font-weight: 700; }
.list-card h2 { margin: 5px 0; font-size: 19px; line-height: 1.5; }
.list-card h2 a:hover { color: var(--blue-700); }
.list-card p { margin: 0; color: var(--muted); font-size: 14px; }
.circle-arrow { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid #dce5ed; border-radius: 50%; color: #91a0ad; }
.list-card:hover .circle-arrow { color: #fff; border-color: var(--blue-700); background: var(--blue-700); }
.pagination { display: flex; justify-content: center; gap: 8px; margin-top: 36px; }
.pagination a, .pagination span { min-width: 38px; height: 38px; display: grid; place-items: center; padding: 0 12px; border: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.pagination .active, .pagination a:hover { color: #fff; border-color: var(--blue-700); background: var(--blue-700); }

.service-page-section { padding-top: 52px; padding-bottom: 85px; }
.service-page-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.process-card { display: grid; grid-template-columns: .72fr 1.28fr; gap: 60px; margin-top: 60px; padding: 48px; background: #f3f8fc; }
.process-card > div > p { color: var(--muted); }
.process-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin: 0; padding: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 50px 1fr; align-items: center; gap: 14px; padding: 18px; background: #fff; border: 1px solid #e3eaf1; }
.process-list li > span { color: #a4c6dd; font: italic 24px Georgia, serif; }
.process-list div { display: flex; flex-direction: column; }
.process-list small { color: var(--muted); }
.warm-tip { display: flex; gap: 18px; margin-top: 28px; padding: 22px 25px; color: #67552e; border: 1px solid #f0dfb6; background: #fff9e9; }
.warm-tip svg { flex: 0 0 auto; width: 25px; height: 25px; color: #bd8c2d; }
.warm-tip p { margin: 2px 0 0; font-size: 14px; }

.about-section { padding-top: 60px; padding-bottom: 90px; }
.about-intro { display: grid; grid-template-columns: 350px 1fr; gap: 70px; align-items: center; }
.about-number { min-height: 300px; display: flex; flex-direction: column; justify-content: center; padding: 40px; color: #fff; background: radial-gradient(circle at 80% 20%, rgba(87,219,190,.5), transparent 23%), linear-gradient(145deg, #064d86, #0b7eae); box-shadow: var(--shadow); }
.about-number span { color: #91e6ce; font-size: 12px; font-weight: 700; letter-spacing: .2em; }
.about-number strong { margin: 12px 0; font-size: 48px; letter-spacing: .1em; }
.about-number small { color: #c6e0ec; font-family: Arial, sans-serif; }
.about-intro p { color: var(--muted); line-height: 2; }
.demo-note { margin-top: 18px; padding: 12px 16px; color: #6e7c89; border-left: 3px solid var(--green); background: #f3f8f6; font-size: 13px; }
.duty-section { margin-top: 80px; }
.duty-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.duty-grid article { min-height: 210px; padding: 30px 25px; border-top: 3px solid var(--blue-700); background: #f5f9fc; }
.duty-grid span { color: #b3c9d9; font: italic 29px Georgia, serif; }
.duty-grid h3 { margin: 13px 0 8px; }
.duty-grid p { margin: 0; color: var(--muted); font-size: 14px; }

.article-page { padding-bottom: 80px; background: #f7f9fb; }
.article-page .breadcrumb { background: #f7f9fb; }
.article-detail { margin-top: 32px; padding: 55px 78px; background: #fff; box-shadow: 0 12px 40px rgba(33, 71, 102, .06); }
.article-detail header { padding-bottom: 30px; border-bottom: 1px solid var(--line); text-align: center; }
.article-detail h1 { max-width: 900px; margin: 15px auto 18px; font-size: 30px; line-height: 1.55; }
.article-meta { display: flex; justify-content: center; flex-wrap: wrap; gap: 24px; color: #8996a3; font-size: 13px; }
.article-body { max-width: 900px; margin: 42px auto; color: #344b60; font-size: 17px; line-height: 2.05; }
.article-body h2 { margin: 35px 0 10px; color: var(--ink); font-size: 22px; }
.article-body p { margin: 0 0 22px; text-indent: 2em; }
.article-disclaimer { max-width: 900px; margin: 0 auto; padding: 16px 18px; color: #71613b; background: #fff8e7; border: 1px solid #f0e0b9; font-size: 13px; }
.article-detail footer { max-width: 900px; display: flex; justify-content: space-between; margin: 30px auto 0; padding-top: 22px; border-top: 1px solid var(--line); color: var(--blue-700); font-size: 14px; }

.search-hero { padding: 62px 0; color: #fff; background: linear-gradient(120deg, #06477e, #0a78b5); text-align: center; }
.search-hero .eyebrow { color: #87e4c9; }
.search-hero h1 { margin: 5px 0 24px; font-size: 38px; }
.large-search { max-width: 680px; height: 56px; display: flex; margin: auto; padding: 4px; background: #fff; box-shadow: 0 16px 30px rgba(0, 41, 79, .19); }
.large-search input { min-width: 0; flex: 1; padding: 0 18px; border: 0; outline: 0; }
.large-search button { width: 110px; display: flex; align-items: center; justify-content: center; gap: 7px; border: 0; color: #fff; background: var(--blue-700); cursor: pointer; }
.search-section { min-height: 390px; padding-top: 42px; padding-bottom: 80px; }
.result-summary { color: var(--muted); }
.search-results { border-top: 2px solid var(--blue-700); }
.search-result { padding: 24px 10px; border-bottom: 1px solid var(--line); }
.search-result > span { color: var(--blue-700); font-size: 12px; }
.search-result h2 { margin: 5px 0; font-size: 19px; }
.search-result h2 a:hover { color: var(--blue-700); }
.search-result p { margin: 0; color: var(--muted); font-size: 14px; }
.empty-state { padding: 70px 20px; color: var(--muted); text-align: center; }
.empty-state svg { width: 48px; height: 48px; color: #acc3d5; }
.empty-state h2 { margin-bottom: 4px; color: var(--ink); font-size: 20px; }
.empty-state p { margin: 0; }
.simple-page { min-height: 600px; display: grid; place-items: center; }
.status-card { width: 100%; padding: 70px 30px; text-align: center; }
.status-number { display: block; color: var(--blue-700); font: 800 96px/1 Arial, sans-serif; opacity: .16; }
.status-card h1 { margin: 12px 0 6px; }
.status-card p { margin: 0 0 24px; color: var(--muted); }

.site-footer { color: #b7c9d9; background: #082f54; }
.footer-main { display: grid; grid-template-columns: 1.12fr 1.08fr .6fr; gap: 55px; align-items: center; padding-top: 48px; padding-bottom: 48px; }
.footer-brand { display: flex; align-items: center; gap: 14px; }
.footer-mark { width: 50px; flex: 0 0 50px; }
.footer-mark svg { width: 50px; height: 50px; stroke: none; }
.footer-mark circle { fill: #1c75ad; }
.footer-mark path { fill: #fff; }
.footer-brand div { display: flex; flex-direction: column; }
.footer-brand strong { color: #fff; font-size: 15px; line-height: 1.6; }
.footer-brand small { color: #7897b0; font-size: 9px; letter-spacing: .1em; }
.footer-info { font-size: 12px; }
.footer-info p { margin: 4px 0; }
.footer-warning { color: #8ee1c6; }
.footer-links { display: flex; flex-direction: column; font-size: 12px; }
.footer-links b { margin-bottom: 6px; color: #fff; }
.footer-links a:hover { color: #8ee1c6; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.09); }
.footer-bottom .container { min-height: 48px; display: flex; justify-content: space-between; align-items: center; font-size: 11px; }
.footer-bottom span:last-child { display: flex; align-items: center; gap: 12px; }
.footer-bottom i { background: rgba(255,255,255,.22); }

@media (max-width: 1050px) {
  .brand-name strong { white-space: normal; }
  .main-nav a { min-width: 0; flex: 1; padding-inline: 14px; }
  .hero-layout { grid-template-columns: 1fr .78fr; gap: 20px; }
  .hero-visual { width: 390px; transform: scale(.87); transform-origin: right center; }
  .news-layout { grid-template-columns: 1fr 1fr; }
  .notice-panel { grid-column: 1 / -1; }
  .notice-panel { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 28px; }
  .panel-title { grid-column: 1 / -1; }
  .service-grid, .service-page-grid { grid-template-columns: repeat(2, 1fr); }
  .collaboration-section { grid-template-columns: 1fr; }
  .network-card { width: 100%; }
  .open-layout { grid-template-columns: 1fr; gap: 25px; }
  .about-intro { grid-template-columns: 300px 1fr; gap: 40px; }
  .duty-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-links { grid-column: 1 / -1; flex-direction: row; gap: 18px; }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 30px), var(--container)); }
  .demo-ribbon { display: none; }
  .utility .container > span { display: none; }
  .utility .container { justify-content: flex-end; }
  .brand-row { min-height: 93px; }
  .brand-mark { width: 48px; flex-basis: 48px; }
  .brand-mark svg { width: 48px; height: 48px; }
  .brand-name strong { font-size: 16px; letter-spacing: 0; }
  .brand-name small, .header-search { display: none; }
  .main-nav { overflow-x: auto; }
  .main-nav { overflow: visible; }
  .main-nav .container { width: 100%; min-width: 0; height: auto; display: grid; grid-template-columns: repeat(3, 1fr); }
  .main-nav a { min-width: 0; height: 46px; padding: 0 8px; font-size: 14px; }
  .hero { min-height: 690px; }
  .hero-layout { min-height: auto; display: block; padding-top: 58px; }
  .hero h1 { font-size: 52px; }
  .hero-copy > p { margin-block: 20px 25px; font-size: 15px; }
  .hero-visual { width: 100%; height: 280px; margin-top: 10px; transform: scale(.73); transform-origin: center top; }
  .hero-points { height: auto; grid-template-columns: 1fr; width: 100%; }
  .hero-points > div { display: none; }
  .hero-points > div:first-child { display: flex; border: 0; }
  .notice-bar-inner { grid-template-columns: auto 1fr; gap: 12px; }
  .notice-bar time { display: none; }
  .section { padding-top: 58px; padding-bottom: 62px; }
  .section-heading h2, .collaboration-copy h2, .open-title h2, .about-intro h2, .process-card h2 { font-size: 29px; }
  .heading-row { display: block; }
  .tabs { margin-top: 20px; gap: 18px; font-size: 14px; }
  .news-layout { grid-template-columns: 1fr; }
  .news-row { grid-template-columns: 56px minmax(0, 1fr); }
  .news-row p { max-width: 100%; }
  .notice-panel { grid-column: auto; display: block; }
  .service-section { padding-block: 58px; }
  .service-grid, .service-page-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 105px; padding: 20px; }
  .collaboration-section { gap: 40px; }
  .network-card { min-height: 400px; padding-inline: 12px; }
  .map-node { min-width: 94px; padding-inline: 10px; }
  .map-a { left: 0; }
  .map-b { right: 0; }
  .map-c { right: 0; }
  .network-foot { gap: 13px; }
  .open-links { grid-template-columns: 1fr; }
  .page-banner { min-height: 195px; }
  .page-banner h1 { font-size: 34px; }
  .page-banner p { font-size: 14px; }
  .filter-row { overflow-x: auto; }
  .filter-row > span { display: none; }
  .filter-row a { flex: 0 0 auto; }
  .list-card { grid-template-columns: 58px 1fr; gap: 18px; padding-inline: 5px; }
  .list-card > .circle-arrow { display: none; }
  .list-card p { display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
  .process-card { grid-template-columns: 1fr; gap: 28px; padding: 28px 20px; }
  .process-list { grid-template-columns: 1fr; }
  .about-intro { grid-template-columns: 1fr; }
  .about-number { min-height: 240px; }
  .duty-grid { grid-template-columns: 1fr; }
  .article-detail { width: 100%; margin-top: 15px; padding: 35px 20px; }
  .article-detail h1 { font-size: 24px; }
  .article-meta { display: block; }
  .article-meta span, .article-meta time { display: block; }
  .article-body { font-size: 16px; }
  .large-search { height: 50px; }
  .large-search button { width: 86px; }
  .footer-main { grid-template-columns: 1fr; gap: 28px; }
  .footer-links { grid-column: auto; }
  .footer-bottom .container { padding-block: 12px; flex-direction: column; align-items: flex-start; gap: 4px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
