/* ==========================================================
   components.css — 首页Banner / 项目卡 / 流程 / 采样 / 费用 /
                    新闻 / 问答 / 联系 / 站点地图 / 404
   ========================================================== */

/* ---------- 首页 Banner（底图+文字） ---------- */
.hero { position: relative; overflow: hidden; background: var(--dark); color: #fff; }
.hero-track { display: flex; transition: transform .6s ease; }
.hero-slide {
  flex: none; width: 100%;
  min-height: 460px;
  display: flex; align-items: center; justify-content: center;
  text-align: center;
  background: center/cover no-repeat;
  position: relative;
  padding: 60px 20px;
}
.hero-slide::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(115deg, rgba(4,54,44,.85) 0%, rgba(10,60,55,.62) 45%, rgba(23,49,59,.35) 100%);
}
.hero-inner { position: relative; max-width: 860px; }
.hero .kicker { font-size: clamp(12px, 1.4vw, 15px); letter-spacing: 4px; text-transform: uppercase; opacity: .8; }
.hero h1 { font-size: clamp(26px, 4vw, 46px); font-weight: 700; line-height: 1.35; margin: 14px 0 10px; letter-spacing: 2px; }
.hero .slide-tit { font-size: clamp(26px, 4vw, 46px); font-weight: 700; line-height: 1.35; margin: 14px 0 10px; letter-spacing: 2px; }
.hero .sub { font-size: clamp(14px, 1.8vw, 19px); opacity: .92; letter-spacing: 6px; }
.hero .kw { margin-top: 22px; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.hero .kw span { padding: 6px 18px; border: 1px solid rgba(255,255,255,.45); border-radius: 999px; font-size: 14px; background: rgba(255,255,255,.08); backdrop-filter: blur(2px); }
.hero .acts { margin-top: 30px; display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.hero-dots { position: absolute; left: 0; right: 0; bottom: 18px; display: flex; justify-content: center; gap: 8px; z-index: 5; }
.hero-dots button { width: 26px; height: 4px; border-radius: 2px; background: rgba(255,255,255,.4); transition: all .3s; }
.hero-dots button.on { background: var(--brand); width: 40px; }

/* ---------- 鉴定项目卡片 ---------- */
.proj-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.proj-card { display: flex; flex-direction: column; padding: 34px 26px 28px; text-align: center; }
.proj-card .badge { margin: 0 auto 18px; }
.proj-card h3 { font-size: 20px; margin-bottom: 6px; }
.proj-card .en { font-size: 12px; color: var(--text-light); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 14px; }
.proj-card .use { font-size: 14px; color: var(--brand-deep); background: var(--brand-bg); border-radius: 6px; padding: 7px 10px; margin-bottom: 14px; line-height: 1.5; }
.proj-card ul { text-align: left; font-size: 14px; color: var(--text-sub); margin-bottom: 16px; flex: 1; }
.proj-card ul li { position: relative; padding-left: 18px; margin-bottom: 7px; }
.proj-card ul li::before { content: ""; position: absolute; left: 0; top: 9px; width: 7px; height: 7px; border-radius: 50%; background: var(--brand); }
.proj-card .tags { margin-bottom: 18px; }
.proj-card .tags .tag { font-size: 12px; padding: 2px 10px; }

/* ---------- 机构介绍 ---------- */
.about-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: 48px; align-items: center; }
.about-pic { position: relative; }
.about-pic img { border-radius: var(--radius); box-shadow: var(--shadow); width: 100%; }
.about-pic::after { content: ""; position: absolute; left: -14px; bottom: -14px; width: 120px; height: 120px; border: 3px solid var(--brand); border-radius: var(--radius); z-index: -1; }
.about-txt h3 { font-size: 22px; margin-bottom: 14px; }
.about-txt p { color: var(--text-sub); margin-bottom: 12px; text-align: justify; }
.about-feats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 24px; }
.about-feats li { background: var(--brand-bg-2); border-radius: 8px; padding: 14px 10px; text-align: center; font-size: 14px; }
.about-feats b { display: block; color: var(--brand-dark); font-size: 15px; margin-bottom: 3px; }

