/* ============================================================
   东阳市千祥实业有限公司 — 企业官网样式
   基线：open-design/design-systems/enterprise（令牌翻译）
   ============================================================ */

:root {
  /* 表面与文字 */
  --bg: #f5f7fa;
  --surface: #ffffff;
  --surface-warm: #eef2f7;
  --fg: #0f172a;
  --fg-2: #334155;
  --muted: #64748b;
  --border: #d8dee8;
  --border-soft: #edf1f6;
  /* 强调色（单一） */
  --accent: #1d4ed8;
  --accent-on: #ffffff;
  --accent-hover: #1e40af;
  /* 深色区块 */
  --dark: #0b1524;
  --dark-2: #101e33;
  --on-dark: #e6edf7;
  --on-dark-muted: #93a5bd;
  /* 语义 */
  --success: #15803d;
  /* 字体 */
  --font-cn: 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Noto Sans SC', system-ui, -apple-system, sans-serif;
  /* 字号 */
  --text-xs: 12px;
  --text-sm: 14px;
  --text-base: 16px;
  --text-lg: 18px;
  --text-xl: 22px;
  --text-2xl: 30px;
  --text-3xl: 40px;
  /* 行高 */
  --leading-body: 1.6;
  --leading-tight: 1.18;
  /* 间距 */
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-8: 32px;
  --space-12: 48px;
  --space-16: 64px;
  --section-y-desktop: 96px;
  --section-y-tablet: 68px;
  --section-y-phone: 48px;
  /* 圆角与阴影 */
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 16px;
  --radius-pill: 999px;
  --elev-ring: 0 0 0 1px var(--border);
  --elev-raised: 0 20px 52px rgba(15, 23, 42, 0.10);
  --focus-ring: 0 0 0 4px rgba(29, 78, 216, 0.22);
  /* 动效 */
  --motion-fast: 150ms;
  --motion-base: 230ms;
  --ease-standard: cubic-bezier(0.2, 0, 0, 1);
  /* 容器 */
  --container-max: 1200px;
  --container-gutter-desktop: 36px;
  --container-gutter-tablet: 24px;
  --container-gutter-phone: 16px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 76px; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--fg);
  font-family: var(--font-cn);
  font-size: var(--text-base);
  line-height: var(--leading-body);
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, p, ul, ol, dl, dd, figure { margin: 0; }
ul, ol { padding: 0; list-style: none; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; }
:focus-visible { outline: none; box-shadow: var(--focus-ring); border-radius: var(--radius-sm); }

.container {
  max-width: var(--container-max);
  margin-inline: auto;
  padding-inline: var(--container-gutter-desktop);
}

.section { padding-block: var(--section-y-desktop); }
.section-tint { background: var(--surface-warm); }

.section-head { max-width: 720px; margin-bottom: var(--space-12); }
.section-head h2 { font-size: var(--text-3xl); font-weight: 800; line-height: var(--leading-tight); letter-spacing: -0.01em; margin-top: var(--space-2); }
.section-lead { color: var(--fg-2); font-size: var(--text-lg); margin-top: var(--space-3); max-width: 62ch; }

.eyebrow {
  color: var(--accent);
  font-size: var(--text-xs);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* ---------- 按钮 ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-2);
  min-height: 44px;
  padding: 0 var(--space-5);
  border: 1px solid transparent;
  border-radius: var(--radius-md);
  font-weight: 700;
  font-size: var(--text-sm);
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: background-color var(--motion-fast) var(--ease-standard),
    border-color var(--motion-fast) var(--ease-standard),
    color var(--motion-fast) var(--ease-standard),
    transform var(--motion-fast) var(--ease-standard);
}
.btn-primary { background: var(--accent); color: var(--accent-on); }
.btn-primary:hover { background: var(--accent-hover); transform: translateY(-1px); }
.btn-secondary { background: var(--surface); color: var(--fg); border-color: var(--border); box-shadow: var(--elev-ring); }
.btn-secondary:hover { border-color: var(--accent); color: var(--accent); transform: translateY(-1px); }
.btn-ghost { background: transparent; color: var(--on-dark); border-color: rgba(255, 255, 255, 0.35); }
.btn-ghost:hover { border-color: var(--on-dark); background: rgba(255, 255, 255, 0.08); }
.btn-block { width: 100%; }

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--border-soft);
}
.header-inner {
  display: flex;
  align-items: center;
  gap: var(--space-6);
  min-height: 64px;
}
.brand { display: inline-flex; align-items: center; gap: var(--space-3); }
.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: var(--radius-sm);
  background: var(--dark);
  color: #fff;
  font-weight: 800;
  font-size: var(--text-sm);
  letter-spacing: 0.04em;
}
.brand-text { display: flex; flex-direction: column; line-height: 1.15; }
.brand-text strong { font-size: var(--text-lg); font-weight: 800; letter-spacing: 0.02em; }
.brand-text small { color: var(--muted); font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; }

