:root {
  --primary: #7cbc26;
  --primary-dark: #6aa81f;
  --secondary: #0c69b5;
  --brand-blue: #0c69b5;
  --bg: #ffffff;
  --bg-soft: #f7faf3;
  --bg-muted: #f2f6ee;
  --card: #ffffff;
  --line: #e6ebdf;
  --text: #333333;
  --muted: #666666;
  --shadow: 0 8px 24px rgba(124, 188, 38, 0.08);
  --radius: 6px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Verdana, Arial, "PingFang SC", "Microsoft YaHei", sans-serif;
  background: var(--bg);
  color: var(--text);
  font-size: 14px;
  line-height: 1.7;
}

a { color: inherit; text-decoration: none; }
.container { width: min(1180px, 92%); margin: 0 auto; }
.section { padding: 72px 0; }
.section h2 {
  margin: 0 0 16px;
  font-size: 32px;
  color: var(--text);
  position: relative;
  padding-bottom: 12px;
}
.section h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 48px;
  height: 3px;
  background: var(--primary);
  border-radius: 2px;
}
.section-intro { margin: 0 0 28px; color: var(--muted); max-width: 760px; }
.section-label {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--primary);
  margin: 0 0 8px;
}
.section-alt { background: var(--bg-soft); }
.section-muted { background: var(--bg-muted); }
.center { text-align: center; }

/* AI 首页主视觉 */
.ai-hero {
  background: linear-gradient(135deg, #142210 0%, #1e3a14 40%, #2d5a1e 70%, #4a8c14 100%);
  color: #fff;
  padding: 80px 0 72px;
}
.ai-hero-inner {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  align-items: center;
}
.ai-hero-tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #c8e6a0;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 999px;
  padding: 6px 14px;
  margin: 0 0 16px;
}
.ai-hero h1 {
  margin: 0 0 18px;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.25;
  color: #fff;
}
.ai-hero-desc {
  margin: 0 0 28px;
  font-size: 16px;
  line-height: 1.8;
  color: rgba(255,255,255,0.85);
  max-width: 600px;
}
.ai-hero-desc strong { color: #d4ed9a; }
.ai-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 24px; }
.ai-hero-pills { display: flex; flex-wrap: wrap; gap: 8px; }
.ai-pill {
  font-size: 13px;
  font-weight: 600;
  color: #e8f5d5;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 999px;
  padding: 6px 14px;
  transition: background .2s;
}
.ai-pill:hover { background: rgba(124,188,38,0.3); color: #fff; }
.ai-hero-card {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 12px;
  padding: 28px;
  backdrop-filter: blur(8px);
}
.ai-hero-card-label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #a8d86a;
  margin-bottom: 16px;
}
.ai-hero-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ai-hero-card li {
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.9);
  font-size: 15px;
}
.ai-hero-card li:last-child { border-bottom: none; }
.btn.ghost.light {
  color: #fff;
  border-color: rgba(255,255,255,0.35);
  background: rgba(255,255,255,0.06);
}
.btn.ghost.light:hover { background: rgba(255,255,255,0.12); }

.ai-stats-bar {
  background: #fff;
  border-bottom: 1px solid var(--line);
  padding: 28px 0;
}
.ai-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  text-align: center;
}
.ai-stat strong {
  display: block;
  font-size: 36px;
  color: var(--primary);
  line-height: 1.1;
}
.ai-stat span { font-size: 13px; color: var(--muted); }

.geo-entity-block {
  padding: 32px 0 8px;
  font-size: 15px;
  line-height: 1.8;
  color: var(--muted);
  border-bottom: 1px solid var(--line);
}
.geo-entity-block a { color: var(--primary-dark); font-weight: 600; }

.geo-crawl-index {
  padding: 16px 0 24px;
  border-bottom: 1px solid var(--line);
}
.geo-crawl-intro {
  margin: 0 0 8px;
  font-size: 13px;
  color: var(--muted);
}
.geo-crawl-links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
}
.geo-crawl-links a {
  font-size: 13px;
  color: var(--primary-dark);
  font-weight: 600;
}
.geo-crawl-links a:hover { color: var(--primary); }

.geo-static-index {
  padding: 12px 0 20px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 8px;
}
.geo-static-links-compact {
  max-height: 200px;
  overflow-y: auto;
  font-size: 12px;
}
.geo-static-tag {
  font-size: 11px;
  color: var(--muted);
  margin-left: 4px;
}
.detail-metrics {
  margin-bottom: 28px;
  padding: 20px;
  background: var(--bg-soft);
  border-radius: var(--radius);
  border: 1px solid var(--line);
}
.detail-metrics h2 { margin-top: 0; font-size: 18px; }
.detail-metrics .geo-facts { margin: 0; }

.geo-pillar-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.geo-pillar-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
}
.geo-pillar-card h3 {
  margin: 0 0 8px;
  font-size: 16px;
  color: var(--primary-dark);
}
.geo-pillar-card p { margin: 0; font-size: 14px; color: var(--muted); line-height: 1.6; }

