/* 重庆 主题 - 山城夜色红金 */
:root {
  --rq-primary: #b81e3a;
  --rq-primary-light: #d63a55;
  --rq-accent: #e8b04a;
  --rq-bg-soft: #faf5f0;
  --rq-border: #f0d8d8;
  --rq-hero-bg-1: #5a0d1a;
  --rq-hero-bg-2: #b81e3a;
  --rq-hero-bg-3: #d63a55;
}
body { background: #fffbf9; }
.rq-hero { background: linear-gradient(135deg, var(--rq-hero-bg-1) 0%, var(--rq-hero-bg-2) 50%, var(--rq-hero-bg-3) 100%); }
.rq-hero::after { content: ""; position: absolute; inset: 0; background-image: radial-gradient(circle at 25% 35%, rgba(232, 176, 74, 0.18) 0%, transparent 50%), radial-gradient(circle at 75% 65%, rgba(255,255,255,0.05) 0%, transparent 50%); pointer-events: none; }
.rq-logo-mark { background: linear-gradient(135deg, #b81e3a, #e8b04a) !important; }
.rq-section-tag { background: rgba(184, 30, 58, 0.08) !important; color: #b81e3a !important; }
.rq-section-title span { color: #b81e3a; }
.rq-product-tag { background: rgba(184, 30, 58, 0.92) !important; }
.rq-nav-city-btn { color: #b81e3a; border-color: #b81e3a; }
.rq-nav-city-btn:hover { background: #b81e3a; }
.rq-marketing-card::before { background: linear-gradient(90deg, #b81e3a, #e8b04a); }
.rq-about-feature { border-left-color: #b81e3a; }
.rq-faq-q::before { background: #b81e3a; }
.rq-faq-icon { color: #b81e3a; }
.rq-marketing-card h4::before { background: #b81e3a; }
.rq-marketing-card li::before { color: #b81e3a; }
.rq-cities a:hover, .rq-cities a.current { background: #b81e3a; border-color: #b81e3a; }
.rq-nav-menu a:hover { color: #b81e3a; }
.rq-nav-city-list a:hover, .rq-nav-city-list a.current { color: #b81e3a; }
.rq-contact-info { background: linear-gradient(135deg, #b81e3a, #d63a55) !important; }
.rq-advantage:hover { border-color: #b81e3a; }
.rq-advantage-icon { background: linear-gradient(135deg, #b81e3a, #d63a55) !important; }
.rq-product:hover { border-color: #b81e3a; }
.rq-faq-item.open { border-color: #b81e3a; }
