@charset "UTF-8";.products-hero{padding:160px 0 48px;background:linear-gradient(135deg,var(--brand-primary) 0,var(--brand-primary-dark) 100%);text-align:center}.products-hero h1{color:#fff;margin-bottom:var(--spacing-sm)}.products-hero p{color:rgba(255,255,255,.85);font-size:18px;max-width:640px;margin:0 auto}.products-grid{padding:var(--spacing-xxl) 0}.category-heading{font-size:28px;margin-bottom:var(--spacing-md);padding-bottom:var(--spacing-xs);border-bottom:2px solid var(--brand-primary);display:inline-block}.product-card{border:1px solid var(--brand-border);border-radius:var(--brand-radius);overflow:hidden;transition:box-shadow .3s,transform .2s;cursor:pointer;background:#fff;height:100%;display:flex;flex-direction:column}.product-card:hover{box-shadow:0 8px 24px rgba(0,0,0,.1);transform:translateY(-2px)}.product-card .product-img{aspect-ratio:4/3;overflow:hidden;background-color:var(--brand-bg-alt)}.product-card .product-img ai-img,.product-card .product-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.product-card .product-info{padding:var(--spacing-sm);flex:1;display:flex;flex-direction:column;justify-content:space-between}.product-card .product-name{font-size:16px;font-weight:600;color:var(--brand-text);margin-bottom:8px}.product-card .product-action{font-size:14px;color:var(--brand-primary);font-weight:500}.product-card .product-action:hover{color:var(--brand-primary-dark)}.category-section{margin-bottom:var(--spacing-xxl)}.category-section:last-child{margin-bottom:0}