The enterprise contact panel near the bottom of the pricing page was laid out wrongly. Its heading and text started one pixel from the panel’s left border rather than being set in from it, so the words looked like they were sitting on the line meant to contain them — while the box itself was far taller than its contents, leaving a large empty gap above and below and the two buttons floating in the middle of the blank space beside the text.
The panel is both a bordered box and a page section, and each of those two things was setting its own spacing. The page-section spacing won, which is right for an ordinary section and wrong for one that draws a box — so the box lost the padding that keeps text away from its edge. It now has proper space on all four sides and matches the question cards below it.
While fixing it we checked every other panel on the site for the same fault. It was the only one. We also restored the spacing above the reviews section on the pricing page, which had ended up sitting too close to the plan cards when it was added earlier today.