@charset "UTF-8";.products-hero{background:linear-gradient(135deg,var(--color-secondary) 0,#2a4e78 100%);padding:80px 0 60px;color:var(--color-white);position:relative;overflow:hidden}.products-hero::after{content:"";position:absolute;right:-80px;top:-80px;width:400px;height:400px;border:60px solid rgba(255,255,255,.04);border-radius:50%}.products-hero h1{color:var(--color-white);font-size:2.75rem;margin-bottom:1rem}.products-hero .hero-desc{color:rgba(255,255,255,.8);font-size:1.1rem;max-width:600px;line-height:1.7}.products-hero-stats{display:flex;gap:40px;margin-top:2rem;flex-wrap:wrap}.products-hero-stats .stat{text-align:left}.products-hero-stats .stat-num{font-family:var(--font-heading);font-size:2rem;font-weight:700;color:var(--color-accent);display:block;line-height:1}.products-hero-stats .stat-label{font-size:.8rem;color:rgba(255,255,255,.65);text-transform:uppercase;letter-spacing:.08em}.products-section{padding:60px 0 80px;background-color:var(--color-bg)}.product-category-title{font-family:var(--font-heading);font-size:1.5rem;color:var(--color-secondary);padding-bottom:.75rem;border-bottom:3px solid var(--color-primary);margin-bottom:1.5rem;display:inline-block}.product-item-card{background-color:var(--color-white);border-radius:var(--border-radius-lg);overflow:hidden;box-shadow:var(--shadow-sm);transition:box-shadow var(--transition),transform var(--transition);cursor:pointer;height:100%;display:flex;flex-direction:column}.product-item-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.product-item-card .product-img-wrap{position:relative;overflow:hidden}.product-item-card .product-img-wrap ai-img,.product-item-card .product-img-wrap img{width:100%;height:220px;-o-object-fit:cover;object-fit:cover;transition:transform .4s}.product-item-card:hover .product-img-wrap ai-img,.product-item-card:hover .product-img-wrap img{transform:scale(1.04)}.product-item-card .product-overlay-btn{position:absolute;bottom:0;left:0;right:0;background:rgba(212,88,10,.9);color:var(--color-white);text-align:center;padding:12px;font-family:var(--font-heading);font-weight:700;letter-spacing:.06em;text-transform:uppercase;font-size:.875rem;transform:translateY(100%);transition:transform var(--transition)}.product-item-card:hover .product-overlay-btn{transform:translateY(0)}.product-item-body{padding:1.25rem;flex-grow:1;display:flex;flex-direction:column}.product-item-body h3{font-size:1rem;color:var(--color-secondary);margin-bottom:.4rem}.product-item-body p{font-size:.875rem;color:var(--color-text-muted);line-height:1.5;flex-grow:1;margin-bottom:.75rem}.product-item-tags{display:flex;gap:6px;flex-wrap:wrap}.product-item-tag{background-color:rgba(28,58,92,.08);color:var(--color-secondary);font-size:.72rem;padding:3px 8px;border-radius:2px;font-weight:600}@media (max-width:767px){.products-hero h1{font-size:2rem}}