/* Keep the home page informative without bringing back the old text-heavy layout. */
.home-view .hero-copy>.eyebrow{display:flex!important;color:var(--muted);margin-bottom:16px}
.home-view .hero-note{display:flex!important;color:var(--dim);font-size:11px;align-items:center;gap:7px}
.preview-kicker{display:block!important}
.numbers-message{display:flex!important}
.numbers-message p{font-size:11px!important;line-height:1.45!important}
.numbers-message p strong{font-size:11px!important}
.numbers-strip{grid-template-columns:1fr 1fr 1fr 1.15fr!important}
.numbers-strip>div:nth-child(3){border-right:1px solid var(--line)!important}
.hero-actions{margin-top:25px!important}
@media(max-width:820px){.numbers-strip{grid-template-columns:1fr 1fr!important}.numbers-strip>div{border-right:0!important;border-bottom:1px solid var(--line);padding:15px!important}.numbers-strip>div:nth-last-child(-n+2){border-bottom:0}}
@media(max-width:520px){.numbers-strip{grid-template-columns:1fr!important}.numbers-strip>div{border-bottom:1px solid var(--line)!important}.numbers-strip>div:last-child{border-bottom:0!important}.numbers-message{justify-content:flex-start!important}}
