.lp-products-hero{background:linear-gradient(135deg,var(--brand-primary) 0,var(--brand-primary-dark) 100%);padding:200px 0 80px;text-align:center}.lp-products-hero h1{color:#fff;margin-bottom:16px}.lp-products-hero-desc{color:rgba(255,255,255,.85);font-size:1.1rem;max-width:700px;margin:0 auto}.lp-product-category{margin-bottom:var(--spacing-xxl)}.lp-category-title{font-size:28px;margin-bottom:8px}.lp-category-desc{color:var(--brand-text-secondary);margin-bottom:var(--spacing-lg)}.lp-product-item{background:var(--brand-bg);border:1px solid #e8e8e8;border-radius:var(--brand-border-radius);overflow:hidden;cursor:pointer;transition:transform .2s,box-shadow .2s}.lp-product-item:hover{transform:translateY(-3px);box-shadow:0 6px 20px rgba(211,84,0,.1)}.lp-product-img-wrap{aspect-ratio:1/1;overflow:hidden;background:#f9fafb;display:flex;align-items:center;justify-content:center}.lp-product-img-wrap img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;padding:16px}.lp-product-name{font-size:.95rem;font-weight:600;padding:12px 16px 4px;margin:0}.lp-product-cta{display:block;padding:0 16px 12px;font-size:.8rem;color:var(--brand-primary);font-weight:600}@media (max-width:768px){.lp-products-hero{padding:160px 0 60px}}