.all-products-page{min-height:100vh;background:linear-gradient(180deg,#070a12,#111725);color:#fff;padding:2rem 8% 6rem}.all-products-header{padding:4rem 0 3rem;text-align:center}.back-btn{position:absolute;left:8%;top:2rem;background:transparent;border:1px solid rgba(255,255,255,.2);color:#ffffffb3;padding:.75rem 1.5rem;border-radius:50px;cursor:pointer;font-size:.9rem;transition:all .3s ease}.back-btn:hover{border-color:#4f6dff;color:#4f6dff}.all-products-header h1{font-size:3.5rem;font-weight:800;margin-bottom:1rem;background:linear-gradient(135deg,#4f6dff,#ff6b4f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.header-subtitle{font-size:1.2rem;color:#fff9}.category-filters{display:flex;flex-wrap:wrap;gap:.6rem;justify-content:center;margin:0 auto 3rem;max-width:1100px;padding:0 1rem}.category-pill{display:inline-flex;align-items:center;gap:.5rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.12);color:#ffffffbf;padding:.6rem 1.1rem;font-size:.9rem;font-weight:500;border-radius:999px;cursor:pointer;transition:all .25s ease;font-family:inherit}.category-pill:hover:not(:disabled){border-color:#4f6dff80;color:#fff;background:#4f6dff14}.category-pill--active{background:linear-gradient(135deg,#4f6dff,#ff6b4f);border-color:transparent;color:#fff;box-shadow:0 4px 20px #4f6dff59}.category-pill--active:hover{background:linear-gradient(135deg,#4f6dff,#ff6b4f)}.category-pill--empty{opacity:.35;cursor:not-allowed}.category-count{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 .4rem;font-size:.72rem;font-weight:600;background:#00000040;border-radius:999px;color:#ffffffe6}.category-pill--active .category-count{background:#ffffff40}.no-products-message{text-align:center;padding:4rem 2rem;color:#ffffff80;margin-bottom:4rem}.card-category-label{display:inline-block;font-size:.7rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#ffffff80;margin-bottom:1rem;padding:.25rem .65rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:999px}.all-products-list-wrap{max-width:1100px;margin:0 auto 5rem}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:6rem}.product-grid-card{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:2.5rem;position:relative;overflow:hidden;cursor:pointer;transition:transform .4s ease,border-color .4s ease}.product-grid-card:hover{transform:translateY(-8px);border-color:var(--product-color)}.card-glow{position:absolute;top:-50%;left:-50%;width:200%;height:200%;opacity:0;filter:blur(80px);transition:opacity .4s ease;pointer-events:none}.product-grid-card:hover .card-glow{opacity:.1}.card-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.product-icon{width:50px;height:50px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.3rem;font-weight:700;color:#fff}.card-header h3{font-size:1.5rem;font-weight:700}.card-tagline{font-size:1.1rem;font-weight:600;margin-bottom:1rem}.card-short-desc{font-size:1rem;line-height:1.6;color:#fffc;margin-bottom:.75rem}.card-full-desc{font-size:.95rem;line-height:1.5;color:#ffffff80;margin-bottom:1.5rem}.card-features{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem}.feature-tag{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);padding:.4rem .8rem;border-radius:20px;font-size:.8rem;color:#ffffffb3}.card-cta{display:flex;align-items:center;justify-content:space-between;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1);font-weight:600;color:#4f6dff;transition:color .3s ease}.product-grid-card:hover .card-cta{color:var(--product-color)}.cta-arrow{transition:transform .3s ease}.product-grid-card:hover .cta-arrow{transform:translate(5px)}.all-products-cta{background:linear-gradient(135deg,#4f6dff26,#ff6b4f26);border-radius:32px;padding:4rem;text-align:center;margin-bottom:4rem}.all-products-cta h2{font-size:2rem;margin-bottom:1rem}.all-products-cta p{font-size:1.1rem;color:#ffffffb3;margin-bottom:2rem}.cta-btn{background:linear-gradient(135deg,#4f6dff,#ff6b4f);color:#fff;border:none;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;border-radius:50px;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.cta-btn:hover{transform:translateY(-3px);box-shadow:0 10px 30px #4f6dff66}.seo-section{text-align:center;padding:2rem;background:#ffffff05;border-radius:16px}.seo-section p{font-size:.85rem;color:#ffffff4d;line-height:1.6}@media(max-width:768px){.all-products-page{padding:1.5rem 5% 4rem}.back-btn{position:static;margin-bottom:1.5rem}.all-products-header h1{font-size:2.2rem}.products-grid{grid-template-columns:1fr;gap:1.5rem}.product-grid-card{padding:1.75rem}.all-products-cta{padding:2.5rem 1.5rem}}
