/*
Theme Name: 兢维科技企业主题
Theme URI: https://www.jingwei-tech.com
Author: 兢维科技（北京）有限公司
Author URI: https://www.jingwei-tech.com
Description: 为兢维科技（北京）有限公司定制的企业官网 WordPress 主题。专注三维工厂设计软件行业，包含产品中心、行业解决方案、客户案例、关于我们、联系我们等完整页面模板，内置"产品"自定义内容类型，激活主题后自动创建示例页面与产品内容，开箱即用。
Version: 1.0.0
Requires at least: 5.9
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: jingwei
Tags: one-column, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, block-styles, wide-blocks
*/

/* ==========================================================
   1. 变量与基础
   ========================================================== */
:root {
  --jw-primary: #0e4da4;
  --jw-primary-dark: #083a7d;
  --jw-primary-darker: #062c60;
  --jw-accent: #00b3c4;
  --jw-accent-2: #37d1a2;
  --jw-dark: #0a1f44;
  --jw-navy: #0d2b5e;
  --jw-gray-bg: #f4f8fd;
  --jw-gray-line: #e3ecf7;
  --jw-text: #2b3a55;
  --jw-text-light: #64748b;
  --jw-white: #ffffff;
  --jw-radius: 12px;
  --jw-radius-sm: 8px;
  --jw-shadow: 0 10px 30px rgba(10, 31, 68, .08);
  --jw-shadow-hover: 0 18px 44px rgba(10, 31, 68, .14);
  --jw-font: "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", "Source Han Sans SC", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

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

img { max-width: 100%; height: auto; }
a { color: var(--jw-primary); text-decoration: none; transition: color .25s ease; }
a:hover { color: var(--jw-accent); }

.container { max-width: 1220px; margin: 0 auto; padding: 0 24px; }

h1, h2, h3, h4, h5, h6 {
  color: var(--jw-dark);
  line-height: 1.35;
  margin: 0 0 .5em;
  font-weight: 700;
}

/* ==========================================================
   2. 通用组件
   ========================================================== */
.section { padding: 88px 0; }
.section.gray { background: var(--jw-gray-bg); }
.section.dark { background: var(--jw-dark); }

.section-head { max-width: 720px; margin: 0 auto 52px; text-align: center; }
.section-head .eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  color: var(--jw-accent);
  text-transform: uppercase;
  background: rgba(0, 179, 196, .1);
  border: 1px solid rgba(0, 179, 196, .25);
  padding: 5px 14px;
  border-radius: 999px;
  margin-bottom: 14px;
}
.section-head h2 { font-size: clamp(26px, 3.2vw, 38px); margin-bottom: 12px; }
.section-head p { color: var(--jw-text-light); font-size: 16.5px; }
.section.dark .section-head h2 { color: #fff; }
.section.dark .section-head p { color: rgba(255,255,255,.7); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 30px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.2;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all .28s ease;
  background: var(--jw-accent);
  color: #fff;
  box-shadow: 0 8px 20px rgba(0, 179, 196, .32);
}
.btn:hover { background: #0097a8; color: #fff; transform: translateY(-2px); box-shadow: 0 12px 26px rgba(0, 179, 196, .4); }
.btn.ghost { background: transparent; border-color: rgba(255,255,255,.65); color: #fff; box-shadow: none; }
.btn.ghost:hover { background: rgba(255,255,255,.12); border-color: #fff; }
.btn.blue { background: var(--jw-primary); box-shadow: 0 8px 20px rgba(14,77,164,.3); }
.btn.blue:hover { background: var(--jw-primary-dark); box-shadow: 0 12px 26px rgba(14,77,164,.4); }

/* ==========================================================
   3. 顶栏与导航
   ========================================================== */
.topbar {
  background: var(--jw-dark);
  color: rgba(255,255,255,.82);
  font-size: 13px;
  padding: 8px 0;
}
.topbar .container { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }
.topbar a { color: rgba(255,255,255,.86); }
.topbar a:hover { color: var(--jw-accent); }
.topbar .topbar-links { display: flex; gap: 22px; align-items: center; }
.topbar i { font-style: normal; margin-right: 4px; opacity: .85; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #fff;
  box-shadow: 0 1px 0 rgba(10,31,68,.06), 0 4px 18px rgba(10,31,68,.05);
}
.site-header .container { display: flex; align-items: center; justify-content: space-between; gap: 24px; height: 76px; }

.site-branding { display: flex; align-items: center; gap: 10px; }
.site-logo img { max-height: 44px; width: auto; }
.site-title { font-size: 21px; font-weight: 800; color: var(--jw-dark); letter-spacing: .5px; }
.site-title em { font-style: normal; color: var(--jw-accent); }
.site-title small { display: block; font-size: 10.5px; font-weight: 600; color: var(--jw-text-light); letter-spacing: 1.5px; margin-top: 2px; }

.main-nav ul { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; gap: 4px; }
.main-nav a {
  display: block;
  padding: 10px 16px;
  color: var(--jw-text);
  font-weight: 600;
  font-size: 15.5px;
  border-radius: 8px;
  position: relative;
}
.main-nav a:hover { color: var(--jw-primary); background: rgba(14,77,164,.06); }
.main-nav .current-menu-item > a,
.main-nav .current_page_item > a { color: var(--jw-primary); }
.main-nav .current-menu-item > a::after,
.main-nav .current_page_item > a::after {
  content: "";
  position: absolute;
  left: 16px; right: 16px; bottom: 4px;
  height: 3px;
  border-radius: 3px;
  background: var(--jw-accent);
}
.header-cta { display: flex; align-items: center; gap: 14px; }
.header-cta .btn { padding: 10px 22px; font-size: 14px; }
.header-phone { text-align: right; line-height: 1.3; }
.header-phone b { display: block; font-size: 16px; color: var(--jw-primary); }
.header-phone span { font-size: 12px; color: var(--jw-text-light); }

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 8px;
}
.nav-toggle span { width: 24px; height: 2.5px; border-radius: 2px; background: var(--jw-dark); transition: all .3s ease; }

/* 面包屑 / 页内横幅 */
.page-hero {
  background: linear-gradient(120deg, var(--jw-dark) 0%, var(--jw-primary) 60%, var(--jw-primary-dark) 100%);
  position: relative;
  overflow: hidden;
  color: #fff;
  padding: 74px 0 66px;
}
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 78% 28%, rgba(0,179,196,.28) 0, transparent 46%),
    radial-gradient(circle at 14% 86%, rgba(55,209,162,.18) 0, transparent 40%);
  pointer-events: none;
}
.page-hero .container { position: relative; }
.page-hero h1 { color: #fff; font-size: clamp(28px, 4vw, 44px); margin-bottom: 10px; }
.page-hero p { color: rgba(255,255,255,.82); max-width: 640px; font-size: 16.5px; margin: 0; }
.breadcrumb { font-size: 13px; color: rgba(255,255,255,.6); margin-bottom: 12px; }
.breadcrumb a { color: rgba(255,255,255,.8); }
.breadcrumb a:hover { color: var(--jw-accent); }

/* ==========================================================
   4. 首页 Hero
   ========================================================== */
.hero {
  position: relative;
  background: linear-gradient(115deg, #071a3d 0%, var(--jw-primary) 68%, #0a6dab 100%);
  color: #fff;
  overflow: hidden;
  padding: 108px 0 120px;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(circle at 70% 40%, #000 0, transparent 72%);
  pointer-events: none;
}
.hero .container { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center; }
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #9fe8f2;
  border: 1px solid rgba(159,232,242,.35);
  background: rgba(0,179,196,.12);
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 20px;
}
.hero h1 { color: #fff; font-size: clamp(32px, 4.6vw, 52px); line-height: 1.25; margin-bottom: 18px; }
.hero h1 .hl { color: var(--jw-accent); }
.hero-lead { font-size: 17.5px; color: rgba(255,255,255,.85); max-width: 540px; margin-bottom: 30px; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 34px; }
.hero-trust { display: flex; gap: 34px; flex-wrap: wrap; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.16); }
.hero-trust div b { display: block; font-size: 24px; color: #7ee3ef; }
.hero-trust div span { font-size: 13px; color: rgba(255,255,255,.68); }

.hero-visual { position: relative; min-height: 380px; }
.hero-card-main {
  position: absolute;
  top: 4%;
  left: 4%;
  width: 66%;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 16px;
  backdrop-filter: blur(6px);
  padding: 22px;
  box-shadow: 0 24px 60px rgba(0,0,0,.28);
}
.hero-card-main .card-dots { display: flex; gap: 6px; margin-bottom: 14px; }
.hero-card-main .card-dots i { width: 9px; height: 9px; border-radius: 50%; background: rgba(255,255,255,.28); }
.hero-card-main .card-dots i:first-child { background: #ff6b6b; }
.hero-card-main .card-dots i:nth-child(2) { background: #ffd166; }
.hero-card-main .card-dots i:nth-child(3) { background: #37d1a2; }
.hero-pipe { display: flex; align-items: center; gap: 8px; margin: 10px 0; }
.hero-pipe .pipe { flex: 1; height: 10px; border-radius: 6px; background: linear-gradient(90deg, #2693c9, #37d1a2); position: relative; }
.hero-pipe .pipe::after { content: ""; position: absolute; right: -3px; top: -4px; width: 18px; height: 18px; border-radius: 50%; background: rgba(255,255,255,.85); box-shadow: 0 0 0 4px rgba(55,209,162,.35); }
.hero-pipe .valve { width: 16px; height: 16px; border-radius: 3px; background: #7ee3ef; transform: rotate(45deg); }
.hero-card-sub {
  position: absolute;
  right: 2%;
  bottom: 8%;
  width: 46%;
  background: rgba(255,255,255,.09);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 14px;
  padding: 18px;
  backdrop-filter: blur(6px);
}
.hero-card-sub .mini-bar { height: 9px; border-radius: 5px; background: rgba(255,255,255,.16); margin: 8px 0; overflow: hidden; position: relative; }
.hero-card-sub .mini-bar i { position: absolute; inset: 0 auto 0 0; width: 62%; border-radius: 5px; background: linear-gradient(90deg, var(--jw-accent), var(--jw-accent-2)); }
.hero-ring {
  position: absolute;
  top: -40px; right: -30px;
  width: 260px; height: 260px;
  border: 2px dashed rgba(126,227,239,.35);
  border-radius: 50%;
  animation: spin 40s linear infinite;
}
.hero-ring::after { content: ""; position: absolute; inset: 34px; border: 1px solid rgba(126,227,239,.25); border-radius: 50%; }
.hero-cube { position: absolute; top: 22%; right: 12%; width: 52px; height: 52px; animation: float 6s ease-in-out infinite; }
.hero-cube svg { width: 100%; height: 100%; }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes float { 0%,100% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-16px) rotate(8deg); } }

/* ==========================================================
   5. 首页各区段
   ========================================================== */
/* 5.1 公司简介条 */
.about-strip { margin-top: -52px; position: relative; z-index: 5; }
.about-strip .panel {
  background: #fff;
  border-radius: 16px;
  box-shadow: var(--jw-shadow);
  padding: 40px 46px;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 44px;
  align-items: center;
}
.about-strip h3 { font-size: 25px; margin-bottom: 10px; }
.about-strip .tag-line { color: var(--jw-accent); font-weight: 700; letter-spacing: 1px; font-size: 14px; margin-bottom: 10px; }
.about-strip p { color: var(--jw-text-light); margin: 0 0 18px; }
.about-strip .more-link { font-weight: 700; }

/* 5.2 数据统计 */
.stats { background: linear-gradient(120deg, var(--jw-dark), var(--jw-navy)); color: #fff; padding: 64px 0; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; text-align: center; }
.stats-grid .num { font-size: clamp(34px, 4vw, 48px); font-weight: 800; color: #7ee3ef; line-height: 1.2; }
.stats-grid .num em { font-style: normal; font-size: .62em; margin-left: 2px; color: rgba(255,255,255,.8); }
.stats-grid .label { font-size: 14.5px; color: rgba(255,255,255,.72); margin-top: 6px; }

/* 5.3 核心产品 */
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.product-card {
  background: #fff;
  border: 1px solid var(--jw-gray-line);
  border-radius: var(--jw-radius);
  padding: 30px 26px;
  transition: all .3s ease;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.product-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--jw-accent), var(--jw-accent-2));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .35s ease;
}
.product-card:hover { transform: translateY(-6px); box-shadow: var(--jw-shadow-hover); border-color: transparent; }
.product-card:hover::before { transform: scaleX(1); }
.product-icon {
  width: 62px; height: 62px;
  border-radius: 16px;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, rgba(14,77,164,.1), rgba(0,179,196,.12));
  margin-bottom: 18px;
}
.product-icon svg { width: 32px; height: 32px; stroke: var(--jw-primary); }
.product-card h3 { font-size: 18.5px; margin-bottom: 10px; }
.product-card p { color: var(--jw-text-light); font-size: 14.5px; margin-bottom: 18px; flex: 1; }
.product-card .card-link { font-weight: 700; font-size: 14px; }
.product-card .card-link::after { content: " →"; }

/* 5.4 能力特性 */
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.feature-item {
  background: #fff;
  border: 1px solid var(--jw-gray-line);
  border-radius: var(--jw-radius);
  padding: 30px 26px;
  transition: all .3s ease;
}
.feature-item:hover { box-shadow: var(--jw-shadow); transform: translateY(-4px); }
.feature-item .f-icon { font-size: 30px; margin-bottom: 14px; display: block; }
.feature-item h3 { font-size: 18px; }
.feature-item p { font-size: 14.5px; color: var(--jw-text-light); margin: 0; }
.feature-item li { font-size: 14px; color: var(--jw-text-light); }

/* 5.5 行业应用 */
.industry-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.industry-card {
  position: relative;
  background: #fff;
  border: 1px solid var(--jw-gray-line);
  border-radius: var(--jw-radius);
  padding: 30px 26px;
  overflow: hidden;
  transition: all .3s ease;
}
.industry-card::after {
  content: "";
  position: absolute;
  right: -30px; bottom: -30px;
  width: 110px; height: 110px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0,179,196,.12), transparent 70%);
}
.industry-card:hover { box-shadow: var(--jw-shadow-hover); transform: translateY(-5px); }
.industry-card .i-icon { font-size: 32px; margin-bottom: 14px; display: block; }
.industry-card h3 { font-size: 18px; margin-bottom: 10px; }
.industry-card p { font-size: 14.5px; color: var(--jw-text-light); margin-bottom: 12px; }
.industry-card ul { margin: 0; padding-left: 18px; font-size: 13.5px; color: var(--jw-text-light); }
.industry-card li { margin-bottom: 5px; }

/* 5.6 客户 */
.customer-wrap {
  background: #fff;
  border: 1px solid var(--jw-gray-line);
  border-radius: var(--jw-radius);
  padding: 36px 40px;
  box-shadow: var(--jw-shadow);
}
.customer-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px 26px; }
.customer-list .c-item {
  display: flex; align-items: center; gap: 8px;
  font-size: 14.5px;
  color: var(--jw-text);
  background: var(--jw-gray-bg);
  border-radius: 8px;
  padding: 10px 14px;
  border: 1px solid transparent;
  transition: all .25s ease;
}
.customer-list .c-item::before {
  content: "";
  width: 7px; height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--jw-accent), var(--jw-accent-2));
  flex-shrink: 0;
}
.customer-list .c-item:hover { border-color: var(--jw-accent); color: var(--jw-primary); background: #fff; }
.customer-more { text-align: center; margin-top: 28px; }

/* 5.7 服务与支持 */
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service-card {
  background: linear-gradient(160deg, #fff 55%, rgba(244,248,253,.6));
  border: 1px solid var(--jw-gray-line);
  border-radius: var(--jw-radius);
  padding: 36px 30px;
  text-align: center;
  transition: all .3s ease;
}
.service-card:hover { transform: translateY(-6px); box-shadow: var(--jw-shadow-hover); }
.service-card .s-icon {
  width: 72px; height: 72px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--jw-primary), var(--jw-accent));
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 10px 24px rgba(14,77,164,.25);
}
.service-card .s-icon svg { width: 34px; height: 34px; stroke: #fff; }
.service-card h3 { font-size: 19px; margin-bottom: 10px; }
.service-card p { font-size: 14.5px; color: var(--jw-text-light); margin: 0; }

/* 5.8 CTA 横幅 */
.cta-band {
  background: linear-gradient(120deg, var(--jw-primary) 0%, var(--jw-accent) 130%);
  padding: 64px 0;
  position: relative;
  overflow: hidden;
  color: #fff;
}
.cta-band::before {
  content: "";
  position: absolute;
  right: -80px; top: -80px;
  width: 320px; height: 320px;
  border: 2px solid rgba(255,255,255,.14);
  border-radius: 50%;
}
.cta-band::after {
  content: "";
  position: absolute;
  right: 40px; bottom: -120px;
  width: 260px; height: 260px;
  border: 2px solid rgba(255,255,255,.1);
  border-radius: 50%;
}
.cta-band .container { display: flex; align-items: center; justify-content: space-between; gap: 32px; position: relative; z-index: 2; flex-wrap: wrap; }
.cta-band h2 { color: #fff; font-size: clamp(24px, 3vw, 34px); margin-bottom: 8px; }
.cta-band p { color: rgba(255,255,255,.8); margin: 0; }

/* ==========================================================
   6. 页脚
   ========================================================== */
.site-footer { background: var(--jw-dark); color: rgba(255,255,255,.72); font-size: 14.5px; }
.footer-main { padding: 66px 0 44px; display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 40px; }
.footer-brand .site-title { color: #fff; }
.footer-brand p { font-size: 14px; color: rgba(255,255,255,.62); line-height: 1.9; margin: 14px 0 18px; max-width: 300px; }
.footer-col h4 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 18px;
  position: relative;
  padding-bottom: 10px;
}
.footer-col h4::after { content: ""; position: absolute; left: 0; bottom: 0; width: 30px; height: 3px; border-radius: 3px; background: var(--jw-accent); }
.footer-col ul { list-style: none; margin: 0; padding: 0; }
.footer-col li { margin-bottom: 10px; }
.footer-col a { color: rgba(255,255,255,.68); }
.footer-col a:hover { color: var(--jw-accent); padding-left: 4px; }
.footer-contact li { display: flex; gap: 10px; margin-bottom: 12px; }
.footer-contact .fc-icon { color: var(--jw-accent); flex-shrink: 0; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 18px 0; text-align: center; font-size: 13px; color: rgba(255,255,255,.5); }
.footer-bottom a { color: rgba(255,255,255,.6); }
.footer-bottom a:hover { color: var(--jw-accent); }

/* ==========================================================
   7. 页面模板
   ========================================================== */
.page-body { padding: 72px 0; }
.page-layout { display: grid; grid-template-columns: 1fr 300px; gap: 44px; align-items: start; }
.entry-content { font-size: 16px; line-height: 1.9; }
.entry-content h2 { margin-top: 34px; }
.entry-content h3 { margin-top: 26px; }
.entry-content ul, .entry-content ol { padding-left: 22px; }
.entry-content img { border-radius: var(--jw-radius); }

/* 侧边栏 */
.sidebar .widget { background: var(--jw-gray-bg); border-radius: var(--jw-radius); padding: 22px; margin-bottom: 22px; }
.sidebar .widget-title { font-size: 16px; margin-bottom: 14px; }
.sidebar ul { list-style: none; padding: 0; margin: 0; }
.sidebar li { margin-bottom: 9px; font-size: 14.5px; }
.sidebar a { color: var(--jw-text); }
.sidebar a:hover { color: var(--jw-primary); }
.widget_product_category .current-cat a, .widget_product_category .current-menu-item a { color: var(--jw-primary); font-weight: 700; }

/* 产品页 */
.products-intro { max-width: 760px; margin: 0 auto 48px; text-align: center; color: var(--jw-text-light); }
.product-block {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 36px;
  background: #fff;
  border: 1px solid var(--jw-gray-line);
  border-radius: 16px;
  padding: 36px;
  margin-bottom: 28px;
  align-items: start;
  box-shadow: 0 4px 18px rgba(10,31,68,.04);
}
.product-block .pb-side { text-align: center; }
.product-block .pb-icon {
  width: 96px; height: 96px;
  margin: 0 auto 14px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(14,77,164,.1), rgba(0,179,196,.14));
  display: flex; align-items: center; justify-content: center;
}
.product-block .pb-icon svg { width: 48px; height: 48px; stroke: var(--jw-primary); }
.product-block h3 { font-size: 21px; margin-bottom: 8px; }
.product-block .pb-tag { font-size: 12.5px; color: var(--jw-accent); font-weight: 700; letter-spacing: 1px; }
.product-block ul { padding-left: 20px; color: var(--jw-text-light); font-size: 15px; }
.product-block li { margin-bottom: 6px; }

.pricing-table { width: 100%; border-collapse: collapse; background: #fff; border-radius: 12px; overflow: hidden; box-shadow: var(--jw-shadow); font-size: 14.5px; }
.pricing-table th { background: var(--jw-dark); color: #fff; text-align: left; padding: 14px 18px; font-weight: 600; }
.pricing-table td { padding: 13px 18px; border-bottom: 1px solid var(--jw-gray-line); }
.pricing-table tr:nth-child(even) td { background: var(--jw-gray-bg); }
.pricing-table tr:hover td { background: rgba(0,179,196,.06); }

/* 客户标签 */
.customer-tags { display: flex; flex-wrap: wrap; gap: 12px; }
.customer-tags .c-tag {
  background: var(--jw-gray-bg);
  border: 1px solid var(--jw-gray-line);
  border-radius: 999px;
  padding: 10px 20px;
  font-size: 14.5px;
  color: var(--jw-text);
  transition: all .25s ease;
}
.customer-tags .c-tag:hover { border-color: var(--jw-accent); color: var(--jw-primary); background: #fff; box-shadow: 0 6px 16px rgba(10,31,68,.08); }

/* 关于页 */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
.about-card { background: #fff; border: 1px solid var(--jw-gray-line); border-radius: 14px; padding: 30px; }
.about-card h3 { display: flex; align-items: center; gap: 10px; font-size: 18px; margin-bottom: 14px; }
.about-card h3 .ac-icon { color: var(--jw-accent); }
.about-card p, .about-card li { font-size: 14.8px; color: var(--jw-text-light); }
.about-card ul { padding-left: 20px; margin: 0; }
.value-list { display: flex; gap: 16px; flex-wrap: wrap; }
.value-item {
  flex: 1 1 150px;
  background: linear-gradient(150deg, var(--jw-dark), var(--jw-navy));
  color: #fff;
  border-radius: 12px;
  padding: 22px 18px;
  text-align: center;
}
.value-item b { display: block; font-size: 22px; color: #7ee3ef; letter-spacing: 2px; margin-bottom: 6px; }
.value-item span { font-size: 13.5px; color: rgba(255,255,255,.75); }

/* 联系页 */
.contact-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 44px; align-items: start; }
.contact-form {
  background: #fff;
  border: 1px solid var(--jw-gray-line);
  border-radius: 16px;
  padding: 34px;
  box-shadow: var(--jw-shadow);
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.form-field label { display: block; font-size: 14px; font-weight: 600; margin-bottom: 6px; color: var(--jw-dark); }
.form-field input, .form-field textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--jw-gray-line);
  border-radius: 8px;
  font-family: inherit;
  font-size: 15px;
  color: var(--jw-text);
  background: #fff;
  transition: all .25s ease;
}
.form-field input:focus, .form-field textarea:focus { outline: none; border-color: var(--jw-accent); box-shadow: 0 0 0 4px rgba(0,179,196,.12); }
.contact-info-card { background: var(--jw-dark); color: #fff; border-radius: 16px; padding: 34px; position: relative; overflow: hidden; }
.contact-info-card::after {
  content: "";
  position: absolute;
  right: -50px; top: -50px;
  width: 200px; height: 200px;
  border: 2px dashed rgba(126,227,239,.2);
  border-radius: 50%;
}
.contact-info-card h3 { color: #fff; font-size: 20px; margin-bottom: 20px; }
.contact-info-card ul { list-style: none; padding: 0; margin: 0; }
.contact-info-card li { display: flex; gap: 12px; margin-bottom: 18px; font-size: 15px; color: rgba(255,255,255,.82); }
.contact-info-card .ci-icon { color: var(--jw-accent); flex-shrink: 0; font-size: 18px; line-height: 1.5; }

/* 文章/博客 */
.post-card { background: #fff; border: 1px solid var(--jw-gray-line); border-radius: 14px; padding: 26px; margin-bottom: 22px; transition: all .3s ease; }
.post-card:hover { box-shadow: var(--jw-shadow); transform: translateY(-3px); }
.post-card h2 { font-size: 21px; margin-bottom: 8px; }
.post-card .post-meta { font-size: 13px; color: var(--jw-text-light); margin-bottom: 12px; }
.post-card .post-excerpt { color: var(--jw-text-light); font-size: 15px; margin-bottom: 14px; }
.pagination { display: flex; gap: 8px; margin-top: 30px; }
.pagination .page-numbers { display: inline-flex; align-items: center; justify-content: center; min-width: 40px; height: 40px; padding: 0 10px; border-radius: 8px; background: #fff; border: 1px solid var(--jw-gray-line); color: var(--jw-text); font-weight: 600; }
.pagination .page-numbers.current { background: var(--jw-primary); color: #fff; border-color: var(--jw-primary); }
.pagination a:hover { border-color: var(--jw-accent); color: var(--jw-primary); }

/* 404 */
.error-404 { text-align: center; padding: 100px 0; }
.error-404 .code { font-size: 110px; font-weight: 800; color: var(--jw-primary); line-height: 1; background: linear-gradient(120deg, var(--jw-primary), var(--jw-accent)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }

/* 产品单页 */
.single-product-body { padding: 64px 0; }
.product-detail { display: grid; grid-template-columns: 300px 1fr; gap: 44px; align-items: start; }
.product-side { background: var(--jw-gray-bg); border-radius: 14px; padding: 26px; position: sticky; top: 96px; }
.product-side h4 { margin-bottom: 14px; }
.product-side ul { list-style: none; padding: 0; margin: 0; }
.product-side li { margin-bottom: 8px; font-size: 14.5px; }
.product-side a { color: var(--jw-text); }
.product-side a:hover { color: var(--jw-primary); }
.single-product-content img { border-radius: var(--jw-radius); box-shadow: var(--jw-shadow); }
.lead-box { background: var(--jw-gray-bg); border-left: 4px solid var(--jw-accent); border-radius: 0 12px 12px 0; padding: 20px 24px; margin-bottom: 26px; color: var(--jw-text-light); font-size: 16px; }
.feature-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 22px 0; }
.feature-list .fl-item { background: #fff; border: 1px solid var(--jw-gray-line); border-radius: 10px; padding: 14px 16px; font-size: 14.5px; display: flex; gap: 10px; align-items: flex-start; }
.feature-list .fl-item::before { content: "✓"; color: var(--jw-accent-2); font-weight: 800; flex-shrink: 0; }

/* 产品归档 */
.product-archive-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }

/* ==========================================================
   8. 响应式
   ========================================================== */
@media (max-width: 1080px) {
  .product-grid, .feature-grid, .industry-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .customer-list { grid-template-columns: repeat(3, 1fr); }
  .hero .container { grid-template-columns: 1fr; gap: 30px; }
  .hero-visual { min-height: 300px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .page-layout, .contact-grid, .product-detail { grid-template-columns: 1fr; }
  .sidebar { display: none; }
  .product-block { grid-template-columns: 1fr; }
  .about-strip .panel { grid-template-columns: 1fr; gap: 20px; }
}

@media (max-width: 900px) {
  .nav-toggle { display: flex; }
  .main-nav {
    position: fixed;
    top: 0; right: -320px;
    width: 300px;
    height: 100vh;
    background: #fff;
    box-shadow: -10px 0 40px rgba(10,31,68,.15);
    transition: right .32s ease;
    z-index: 1100;
    padding: 84px 26px 30px;
    overflow-y: auto;
  }
  .main-nav.open { right: 0; }
  .main-nav ul { flex-direction: column; align-items: stretch; gap: 2px; }
  .main-nav a { padding: 13px 12px; font-size: 16px; }
  .main-nav .current-menu-item > a::after { display: none; }
  .header-cta .header-phone { display: none; }
  .site-overlay { position: fixed; inset: 0; background: rgba(10,31,68,.5); z-index: 1050; opacity: 0; visibility: hidden; transition: all .3s ease; }
  .site-overlay.show { opacity: 1; visibility: visible; }
}

@media (max-width: 640px) {
  .section { padding: 64px 0; }
  .product-grid, .feature-grid, .industry-grid, .service-grid, .stats-grid, .customer-list, .about-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .hero { padding: 80px 0 96px; }
  .footer-main { grid-template-columns: 1fr; gap: 30px; }
  .customer-wrap { padding: 26px 20px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-list { grid-template-columns: 1fr; }
  .product-archive-grid { grid-template-columns: 1fr; }
  .hero-card-main { width: 82%; }
  .hero-card-sub { width: 58%; }
}

/* ==========================================================
   9. 动画
   ========================================================== */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .hero-ring { animation: none; }
  .hero-cube { animation: none; }
}

/* 无障碍与编辑器 */
.screen-reader-text { border: 0; clip: rect(1px,1px,1px,1px); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute !important; width: 1px; word-wrap: normal !important; }
.skip-link { position: absolute; left: -9999px; top: 0; z-index: 9999; background: var(--jw-primary); color: #fff; padding: 10px 16px; border-radius: 0 0 8px 0; }
.skip-link:focus { left: 0; color: #fff; }
.alignleft { float: left; margin: .5em 1em .5em 0; }
.alignright { float: right; margin: .5em 0 .5em 1em; }
.aligncenter { display: block; margin: 1em auto; }
.wp-caption { max-width: 100%; }
.wp-caption-text { font-size: 13px; color: var(--jw-text-light); text-align: center; margin-top: 6px; }
.sticky { display: block; }
.bypostauthor { display: block; }