.banner-compact { max-height: 280px; overflow: hidden; }
.banner-compact .banner-slide { min-height: 240px; }
.compact-grid .service-card { padding: 16px; }
.compact-grid .service-card h3 { font-size: 15px; }
.compact-grid .service-icon-img { width: 40px; height: 40px; }

.site-footer a { color: #b8c9ad; }
.site-footer a:hover { color: #fff; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
}
.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  position: relative;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  max-width: min(280px, 42vw);
}
.brand-logo {
  display: block;
  height: 40px;
  width: auto;
  object-fit: contain;
}
.brand-logo-full { display: block; }
.brand-logo-icon { display: none; }
.brand-tagline {
  font-size: 11px;
  font-weight: 700;
  color: var(--primary);
  letter-spacing: 1.2px;
  white-space: nowrap;
  padding-left: 12px;
  border-left: 2px solid var(--line);
  line-height: 1;
}
.brand-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--primary);
  box-shadow: 0 0 0 4px rgba(124, 188, 38, 0.15);
}
.nav { display: flex; gap: 22px; align-items: center; flex-wrap: wrap; }
.nav a {
  color: var(--muted);
  font-weight: 600;
  font-size: 14px;
  transition: color .2s ease;
}
.nav a.active, .nav a:hover { color: var(--primary); }
.nav a.nav-ai {
  color: var(--primary);
  background: rgba(124, 188, 38, 0.1);
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(124, 188, 38, 0.25);
}
.nav a.nav-ai.active, .nav a.nav-ai:hover {
  background: rgba(124, 188, 38, 0.18);
  color: var(--primary-dark);
}
.brand-text { display: flex; flex-direction: column; line-height: 1.2; }
.brand-sub {
  font-size: 11px;
  font-weight: 600;
  color: var(--primary);
  letter-spacing: 1px;
}
.footer-logo-link {
  display: inline-block;
  margin-bottom: 12px;
}
.footer-logo {
  display: block;
  height: 36px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
}
.menu-toggle {
  display: none;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--text);
  background: #fff;
  font-size: 22px;
  width: 42px;
  height: 42px;
}

.hero {
  padding: 72px 0 64px;
  background: linear-gradient(180deg, #f8fcf2 0%, #ffffff 100%);
  border-bottom: 1px solid var(--line);
}
.hero-inner {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 32px;
  align-items: center;
}
.tag {
  display: inline-block;
  color: var(--primary);
  background: rgba(124, 188, 38, 0.12);
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 6px 12px;
  margin: 0 0 14px;
}
.hero h1 {
  margin: 0 0 16px;
  font-size: clamp(32px, 5vw, 48px);
  line-height: 1.2;
  color: #222;
}
.lead { color: var(--muted); line-height: 1.9; max-width: 620px; margin: 0; }
.hero-cta { display: flex; gap: 12px; margin-top: 22px; flex-wrap: wrap; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 22px;
  border-radius: var(--radius);
  font-weight: 700;
  border: 1px solid transparent;
  transition: all .2s ease;
}
.btn.primary {
  color: #fff;
  background: var(--primary);
}
.btn.primary:hover { background: var(--primary-dark); }
.btn.ghost {
  color: var(--text);
  border-color: var(--line);
  background: #fff;
}
.btn.ghost:hover { border-color: var(--primary); color: var(--primary); }

.hero-cards { display: grid; gap: 14px; }
.card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 20px;
  box-shadow: var(--shadow);
}
.card strong {
  display: block;
  font-size: 34px;
  margin-bottom: 4px;
  color: var(--primary);
}
.card span { color: var(--muted); font-size: 13px; }

