.tek-products-hero{background:linear-gradient(135deg,var(--brand-primary) 0,var(--brand-primary-dark) 100%);padding:160px 0 60px;text-align:center}.tek-products-hero h1{color:#fff;margin-bottom:12px}.tek-products-hero p{color:rgba(255,255,255,.85);max-width:600px;margin:0 auto;font-size:1.05rem}.tek-product-grid{padding:var(--spacing-xxl) 0}.tek-product-grid .category-header{margin-bottom:var(--spacing-md);padding-bottom:var(--spacing-xs);border-bottom:2px solid var(--brand-primary)}.tek-product-grid .category-header h3{color:var(--brand-text);margin-bottom:4px}.tek-product-grid .category-header p{color:var(--brand-text-secondary);font-size:.9rem;margin-bottom:0}.tek-product-grid .product-card{border:1px solid var(--brand-border);border-radius:var(--brand-radius);overflow:hidden;transition:.25s;background:var(--brand-bg)}.tek-product-grid .product-card:hover{transform:translateY(-3px);box-shadow:0 6px 20px rgba(13,92,99,.1)}.tek-product-grid .product-card a{display:block;-webkit-text-decoration:none;text-decoration:none}.tek-product-grid .product-card img{width:100%;height:200px;-o-object-fit:contain;object-fit:contain;background-color:var(--brand-bg-alt);padding:16px}.tek-product-grid .product-card .card-body{padding:16px}.tek-product-grid .product-card h5{color:var(--brand-text);font-size:.95rem;margin-bottom:12px}.tek-product-grid .btn-inquiry{display:inline-block;background-color:var(--brand-primary);color:#fff;font-size:.82rem;font-weight:600;padding:6px 18px;border:none;border-radius:var(--brand-radius);cursor:pointer;transition:background-color .2s}.tek-product-grid .btn-inquiry:hover{background-color:var(--brand-primary-dark)}