@charset "UTF-8";.products-header{background:var(--brand-primary-dark);padding:160px 0 48px}.products-header h1{color:#fff;font-size:2.5rem;margin-bottom:8px}.products-header p{color:rgba(255,255,255,.8);font-size:1.05rem;max-width:600px}.products-catalog{padding:48px 0 80px}.category-block{margin-bottom:48px}.category-block h2{font-size:1.5rem;padding-bottom:12px;border-bottom:2px solid var(--brand-primary);margin-bottom:24px;display:inline-block}.category-block .category-desc{color:var(--brand-text-secondary);font-size:.92rem;margin-bottom:20px}.product-card{background:var(--brand-bg);border:1px solid var(--brand-border);border-radius:var(--brand-radius);overflow:hidden;transition:.3s;height:100%;cursor:pointer}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.product-card .product-img{background:var(--brand-bg-alt);padding:24px;text-align:center;aspect-ratio:4/3;display:flex;align-items:center;justify-content:center}.product-card .product-img ai-img,.product-card .product-img img{max-height:180px;-o-object-fit:contain;object-fit:contain}.product-card .product-info{padding:20px}.product-card .product-info h3{font-size:1rem;margin-bottom:8px;color:var(--brand-text)}.product-card .product-cta{font-size:.85rem;font-weight:600;color:var(--brand-primary)}