.grid-3 { display: grid; gap: 18px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-2 { display: grid; gap: 18px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-4 { display: grid; gap: 18px; grid-template-columns: repeat(4, minmax(0, 1fr)); }

.panel, .service-card, .solution-card, .news-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
  line-height: 1.8;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.panel:hover, .service-card:hover, .solution-card:hover, .news-card:hover {
  transform: translateY(-3px);
  border-color: rgba(124, 188, 38, 0.45);
  box-shadow: var(--shadow);
}
.panel h3, .service-card h3, .solution-card h3, .news-card h3 {
  margin: 0 0 10px;
  font-size: 18px;
  color: #222;
}
.panel p, .service-card p, .solution-card p, .news-card p { margin: 0; color: var(--muted); }

.service-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(124, 188, 38, 0.12);
  color: var(--primary);
  font-weight: 700;
  margin-bottom: 12px;
}

.case {
  min-height: 140px;
  padding: 20px;
  border-radius: var(--radius);
  border: 1px solid rgba(124, 188, 38, 0.25);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 8px;
  background: linear-gradient(135deg, #f3fae8, #ffffff);
}
.case h3 { margin: 0; font-size: 17px; color: #222; }
.case .case-tags { font-size: 12px; color: var(--primary); font-weight: 600; }

.case-tabs { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 22px; }
.case-tab {
  border: 1px solid var(--line);
  background: #fff;
  color: var(--muted);
  border-radius: 999px;
  padding: 8px 16px;
  font: inherit;
  cursor: pointer;
}
.case-tab.active {
  color: #fff;
  border-color: var(--primary);
  background: var(--primary);
}

.case-card .case-tags {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 12px;
  color: var(--primary);
  background: rgba(124, 188, 38, 0.1);
  border: 1px solid rgba(124, 188, 38, 0.25);
  border-radius: 999px;
  padding: 4px 10px;
}

.text-link {
  color: var(--primary);
  font-weight: 700;
  border-bottom: 1px solid rgba(124, 188, 38, 0.45);
  padding-bottom: 2px;
}

.process {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.process li {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 16px;
  color: var(--text);
  box-shadow: var(--shadow);
}

.advantage-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.advantage-item {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 20px;
}
.advantage-item h4 { margin: 0 0 8px; color: var(--primary); }
.advantage-item p { margin: 0; color: var(--muted); }

.site-footer {
  border-top: 1px solid var(--line);
  background: linear-gradient(180deg, #1e2a1a 0%, #2f3430 100%);
  color: #d7ddd2;
  padding: 56px 0 24px;
}
.footer-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.footer-brand .footer-tagline {
  color: var(--primary);
  font-weight: 600;
  margin-bottom: 4px;
}
.footer-phone {
  margin-top: 12px;
  font-size: 22px;
  font-weight: 700;
}
.footer-phone a { color: #fff !important; }
.site-footer h4 { color: #fff; margin: 0 0 14px; font-size: 16px; }
.site-footer p { margin: 0 0 8px; font-size: 14px; line-height: 1.6; }
.copyright {
  text-align: center;
  margin: 28px 0 0;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 12px;
  color: #aeb6a8;
}
.copyright a { color: #aeb6a8; }
.copyright a:hover { color: #fff; }

.page-hero {
  padding: 64px 0 48px;
  background: linear-gradient(135deg, #f3fae8 0%, #ffffff 100%);
  border-bottom: 1px solid var(--line);
}
.page-hero h1 { margin: 0 0 10px; font-size: clamp(30px, 5vw, 44px); color: #222; }
.page-hero p { margin: 0; color: var(--muted); }

/* 内页大图 Banner（ldcms 风格） */
.page-banner {
  position: relative;
  min-height: clamp(220px, 32vh, 320px);
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}
.page-banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.72) 0%, rgba(0,0,0,.45) 60%, rgba(0,0,0,.25) 100%);
}
.page-banner-content {
  position: relative;
  z-index: 1;
  padding: 56px 0;
}
.page-banner-desc {
  margin: 16px 0 0;
  max-width: 640px;
  font-size: 16px;
  line-height: 1.8;
  color: rgba(255,255,255,.9);
}
.page-banner .public-title h3 {
  font-size: clamp(32px, 5vw, 44px);
  color: #fff;
}
.page-banner .public-title p { color: rgba(255,255,255,.75); }

/* 内页案例 Tab */
.portal-case-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 32px;
}
.portal-case-tabs .case-tab {
  padding: 10px 20px;
  border: 1px solid var(--line);
  border-radius: 40px;
  background: #fff;
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all .2s;
}
.portal-case-tabs .case-tab:hover,
.portal-case-tabs .case-tab.active {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
}

/* 联系页分栏 */
.contact-page-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 32px;
  align-items: start;
}
.contact-info-panel {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 32px;
}
.contact-info-panel h2 {
  margin: 0 0 20px;
  font-size: 22px;
}
.contact-info-panel .footer-phone {
  font-size: 28px;
  margin: 16px 0;
}
.contact-info-panel .footer-phone a { color: var(--primary-dark); }
.contact-form-panel {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 32px;
}
.contact-form-panel h3 { margin: 0 0 20px; font-size: 20px; }

/* 详情页 Banner */
.detail-page-banner { min-height: clamp(280px, 40vh, 400px); }
.detail-page-banner .detail-tags { margin-top: 16px; }
.light-meta, .light-meta a { color: rgba(255,255,255,.85) !important; }
.light-meta a:hover { color: #fff !important; }
.detail-date.light-meta { margin: 8px 0 0; font-size: 14px; }

.service-detail-banner .service-detail-hero {
  display: flex;
  gap: 28px;
  align-items: center;
}
.service-detail-banner .service-hero-icon {
  width: 88px;
  height: 88px;
  flex-shrink: 0;
  background: rgba(255,255,255,.15);
  border-radius: 16px;
  padding: 12px;
}

.detail-related .news-portal-list {
  grid-template-columns: repeat(2, 1fr);
  margin-top: 20px;
}

/* 服务卡片门户风格 */
.service-portal-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.service-portal-card {
  display: block;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 28px 20px;
  text-align: center;
  transition: box-shadow .25s, transform .25s;
  color: inherit;
}
.service-portal-card:hover {
  box-shadow: 0 12px 28px rgba(0,0,0,.1);
  transform: translateY(-4px);
}
.service-portal-card img {
  width: 64px;
  height: 64px;
  margin: 0 auto 16px;
}
.service-portal-card h3 { margin: 0 0 10px; font-size: 17px; }
.service-portal-card p { margin: 0; font-size: 13px; color: var(--muted); line-height: 1.6; }

.service-block {
  scroll-margin-top: 90px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  margin-bottom: 16px;
}
.service-block h3 { margin: 0 0 10px; color: var(--primary); }
.service-block p { margin: 0; color: var(--muted); }

.solution-index {
  font-size: 28px;
  font-weight: 700;
  color: rgba(124, 188, 38, 0.35);
  margin-bottom: 8px;
}

.contact-form { max-width: 760px; margin: 0 auto; }
.contact-form input, .contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 12px 14px;
  margin-bottom: 12px;
  font: inherit;
  color: var(--text);
  background: #fff;
  box-shadow: rgba(139, 142, 136, 0.15) 0 5px 8px 0;
}
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #999; }
.contact-form button {
  border: 0;
  border-radius: var(--radius);
  background: var(--primary);
  color: #fff;
  padding: 12px 22px;
  font-weight: 700;
  cursor: pointer;
}
.contact-form button:hover { background: var(--primary-dark); }

/* Banner 轮播 */
.banner-section { position: relative; background: #f7faf3; }
.banner-slider { position: relative; height: clamp(280px, 42vw, 420px); overflow: hidden; }
.banner-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity .6s ease;
  pointer-events: none;
}
.banner-slide.active { opacity: 1; pointer-events: auto; }
.banner-slide img { width: 100%; height: 100%; object-fit: cover; display: block; }
.banner-caption {
  position: absolute;
  left: 50%;
  bottom: 18%;
  transform: translateX(-50%);
  text-align: center;
  width: min(92%, 760px);
}
.banner-caption h2 { margin: 0 0 8px; font-size: clamp(24px, 4vw, 40px); color: #2f3b2a; }
.banner-caption p { margin: 0 0 14px; color: #5a6b52; }
.banner-dots {
  position: absolute;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 2;
}
.banner-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 0;
  background: rgba(255,255,255,.7);
  cursor: pointer;
}
.banner-dot.active { background: var(--primary); transform: scale(1.15); }

/* 全屏 Hero 轮播（ldcms 门户风格） */
.hero-slider {
  position: relative;
  height: clamp(420px, 72vh, 680px);
  overflow: hidden;
  background: #0a1628;
}
.hero-slider-track { position: relative; width: 100%; height: 100%; }
.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity .8s ease;
  pointer-events: none;
}
.hero-slide.active { opacity: 1; pointer-events: auto; }
.hero-slide-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-slide-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.65) 0%, rgba(0,0,0,.25) 55%, rgba(0,0,0,.1) 100%);
}
.hero-slide-content {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  z-index: 2;
}
.hero-slide-content h2 {
  margin: 0 0 16px;
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  max-width: 720px;
}
.hero-slide-content p {
  margin: 0 0 28px;
  font-size: clamp(15px, 2vw, 18px);
  color: rgba(255,255,255,.88);
  line-height: 1.8;
  max-width: 600px;
}
.hero-slide-content .public-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 12px 28px;
  background: var(--primary);
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  border-radius: 4px;
  transition: background .2s;
}
.hero-slide-content .public-more:hover { background: var(--primary-dark); }
.hero-slider-dots {
  position: absolute;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 5;
}
.hero-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,.6);
  background: transparent;
  cursor: pointer;
  padding: 0;
  transition: all .2s;
}
.hero-dot.active {
  background: var(--primary);
  border-color: var(--primary);
  transform: scale(1.15);
}
.hero-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255,255,255,.3);
  background: rgba(0,0,0,.35);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  border-radius: 50%;
  transition: background .2s;
}
.hero-nav:hover { background: rgba(124,188,38,.6); border-color: var(--primary); }
.hero-nav-prev { left: 24px; }
.hero-nav-next { right: 24px; }

