@charset "UTF-8";.products-hero{background-color:var(--color-secondary-dark);padding:56px 0 40px;position:relative}.products-hero::after{content:"";display:block;position:absolute;bottom:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--color-primary) 0,var(--color-primary-light) 100%)}.products-hero h1{color:var(--color-white);font-size:2.4rem;font-weight:900;margin-bottom:12px}.products-hero p{color:#90a4ae;font-size:1rem;max-width:580px;margin:0}.products-catalog{padding:48px 0}.catalog-category-block{margin-bottom:48px}.catalog-category-header{display:flex;align-items:center;gap:16px;padding:16px 0;border-bottom:2px solid var(--color-primary);margin-bottom:24px}.catalog-category-header h2{font-size:1.1rem;font-weight:800;text-transform:uppercase;letter-spacing:1px;color:var(--color-primary-dark);margin:0}.catalog-category-header .category-count{font-size:.75rem;color:var(--color-text-muted);background-color:var(--color-bg);padding:3px 10px;border-radius:12px;font-weight:600}.catalog-category-desc{font-size:.9rem;color:var(--color-text-muted);margin-bottom:20px}.catalog-product-row{display:flex;align-items:center;gap:20px;padding:16px;background-color:var(--color-white);border:1px solid var(--color-border);border-radius:3px;margin-bottom:8px;cursor:pointer;transition:box-shadow .15s,border-color .15s;-webkit-text-decoration:none;text-decoration:none;color:inherit}.catalog-product-row:hover{box-shadow:var(--shadow-md);border-color:var(--color-primary-light);color:inherit}.catalog-product-row .product-img{width:72px;height:72px;flex-shrink:0;border-radius:3px;overflow:hidden;background-color:var(--color-bg)}.catalog-product-row .product-img ai-img,.catalog-product-row .product-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.catalog-product-row .product-info{flex:1}.catalog-product-row .product-name{font-size:.95rem;font-weight:700;color:var(--color-text);margin-bottom:4px}.catalog-product-row .product-desc{font-size:.82rem;color:var(--color-text-muted);margin:0;line-height:1.4}.catalog-product-row .product-tags{margin-top:6px}.catalog-product-row .product-arrow{flex-shrink:0;width:32px;height:32px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%231565C0'%3E%3Cpath d='M8.59 16.59L13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.41z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;opacity:.4;transition:opacity .15s}.catalog-product-row:hover .product-arrow{opacity:1}.cert-bar{background-color:var(--color-bg);border-top:1px solid var(--color-border);padding:24px 0;text-align:center}.cert-bar .cert-label{font-size:.75rem;text-transform:uppercase;letter-spacing:1.5px;color:var(--color-text-muted);margin-right:24px;font-weight:700}.cert-bar .cert-badge{display:inline-block;border:1px solid var(--color-border);padding:6px 16px;border-radius:3px;font-size:.78rem;font-weight:700;color:var(--color-secondary);background-color:var(--color-white);margin:4px}@media (max-width:768px){.products-hero h1{font-size:1.8rem}.catalog-product-row{flex-wrap:wrap}.catalog-product-row .product-arrow{display:none}}