/* ---------- 鉴定流程时间轴 ---------- */
.steps { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; position: relative; }
.steps::before {
  content: ""; position: absolute; top: 31px; left: 8%; right: 8%;
  border-top: 2px dashed rgba(0, 204, 163, .45);
}
.step { text-align: center; position: relative; background: transparent; }
.step .num {
  width: 62px; height: 62px; margin: 0 auto 14px;
  border-radius: 50%;
  background: #fff; border: 2px solid var(--brand);
  color: var(--brand-dark); font-size: 22px; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  position: relative; z-index: 2;
  transition: all .3s;
}
.step:hover .num { background: var(--brand); color: #fff; transform: scale(1.08); box-shadow: var(--shadow-hover); }
.step h3 { font-size: 17px; margin-bottom: 6px; }
.step p { font-size: 13px; color: var(--text-sub); line-height: 1.6; }

/* ---------- 采样方式 ---------- */
.sample-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 20px; }
.sample-card { padding: 26px 16px; text-align: center; }
.sample-card .badge { width: 56px; height: 56px; border-radius: 50%; font-size: 22px; margin: 0 auto 12px; }
.sample-card h3 { font-size: 17px; margin-bottom: 6px; }
.sample-card p { font-size: 13px; color: var(--text-sub); line-height: 1.6; margin-bottom: 10px; }
.sample-card a { font-size: 13px; color: var(--brand-dark); }
.sample-card a:hover { text-decoration: underline; }

