@charset "UTF-8";.nf-products-hero{background:linear-gradient(120deg,var(--nf-primary-dark) 0,var(--nf-primary) 100%);color:#fff;padding:72px 0 56px;text-align:center}.nf-products-hero h1{color:#fff;font-size:2.2rem}.nf-products-hero p{color:rgba(255,255,255,.8);max-width:580px;margin:14px auto 0;font-size:1rem}.nf-products-grid-section{padding:60px 0}.nf-category-header{border-bottom:3px solid var(--nf-primary);padding-bottom:12px;margin-bottom:28px;margin-top:40px}.nf-category-header:first-child{margin-top:0}.nf-category-header h2{font-size:1.3rem;color:var(--nf-primary);margin:0}.nf-category-header p{font-size:.88rem;color:var(--nf-mid);margin:6px 0 0}.nf-product-item{background:#fff;border-radius:var(--nf-radius);border:1px solid var(--nf-border);overflow:hidden;transition:var(--nf-transition);cursor:pointer;height:100%}.nf-product-item:hover{box-shadow:0 6px 24px rgba(46,125,92,.14);transform:translateY(-3px);border-color:var(--nf-primary-light)}.nf-product-item-img{height:180px;background:var(--nf-light);overflow:hidden;display:flex;align-items:center;justify-content:center}.nf-product-item-img ai-img,.nf-product-item-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.nf-product-item-body{padding:16px 18px}.nf-product-item-body h3{font-size:.95rem;color:var(--nf-dark);margin-bottom:6px}.nf-product-item-badge{display:inline-block;background:rgba(46,125,92,.1);color:var(--nf-primary);font-size:.72rem;font-weight:600;padding:2px 8px;border-radius:3px;margin-bottom:8px}.nf-product-item-btn{margin-top:14px;width:100%;background:var(--nf-primary);color:#fff;border:none;border-radius:var(--nf-radius);padding:9px 16px;font-size:.85rem;font-weight:600;cursor:pointer;transition:var(--nf-transition)}.nf-product-item-btn:hover{background:var(--nf-primary-dark)}