/* v2.10.39 — facility label stacking, targeted underline effects, footer alignment reset */
body[data-page="home"] .pc-stat-limit .pc-limit-value{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:.08em!important;
  line-height:1!important;
  white-space:nowrap!important;
}
body[data-page="home"] .pc-stat-limit .pc-limit-value small{
  display:block!important;
  font-size:.32em!important;
  line-height:1!important;
  font-weight:800!important;
  letter-spacing:.12em!important;
  color:var(--text-mut)!important;
  margin-bottom:.05em!important;
}
body[data-page="home"] .pc-stat-limit .pc-limit-value > span{
  display:block!important;
  line-height:.96!important;
}

/* Base underline system for selected homepage accent words */
body[data-page="home"] .cb-fade-underline{
  position:relative!important;
  display:inline-block!important;
  padding-bottom:.18em!important;
}
body[data-page="home"] .cb-fade-underline::after{
  content:""!important;
  position:absolute!important;
  height:5px!important;
  bottom:.02em!important;
  border-radius:999px!important;
  pointer-events:none!important;
}
/* Underline only “four steps” rather than the entire phrase area */
body[data-page="home"] .cb-fade-steps::after{
  left:33%!important;
  right:3%!important;
  background:linear-gradient(90deg,rgba(145,205,255,0) 0%,rgba(145,205,255,.92) 36%,rgba(145,205,255,.36) 100%)!important;
}
/* Underline under “conversation” */
body[data-page="home"] .cb-fade-conversation::after{
  left:55%!important;
  right:2%!important;
  background:linear-gradient(90deg,rgba(145,205,255,0) 0%,rgba(145,205,255,.95) 42%,rgba(145,205,255,.4) 100%)!important;
}
/* Underline under “cash flow” */
body[data-page="home"] .cb-fade-cashflow::after{
  left:38%!important;
  right:2%!important;
  background:linear-gradient(90deg,rgba(145,205,255,0) 0%,rgba(145,205,255,.95) 38%,rgba(145,205,255,.4) 100%)!important;
}

/* Undo the justified footer text from earlier mobile override */
footer.ft .ft-reg,
footer.ft .ft-brand p{
  text-align:left!important;
  text-justify:auto!important;
  hyphens:none!important;
}

@media (max-width:760px){
  body[data-page="home"] .pc-stat-limit .pc-limit-value small{
    font-size:.3em!important;
    letter-spacing:.11em!important;
  }
  body[data-page="home"] .cb-fade-steps::after{
    left:36%!important;
    right:3%!important;
  }
  body[data-page="home"] .cb-fade-conversation::after{
    left:57%!important;
    right:2%!important;
  }
  body[data-page="home"] .cb-fade-cashflow::after{
    left:41%!important;
    right:2%!important;
  }
}
@media (max-width:390px){
  body[data-page="home"] .pc-stat-limit .pc-limit-value{
    gap:.04em!important;
  }
  body[data-page="home"] .pc-stat-limit .pc-limit-value small{
    font-size:.28em!important;
    letter-spacing:.1em!important;
  }
  body[data-page="home"] .cb-fade-steps::after{
    left:39%!important;
    right:3%!important;
    height:4px!important;
  }
  body[data-page="home"] .cb-fade-conversation::after{
    left:60%!important;
    right:2%!important;
    height:4px!important;
  }
  body[data-page="home"] .cb-fade-cashflow::after{
    left:44%!important;
    right:2%!important;
    height:4px!important;
  }
}
