
/* XDRShield Screenshot Fill — scoped to .xdr-home-vembu only */
.xdr-home-vembu .xdr-hero-grid .xdr-product-shot,
.xdr-home-vembu .xdr-feature-proof .xdr-product-shot {
    align-self: stretch;
    display: flex;
    align-items: stretch;
}

.xdr-home-vembu .xdr-hero-grid .xdr-product-shot img,
.xdr-home-vembu .xdr-feature-proof .xdr-product-shot img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    aspect-ratio: 1.5 / 1;
}

/* Desktop: product shot fills the existing card height */
@media (min-width: 981px) {
    .xdr-home-vembu .xdr-hero-grid { align-items: stretch; }
    .xdr-home-vembu .xdr-feature-proof { align-items: stretch; }
}
