/* Product detail + legal (privacy / terms) pages. Shared Woven Trinity tokens
   + components live in pis-brand.css (loaded first). Wrapper: `.pis pis-product`. */

/* Hero */

/* Product icon tile (uses the product's Bootstrap theme_color for the glyph) */
.pis-product .pis-prod-icn { width: 96px; height: 96px; border-radius: 22px; display: flex; align-items: center; justify-content: center; font-size: 2.4rem; background: #fff; box-shadow: 0 14px 34px rgba(43,32,53,.14); margin: 0 auto; }
.pis-product .pis-prod-icn img { max-width: 70%; max-height: 70%; object-fit: contain; }

/* "Get started" side panel */
.pis-product .pis-getstarted { background: var(--pis-band); border-radius: 20px; }

/* Small back link */
.pis-product .pis-back { font-weight: 600; font-size: .9rem; color: var(--pis-blue-d); text-decoration: none; }
.pis-product .pis-back:hover { color: var(--pis-ink); }

/* Rich-text (CKEditor) content for legal pages */
