.products-hero{background:var(--brand-gradient);padding:180px 0 80px}.products-hero h1{color:#fff;font-size:42px;font-weight:800}.products-hero p{color:rgba(255,255,255,.85);font-size:18px;max-width:600px}.featured-product{background:var(--brand-bg-light);padding:var(--spacing-2xl) 0}.featured-product .featured-img{border-radius:var(--radius);overflow:hidden;background:#fff;border:1px solid var(--brand-border)}.featured-product .featured-img ai-img,.featured-product .featured-img img{width:100%;height:auto}.featured-product h2{font-size:32px;margin-bottom:16px}.featured-product .feature-list{list-style:none;padding:0}.featured-product .feature-list li{padding:8px 0;font-size:15px;color:var(--brand-text);display:flex;align-items:flex-start;gap:10px}.featured-product .feature-list li::before{content:"";display:inline-block;width:8px;height:8px;background:var(--brand-primary);border-radius:50%;margin-top:7px;flex-shrink:0}.product-categories{padding:var(--spacing-2xl) 0}.category-section{margin-bottom:var(--spacing-xl)}.category-section h2{font-size:28px;margin-bottom:var(--spacing-md);padding-bottom:var(--spacing-sm);border-bottom:2px solid var(--brand-primary)}.product-card{border:1px solid var(--brand-border);border-radius:var(--radius);overflow:hidden;transition:transform .3s,box-shadow .3s;background:#fff;height:100%;cursor:pointer}.product-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px rgba(0,0,0,.08)}.product-card .card-img-wrap{height:200px;background:var(--brand-bg-alt);display:flex;align-items:center;justify-content:center;overflow:hidden}.product-card .card-img-wrap ai-img,.product-card .card-img-wrap img{max-height:180px;width:auto;max-width:90%;-o-object-fit:contain;object-fit:contain}.product-card .card-body{padding:20px;text-align:center}.product-card h3{font-size:16px;font-weight:600;margin-bottom:12px;color:var(--brand-text)}.product-card .btn-inquiry{background:var(--brand-primary);color:#fff;border:none;padding:8px 20px;font-size:13px;font-weight:600;border-radius:var(--radius);transition:background .2s}.product-card .btn-inquiry:hover{background:var(--brand-primary-dark);color:#fff}