/* 门户区块通用 */
.portal-section { padding: 80px 0; }
.portal-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.public-title h3 {
  margin: 0;
  font-size: clamp(28px, 4vw, 36px);
  font-weight: 700;
  color: var(--text);
  line-height: 1.2;
}
.public-title h3::after { display: none; }
.public-title p {
  margin: 6px 0 0;
  font-size: 14px;
  color: var(--muted);
  letter-spacing: 1px;
  text-transform: uppercase;
}
.public-title.center-title { text-align: center; }
.public-title.light h3, .public-title.light p { color: #fff; }
.public-more {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 700;
  color: var(--primary-dark);
  letter-spacing: 1px;
  transition: color .2s;
}
.public-more span { font-size: 16px; }
.public-more:hover { color: var(--primary); }
.portal-more { margin-top: 36px; }
.portal-tabs { display: flex; flex-wrap: wrap; gap: 8px; }
.portal-tab {
  padding: 8px 18px;
  border: 1px solid var(--line);
  border-radius: 40px;
  background: #fff;
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all .2s;
}
.portal-tab:hover, .portal-tab.active {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
}

/* 产品中心卡片 */
.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.product-card {
  display: block;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
  transition: box-shadow .25s, transform .25s;
  color: inherit;
}
.product-card:hover {
  box-shadow: 0 12px 32px rgba(0,0,0,.1);
  transform: translateY(-4px);
}
.product-card-pic {
  aspect-ratio: 1;
  overflow: hidden;
  background: var(--bg-soft);
}
.product-card-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s;
}
.product-card:hover .product-card-pic img { transform: scale(1.05); }
.product-card-body { padding: 18px 16px 16px; text-align: center; }
.product-card-body h4 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-card-body p {
  margin: 0 0 14px;
  font-size: 13px;
  color: var(--muted);
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 42px;
}
.product-card-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 12px;
  border-top: 1px solid var(--line);
}
.product-card-tag {
  font-size: 12px;
  font-weight: 700;
  color: var(--primary-dark);
  background: rgba(124,188,38,.12);
  padding: 3px 10px;
  border-radius: 999px;
}
.product-card-foot .public-more { font-size: 12px; }

