/* v84: Footer brand fine tune only — larger HL3C, clearer H, and safer intro wrapping. */

/* Enlarge HL3C by about two steps, with crisp outline so the blue H is readable on teal footer. */
.footer-v81-kicker{
  align-items:center!important;
}
.footer-v81-kicker .hl3c-letter{
  position:relative!important;
  z-index:1!important;
  font-size:1.72em!important;
  line-height:.92!important;
  letter-spacing:.018em!important;
  font-weight:950!important;
  -webkit-text-stroke:.75px rgba(255,255,255,.92)!important;
  paint-order:stroke fill!important;
  text-shadow:
    0 1px 1px rgba(255,255,255,.85),
    0 2px 4px rgba(0,0,0,.70),
    0 0 12px rgba(255,255,255,.34),
    0 0 24px currentColor!important;
  filter:drop-shadow(0 0 6px rgba(255,255,255,.16));
}
.footer-v81-kicker .hl3c-h{
  color:#2366ff!important;
  -webkit-text-stroke:1px rgba(245,252,255,.98)!important;
  text-shadow:
    0 1px 0 rgba(255,255,255,.98),
    0 2px 4px rgba(0,0,0,.78),
    0 0 6px rgba(255,255,255,.95),
    0 0 13px rgba(40,116,255,.98),
    0 0 26px rgba(40,116,255,.78),
    0 0 42px rgba(74,210,255,.42)!important;
}
.footer-v81-kicker .hl3c-l{
  color:#ff3333!important;
  -webkit-text-stroke:.85px rgba(255,255,255,.92)!important;
}
.footer-v81-kicker .hl3c-3{
  color:#fff032!important;
  -webkit-text-stroke:.85px rgba(70,70,20,.40)!important;
}
.footer-v81-kicker .hl3c-c{
  color:#72ff55!important;
  -webkit-text-stroke:.85px rgba(255,255,255,.88)!important;
}
.footer-v81-kicker .hl3c-kicker-rest{
  margin-left:.42em!important;
  transform:translateY(.02em);
}

/* Keep Chinese intro from breaking inside words; each span may wrap only after punctuation/chunk. */
.footer-v84-brand-desc{
  line-height:1.92!important;
  word-break:keep-all!important;
  overflow-wrap:normal!important;
}
.footer-v84-brand-desc span{
  display:inline-block!important;
  white-space:nowrap!important;
}

@media (max-width:760px){
  .footer-v81-kicker .hl3c-letter{font-size:1.42em!important;}
  .footer-v84-brand-desc span{white-space:normal!important;}
}
