d389790c57
TrustRow now uses flex-wrap + justify-center so badges flow as many per row as actually fit at the current width, wrapping (and auto-centering, a native flexbox behavior for the last wrapped line) instead of needing a breakpoint or risking overflow. Replaces the earlier lg:-only structural exception entirely. NewsletterModal's close button was absolutely positioned inside the dialog's own scrolling container, so it scrolled away with the content. Switched to sticky (top-6, ml-auto for horizzontal position, -mb-6 to cancel its own height so it doesn't push content down) so it stays pinned to the top-right corner while scrolling.