/* 公司简介分栏 */
.about-split {
  display: flex;
  min-height: 480px;
}
.about-split-img {
  flex: 0 0 50%;
  overflow: hidden;
}
.about-split-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.about-split-content {
  flex: 0 0 50%;
  padding: 60px 56px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about-info p {
  margin: 0 0 14px;
  font-size: 15px;
  line-height: 1.9;
  color: var(--muted);
}
.about-counts {
  display: flex;
  gap: 32px;
  margin: 28px 0 32px;
}
.about-count-num {
  font-size: 42px;
  font-weight: 700;
  color: var(--primary);
  line-height: 1;
}
.about-count-num small {
  font-size: 18px;
  font-weight: 600;
  color: var(--muted);
}
.about-count p {
  margin: 8px 0 0;
  font-size: 13px;
  color: var(--muted);
}

/* 案例横滑 */
.case-carousel-section { background: var(--bg-soft); }
.case-carousel-wrap { position: relative; }
.case-carousel {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 4px 0 16px;
}
.case-carousel::-webkit-scrollbar { display: none; }
.case-carousel-item {
  flex: 0 0 calc(50% - 12px);
  scroll-snap-align: start;
  display: block;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--line);
  transition: box-shadow .25s;
  color: inherit;
  min-width: 280px;
}
.case-carousel-item:hover { box-shadow: 0 12px 28px rgba(0,0,0,.1); }
.case-carousel-img {
  height: 220px;
  overflow: hidden;
}
.case-carousel-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s;
}
.case-carousel-item:hover .case-carousel-img img { transform: scale(1.04); }
.case-carousel-body { padding: 20px 22px 24px; }
.case-carousel-body h4 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 700;
}
.case-carousel-body p {
  margin: 0;
  font-size: 14px;
  color: var(--muted);
  line-height: 1.7;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.case-carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--text);
  font-size: 24px;
  cursor: pointer;
  box-shadow: var(--shadow);
  z-index: 2;
  transition: all .2s;
}
.case-carousel-btn:hover {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
}
.case-carousel-prev { left: -16px; }
.case-carousel-next { right: -16px; }

/* 新闻中心 */
.news-portal-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.news-portal-item {
  display: flex;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
  transition: box-shadow .25s;
  color: inherit;
}
.news-portal-item:hover { box-shadow: 0 8px 24px rgba(0,0,0,.08); }
.news-portal-thumb {
  flex: 0 0 180px;
  overflow: hidden;
}
.news-portal-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 140px;
  transition: transform .4s;
}
.news-portal-item:hover .news-portal-thumb img { transform: scale(1.05); }
.news-portal-body {
  flex: 1;
  padding: 18px 20px;
  display: flex;
  flex-direction: column;
}
.news-portal-body h4 {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-portal-meta {
  margin: 0 0 10px;
  font-size: 12px;
  color: var(--muted);
  display: flex;
  gap: 16px;
}
.news-portal-body p {
  margin: 0;
  flex: 1;
  font-size: 13px;
  color: var(--muted);
  line-height: 1.7;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-portal-body .public-more { margin-top: 12px; font-size: 12px; }

/* 合作客户 */
.partners-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}
.partner-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 16px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  min-height: 90px;
  transition: box-shadow .2s;
}
.partner-logo:hover { box-shadow: var(--shadow); }
.partner-logo img {
  max-width: 100%;
  max-height: 52px;
  object-fit: contain;
  opacity: .9;
  transition: opacity .2s, transform .2s;
}
.partner-logo:hover img { opacity: 1; transform: scale(1.04); }

