@charset "UTF-8";.products-hero{background:linear-gradient(135deg,var(--brand-secondary) 0,#2a1a3e 100%);padding:80px 0 60px;text-align:center}.products-hero h1{font-size:2.6rem;color:var(--brand-white);margin-bottom:16px}.products-hero h1 span{color:var(--brand-primary-light)}.products-hero p{font-size:1.05rem;color:rgba(255,255,255,.75);max-width:580px;margin:0 auto 28px}.products-section{padding:70px 0}.product-category-header{display:flex;align-items:center;gap:16px;margin-bottom:28px;padding-bottom:16px;border-bottom:2px solid var(--brand-primary)}.product-category-header h2{font-size:1.5rem;color:var(--brand-secondary);margin:0}.product-category-header .category-desc{font-size:13.5px;color:var(--brand-text-muted);margin:0}.product-card{border:1px solid var(--brand-border);border-radius:var(--border-radius);overflow:hidden;background-color:var(--brand-white);cursor:pointer;transition:transform var(--transition),box-shadow var(--transition),border-color var(--transition);height:100%}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:var(--brand-primary)}.product-card .product-img-wrap{position:relative;background-color:var(--brand-neutral-light);overflow:hidden}.product-card .product-img-wrap ai-img,.product-card .product-img-wrap img{width:100%;height:220px;-o-object-fit:cover;object-fit:cover;display:block;transition:transform .35s}.product-card:hover .product-img-wrap ai-img,.product-card:hover .product-img-wrap img{transform:scale(1.04)}.product-card .product-badge{position:absolute;top:10px;left:10px;background-color:var(--brand-primary);color:var(--brand-white);font-size:10px;font-weight:700;letter-spacing:1px;text-transform:uppercase;padding:3px 10px;border-radius:20px}.product-card .product-body{padding:18px 20px 20px}.product-card .product-name{font-size:.95rem;font-weight:700;color:var(--brand-secondary);margin-bottom:6px}.product-card .product-desc{font-size:12.5px;color:var(--brand-text-muted);margin-bottom:12px;line-height:1.5}.product-card .product-inquiry-btn{display:block;text-align:center;padding:8px;background-color:transparent;border:1px solid var(--brand-primary);color:var(--brand-primary);font-size:12.5px;font-weight:600;border-radius:var(--border-radius);transition:all var(--transition)}.product-card:hover .product-inquiry-btn{background-color:var(--brand-primary);color:var(--brand-white)}@media (max-width:767px){.products-hero h1{font-size:1.8rem}}