.products-page{min-height:100vh;background:#FAFAFC;position:relative;overflow-x:hidden}.products-page .products-header{padding:100px 0;position:relative;background-image:url(/images/product_header_background_Desktop_2560.svg);background-size:cover;background-position-x:50%;background-repeat:no-repeat;color:white;overflow:hidden;min-height:600px;display:flex;align-items:center}.products-page .header-content{display:flex;align-items:center;justify-content:center;position:relative;z-index:2;width:100%;text-align:center}.products-page .header-text{position:relative;z-index:3}.products-page .header-text h1{font-size:3rem;font-weight:500;margin:0 0 15px;line-height:1.2;color:#333}.products-page .header-text h2.highlight{font-size:3.5rem;font-weight:700;margin:0;background:linear-gradient(90deg,#3b82f6,#1d4ed8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2}.products-page .header-text p{display:none}.products-page .filters-section{background:var(--neutral-9,#FFF);padding:0}.products-page .category-tabs{padding-top:36px;display:flex;align-items:center;gap:0;overflow-x:auto}.products-page .category-tab{font-family:var(--font-inter);padding:6px 16px;border:2px solid #e5e7eb;background:transparent;font-weight:500;font-size:16px;color:#6B7280;cursor:pointer;transition:all .3s ease;white-space:nowrap;position:relative;border-radius:20px;margin:8px 4px;min-width:120px}.products-page .category-tab:focus{outline:none}.products-page .category-tab:hover{color:#3b82f6;background:rgba(59,130,246,.1)}.products-page .category-tab.active{color:#3b82f6;font-weight:600;background:transparent;border:2px solid #3b82f6;box-shadow:none}.products-page .category-tab.active:focus{outline:none}.products-page .category-tab:first-child{margin-left:0}.products-page .category-filters,.products-page .filter-btn,.products-page .filter-toggle,.products-page .filters-bar,.products-page .search-box,.products-page .search-icon,.products-page .search-input{display:none}.products-page .products-section{padding:20px 0;background:#fff}.products-page .products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:32px}.products-page .product-card-link{text-decoration:none;color:inherit;display:block;transition:transform .3s ease}.products-page .product-card-link:hover{transform:translateY(-5px)}.products-page .product-card{background:white;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.1);transition:all .3s ease;position:relative;aspect-ratio:392/450;cursor:pointer}.products-page .product-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px rgba(0,0,0,.15)}.products-page .product-image{height:100%;position:relative;overflow:hidden;background:linear-gradient(135deg,#667eea,#764ba2)}.products-page .product-background{position:absolute;inset:0}.products-page .product-overlay{position:absolute;bottom:12px;left:12px;right:12px;border-radius:10px;z-index:3;display:flex;padding:8px;align-items:flex-start;gap:12px;align-self:stretch;border:1px solid #d1d5db;background:rgba(6,7,11,.36);backdrop-filter:blur(30px)}.products-page .product-info{display:flex;align-items:center;gap:8px;flex:1}.products-page .app-icon-small{width:48px;height:48px;border-radius:10px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px rgba(0,0,0,.1);overflow:hidden;flex-shrink:0}.products-page .app-icon-small-image{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;border-radius:10px}.products-page .product-details{flex:1;min-width:0}.products-page .product-name{margin:0 0 2px;color:#FFF;font-size:18px;font-weight:700;line-height:28px}.products-page .product-category,.products-page .product-name{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.products-page .product-category{font-size:14px;color:rgba(255,255,255,.8);margin:0;line-height:20px;font-family:var(--font-inter)}.products-page .product-rating{display:flex;align-items:center;gap:4px;flex-shrink:0;font-size:16px;font-weight:600;line-height:24px;color:#FFF}.products-page .star-icon{width:20px;height:20px;color:#FFD700}.products-page .app-icon,.products-page .app-icon-image,.products-page .download-btn,.products-page .illustration-content,.products-page .product-content,.products-page .product-description,.products-page .product-header,.products-page .product-illustration,.products-page .product-stats,.products-page .stat{display:none}@media (min-width:1400px){.products-page .products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:32px}}@media (min-width:1900px){.products-page .products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:32px}.products-page .product-card{height:auto;aspect-ratio:350/450}}@media (max-width:1367px){.products-page .container{padding:0 16px;max-width:100%;overflow-x:hidden}.products-page .category-tabs{padding-top:20px;padding-left:0;padding-right:0;margin-left:-4px;margin-right:-4px}.products-page .category-tab{min-width:auto;padding:6px 12px;font-size:14px;margin:8px 4px}.products-page .category-tab:first-child{margin-left:4px}.products-page .product-overlay{bottom:8px;left:8px;right:8px;padding:6px;gap:8px}.products-page .app-icon-small{width:40px;height:40px}.products-page .product-name{font-size:16px;line-height:24px;padding-right:40px}.products-page .product-category{font-size:12px;line-height:18px}.products-page .product-rating{font-size:14px}.products-page .star-icon{width:16px;height:16px}.products-page .header-text h1,.products-page .header-text h2.highlight{font-size:28px;line-height:36px}.products-page .header-content{margin-top:80px;padding:0 16px}.products-page .products-section{padding:16px 0;overflow-x:hidden}.products-page .filters-section{overflow-x:hidden}}@media (max-width:1024px){.products-page .product-card-link:hover,.products-page .product-card:hover{transform:translateY(0)}.products-page .products-header{background-image:url(/images/product_header_background_Tablet_1024.svg);padding:20px 0;min-height:457px}.products-page .product-card{border-radius:16px;aspect-ratio:310/412}.products-page .header-text h1{font-size:1.6rem}.products-page .header-text h2.highlight{font-size:1.5rem}.category-tabs::-webkit-scrollbar{display:none}.products-page .products-grid{grid-template-columns:1fr 1fr 1fr;gap:24px}.products-page .category-tabs{padding-top:20px}.products-page .product-rating{position:absolute;right:10px;gap:2px}.products-page .product-name{padding-right:50px}.products-page .product-overlay{bottom:10px;left:10px}.products-page .product-rating span{font-size:1rem;color:#fff}.products-page .star-icon{width:18px;height:18px;margin-bottom:2px}.products-page .app-icon-small{width:48px;height:48px;border-radius:10px}.products-page .header-text h1{font-size:36px;font-weight:500;line-height:44px}.products-page .header-text h2.highlight{font-size:36px;font-weight:700;line-height:44px}.products-page .header-content{margin-top:110px}.products-page .product-overlay{bottom:16px;left:16px;right:16px}}@media (max-width:768px){.products-page .products-grid{grid-template-columns:1fr 1fr}.products-page .product-card{border-radius:16px}.products-page .app-icon-small{width:48px;height:48px;border-radius:10px}.products-page .product-rating span{font-size:1rem}.products-page .star-icon{width:18px;height:18px}.products-page .header-content{margin-top:120px}}@media (max-width:550px){.products-page .products-header{background-image:url(/images/product_header_background_Mobile_375.svg);padding:20px 0;min-height:360px}.products-page .product-card{border-radius:16px}.products-page .app-icon-small{width:24px;height:24px;border-radius:8px}.products-page .product-info{display:block}.products-page .product-details{margin-top:6px}.products-page .product-category{font-size:12px;line-height:16px}.products-page .product-name{padding-right:0;font-size:14px;font-weight:600;line-height:20px}.products-page .header-content{margin-top:100px}.products-page .header-text h1{color:var(--content-primary,#111827);text-align:center;font-size:32px;font-weight:500;line-height:40px;margin-bottom:0}.products-page .header-text h2.highlight{color:var(--content-brand,#4F7BEE);text-align:center;font-size:32px;font-weight:700;line-height:40px}.products-page .app-icon-small-image{border-radius:8px}.products-page .product-overlay{bottom:8px;left:8px;right:8px}.products-page .products-grid{gap:10px}}