/* ============================================================
   主题 7 - 帝都红 (皇家朱红+金, 北京/陕西)
   ============================================================ */
body.theme-7 {
  color: #1c1917;
  background: #fef2f2;
  --t-primary: #7f1d1d;
  --t-primary-deep: #450a0a;
  --t-primary-light: #991b1b;
  --t-accent: #fbbf24;
  --t-accent-light: #fcd34d;
  --t-accent-dark: #d97706;
  --t-border: #fecaca;
  --t-text: #1c1917;
  --t-text-mid: #57534e;
  --t-text-light: #78716c;
  --t-bg-alt: #fee2e2;
  --t-bg: #fef2f2;
  --t-card: #ffffff;
}

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