
    /* §7 proof strip — render screenshots at native 512px (no upscaling), centered */
    .rsg-page .wh-proof .ai-dashboard img { max-width: 512px; margin-left: auto; margin-right: auto; }
    @media (min-width: 761px) { .rsg-page .wh-proof.cols-2 { grid-template-columns: repeat(2, minmax(0, 512px)); justify-content: center; } }
    