@charset "UTF-8";.pm-products-hero{background:var(--pm-primary-dark);padding:72px 0 56px;text-align:center}.pm-products-hero h1{font-size:2.5rem;font-weight:800;color:var(--pm-white);margin-bottom:16px}.pm-products-hero p{color:rgba(255,255,255,.75);font-size:1.05rem;max-width:560px;margin:0 auto}.pm-product-category{margin-bottom:64px}.pm-product-category__header{border-bottom:2px solid var(--pm-border);padding-bottom:16px;margin-bottom:28px}.pm-product-category__name{font-size:1.25rem;font-weight:700;color:var(--pm-text-primary);margin:0}.pm-product-category__desc{font-size:.875rem;color:var(--pm-text-secondary);margin:6px 0 0}.pm-product-card{border:1px solid var(--pm-border);border-radius:var(--pm-radius-lg);overflow:hidden;background:var(--pm-white);transition:box-shadow var(--pm-transition),transform var(--pm-transition);cursor:pointer}.pm-product-card:hover{box-shadow:var(--pm-shadow-md);transform:translateY(-3px)}.pm-product-card__img{height:200px;overflow:hidden;background:var(--pm-neutral-light)}.pm-product-card__img ai-img,.pm-product-card__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;transition:transform .3s}.pm-product-card:hover .pm-product-card__img ai-img,.pm-product-card:hover .pm-product-card__img img{transform:scale(1.06)}.pm-product-card__body{padding:20px}.pm-product-card__name{font-size:.95rem;font-weight:700;color:var(--pm-text-primary);margin-bottom:8px}.pm-product-card__action{font-size:.82rem;font-weight:600;color:var(--pm-primary);display:inline-flex;align-items:center;gap:4px;margin-top:8px}@media (max-width:575px){.pm-products-hero h1{font-size:1.75rem}}