/* Real product screenshots. The existing HTML/CSS mockups remain the fallback. */
.product-screen{display:block;width:100%;overflow:hidden;border:1px solid #dfe9e7;border-radius:17px;background:#f8fbfa;box-shadow:var(--feltz-shadow-card)}
.product-screen__image{display:block;width:100%;height:auto;max-width:100%;object-fit:contain;background:#f8fbfa}
.product-screen--hero{position:relative;z-index:2;max-width:610px;box-shadow:var(--feltz-shadow-floating);transform:perspective(1300px) rotateY(-4deg) rotateX(2deg)}
.product-screen--card{align-self:end;border-radius:12px;box-shadow:0 10px 20px rgba(7,60,63,.05)}
.product-screen--wide{grid-column:1/-1;border-radius:20px}
.module-card__screen{margin-top:22px}
.financial-automation__visual>.product-screen,.operations-preview>.product-screen{position:relative;z-index:1}
@media (max-width:767px){.product-screen--hero{max-width:100%;transform:none}.module-card__screen{margin-top:18px}}
