/* product.css — Product page specific styles only (shared styles in brand.css) */

/* ── Integration pill hover ── */
.integ-pill { transition: border-color .2s, box-shadow .2s; cursor: default; }
.integ-pill:hover { border-color: #a5b4fc; box-shadow: 0 4px 12px rgba(0,0,0,.08); }
