/* ===== 毕节 - 高原杜鹃花都 ===== */
:root {
  --theme-color: #8e2c8a;
  --theme-color-dark: #651c64;
  --theme-color-light: #f7e8f5;
  --theme-color-accent: #e8a838;
  --gradient-main: linear-gradient(135deg, #8e2c8a 0%, #651c64 100%);
}
.rq-header { background: var(--gradient-main); }
.rq-header::before {
  background-image:
    radial-gradient(circle at 25% 25%, rgba(232,168,56,.22) 0%, transparent 38%),
    radial-gradient(circle at 75% 75%, rgba(255,255,255,.14) 0%, transparent 40%);
}
.rq-header::after {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'><circle cx='40' cy='40' r='20' stroke='rgba(255,200,100,0.08)' fill='none' stroke-width='1.2'/><circle cx='40' cy='40' r='10' stroke='rgba(255,200,100,0.06)' fill='none' stroke-width='1'/></svg>");
}
.rq-product-image::after { background: rgba(142,44,138,.75); }
.rq-banner h1 .highlight {
  background: linear-gradient(90deg, #e8a838, #ffd57a);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
