@charset "UTF-8";.products-hero{background:linear-gradient(135deg,var(--clr-primary-dark) 0,var(--clr-primary) 100%);padding:5rem 0 4rem;color:var(--clr-white);text-align:center}.products-hero h1{font-family:var(--font-heading);font-size:max(2rem, min(4vw, 3rem));color:var(--clr-white);margin-bottom:1rem}.products-hero p{font-size:1.1rem;color:rgba(255,255,255,.82);max-width:600px;margin:0 auto}.products-main{padding:4rem 0}.category-section{margin-bottom:4rem}.category-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid var(--clr-neutral-light)}.category-header h2{font-family:var(--font-heading);font-size:1.6rem;margin:0}.category-header p{color:var(--clr-neutral-mid);font-size:.9rem;margin:.25rem 0 0}.product-grid-row{display:flex;flex-wrap:wrap;gap:1.5rem}.product-card-showcase{flex:1 1 calc(25% - 1.5rem);min-width:200px;background:var(--clr-white);border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-sm);transition:var(--transition);cursor:pointer;border:1px solid rgba(0,0,0,.06)}.product-card-showcase:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg);border-color:var(--clr-primary-light)}.product-card-showcase ai-img,.product-card-showcase img{width:100%;height:200px;-o-object-fit:cover;object-fit:cover;display:block}.product-card-showcase .card-info{padding:1.25rem}.product-card-showcase .card-info h3{font-family:var(--font-heading);font-size:1rem;font-weight:700;color:var(--clr-neutral-dark);margin-bottom:.35rem}.product-card-showcase .card-info p{font-size:.825rem;color:var(--clr-neutral-mid);margin-bottom:.75rem}.product-card-showcase .card-info .btn-inquire{font-size:.8rem;color:var(--clr-primary);font-weight:600;border:1px solid var(--clr-primary);border-radius:3px;padding:.3rem .9rem;display:inline-block;transition:var(--transition)}.product-card-showcase:hover .btn-inquire{background:var(--clr-primary);color:var(--clr-white)}.product-specs-tag{font-size:.7rem;background:var(--clr-neutral-light);color:var(--clr-neutral-mid);padding:.2rem .5rem;border-radius:3px;display:inline-block;margin:.15rem .15rem .5rem 0}@media (max-width:767px){.product-card-showcase{flex:1 1 calc(50% - 1rem)}.category-header{flex-direction:column;align-items:flex-start;gap:.5rem}}@media (max-width:479px){.product-card-showcase{flex:1 1 100%}}