.nav-desktop { display: flex; align-items: center; gap: var(--space-5); margin-left: auto; }
.nav-desktop a { color: var(--fg-2); font-size: var(--text-sm); font-weight: 500; padding: var(--space-2) 0; transition: color var(--motion-fast) var(--ease-standard); }
.nav-desktop a:hover { color: var(--accent); }
.header-cta { margin-left: var(--space-4); }
.lang-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 0 var(--space-3);
  border: 1px solid var(--border);
  border-radius: var(--radius-pill);
  background: var(--surface);
  color: var(--fg);
  font-weight: 700;
  font-size: var(--text-xs);
  letter-spacing: 0.08em;
  cursor: pointer;
  transition: border-color var(--motion-fast) var(--ease-standard), color var(--motion-fast) var(--ease-standard);
}
.lang-toggle:hover { border-color: var(--accent); color: var(--accent); }
.nav-toggle {
  display: none;
  margin-left: auto;
  width: 44px;
  height: 44px;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  background: var(--surface);
  color: var(--fg);
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
.nav-mobile {
  display: none;
  flex-direction: column;
  gap: var(--space-2);
  padding: var(--space-4) var(--container-gutter-phone) var(--space-5);
  border-top: 1px solid var(--border-soft);
  background: var(--surface);
}
.nav-mobile a { padding: var(--space-3) 0; color: var(--fg-2); font-weight: 500; border-bottom: 1px solid var(--border-soft); }
.nav-mobile .btn { border-bottom: none; margin-top: var(--space-3); }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  color: var(--on-dark);
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background: var(--dark) url('/assets/images/hero-oilstone.jpg') center 62% / cover no-repeat;
}
.hero-scrim {
  position: absolute;
  inset: 0;
  /* 功能性可读性遮罩：保证浅色文字在深色照片上清晰，非装饰渐变 */
  background: linear-gradient(180deg, rgba(11, 21, 36, 0.86) 0%, rgba(11, 21, 36, 0.62) 60%, rgba(11, 21, 36, 0.86) 100%);
}
.hero-inner {
  position: relative;
  padding-block: clamp(72px, 10vw, 128px) clamp(48px, 6vw, 80px);
}
.hero h1 {
  margin-top: var(--space-4);
  max-width: 760px;
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
  color: #ffffff;
}
.hero-lead {
  margin-top: var(--space-6);
  max-width: 560px;
  color: var(--on-dark-muted);
  font-size: var(--text-lg);
  line-height: 1.7;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: var(--space-3); margin-top: var(--space-8); }
.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-6);
  margin-top: clamp(40px, 6vw, 64px);
  padding-top: var(--space-6);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  max-width: 720px;
}
.hero-stat dt { font-size: var(--text-2xl); font-weight: 800; letter-spacing: -0.01em; color: #ffffff; }
.hero-stat dd { margin-top: var(--space-1); color: var(--on-dark-muted); font-size: var(--text-xs); letter-spacing: 0.02em; }

/* ---------- Advantage ---------- */
.advantage-strip { border-bottom: 1px solid var(--border-soft); background: var(--surface); }
.advantage-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--space-6);
  padding-block: var(--space-8);
}
.advantage { padding: var(--space-2) 0; }
.advantage svg { color: var(--accent); }
.advantage h3 { margin-top: var(--space-3); font-size: var(--text-lg); font-weight: 700; }
.advantage p { margin-top: var(--space-2); color: var(--muted); font-size: var(--text-sm); line-height: 1.6; }

/* ---------- Products ---------- */
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-6);
}
.product-card {
  display: flex;
  flex-direction: column;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: box-shadow var(--motion-base) var(--ease-standard), transform var(--motion-base) var(--ease-standard);
}
.product-card:hover { box-shadow: var(--elev-raised); transform: translateY(-3px); }
.product-media { aspect-ratio: 4 / 3; overflow: hidden; }
.product-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 400ms var(--ease-standard); }
.product-card:hover .product-media img { transform: scale(1.03); }

