@charset "UTF-8";.qc-products-hero{background:linear-gradient(135deg,var(--brand-primary-light) 0,#fff 60%);padding:160px 0 48px;text-align:center}.qc-products-hero h1{font-size:2.25rem;color:var(--brand-text)}.qc-products-hero p{font-size:1.05rem;color:var(--brand-text);max-width:600px;margin:12px auto 0}.qc-product-sections{padding:48px 0 64px}.qc-product-category-block{margin-bottom:48px}.qc-product-category-block:last-child{margin-bottom:0}.qc-product-category-block .category-title{font-size:1.5rem;font-weight:700;color:var(--brand-text);margin-bottom:24px;padding-bottom:12px;border-bottom:2px solid var(--brand-primary);display:inline-block}.qc-product-card{border:1px solid var(--brand-border);border-radius:var(--brand-radius);overflow:hidden;transition:box-shadow .3s,transform .3s;cursor:pointer;height:100%;display:flex;flex-direction:column}.qc-product-card:hover{box-shadow:0 6px 20px rgba(0,0,0,.07);transform:translateY(-2px)}.qc-product-card .card-img-wrap{background:var(--brand-bg-alt);padding:20px;display:flex;align-items:center;justify-content:center;aspect-ratio:4/3}.qc-product-card .card-img-wrap ai-img,.qc-product-card .card-img-wrap img{max-width:100%;max-height:100%}.qc-product-card .card-body{padding:var(--spacing-sm);flex:1;display:flex;flex-direction:column}.qc-product-card .card-body h3{font-size:.95rem;font-weight:600;margin-bottom:8px;color:var(--brand-text)}.qc-product-card .card-body .btn-sm{margin-top:auto;align-self:flex-start;font-size:.82rem;color:var(--brand-primary);font-weight:600;padding:0;border:none;background:0 0}.qc-product-card .card-body .btn-sm:hover{color:var(--brand-primary-dark)}