/* 汕学伴品牌网站 全局样式 - 深蓝 #1a365d + 金色 #d4a847 */
* { margin: 0; padding: 0; box-sizing: border-box; }
:root {
  --navy: #1a365d;
  --navy-2: #24457a;
  --navy-3: #122542;
  --gold: #d4a847;
  --gold-2: #b8902f;
  --bg: #f6f8fb;
  --ink: #1f2733;
  --mut: #5b6675;
  --line: #e3e7ee;
  --card: #ffffff;
  --green: #1e9e6a;
  --red: #d9534f;
  --radius: 14px;
  --shadow: 0 6px 24px rgba(26, 54, 93, .08);
  --shadow-2: 0 12px 40px rgba(26, 54, 93, .14);
}
html { scroll-behavior: smooth; }
body { font-family: "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif; color: var(--ink); background: var(--bg); line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; }
a { color: var(--navy-2); text-decoration: none; }
a:hover { color: var(--gold-2); }
.wrap { max-width: 1140px; margin: 0 auto; padding: 0 20px; }
h1, h2, h3, h4 { line-height: 1.3; color: var(--navy); }

/* ---------- 按钮 ---------- */
.btn { display: inline-block; padding: 13px 30px; border-radius: 999px; font-weight: 600; font-size: 16px; border: 2px solid transparent; cursor: pointer; transition: all .2s; text-align: center; }
.btn-gold { background: var(--gold); color: var(--navy); }
.btn-gold:hover { background: var(--gold-2); color: #fff; transform: translateY(-2px); }
.btn-ghost { border-color: rgba(255, 255, 255, .7); color: #fff; }
.btn-ghost:hover { background: rgba(255, 255, 255, .12); color: #fff; }
.btn-navy { background: var(--navy); color: #fff; }
.btn-navy:hover { background: var(--navy-2); color: #fff; }
.btn-line { border-color: var(--navy); color: var(--navy); background: #fff; }
.btn-line:hover { background: var(--navy); color: #fff; }
.btn-sm { padding: 7px 16px; font-size: 13px; }
.btn-danger { background: #fff; color: var(--red); border-color: var(--red); }
.btn-danger:hover { background: var(--red); color: #fff; }
.btn[disabled] { opacity: .5; cursor: not-allowed; }

/* ---------- 头部 ---------- */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255, 255, 255, .96); backdrop-filter: blur(8px); border-bottom: 1px solid var(--line); }
.head-in { display: flex; align-items: center; gap: 18px; height: 66px; }
.brand { display: flex; align-items: center; gap: 10px; }
.brand-logo { height: 38px; width: auto; display: block; }
.foot-logo { height: 34px; width: auto; display: block; }
.login-logo { width: 60px; height: 60px; display: block; margin: 0 auto 14px; }
.brand-t { display: flex; flex-direction: column; line-height: 1.2; }
.brand-t strong { font-size: 20px; color: var(--navy); letter-spacing: 1px; }
.brand-t em { font-style: normal; font-size: 11px; color: var(--gold-2); }
.head-nav { display: flex; gap: 4px; margin-left: auto; }
.head-nav a { padding: 8px 14px; border-radius: 8px; font-size: 15px; color: var(--ink); }
.head-nav a:hover { background: #eef2f8; color: var(--navy); }
.head-nav a.on { color: var(--gold-2); font-weight: 600; }
.head-tel { font-weight: 700; color: var(--navy); white-space: nowrap; }
.burger { display: none; background: none; border: none; font-size: 24px; color: var(--navy); cursor: pointer; }

/* ---------- Hero ---------- */
.hero { background: linear-gradient(135deg, #1a365d 0%, #24457a 60%, #2f5696 100%); color: #fff; padding: 56px 0 74px; position: relative; overflow: hidden; }
.hero::after { content: ""; position: absolute; right: -120px; top: -120px; width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(circle, rgba(212, 168, 71, .25), transparent 70%); }
.hero-in { position: relative; z-index: 1; max-width: 780px; }
.hero-tag { display: inline-block; background: rgba(212, 168, 71, .18); border: 1px solid rgba(212, 168, 71, .5); color: var(--gold); padding: 6px 16px; border-radius: 999px; font-size: 13px; margin-bottom: 22px; }
.hero h1 { font-size: 46px; color: #fff; margin-bottom: 16px; letter-spacing: 1px; }
.hero h1 em { font-style: normal; color: var(--gold); }
.hero p.sub { font-size: 18px; color: rgba(255, 255, 255, .85); margin-bottom: 34px; }
.cta-row { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-stats { display: flex; gap: 44px; margin-top: 48px; flex-wrap: wrap; }
.hstat b { display: block; font-size: 30px; color: var(--gold); }
.hstat span { font-size: 14px; color: rgba(255, 255, 255, .75); }

/* ---------- 信任运营条 ---------- */
.trustbar { background: var(--navy); color: #fff; }
.trust-in { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; padding: 14px 20px; }
.trust-in span { border: 1px solid rgba(212, 168, 71, .55); color: var(--gold); padding: 5px 18px; border-radius: 999px; font-size: 14px; }

/* ---------- 通用 section ---------- */
.sec { padding: 72px 0; }
.sec-alt { background: #fff; }
.sec-head { text-align: center; max-width: 720px; margin: 0 auto 46px; }
.sec-head .kicker { color: var(--gold-2); font-weight: 700; letter-spacing: 3px; font-size: 13px; }
.sec-head h2 { font-size: 32px; margin: 8px 0 10px; }
.sec-head p { color: var(--mut); }

/* ---------- 品牌故事 ---------- */
.story-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: center; }
.story-txt p { margin-bottom: 14px; color: #39424f; }
.story-txt .hl { color: var(--gold-2); font-weight: 600; }
.val-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.val-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; box-shadow: var(--shadow); transition: transform .2s; }
.val-card:hover { transform: translateY(-4px); }
.val-card .ico { font-size: 26px; }
.val-card h3 { font-size: 17px; margin: 8px 0 6px; }
.val-card p { font-size: 14px; color: var(--mut); }

/* ---------- 六大优势 ---------- */
.adv-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.adv-card { background: var(--card); border-radius: var(--radius); padding: 28px 24px; border: 1px solid var(--line); box-shadow: var(--shadow); position: relative; }
.adv-card .num { position: absolute; top: 18px; right: 20px; font-size: 34px; font-weight: 800; color: #eef2f8; }
.adv-card .ico { width: 48px; height: 48px; border-radius: 12px; background: linear-gradient(135deg, var(--navy), var(--navy-2)); color: var(--gold); display: flex; align-items: center; justify-content: center; font-size: 22px; margin-bottom: 14px; }
.adv-card h3 { font-size: 18px; margin-bottom: 8px; }
.adv-card p { font-size: 14px; color: var(--mut); }

/* ---------- 服务流程 ---------- */
.steps { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; counter-reset: step; }
.step { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 16px; text-align: center; position: relative; }
.step::before { counter-increment: step; content: counter(step); display: inline-flex; width: 36px; height: 36px; border-radius: 50%; background: var(--gold); color: var(--navy); font-weight: 800; align-items: center; justify-content: center; margin-bottom: 10px; }
.step h3 { font-size: 16px; margin-bottom: 6px; }
.step p { font-size: 13px; color: var(--mut); }
.step:not(:last-child)::after { content: "→"; position: absolute; right: -13px; top: 34px; color: var(--gold-2); font-weight: 700; }

/* ---------- 定价 ---------- */
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.price-card { background: #fff; border: 2px solid var(--line); border-radius: 18px; padding: 30px 26px; position: relative; box-shadow: var(--shadow); }
.price-card.rec { border-color: var(--gold); box-shadow: var(--shadow-2); transform: scale(1.03); }
.price-card .badge { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--gold); color: var(--navy); font-size: 13px; font-weight: 700; padding: 4px 18px; border-radius: 999px; }
.price-card h3 { font-size: 19px; }
.price-card .p-sub { font-size: 13px; color: var(--mut); margin-bottom: 14px; }
.price-card .p-num { font-size: 34px; font-weight: 800; color: var(--navy); }
.price-card .p-num small { font-size: 14px; color: var(--mut); font-weight: 400; }
.price-card ul { list-style: none; margin: 16px 0 22px; }
.price-card li { padding: 7px 0 7px 26px; position: relative; font-size: 14px; color: #39424f; border-bottom: 1px dashed var(--line); }
.price-card li::before { content: "✓"; position: absolute; left: 2px; color: var(--green); font-weight: 700; }

/* ---------- 用户评价 ---------- */
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.review-card { background: #fff; border-radius: var(--radius); border: 1px solid var(--line); padding: 26px; box-shadow: var(--shadow); }
.review-card .stars { color: var(--gold); font-size: 17px; letter-spacing: 2px; }
.review-card p { margin: 12px 0 16px; font-size: 14.5px; color: #39424f; }
.review-who { display: flex; align-items: center; gap: 10px; }
.review-who .av { width: 40px; height: 40px; border-radius: 50%; background: var(--navy-2); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 700; }
.review-who b { display: block; font-size: 14px; color: var(--navy); }
.review-who span { font-size: 12px; color: var(--mut); }

/* ---------- FAQ ---------- */
.faq-list { max-width: 820px; margin: 0 auto; }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: 12px; margin-bottom: 12px; overflow: hidden; }
.faq-q { width: 100%; text-align: left; background: none; border: none; padding: 18px 22px; font-size: 16px; font-weight: 600; color: var(--navy); cursor: pointer; display: flex; justify-content: space-between; align-items: center; }
.faq-q .arr { transition: transform .2s; color: var(--gold-2); }
.faq-item.open .faq-q .arr { transform: rotate(180deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .25s ease; }
.faq-a p { padding: 0 22px 18px; color: var(--mut); font-size: 14.5px; }
.faq-item.open .faq-a { max-height: 300px; }

/* ---------- 教育资讯 ---------- */
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.news-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow); display: flex; flex-direction: column; transition: transform .2s; }
.news-card:hover { transform: translateY(-4px); color: inherit; }
.news-card .nc-cat { align-self: flex-start; background: #eef2f8; color: var(--navy-2); font-size: 12px; padding: 3px 12px; border-radius: 999px; margin-bottom: 10px; }
.news-card h3 { font-size: 17px; margin-bottom: 8px; }
.news-card p { font-size: 13.5px; color: var(--mut); flex: 1; }
.news-card .nc-meta { margin-top: 12px; font-size: 12px; color: var(--gold-2); }

/* ---------- 联系我们 ---------- */
.contact-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.contact-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 22px; text-align: center; box-shadow: var(--shadow); }
.contact-card .ico { font-size: 26px; }
.contact-card h3 { font-size: 16px; margin: 10px 0 6px; }
.contact-card p { font-size: 14px; color: var(--mut); }
.contact-card a { font-weight: 600; }
.dist-links a { display: inline-block; margin: 4px 6px 4px 0; padding: 6px 16px; background: #eef2f8; border-radius: 999px; font-size: 14px; }
.dist-links a:hover { background: var(--navy); color: #fff; }

/* ---------- 页脚 ---------- */
.site-footer { background: var(--navy); color: rgba(255, 255, 255, .8); margin-top: 0; }
.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 36px; padding: 56px 20px 36px; }
.foot-brand { display: flex; align-items: center; gap: 10px; color: #fff; font-size: 20px; margin-bottom: 12px; }
.site-footer h4 { color: var(--gold); font-size: 15px; margin-bottom: 14px; }
.site-footer a { display: block; color: rgba(255, 255, 255, .75); padding: 4px 0; font-size: 14px; }
.site-footer a:hover { color: var(--gold); }
.site-footer p { font-size: 13.5px; }
.foot-bar .icp-link { display: inline; color: rgba(255, 255, 255, .68); padding: 0; font-size: inherit; }
.foot-bar .icp-link:hover { color: var(--gold); }
.foot-bar { border-top: 1px solid rgba(255, 255, 255, .14); display: flex; justify-content: space-between; gap: 10px; flex-wrap: wrap; padding: 16px 20px; font-size: 12.5px; color: rgba(255, 255, 255, .55); max-width: 1140px; margin: 0 auto; }

/* ---------- 文章页 / 地域页 / 列表页 ---------- */
.page-hero { background: linear-gradient(135deg, var(--navy), var(--navy-2)); color: #fff; padding: 56px 0; }
.page-hero h1 { color: #fff; font-size: 34px; margin-bottom: 10px; }
.page-hero p { color: rgba(255, 255, 255, .82); max-width: 760px; }
.crumb { padding: 16px 20px 0; font-size: 13px; color: var(--mut); }
.crumb a { color: var(--mut); }
.crumb a:hover { color: var(--gold-2); }
.art-page { background: #fff; margin-top: 16px; margin-bottom: 60px; border-radius: var(--radius); border: 1px solid var(--line); padding: 44px 52px; max-width: 900px; }
.art-head .art-cat { display: inline-block; background: #eef2f8; color: var(--navy-2); font-size: 12.5px; padding: 4px 14px; border-radius: 999px; margin-bottom: 12px; }
.art-head h1 { font-size: 30px; }
.art-meta { color: var(--mut); font-size: 13px; margin: 14px 0 0; }
.art-meta .tag { background: #f4ead3; color: var(--gold-2); border-radius: 6px; padding: 2px 8px; margin-right: 4px; font-size: 12px; }
.art-answer { background: #fbf7ec; border-left: 4px solid var(--gold); border-radius: 8px; padding: 16px 20px; margin: 24px 0 14px; font-size: 15px; }
.art-summary { color: var(--mut); font-size: 14px; margin-bottom: 10px; }
.art-hero { margin: 20px 0; }
.art-hero img { border-radius: 12px; }
.art-hero figcaption { font-size: 12.5px; color: var(--mut); text-align: center; margin-top: 6px; }
.art-body h2 { font-size: 21px; margin: 30px 0 12px; padding-left: 12px; border-left: 4px solid var(--gold); }
.art-body h3 { font-size: 17px; margin: 20px 0 8px; }
.art-body p { margin-bottom: 12px; color: #39424f; }
.art-body ul, .art-body ol { margin: 0 0 14px 22px; color: #39424f; }
.art-body li { margin-bottom: 6px; }
.art-body table, .tbl { width: 100%; border-collapse: collapse; margin: 14px 0; font-size: 14px; }
.art-body table th, .art-body table td, .tbl th, .tbl td { border: 1px solid var(--line); padding: 10px 12px; text-align: left; }
.art-body table th, .tbl th { background: #eef2f8; color: var(--navy); }
.art-faq { margin-top: 34px; }
.art-faq h2 { font-size: 21px; margin-bottom: 14px; padding-left: 12px; border-left: 4px solid var(--gold); }
.art-faq .faq-item h3 { font-size: 15.5px; padding: 16px 20px 0; }
.art-faq .faq-item p { padding: 8px 20px 16px; color: var(--mut); font-size: 14.5px; }
.art-src { margin-top: 26px; font-size: 13.5px; color: var(--mut); }
.art-src h2 { font-size: 16px; margin-bottom: 8px; }
.art-src ul { margin-left: 20px; }
.art-author { display: flex; gap: 14px; align-items: center; background: #f6f8fb; border-radius: 12px; padding: 18px 22px; margin-top: 30px; }
.aa-avatar { width: 52px; height: 52px; border-radius: 50%; background: var(--navy); color: var(--gold); font-size: 22px; font-weight: 800; display: flex; align-items: center; justify-content: center; }
.art-author p { font-size: 13.5px; color: var(--mut); }
.aa-review { font-size: 12.5px !important; color: var(--gold-2) !important; }
.art-cta { margin-top: 30px; background: linear-gradient(135deg, var(--navy), var(--navy-2)); color: #fff; border-radius: 16px; padding: 30px; text-align: center; }
.art-cta h2 { color: #fff; font-size: 22px; margin-bottom: 8px; }
.art-cta p { color: rgba(255, 255, 255, .8); margin-bottom: 18px; font-size: 14.5px; }
.art-cta .cta-row { justify-content: center; }
.dist-page { padding: 30px 20px 60px; }
.dist-page .card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 28px; margin-bottom: 20px; box-shadow: var(--shadow); }
.dist-page .card h2 { font-size: 20px; margin-bottom: 12px; }

/* ---------- 表单页 ---------- */
.form-page { max-width: 860px; margin: 30px auto 70px; background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow-2); padding: 40px 46px; }
.form-page h1 { font-size: 26px; margin-bottom: 6px; }
.form-page .fp-sub { color: var(--mut); font-size: 14px; margin-bottom: 26px; }
.f-group { margin-bottom: 20px; }
.f-label { display: block; font-weight: 600; font-size: 14.5px; margin-bottom: 7px; color: var(--navy); }
.f-label .req { color: var(--red); margin-left: 3px; }
.f-label .opt { color: var(--mut); font-weight: 400; font-size: 12.5px; margin-left: 6px; }
.f-input, .f-select, .f-textarea { width: 100%; border: 1.5px solid var(--line); border-radius: 10px; padding: 11px 14px; font-size: 15px; font-family: inherit; transition: border .2s; background: #fff; }
.f-input:focus, .f-select:focus, .f-textarea:focus { outline: none; border-color: var(--navy-2); box-shadow: 0 0 0 3px rgba(36, 69, 122, .1); }
.f-textarea { min-height: 96px; resize: vertical; }
.f-err { border-color: var(--red) !important; }
.f-errmsg { color: var(--red); font-size: 12.5px; margin-top: 5px; display: none; }
.f-errmsg.show { display: block; }
.f-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.f-hint { font-size: 12.5px; color: var(--mut); margin-top: 5px; }
.check-grid { display: flex; flex-wrap: wrap; gap: 8px; }
.check-chip { position: relative; }
.check-chip input { position: absolute; opacity: 0; }
.check-chip label { display: inline-block; padding: 8px 16px; border: 1.5px solid var(--line); border-radius: 999px; font-size: 14px; cursor: pointer; transition: all .15s; color: var(--ink); }
.check-chip input:checked + label { background: var(--navy); border-color: var(--navy); color: #fff; }
.check-chip input:focus + label { box-shadow: 0 0 0 3px rgba(36, 69, 122, .18); }
.file-drop { border: 2px dashed var(--line); border-radius: 12px; padding: 20px; text-align: center; cursor: pointer; transition: border .2s; }
.file-drop:hover { border-color: var(--navy-2); background: #fbfcfe; }
.file-drop .fd-ico { font-size: 26px; }
.file-drop p { font-size: 13.5px; color: var(--mut); }
.file-prev { display: flex; align-items: center; gap: 12px; margin-top: 10px; background: #f6f8fb; border-radius: 10px; padding: 10px 14px; }
.file-prev img { width: 56px; height: 56px; object-fit: cover; border-radius: 8px; }
.file-prev .fp-name { flex: 1; font-size: 13px; color: var(--ink); word-break: break-all; }
.file-prev button { background: none; border: none; color: var(--red); cursor: pointer; font-size: 13px; }
.exp-item { border: 1.5px solid var(--line); border-radius: 12px; padding: 18px; margin-bottom: 14px; position: relative; background: #fbfcfe; }
.exp-item .exp-del { position: absolute; top: 12px; right: 12px; background: none; border: none; color: var(--red); cursor: pointer; font-size: 13px; }
.exp-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.form-actions { display: flex; gap: 14px; margin-top: 30px; }
.form-actions .btn { flex: 1; }

/* 确认卡片 */
.confirm-card { border: 1.5px solid var(--line); border-radius: 14px; overflow: hidden; margin-bottom: 22px; }
.confirm-card .cc-head { background: var(--navy); color: #fff; padding: 14px 22px; font-weight: 600; display: flex; justify-content: space-between; align-items: center; }
.confirm-card .cc-head .cc-edit { background: var(--gold); color: var(--navy); border: none; padding: 6px 16px; border-radius: 999px; font-size: 13px; font-weight: 700; cursor: pointer; }
.cc-body { padding: 20px 22px; }
.cc-row { display: grid; grid-template-columns: 130px 1fr; gap: 8px; padding: 8px 0; border-bottom: 1px dashed var(--line); font-size: 14.5px; }
.cc-row:last-child { border-bottom: none; }
.cc-row b { color: var(--navy); font-weight: 600; }
.cc-imgs { display: flex; gap: 10px; flex-wrap: wrap; }
.cc-imgs img { width: 88px; height: 88px; object-fit: cover; border-radius: 10px; border: 1px solid var(--line); cursor: pointer; }
.done-box { text-align: center; padding: 60px 30px; }
.done-box .ok-ico { width: 84px; height: 84px; border-radius: 50%; background: #e8f7f0; color: var(--green); font-size: 40px; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.done-box h1 { font-size: 26px; margin-bottom: 12px; }
.done-box p { color: var(--mut); max-width: 520px; margin: 0 auto 8px; font-size: 15px; }
.done-box .warm { background: #fbf7ec; border: 1px solid #f0e2bb; color: #8a6d1d; border-radius: 12px; padding: 16px 20px; margin: 22px auto; max-width: 560px; font-size: 14px; }

/* ---------- 管理后台 ---------- */
.admin-wrap { max-width: 1200px; margin: 26px auto 70px; padding: 0 20px; }
.login-box { max-width: 400px; margin: 80px auto; background: #fff; border-radius: 18px; box-shadow: var(--shadow-2); padding: 40px; text-align: center; }
.login-box h1 { font-size: 22px; margin: 14px 0 4px; }
.login-box p { color: var(--mut); font-size: 13.5px; margin-bottom: 22px; }
.admin-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; flex-wrap: wrap; gap: 10px; }
.admin-head h1 { font-size: 24px; }
.admin-tabs { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 20px; }
.admin-tabs button { border: 1.5px solid var(--line); background: #fff; padding: 10px 20px; border-radius: 999px; cursor: pointer; font-size: 14.5px; color: var(--ink); }
.admin-tabs button.on { background: var(--navy); color: #fff; border-color: var(--navy); }
.panel { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow); }
.sub-tabs { display: flex; gap: 8px; margin-bottom: 16px; }
.sub-tabs button { border: none; background: #eef2f8; padding: 8px 18px; border-radius: 8px; cursor: pointer; font-size: 14px; }
.sub-tabs button.on { background: var(--navy); color: #fff; }
.data-tbl { width: 100%; border-collapse: collapse; font-size: 13.5px; }
.data-tbl th, .data-tbl td { border-bottom: 1px solid var(--line); padding: 10px 10px; text-align: left; vertical-align: top; }
.data-tbl th { background: #f6f8fb; color: var(--navy); white-space: nowrap; }
.data-tbl tr:hover td { background: #fbfcfe; }
.pill { display: inline-block; padding: 2px 10px; border-radius: 999px; font-size: 12px; }
.pill-green { background: #e8f7f0; color: var(--green); }
.pill-gray { background: #eef2f8; color: var(--mut); }
.pill-gold { background: #f4ead3; color: var(--gold-2); }
.pill-red { background: #fdecea; color: var(--red); }
.stat-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-bottom: 20px; }
.stat-card { background: linear-gradient(135deg, var(--navy), var(--navy-2)); color: #fff; border-radius: 12px; padding: 18px 20px; }
.stat-card b { font-size: 28px; display: block; color: var(--gold); }
.stat-card span { font-size: 13px; color: rgba(255, 255, 255, .8); }
.match-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.match-card { border: 1.5px solid var(--line); border-radius: 12px; padding: 18px 20px; position: relative; }
.match-card h3 { font-size: 16px; margin-bottom: 4px; }
.match-card .m-sub { font-size: 13px; color: var(--mut); margin-bottom: 10px; }
.match-card .m-ops { display: flex; gap: 8px; margin-top: 10px; flex-wrap: wrap; }
.rec-group { border: 1.5px solid var(--line); border-radius: 12px; margin-bottom: 16px; overflow: hidden; }
.rec-group .rg-head { background: #f6f8fb; padding: 12px 18px; display: flex; justify-content: space-between; align-items: center; cursor: pointer; flex-wrap: wrap; gap: 8px; }
.rec-group .rg-body { padding: 6px 18px 14px; display: none; }
.rec-group.open .rg-body { display: block; }
.rec-item { border-bottom: 1px dashed var(--line); padding: 12px 0; font-size: 14px; }
.rec-item:last-child { border-bottom: none; }
.rec-item .r-meta { color: var(--mut); font-size: 12.5px; margin-bottom: 4px; }
.modal-mask { position: fixed; inset: 0; background: rgba(15, 25, 40, .55); z-index: 100; display: none; align-items: flex-start; justify-content: center; overflow-y: auto; padding: 40px 16px; }
.modal-mask.show { display: flex; }
.modal { background: #fff; border-radius: 18px; width: 100%; max-width: 760px; padding: 30px 34px; box-shadow: var(--shadow-2); }
.modal.wide { max-width: 980px; }
.modal h2 { font-size: 20px; margin-bottom: 18px; }
.modal .m-actions { display: flex; gap: 12px; justify-content: flex-end; margin-top: 24px; }
.empty { text-align: center; color: var(--mut); padding: 44px 0; font-size: 14px; }
.toast { position: fixed; top: 80px; left: 50%; transform: translateX(-50%); background: var(--navy); color: #fff; padding: 12px 26px; border-radius: 999px; z-index: 200; box-shadow: var(--shadow-2); font-size: 14.5px; opacity: 0; transition: opacity .2s; pointer-events: none; }
.toast.show { opacity: 1; }
.toast.err { background: var(--red); }
.warn-list { background: #fff8e6; border: 1px solid #f0e2bb; border-radius: 10px; padding: 14px 18px; margin: 12px 0; font-size: 13px; }
.warn-list .w-hard { color: var(--red); font-weight: 600; }
.warn-list .w-warn { color: #8a6d1d; }
.stale { background: #fff8e6 !important; }
.art-row-title { font-weight: 600; color: var(--navy); }
.art-ops button { margin-right: 6px; }
.q-lib { max-height: 180px; overflow-y: auto; border: 1px solid var(--line); border-radius: 10px; padding: 10px; }
.q-lib button { display: inline-block; margin: 3px; padding: 5px 12px; border: 1px solid var(--line); background: #fff; border-radius: 999px; font-size: 12.5px; cursor: pointer; }
.q-lib button:hover { background: var(--navy); color: #fff; }
.faq-dyn { border: 1px dashed var(--line); border-radius: 10px; padding: 12px; margin-bottom: 10px; }
.img-input-row { display: flex; gap: 10px; align-items: center; }
.img-input-row .f-input { flex: 1; }
.audit-tbl td select { padding: 4px 8px; border-radius: 6px; border: 1px solid var(--line); }
.geo-note { background: #eef2f8; border-radius: 10px; padding: 12px 16px; font-size: 12.5px; color: var(--mut); margin-bottom: 16px; }

/* ---------- 视图切换 ---------- */
.view { display: none; }
.view.on { display: block; }

/* ---------- 响应式 ---------- */
@media (max-width: 960px) {
  .adv-grid, .news-grid, .review-grid, .price-grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(3, 1fr); }
  .step:not(:last-child)::after { display: none; }
  .story-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: repeat(2, 1fr); }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .stat-cards { grid-template-columns: repeat(2, 1fr); }
  .match-grid { grid-template-columns: 1fr; }
  .hero h1 { font-size: 34px; }
}
@media (max-width: 640px) {
  .head-nav { position: fixed; top: 66px; left: 0; right: 0; background: #fff; flex-direction: column; padding: 10px; border-bottom: 1px solid var(--line); display: none; box-shadow: var(--shadow-2); }
  .head-nav.open { display: flex; }
  .burger { display: block; margin-left: auto; }
  .head-tel { display: none; }
  .adv-grid, .news-grid, .review-grid, .price-grid, .val-cards, .steps, .contact-grid, .foot-grid, .f-row, .exp-grid, .stat-cards { grid-template-columns: 1fr; }
  .price-card.rec { transform: none; }
  .hero { padding: 40px 0 56px; }
  .hero h1 { font-size: 28px; }
  .hero-stats { gap: 24px; }
  .form-page { padding: 26px 20px; margin: 16px 12px 50px; }
  .art-page { padding: 26px 20px; }
  .art-head h1 { font-size: 23px; }
  .cc-row { grid-template-columns: 1fr; gap: 2px; }
  .modal { padding: 22px 18px; }
  .foot-bar .icp-link { display: inline; color: rgba(255, 255, 255, .68); padding: 0; font-size: inherit; }
.foot-bar .icp-link:hover { color: var(--gold); }
.foot-bar { justify-content: center; text-align: center; }
}
