/* V4 keeps the full-image hero, with centered mobile copy. */
@media(max-width:800px){
  .hero-content{width:100%;max-width:640px;margin-inline:auto;text-align:center;justify-items:center}
  .hero-content .lead{margin-inline:auto}
  .hero-actions{justify-content:center}
}
@media(max-width:520px){.hero-actions{align-items:center}}
