@charset "UTF-8";.products-hero{background:linear-gradient(135deg,var(--color-primary-dark) 0,var(--color-secondary-dark) 100%);color:#fff;padding:64px 0 48px}.products-hero h1{font-size:2.1rem;font-weight:900;color:#fff;margin-bottom:10px}.products-hero p{color:rgba(255,255,255,.85);font-size:1rem;max-width:580px}.products-grid-section{padding:60px 0 80px;background:var(--color-white)}.product-category-section{margin-bottom:60px}.product-category-header{display:flex;align-items:baseline;gap:16px;padding-bottom:12px;margin-bottom:24px;border-bottom:2px solid var(--color-primary)}.product-category-header h2{font-size:1.15rem;font-weight:800;color:var(--color-primary);margin:0;text-transform:uppercase;letter-spacing:.06em}.product-category-header span{font-size:.85rem;color:var(--color-secondary)}.product-cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));grid-gap:20px;gap:20px}.product-card{background:var(--color-white);border:1px solid var(--color-gray-100);border-radius:4px;overflow:hidden;-webkit-text-decoration:none;text-decoration:none;display:block;cursor:pointer;transition:box-shadow .2s,border-color .2s}.product-card:hover{box-shadow:0 4px 16px rgba(21,101,192,.14);border-color:var(--color-primary-light)}.product-card .product-img{height:160px;background:var(--color-gray-100);overflow:hidden}.product-card .product-img ai-img,.product-card .product-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s}.product-card:hover .product-img img{transform:scale(1.05)}.product-card .product-info{padding:14px 16px}.product-card .product-name{font-size:.9rem;font-weight:700;color:var(--color-gray-900);margin-bottom:8px}.product-card .product-cta{font-size:.78rem;color:var(--color-primary);font-weight:600}@media (max-width:576px){.product-cards-grid{grid-template-columns:repeat(2,1fr)}}