@charset "UTF-8";.products-hero{background:var(--color-bg);padding:64px 0;border-bottom:1px solid var(--color-border)}.products-h1{font-size:2rem;font-weight:700;color:var(--color-primary);margin-bottom:1rem;line-height:1.25}.products-sub{font-size:1rem;color:var(--color-text-muted);max-width:520px;line-height:1.7}.category-title{font-size:1.4rem;font-weight:700;color:var(--color-primary);margin-bottom:.4rem;padding-bottom:.75rem;border-bottom:2px solid var(--color-accent);display:inline-block}.category-desc{font-size:.92rem;color:var(--color-text-muted);margin-top:.5rem}.product-card{background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-md);overflow:hidden;cursor:pointer;transition:box-shadow var(--transition),transform var(--transition);height:100%}.product-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.product-card-large{border-radius:var(--radius-lg)}.product-img-wrap{height:200px;overflow:hidden;background:var(--color-bg)}.product-img-large{height:320px}.product-img-wrap img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .4s}.product-card:hover .product-img-wrap img{transform:scale(1.05)}.product-info{padding:1.25rem}.product-badge{font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;background:var(--color-accent);color:#fff;padding:2px 8px;border-radius:3px;display:inline-block;margin-bottom:.6rem}.product-name{font-size:1rem;font-weight:700;color:var(--color-primary);margin-bottom:.75rem}.product-card-large .product-name{font-size:1.2rem}.product-cta-btn{font-size:.85rem;padding:.5rem 1.2rem}.product-inquire{font-size:.85rem;font-weight:600;color:var(--color-accent)}@media (max-width:767px){.products-h1{font-size:1.5rem}.product-img-large{height:240px}}