/* Shared category / list H5 styles — 吉利新材 VI */
:root {
  --brand-blue: #1010A8;
  --brand-red: #C80030;
  --ink: #12123A;
  --ink-soft: #4A4A6E;
  --line: rgba(16, 16, 168, 0.14);
  --paper: #F4F5FB;
  --panel: #FFFFFF;
  --accent-deep: #0C0C7A;
  --accent-soft: #E4E6F8;
  --cta: var(--brand-red);
  --safe-b: env(safe-area-inset-bottom, 0px);
  --font-display: "Noto Serif SC", "Songti SC", serif;
  --font-body: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
body {
  font-family: var(--font-body);
  color: var(--ink);
  background:
    radial-gradient(110% 70% at 100% -5%, rgba(200, 0, 48, 0.10), transparent 52%),
    radial-gradient(90% 60% at -8% 18%, rgba(16, 16, 168, 0.14), transparent 55%),
    linear-gradient(180deg, #EAEBF8 0%, var(--paper) 30%, #F7F7FC 100%);
  line-height: 1.65;
  padding-bottom: calc(88px + var(--safe-b));
  -webkit-font-smoothing: antialiased;
}
.wrap { width: min(100%, 440px); margin: 0 auto; padding: 0 18px 24px; }
.hero { position: relative; padding: 24px 0 18px; overflow: hidden; }
.brand { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 16px; text-decoration: none; color: inherit; }
.brand img { width: 40px; height: 40px; object-fit: contain; }
.brand-text { display: flex; flex-direction: column; gap: 2px; }
.brand-name { font-size: 14px; font-weight: 700; letter-spacing: 0.06em; color: var(--brand-blue); }
.brand-sub { font-size: 12px; color: var(--ink-soft); }
.tag { display: inline-block; font-size: 12px; font-weight: 500; color: var(--accent-deep); background: var(--accent-soft); padding: 4px 10px; margin-bottom: 12px; }
h1 { font-family: var(--font-display); font-size: 28px; line-height: 1.3; font-weight: 700; margin-bottom: 10px; }
.lead { font-size: 15px; color: var(--ink-soft); }
.lead strong { color: var(--ink); }
.scenes { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.scenes span { font-size: 12.5px; padding: 5px 11px; background: rgba(255,255,255,0.85); border: 1px solid rgba(16,16,168,0.18); color: var(--brand-blue); }
h2 { font-family: var(--font-display); font-size: 18px; font-weight: 700; color: var(--brand-blue); margin: 22px 0 8px; padding-top: 14px; border-top: 1px solid var(--line); }
.sec-desc { font-size: 13px; color: var(--ink-soft); margin-bottom: 14px; }
.product { display: block; text-decoration: none; color: inherit; background: var(--panel); border: 1px solid var(--line); border-left: 3px solid var(--brand-blue); padding: 14px; margin-bottom: 10px; box-shadow: 0 8px 22px rgba(16,16,168,0.05); }
.product-top { display: flex; justify-content: space-between; gap: 10px; margin-bottom: 6px; }
.product h3 { font-size: 16px; font-weight: 700; }
.badge { font-size: 11px; font-weight: 600; color: var(--accent-deep); background: var(--accent-soft); padding: 3px 8px; flex: 0 0 auto; }
.badge-g5 { color: #fff; background: linear-gradient(120deg, var(--brand-blue), var(--brand-red)); }
.product p { font-size: 13.5px; color: var(--ink-soft); margin: 0; }
.product .go { margin-top: 10px; font-size: 13px; font-weight: 600; color: var(--brand-red); }
.more-title { font-size: 13px; font-weight: 600; color: var(--ink-soft); margin: 16px 0 8px; }
.more-list { list-style: none; border-top: 1px solid var(--line); margin-bottom: 8px; }
.more-list li { display: flex; justify-content: space-between; align-items: center; padding: 11px 2px; border-bottom: 1px solid var(--line); font-size: 14px; gap: 8px; }
.more-list .hint { font-size: 12px; color: var(--ink-soft); white-space: nowrap; }
.strip { margin-top: 18px; padding: 16px; background: linear-gradient(145deg, #0C0C7A 0%, #1010A8 48%, #8A1038 130%); color: #F5F6FF; }
.strip h2 { color: #fff; border: 0; padding: 0; margin: 0 0 8px; font-size: 17px; }
.strip p { font-size: 13.5px; color: rgba(245,246,255,0.9); margin-bottom: 8px; }
.strip .fine { font-size: 12px; color: rgba(245,246,255,0.68); margin: 0; }
.links { margin-top: 18px; border-top: 1px solid var(--line); padding-top: 8px; }
.links a { display: flex; justify-content: space-between; text-decoration: none; color: var(--ink); font-size: 14.5px; padding: 12px 2px; border-bottom: 1px solid var(--line); }
.links a span { color: var(--brand-blue); font-size: 13px; }
.foot-note { margin-top: 18px; font-size: 12px; color: var(--ink-soft); line-height: 1.55; }
.callout-soft { margin: 8px 0 4px; padding: 12px 14px; background: rgba(16,16,168,0.05); border-left: 3px solid var(--brand-blue); }
.callout-soft strong { display: block; font-size: 14px; margin-bottom: 6px; }
.callout-soft p { font-size: 13px; color: var(--ink-soft); margin: 0; }
.dock { position: fixed; left: 0; right: 0; bottom: 0; padding: 10px 18px calc(10px + var(--safe-b)); background: rgba(244,245,251,0.94); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border-top: 1px solid var(--line); z-index: 20; }
.dock-inner { width: min(100%, 440px); margin: 0 auto; display: grid; grid-template-columns: 1fr 1.35fr; gap: 10px; }
.btn { text-align: center; text-decoration: none; font-family: inherit; font-size: 14.5px; font-weight: 600; padding: 13px 12px; }
.btn-ghost { color: var(--brand-blue); border: 1px solid rgba(16,16,168,0.35); }
.btn-primary { background: var(--cta); color: #fff; }
.subnav { position: sticky; top: 0; z-index: 10; display: grid; grid-template-columns: 1fr 1fr; margin: 8px 0 4px; background: rgba(244,245,251,0.94); backdrop-filter: blur(10px); border: 1px solid var(--line); }
.subnav a { text-align: center; text-decoration: none; font-size: 14px; font-weight: 600; color: var(--ink-soft); padding: 12px 8px; }
.subnav a.active, .subnav a:hover { color: #fff; background: var(--brand-blue); }
