/* ============================================================
   主题 4 - 山城红 (火辣橙红, 重庆/广西/福建)
   ============================================================ */
body.theme-4 {
  color: #1c1917;
  background: #fff7ed;
  --t-primary: #7c2d12;
  --t-primary-deep: #431407;
  --t-primary-light: #9a3412;
  --t-accent: #ea580c;
  --t-accent-light: #fb923c;
  --t-accent-dark: #c2410c;
  --t-border: #fed7aa;
  --t-text: #1c1917;
  --t-text-mid: #57534e;
  --t-text-light: #78716c;
  --t-bg-alt: #ffedd5;
  --t-bg: #fff7ed;
  --t-card: #ffffff;
}

body.theme-4 h1, body.theme-4 h2, body.theme-4 h3, body.theme-4 h4, body.theme-4 h5, body.theme-4 h6 {
  color: var(--t-primary);
  font-family: 'Noto Serif SC', 'Source Han Serif SC', serif;
  font-weight: 900;
}
body.theme-4 .hero { background: var(--t-primary-deep); color: #fff; }
body.theme-4 .hero::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 70% 20%, rgba(234, 88, 12, 0.25) 0%, transparent 50%),
    linear-gradient(135deg, #7c2d12 0%, #9a3412 50%, #7c2d12 100%);
}
body.theme-4 .hero::after {
  content: '';
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 1px 1px, rgba(234, 88, 12, 0.18) 1px, transparent 0);
  background-size: 30px 30px;
}
body.theme-4 .hero h1 { color: #fff; }
body.theme-4 .hero h1 .accent { color: var(--t-accent-light); }
body.theme-4 .hero-desc { color: rgba(255,255,255,0.88); }
body.theme-4 .hero-badge { border: 1px solid var(--t-accent); color: var(--t-accent-light); background: rgba(234, 88, 12, 0.1); }
body.theme-4 .hero-badge .dot { background: var(--t-accent); }
body.theme-4 .hero-stat-num { color: var(--t-accent-light); font-family: 'Noto Serif SC', serif; }
body.theme-4 .hero-stat-label { color: rgba(255,255,255,0.75); }
body.theme-4 .hero-stats { border-top: 1px solid rgba(234, 88, 12, 0.3); }
body.theme-4 .hero-scroll { color: var(--t-accent-light); }
body.theme-4 .hero-scroll .arrow { background: linear-gradient(to bottom, var(--t-accent), transparent); }
body.theme-4 .section-alt { background: var(--t-bg-alt); }
body.theme-4 .section-eyebrow { color: var(--t-accent); }
body.theme-4 .section-eyebrow::before { background: var(--t-accent); }
body.theme-4 .section-desc { color: var(--t-text-mid); }
body.theme-4 .service-card { background: var(--t-card); border: 1px solid var(--t-border); }
body.theme-4 .service-card::before { background: linear-gradient(90deg, var(--t-accent) 0%, var(--t-accent-light) 100%); }
body.theme-4 .service-card:hover { border-color: var(--t-accent); box-shadow: 0 12px 32px rgba(124, 45, 18, 0.18); }
body.theme-4 .service-icon { background: var(--t-accent); color: #fff; }
body.theme-4 .service-link { color: var(--t-accent); }
body.theme-4 .case-item { background: var(--t-card); box-shadow: 0 2px 8px rgba(124, 45, 18, 0.08); }
body.theme-4 .case-item:hover { box-shadow: 0 12px 32px rgba(124, 45, 18, 0.18); }
body.theme-4 .case-tag { background: var(--t-accent); color: #fff; }
body.theme-4 .case-info { border-top: 3px solid var(--t-accent); background: var(--t-card); }
body.theme-4 .case-info p { color: var(--t-text-mid); }
body.theme-4 .region-feature { background: var(--t-card); border-left: 4px solid var(--t-accent); }
body.theme-4 .region-feature h3 { color: var(--t-primary); }
body.theme-4 .region-feature p { color: var(--t-text-mid); }
body.theme-4 .region-feature-list li { color: var(--t-text-mid); }
body.theme-4 .region-feature-list li::before { color: var(--t-accent); }
body.theme-4 .process-num { background: var(--t-accent); color: #fff; }
body.theme-4 .process-step p { color: var(--t-text-mid); }
body.theme-4 .application-card { background: var(--t-card); border: 1px solid var(--t-border); }
body.theme-4 .application-card::before { background: linear-gradient(90deg, var(--t-accent) 0%, var(--t-accent-light) 100%); }
body.theme-4 .application-card:hover { border-color: var(--t-accent); box-shadow: 0 12px 32px rgba(124, 45, 18, 0.18); }
body.theme-4 .application-card p { color: var(--t-text-mid); }
body.theme-4 .cert-wrapper { background: var(--t-card); box-shadow: 0 8px 32px rgba(124, 45, 18, 0.1); border: 1px solid var(--t-border); }
body.theme-4 .cert-image-wrap { background: linear-gradient(135deg, #fff7ed 0%, #fed7aa 100%); }
body.theme-4 .cert-image-wrap::before, body.theme-4 .cert-image-wrap::after { border-color: var(--t-accent); }
body.theme-4 .cert-badge { background: var(--t-primary); color: #fff; }
body.theme-4 .cert-badge-title { color: var(--t-accent-light); }
body.theme-4 .cert-features li { color: var(--t-text-mid); border-color: var(--t-border); }
body.theme-4 .cert-features .check { background: var(--t-accent); color: #fff; }
body.theme-4 .contact-card { background: var(--t-card); border: 1px solid var(--t-border); }
body.theme-4 .contact-card:hover { border-color: var(--t-accent); box-shadow: 0 8px 24px rgba(124, 45, 18, 0.12); }
body.theme-4 .contact-card-label { color: var(--t-accent); }
body.theme-4 .contact-card-value { color: var(--t-primary); }
body.theme-4 .contact-card-value a { color: var(--t-primary); }
body.theme-4 .contact-card-icon { color: var(--t-accent); }
body.theme-4 .cta-banner { background: linear-gradient(135deg, var(--t-primary) 0%, var(--t-accent) 100%); color: #fff; }
body.theme-4 .cta-banner h2 { color: #fff; }
body.theme-4 .cta-banner p { color: rgba(255,255,255,0.9); }
body.theme-4 .btn-primary { background: var(--t-accent); color: #fff; box-shadow: 0 8px 24px rgba(234, 88, 12, 0.3); }
body.theme-4 .btn-primary:hover { background: var(--t-accent-light); }
body.theme-4 .btn-outline { color: #fff; border-color: rgba(255,255,255,0.5); }
body.theme-4 .btn-outline:hover { border-color: var(--t-accent-light); color: var(--t-accent-light); }
body.theme-4 .site-footer { background: var(--t-primary-deep); color: rgba(255,255,255,0.75); }
body.theme-4 .footer-col h4 { color: var(--t-accent-light); }
body.theme-4 .footer-col ul li a { color: rgba(255,255,255,0.65); }
body.theme-4 .footer-col ul li a:hover { color: var(--t-accent); }
body.theme-4 .footer-contact li { color: rgba(255,255,255,0.7); }
body.theme-4 .footer-bottom { color: rgba(255,255,255,0.5); }
body.theme-4 .footer-bottom a { color: rgba(255,255,255,0.7); }
body.theme-4 .footer-bottom a:hover { color: var(--t-accent-light); }
body.theme-4 .footer-tech { color: rgba(255,255,255,0.5); }
body.theme-4 .footer-tech a { color: var(--t-accent-light); }
body.theme-4 .footer-tech a:hover { color: #fff; }
body.theme-4 .footer-sitemap a { color: rgba(255,255,255,0.7); }
body.theme-4 .footer-sitemap a:hover { color: var(--t-accent-light); }
body.theme-4 .footer-cities-title { color: var(--t-accent); }
body.theme-4 .footer-cities-list a { color: rgba(255,255,255,0.6); }
body.theme-4 .footer-cities-list a:hover { color: var(--t-accent); background: rgba(234, 88, 12, 0.1); }
