/* ===== 82_design_terracotta - 陶土色·手工艺风 ===== */
:root {
  --primary: #991b1b;
  --primary-dark: #7f1d1d;
  --secondary: #fbbf24;
  --accent: #dc2626;
  --bg: #fff7ed;
  --bg-card: #ffffff;
  --bg-alt: #fef2f2;
  --text: #292524;
  --text-light: #57534e;
  --text-muted: #a8a29e;
  --border: #e7e5e4;
  --border-accent: #991b1b;
  --radius: 8px;
  --radius-sm: 4px;
  --radius-lg: 12px;
  --transition: 0.3s ease;
  --shadow: 0 2px 8px rgba(0,0,0,0.05);
  --shadow-hover: 0 8px 24px rgba(153,27,27,0.08);
}

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

html { font-size: 16px; scroll-behavior: smooth; }
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

a { color: var(--primary); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--accent); }
img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.section { padding: 64px 0; }

/* ===== Header ===== */
.header, .site-header {
  background: #fff; border-bottom: 2px solid var(--border-accent);
  position: sticky; top: 0; z-index: 1000;
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 24px; max-width: 1200px; margin: 0 auto; height: 64px;
}
.logo { font-size: 1.25rem; font-weight: 700; color: var(--primary); }
.logo a { color: inherit; }
.main-nav { display: flex; gap: 0; align-items: center; }
.main-nav a {
  display: block; padding: 8px 14px; color: var(--text-light); font-size: 0.9rem;
  font-weight: 500; border-radius: var(--radius-sm); transition: all var(--transition);
  white-space: nowrap;
}
.main-nav a:hover, .main-nav a.active {
  color: var(--primary); background: var(--bg-alt);
}
.nav-toggle {
  display: none; flex-direction: column; gap: 5px; cursor: pointer;
  background: none; border: none; padding: 8px;
}
.nav-toggle span { width: 24px; height: 2px; background: var(--primary); border-radius: 2px; transition: var(--transition); }

