/**
 * jp801-810-erp-integration-hero.css
 * Page:  /en/erp-integration  (page-id 263012)
 *        section.hero-product-section  ->  .hero-product-section__image img
 *
 * JP-801 / JP-810: the hero illustration was the wrong / missing
 * jtl-marketplaces-hero.png (a marketplaces hero on the ERP page — it renders
 * broken/absent on staging). Replace it with the client-supplied ERP hero
 * (restyle/imgs/img15.svg, committed here as jp801-erp-hero.svg).
 *
 * Client-side content:url swap (same sanctioned pattern as the advantages
 * sheet / erp-musthave-image-hires.js) — no uploads/DB mutation (rule 2).
 * Page-scoped to 263012. img15 is 785x948 (same 0.83 ratio as the old hero) so
 * aspect-ratio pins the box without distortion.
 */
body.page-id-263012 section.hero-product-section .hero-product-section__image img {
    content: url("jp801-erp-hero.svg") !important;
    aspect-ratio: 785 / 948 !important;
    height: auto !important;
    width: 100% !important;
    border: 0 !important;
}
