/* 速寄售 / 湖南省卡池网络传媒 — 文字品牌替代原 logo 图 */
/* 全站不依赖外网 Web 字体，使用系统无衬线栈（原主题为 Sora） */
html body,
body {
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans SC", system-ui, sans-serif !important;
}

.brand-text {
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 0.12em;
  text-decoration: none;
  display: inline-block;
  line-height: 1.2;
  color: inherit;
}
.neurovia-header-area .header-logo a.brand-text,
.neurovia-header-area .active_logo.brand-text,
.neurovia-header-area .logo_two.brand-text {
  color: #fff;
}
.header-logo a.brand-text {
  padding: 0.15rem 0;
}
.mobile-menu .logo_img.brand-text,
.offcanvas-header .logo.brand-text {
  color: #fff;
}
.main-footer .footer-widget-content .logo .brand-text {
  color: #fff;
  font-size: 1.55rem;
}

/* 顶栏：深色底 + 左暖橙光 / 右紫罗兰光 水平渐变（与整站橙紫主色一致） */
.neurovia-header-area {
  background: linear-gradient(
      90deg,
      rgba(250, 80, 10, 0.22) 0%,
      rgba(15, 10, 24, 0.94) 32%,
      rgba(12, 8, 20, 0.9) 68%,
      rgba(98, 7, 188, 0.28) 100%
    ),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, transparent 55%),
    #06040a;
}

/* 滚动吸顶时略加强对比，仍保持渐变 */
.neurovia-header-area.sticky {
  background: linear-gradient(
      90deg,
      rgba(250, 80, 10, 0.28) 0%,
      rgba(98, 7, 188, 0.35) 48%,
      rgba(8, 6, 14, 0.98) 100%
    ),
    #050308 !important;
}