/* ---------- 费用表 ---------- */
.fee-wrap { overflow-x: auto; border-radius: var(--radius); box-shadow: var(--shadow); }
.fee-table { min-width: 720px; background: #fff; }
.fee-table caption { caption-side: top; text-align: left; font-size: 14px; color: var(--text-light); padding: 0 4px 10px; }
.fee-table th, .fee-table td { padding: 16px 18px; text-align: center; font-size: 15px; border-bottom: 1px solid var(--border); }
.fee-table thead th { background: var(--brand); color: #fff; font-size: 16px; font-weight: 600; }
.fee-table tbody tr:nth-child(even) { background: var(--brand-bg-2); }
.fee-table tbody tr:hover { background: var(--brand-bg); }
.fee-table td:first-child { font-weight: 600; color: var(--text-main); }
.fee-table .price { color: var(--brand-dark); font-weight: 700; font-size: 17px; }
.fee-note { margin-top: 16px; font-size: 14px; color: var(--text-sub); background: var(--brand-bg-2); border-left: 4px solid var(--brand); padding: 12px 16px; border-radius: 0 8px 8px 0; line-height: 1.8; }

/* ---------- 新闻 ---------- */
.news-tabs { display: flex; justify-content: center; gap: 12px; margin-bottom: 34px; }
.news-tabs button { padding: 9px 30px; border-radius: 999px; font-size: 15px; color: var(--text-sub); border: 1px solid var(--border); background: #fff; transition: all .25s; }
.news-tabs button.on { background: var(--brand); border-color: var(--brand); color: #fff; }
.news-panel { display: none; }
.news-panel.on { display: grid; grid-template-columns: 1.25fr 1fr; gap: 36px; }
.news-top { display: block; border-radius: var(--radius); overflow: hidden; position: relative; }
.news-top img { width: 100%; height: 260px; object-fit: cover; display: block; }
.news-top .cap { position: absolute; left: 0; right: 0; bottom: 0; padding: 26px 18px 14px; color: #fff; font-size: 17px; font-weight: 600; background: linear-gradient(transparent, rgba(0,0,0,.72)); }
.news-list li { border-bottom: 1px dashed var(--border); }
.news-list a { display: flex; justify-content: space-between; gap: 16px; padding: 12px 4px; font-size: 15px; color: var(--text-sub); }
.news-list a:hover { color: var(--brand-dark); }
.news-list .t { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.news-list time { flex: none; color: var(--text-light); font-size: 13px; }
.news-more { text-align: center; margin-top: 30px; }

/* 新闻列表页 */
.news-page .news-panel { display: block; }
.news-page .news-panel .news-items { max-width: 860px; margin: 0 auto; }
.js-enabled .news-page .news-panel:not(.on) { display: none; }
.news-items li { padding: 22px 0; border-bottom: 1px solid var(--border); }
.news-items a { display: flex; gap: 12px; align-items: baseline; font-size: 16px; }
.news-items .dot { flex: none; width: 7px; height: 7px; border-radius: 50%; background: var(--brand); position: relative; top: -2px; }
.news-items .t { flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.news-items time { flex: none; color: var(--text-light); font-size: 13px; }
.news-items a:hover .t { color: var(--brand-dark); }

/* ---------- 问答 ---------- */
.qa-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.qa-card { padding: 0; overflow: hidden; }
.qa-card summary {
  display: flex; gap: 12px; align-items: flex-start;
  padding: 18px 20px; cursor: pointer; list-style: none;
  font-size: 16px; font-weight: 600; color: var(--text-main);
  transition: background .25s;
}
.qa-card summary::-webkit-details-marker { display: none; }
.qa-card summary::before {
  content: "问"; flex: none;
  width: 26px; height: 26px; border-radius: 6px;
  background: var(--brand); color: #fff;
  font-size: 14px; display: flex; align-items: center; justify-content: center;
  margin-top: 2px;
}
.qa-card summary::after { content: "+"; margin-left: auto; color: var(--brand); font-size: 20px; line-height: 1; flex: none; }
.qa-card[open] summary { background: var(--brand-bg-2); }
.qa-card[open] summary::after { content: "−"; }
.qa-card .ans { padding: 0 20px 18px 58px; font-size: 14px; color: var(--text-sub); line-height: 1.8; }
.qa-card .ans a { color: var(--brand-dark); }

/* ---------- 联系页 ---------- */
.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-bottom: 40px; }
.contact-card { padding: 30px 24px; text-align: center; }
.contact-card svg { width: 40px; height: 40px; fill: var(--brand); margin-bottom: 12px; }
.contact-card h3 { font-size: 18px; margin-bottom: 8px; }
.contact-card p { font-size: 15px; color: var(--text-sub); line-height: 1.7; }
.contact-card .big { font-size: 22px; font-weight: 700; color: var(--brand-dark); }
.map-box { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--border); background: var(--bg-gray); min-height: 320px; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 10px; color: var(--text-sub); }
.map-box svg { width: 46px; height: 46px; fill: var(--brand); }

/* ---------- 站点地图 ---------- */
.sitemap-group { margin-bottom: 30px; }
.sitemap-group h2 { font-size: 18px; padding-left: 12px; border-left: 4px solid var(--brand); margin-bottom: 14px; }
.sitemap-group ul { display: flex; flex-wrap: wrap; gap: 10px; }
.sitemap-group a { display: inline-block; padding: 7px 18px; background: var(--bg-gray); border-radius: 6px; font-size: 14px; color: var(--text-sub); }
.sitemap-group a:hover { background: var(--brand-bg); color: var(--brand-deep); }

/* ---------- 404 ---------- */
.err-page { min-height: 60vh; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 60px 20px; }
.err-page .code { font-size: 110px; font-weight: 800; color: var(--brand); line-height: 1; }
.err-page h1 { font-size: 24px; margin: 16px 0 8px; }
.err-page p { color: var(--text-sub); margin-bottom: 26px; }

/* ---------- 侧栏（内页 主内容+侧边） ---------- */
.two-col { display: grid; grid-template-columns: 260px 1fr; gap: 34px; align-items: start; }
.side-nav { position: sticky; top: 104px; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--border); background: #fff; }
.side-nav h3 { background: var(--brand); color: #fff; font-size: 18px; text-align: center; padding: 16px; }
.side-nav a { display: block; padding: 13px 22px; font-size: 15px; color: var(--text-sub); border-bottom: 1px solid var(--border); }
.side-nav a:last-child { border-bottom: 0; }
.side-nav a:hover, .side-nav a.on { background: var(--brand-bg); color: var(--brand-deep); }
.side-box { margin-top: 22px; border-radius: var(--radius); border: 1px solid var(--border); background: #fff; padding: 20px; }
.side-box h4 { font-size: 16px; margin-bottom: 12px; }
.side-box .tel { font-size: 20px; font-weight: 700; color: var(--brand-dark); }
.side-box p { font-size: 13px; color: var(--text-sub); margin-top: 6px; line-height: 1.6; }

/* ---------- 新闻栏目分级导航 ---------- */
.news-cats { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 34px; }
.news-cats a { padding: 8px 24px; border-radius: 999px; border: 1px solid var(--border); color: var(--text-sub); font-size: 15px; background: #fff; transition: all .25s; }
.news-cats a:hover, .news-cats a.on { background: var(--brand); border-color: var(--brand); color: #fff; }

/* ---------- 项目页相关文章 ---------- */
.rel-arts { margin: 0 0 14px; }
.rel-arts li { position: relative; padding: 9px 0 9px 20px; border-bottom: 1px dashed var(--border); font-size: 15px; }
.rel-arts li::before { content: ""; position: absolute; left: 2px; top: 18px; width: 7px; height: 7px; border-radius: 50%; background: var(--brand); }
.rel-arts a { color: var(--text-sub); }
.rel-arts a:hover { color: var(--brand-dark); }

/* ---------- 问答社区 ---------- */
.wenda-cats { background: var(--bg-gray); padding: 16px 0; margin-bottom: 0; }
.wenda-cats .container { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.wenda-cats a { padding: 8px 20px; border-radius: 999px; border: 1px solid var(--border); color: var(--text-sub); font-size: 14px; background: #fff; transition: all .25s; }
.wenda-cats a:hover, .wenda-cats a.on { background: var(--brand); border-color: var(--brand); color: #fff; }

.wenda-stats { background: #fff; border-bottom: 1px solid var(--border); padding: 20px 0; }
.wenda-stats .container { display: flex; justify-content: center; gap: 60px; }
.wenda-stats .stat-item { text-align: center; }
.wenda-stats .num { display: block; font-size: 28px; font-weight: 700; color: var(--brand-dark); }
.wenda-stats .label { font-size: 13px; color: var(--text-light); }

.wenda-wrap { display: grid; grid-template-columns: 1fr 300px; gap: 30px; align-items: start; }
.wenda-main { min-width: 0; }
.wenda-list { display: flex; flex-direction: column; gap: 16px; }
.wenda-item { display: flex; gap: 16px; padding: 20px; background: #fff; border: 1px solid var(--border); border-radius: var(--radius); transition: all .3s; }
.wenda-item:hover { box-shadow: var(--shadow); border-color: var(--brand); }
.wenda-status { flex: none; padding: 4px 12px; border-radius: 4px; font-size: 12px; height: fit-content; }
.wenda-status.solved { background: var(--brand-bg); color: var(--brand-deep); }
.wenda-content { flex: 1; min-width: 0; }
.wenda-content h3 { font-size: 17px; margin-bottom: 8px; line-height: 1.4; }
.wenda-content h3 a { color: var(--text-main); }
.wenda-content h3 a:hover { color: var(--brand-dark); }
.wenda-desc { font-size: 14px; color: var(--text-sub); line-height: 1.6; margin-bottom: 10px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.wenda-meta { display: flex; flex-wrap: wrap; gap: 16px; font-size: 13px; color: var(--text-light); }
.wenda-meta .meta-item { display: flex; align-items: center; gap: 4px; }
.wenda-answer { flex: none; text-align: center; padding-left: 16px; border-left: 1px solid var(--border); }
.wenda-answer .answer-count { display: block; font-size: 24px; font-weight: 700; color: var(--brand-dark); }
.wenda-answer .answer-label { font-size: 12px; color: var(--text-light); }

.wenda-side { position: sticky; top: 100px; }
.wenda-side .side-box { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 20px; margin-bottom: 20px; }
.wenda-side .side-box h4 { font-size: 16px; margin-bottom: 14px; padding-bottom: 10px; border-bottom: 1px solid var(--border); }
.hot-list li { padding: 8px 0; border-bottom: 1px dashed var(--border); font-size: 14px; }
.hot-list li:last-child { border-bottom: 0; }
.hot-list a { color: var(--text-sub); }
.hot-list a:hover { color: var(--brand-dark); }
.side-tel { font-size: 13px; color: var(--text-light); margin-bottom: 4px; }
.side-num { font-size: 22px; font-weight: 700; color: var(--brand-dark); margin-bottom: 8px; }
.side-num a { color: var(--brand-dark); }
.side-time { font-size: 12px; color: var(--text-light); }

/* 侧边栏分类列表 */
.side-cats li { border-bottom: 1px dashed var(--border); }
.side-cats li:last-child { border-bottom: 0; }
.side-cats a { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; color: var(--text-sub); font-size: 14px; }
.side-cats a:hover { color: var(--brand-dark); }
.side-cats a span { background: var(--brand-bg); color: var(--brand-deep); font-size: 12px; padding: 2px 8px; border-radius: 10px; }

/* 问答区块标题 */
.wenda-section-head { margin-bottom: 24px; padding-bottom: 16px; border-bottom: 1px solid var(--border); }
.wenda-section-head h2 { font-size: 20px; color: var(--text-main); margin-bottom: 4px; }
.wenda-section-head .en { font-size: 13px; color: var(--text-light); text-transform: uppercase; letter-spacing: 1px; }

/* FAQ列表 */
.faq-list { max-width: 900px; margin: 0 auto; }
.faq-item { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); margin-bottom: 16px; overflow: hidden; transition: all .3s; }
.faq-item:hover { box-shadow: var(--shadow); border-color: var(--brand); }
.faq-question { display: flex; align-items: flex-start; gap: 12px; padding: 18px 20px; background: var(--bg-gray); }
.faq-question h3 { font-size: 16px; color: var(--text-main); line-height: 1.5; flex: 1; }
.faq-answer { display: flex; align-items: flex-start; gap: 12px; padding: 18px 20px; }
.faq-answer p { font-size: 14px; color: var(--text-sub); line-height: 1.8; flex: 1; }
.faq-icon { flex: none; width: 28px; height: 28px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; }
.faq-question .faq-icon { background: var(--brand); color: #fff; }
.faq-answer .faq-icon { background: var(--brand-bg); color: var(--brand-deep); }

/* 问答详细页 */
.wenda-detail { max-width: 900px; margin: 0 auto; }
.wenda-question { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 30px; margin-bottom: 24px; }
.wenda-question .q-status { display: inline-block; padding: 4px 12px; border-radius: 4px; font-size: 12px; margin-bottom: 12px; }
.wenda-question .q-status.solved { background: var(--brand-bg); color: var(--brand-deep); }
.wenda-question h1 { font-size: 22px; margin-bottom: 16px; line-height: 1.4; }
.wenda-question .q-meta { display: flex; flex-wrap: wrap; gap: 20px; font-size: 13px; color: var(--text-light); margin-bottom: 20px; padding-bottom: 16px; border-bottom: 1px solid var(--border); }
.wenda-question .q-person { background: var(--bg-gray); border-radius: 8px; padding: 16px; margin-bottom: 16px; }
.wenda-question .q-person .k { font-size: 13px; color: var(--text-light); margin-bottom: 6px; }
.wenda-question .q-person .v { font-size: 14px; color: var(--text-main); }
.wenda-question .q-desc { font-size: 15px; color: var(--text-sub); line-height: 1.8; }

.wenda-answer-box { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 30px; margin-bottom: 24px; }
.wenda-answer-box.best { border-color: var(--brand); box-shadow: var(--shadow); }
.wenda-answer-box .a-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; padding-bottom: 16px; border-bottom: 1px solid var(--border); }
.wenda-answer-box .a-title { font-size: 16px; font-weight: 600; color: var(--brand-deep); }
.wenda-answer-box .a-title .best-tag { background: var(--brand); color: #fff; font-size: 12px; padding: 3px 10px; border-radius: 4px; margin-left: 8px; }
.wenda-answer-box .a-expert { display: flex; align-items: center; gap: 12px; }
.wenda-answer-box .a-expert .avatar { width: 44px; height: 44px; border-radius: 50%; background: var(--brand-bg); display: flex; align-items: center; justify-content: center; font-size: 18px; color: var(--brand-deep); }
.wenda-answer-box .a-expert .info .name { font-size: 14px; font-weight: 600; color: var(--text-main); }
.wenda-answer-box .a-expert .info .role { font-size: 12px; color: var(--text-light); }
.wenda-answer-box .a-section { margin-bottom: 16px; }
.wenda-answer-box .a-section .k { font-size: 14px; font-weight: 600; color: var(--text-main); margin-bottom: 8px; }
.wenda-answer-box .a-section .v { font-size: 14px; color: var(--text-sub); line-height: 1.8; }
.wenda-answer-box .a-footer { display: flex; justify-content: space-between; align-items: center; margin-top: 20px; padding-top: 16px; border-top: 1px solid var(--border); font-size: 13px; color: var(--text-light); }

.wenda-similar { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 24px; }
.wenda-similar h3 { font-size: 16px; margin-bottom: 16px; padding-bottom: 12px; border-bottom: 1px solid var(--border); }
.wenda-similar li { padding: 12px 0; border-bottom: 1px dashed var(--border); }
.wenda-similar li:last-child { border-bottom: 0; }
.wenda-similar a { color: var(--text-sub); font-size: 14px; }
.wenda-similar a:hover { color: var(--brand-dark); }

/* ---------- 鉴定中心 ---------- */
.jd-stats { background: #fff; border-bottom: 1px solid var(--border); padding: 20px 0; }
.jd-stats .container { display: flex; justify-content: center; gap: 60px; }
.jd-stats .stat-item { text-align: center; }
.jd-stats .num { display: block; font-size: 28px; font-weight: 700; color: var(--brand-dark); }
.jd-stats .label { font-size: 13px; color: var(--text-light); }

.jd-intro { max-width: 800px; margin: -10px auto 40px; text-align: center; color: var(--text-sub); font-size: 15px; }
.jd-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.jd-card { position: relative; background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 24px; transition: all .3s; display: flex; flex-direction: column; }
.jd-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-hover); border-color: var(--brand); }
.jd-card.featured { border-color: var(--brand); box-shadow: var(--shadow); }
.jd-badge { position: absolute; top: -10px; right: 16px; background: var(--brand); color: #fff; font-size: 12px; padding: 4px 12px; border-radius: 4px; }
.jd-card-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; }
.jd-card-head h3 { font-size: 17px; }
.jd-card-head h3 a { color: var(--text-main); }
.jd-card-head h3 a:hover { color: var(--brand-dark); }
.jd-rating { font-size: 13px; color: #ff9800; font-weight: 600; }
.jd-card-body { flex: 1; }
.jd-addr { display: flex; align-items: flex-start; gap: 6px; font-size: 14px; color: var(--text-sub); margin-bottom: 8px; line-height: 1.5; }
.jd-addr svg { flex: none; margin-top: 3px; }
.jd-time { display: flex; align-items: center; gap: 6px; font-size: 13px; color: var(--text-light); margin-bottom: 12px; }
.jd-services { display: flex; flex-wrap: wrap; gap: 6px; }
.jd-services span { font-size: 12px; padding: 3px 10px; background: var(--brand-bg); color: var(--brand-deep); border-radius: 4px; }
.jd-card-foot { display: flex; justify-content: space-between; align-items: center; margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--border); }
.jd-price { font-size: 14px; color: var(--text-sub); }
.jd-price b { font-size: 22px; color: var(--brand-dark); }

/* 鉴定中心详细页 */
.jd-detail { display: grid; grid-template-columns: 1fr 1.5fr; gap: 40px; align-items: start; }
.jd-info { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 30px; }
.jd-info h2 { font-size: 22px; margin-bottom: 20px; position: relative; padding-bottom: 12px; }
.jd-info h2::after { content: ""; position: absolute; left: 0; bottom: 0; width: 40px; height: 3px; background: var(--brand); border-radius: 2px; }
.jd-info .jd-badge { position: static; display: inline-block; margin-bottom: 16px; }
.jd-info-item { display: flex; gap: 12px; padding: 12px 0; border-bottom: 1px dashed var(--border); font-size: 14px; }
.jd-info-item:last-child { border-bottom: 0; }
.jd-info-item .k { flex: none; width: 70px; color: var(--text-light); }
.jd-info-item .v { flex: 1; color: var(--text-main); line-height: 1.6; }
.jd-about h3 { font-size: 18px; margin: 24px 0 12px; padding-left: 12px; border-left: 4px solid var(--brand); }
.jd-about h3:first-child { margin-top: 0; }
.jd-about p { color: var(--text-sub); line-height: 1.8; margin-bottom: 12px; }
.jd-scope { margin: 12px 0 0 2em; list-style: disc; }
.jd-scope li { color: var(--text-sub); margin-bottom: 8px; }
