@charset "UTF-8";.products-hero{background:linear-gradient(135deg,var(--brand-dark) 0,#1a2744 100%);padding:64px 0;position:relative;overflow:hidden}.products-hero::after{content:"";position:absolute;right:0;top:0;width:50%;height:100%;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Cg fill='%23005BAA' fill-opacity='0.08'%3E%3Cpath d='M0 0h40v40H0V0zm40 40h40v40H40V40z'/%3E%3C/g%3E%3C/svg%3E");opacity:.5}.products-hero h1{font-size:max(1.75rem, min(3vw, 2.75rem));font-weight:800;color:var(--brand-white);margin-bottom:12px;line-height:1.2}.products-hero .hero-desc{font-size:1rem;color:rgba(255,255,255,.75);max-width:600px;line-height:1.65}.products-layout{padding:48px 0 80px;background:var(--brand-light)}.products-sidebar{position:sticky;top:80px}.sidebar-panel{background:var(--brand-white);border:1px solid var(--brand-border);border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-sm)}.sidebar-panel .sidebar-header{background:var(--brand-primary);color:var(--brand-white);padding:16px 20px;font-size:.8rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.sidebar-panel .category-list{list-style:none;padding:8px 0;margin:0}.sidebar-panel .category-list li a{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;color:var(--brand-medium);font-size:.9rem;font-weight:500;border-left:3px solid transparent;transition:var(--transition)}.sidebar-panel .category-list li a.active,.sidebar-panel .category-list li a:hover{color:var(--brand-primary);background:var(--brand-secondary);border-left-color:var(--brand-primary)}.sidebar-panel .category-list li a .cat-count{background:var(--brand-secondary);color:var(--brand-medium);font-size:.75rem;font-weight:600;padding:2px 8px;border-radius:100px}.sidebar-panel .category-list li a.active .cat-count,.sidebar-panel .category-list li a:hover .cat-count{background:rgba(0,91,170,.1);color:var(--brand-primary)}.products-main-content{padding-left:24px}.products-main-content .category-section{margin-bottom:56px}.products-main-content .category-header{display:flex;align-items:flex-end;justify-content:space-between;border-bottom:2px solid var(--brand-border);padding-bottom:14px;margin-bottom:24px}.products-main-content .category-title{font-size:1.35rem;font-weight:700;color:var(--brand-dark);margin:0}.products-main-content .category-count{font-size:.8rem;color:var(--brand-medium)}.product-card-item{background:var(--brand-white);border:1px solid var(--brand-border);border-radius:var(--radius-md);overflow:hidden;transition:var(--transition);height:100%;cursor:pointer}.product-card-item:hover{box-shadow:var(--shadow-lg);border-color:var(--brand-primary);transform:translateY(-4px)}.product-card-item .product-img-wrap{height:200px;overflow:hidden;background:var(--brand-secondary);display:flex;align-items:center;justify-content:center;position:relative}.product-card-item .product-img-wrap ai-img,.product-card-item .product-img-wrap img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .4s}.product-card-item:hover .product-img-wrap ai-img,.product-card-item:hover .product-img-wrap img{transform:scale(1.06)}.product-card-item .product-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(0,91,170,.6);display:flex;align-items:center;justify-content:center;opacity:0;transition:var(--transition)}.product-card-item:hover .product-overlay{opacity:1}.product-card-item .product-overlay-btn{background:var(--brand-white);color:var(--brand-primary);font-weight:700;font-size:.85rem;padding:10px 20px;border-radius:var(--radius-sm);border:none;cursor:pointer;transition:var(--transition)}.product-card-item .product-overlay-btn:hover{background:var(--brand-accent);color:var(--brand-dark)}.product-card-item .product-body{padding:18px}.product-card-item .product-name{font-size:1rem;font-weight:700;color:var(--brand-dark);margin-bottom:6px}.product-card-item .product-desc{font-size:.83rem;color:var(--brand-medium);line-height:1.55;margin-bottom:14px}.product-card-item .product-cta{display:flex;align-items:center;gap:6px;font-size:.85rem;font-weight:600;color:var(--brand-primary);background:0 0;border:none;cursor:pointer;padding:0;transition:var(--transition)}.product-card-item .product-cta:hover{gap:10px;color:var(--brand-primary-hover)}@media (max-width:991.98px){.products-sidebar{position:static}.products-main-content{padding-left:0;margin-top:24px}}