/* ===== Hero (Layout A: Split left-right) ===== */
/* ===== Hero 三屏轮播 (terracotta) ===== */
.th-hero { position: relative; overflow: hidden; background: var(--primary); }
.th-hero-track { display: flex; transition: transform .6s cubic-bezier(.4,0,.2,1); }
.th-slide { flex: 0 0 100%; min-height: 460px; display: flex; align-items: center; color: #fff; background: var(--slide-bg, var(--primary)); }
.th-slide-inner { max-width: 620px; padding: 0 8px; animation: th-fade .8s ease both; }
.th-tag { display: inline-block; font-size: 13px; letter-spacing: 2px; color: #ffe2d4; font-weight: 600; margin-bottom: 18px; padding: 6px 14px; border: 1px solid rgba(255,226,212,.4); border-radius: 50px; }
.th-slide h1 { font-size: 3rem; line-height: 1.15; font-weight: 800; margin: 0 0 18px; color: #fff; text-shadow: 0 2px 20px rgba(0,0,0,.25); }
.th-slide p { font-size: 1.1rem; line-height: 1.8; color: rgba(255,255,255,.9); margin: 0 0 32px; }
.th-hero-arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 46px; height: 46px; border: none; border-radius: 50%; background: rgba(255,255,255,.18); color: #fff; font-size: 26px; line-height: 1; cursor: pointer; z-index: 5; transition: all .25s; backdrop-filter: blur(4px); }
.th-hero-arrow:hover { background: rgba(255,255,255,.35); }
.th-hero-prev { left: 24px; }
.th-hero-next { right: 24px; }
.th-hero-dots { position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%); display: flex; gap: 10px; z-index: 5; }
.th-hero-dot { width: 10px; height: 10px; border-radius: 50%; border: none; background: rgba(255,255,255,.45); cursor: pointer; padding: 0; transition: all .25s; }
.th-hero-dot.active { background: #fff; width: 28px; border-radius: 6px; }
@keyframes th-fade { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }

/* 信任背书条 */
.hero-stats-bar { background: var(--bg-alt); padding: 28px 0; }
.hero-stats { display: flex; gap: 32px; flex-wrap: wrap; justify-content: center; }
.hero-stats div { text-align: center; }
.hero-stats strong { display: block; font-size: 1.8rem; font-weight: 800; color: var(--primary); }
.hero-stats span { display: block; font-size: 0.8rem; color: var(--text-muted); margin-top: 4px; }
.hero-buttons { display: flex; gap: 16px; flex-wrap: wrap; }
.hero-btn { display: inline-block; padding: 14px 32px; font-size: 1rem; font-weight: 600; border-radius: var(--radius); transition: all var(--transition); }
.hero-btn-primary {
  background: #fff; color: var(--primary);
  box-shadow: 0 4px 12px rgba(0,0,0,0.18);
}
.hero-btn-primary:hover { background: var(--bg-alt); transform: translateY(-2px); color: var(--primary); }
.hero-btn-secondary {
  background: transparent; color: #fff;
  border: 2px solid rgba(255,255,255,.7);
}
.hero-btn-secondary:hover { background: rgba(255,255,255,.15); border-color: #fff; transform: translateY(-2px); }

/* ===== Section Title ===== */
.section-title { text-align: center; margin-bottom: 48px; }
.section-title h2 { font-size: 2rem; font-weight: 700; color: var(--primary); margin-bottom: 8px; }
.section-title p { color: var(--text-muted); font-size: 0.95rem; }

/* ===== Business Advantages (Terracotta border cards 4 columns) ===== */
.advantages { background: #fff; }
.adv-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.adv-card {
  background: #fff; border: 2px solid var(--border); border-top: 4px solid var(--primary);
  border-radius: var(--radius); padding: 32px 24px;
  transition: all var(--transition); position: relative;
}
.adv-card:hover { border-color: var(--primary); transform: translateY(-4px); box-shadow: var(--shadow-hover); }
.adv-card .adv-num {
  position: absolute; top: 16px; right: 16px;
  font-size: 3rem; font-weight: 900; color: var(--bg-alt);
  font-style: italic; line-height: 1;
  font-family: Georgia, serif;
}
.adv-icon { font-size: 2rem; color: var(--secondary); margin-bottom: 16px; }
.adv-card h3 { font-size: 1.1rem; color: var(--text); margin-bottom: 8px; }
.adv-card p { font-size: 0.9rem; color: var(--text-light); line-height: 1.6; }

/* ===== Service Categories (Irregular grid: one big two small) ===== */
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.service-card {
  background: #fff; border: 1px solid var(--border);
  border-radius: var(--radius); padding: 28px 24px;
  transition: all var(--transition); position: relative;
  display: flex; flex-direction: column;
}
.service-card:hover { border-color: var(--primary); box-shadow: var(--shadow-hover); transform: translateY(-2px); }
.service-card .sc-tag {
  position: absolute; top: 0; right: 16px;
  background: var(--secondary); color: var(--primary);
  font-size: 0.7rem; font-weight: 700; padding: 4px 12px;
  border-radius: 0 0 var(--radius-sm) var(--radius-sm);
  text-transform: uppercase; letter-spacing: 0.5px;
}
.service-card h3 { font-size: 1.15rem; color: var(--text); margin-bottom: 6px; }
.service-card h3 a { color: inherit; }
.service-card h3 a:hover { color: var(--primary); }
.service-card .sc-desc { font-size: 0.88rem; color: var(--text-muted); margin-bottom: 14px; line-height: 1.6; }
.service-card .sc-children { display: flex; flex-wrap: wrap; gap: 8px; margin-top: auto; }
.service-card .sc-children a {
  font-size: 0.8rem; color: var(--text-light); padding: 5px 12px;
  background: var(--bg); border: 1px solid var(--border);
  border-radius: var(--radius-sm); transition: all var(--transition);
}
.service-card .sc-children a:hover { color: var(--primary); border-color: var(--primary); background: var(--bg-alt); }

/* ===== Latest News (3 column masonry cards) ===== */
.news { background: var(--bg-alt); }
.news-grid { columns: 3; column-gap: 24px; }
.news-card {
  break-inside: avoid; margin-bottom: 24px;
  background: #fff; border: 1px solid var(--border);
  border-radius: var(--radius); padding: 24px;
  transition: all var(--transition);
  border-top: 3px solid var(--secondary);
}
.news-card:hover { border-color: var(--primary); box-shadow: var(--shadow-hover); transform: translateY(-2px); }
.news-card .nc-cat { display: inline-block; font-size: 0.75rem; color: var(--primary); font-weight: 700; margin-bottom: 8px; text-transform: uppercase; letter-spacing: 1px; }
.news-card h3 { font-size: 1.05rem; line-height: 1.5; margin-bottom: 8px; }
.news-card h3 a { color: var(--text); }
.news-card h3 a:hover { color: var(--primary); }
.news-card .nc-desc { font-size: 0.88rem; color: var(--text-light); margin-bottom: 12px; line-height: 1.6; }
.news-card .nc-meta { font-size: 0.78rem; color: var(--text-muted); display: flex; align-items: center; gap: 8px; }

/* ===== CTA (Deep terracotta + gold button) ===== */
.cta {
  background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 100%);
  text-align: center; padding: 72px 0;
}
.cta h2 { font-size: 2rem; color: var(--secondary); margin-bottom: 8px; }
.cta p { color: rgba(255,255,255,0.85); margin-bottom: 24px; }
.cta .hero-btn-primary {
  background: var(--secondary); color: var(--primary-dark); font-weight: 700;
  box-shadow: 0 4px 12px rgba(251,191,36,0.3);
}
.cta .hero-btn-primary:hover { background: #f59e0b; transform: translateY(-2px); }

/* ===== Breadcrumb ===== */
.breadcrumb { padding: 12px 0; font-size: 0.88rem; color: var(--text-muted); }
.breadcrumb a { color: var(--text-light); }
.breadcrumb a:hover { color: var(--primary); }
.breadcrumb .sep { margin: 0 8px; color: var(--text-muted); }

/* ===== Page Header ===== */
.page-header { padding: 48px 0 32px; text-align: center; }
.page-header h1 { font-size: 2rem; font-weight: 700; color: var(--primary); margin-bottom: 8px; }
.page-header p { color: var(--text-muted); max-width: 640px; margin: 0 auto; }

/* ===== Content Layout ===== */
.content-with-sidebar { display: grid; grid-template-columns: 2fr 1fr; gap: 32px; padding-bottom: 48px; }
.main-content { min-width: 0; }
.sidebar { min-width: 0; }
.widget {
  background: #fff; border: 1px solid var(--border);
  border-radius: var(--radius); padding: 24px; margin-bottom: 24px;
  box-shadow: var(--shadow);
}
.widget h3 { font-size: 1.05rem; color: var(--primary); margin-bottom: 16px; padding-bottom: 12px; border-bottom: 2px solid var(--bg-alt); }
.side-nav a {
  display: block; padding: 8px 0; color: var(--text-light); font-size: 0.9rem;
  border-bottom: 1px solid #fafaf9; transition: color var(--transition);
}
.side-nav a:hover { color: var(--primary); }
.hot-list li { padding: 8px 0; border-bottom: 1px solid #fafaf9; }
.hot-list li:last-child { border-bottom: none; }
.hot-list a { font-size: 0.9rem; color: var(--text-light); }
.hot-list a:hover { color: var(--primary); }
.tag-cloud { display: flex; flex-wrap: wrap; gap: 8px; }
.tag-cloud a {
  display: inline-block; padding: 4px 12px; font-size: 0.8rem;
  color: var(--text-light); background: var(--bg);
  border: 1px solid var(--border); border-radius: var(--radius-sm);
  transition: all var(--transition);
}
.tag-cloud a:hover { color: #fff; background: var(--primary); border-color: var(--primary); }

/* ===== List Page (Variant A: Standard card with decorative border) ===== */
.article-list .article-item {
  background: #fff; border: 1px solid var(--border);
  border-radius: var(--radius); padding: 24px; margin-bottom: 20px;
  transition: all var(--transition);
  border-left: 4px solid var(--primary);
}
.article-list .article-item:hover { border-color: var(--primary); box-shadow: var(--shadow-hover); transform: translateY(-2px); }
.article-item .ai-cat { display: inline-block; font-size: 0.78rem; color: var(--primary); font-weight: 700; margin-bottom: 6px; text-transform: uppercase; letter-spacing: 1px; }
.article-item h3 { font-size: 1.2rem; line-height: 1.5; margin-bottom: 8px; }
.article-item h3 a { color: var(--text); }
.article-item h3 a:hover { color: var(--primary); }
.article-item .ai-desc { font-size: 0.9rem; color: var(--text-light); line-height: 1.6; margin-bottom: 12px; }
.article-item .meta { display: flex; gap: 16px; font-size: 0.82rem; color: var(--text-muted); align-items: center; flex-wrap: wrap; }
.article-item .meta span { display: inline-flex; align-items: center; gap: 4px; }

/* ===== Detail Page (Variant A: Standard two-column) ===== */
.detail-article { padding-bottom: 48px; }
.detail-article h1 { font-size: 1.75rem; color: var(--primary); line-height: 1.4; margin-bottom: 16px; }
.detail-article .meta { display: flex; gap: 16px; font-size: 0.85rem; color: var(--text-muted); margin-bottom: 24px; padding-bottom: 20px; border-bottom: 2px solid var(--bg-alt); flex-wrap: wrap; align-items: center; }
.detail-article .meta span { display: inline-flex; align-items: center; gap: 4px; }
.article-body { font-size: 1rem; line-height: 1.9; color: var(--text-light); }
.article-body h2 { font-size: 1.4rem; color: var(--primary); margin: 32px 0 16px; }
.article-body h3 { font-size: 1.15rem; color: var(--text); margin: 24px 0 12px; }
.article-body p { margin-bottom: 16px; }
.article-body ul, .article-body ol { margin-bottom: 16px; padding-left: 24px; }
.article-body li { margin-bottom: 6px; }
.article-body img { border-radius: var(--radius); margin: 16px 0; }
.article-body a { color: var(--primary); }
.article-body blockquote {
  border-left: 4px solid var(--secondary); padding: 12px 20px;
  margin: 16px 0; background: var(--bg); border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  color: var(--text-light);
}
.article-tags { margin: 32px 0 16px; display: flex; gap: 8px; align-items: center; flex-wrap: wrap; }
.article-tags span { font-size: 0.88rem; color: var(--text-muted); }
.article-tags a {
  font-size: 0.82rem; padding: 4px 12px; background: var(--bg);
  color: var(--text-light); border: 1px solid var(--border); border-radius: var(--radius-sm);
  transition: all var(--transition);
}
.article-tags a:hover { background: var(--primary); color: #fff; border-color: var(--primary); }
.article-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 32px; padding-top: 24px; border-top: 2px solid var(--bg-alt); }
.article-nav a { display: block; padding: 16px; background: var(--bg); border: 1px solid var(--border); border-radius: var(--radius); transition: all var(--transition); }
.article-nav a:hover { border-color: var(--primary); box-shadow: var(--shadow); }
.article-nav .prev span, .article-nav .next span { display: block; font-size: 0.78rem; color: var(--text-muted); margin-bottom: 4px; }
.article-nav .prev a, .article-nav .next a { font-size: 0.9rem; color: var(--text-light); }

/* ===== Pagination ===== */
.pagination { display: flex; justify-content: center; gap: 8px; padding: 24px 0; flex-wrap: wrap; }
.pagination a, .pagination span {
  display: inline-block; padding: 8px 16px; border: 2px solid var(--border);
  border-radius: var(--radius-sm); font-size: 0.9rem; color: var(--text-light);
  background: #fff; transition: all var(--transition);
}
.pagination a:hover { border-color: var(--primary); color: var(--primary); }
.pagination .active { background: var(--primary); color: #fff; border-color: var(--primary); }

/* ===== Empty ===== */
.empty { text-align: center; padding: 64px 0; color: var(--text-muted); }

/* ===== Contact Layout ===== */
.contact-grid, .contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.contact-item {
  display: flex; gap: 16px; align-items: flex-start; margin-bottom: 24px;
  background: #fff; padding: 24px; border-radius: var(--radius);
  border: 2px solid var(--border); transition: var(--transition);
}
.contact-item:hover { border-color: var(--primary); }
.contact-item .ci-icon {
  flex-shrink: 0; width: 48px; height: 48px; display: flex; align-items: center; justify-content: center;
  background: var(--bg-alt); color: var(--primary);
  border-radius: 50%; font-size: 1.1rem;
}
.contact-item .ci-text h3 { font-size: 1rem; color: var(--text); margin-bottom: 4px; }
.contact-item .ci-text p { color: var(--text-light); font-size: 0.9rem; }
.contact-form { background: #fff; border: 2px solid var(--border); border-radius: var(--radius); padding: 32px; }
.contact-form h3 { font-size: 1.2rem; color: var(--primary); margin-bottom: 24px; }
.form-group { margin-bottom: 16px; }
.form-group label { display: block; font-size: 0.9rem; color: var(--text-light); margin-bottom: 6px; }
.form-group input, .form-group textarea {
  width: 100%; padding: 12px; font-size: 0.95rem; color: var(--text);
  background: var(--bg); border: 2px solid var(--border);
  border-radius: var(--radius-sm); transition: border-color var(--transition);
}
.form-group input:focus, .form-group textarea:focus { outline: none; border-color: var(--primary); }
.form-group textarea { min-height: 120px; resize: vertical; }
.form-group button {
  padding: 14px 32px; background: var(--primary); color: #fff;
  border: none; border-radius: var(--radius); font-size: 1rem; font-weight: 700;
  cursor: pointer; transition: all var(--transition);
}
.form-group button:hover { background: var(--primary-dark); transform: translateY(-2px); }

/* ===== Search ===== */
.search-form { margin-bottom: 32px; display: flex; gap: 8px; }
.search-form input {
  flex: 1; padding: 12px 16px; background: #fff; border: 2px solid var(--border);
  border-radius: var(--radius); color: var(--text); font-size: 0.95rem;
}
.search-form input:focus { outline: none; border-color: var(--primary); }
.search-form button {
  padding: 12px 24px; background: var(--primary); color: #fff;
  border: none; border-radius: var(--radius); font-size: 0.95rem; cursor: pointer;
  font-weight: 600; transition: var(--transition);
}
.search-form button:hover { background: var(--primary-dark); }

/* ===== Sitemap ===== */
.sitemap-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.sitemap-col {
  background: #fff; border: 2px solid var(--border);
  border-radius: var(--radius); padding: 20px;
}
.sitemap-col h3 { font-size: 1rem; color: var(--primary); margin-bottom: 12px; padding-bottom: 8px; border-bottom: 2px solid var(--bg-alt); }
.sitemap-col a { display: block; font-size: 0.88rem; color: var(--text-light); padding: 4px 0; }
.sitemap-col a:hover { color: var(--primary); }

/* ===== County / Tag ===== */
.county-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 32px; }
.county-grid a {
  display: block; padding: 16px; background: #fff; border: 2px solid var(--border);
  border-radius: var(--radius); text-align: center; color: var(--text-light);
  transition: all var(--transition);
}
.county-grid a:hover { border-color: var(--primary); color: var(--primary); }

/* ===== About ===== */
.about-content { background: #fff; border: 2px solid var(--border); border-radius: var(--radius); padding: 32px; }
.about-content h2 { color: var(--primary); margin: 24px 0 12px; }
.about-content h2:first-child { margin-top: 0; }
.about-content p { color: var(--text-light); line-height: 1.8; margin-bottom: 16px; }

/* ===== Footer ===== */
.footer, .site-footer { background: var(--primary-dark); color: rgba(255,255,255,0.85); padding-top: 56px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.2fr; gap: 32px; padding-bottom: 40px; }
.footer-col h4 { font-size: 1rem; color: var(--secondary); margin-bottom: 16px; }
.footer-col p { font-size: 0.88rem; color: rgba(255,255,255,0.7); line-height: 1.7; }
.footer-col a { display: block; font-size: 0.88rem; color: rgba(255,255,255,0.7); padding: 4px 0; transition: color var(--transition); }
.footer-col a:hover { color: var(--secondary); }
.footer-bottom { text-align: center; padding: 20px 0; border-top: 1px solid rgba(255,255,255,0.1); font-size: 0.85rem; color: rgba(255,255,255,0.5); }
.footer-bottom a { color: rgba(255,255,255,0.7); }

/* ===== Float Top ===== */
.float-top {
  position: fixed; bottom: 40px; right: 24px; width: 48px; height: 48px;
  background: var(--primary); color: #fff; border: none; border-radius: 50%;
  display: none; align-items: center; justify-content: center; cursor: pointer;
  z-index: 999; font-size: 1.2rem; box-shadow: 0 4px 12px rgba(153,27,27,0.3);
  transition: all var(--transition);
}
.float-top:hover { background: var(--secondary); color: var(--primary-dark); transform: translateY(-2px); }

/* ===== Related ===== */
.related-list li { padding: 8px 0; border-bottom: 1px solid #fafaf9; }
.related-list li:last-child { border-bottom: none; }
.related-list a { font-size: 0.9rem; color: var(--text-light); }
.related-list a:hover { color: var(--primary); }

/* ===== Responsive ===== */
@media (max-width: 992px) {
  .hero .container { grid-template-columns: 1fr; text-align: center; }
  .hero-stats { justify-content: center; }
  .hero-buttons { justify-content: center; }
  .adv-grid { grid-template-columns: repeat(2, 1fr); }
  .service-grid { grid-template-columns: repeat(2, 1fr) !important; }
  .th-slide { min-height: 380px; }
  .th-slide h1 { font-size: 2.2rem; }
  .news-grid { columns: 2; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .content-with-sidebar { grid-template-columns: 1fr; }
  .sitemap-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-grid, .contact-layout { grid-template-columns: 1fr; }
  .county-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .nav-toggle { display: flex; }
  .main-nav { display: none; position: absolute; top: 64px; left: 0; right: 0; background: #fff; flex-direction: column; padding: 8px; border-bottom: 2px solid var(--border-accent); box-shadow: var(--shadow); }
  .main-nav.active { display: flex; }
  .service-grid { grid-template-columns: 1fr !important; }
  .adv-grid { grid-template-columns: 1fr 1fr; }
  .news-grid { columns: 1; }
  .section { padding: 48px 0; }
  .th-hero-arrow { width: 38px; height: 38px; font-size: 22px; }
  .th-hero-prev { left: 10px; } .th-hero-next { right: 10px; }
  .th-slide { min-height: 420px; }
  .th-slide h1 { font-size: 1.8rem; }
  .hero-stats { gap: 16px; }
  .hero-stats strong { font-size: 1.5rem; }
  .footer-grid { grid-template-columns: 1fr; }
  .sitemap-grid { grid-template-columns: 1fr; }
  .article-nav { grid-template-columns: 1fr; }
  .detail-article h1 { font-size: 1.4rem; }
}

@media (max-width: 576px) {
  .container { padding: 0 16px; }
  .hero-stats { flex-direction: column; gap: 8px; }
  .hero-stats strong { font-size: 1.5rem; }
  .adv-grid { grid-template-columns: 1fr; }
  .county-grid { grid-template-columns: 1fr; }
  .pagination a, .pagination span { padding: 6px 12px; font-size: 0.85rem; }
  .cta { padding: 48px 0; }
  .cta h2 { font-size: 1.5rem; }
}

/* === AUTO-ADDED for missing classes === */
.contact-info{display:flex;flex-direction:column;gap:16px}
.contact-info-item{display:flex;gap:14px;align-items:flex-start;background:var(--bg-white);padding:16px 20px;border-radius:var(--radius);border:1px solid var(--border)}


/* === footer-col-* semantic variants (auto-added) === */
.footer-col-services,
.footer-col-about,
.footer-col-links,
.footer-col-contact { /* inherits .footer-col base style */ }


/* ========== 内容区样式补丁 (auto-added) ========== */

/* 段落间距 */
.article-content p,
.article-text p,
.article-body p,
.detail-body p,
.article-detail .content p,
.page-content p {
  margin-bottom: 16px;
  line-height: 1.8;
}

/* 标题样式 */
.article-content h2,
.article-text h2,
.article-body h2,
.detail-body h2,
.article-detail .content h2,
.page-content h2 {
  font-size: 22px;
  font-weight: 700;
  margin: 28px 0 14px;
  line-height: 1.4;
}

.article-content h3,
.article-text h3,
.article-body h3,
.detail-body h3,
.article-detail .content h3,
.page-content h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 20px 0 10px;
  line-height: 1.4;
}

/* 列表样式 */
.article-content ul,
.article-text ul,
.article-body ul,
.detail-body ul,
.article-detail .content ul,
.page-content ul {
  list-style: disc;
  margin: 0 0 16px 24px;
}

.article-content ol,
.article-text ol,
.article-body ol,
.detail-body ol,
.article-detail .content ol,
.page-content ol {
  list-style: decimal;
  margin: 0 0 16px 24px;
}

.article-content li,
.article-text li,
.article-body li,
.detail-body li,
.article-detail .content li,
.page-content li {
  margin-bottom: 6px;
  line-height: 1.7;
}

/* 图片样式 */
.article-content img,
.article-text img,
.article-body img,
.detail-body img,
.article-detail .content img,
.page-content img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  margin: 16px 0;
}

/* 引用块 */
.article-content blockquote,
.article-text blockquote,
.article-body blockquote,
.detail-body blockquote,
.article-detail .content blockquote,
.page-content blockquote {
  border-left: 4px solid var(--primary, #2563eb);
  padding: 12px 20px;
  margin: 16px 0;
  background: var(--bg, #f9fafb);
  font-style: italic;
}

/* 代码块 */
.article-content code,
.article-text code,
.article-body code,
.detail-body code,
.article-detail .content code,
.page-content code {
  background: var(--bg, #f3f4f6);
  padding: 2px 6px;
  border-radius: 3px;
  font-size: 0.9em;
}

.article-content pre,
.article-text pre,
.article-body pre,
.detail-body pre,
.article-detail .content pre,
.page-content pre {
  background: #1f2937;
  color: #f9fafb;
  padding: 16px;
  border-radius: 6px;
  overflow-x: auto;
  margin: 16px 0;
}

/* 表格样式 */
.article-content table,
.article-text table,
.article-body table,
.detail-body table,
.article-detail .content table,
.page-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0;
}

.article-content th,
.article-text th,
.article-body th,
.detail-body th,
.article-detail .content th,
.page-content th {
  background: var(--bg, #f3f4f6);
  padding: 10px 12px;
  text-align: left;
  font-weight: 600;
  border: 1px solid var(--border, #e5e7eb);
}

.article-content td,
.article-text td,
.article-body td,
.detail-body td,
.article-detail .content td,
.page-content td {
  padding: 10px 12px;
  border: 1px solid var(--border, #e5e7eb);
}

/* ========== 品牌标语防溢出 ========== */
.brand-tagline,
[class*="brand-tagline"] {
  max-width: 300px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
  color: var(--text-light, #6b7280);
  letter-spacing: 0.5px;
}

@media (max-width: 768px) {
  .brand-tagline,
  [class*="brand-tagline"] {
    max-width: 200px;
    font-size: 11px;
  }
}



/* 一级栏目 - 醒目样式 */
.sidebar-cats > li > a,
.side-nav > li > a,
.sidebar-widget .side-nav > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
  font-size: 15px;
  font-weight: 600;
  color: #1f2937;
  background: #f9fafb;
  border-radius: 6px;
  margin-bottom: 8px;
  border-left: 3px solid var(--primary, #2563eb);
  transition: all 0.2s;
}

.sidebar-cats > li > a:hover,
.side-nav > li > a:hover,
.sidebar-widget .side-nav > li > a:hover {
  background: var(--primary, #2563eb);
  color: #fff;
  padding-left: 18px;
}

/* 二级栏目 - 三列网格 */
.sidebar-cats > li > ul,
.sidebar-cats > li > .sidebar-subcats,
.side-nav > li > ul,
.sidebar-widget .side-nav > li > ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px 8px;
  padding: 8px 10px;
  margin: 0 0 8px 0;
  list-style: none;
}

.sidebar-cats > li > ul > li,
.sidebar-cats > li > .sidebar-subcats > li,
.side-nav > li > ul > li,
.sidebar-widget .side-nav > li > ul > li {
  margin: 0;
}

.sidebar-cats > li > ul > li > a,
.sidebar-cats > li > .sidebar-subcats > li > a,
.side-nav > li > ul > li > a,
.sidebar-widget .side-nav > li > ul > li > a {
  display: block;
  padding: 5px 8px;
  font-size: 13px;
  color: #6b7280;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 4px;
  transition: all 0.2s;
}

.sidebar-cats > li > ul > li > a:hover,
.sidebar-cats > li > .sidebar-subcats > li > a:hover,
.side-nav > li > ul > li > a:hover,
.sidebar-widget .side-nav > li > ul > li > a:hover {
  color: var(--primary, #2563eb);
  background: #eff6ff;
}

/* 响应式：小屏幕改为两列 */
@media (max-width: 992px) {
  .sidebar-cats > li > ul,
  .sidebar-cats > li > .sidebar-subcats,
  .side-nav > li > ul,
  .sidebar-widget .side-nav > li > ul {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .sidebar-cats > li > ul,
  .sidebar-cats > li > .sidebar-subcats,
  .side-nav > li > ul,
  .sidebar-widget .side-nav > li > ul {
    grid-template-columns: 1fr;
  }
}

/* ========== 侧栏分类优化 (auto-added) ========== */

/* 一级栏目 - 醒目样式，颜色跟随主题 */
.sidebar-cats > li > a,
.side-nav > li > a,
.sidebar-widget .side-nav > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px;
  font-size: 14px;
  font-weight: 600;
  color: var(--text, #1f2937);
  background: var(--bg, #f9fafb);
  border-radius: 6px;
  margin-bottom: 6px;
  border-left: 3px solid var(--primary, #2563eb);
  transition: all 0.2s;
}

.sidebar-cats > li > a:hover,
.side-nav > li > a:hover,
.sidebar-widget .side-nav > li > a:hover {
  background: var(--primary, #2563eb);
  color: #fff;
  padding-left: 16px;
}

/* 二级栏目 - 自适应布局，处理长名称 */
.sidebar-cats > li > ul,
.sidebar-cats > li > .sidebar-subcats,
.side-nav > li > ul,
.sidebar-widget .side-nav > li > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 8px 10px;
  margin: 0 0 6px 0;
  list-style: none;
}

.sidebar-cats > li > ul > li,
.sidebar-cats > li > .sidebar-subcats > li,
.side-nav > li > ul > li,
.sidebar-widget .side-nav > li > ul > li {
  margin: 0;
  flex: 0 1 auto;
  min-width: 0;
}

.sidebar-cats > li > ul > li > a,
.sidebar-cats > li > .sidebar-subcats > li > a,
.side-nav > li > ul > li > a,
.sidebar-widget .side-nav > li > ul > li > a {
  display: block;
  padding: 4px 10px;
  font-size: 13px;
  color: var(--text-light, #6b7280);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 120px;
  border-radius: 4px;
  border: 1px solid var(--border, #e5e7eb);
  transition: all 0.2s;
}

.sidebar-cats > li > ul > li > a:hover,
.sidebar-cats > li > .sidebar-subcats > li > a:hover,
.side-nav > li > ul > li > a:hover,
.sidebar-widget .side-nav > li > ul > li > a:hover {
  color: var(--primary, #2563eb);
  border-color: var(--primary, #2563eb);
  background: rgba(37, 99, 235, 0.05);
}

/* 响应式 */
@media (max-width: 768px) {
  .sidebar-cats > li > ul > li > a,
  .sidebar-cats > li > .sidebar-subcats > li > a,
  .side-nav > li > ul > li > a,
  .sidebar-widget .side-nav > li > ul > li > a {
    max-width: 100px;
    font-size: 12px;
  }
}
/* ===== 悬浮客服 ===== */
.zfkf-float{position:fixed;right:20px;bottom:120px;z-index:9999;display:flex;flex-direction:column;gap:10px}
.zfkf-item{position:relative;width:46px;height:46px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;box-shadow:0 4px 14px rgba(0,0,0,.18);transition:all .25s;cursor:pointer}
.zfkf-item:hover{transform:scale(1.08);color:#fff}
.zfkf-phone{background:#2563eb}
.zfkf-wechat{background:#07c160}
.zfkf-consult{background:#f59e0b}
.zfkf-top{background:#334155}
.zfkf-tip{position:absolute;right:calc(100% + 12px);top:50%;transform:translateY(-50%);white-space:nowrap;background:rgba(0,0,0,.78);color:#fff;font-size:12px;padding:5px 10px;border-radius:6px;opacity:0;pointer-events:none;transition:opacity .2s;z-index:10001}
.zfkf-item:hover .zfkf-tip{opacity:1}
.zfkf-wechat-mask{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:10000;display:none;align-items:center;justify-content:center}
.zfkf-wechat-mask.zfkf-show{display:flex}
.zfkf-wechat-box{background:#fff;border-radius:12px;padding:24px;text-align:center;position:relative;max-width:80vw}
.zfkf-wechat-box img{width:180px;height:180px;object-fit:contain;border:1px solid #eee;border-radius:8px}
.zfkf-wechat-noimg{width:180px;height:80px;display:flex;align-items:center;justify-content:center;background:#f6f7f9;border-radius:8px;font-size:16px;color:#07c160;font-weight:600}
.zfkf-wechat-box p{margin:12px 0 0;font-size:14px;color:#333}
.zfkf-wechat-close{position:absolute;top:8px;right:12px;font-size:22px;color:#666;cursor:pointer;line-height:1}
@media (max-width:768px){.zfkf-float{right:10px;bottom:100px}.zfkf-item{width:42px;height:42px}.zfkf-tip{display:none}}

/* STAGE9-G2-CAROUSEL (82_terracotta) */
.hero-carousel { position: relative; overflow: hidden; height: 660px; }
.hero-slides { display: flex; width: 300%; height: 100%; animation: heroSlide 12s infinite; }
.hero-slide { width: 33.333%; height: 100%; display: flex; align-items: center; justify-content: center; color: #fff; padding: 0 24px; box-sizing: border-box; }
.hero-slide.s1 { background: linear-gradient(135deg,#6b2e0d 0%,#9b4223 50%,#c25538 100%); }
.hero-slide.s2 { background: linear-gradient(135deg,#4a1f0b 0%,#7a3419 50%,#9e4a29 100%); }
.hero-slide.s3 { background: linear-gradient(135deg,#2c1308 0%,#5c2710 50%,#78350f 100%); }
.hero-slide-inner { max-width: 980px; position: relative; z-index: 2; text-align: center; }
.hero-slide-inner h1 { font-size: clamp(28px,5vw,48px); font-weight: 900; margin-bottom: 12px; line-height: 1.2; color: #fff; }
.hero-slide-inner p { font-size: 18px; opacity: .95; margin-bottom: 24px; color: #fff; }
.hero-slide-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.hero-slide-btns .btn { padding: 12px 28px; border-radius: 12px; font-weight: 700; display: inline-block; text-decoration: none; }
.hero-slide-btns .btn-primary { background: #fff; color: #6b2e0d; }
.hero-slide-btns .btn-outline { color: #fff; border: 2px solid rgba(255,255,255,0.6); background: transparent; }
@keyframes heroSlide { 0%,30% { transform: translateX(0); } 33%,63% { transform: translateX(-33.333%); } 66%,96% { transform: translateX(-66.666%); } 100% { transform: translateX(0); } }
.stats-bar { background: #fdf4ec; border-bottom: 1px solid #f0c5a2; padding: 32px 0; }
.stats-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; text-align: center; }
.stats-grid .stat-item { display: flex; flex-direction: column; align-items: center; gap: 4px; padding: 10px 8px; }
.stats-grid .stat-item svg { color: #c25538; margin-bottom: 4px; }
.stats-grid .stat-item strong { font-size: 26px; font-weight: 900; color: #7a3419; }
.stats-grid .stat-item span { font-size: 13px; color: #6b2e0d; }
.hero-tag-row { max-width: 980px; margin-left: auto; margin-right: auto; }
.hero-micro { max-width: 900px; margin-left: auto; margin-right: auto; }
@media (max-width: 768px) { .hero-carousel { height: 780px !important; } .stats-grid { grid-template-columns: repeat(2,1fr); } .hero-micro { grid-template-columns: repeat(2,1fr) !important; } }
@media (max-width: 480px) { .hero-carousel { height: 1120px !important; } .stats-grid { grid-template-columns: 1fr; } .hero-micro { grid-template-columns: 1fr !important; } }