/* 产品图轮播 */
.carousel { position: relative; }
.carousel .slide { position: absolute; inset: 0; opacity: 0; transition: opacity 300ms var(--ease-standard), transform 400ms var(--ease-standard); }
.carousel .slide.active { position: relative; opacity: 1; }
.product-card:hover .carousel .slide.active { transform: scale(1.03); }
.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: transparent;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  transition: background-color var(--motion-fast) var(--ease-standard);
}
.carousel-btn svg { filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.55)); }
.carousel-btn:hover { background: rgba(15, 23, 42, 0.35); }
.carousel-btn.prev { left: 10px; }
.carousel-btn.next { right: 10px; }
.carousel-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 6px;
  z-index: 2;
}
.carousel-dots .dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.55);
  cursor: pointer;
  transition: background-color var(--motion-fast) var(--ease-standard), transform var(--motion-fast) var(--ease-standard);
}
.carousel-dots .dot.active { background: #ffffff; transform: scale(1.25); }
.product-body { display: flex; flex-direction: column; flex: 1; padding: var(--space-6); }
.product-body h3 { font-size: var(--text-xl); font-weight: 800; }
.product-body h3 span { display: block; margin-top: 2px; color: var(--muted); font-size: var(--text-xs); font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; }
.product-body > p { margin-top: var(--space-3); color: var(--fg-2); font-size: var(--text-sm); line-height: 1.65; }
.product-body ul { margin-top: var(--space-4); display: grid; gap: var(--space-2); }
.product-body li { display: flex; align-items: flex-start; gap: var(--space-2); color: var(--fg-2); font-size: var(--text-sm); }
.product-body li svg { flex-shrink: 0; margin-top: 3px; color: var(--success); }
.link-more {
  display: inline-flex;
  align-items: center;
  gap: var(--space-1);
  margin-top: auto;
  padding-top: var(--space-5);
  color: var(--accent);
  font-weight: 700;
  font-size: var(--text-sm);
  transition: gap var(--motion-fast) var(--ease-standard);
}
.link-more:hover { gap: 6px; }

/* ---------- Applications ---------- */
.application-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--space-5);
}
.application-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: box-shadow var(--motion-base) var(--ease-standard), transform var(--motion-base) var(--ease-standard);
}
.application-card:hover { box-shadow: var(--elev-raised); transform: translateY(-3px); }
.application-media { aspect-ratio: 4 / 3; overflow: hidden; }
.application-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 400ms var(--ease-standard); }
.application-card:hover .application-media img { transform: scale(1.03); }
.application-body { padding: var(--space-5); }
.application-body h3 { font-size: var(--text-lg); font-weight: 700; }
.application-body p { margin-top: var(--space-2); color: var(--muted); font-size: var(--text-sm); line-height: 1.6; }

/* ---------- Process ---------- */
.process-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: var(--space-12);
  align-items: start;
}
.process-media { border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--border); }
.process-media img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 16 / 10; }
.process-steps { display: grid; gap: 0; counter-reset: step; }
.process-steps li {
  display: flex;
  gap: var(--space-4);
  padding: var(--space-4) 0;
  border-bottom: 1px solid var(--border-soft);
}
.process-steps li:last-child { border-bottom: none; }
.step-index {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-sm);
  background: var(--dark);
  color: #fff;
  font-weight: 800;
  font-size: var(--text-sm);
  letter-spacing: 0.04em;
}
.process-steps h3 { font-size: var(--text-lg); font-weight: 700; }
.process-steps p { margin-top: var(--space-1); color: var(--muted); font-size: var(--text-sm); line-height: 1.6; }
.quality-notes {
  display: flex;
  align-items: flex-start;
  gap: var(--space-3);
  margin-top: var(--space-8);
  padding: var(--space-5);
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
}
.quality-notes svg { flex-shrink: 0; margin-top: 2px; color: var(--accent); }
.quality-notes p { color: var(--fg-2); font-size: var(--text-sm); }

/* ---------- About ---------- */
.about-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: var(--space-12);
  align-items: center;
}
.about-media { border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--border); }
.about-media img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 16 / 10; }
.about-body h2 { margin-top: var(--space-2); font-size: var(--text-3xl); font-weight: 800; letter-spacing: -0.01em; }
.about-body > p { margin-top: var(--space-4); color: var(--fg-2); line-height: 1.75; max-width: 62ch; }
.about-body .em { color: var(--accent); font-weight: 700; }
.about-facts {
  margin-top: var(--space-5);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--space-3);
}
.about-facts li { display: flex; align-items: center; gap: var(--space-2); color: var(--fg-2); font-size: var(--text-sm); }
.about-facts svg { flex-shrink: 0; color: var(--success); }
.about-body .btn { margin-top: var(--space-6); }

