/* ==========================================================
   等保测评网 · 新版样式
   设计基调：简约 / 大气 / 可信。留白充足，克制用色。
   ========================================================== */

:root {
  --brand: #0f4c81;
  --brand-deep: #0a3357;
  --brand-soft: #eaf2fa;
  --accent: #ff7a2f;
  --accent-deep: #e8641a;
  --ink: #16202e;
  --text: #2b3545;
  --muted: #6c7887;
  --line: #e7ecf2;
  --line-soft: #f0f4f8;
  --bg: #ffffff;
  --bg-soft: #f6f8fb;
  --ok: #12a670;
  --radius: 12px;
  --shadow: 0 2px 12px rgba(15, 76, 129, .06);
  --shadow-lg: 0 12px 32px rgba(15, 76, 129, .12);
  --maxw: 1200px;
  --font: -apple-system, BlinkMacSystemFont, "PingFang SC", "Hiragino Sans GB",
    "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font);
  color: var(--text);
  background: var(--bg);
  font-size: 15px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}

a { color: var(--brand); text-decoration: none; transition: color .18s; }
a:hover { color: var(--accent-deep); }
img { max-width: 100%; height: auto; display: block; }

h1, h2, h3, h4 { color: var(--ink); font-weight: 600; line-height: 1.35; margin: 0; }
p { margin: 0 0 1em; }
ul { margin: 0; padding: 0; list-style: none; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.narrow { max-width: 860px; margin: 0 auto; padding: 0 24px; }

/* ---------------- 顶部 ---------------- */
.topbar {
  background: var(--brand-deep);
  color: rgba(255, 255, 255, .78);
  font-size: 13px;
}
.topbar .wrap { display: flex; justify-content: space-between; align-items: center; height: 34px; }
.topbar a { color: rgba(255, 255, 255, .82); }
.topbar a:hover { color: #fff; }
.topbar .tel { font-weight: 600; color: #fff; letter-spacing: .3px; }

.site-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(255, 255, 255, .96);
  backdrop-filter: saturate(180%) blur(8px);
  border-bottom: 1px solid var(--line);
}
.site-header .wrap { display: flex; align-items: center; height: 68px; gap: 28px; }

.logo { display: flex; align-items: center; gap: 10px; flex: none; }
.logo-mark {
  width: 36px; height: 36px; border-radius: 9px;
  background: linear-gradient(135deg, var(--brand) 0%, #1b6fb5 100%);
  display: grid; place-items: center; color: #fff; font-weight: 700; font-size: 15px;
  letter-spacing: -1px; box-shadow: 0 4px 12px rgba(15, 76, 129, .28);
}
.logo-text { font-size: 19px; font-weight: 700; color: var(--ink); letter-spacing: .5px; }
.logo-sub { font-size: 11px; color: var(--muted); letter-spacing: 1.5px; margin-top: -3px; }

.nav { display: flex; gap: 4px; flex: 1; }
.nav > li { position: relative; }
.nav > li > a {
  display: block; padding: 10px 13px; font-size: 15px; color: var(--text);
  border-radius: 8px; white-space: nowrap;
}
.nav > li > a:hover, .nav > li.active > a { color: var(--brand); background: var(--brand-soft); }
.nav > li > a::after {
  content: ""; display: inline-block; width: 0; height: 0; margin-left: 5px;
  border-left: 4px solid transparent; border-right: 4px solid transparent;
  border-top: 4px solid currentColor; opacity: .45; vertical-align: middle;
}
.nav > li.no-sub > a::after { display: none; }

.dropdown {
  display: none; position: absolute; top: 100%; left: 50%; transform: translateX(-50%);
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow-lg); padding: 10px; min-width: 168px; z-index: 70;
}
.dropdown::before { content: ""; position: absolute; top: -14px; left: 0; right: 0; height: 14px; }
.nav > li:hover .dropdown { display: block; }
.dropdown a { display: block; padding: 8px 12px; border-radius: 7px; font-size: 14px; color: var(--text); }
.dropdown a:hover { background: var(--brand-soft); color: var(--brand); }
.dropdown.cols { width: 460px; columns: 3; column-gap: 10px; }
.dropdown.cols a { break-inside: avoid; }

.hd-cta { display: flex; align-items: center; gap: 12px; flex: none; }
.hd-tel { font-size: 17px; font-weight: 700; color: var(--accent-deep); letter-spacing: .3px; }
.hd-tel small { display: block; font-size: 11px; color: var(--muted); font-weight: 400; letter-spacing: 0; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 6px;
  padding: 10px 20px; border-radius: 9px; font-size: 14px; font-weight: 500;
  border: 1px solid transparent; cursor: pointer; transition: all .18s; white-space: nowrap;
}
.btn-primary { background: var(--brand); color: #fff; }
.btn-primary:hover { background: var(--brand-deep); color: #fff; }
.btn-accent { background: var(--accent); color: #fff; }
.btn-accent:hover { background: var(--accent-deep); color: #fff; }
.btn-ghost { border-color: var(--line); color: var(--text); background: #fff; }
.btn-ghost:hover { border-color: var(--brand); color: var(--brand); }
.btn-lg { padding: 13px 30px; font-size: 15px; }

.burger { display: none; width: 40px; height: 40px; border: 0; background: none; cursor: pointer; }
.burger span { display: block; height: 2px; background: var(--ink); margin: 5px 0; border-radius: 2px; }

/* ---------------- Hero ---------------- */
.hero {
  position: relative; overflow: hidden;
  background: linear-gradient(180deg, #f4f8fc 0%, #ffffff 100%);
  padding: 76px 0 64px;
}
.hero::before {
  content: ""; position: absolute; top: -180px; right: -120px; width: 520px; height: 520px;
  background: radial-gradient(circle, rgba(15, 76, 129, .10) 0%, transparent 68%);
}
.hero::after {
  content: ""; position: absolute; bottom: -220px; left: -160px; width: 460px; height: 460px;
  background: radial-gradient(circle, rgba(255, 122, 47, .07) 0%, transparent 70%);
}
.hero .wrap { position: relative; }
.hero-tag {
  display: inline-flex; align-items: center; gap: 8px; font-size: 13px; color: var(--brand);
  background: var(--brand-soft); border-radius: 99px; padding: 5px 14px; margin-bottom: 20px;
}
.hero-tag i { width: 6px; height: 6px; border-radius: 50%; background: var(--ok); display: block; }
.hero h1 { font-size: 42px; letter-spacing: -.5px; margin-bottom: 16px; }
.hero h1 em { font-style: normal; color: var(--brand); }
.hero-lead { font-size: 17px; color: var(--muted); max-width: 640px; margin-bottom: 30px; }

.hero-search {
  display: flex; max-width: 620px; background: #fff; border: 1px solid var(--line);
  border-radius: 99px; padding: 5px; box-shadow: var(--shadow); margin-bottom: 18px;
}
.hero-search input {
  flex: 1; border: 0; outline: 0; padding: 10px 18px; font-size: 15px; background: transparent;
  font-family: var(--font); color: var(--ink);
}
.hero-search button {
  border: 0; background: var(--brand); color: #fff; border-radius: 99px;
  padding: 10px 28px; font-size: 15px; cursor: pointer; font-family: var(--font);
}
.hero-search button:hover { background: var(--brand-deep); }
.hero-hot { font-size: 13px; color: var(--muted); }
.hero-hot a { margin-right: 14px; color: var(--muted); }
.hero-hot a:hover { color: var(--accent-deep); }

.hero-stats { display: flex; gap: 48px; margin-top: 44px; padding-top: 30px; border-top: 1px solid var(--line); }
.hero-stats div b { display: block; font-size: 30px; color: var(--ink); font-weight: 700; line-height: 1.2; }
.hero-stats div span { font-size: 13px; color: var(--muted); }
.hero-stats div b i { font-style: normal; font-size: 15px; color: var(--muted); font-weight: 500; }
.hero-art { position: absolute; right: 0; top: 46%; transform: translateY(-50%); width: 340px; pointer-events: none; }
.hero-art svg { display: block; width: 100%; height: auto; }

/* ---------------- 通用区块 ---------------- */
.section { padding: 72px 0; }
.section.soft { background: var(--bg-soft); }
.section-head { margin-bottom: 40px; }
.section-head.center { text-align: center; }
.section-head h2 { font-size: 30px; letter-spacing: -.3px; margin-bottom: 10px; }
.section-head p { color: var(--muted); font-size: 15px; max-width: 620px; }
.section-head.center p { margin: 0 auto; }
.eyebrow {
  font-size: 12px; letter-spacing: 2px; color: var(--brand); font-weight: 600;
  text-transform: uppercase; margin-bottom: 10px;
}

/* 服务卡片 */
.grid-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.grid-cards.c3 { grid-template-columns: repeat(3, 1fr); }
.grid-cards.c2 { grid-template-columns: repeat(2, 1fr); }

.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px 24px; transition: all .22s; position: relative; overflow: hidden;
}
.card:hover { border-color: #cfe0f0; box-shadow: var(--shadow-lg); transform: translateY(-3px); }
.card .ico {
  width: 44px; height: 44px; border-radius: 10px; background: var(--brand-soft);
  display: grid; place-items: center; margin-bottom: 16px; color: var(--brand);
  font-size: 20px; font-weight: 700;
}
.card h3 { font-size: 17px; margin-bottom: 8px; }
.card p { font-size: 14px; color: var(--muted); margin-bottom: 14px; min-height: 48px; }
.card .more { font-size: 14px; }
.card.hl { background: linear-gradient(160deg, var(--brand) 0%, var(--brand-deep) 100%); border-color: transparent; }
.card.hl h3, .card.hl b { color: #fff; }
.card.hl p { color: rgba(255, 255, 255, .78); }
.card.hl .ico { background: rgba(255, 255, 255, .15); color: #fff; }
.card.hl .more { color: #fff; opacity: .9; }
.card.hl ul { margin: 0; padding-left: 22px; list-style: disc; }
.card.hl li { color: rgba(255, 255, 255, .9); font-size: 14px; line-height: 1.9; }
.card.hl li::marker { color: rgba(255, 255, 255, .55); }
.card.hl a { color: #fff; text-decoration: underline; text-underline-offset: 3px; }

/* 流程时间轴 */
.steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; margin-top: 8px; }
.step { position: relative; padding: 0 18px; text-align: center; }
.step:not(:last-child)::after {
  content: ""; position: absolute; top: 22px; right: 0; width: 100%; height: 1px;
  background: repeating-linear-gradient(90deg, var(--line) 0 6px, transparent 6px 12px);
  transform: translateX(50%); z-index: 0;
}
.step .num {
  position: relative; z-index: 1; width: 44px; height: 44px; margin: 0 auto 14px;
  border-radius: 50%; background: #fff; border: 2px solid var(--brand); color: var(--brand);
  display: grid; place-items: center; font-weight: 700; font-size: 16px;
}
.step h4 { font-size: 16px; margin-bottom: 6px; }
.step p { font-size: 13px; color: var(--muted); }

/* 列表区块 */
.link-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px 24px; }
.link-list a {
  display: flex; justify-content: space-between; align-items: center; padding: 11px 0;
  border-bottom: 1px dashed var(--line); font-size: 14px; color: var(--text);
}
.link-list a:hover { color: var(--brand); }
.link-list a span { color: var(--muted); font-size: 12px; }

/* CTA 条 */
.cta-bar {
  background: linear-gradient(120deg, var(--brand-deep) 0%, var(--brand) 55%, #1b6fb5 100%);
  color: #fff; border-radius: var(--radius); padding: 40px 44px;
  display: flex; align-items: center; justify-content: space-between; gap: 30px;
}
.cta-bar h3 { color: #fff; font-size: 24px; margin-bottom: 6px; }
.cta-bar p { color: rgba(255, 255, 255, .8); margin: 0; font-size: 14px; }
.cta-bar .btn-accent { flex: none; }

/* ---------------- 内页布局 ---------------- */
.crumbs { padding: 16px 0; font-size: 13px; color: var(--muted); border-bottom: 1px solid var(--line-soft); }
.crumbs a { color: var(--muted); }
.crumbs a:hover { color: var(--brand); }
.crumbs .sep { margin: 0 8px; color: #c8d2de; }

.main { display: grid; grid-template-columns: 1fr 320px; gap: 40px; padding: 36px 0 64px; align-items: start; }
.main.full { grid-template-columns: 1fr; }

/* 列表页 */
.list-item {
  display: flex; gap: 20px; padding: 22px 0; border-bottom: 1px solid var(--line-soft);
}
.list-item:last-child { border-bottom: 0; }
.list-item .thumb {
  width: 180px; height: 116px; flex: none; border-radius: 10px; overflow: hidden; background: var(--bg-soft);
  display: block;
}
.list-item .thumb img { width: 100%; height: 100%; object-fit: cover; }
.list-item .body { flex: 1; min-width: 0; }
.list-item h3 { font-size: 17px; margin-bottom: 8px; line-height: 1.5; }
.list-item h3 a { color: var(--ink); }
.list-item h3 a:hover { color: var(--brand); }
.list-item p { font-size: 14px; color: var(--muted); margin-bottom: 10px; }
.list-item .meta { font-size: 12px; color: #97a3b2; display: flex; gap: 16px; }

.pager { display: flex; justify-content: center; gap: 8px; margin: 36px 0 0; flex-wrap: wrap; }
.pager a, .pager span {
  min-width: 38px; height: 38px; padding: 0 12px; border: 1px solid var(--line); border-radius: 8px;
  display: grid; place-items: center; font-size: 14px; color: var(--text);
}
.pager a:hover { border-color: var(--brand); color: var(--brand); }
.pager .on { background: var(--brand); color: #fff; border-color: var(--brand); }

/* 文章正文 */
.article-head { padding: 30px 0 22px; border-bottom: 1px solid var(--line-soft); margin-bottom: 26px; }
.article-head h1 { font-size: 30px; margin-bottom: 14px; line-height: 1.4; }
.article-meta { font-size: 13px; color: var(--muted); display: flex; gap: 20px; flex-wrap: wrap; }

.prose { font-size: 16px; line-height: 1.9; color: #303b4c; }
.prose h2 { font-size: 21px; margin: 34px 0 14px; padding-left: 12px; border-left: 4px solid var(--brand); }
.prose h3 { font-size: 18px; margin: 26px 0 12px; }
.prose h4 { font-size: 16px; margin: 22px 0 10px; }
.prose p { margin: 0 0 16px; }
.prose ul, .prose ol { margin: 0 0 18px; padding-left: 24px; }
.prose li { margin-bottom: 6px; }
.prose ul { list-style: disc; }
.prose ol { list-style: decimal; }
.prose img { border-radius: 8px; margin: 16px auto; }
.prose table { width: 100%; border-collapse: collapse; margin: 18px 0; font-size: 14px; }
.prose th, .prose td { border: 1px solid var(--line); padding: 10px 12px; text-align: left; }
.prose th { background: var(--bg-soft); font-weight: 600; }
.prose blockquote {
  margin: 18px 0; padding: 14px 18px; background: var(--bg-soft);
  border-left: 3px solid var(--brand); color: var(--muted); font-size: 15px;
}
.prose a { text-decoration: underline; text-underline-offset: 3px; }

.article-nav { display: flex; justify-content: space-between; gap: 20px; margin-top: 36px; padding-top: 20px; border-top: 1px solid var(--line-soft); font-size: 14px; }

/* 侧栏 */
.side-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; margin-bottom: 20px; }
.side-title { font-size: 16px; margin-bottom: 14px; padding-bottom: 10px; border-bottom: 1px solid var(--line-soft); display: flex; justify-content: space-between; align-items: center; }
.side-title span { font-size: 12px; color: var(--muted); font-weight: 400; }
.side-list li { padding: 8px 0; font-size: 14px; border-bottom: 1px dashed var(--line-soft); }
.side-list li:last-child { border-bottom: 0; }
.side-list a { color: var(--text); display: block; }
.side-list a:hover { color: var(--brand); }
.side-list .rank { display: inline-block; width: 20px; height: 20px; line-height: 20px; text-align: center; border-radius: 4px; background: var(--line-soft); color: var(--muted); font-size: 12px; margin-right: 8px; }
.side-list li:nth-child(1) .rank, .side-list li:nth-child(2) .rank, .side-list li:nth-child(3) .rank { background: var(--brand); color: #fff; }

/* 机构查询 */
.filter-bar { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; padding: 18px 20px; background: var(--bg-soft); border-radius: var(--radius); margin-bottom: 22px; }
.filter-bar label { font-size: 13px; color: var(--muted); }
.filter-bar select, .filter-bar input {
  border: 1px solid var(--line); border-radius: 8px; padding: 7px 12px; font-size: 14px;
  font-family: var(--font); background: #fff; color: var(--ink); outline: 0;
}
.filter-bar select:focus, .filter-bar input:focus { border-color: var(--brand); }

.org-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.org-table th { background: var(--bg-soft); padding: 12px 14px; text-align: left; font-weight: 600; color: var(--ink); border-bottom: 1px solid var(--line); white-space: nowrap; }
.org-table td { padding: 12px 14px; border-bottom: 1px solid var(--line-soft); vertical-align: top; }
.org-table tr:hover { background: #fafcfe; }
.org-table .cert { font-family: ui-monospace, Consolas, monospace; font-size: 13px; color: var(--muted); }
.tag { display: inline-block; padding: 2px 9px; border-radius: 5px; background: var(--brand-soft); color: var(--brand); font-size: 12px; margin-right: 4px; }

.prov-grid { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; }
.prov-grid a { padding: 6px 14px; border: 1px solid var(--line); border-radius: 99px; font-size: 13px; color: var(--text); }
.prov-grid a:hover, .prov-grid a.on { border-color: var(--brand); background: var(--brand-soft); color: var(--brand); }

/* FAQ */
.faq-item { border: 1px solid var(--line); border-radius: var(--radius); margin-bottom: 12px; overflow: hidden; }
.faq-item summary {
  padding: 16px 20px; font-size: 16px; font-weight: 500; cursor: pointer; color: var(--ink);
  list-style: none; display: flex; justify-content: space-between; align-items: center;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; color: var(--brand); font-size: 20px; line-height: 1; }
.faq-item[open] summary::after { content: "−"; }
.faq-item .faq-body { padding: 0 20px 18px; font-size: 14px; color: var(--muted); }
.faq-item[open] summary { border-bottom: 1px solid var(--line-soft); }

/* 表单 */
.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-bottom: 16px; }
.form-row label { display: block; font-size: 13px; color: var(--muted); margin-bottom: 6px; }
.form-row input, .form-row textarea, .form-row select {
  width: 100%; border: 1px solid var(--line); border-radius: 9px; padding: 10px 13px;
  font-size: 14px; font-family: var(--font); outline: 0; color: var(--ink); background: #fff;
}
.form-row input:focus, .form-row textarea:focus { border-color: var(--brand); }
.form-row.full { grid-template-columns: 1fr; }

/* ---------------- 页脚 ---------------- */
.site-footer { background: #0c2137; color: rgba(255, 255, 255, .66); font-size: 14px; margin-top: 40px; }
.footer-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; padding: 56px 0 40px; }
.footer-top h4 { color: #fff; font-size: 15px; margin-bottom: 16px; font-weight: 600; }
.footer-top li { padding: 5px 0; }
.footer-top a { color: rgba(255, 255, 255, .66); }
.footer-top a:hover { color: #fff; }
.footer-brand p { font-size: 13px; margin-bottom: 14px; }
.footer-tel { font-size: 24px; color: #fff; font-weight: 700; margin-bottom: 4px; letter-spacing: .5px; }
.footer-bottom { border-top: 1px solid rgba(255, 255, 255, .1); padding: 18px 0; font-size: 13px; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; }

/* 移动端 */
@media (max-width: 1080px) {
  .hero-art { display: none; }
  .nav { display: none; }
  .nav.open { display: block; position: absolute; top: 68px; left: 0; right: 0; background: #fff; border-bottom: 1px solid var(--line); padding: 12px; max-height: 70vh; overflow: auto; }
  .nav.open > li > a::after { display: none; }
  .dropdown, .dropdown.cols { display: block; position: static; transform: none; box-shadow: none; border: 0; width: auto; columns: 1; padding: 0 0 6px 12px; }
  .burger { display: block; }
  .hd-tel { display: none; }
  .grid-cards, .grid-cards.c3 { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); gap: 24px 0; }
  .step::after { display: none; }
  .main { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: repeat(2, 1fr); gap: 28px; }
  .hero h1 { font-size: 32px; }
  .hero-stats { gap: 28px; flex-wrap: wrap; }
  .site-header .wrap { gap: 12px; }
}

@media (max-width: 640px) {
  .wrap { padding: 0 16px; }
  .narrow { padding: 0 16px; }
  .grid-cards, .grid-cards.c3, .grid-cards.c2 { grid-template-columns: 1fr; }
  .link-list { grid-template-columns: 1fr; }
  .hero { padding: 44px 0 36px; }
  .hero h1 { font-size: 26px; }
  .hero-lead { font-size: 15px; margin-bottom: 22px; }
  .hero-stats { gap: 0; margin-top: 30px; padding-top: 20px; display: grid; grid-template-columns: repeat(4, 1fr); }
  .hero-stats div b { font-size: 20px; }
  .hero-stats div span { font-size: 12px; }
  .hero-search button { padding: 10px 18px; }
  .section { padding: 44px 0; }
  .section-head { margin-bottom: 26px; }
  .section-head h2 { font-size: 23px; }
  .cta-bar { flex-direction: column; padding: 26px 20px; text-align: center; }
  .list-item { flex-direction: column; gap: 12px; padding: 18px 0; }
  .list-item .thumb { width: 100%; height: 160px; }
  .list-item h3 { font-size: 16px; }
  .article-head { padding: 22px 0 18px; }
  .article-head h1 { font-size: 22px; }
  .prose { font-size: 15px; line-height: 1.85; }
  .prose h2 { font-size: 19px; }
  .footer-top { grid-template-columns: 1fr; gap: 24px; padding: 40px 0 28px; }
  .form-row { grid-template-columns: 1fr; }
  .topbar .wrap span:first-child { display: none; }
  .topbar .wrap { justify-content: center; }
  .hd-cta .btn { padding: 9px 14px; font-size: 13px; }
  .logo-text { font-size: 17px; }
  .crumbs { font-size: 12px; }
  .crumbs .sep { margin: 0 5px; }
  .article-nav { flex-direction: column; gap: 8px; }
  .hero-stats div { text-align: center; }

  /* 机构表格 → 卡片式 */
  .org-table { border: 0; }
  .org-table thead { display: none; }
  .org-table tr { display: block; border: 1px solid var(--line); border-radius: 10px; margin-bottom: 12px; padding: 6px 14px; background: #fff; }
  .org-table tr:hover { background: #fff; }
  .org-table td { display: flex; justify-content: space-between; align-items: baseline; gap: 14px; border-bottom: 1px dashed var(--line-soft); padding: 9px 0; text-align: right; }
  .org-table td:last-child { border-bottom: 0; }
  .org-table td::before { content: attr(data-label); color: var(--muted); font-size: 12px; flex: none; text-align: left; }

  /* 正文内表格横向滚动 */
  .table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .table-wrap table { min-width: 560px; }
}

/* 小屏手机进一步收敛 */
@media (max-width: 420px) {
  .hero-stats { grid-template-columns: repeat(2, 1fr); gap: 18px 0; }
  .hero-search { border-radius: 14px; flex-direction: row; }
  .btn-lg { padding: 12px 22px; font-size: 14px; }
}

/* 触屏设备：hover 效果仅在支持 hover 的设备生效 */
@media (hover: none) {
  .card:hover { transform: none; box-shadow: var(--shadow); }
  a:hover { color: var(--brand); }
}
