:root {
  --navy-950: #1d283a;
  --navy-900: #223047;
  --navy-800: #2b3b57;
  --navy-700: #34496a;
  --navy-600: #456184;
  --link: #315b84;
  --link-hover: #244969;
  --gold: #b59a67;
  --gold-dark: #967b4c;
  --gold-soft: #f4efe5;
  --background: #f5f7fa;
  --surface: #fff;
  --text: #252b33;
  --body: #424b57;
  --muted: #77808c;
  --border: #dce1e7;
  --success: #2f7d5a;
  --danger: #b33a3a;
  --container: 1200px;
  --shadow-menu: 0 12px 28px rgba(18, 28, 43, .18);
  --shadow-card: 0 18px 45px rgba(29, 40, 58, .1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--body);
  background: var(--surface);
  font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
img, svg { display: block; max-width: 100%; }
h1, h2, h3, h4, p, ul, ol, dl { margin-top: 0; }
h1, h2, h3, h4 { color: var(--text); line-height: 1.35; }
ul, ol { padding-left: 1.25em; }
::selection { color: #fff; background: var(--navy-700); }
.container { width: min(var(--container), calc(100% - 48px)); margin-inline: auto; }
.section { padding: 76px 0; }
.section-soft { background: var(--background); }
.section-pattern {
  background-color: #f7f8fa;
  background-image:
    linear-gradient(30deg, rgba(52, 73, 106, .025) 12%, transparent 12.5%, transparent 87%, rgba(52, 73, 106, .025) 87.5%),
    linear-gradient(150deg, rgba(52, 73, 106, .025) 12%, transparent 12.5%, transparent 87%, rgba(52, 73, 106, .025) 87.5%);
  background-size: 72px 124px;
}
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 9999; padding: 10px 16px; color: #fff; background: var(--gold-dark); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.eyebrow { margin-bottom: 10px; color: var(--gold-dark); font-size: 13px; font-weight: 700; letter-spacing: 2.4px; text-transform: uppercase; }
.section-heading { margin-bottom: 42px; text-align: center; }
.section-heading h2 { margin-bottom: 4px; font-size: 32px; }
.section-heading .en { display: block; color: var(--muted); font-family: Inter, Arial, sans-serif; font-size: 12px; font-weight: 600; letter-spacing: 2.2px; }
.section-heading p { max-width: 720px; margin: 14px auto 0; color: var(--muted); }
.heading-rule { display: flex; align-items: center; justify-content: center; gap: 12px; margin-top: 13px; color: var(--gold); }
.heading-rule::before, .heading-rule::after { width: 52px; height: 1px; background: currentColor; content: ""; }
.heading-rule i { width: 7px; height: 7px; border: 1px solid currentColor; transform: rotate(45deg); }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 25px; color: #fff; background: var(--gold); border: 1px solid var(--gold); border-radius: 4px; font-size: 16px; font-weight: 600; line-height: 1.2; transition: background .18s ease, border-color .18s ease, transform .18s ease; }
.btn:hover { background: var(--gold-dark); border-color: var(--gold-dark); transform: translateY(-1px); }
.btn:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible { outline: 3px solid rgba(181, 154, 103, .42); outline-offset: 3px; }
.btn:disabled { cursor: not-allowed; opacity: .62; transform: none; }
.btn-navy { background: var(--navy-700); border-color: var(--navy-700); }
.btn-navy:hover { background: var(--navy-950); border-color: var(--navy-950); }
.btn-outline { color: var(--navy-700); background: transparent; border-color: var(--navy-700); }
.btn-outline:hover { color: #fff; background: var(--navy-700); }
.text-link { display: inline-flex; align-items: center; gap: 6px; color: var(--link); font-weight: 600; }
.text-link:hover { color: var(--link-hover); text-decoration: underline; text-underline-offset: 4px; }

/* Header */
.site-header { position: relative; z-index: 1000; }
.brand-bar { height: 94px; color: #fff; background: var(--navy-950); }
.brand-bar-inner { display: flex; align-items: center; justify-content: space-between; height: 100%; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 14px; color: #fff; }
.brand-mark { flex: 0 0 auto; width: 54px; height: 54px; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.08; }
.brand-copy strong { display: flex; align-items: baseline; gap: 10px; font-size: 29px; font-weight: 700; letter-spacing: 2px; }
.brand-copy strong span { font-family: Inter, Arial, sans-serif; font-size: 20px; font-weight: 400; letter-spacing: 1px; }
.brand-copy small { margin-top: 7px; color: rgba(255,255,255,.7); font-family: Inter, Arial, sans-serif; font-size: 10px; letter-spacing: 1.05px; }
.header-service { display: flex; align-items: center; gap: 24px; color: rgba(255,255,255,.7); }
.header-service > div { display: flex; flex-direction: column; line-height: 1.45; }
.header-service span { font-size: 12px; }
.header-service strong { color: #fff; font-family: Inter, Arial, sans-serif; font-size: 14px; font-weight: 600; }
.header-search-link { display: inline-flex; align-items: center; min-height: 40px; padding: 0 18px; color: #fff; background: rgba(181,154,103,.15); border: 1px solid rgba(181,154,103,.62); border-radius: 3px; font-size: 14px; }
.header-search-link:hover { background: var(--gold); }
.menu-toggle { display: none; width: 46px; height: 44px; padding: 8px 10px; color: #fff; background: transparent; border: 1px solid rgba(255,255,255,.55); border-radius: 4px; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
.menu-toggle[aria-expanded=true] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded=true] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded=true] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.site-navigation { position: relative; z-index: 20; height: 56px; background: var(--navy-700); box-shadow: 0 3px 12px rgba(15, 26, 42, .16); }
.nav-container { height: 100%; }
.nav-list, .submenu { margin: 0; padding: 0; list-style: none; }
.nav-list { display: flex; align-items: stretch; height: 100%; }
.nav-item { position: relative; display: flex; align-items: stretch; }
.nav-link { position: relative; display: flex; align-items: center; gap: 8px; height: 100%; padding: 0 23px; color: #fff; background: transparent; border: 0; white-space: nowrap; font-size: 16px; font-weight: 500; }
.nav-item:first-child .nav-link { padding-left: 17px; }
.nav-link::after { position: absolute; right: 22px; bottom: 0; left: 22px; height: 2px; background: var(--gold); content: ""; opacity: 0; transform: scaleX(.4); transition: opacity .18s ease, transform .18s ease; }
.nav-item:hover > .nav-link, .nav-item:focus-within > .nav-link, .nav-item.active > .nav-link, .nav-item.submenu-open > .nav-link { background: rgba(16,29,48,.22); }
.nav-item:hover > .nav-link::after, .nav-item:focus-within > .nav-link::after, .nav-item.active > .nav-link::after, .nav-item.submenu-open > .nav-link::after { opacity: 1; transform: scaleX(1); }
.nav-caret { width: 7px; height: 7px; margin-top: -4px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg); }
.submenu { position: absolute; top: 100%; left: 0; width: 210px; padding: 5px 0; color: var(--body); background: #fff; border: 1px solid rgba(29,40,58,.12); border-top: 0; border-radius: 0 0 4px 4px; box-shadow: var(--shadow-menu); opacity: 0; visibility: hidden; transform: translateY(8px); transition: opacity .18s ease, visibility .18s ease, transform .18s ease; }
.submenu-wide { width: 230px; }
.nav-item:hover > .submenu, .nav-item:focus-within > .submenu, .nav-item.submenu-open > .submenu { opacity: 1; visibility: visible; transform: translateY(0); }
.submenu li + li { border-top: 1px solid #edf0f3; }
.submenu a { position: relative; display: flex; align-items: center; min-height: 44px; padding: 9px 18px; font-size: 15px; transition: color .16s ease, background .16s ease, padding-left .16s ease; }
.submenu a::before { position: absolute; top: 10px; bottom: 10px; left: 0; width: 3px; background: var(--gold); content: ""; opacity: 0; }
.submenu a:hover, .submenu a:focus-visible { padding-left: 23px; color: var(--link); background: var(--background); }
.submenu a:hover::before, .submenu a:focus-visible::before { opacity: 1; }
.mobile-query-link { display: none; }

/* Page hero */
.page-hero { position: relative; min-height: 194px; overflow: hidden; color: #fff; background: var(--navy-900); }
.page-hero::before { position: absolute; inset: 0; background:
  radial-gradient(circle at 18% 40%, rgba(181,154,103,.22), transparent 26%),
  radial-gradient(circle at 82% 50%, rgba(69,97,132,.52), transparent 32%),
  repeating-linear-gradient(118deg, rgba(255,255,255,.025) 0 1px, transparent 1px 18px),
  linear-gradient(100deg, rgba(13,25,42,.97), rgba(36,60,89,.84)); content: ""; }
.page-hero::after { position: absolute; right: 8%; bottom: -150px; width: 440px; height: 440px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 42px rgba(255,255,255,.025), 0 0 0 84px rgba(255,255,255,.02); content: ""; }
.page-hero-inner { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; min-height: 194px; gap: 30px; }
.page-hero h1, .page-hero .page-title { margin: 0 0 4px; color: #fff; font-size: 34px; font-weight: 700; line-height: 1.35; }
.page-hero .page-en { color: rgba(255,255,255,.62); font-family: Inter, Arial, sans-serif; font-size: 12px; letter-spacing: 2.4px; }
.breadcrumbs { display: flex; align-items: center; gap: 9px; color: rgba(255,255,255,.72); font-size: 14px; }
.breadcrumbs a:hover { color: #fff; text-decoration: underline; }
.tool-hero { color: var(--text); background: var(--background); border-bottom: 1px solid var(--border); }
.tool-hero::before { background: linear-gradient(90deg, rgba(52,73,106,.04), transparent 45%), repeating-linear-gradient(90deg, transparent 0 39px, rgba(52,73,106,.025) 40px); }
.tool-hero::after { border-color: rgba(52,73,106,.08); box-shadow: 0 0 0 42px rgba(52,73,106,.02), 0 0 0 84px rgba(52,73,106,.015); }
.tool-hero h1, .tool-hero .page-title { color: var(--text); }
.tool-hero .page-en, .tool-hero .breadcrumbs { color: var(--muted); }
.tool-hero .breadcrumbs a:hover { color: var(--link); }

/* Footer */
.site-footer { color: rgba(255,255,255,.78); background: var(--navy-950); }
.footer-main { padding: 36px 0 24px; }
.footer-brand-row { display: flex; align-items: center; flex-direction: column; justify-content: center; gap: 12px; text-align: center; }
.footer-brand { display: flex; align-items: center; gap: 10px; color: #fff; }
.footer-brand .brand-mark { width: 39px; height: 39px; }
.footer-brand span { display: flex; flex-direction: column; line-height: 1.3; }
.footer-brand strong { font-size: 20px; letter-spacing: 2px; }
.footer-brand small { color: rgba(255,255,255,.58); font-size: 11px; letter-spacing: 1.4px; }
.footer-brand-row p { margin: 0; color: rgba(255,255,255,.48); font-size: 12px; }
.back-top { position: fixed; right: 24px; bottom: 24px; z-index: 800; display: grid; place-items: center; width: 44px; height: 44px; color: #fff; background: var(--navy-700); border: 0; border-radius: 4px; box-shadow: 0 10px 24px rgba(29,40,58,.22); opacity: 0; visibility: hidden; transform: translateY(10px); transition: opacity .2s ease, visibility .2s ease, transform .2s ease; }
.back-top.visible { opacity: 1; visibility: visible; transform: translateY(0); }
.site-toast { position: fixed; right: 24px; bottom: 82px; z-index: 1600; max-width: 360px; padding: 12px 18px; color: #fff; background: var(--navy-950); border-left: 4px solid var(--gold); border-radius: 4px; box-shadow: var(--shadow-card); opacity: 0; visibility: hidden; transform: translateY(12px); transition: opacity .2s ease, visibility .2s ease, transform .2s ease; }
.site-toast.show { opacity: 1; visibility: visible; transform: translateY(0); }

/* Home hero */
.hero { position: relative; height: 458px; overflow: hidden; background: #101b2b; }
.hero-slide { position: absolute; inset: 0; opacity: 0; visibility: hidden; transition: opacity .55s ease, visibility .55s ease; }
.hero-slide.active { opacity: 1; visibility: visible; }
.hero-slide::before { position: absolute; inset: 0; background:
  radial-gradient(circle at 15% 45%, rgba(49,91,132,.35), transparent 34%),
  radial-gradient(circle at 82% 20%, rgba(181,154,103,.14), transparent 28%),
  repeating-linear-gradient(122deg, rgba(255,255,255,.018) 0 1px, transparent 1px 20px),
  linear-gradient(100deg, #0f1b2b 0%, #17304a 55%, #0b1624 100%); content: ""; }
.hero-slide.theme-two::before { background:
  radial-gradient(circle at 72% 48%, rgba(181,154,103,.25), transparent 31%),
  repeating-linear-gradient(32deg, rgba(255,255,255,.018) 0 1px, transparent 1px 16px),
  linear-gradient(100deg, #101d2e, #24425d 52%, #132239); }
.hero-slide.theme-three::before { background:
  radial-gradient(circle at 23% 44%, rgba(49,91,132,.28), transparent 26%),
  radial-gradient(circle at 78% 55%, rgba(181,154,103,.16), transparent 29%),
  linear-gradient(105deg, #0b1725, #203a55 48%, #101b2c); }
.hero-content { position: relative; z-index: 3; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; height: 100%; gap: 60px; }
.hero-copy { color: rgba(255,255,255,.78); }
.hero-kicker { display: inline-block; margin-bottom: 14px; color: #d6c294; font-family: Inter, Arial, sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 3px; }
.hero-copy h1, .hero-copy h2 { max-width: 620px; margin-bottom: 16px; color: #fff; font-size: 43px; font-weight: 600; letter-spacing: 1px; }
.hero-copy p { max-width: 620px; margin-bottom: 26px; font-size: 16px; line-height: 1.85; }
.hero-visual { position: relative; display: grid; place-items: center; height: 100%; }
.hero-slab { position: relative; width: 410px; height: 260px; padding: 16px; background: linear-gradient(145deg, rgba(255,255,255,.86), rgba(209,219,229,.55)); border: 1px solid rgba(255,255,255,.62); border-radius: 18px; box-shadow: 0 34px 80px rgba(0,0,0,.38), inset 0 0 0 7px rgba(255,255,255,.3); transform: rotate(-2deg); }
.hero-slab-label { display: flex; align-items: center; justify-content: space-between; height: 52px; padding: 0 14px; color: var(--navy-950); background: rgba(255,255,255,.82); border-radius: 8px; font-family: Inter, Arial, sans-serif; font-size: 12px; font-weight: 800; letter-spacing: .8px; }
.hero-slab-label strong { font-size: 28px; }
.hero-note { position: relative; height: 166px; margin-top: 10px; overflow: hidden; background: #c9d0bd; border: 1px solid rgba(40,51,57,.28); border-radius: 5px; }
.hero-note::before { position: absolute; inset: 18px 44px; border: 2px solid rgba(41,69,57,.36); content: ""; }
.hero-note::after { position: absolute; top: 31px; left: 50%; width: 84px; height: 84px; border: 5px double rgba(60,77,59,.4); border-radius: 50%; content: ""; transform: translateX(-50%); }
.hero-note span { position: absolute; right: 18px; bottom: 10px; color: rgba(36,55,45,.58); font-family: Georgia, serif; font-size: 28px; font-weight: 700; }
.coin-stack { position: relative; width: 350px; height: 300px; }
.coin { position: absolute; border-radius: 50%; background: radial-gradient(circle at 36% 30%, #d8c18b, #8c7040 58%, #3e3425 100%); border: 8px solid rgba(222,199,145,.45); box-shadow: 0 26px 60px rgba(0,0,0,.34), inset 0 0 0 3px rgba(42,34,24,.32); }
.coin::before { position: absolute; inset: 26%; border: 3px solid rgba(48,40,28,.56); content: ""; }
.coin::after { position: absolute; inset: 12%; border: 1px dashed rgba(55,46,34,.4); border-radius: 50%; content: ""; }
.coin-large { right: 10px; bottom: 12px; width: 230px; height: 230px; }
.coin-small { top: 12px; left: 0; width: 165px; height: 165px; background: radial-gradient(circle at 34% 30%, #dfe2df, #7d8789 57%, #343e43); border-color: rgba(230,236,235,.43); }
.hero-search-visual { position: relative; width: 420px; padding: 30px; color: var(--text); background: rgba(255,255,255,.94); border: 1px solid rgba(255,255,255,.6); box-shadow: 0 34px 80px rgba(0,0,0,.32); }
.hero-search-visual::before { position: absolute; top: 0; right: 0; left: 0; height: 6px; background: var(--gold); content: ""; }
.hero-search-visual span { display: block; margin-bottom: 8px; color: var(--muted); font-size: 13px; }
.hero-search-visual strong { display: block; margin-bottom: 18px; color: var(--navy-700); font-family: Inter, Arial, sans-serif; font-size: 26px; letter-spacing: 3px; }
.hero-search-line { display: grid; grid-template-columns: 1fr 92px; height: 46px; border: 1px solid var(--border); }
.hero-search-line i { background: var(--background); }
.hero-search-line b { display: grid; place-items: center; color: #fff; background: var(--gold); font-size: 14px; }
.hero-controls { position: absolute; inset: 0; z-index: 5; pointer-events: none; }
.hero-arrow { position: absolute; top: 50%; display: grid; place-items: center; width: 48px; height: 62px; margin-top: -31px; color: rgba(255,255,255,.76); background: rgba(5,13,24,.18); border: 1px solid rgba(255,255,255,.14); font-size: 34px; pointer-events: auto; transition: background .18s ease, color .18s ease; }
.hero-arrow:hover { color: #fff; background: rgba(5,13,24,.55); }
.hero-arrow.prev { left: 22px; }
.hero-arrow.next { right: 22px; }
.hero-dots { position: absolute; bottom: 24px; left: 50%; display: flex; gap: 8px; transform: translateX(-50%); pointer-events: auto; }
.hero-dot { width: 10px; height: 10px; padding: 0; background: transparent; border: 1px solid #fff; border-radius: 50%; }
.hero-dot.active { background: #fff; box-shadow: 0 0 0 3px rgba(255,255,255,.16); }

/* Home sections */
.intro-grid { display: grid; grid-template-columns: 5fr 7fr; align-items: center; gap: 64px; }
.intro-visual { position: relative; min-height: 330px; overflow: hidden; background: linear-gradient(145deg, #e8edf1, #c8d1da); border: 1px solid var(--border); }
.building { position: absolute; right: 12%; bottom: 0; left: 12%; height: 78%; background: linear-gradient(90deg, #7e8995 0 8%, #b9c2ca 8% 18%, #85919d 18% 26%, #cbd1d5 26% 70%, #828e99 70% 80%, #b5bec5 80% 92%, #74818d 92%); box-shadow: 0 0 0 1px rgba(29,40,58,.15); }
.building::before { position: absolute; inset: 12% 10% 0; background: repeating-linear-gradient(90deg, rgba(35,50,66,.48) 0 4px, transparent 4px 18px), repeating-linear-gradient(0deg, rgba(255,255,255,.55) 0 3px, transparent 3px 24px); content: ""; }
.building::after { position: absolute; top: -70px; left: 50%; width: 100px; height: 70px; background: #727e89; clip-path: polygon(30% 100%, 44% 0, 56% 0, 70% 100%); content: ""; transform: translateX(-50%); }
.intro-seal { position: absolute; right: 20px; bottom: 20px; display: grid; place-items: center; width: 76px; height: 76px; color: #fff; background: rgba(29,40,58,.9); border: 1px solid rgba(255,255,255,.34); font-family: SimSun, serif; font-size: 31px; }
.intro-copy h2 { margin-bottom: 0; font-size: 31px; }
.intro-copy .intro-en { display: block; margin: 4px 0 18px; color: var(--muted); font-family: Inter, Arial, sans-serif; font-size: 12px; font-weight: 600; letter-spacing: 2px; }
.intro-copy .intro-line { width: 100%; height: 1px; margin-bottom: 20px; background: linear-gradient(90deg, var(--gold) 0 92px, var(--border) 92px); }
.intro-copy p { margin-bottom: 22px; }
.intro-metrics { display: grid; grid-template-columns: repeat(3, 1fr); margin: 27px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.intro-metrics div { padding: 16px 12px; text-align: center; }
.intro-metrics div + div { border-left: 1px solid var(--border); }
.intro-metrics strong { display: block; color: var(--navy-700); font-family: Inter, Arial, sans-serif; font-size: 23px; }
.intro-metrics span { color: var(--muted); font-size: 13px; }
.quick-search { color: #fff; background: var(--navy-700); }
.quick-search-inner { display: grid; grid-template-columns: minmax(330px, 1.55fr) minmax(0, .8fr); align-items: center; min-height: 260px; gap: 60px; }
.quick-search-copy h2 { margin-bottom: 5px; color: #fff; font-size: 34px; }
.quick-search-copy span { color: rgba(255,255,255,.62); font-family: Inter, Arial, sans-serif; font-size: 12px; letter-spacing: 1.7px; }
.quick-search-copy p { margin: 16px 0 0; color: rgba(255,255,255,.72); font-size: 16px; }
.quick-form { display: grid; grid-template-columns: 1fr; gap: 16px; }
.quick-form .field label { margin-bottom: 8px; color: #fff; font-size: 16px; }
.quick-form .field input { height: 45px; padding: 0 16px; font-size: 16px; }
.quick-form .captcha-row { grid-template-columns: minmax(0, 1fr) 96px; gap: 10px; }
.quick-form .captcha { width: 96px; height: 45px; }
.quick-form .captcha-image { width: 96px; height: 45px; background: #fff; border-color: rgba(255,255,255,.72); border-radius: 4px; object-fit: fill; }
.field { position: relative; }
.field label { display: block; margin-bottom: 6px; font-size: 14px; font-weight: 600; }
.field input, .field select { width: 100%; height: 46px; padding: 0 13px; color: var(--text); background: #fff; border: 1px solid #cbd2da; border-radius: 4px; outline: none; }
.field input:focus, .field select:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(181,154,103,.18); }
.field.has-error input { border-color: var(--danger); box-shadow: 0 0 0 3px rgba(179,58,58,.12); }
.field-error { position: absolute; top: calc(100% + 4px); left: 0; color: #ffd1d1; font-size: 12px; line-height: 1.4; }
.captcha-row { display: grid; grid-template-columns: 1fr 102px; gap: 8px; }
.captcha { display: grid; place-items: center; height: 46px; padding: 0 9px; color: var(--navy-950); background: repeating-linear-gradient(130deg, #e8edf2 0 6px, #fff 6px 12px); border: 1px solid #cbd2da; border-radius: 4px; }
.captcha span { font-family: Georgia, serif; font-size: 18px; font-weight: 700; letter-spacing: 3px; transform: skew(-8deg); }
.quick-form .btn { width: 100%; height: 45px; padding: 0 20px; font-size: 16px; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.service-card { position: relative; display: flex; flex-direction: column; min-height: 356px; padding: 38px 34px 30px; overflow: hidden; text-align: center; background: #fff; border: 1px solid var(--border); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.service-card::before { position: absolute; top: 0; right: 0; left: 0; height: 4px; background: var(--gold); content: ""; transform: scaleX(0); transition: transform .2s ease; }
.service-card:hover { border-color: #c9d1da; box-shadow: var(--shadow-card); transform: translateY(-4px); }
.service-card:hover::before { transform: scaleX(1); }
.service-icon { position: relative; display: grid; place-items: center; width: 86px; height: 86px; margin: 0 auto 22px; color: var(--navy-950); border: 2px solid currentColor; border-radius: 50%; font-family: SimSun, serif; font-size: 31px; }
.service-icon::before { position: absolute; inset: 7px; border: 1px solid rgba(29,40,58,.24); border-radius: 50%; content: ""; }
.service-card h3 { margin-bottom: 13px; font-size: 23px; }
.service-card p { margin-bottom: 24px; color: var(--muted); }
.service-card .text-link { justify-content: center; margin-top: auto; }
.news-home-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.news-panel { padding: 32px 35px 28px; background: #fff; border: 1px solid var(--border); }
.news-panel-head { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 19px; padding-bottom: 14px; border-bottom: 1px solid var(--border); }
.news-panel-head h2 { margin: 0; font-size: 23px; }
.news-panel-head h2::after { display: block; width: 54px; height: 2px; margin-top: 9px; background: var(--gold); content: ""; }
.news-panel-head a { color: var(--link); font-size: 13px; }
.compact-news { margin: 0; padding: 0; list-style: none; }
.compact-news li { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 18px; padding: 12px 0; }
.compact-news li + li { border-top: 1px dashed #dfe3e8; }
.compact-news a { color: var(--link); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.compact-news a:hover { color: var(--link-hover); text-decoration: underline; text-underline-offset: 4px; }
.compact-news time { color: var(--muted); font-family: Inter, Arial, sans-serif; font-size: 13px; }
.trust-strip { padding: 30px 0; color: #fff; background: var(--navy-950); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { display: flex; align-items: center; justify-content: center; gap: 13px; min-height: 74px; }
.trust-item + .trust-item { border-left: 1px solid rgba(255,255,255,.13); }
.trust-icon { display: grid; place-items: center; width: 43px; height: 43px; color: #d7c394; border: 1px solid rgba(215,195,148,.62); border-radius: 50%; font-family: SimSun, serif; font-size: 18px; }

/* Inner layout */
.content-section { padding: 58px 0 76px; }
.page-layout { display: grid; grid-template-columns: 260px minmax(0, 1fr); align-items: start; gap: 32px; }
.sidebar { position: sticky; top: 24px; background: #fff; border: 1px solid var(--border); border-radius: 4px; }
.sidebar h2 { margin: 0; padding: 17px 20px; font-size: 20px; border-bottom: 1px solid var(--border); }
.sidebar-nav { margin: 0; padding: 0; list-style: none; }
.sidebar-nav li + li { border-top: 1px solid var(--border); }
.sidebar-nav a { position: relative; display: flex; align-items: center; min-height: 52px; padding: 10px 18px 10px 31px; color: var(--link); }
.sidebar-nav a::before { position: absolute; left: 17px; width: 0; height: 0; border-top: 4px solid transparent; border-bottom: 4px solid transparent; border-left: 5px solid var(--navy-950); content: ""; }
.sidebar-nav a:hover { color: var(--link-hover); background: var(--background); }
.sidebar-nav a.active { color: var(--text); background: var(--gold-soft); font-weight: 600; }
.sidebar-nav a.active::after { position: absolute; top: 0; bottom: 0; left: -1px; width: 4px; background: var(--gold); content: ""; }
.sidebar-mobile { display: none; margin-bottom: 22px; }
.sidebar-mobile label { display: block; margin-bottom: 7px; font-weight: 600; }
.sidebar-mobile select { width: 100%; height: 48px; padding: 0 12px; color: var(--text); background: #fff; border: 1px solid var(--border); border-radius: 4px; }
.content-card { padding: 34px 38px; background: #fff; border: 1px solid var(--border); border-radius: 4px; }
.content-anchor { scroll-margin-top: 24px; }
.content-title { margin-bottom: 26px; padding-bottom: 15px; border-bottom: 1px solid var(--border); }
.content-title h1, .content-title h2 { margin: 0; font-size: 28px; }
.content-title::after { display: block; width: 78px; height: 3px; margin-top: 13px; background: var(--gold); content: ""; }
.rich-content h2 { margin: 36px 0 14px; font-size: 25px; }
.rich-content h3 { margin: 28px 0 10px; font-size: 21px; }
.rich-content p { margin-bottom: 17px; }
.rich-content ul, .rich-content ol { margin-bottom: 22px; }
.rich-content li + li { margin-top: 6px; }
.note-box { margin: 26px 0; padding: 18px 21px; background: var(--gold-soft); border-left: 4px solid var(--gold); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin: 26px 0 34px; gap: 12px; counter-reset: process; }
.process-item { position: relative; padding: 25px 16px 20px; text-align: center; background: var(--background); border: 1px solid var(--border); counter-increment: process; }
.process-item::before { display: grid; place-items: center; width: 38px; height: 38px; margin: 0 auto 12px; color: #fff; background: var(--navy-700); border-radius: 50%; content: counter(process, decimal-leading-zero); font-family: Inter, Arial, sans-serif; font-size: 13px; }
.process-item strong { display: block; margin-bottom: 4px; color: var(--text); }
.process-item span { color: var(--muted); font-size: 13px; }

/* News list */
.news-list { background: #fff; border: 1px solid var(--border); }
.news-list-item { padding: 29px 34px; }
.news-list-item + .news-list-item { border-top: 1px solid var(--border); }
.news-list-item h2 { margin-bottom: 8px; font-size: 24px; }
.news-list-item h2 a:hover { color: var(--link); }
.news-meta { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-bottom: 13px; color: var(--muted); font-family: Inter, Arial, sans-serif; font-size: 13px; }
.news-meta span { position: relative; }
.news-meta span + span::before { position: absolute; top: 50%; left: -10px; width: 2px; height: 2px; background: #a9b0b8; border-radius: 50%; content: ""; }
.news-list-item p { display: -webkit-box; margin-bottom: 15px; overflow: hidden; color: var(--body); -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.news-tag { display: inline-flex; align-items: center; min-height: 25px; margin-right: 10px; padding: 0 9px; color: var(--gold-dark); background: var(--gold-soft); border: 1px solid #ded0b4; border-radius: 999px; font-size: 12px; font-weight: 600; }
.pagination { display: flex; justify-content: center; gap: 7px; margin-top: 32px; }
.pagination a, .pagination span { display: grid; place-items: center; min-width: 42px; height: 42px; padding: 0 11px; color: var(--link); background: #fff; border: 1px solid var(--border); border-radius: 3px; }
.pagination a:hover, .pagination .current { color: #fff; background: var(--navy-700); border-color: var(--navy-700); }

/* Article */
.article-wrap { padding: 62px 0 76px; }
.article-header { max-width: 900px; margin: 0 auto 30px; text-align: center; }
.article-header h1 { margin-bottom: 16px; font-size: 35px; }
.article-header .news-meta { justify-content: center; }
.article-body { max-width: 860px; margin-inline: auto; font-size: 16px; line-height: 1.92; }
.article-body p { margin-bottom: 22px; }
.article-body h2 { margin: 38px 0 17px; font-size: 25px; }
.article-lead { padding: 19px 23px; color: var(--text); background: var(--gold-soft); border-left: 4px solid var(--gold); font-weight: 600; }
.article-figure { margin: 34px 0; }
.article-image { position: relative; min-height: 360px; overflow: hidden; background: linear-gradient(145deg, #e8edf1, #c9d2da); border: 1px solid var(--border); }
.article-image .slab-demo { position: absolute; top: 50%; left: 50%; width: 280px; height: 320px; padding: 13px; background: rgba(255,255,255,.82); border: 1px solid rgba(29,40,58,.25); border-radius: 16px; box-shadow: 0 26px 60px rgba(29,40,58,.2); transform: translate(-50%, -50%); }
.slab-demo::before { display: block; height: 64px; background: linear-gradient(90deg, #e6ebee, #fff); border: 1px solid #c9d0d6; border-radius: 7px; content: "ZHONGCHENG   MS 62"; color: var(--navy-700); font-family: Inter, Arial, sans-serif; font-size: 12px; font-weight: 800; line-height: 64px; text-align: center; letter-spacing: 1px; }
.slab-demo::after { position: absolute; right: 34px; bottom: 30px; left: 34px; aspect-ratio: 1; border: 12px solid rgba(107,117,112,.34); border-radius: 50%; background: radial-gradient(circle, transparent 0 20%, #90928a 21% 23%, #c5b680 24% 54%, #6f654a 55% 72%, #c5b680 73%); content: ""; }
.article-figure figcaption { margin-top: 9px; color: var(--muted); font-size: 13px; text-align: center; }
.article-navigation { display: grid; grid-template-columns: 1fr 1fr; max-width: 960px; margin: 48px auto 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.article-navigation a { padding: 19px 0; color: var(--link); }
.article-navigation a:last-child { text-align: right; }
.article-navigation a:hover { color: var(--link-hover); text-decoration: underline; }

/* Standard table */
.criteria-table { width: 100%; margin: 23px 0 30px; border-collapse: collapse; }
.criteria-table caption { margin-bottom: 10px; color: var(--muted); font-size: 13px; text-align: left; }
.criteria-table th, .criteria-table td { padding: 14px 16px; border: 1px solid var(--border); text-align: left; vertical-align: top; }
.criteria-table thead th { color: var(--text); background: #e8edf3; font-size: 15px; font-weight: 700; }
.criteria-table tbody th { width: 210px; color: var(--text); font-weight: 700; }
.criteria-table tbody tr:hover { background: #f8fafc; }
.fee-table tbody th { width: 34%; }

/* Search page */
.search-main { padding: 58px 0 80px; background: var(--background); }
.search-shell { padding: 40px; background: #fff; border: 1px solid var(--border); box-shadow: 0 15px 42px rgba(29,40,58,.06); }
.search-intro-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 58px; }
.code-position { position: relative; min-height: 400px; overflow: hidden; background: linear-gradient(145deg, #eef2f5, #d8e0e6); border: 1px solid var(--border); }
.code-slab { position: absolute; top: 50%; left: 50%; width: 270px; height: 338px; padding: 13px; background: rgba(255,255,255,.88); border: 1px solid #bdc6ce; border-radius: 16px; box-shadow: 0 26px 52px rgba(29,40,58,.18); transform: translate(-50%, -50%); }
.code-label { position: relative; height: 72px; padding: 10px 13px; color: var(--navy-700); background: #f8fafb; border: 1px solid #cbd3da; border-radius: 7px; font-family: Inter, Arial, sans-serif; font-size: 11px; font-weight: 700; }
.code-number { display: block; margin-top: 7px; color: var(--text); font-size: 12px; letter-spacing: 1.1px; }
.code-label::after { position: absolute; right: 8px; bottom: 8px; width: 33px; height: 33px; background: repeating-linear-gradient(45deg, #1d283a 0 2px, #fff 2px 4px); content: ""; }
.code-coin { position: absolute; right: 31px; bottom: 28px; left: 31px; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, #1f2730 0 17%, #b4a26f 18% 47%, #695f48 48% 65%, #b4a26f 66%); box-shadow: inset 0 0 0 9px rgba(255,255,255,.28); }
.code-callout { position: absolute; top: 73px; right: -23px; width: 113px; height: 58px; border: 3px solid var(--danger); border-radius: 50%; transform: rotate(-7deg); }
.code-callout::after { position: absolute; top: 38px; right: 89px; width: 110px; height: 3px; background: var(--danger); content: ""; transform: rotate(18deg); transform-origin: right center; }
.search-copy h2 { margin-bottom: 9px; font-size: 27px; }
.search-copy > p { color: var(--muted); }
.search-tip { margin: 20px 0 26px; padding: 14px 17px; color: #825d24; background: var(--gold-soft); border-left: 4px solid var(--gold); font-size: 14px; }
.search-form { max-width: 620px; }
.search-form .field { margin-bottom: 22px; }
.search-form .field label { color: var(--text); }
.search-form .field input { height: 50px; }
.search-form .field-error { position: static; min-height: 18px; margin-top: 4px; color: var(--danger); }
.search-form-actions { display: flex; align-items: center; gap: 16px; }
.search-form-actions small { color: var(--muted); }
.search-result { scroll-margin-top: 24px; margin-top: 38px; }
.result-card { display: grid; grid-template-columns: 360px 1fr; min-height: 370px; background: #fff; border: 1px solid var(--border); box-shadow: var(--shadow-card); }
.result-visual { position: relative; display: grid; place-items: center; min-height: 370px; overflow: hidden; background: linear-gradient(145deg, #e5ebef, #cdd7de); }
.result-visual::before { position: absolute; inset: 0; background: repeating-linear-gradient(45deg, rgba(255,255,255,.15) 0 1px, transparent 1px 16px); content: ""; }
.slab { position: relative; z-index: 1; width: 230px; height: 300px; padding: 12px; background: rgba(255,255,255,.82); border: 1px solid rgba(29,40,58,.25); border-radius: 15px; box-shadow: 0 24px 50px rgba(29,40,58,.2); }
.slab-label { display: block; height: 62px; padding: 11px; color: var(--navy-700); background: #fff; border: 1px solid #cbd2d9; font-family: Inter, Arial, sans-serif; font-size: 11px; font-weight: 800; line-height: 1.6; text-align: center; }
.slab i { position: absolute; right: 30px; bottom: 28px; left: 30px; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, transparent 0 18%, #a5a598 19% 22%, #c7b77e 23% 52%, #72674b 53% 70%, #c7b77e 71%); }
.result-details { position: relative; padding: 44px 48px; }
.result-details h2 { margin-bottom: 23px; font-size: 28px; }
.result-status { position: absolute; top: 26px; right: 30px; display: flex; align-items: center; gap: 7px; color: var(--success); font-size: 14px; font-weight: 700; }
.result-status span { width: 9px; height: 9px; background: currentColor; border-radius: 50%; box-shadow: 0 0 0 4px rgba(47,125,90,.12); }
.result-details dl { margin: 0; }
.result-details dl div { display: grid; grid-template-columns: 110px 1fr; padding: 11px 0; border-top: 1px solid var(--border); }
.result-details dt { color: var(--muted); }
.result-details dd { margin: 0; color: var(--text); }
.result-details dd strong { color: var(--navy-700); font-family: Inter, Arial, sans-serif; font-size: 20px; }
.result-note { margin: 20px 0 0; color: var(--muted); font-size: 13px; }
.result-state { display: flex; align-items: flex-start; gap: 20px; padding: 30px; background: #fff; border: 1px solid var(--border); }
.result-state-icon { display: grid; flex: 0 0 auto; place-items: center; width: 46px; height: 46px; color: #fff; background: var(--danger); border-radius: 50%; font-size: 24px; font-weight: 700; }
.result-state h2 { margin-bottom: 5px; font-size: 23px; }
.result-state p { margin: 0; }
.inline-copy { padding: 0; color: var(--link); background: transparent; border: 0; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }

/* Search result page */
.search-result-page { padding: 58px 0 80px; background: var(--background); }
.result-page-card { padding: 38px 40px 42px; background: #fff; border: 1px solid var(--border); box-shadow: 0 15px 42px rgba(29,40,58,.06); }
.result-page-heading { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 34px; padding-bottom: 18px; border-bottom: 1px solid var(--border); gap: 24px; }
.result-page-heading .eyebrow { margin-bottom: 4px; }
.result-page-heading h2 { margin: 0; font-size: 28px; }
.result-gallery { --result-gap: 18px; --result-slides-per-view: 5; position: relative; }
.result-gallery-viewport { overflow: hidden; outline: none; touch-action: pan-y; }
.result-gallery-viewport:focus-visible { outline: 3px solid rgba(181,154,103,.42); outline-offset: 5px; }
.result-gallery-track { display: flex; column-gap: var(--result-gap); transition: transform .32s ease; will-change: transform; }
.result-gallery-slide { flex: 0 0 210px; aspect-ratio: 1; margin: 0; overflow: hidden; background: #eef1f4; border: 1px solid var(--border); }
.result-gallery-slide img { width: 100%; height: 100%; object-fit: cover; }
.result-gallery-arrow { position: absolute; top: 50%; z-index: 4; display: grid; place-items: center; width: 48px; height: 48px; margin-top: -24px; color: #fff; background: rgba(29,40,58,.78); border: 0; border-radius: 50%; box-shadow: 0 8px 22px rgba(29,40,58,.22); font-size: 33px; line-height: 1; transition: background .18s ease, opacity .18s ease; }
.result-gallery-arrow:hover { background: var(--navy-950); }
.result-gallery-arrow.prev { left: 13px; }
.result-gallery-arrow.next { right: 13px; }
.result-gallery-arrow:disabled { cursor: default; opacity: .3; }
.result-gallery-dots { display: flex; justify-content: center; gap: 8px; margin-top: 18px; }
.result-gallery-dot { width: 9px; height: 9px; padding: 0; background: #c9d0d7; border: 0; border-radius: 50%; }
.result-gallery-dot.active { background: var(--navy-700); box-shadow: 0 0 0 3px rgba(52,73,106,.12); }
.result-gallery-status { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.result-table-wrap { margin-top: 48px; overflow: hidden; border: 1px solid var(--border); }
.result-info-table { width: 100%; border-collapse: collapse; table-layout: fixed; }
.result-info-table .result-label-column { width: 170px; }
.result-info-table caption { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.result-info-table th, .result-info-table td { height: 76px; padding: 18px 22px; border-bottom: 1px solid var(--border); vertical-align: middle; }
.result-info-table tr:last-child th, .result-info-table tr:last-child td { border-bottom: 0; }
.result-info-table th { width: 170px; color: #4e535a; background: #fafafa; border-right: 1px solid var(--border); font-size: 18px; font-weight: 400; text-align: right; }
.result-info-table td { color: #34383e; background: #fff; font-size: 18px; font-weight: 700; }
.result-page-note { margin: 16px 0 0; color: var(--muted); font-size: 13px; text-align: right; }

/* About */
.about-lead { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 64px; }
.about-lead-copy h2 { margin-bottom: 13px; font-size: 31px; }
.about-lead-copy p { margin-bottom: 17px; }
.about-picture { position: relative; min-height: 390px; overflow: hidden; background: linear-gradient(145deg, #e7ecf0, #c5ced6); border: 1px solid var(--border); }
.about-picture .building { right: 8%; left: 8%; height: 72%; }
.about-picture::after { position: absolute; right: 0; bottom: 0; left: 0; height: 80px; background: linear-gradient(0deg, rgba(29,40,58,.25), transparent); content: ""; }
.timeline { position: relative; max-width: 900px; margin: 0 auto; padding-left: 36px; }
.timeline::before { position: absolute; top: 8px; bottom: 8px; left: 8px; width: 1px; background: #cbd2da; content: ""; }
.timeline-item { position: relative; display: grid; grid-template-columns: 100px 1fr; padding: 0 0 30px; gap: 24px; }
.timeline-item::before { position: absolute; top: 8px; left: -33px; width: 11px; height: 11px; background: #fff; border: 3px solid var(--gold); border-radius: 50%; content: ""; }
.timeline-item time { color: var(--navy-700); font-family: Inter, Arial, sans-serif; font-size: 20px; font-weight: 700; }
.timeline-item h3 { margin-bottom: 6px; font-size: 21px; }
.timeline-item p { margin: 0; color: var(--muted); }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.value-card { padding: 28px 22px; text-align: center; background: #fff; border: 1px solid var(--border); }
.value-card span { display: grid; place-items: center; width: 56px; height: 56px; margin: 0 auto 16px; color: #fff; background: var(--navy-700); border-radius: 50%; font-family: SimSun, serif; font-size: 23px; }
.value-card h3 { margin-bottom: 8px; font-size: 21px; }
.value-card p { margin: 0; color: var(--muted); font-size: 14px; }
.scope-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.scope-item { padding: 25px; background: #fff; border: 1px solid var(--border); }
.scope-item h3 { margin-bottom: 8px; font-size: 20px; }
.scope-item p { margin: 0; color: var(--muted); font-size: 14px; }
.contact-band { color: #fff; background: var(--navy-700); }
.contact-band-inner { display: flex; align-items: center; justify-content: space-between; min-height: 190px; gap: 34px; }
.contact-band h2 { margin-bottom: 5px; color: #fff; font-size: 29px; }
.contact-band p { margin: 0; color: rgba(255,255,255,.72); }
.contact-band-actions { display: flex; gap: 12px; }
.contact-band .btn-outline { color: #fff; border-color: rgba(255,255,255,.55); }

@media (max-width: 1199px) {
  .nav-link { padding-inline: 16px; font-size: 15px; }
  .quick-search-inner { grid-template-columns: minmax(250px, .8fr) minmax(0, 2.2fr); gap: 34px; }
}

@media (max-width: 991px) {
  body { font-size: 15px; }
  .container { width: min(100% - 40px, var(--container)); }
  .brand-bar { height: 84px; }
  .brand-mark { width: 47px; height: 47px; }
  .brand-copy strong { font-size: 25px; }
  .brand-copy strong span { font-size: 16px; }
  .brand-copy small { font-size: 9px; }
  .header-service { display: none; }
  .menu-toggle { display: block; }
  .site-navigation { position: absolute; top: 84px; right: 0; left: 0; height: auto; max-height: calc(100vh - 84px); overflow-y: auto; background: var(--navy-900); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: opacity .2s ease, visibility .2s ease, transform .2s ease; }
  .site-navigation.open { opacity: 1; visibility: visible; transform: translateY(0); }
  .nav-container { height: auto; padding: 12px 20px 20px; }
  .nav-list { display: block; height: auto; }
  .nav-item { display: block; border-bottom: 1px solid rgba(255,255,255,.1); }
  .nav-link { justify-content: space-between; width: 100%; min-height: 52px; padding: 0 12px; text-align: left; }
  .nav-item:first-child .nav-link { padding-left: 12px; }
  .nav-link::after { top: 12px; right: auto; bottom: 12px; left: 0; width: 3px; height: auto; transform: scaleY(.4); }
  .nav-item.active > .nav-link::after, .nav-item.submenu-open > .nav-link::after { transform: scaleY(1); }
  .nav-item:hover > .submenu, .nav-item:focus-within > .submenu { opacity: 0; visibility: hidden; transform: none; }
  .nav-item.submenu-open > .submenu { opacity: 1; visibility: visible; }
  .submenu { position: static; display: none; width: auto; padding: 3px 0 9px 16px; color: #fff; background: rgba(0,0,0,.12); border: 0; border-radius: 0; box-shadow: none; opacity: 1; visibility: visible; transform: none; }
  .nav-item.submenu-open > .submenu { display: block; }
  .submenu li + li { border-color: rgba(255,255,255,.08); }
  .submenu a { min-height: 46px; color: rgba(255,255,255,.77); }
  .submenu a:hover, .submenu a:focus-visible { color: #fff; background: rgba(255,255,255,.06); }
  .mobile-query-link { display: flex; align-items: center; justify-content: center; min-height: 48px; margin-top: 14px; color: #fff; background: var(--gold); border-radius: 4px; font-weight: 600; }
  .hero { height: 500px; }
  .hero-content { grid-template-columns: 1fr 1fr; gap: 30px; }
  .hero-copy h1, .hero-copy h2 { font-size: 36px; }
  .hero-copy p { font-size: 15px; }
  .hero-slab { width: 340px; height: 225px; }
  .hero-note { height: 135px; }
  .coin-stack { transform: scale(.86); }
  .hero-search-visual { width: 340px; }
  .intro-grid, .about-lead { gap: 38px; }
  .quick-search-inner { display: block; min-height: 0; padding: 40px 0 48px; }
  .quick-search-copy { margin-bottom: 24px; }
  .services-grid { gap: 18px; }
  .service-card { min-height: 370px; padding-inline: 24px; }
  .page-layout { grid-template-columns: 220px minmax(0, 1fr); gap: 24px; }
  .content-card { padding: 28px; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .search-intro-grid { gap: 36px; }
  .result-card { grid-template-columns: 300px 1fr; }
  .result-page-card { padding-inline: 30px; }
  .values-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 767px) {
  body { font-size: 16px; }
  .container { width: calc(100% - 32px); }
  .section { padding: 50px 0; }
  .section-heading { margin-bottom: 30px; }
  .section-heading h2 { font-size: 26px; }
  .brand-bar { height: 82px; }
  .brand { gap: 9px; }
  .brand-mark { width: 42px; height: 42px; }
  .brand-copy strong { gap: 7px; font-size: 22px; letter-spacing: 1px; }
  .brand-copy strong span { font-size: 13px; }
  .brand-copy small { margin-top: 5px; max-width: 218px; overflow: hidden; font-size: 7.5px; letter-spacing: .6px; white-space: nowrap; }
  .site-navigation { top: 82px; max-height: calc(100vh - 82px); }
  .nav-container { padding-inline: 16px; }
  .hero { height: 570px; }
  .hero-content { display: flex; flex-direction: column; justify-content: center; gap: 18px; padding-top: 28px; padding-bottom: 55px; text-align: center; }
  .hero-copy { order: 2; }
  .hero-copy h1, .hero-copy h2 { margin-inline: auto; font-size: 30px; }
  .hero-copy p { display: -webkit-box; margin-inline: auto; overflow: hidden; font-size: 15px; line-height: 1.7; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
  .hero-visual { order: 1; flex: 0 0 220px; width: 100%; height: 220px; }
  .hero-slab { width: 300px; height: 190px; padding: 11px; }
  .hero-slab-label { height: 40px; font-size: 9px; }
  .hero-slab-label strong { font-size: 20px; }
  .hero-note { height: 120px; margin-top: 7px; }
  .coin-stack { transform: scale(.68); }
  .hero-search-visual { width: min(100%, 330px); padding: 22px; text-align: left; }
  .hero-search-visual strong { font-size: 21px; }
  .hero-arrow { display: none; }
  .hero-dots { bottom: 16px; }
  .intro-grid, .about-lead { grid-template-columns: 1fr; gap: 30px; }
  .intro-visual { min-height: 260px; }
  .intro-copy h2, .about-lead-copy h2 { font-size: 27px; }
  .intro-metrics { grid-template-columns: 1fr; }
  .intro-metrics div + div { border-top: 1px solid var(--border); border-left: 0; }
  .quick-search-inner { padding: 36px 0 48px; }
  .quick-form .field-error { position: static; min-height: 18px; margin-top: 3px; }
  .field-error { position: static; min-height: 18px; margin-top: 3px; }
  .services-grid, .news-home-grid, .scope-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 330px; }
  .news-panel { padding: 26px 22px; }
  .compact-news li { grid-template-columns: 1fr; gap: 2px; }
  .compact-news a { overflow: visible; white-space: normal; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-item + .trust-item { border-left: 0; }
  .trust-item:nth-child(even) { border-left: 1px solid rgba(255,255,255,.13); }
  .trust-item:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.13); }
  .page-hero, .page-hero-inner { min-height: 154px; }
  .page-hero-inner { display: block; padding: 35px 0; }
  .page-hero h1, .page-hero .page-title { font-size: 28px; }
  .breadcrumbs { margin-top: 14px; }
  .content-section { padding: 36px 0 52px; }
  .page-layout { display: block; }
  .sidebar { display: none; }
  .sidebar-mobile { display: block; }
  .content-card { padding: 22px 18px; }
  .content-title h1, .content-title h2 { font-size: 25px; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .news-list-item { padding: 24px 20px; }
  .news-list-item h2 { font-size: 21px; }
  .pagination a, .pagination span { min-width: 39px; height: 39px; }
  .article-wrap { padding: 40px 0 56px; }
  .article-header { text-align: left; }
  .article-header h1 { font-size: 28px; }
  .article-header .news-meta { justify-content: flex-start; }
  .article-body { font-size: 16px; line-height: 1.85; }
  .article-image { min-height: 330px; }
  .article-navigation { grid-template-columns: 1fr; }
  .article-navigation a:last-child { border-top: 1px solid var(--border); text-align: left; }
  .criteria-table, .criteria-table tbody, .criteria-table tr, .criteria-table th, .criteria-table td { display: block; width: 100%; }
  .criteria-table caption { display: block; width: 100%; margin-bottom: 12px; line-height: 1.6; text-align: left; }
  .criteria-table thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .criteria-table tbody tr { margin-bottom: 15px; border: 1px solid var(--border); }
  .criteria-table th, .criteria-table td { border: 0; }
  .criteria-table tbody th { width: auto; color: #fff; background: var(--navy-700); }
  .criteria-table tbody td { padding-top: 12px; }
  .search-main { padding: 36px 0 56px; }
  .search-shell { padding: 24px 18px; }
  .search-intro-grid { grid-template-columns: 1fr; gap: 30px; }
  .code-position { min-height: 360px; }
  .search-copy h2 { font-size: 24px; }
  .search-form-actions { align-items: stretch; flex-direction: column; }
  .search-form-actions .btn { width: 100%; }
  .result-card { grid-template-columns: 1fr; }
  .result-visual { min-height: 340px; }
  .result-details { padding: 30px 22px; }
  .result-status { position: static; margin-bottom: 15px; }
  .result-details h2 { font-size: 24px; }
  .result-details dl div { grid-template-columns: 90px 1fr; }
  .result-state { padding: 22px 18px; }
  .search-result-page { padding: 30px 0 54px; }
  .result-page-card { padding: 22px 20px 28px; }
  .result-page-heading { align-items: flex-start; flex-direction: column; margin-bottom: 24px; }
  .result-page-heading h2 { font-size: 25px; }
  .result-page-heading .btn { width: 100%; }
  .result-gallery { --result-gap: 0px; --result-slides-per-view: 1; }
  .result-gallery-slide { flex-basis: 100%; }
  .result-gallery-arrow { width: 52px; height: 52px; margin-top: -26px; font-size: 35px; }
  .result-gallery-arrow.prev { left: 12px; }
  .result-gallery-arrow.next { right: 12px; }
  .result-gallery-dots { margin-top: 15px; }
  .result-table-wrap { margin-top: 36px; }
  .result-info-table th, .result-info-table td { height: 82px; padding: 18px 14px; }
  .result-info-table .result-label-column { width: 27%; }
  .result-info-table th { width: auto; font-size: 16px; text-align: right; }
  .result-info-table td { padding-left: 18px; font-size: 16px; overflow-wrap: anywhere; }
  .result-page-note { text-align: left; }
  .about-picture { min-height: 310px; }
  .timeline { padding-left: 28px; }
  .timeline-item { grid-template-columns: 76px 1fr; gap: 14px; }
  .timeline-item::before { left: -25px; }
  .values-grid { grid-template-columns: 1fr 1fr; gap: 14px; }
  .value-card { padding: 24px 15px; }
  .contact-band-inner { align-items: flex-start; flex-direction: column; justify-content: center; padding: 38px 0; }
  .contact-band-actions { width: 100%; }
  .contact-band-actions .btn { flex: 1; padding-inline: 12px; }
  .footer-main { padding-top: 31px; }
  .back-top { right: 16px; bottom: 16px; }
  .site-toast { right: 16px; bottom: 72px; left: 16px; max-width: none; }
}

@media (max-width: 479px) {
  .brand-copy strong span { display: none; }
  .brand-copy small { max-width: 190px; }
  .process-grid, .values-grid, .trust-grid { grid-template-columns: 1fr; }
  .trust-item:nth-child(even) { border-left: 0; }
  .trust-item + .trust-item { border-top: 1px solid rgba(255,255,255,.13); }
  .captcha-row { grid-template-columns: 1fr 94px; }
  .news-meta { gap: 4px 13px; }
  .news-meta span + span::before { left: -7px; }
  .result-details dl div { display: block; }
  .result-details dt { margin-bottom: 3px; }
  .timeline-item { grid-template-columns: 1fr; }
  .timeline-item time { font-size: 16px; }
  .contact-band-actions { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

.brand-mark[src] { object-fit: contain; }
.hero-visual picture, .hero-visual picture img { display: block; width: 100%; height: 100%; }
.hero-visual picture img { object-fit: contain; }
.captcha-image { width: 132px; height: 50px; cursor: pointer; object-fit: cover; border: 1px solid var(--border); }
.field small { display: block; margin-top: 5px; color: var(--muted); }
.search-copy > .result-state { margin-bottom: 22px; }
.empty-state { padding: 22px 0; color: var(--muted); }
.about-picture img { width: 100%; height: 100%; object-fit: cover; }
.guide-intro { margin-bottom: 28px; padding-bottom: 20px; border-bottom: 1px solid var(--border); }
.content-anchor { scroll-margin-top: 24px; }