/* ---------- Contact ---------- */
.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--space-5);
}
.contact-card {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
  padding: var(--space-8);
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  transition: box-shadow var(--motion-base) var(--ease-standard), transform var(--motion-base) var(--ease-standard);
}
.contact-card:hover { box-shadow: var(--elev-raised); transform: translateY(-2px); }
.contact-card svg { color: var(--accent); }
.contact-card h3 { font-size: var(--text-sm); font-weight: 700; color: var(--muted); letter-spacing: 0.04em; }
.contact-card p { font-size: var(--text-lg); font-weight: 700; line-height: 1.4; }
.contact-cta-row {
  display: flex;
  align-items: center;
  gap: var(--space-5);
  margin-top: var(--space-6);
  flex-wrap: wrap;
}
.contact-tip {
  flex: 1 1 320px;
  display: flex;
  align-items: flex-start;
  gap: var(--space-3);
  padding: var(--space-4) var(--space-5);
  background: var(--surface-warm);
  border: 1px dashed var(--border);
  border-radius: var(--radius-md);
}
.contact-tip svg { flex-shrink: 0; margin-top: 2px; color: var(--muted); }
.contact-tip p { color: var(--fg-2); font-size: var(--text-sm); line-height: 1.6; }

/* ---------- Footer ---------- */
.site-footer { background: var(--dark); color: var(--on-dark); }
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: var(--space-12);
  padding-block: var(--space-16) var(--space-12);
}
.footer-brand .brand-mark { background: var(--dark-2); border: 1px solid rgba(255, 255, 255, 0.18); }
.footer-brand .brand-text small { color: var(--on-dark-muted); }
.footer-brand p { margin-top: var(--space-4); color: var(--on-dark-muted); font-size: var(--text-sm); line-height: 1.7; max-width: 36ch; }
.footer-col h2 { color: #ffffff; font-size: var(--text-sm); font-weight: 700; letter-spacing: 0.04em; margin-bottom: var(--space-4); }
.footer-col a { display: block; padding: var(--space-1) 0; color: var(--on-dark-muted); font-size: var(--text-sm); transition: color var(--motion-fast) var(--ease-standard); }
.footer-col a:hover { color: #ffffff; }
.footer-col p { color: var(--on-dark-muted); font-size: var(--text-sm); line-height: 1.8; }
.footer-bottom { border-top: 1px solid rgba(255, 255, 255, 0.1); }
.footer-bottom p { padding-block: var(--space-4); color: var(--on-dark-muted); font-size: var(--text-xs); }

/* ============================================================
   响应式
   ============================================================ */
@media (max-width: 1023px) {
  .container { padding-inline: var(--container-gutter-tablet); }
  .section { padding-block: var(--section-y-tablet); }
  .advantage-grid { grid-template-columns: repeat(2, 1fr); gap: var(--space-5); }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .application-grid { grid-template-columns: repeat(2, 1fr); }
  .process-layout { grid-template-columns: 1fr; gap: var(--space-8); }
  .about-layout { grid-template-columns: 1fr; gap: var(--space-8); }
  .about-media { order: -1; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: var(--space-8); }
}

@media (max-width: 639px) {
  .container { padding-inline: var(--container-gutter-phone); }
  .section { padding-block: var(--section-y-phone); }
  .section-head { margin-bottom: var(--space-8); }
  .section-head h2 { font-size: var(--text-2xl); }
  .section-lead { font-size: var(--text-base); }

  .nav-desktop, .header-cta { display: none; }
  .nav-toggle { display: inline-flex; }
  .nav-mobile:not([hidden]) { display: flex; }

  .hero h1 { font-size: 30px; }
  .hero-lead { font-size: var(--text-base); }
  .hero-stats { grid-template-columns: 1fr; gap: var(--space-4); }
  .hero-actions .btn { flex: 1 1 100%; }

  .advantage-grid, .product-grid, .application-grid { grid-template-columns: 1fr; }
  .about-facts { grid-template-columns: 1fr; }
  .contact-cta-row { flex-direction: column; align-items: stretch; }
  .footer-grid { grid-template-columns: 1fr; gap: var(--space-8); }
}

/* ============================================================
   多页静态站补充样式
   ============================================================ */

/* ---------- 内页页眉与面包屑 ---------- */
.page-hero { background: var(--dark); color: var(--on-dark); padding-block: clamp(44px, 5.5vw, 68px) clamp(36px, 4.5vw, 56px); }
.page-hero--slim { padding-block: var(--space-4); }
.page-hero h1 { margin-top: var(--space-4); font-size: clamp(26px, 3.6vw, 40px); font-weight: 800; line-height: 1.18; letter-spacing: -0.01em; color: #ffffff; }
.page-hero--slim h1 { margin-top: 0; font-size: var(--text-xl); }
.page-lead { margin-top: var(--space-4); max-width: 62ch; color: var(--on-dark-muted); font-size: var(--text-lg); line-height: 1.7; }
.page-lead a { color: #ffffff; text-decoration: underline; }

.breadcrumb ol { display: flex; flex-wrap: wrap; align-items: center; gap: var(--space-2); font-size: var(--text-xs); letter-spacing: 0.03em; }
.breadcrumb li { display: inline-flex; align-items: center; gap: var(--space-2); }
.breadcrumb li + li::before { content: "/"; color: rgba(255, 255, 255, 0.28); }
.breadcrumb a { color: var(--on-dark-muted); }
.breadcrumb a:hover { color: #ffffff; }
.breadcrumb [aria-current] { color: var(--on-dark); }

/* ---------- 正文段落区 ---------- */
.prose { max-width: 78ch; }
.prose p { color: var(--fg-2); font-size: var(--text-base); line-height: 1.8; }
.prose p + p { margin-top: var(--space-5); }
.prose .link-more { margin-top: var(--space-2); }

/* ---------- 规格表 ---------- */
.spec-table { width: 100%; max-width: 840px; border-collapse: collapse; background: var(--surface); border: 1px solid var(--border); }
.spec-table th, .spec-table td { padding: var(--space-4) var(--space-5); text-align: left; font-size: var(--text-sm); border-bottom: 1px solid var(--border-soft); vertical-align: top; }
.spec-table tr:last-child th, .spec-table tr:last-child td { border-bottom: none; }
.spec-table th { width: 34%; color: var(--muted); font-weight: 600; background: var(--surface-warm); }
.spec-table td { color: var(--fg); }

/* ---------- 常见问题 ---------- */
.faq { max-width: 840px; display: grid; gap: var(--space-3); }
.faq-item { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-md); padding: var(--space-4) var(--space-5); }
.faq-item summary { display: flex; align-items: center; justify-content: space-between; gap: var(--space-4); cursor: pointer; font-weight: 700; font-size: var(--text-base); list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; flex-shrink: 0; color: var(--accent); font-size: var(--text-xl); line-height: 1; }
.faq-item[open] summary::after { content: "\2212"; }
.faq-item p { margin-top: var(--space-3); color: var(--fg-2); font-size: var(--text-sm); line-height: 1.7; }

/* ---------- 底部行动条 ---------- */
.cta-band { display: flex; align-items: center; justify-content: space-between; gap: var(--space-8); flex-wrap: wrap; padding: var(--space-8); background: var(--dark); border-radius: var(--radius-lg); }
.cta-band h2 { color: #ffffff; font-size: var(--text-2xl); font-weight: 800; line-height: 1.2; }
.cta-band p { margin-top: var(--space-2); max-width: 54ch; color: var(--on-dark-muted); font-size: var(--text-base); }
.cta-band .btn { flex-shrink: 0; }

/* ---------- 概况列表（加宽） ---------- */
.about-facts--wide { grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 1020px; }

/* ---------- 细节修正 ---------- */
.nav-desktop a.is-active { color: var(--accent); font-weight: 700; }
.product-body h3 a { display: block; }
.product-body h3 a:hover { color: var(--accent); }
.contact-card a { color: var(--accent); }
.contact-card a:hover { text-decoration: underline; }
.footer-col p a:hover { color: #ffffff; }
.product-media img, .application-media img { background: var(--surface-warm); }

@media (max-width: 1023px) {
  .about-facts--wide { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 639px) {
  .about-facts--wide { grid-template-columns: 1fr; }
  .cta-band { padding: var(--space-6); }
  .cta-band .btn { width: 100%; }
  .spec-table th, .spec-table td { padding: var(--space-3); }
  .spec-table th { width: 40%; }
}
