@charset "UTF-8";.vs-products-hero{background:linear-gradient(135deg,var(--vs-primary) 0,var(--vs-primary-light) 100%);padding:72px 0 56px;text-align:center}.vs-products-hero h1{color:var(--vs-white);font-size:42px;margin-bottom:14px}.vs-products-hero p{color:rgba(255,255,255,.75);font-size:17px;max-width:600px;margin:0 auto}.vs-products-featured{background:var(--vs-neutral-light);padding:60px 0 40px}.featured-product-card{background:var(--vs-white);border-radius:var(--vs-radius-lg);overflow:hidden;box-shadow:var(--vs-shadow-lg);display:flex;align-items:stretch}.featured-product-card .feat-img{width:40%;min-height:340px;overflow:hidden;flex-shrink:0}.featured-product-card .feat-img ai-img,.featured-product-card .feat-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.featured-product-card .feat-info{padding:40px;flex:1}.featured-product-card .feat-info h2{font-size:28px;margin-bottom:12px}.featured-product-card .feat-info p{color:var(--vs-text-secondary);font-size:15px;margin-bottom:24px}.feat-specs-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px;margin-bottom:28px}.feat-spec-item{border-left:3px solid var(--vs-secondary);padding-left:12px}.feat-spec-item .spec-lbl{font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:var(--vs-text-muted)}.feat-spec-item .spec-val{font-size:15px;font-weight:700;color:var(--vs-neutral-dark)}.vs-products-grid{background:var(--vs-white);padding:60px 0}.prod-category-header{display:flex;align-items:center;gap:16px;margin-bottom:28px;padding-bottom:16px;border-bottom:2px solid var(--vs-border)}.prod-category-header h2{font-size:22px;margin:0}.prod-category-header .cat-count{font-size:13px;color:var(--vs-text-muted);background:var(--vs-neutral-light);padding:3px 12px;border-radius:20px}.prod-item-card{border:1px solid var(--vs-border);border-radius:var(--vs-radius-lg);overflow:hidden;transition:box-shadow var(--vs-transition),border-color var(--vs-transition);cursor:pointer;-webkit-text-decoration:none;text-decoration:none;display:block;color:inherit;height:100%}.prod-item-card:hover{box-shadow:var(--vs-shadow-lg);border-color:var(--vs-primary);color:inherit;transform:translateY(-3px)}.prod-item-card .card-img{background:var(--vs-neutral-light)}.prod-item-card .card-body{padding:18px 20px}.prod-item-card h4{font-size:15px;font-weight:700;margin-bottom:6px}.prod-item-card .card-desc{font-size:13px;color:var(--vs-text-muted);margin-bottom:12px;line-height:1.4}.prod-item-card .card-tags{display:flex;flex-wrap:wrap;gap:6px}.prod-item-card .tag{font-size:11px;font-weight:600;background:var(--vs-neutral-light);color:var(--vs-primary);padding:3px 8px;border-radius:3px}.prod-inquiry-btn{background:var(--vs-primary);color:var(--vs-white);border:none;width:100%;padding:10px;font-size:13px;font-weight:600;cursor:pointer;transition:background var(--vs-transition);display:block;text-align:center;border-radius:0 0 var(--vs-radius-lg) var(--vs-radius-lg);margin-top:auto}.prod-inquiry-btn:hover{background:var(--vs-primary-dark)}@media (max-width:767px){.featured-product-card{flex-direction:column}.featured-product-card .feat-img{width:100%;min-height:200px}.feat-specs-grid{grid-template-columns:1fr}}