.cr-products-hero{background:var(--c-bg-dark);padding:80px 0 60px;text-align:center}.cr-products-hero-title{color:#fff;font-size:var(--text-h1);margin-bottom:16px}.cr-products-hero-desc{color:#a1a1aa;font-size:18px;max-width:640px;margin:0 auto}.cr-product-category-block{margin-bottom:48px}.cr-product-category-block:last-child{margin-bottom:0}.cr-category-heading{font-size:var(--text-h2);position:relative;display:inline-block;margin-bottom:8px}.cr-category-heading::after{content:"";position:absolute;bottom:-4px;left:0;width:60px;height:3px;background:var(--c-gradient);border-radius:3px}.cr-category-desc{color:var(--c-text-muted);margin-bottom:24px;font-size:16px}.cr-product-card{background:var(--c-bg);border:1px solid var(--c-border);border-radius:var(--radius-card);overflow:hidden;cursor:pointer;transition:all .3s var(--ease-default)}.cr-product-card:hover{border-color:var(--c-brand-light);box-shadow:var(--shadow-elevated);transform:translateY(-6px)}.cr-product-card-visual{aspect-ratio:4/3;display:flex;align-items:center;justify-content:center;padding:32px;background:var(--c-bg-alt);overflow:hidden}.cr-product-card-visual img{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain;transition:transform .3s var(--ease-default)}.cr-product-card:hover .cr-product-card-visual img{transform:scale(1.06)}.cr-product-card-detail{padding:20px}.cr-product-card-detail h3{font-size:20px;margin-bottom:12px;color:var(--c-text)}