/* ========== 微财客 Slogan v3 - 现代商务风 ========== */
.wck-slogan {
  display: block;
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 1px;
  white-space: nowrap;
  color: #333;
}
.wck-slogan > span { display: inline-block; vertical-align: baseline; }

/* 品牌名统一商务绿加粗 */
.wck-slogan .s-w,
.wck-slogan .s-c,
.wck-slogan .s-k {
  font-weight: 800;
  color: #07c160;
}
/* 财字略深，稳重 */
.wck-slogan .s-c { color: #06ad56; }
/* 客字与微同色 */
.wck-slogan .s-k { color: #07c160; }

.wck-slogan .s-comma { color: #bbb; margin: 0 4px; font-weight: 400; }
.wck-slogan .s-text { color: #555; font-weight: 500; font-size: .88em; }
.wck-slogan .s-end { color: #07c160; font-weight: 700; }

/* 带财带客中的财、客用品牌色+浅色底标记 */
.wck-slogan .s-c2 {
  font-weight: 800;
  color: #06ad56;
  background: linear-gradient(180deg, transparent 60%, rgba(7,193,96,.12) 60%);
  padding: 0 1px;
}
.wck-slogan .s-k2 {
  font-weight: 800;
  color: #07c160;
  background: linear-gradient(180deg, transparent 60%, rgba(7,193,96,.12) 60%);
  padding: 0 1px;
}

/* 首页hero */
.wck-slogan-hero {
  font-size: 26px;
  margin: 18px 0 8px;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  display: block;
}
.wck-slogan-hero .s-w,
.wck-slogan-hero .s-c,
.wck-slogan-hero .s-k { font-size: 28px; }
.wck-slogan-hero .s-text { font-size: 22px; }

/* 顶部栏 */
.wck-slogan-top {
  font-size: 13px;
  white-space: nowrap;
  margin-right: 16px;
  opacity: .75;
  font-weight: 500;
}
.wck-slogan-top .s-w,
.wck-slogan-top .s-c,
.wck-slogan-top .s-k { font-size: 14px; }
.wck-slogan-top .s-text { font-size: 12px; }

/* 页脚 */
.wck-slogan-footer {
  font-size: 18px;
  margin-bottom: 12px;
  color: rgba(255,255,255,.85);
}
.wck-slogan-footer .s-text { color: rgba(255,255,255,.6); }
.wck-slogan-footer .s-comma { color: rgba(255,255,255,.4); }
.wck-slogan-footer .s-w,
.wck-slogan-footer .s-c,
.wck-slogan-footer .s-k,
.wck-slogan-footer .s-end { color: #07c160; }
.wck-slogan-footer .s-c2 { color: #06ad56; background: linear-gradient(180deg, transparent 60%, rgba(7,193,96,.2) 60%); }
.wck-slogan-footer .s-k2 { color: #07c160; background: linear-gradient(180deg, transparent 60%, rgba(7,193,96,.2) 60%); }

/* 移动端 */
@media (max-width: 768px) {
  .wck-slogan { white-space: normal; }
  .wck-slogan-hero { font-size: 17px; white-space: normal; }
  .wck-slogan-hero .s-w, .wck-slogan-hero .s-c, .wck-slogan-hero .s-k { font-size: 19px; }
  .wck-slogan-hero .s-text { font-size: 15px; }
  .wck-slogan-top { display: none; }
}