/* 底部 CTA */
.portal-cta {
  padding: 72px 0;
  background: linear-gradient(135deg, #1a2e10 0%, #2d5a1e 50%, #4a8c14 100%);
}
.portal-cta-form {
  display: flex;
  gap: 12px;
  max-width: 900px;
  margin: 32px auto 0;
  flex-wrap: wrap;
  justify-content: center;
}
.portal-cta-form input {
  flex: 1;
  min-width: 160px;
  padding: 14px 18px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 5px;
  background: rgba(255,255,255,.95);
  font-size: 14px;
}
.portal-cta-form .portal-cta-remark { flex: 2; min-width: 220px; }
.portal-cta-form button {
  padding: 14px 36px;
  font-size: 15px;
  border-radius: 5px;
  white-space: nowrap;
}

.stats-bar {
  background: #fff;
  border-bottom: 1px solid var(--line);
  padding: 20px 0;
}
.stats-bar .hero-cards { grid-template-columns: repeat(3, 1fr); }

/* 案例配图 */
.case-cover {
  width: 100%;
  height: 140px;
  object-fit: cover;
  border-radius: var(--radius);
  margin-bottom: 12px;
  display: block;
  background: var(--bg-soft);
}
.case-with-img {
  min-height: auto;
  padding: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
}
.case-with-img .case-cover { margin: 0; border-radius: 0; height: 160px; }
.case-with-img .case-body { padding: 16px; }
.case-card .case-cover { height: 120px; }

.service-icon-img { width: 56px; height: 56px; margin-bottom: 12px; }
.service-link { display: block; color: inherit; }
.service-block-head { display: flex; gap: 16px; align-items: center; margin-bottom: 10px; }
.service-block-head img { width: 48px; height: 48px; }

/* 右侧悬浮咨询 */
.float-bar {
  position: fixed;
  right: 20px;
  bottom: 100px;
  z-index: 60;
  pointer-events: none;
}
.float-bar-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  pointer-events: auto;
}
.float-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
  height: 48px;
  min-width: 48px;
  padding: 0;
  border: none;
  border-radius: 999px;
  background: #fff;
  color: var(--text);
  box-shadow: 0 4px 20px rgba(0,0,0,.12), 0 0 0 1px rgba(0,0,0,.04);
  cursor: pointer;
  text-decoration: none;
  font: inherit;
  overflow: hidden;
  transition: min-width .35s cubic-bezier(.4,0,.2,1), box-shadow .25s, transform .25s, background .25s, color .25s;
  animation: floatIn .5s cubic-bezier(.4,0,.2,1) both;
}
.float-btn:nth-child(1) { animation-delay: .05s; }
.float-btn:nth-child(2) { animation-delay: .12s; }
.float-btn:nth-child(3) { animation-delay: .19s; }
.float-btn:nth-child(4) { animation-delay: .26s; }
@keyframes floatIn {
  from { opacity: 0; transform: translateX(20px); }
  to { opacity: 1; transform: translateX(0); }
}
.float-btn:hover {
  min-width: 148px;
  padding-right: 6px;
  box-shadow: 0 8px 28px rgba(124,188,38,.28), 0 0 0 1px rgba(124,188,38,.15);
  transform: translateX(-4px);
}
.float-btn-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background .25s, color .25s;
}
.float-btn-icon svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
.float-btn-label {
  max-width: 0;
  opacity: 0;
  overflow: hidden;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 600;
  padding-right: 0;
  transition: max-width .35s cubic-bezier(.4,0,.2,1), opacity .25s .05s, padding .35s;
}
.float-btn:hover .float-btn-label {
  max-width: 120px;
  opacity: 1;
  padding-right: 14px;
}
.float-btn:hover .float-btn-icon,
.float-btn.float-btn-primary .float-btn-icon {
  background: transparent;
  color: inherit;
}

