@charset "UTF-8";.products-hero{background:linear-gradient(135deg,var(--primary-dark) 0,var(--primary) 100%);padding:64px 0 56px;color:#fff;position:relative;overflow:hidden}.products-hero::after{content:"";position:absolute;right:-80px;top:-80px;width:400px;height:400px;border-radius:50%;border:2px solid rgba(255,255,255,.06)}.products-hero h1{color:#fff;font-size:44px;font-weight:700;margin-bottom:16px}.products-hero p{color:rgba(255,255,255,.78);font-size:17px;max-width:600px}.products-grid-section{padding:64px 0;background:var(--gray-50)}.product-category-title{font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--secondary);margin-bottom:8px}.product-category-desc{color:var(--gray-500);font-size:15px;margin-bottom:32px;max-width:600px}.product-card-grid{border:1px solid var(--gray-200);border-radius:var(--radius-lg);overflow:hidden;background:#fff;transition:var(--transition);cursor:pointer;height:100%;display:flex;flex-direction:column}.product-card-grid:hover{box-shadow:var(--shadow-lg);border-color:var(--primary-light);transform:translateY(-3px)}.product-card-grid .product-img{height:200px;overflow:hidden;background:var(--gray-100);flex-shrink:0}.product-card-grid .product-img ai-img,.product-card-grid .product-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .4s}.product-card-grid:hover .product-img ai-img,.product-card-grid:hover .product-img img{transform:scale(1.05)}.product-card-grid .product-body{padding:20px;flex:1;display:flex;flex-direction:column}.product-card-grid h3{font-size:16px;font-weight:700;color:var(--gray-900);margin-bottom:8px}.product-card-grid p{font-size:13px;color:var(--gray-500);margin-bottom:12px;flex:1}.product-card-grid .product-tag{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--primary);background:var(--gray-100);padding:3px 8px;border-radius:2px;display:inline-block;margin-right:4px;margin-bottom:4px}.product-card-grid .btn-inquire{margin-top:16px;width:100%;background:var(--primary);color:#fff;border:none;padding:10px;border-radius:var(--radius);font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;transition:var(--transition)}.product-card-grid .btn-inquire:hover{background:var(--primary-dark)}.products-cta{background:var(--gray-900);padding:60px 0;text-align:center}.products-cta h2{color:#fff;font-size:32px;margin-bottom:12px}.products-cta p{color:rgba(255,255,255,.7);margin-bottom:28px}@media (max-width:767px){.products-hero h1{font-size:30px}}