/* V296 — pricing CTA alignment correction.
   A later localization rule changed the pricing download CTA to display:block,
   defeating the original flex centering. Restore true two-axis centering. */
.hero-experience .pcv256-main .pcv256-download{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
  box-sizing:border-box!important;
  line-height:1.25!important;
}