/* AI 产品 */
.float-btn-ai {
  background: linear-gradient(135deg, #2d5a1e, #7cbc26);
  color: #fff;
}
.float-btn-ai .float-btn-icon { color: #fff; }
.float-btn-ai:hover {
  background: linear-gradient(135deg, #3a7028, #8ed42e);
  color: #fff;
  box-shadow: 0 8px 28px rgba(45,90,30,.35);
}

/* 获取报价（主 CTA） */
.float-btn-primary {
  background: var(--primary);
  color: #fff;
}
.float-btn-primary .float-btn-icon { color: #fff; }
.float-btn-primary:hover {
  background: var(--primary-dark);
  color: #fff;
  box-shadow: 0 8px 28px rgba(124,188,38,.4);
}
.float-btn-pulse {
  position: absolute;
  inset: 0;
  border-radius: 999px;
  border: 2px solid var(--primary);
  animation: floatPulse 2s ease-out infinite;
  pointer-events: none;
}
@keyframes floatPulse {
  0% { transform: scale(1); opacity: .7; }
  70% { transform: scale(1.35); opacity: 0; }
  100% { transform: scale(1.35); opacity: 0; }
}

/* 电话咨询 */
.float-btn-phone .float-btn-icon {
  color: var(--primary-dark);
  background: rgba(124,188,38,.1);
}
.float-btn-phone:hover {
  background: #fff;
  color: var(--primary-dark);
}
.float-btn-phone:hover .float-btn-icon {
  background: rgba(124,188,38,.12);
  color: var(--primary-dark);
}

/* 返回顶部 */
.float-btn-top .float-btn-icon {
  color: var(--muted);
  background: rgba(0,0,0,.05);
}
.float-btn-top {
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  pointer-events: none;
  transition: opacity .3s, visibility .3s, transform .3s, min-width .35s, box-shadow .25s;
}
.float-btn-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.float-btn-top:hover {
  background: #2f3430;
  color: #fff;
  box-shadow: 0 8px 24px rgba(0,0,0,.2);
}
.float-btn-top:hover .float-btn-icon {
  background: rgba(255,255,255,.15);
  color: #fff;
}

@media (prefers-reduced-motion: reduce) {
  .float-btn, .float-btn-top, .float-btn-pulse { animation: none; transition: none; }
}

/* 服务详情页 */
.service-hero {
  min-height: 280px;
  background-size: cover;
  background-position: center;
  border-bottom: 1px solid var(--line);
}
.service-hero-inner {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 56px 0;
}
.service-hero-icon { width: 72px; height: 72px; }
.service-hero h1 { margin: 0 0 10px; font-size: 36px; }
.service-hero p { margin: 0 0 16px; color: var(--muted); max-width: 680px; }
.feature-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.feature-list li {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 14px 16px;
}
.scene-tags { display: flex; flex-wrap: wrap; gap: 10px; }
.scene-tag {
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(124, 188, 38, 0.12);
  color: var(--primary-dark);
  border: 1px solid rgba(124, 188, 38, 0.25);
  font-weight: 600;
}

/* GEO 优化组件 */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.geo-breadcrumb {
  padding: 12px 0 0;
  font-size: 14px;
  color: var(--muted);
}
.geo-breadcrumb a { color: var(--primary-dark); }
.geo-breadcrumb span { color: var(--text); }
.geo-entity {
  padding: 20px 0 0;
  font-size: 15px;
  line-height: 1.7;
  color: var(--muted);
}
.geo-entity a { color: var(--primary-dark); font-weight: 600; }
.geo-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 24px;
}
.geo-facts div {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 14px 16px;
}
.geo-facts dt {
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 4px;
}
.geo-facts dd {
  margin: 0;
  font-weight: 600;
  color: var(--text);
}
.geo-facts a { color: var(--primary-dark); }
.geo-fallback-list {
  margin: 16px 0 0;
  padding-left: 20px;
  line-height: 1.8;
}
.geo-fallback-list a { color: var(--primary-dark); font-weight: 600; }
.faq-section { padding-bottom: 48px; }
.faq-list { display: grid; gap: 12px; }
.faq-item {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  padding: 0 18px;
}
.faq-item summary {
  cursor: pointer;
  font-weight: 700;
  padding: 16px 0;
  list-style: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item p {
  margin: 0 0 16px;
  color: var(--muted);
  line-height: 1.7;
}
.faq-item a { color: var(--primary-dark); font-weight: 600; }
.contact-grid { align-items: start; }
.contact-info h2 { margin-bottom: 16px; }

/* AI 软件产品 */
.page-hero-ai { background: linear-gradient(135deg, #1a2e0a 0%, #4a8c14 50%, #7CBC26 100%); }
.page-hero-ai h1, .page-hero-ai p { color: #fff; }
.ai-product-card {
  display: block;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 20px;
  transition: border-color .2s, box-shadow .2s;
  color: inherit;
  text-decoration: none;
}
.ai-product-card:hover {
  border-color: var(--primary);
  box-shadow: 0 8px 24px rgba(124, 188, 38, 0.12);
}
.ai-product-head {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 10px;
}
.ai-product-icon { width: 48px; height: 48px; border-radius: 12px; flex-shrink: 0; }
.ai-product-card h3 { margin: 4px 0 0; font-size: 17px; }
.ai-product-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.ai-hot-badge {
  display: inline-block;
  background: #ff5722;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 4px;
  margin-right: 6px;
  vertical-align: middle;
}
.ai-cat-tag, .ai-cat-badge {
  display: inline-block;
  background: rgba(124, 188, 38, 0.12);
  color: var(--primary-dark);
  font-size: 12px;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 999px;
  border: 1px solid rgba(124, 188, 38, 0.25);
}
.ai-cat-badge { margin-bottom: 8px; }
.insight-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 20px;
}
.insight-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}
.insight-head h3 { margin: 0; font-size: 16px; }
.insight-trend {
  font-size: 12px;
  font-weight: 700;
  color: #ff5722;
  background: #fff3e0;
  padding: 3px 10px;
  border-radius: 999px;
  white-space: nowrap;
}
.insight-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.market-ref {
  margin-top: 20px;
  padding: 14px 16px;
  background: #f7faf3;
  border-radius: var(--radius);
  border: 1px solid rgba(124, 188, 38, 0.2);
  color: var(--muted);
  font-size: 14px;
}
.ai-product-block .service-block-head img { width: 56px; height: 56px; border-radius: 12px; }

@media (max-width: 900px) {
  .hero-inner, .grid-3, .grid-2, .grid-4, .footer-grid, .process, .advantage-grid {
    grid-template-columns: 1fr;
  }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .about-split { flex-direction: column; }
  .about-split-img, .about-split-content { flex: none; width: 100%; }
  .about-split-content { padding: 40px 24px; }
  .about-counts { flex-wrap: wrap; gap: 20px; }
  .case-carousel-item { flex: 0 0 85%; }
  .case-carousel-prev { left: 4px; }
  .case-carousel-next { right: 4px; }
  .news-portal-list { grid-template-columns: 1fr; }
  .news-portal-item { flex-direction: column; }
  .news-portal-thumb { flex: none; height: 180px; }
  .partners-grid { grid-template-columns: repeat(3, 1fr); }
  .contact-page-grid { grid-template-columns: 1fr; }
  .service-portal-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-nav { display: none; }
  .hero-slider { height: clamp(360px, 60vh, 520px); }
  .menu-toggle { display: block; }
  .brand { max-width: none; gap: 8px; }
  .brand-logo-full { display: none; }
  .brand-logo-icon { display: block; height: 36px; }
  .brand-tagline { display: none; }
  .nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 80px;
    padding: 12px 4%;
    background: #fff;
    border-bottom: 1px solid var(--line);
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .nav.open { display: flex; }
  .float-bar { right: 12px; bottom: 80px; }
  .float-btn { height: 44px; min-width: 44px; }
  .float-btn-icon { width: 44px; height: 44px; }
  .float-btn:hover { min-width: 44px; padding-right: 0; transform: none; }
  .float-btn-label { display: none; }
  .float-btn:active { transform: scale(.94); }
  .feature-list { grid-template-columns: 1fr; }
  .service-hero-inner { flex-direction: column; text-align: center; }
  .geo-facts { grid-template-columns: 1fr; }
  .ai-hero-inner { grid-template-columns: 1fr; }
  .ai-hero-visual { display: none; }
  .ai-stats-grid { grid-template-columns: repeat(2, 1fr); }
  .service-detail-banner .service-detail-hero { flex-direction: column; text-align: center; }
  .detail-related .news-portal-list { grid-template-columns: 1fr; }

/* 详情页 */
.case-link, .news-card-link {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: border-color .2s, box-shadow .2s;
}
.case-link:hover, .news-card-link:hover {
  border-color: var(--primary);
  box-shadow: var(--shadow);
}
.card-more {
  display: inline-block;
  margin-top: 10px;
  font-size: 13px;
  font-weight: 600;
  color: var(--primary-dark);
}
.news-card-cat {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  color: var(--primary-dark);
  background: rgba(124, 188, 38, 0.12);
  padding: 3px 10px;
  border-radius: 999px;
  margin-bottom: 8px;
}
.detail-hero {
  padding: 48px 0 0;
  background: var(--bg-soft);
  border-bottom: 1px solid var(--line);
}
.news-detail-hero { padding-bottom: 32px; }
.detail-meta {
  font-size: 14px;
  color: var(--muted);
  margin-bottom: 12px;
}
.detail-meta a { color: var(--primary-dark); font-weight: 600; }
.detail-hero h1 {
  margin: 0 0 12px;
  font-size: clamp(26px, 4vw, 36px);
  line-height: 1.3;
}
.detail-lead { margin: 0 0 16px; color: var(--muted); font-size: 16px; max-width: 720px; }
.detail-date { margin: 0; color: var(--muted); font-size: 14px; }
.detail-cover {
  display: block;
  width: 100%;
  max-height: 360px;
  object-fit: cover;
  margin-top: 28px;
}
.detail-body { padding: 48px 0 72px; max-width: 800px; }
.detail-body section { margin-bottom: 36px; }
.detail-body h2 {
  margin: 0 0 14px;
  font-size: 22px;
  padding-bottom: 8px;
  border-bottom: 2px solid rgba(124, 188, 38, 0.25);
}
.detail-body p { margin: 0 0 16px; line-height: 1.8; color: var(--text); }
.detail-list {
  margin: 0;
  padding-left: 20px;
  line-height: 1.8;
}
.detail-list li { margin-bottom: 8px; color: var(--muted); }
.highlight-list li { color: var(--text); }
.detail-prose p { font-size: 15px; }
.detail-cta {
  margin: 40px 0;
  text-align: center;
  background: var(--bg-soft);
}
.detail-cta h3 { margin: 0 0 8px; }
.detail-cta p { color: var(--muted); }
.detail-phone { margin-top: 12px; font-size: 14px; }
.detail-back { margin-top: 32px; text-align: center; }
.detail-related { margin-top: 48px; padding-top: 32px; border-top: 1px solid var(--line); }
.detail-related h2 { margin-bottom: 20px; }
.detail-empty { padding: 80px 0; text-align: center; }

@media (max-width: 600px) {
  .product-grid { grid-template-columns: 1fr; }
  .partners-grid { grid-template-columns: repeat(2, 1fr); }
  .portal-cta-form { flex-direction: column; }
  .portal-cta-form input, .portal-cta-form button { width: 100%; }
  .service-portal-grid { grid-template-columns: 1fr; }
}
