/* Use real tax-marketing artwork in the product demonstration. */
.ux-real-posters {display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;align-items:center;}
.ux-real-posters figure {margin:0;min-width:0;transform:rotate(-4deg);transition:transform .3s;}
.ux-real-posters figure:nth-child(2) {transform:rotate(5deg);}
.ux-real-posters figure:hover {transform:rotate(0) translateY(-4px);}
.ux-real-posters img {display:block;width:100%;height:clamp(180px,24vh,320px);object-fit:contain;filter:drop-shadow(0 12px 18px #324f7720);border-radius:10px;}
.ux-real-posters figcaption {font-size:12px;line-height:1.6;text-align:center;margin-top:14px;color:#4d6881;}
@media(prefers-reduced-motion:reduce){.ux-real-posters figure {transition:none;transform:none!important;}}
