.products-hero{background-image:url(https://images.unsplash.com/photo-1639762681485-074b7f938ba0?w=1600&auto=format&fit=crop&q=75&fm=webp)}.product-detail-hero{background-image:url(https://images.unsplash.com/photo-1558494949-ef010cbdcc31?w=1600&auto=format&fit=crop&q=75&fm=webp)}.products-filter-bar{background:var(--white);border-bottom:1px solid var(--border);position:sticky;top:var(--nav-h);z-index:90;box-shadow:var(--shadow-sm)}.products-filter-inner{max-width:1240px;margin:0 auto;padding:0 clamp(1.5rem, 5vw, 3.5rem);display:flex;align-items:center;gap:.5rem;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;padding-top:.85rem;padding-bottom:.85rem}.products-filter-inner::-webkit-scrollbar{display:none}.filter-label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--mid-gray,#8890b0);white-space:nowrap;flex-shrink:0;margin-right:.5rem}.filter-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.42rem 1.1rem;border-radius:99px;border:1.5px solid var(--border);background:#fff0;font-size:.8rem;font-weight:600;color:var(--body);cursor:pointer;white-space:nowrap;flex-shrink:0;transition:all .18s;text-decoration:none}.filter-btn:hover{border-color:var(--navy);color:var(--navy);background:var(--navy-pale)}.filter-btn.active{background:var(--navy);border-color:var(--navy);color:#fff}.filter-btn .filter-count{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;background:rgb(255 255 255 / .2);font-size:.65rem;font-weight:700}.filter-btn:not(.active) .filter-count{background:var(--navy-pale);color:var(--navy)}.products-section{padding:4.5rem clamp(1.5rem, 5vw, 3.5rem);max-width:1240px;margin:0 auto}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.75rem}.product-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;display:flex;flex-direction:column;position:relative;transition:transform .22s,box-shadow .22s;text-decoration:none;color:inherit}.product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.product-card.is-featured{border-color:var(--red);box-shadow:0 0 0 1px var(--red),var(--shadow-md)}.product-card.is-featured:hover{box-shadow:0 0 0 1px var(--red),var(--shadow-lg);transform:translateY(-5px)}.pc-visual{position:relative;height:200px;overflow:hidden;background:linear-gradient(135deg,var(--navy-dark) 0%,var(--navy) 60%,#1a2a8c 100%);display:flex;align-items:center;justify-content:center}.pc-visual-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.22}.pc-visual-icon{position:relative;z-index:2;width:72px;height:72px;background:rgb(255 255 255 / .1);border:1.5px solid rgb(255 255 255 / .2);border-radius:18px;display:flex;align-items:center;justify-content:center;backdrop-filter:blur(8px)}.pc-visual-icon .cfg-icon{color:#fff!important}.pc-visual-icon svg{width:36px;height:36px;color:#fff}.pc-cat-chip{position:absolute;top:14px;left:14px;z-index:3;display:inline-flex;align-items:center;gap:.35rem;padding:.28rem .75rem;border-radius:99px;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;backdrop-filter:blur(8px);border:1px solid rgb(255 255 255 / .2);color:rgb(255 255 255 / .9);background:rgb(15 21 80 / .75)}.pc-cat-chip.cat-plugin{background:rgb(27 35 112 / .85)}.pc-cat-chip.cat-theme{background:rgb(15 80 50 / .85)}.pc-cat-chip.cat-ai-agent{background:rgb(90 15 80 / .85)}.pc-cat-chip.cat-toolkit{background:rgb(120 80 0 / .85)}.pc-featured-ribbon{position:absolute;top:14px;right:14px;z-index:3;display:inline-flex;align-items:center;gap:.3rem;padding:.28rem .7rem;background:var(--red);border-radius:99px;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#fff}.pc-featured-ribbon svg{width:10px;height:10px}.pc-body{padding:1.5rem 1.5rem 1.25rem;flex:1;display:flex;flex-direction:column}.pc-name{font-family:'Barlow Condensed',sans-serif;font-size:1.25rem;font-weight:700;color:var(--text);margin-bottom:.4rem;line-height:1.2}.pc-tagline{font-size:.84rem;color:var(--body);line-height:1.6;margin-bottom:1rem;flex:1}.pc-tags{display:flex;flex-wrap:wrap;gap:.35rem;margin-bottom:1.1rem}.pc-footer{padding:1rem 1.5rem 1.25rem;border-top:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;gap:1rem}.pc-price-wrap{display:flex;flex-direction:column}.pc-price{font-family:'Barlow Condensed',sans-serif;font-size:1.5rem;font-weight:900;color:var(--navy);line-height:1}.pc-price.is-free{color:#16a34a}.pc-price-note{font-size:.7rem;color:var(--mid-gray,#8890b0);margin-top:.15rem}.pc-cta{display:inline-flex;align-items:center;gap:.4rem;padding:.6rem 1.3rem;background:var(--navy);color:#fff;border-radius:var(--radius-sm);font-size:.82rem;font-weight:700;text-decoration:none;transition:all .18s;white-space:nowrap;flex-shrink:0}.pc-cta:hover{background:var(--navy-light);transform:translateY(-1px)}.pc-cta.is-free{background:#16a34a}.pc-cta.is-free:hover{background:#15803d}.pc-cta svg{width:12px;height:12px}.product-card:hover .pc-cta{gap:.6rem}.product-spotlight{background:linear-gradient(135deg,var(--navy-dark) 0%,var(--navy) 55%,#1a2a8c 100%);border-radius:var(--radius);overflow:hidden;display:grid;grid-template-columns:1fr 1fr;min-height:380px;margin-bottom:3rem;position:relative}.product-spotlight::after{content:'';position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="60" height="60"><circle cx="30" cy="30" r="1" fill="rgba(255,255,255,0.03)"/></svg>') repeat;pointer-events:none}.spotlight-content{padding:3rem 3rem 3rem 3.5rem;display:flex;flex-direction:column;justify-content:center;position:relative;z-index:1}.spotlight-badge{display:inline-flex;align-items:center;gap:.4rem;padding:.3rem .85rem;background:rgb(200 35 42 / .2);border:1px solid rgb(200 35 42 / .4);border-radius:99px;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--red-light);width:fit-content;margin-bottom:1.25rem}.spotlight-content h2{font-family:'Barlow Condensed',sans-serif;font-size:clamp(1.8rem, 3vw, 2.6rem);font-weight:800;color:#fff;line-height:1.1;margin-bottom:.85rem}.spotlight-content p{font-size:.95rem;color:rgb(255 255 255 / .72);line-height:1.75;max-width:440px;margin-bottom:1.75rem}.spotlight-features{display:flex;flex-direction:column;gap:.55rem;margin-bottom:2rem}.spotlight-feature{display:flex;align-items:center;gap:.6rem;font-size:.86rem;color:rgb(255 255 255 / .8)}.spotlight-feature-dot{width:6px;height:6px;border-radius:50%;background:var(--red-light);flex-shrink:0}.spotlight-btns{display:flex;gap:.75rem;flex-wrap:wrap}.btn-spotlight-primary{display:inline-flex;align-items:center;gap:.5rem;background:var(--red);color:#fff;padding:.8rem 1.8rem;border-radius:var(--radius-sm);font-weight:700;font-size:.92rem;text-decoration:none;border:2px solid var(--red);transition:all .2s}.btn-spotlight-primary:hover{background:var(--red-dark);border-color:var(--red-dark);transform:translateY(-1px)}.btn-spotlight-ghost{display:inline-flex;align-items:center;gap:.5rem;background:#fff0;color:rgb(255 255 255 / .75);padding:.8rem 1.8rem;border-radius:var(--radius-sm);font-weight:700;font-size:.92rem;text-decoration:none;border:1.5px solid rgb(255 255 255 / .3);transition:all .2s}.btn-spotlight-ghost:hover{color:#fff;border-color:rgb(255 255 255 / .65);background:rgb(255 255 255 / .07)}.spotlight-visual{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;background:rgb(255 255 255 / .04)}.spotlight-visual img{width:100%;height:100%;object-fit:cover;opacity:.35}.spotlight-visual-icon{position:absolute;z-index:2;width:120px;height:120px;background:rgb(255 255 255 / .1);border:2px solid rgb(255 255 255 / .18);border-radius:28px;display:flex;align-items:center;justify-content:center;backdrop-filter:blur(12px)}.spotlight-visual-icon .cfg-icon{color:#fff!important;width:56px!important;height:56px!important}.spotlight-price-tag{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);background:rgb(15 21 80 / .85);border:1px solid rgb(255 255 255 / .15);border-radius:10px;padding:.75rem 1.5rem;text-align:center;backdrop-filter:blur(10px);z-index:3;white-space:nowrap}.spt-price{font-family:'Barlow Condensed',sans-serif;font-size:2rem;font-weight:900;color:#fff;line-height:1}.spt-note{font-size:.7rem;color:rgb(255 255 255 / .55);margin-top:.2rem}.products-cat-heading{display:flex;align-items:center;gap:1rem;margin-bottom:1.75rem}.products-cat-heading h3{font-family:'Barlow Condensed',sans-serif;font-size:1.4rem;font-weight:800;color:var(--text);text-transform:uppercase;letter-spacing:.04em;white-space:nowrap}.products-cat-heading-line{flex:1;height:1px;background:var(--border)}.products-cat-heading .cat-count{font-size:.75rem;font-weight:700;color:var(--mid-gray,#8890b0);white-space:nowrap}.pd-hero-content{max-width:760px}.pd-hero-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.pd-layout{max-width:1240px;margin:0 auto;padding:4rem clamp(1.5rem, 5vw, 3.5rem);display:grid;grid-template-columns:1fr 340px;gap:3.5rem;align-items:start}.pd-gallery{border-radius:var(--radius);overflow:hidden;margin-bottom:2.5rem;background:var(--navy-dark);position:relative}.pd-gallery img{width:100%;height:100%;object-fit:cover;display:block}.pd-gallery-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgb(15 21 80 / .6) 0%,transparent 60%)}.pd-thumbs{display:flex;gap:.65rem;margin-bottom:2.5rem;flex-wrap:nowrap;overflow-x:auto}.pd-thumb{width:80px;height:56px;border-radius:var(--radius-sm);overflow:hidden;flex-shrink:0;cursor:pointer;border:2px solid var(--border);transition:border-color .2s}.pd-thumb.active{border-color:var(--navy)}.pd-thumb img{width:100%;height:100%;object-fit:cover}.pd-section-title{font-family:'Barlow Condensed',sans-serif;font-size:1.3rem;font-weight:700;color:var(--text);text-transform:uppercase;letter-spacing:.04em;margin-bottom:1rem;padding-bottom:.6rem;border-bottom:2px solid var(--border)}.pd-features{list-style:none;display:flex;flex-direction:column;gap:.6rem;margin-bottom:2.5rem}.pd-features li{display:flex;align-items:flex-start;gap:.65rem;font-size:.93rem;color:var(--body);line-height:1.6}.pd-check{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;background:var(--red);flex-shrink:0;margin-top:.1rem}.pd-check .cfg-icon{color:#fff!important}.pd-check svg{width:10px;height:10px;color:#fff}.pd-requirements{background:var(--off-white);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;margin-bottom:2.5rem}.pd-req-row{display:grid;grid-template-columns:160px 1fr;padding:.85rem 1.25rem;border-bottom:1px solid var(--border);font-size:.88rem}.pd-req-row:last-child{border-bottom:none}.pd-req-label{font-weight:700;color:var(--text)}.pd-req-value{color:var(--body)}.pd-changelog{margin-bottom:2.5rem}.pd-change-version{font-family:'Barlow Condensed',sans-serif;font-size:1rem;font-weight:700;color:var(--navy);margin-bottom:.35rem;display:flex;align-items:center;gap:.6rem}.pd-change-date{font-size:.75rem;font-weight:400;color:var(--mid-gray,#8890b0)}.pd-change-list{list-style:none;padding-left:0;display:flex;flex-direction:column;gap:.3rem;margin-bottom:1.25rem}.pd-change-list li{font-size:.84rem;color:var(--body);line-height:1.6;display:flex;align-items:flex-start;gap:.5rem}.pd-change-list li::before{content:'';display:inline-block;width:5px;height:5px;border-radius:50%;background:var(--navy);flex-shrink:0;margin-top:.45rem}.pd-sidebar{position:sticky;top:calc(var(--nav-h) + 1.5rem)}.pd-purchase-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-md);margin-bottom:1.5rem}.pdc-header{padding:1.5rem;background:linear-gradient(135deg,var(--navy-dark),var(--navy));text-align:center}.pdc-icon{width:64px;height:64px;background:rgb(255 255 255 / .1);border:1.5px solid rgb(255 255 255 / .2);border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.pdc-icon .cfg-icon{color:#fff!important}.pdc-icon svg{width:32px;height:32px;color:#fff}.pdc-name{font-family:'Barlow Condensed',sans-serif;font-size:1.2rem;font-weight:700;color:#fff;line-height:1.2}.pdc-body{padding:1.5rem}.pdc-price-main{text-align:center;padding-bottom:1.25rem;margin-bottom:1.25rem;border-bottom:1px solid var(--border)}.pdc-price-label{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--mid-gray,#8890b0);margin-bottom:.3rem}.pdc-price-amount{font-family:'Barlow Condensed',sans-serif;font-size:2.8rem;font-weight:900;color:var(--navy);line-height:1}.pdc-price-amount.is-free{color:#16a34a}.pdc-price-period{font-size:.78rem;color:var(--mid-gray,#8890b0);margin-top:.25rem}.pdc-tiers{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.25rem}.pdc-tier{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;border:1.5px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;transition:all .18s}.pdc-tier:hover{border-color:var(--navy);background:var(--navy-pale)}.pdc-tier.selected{border-color:var(--navy);background:var(--navy-pale)}.pdc-tier-name{font-size:.85rem;font-weight:600;color:var(--text)}.pdc-tier-sites{font-size:.72rem;color:var(--mid-gray,#8890b0)}.pdc-tier-price{font-family:'Barlow Condensed',sans-serif;font-size:1.1rem;font-weight:800;color:var(--navy)}.pdc-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:1rem;background:var(--red);color:#fff;border-radius:var(--radius-sm);font-weight:700;font-size:1rem;text-decoration:none;border:none;cursor:pointer;transition:all .2s;margin-bottom:.75rem;box-shadow:var(--shadow-red)}.pdc-btn:hover{background:var(--red-dark);transform:translateY(-1px)}.pdc-btn.btn-free{background:#16a34a;box-shadow:0 6px 20px rgb(22 163 74 / .3)}.pdc-btn.btn-free:hover{background:#15803d}.pdc-btn-secondary{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.8rem;background:#fff0;color:var(--navy);border-radius:var(--radius-sm);font-weight:600;font-size:.88rem;text-decoration:none;border:1.5px solid var(--navy);cursor:pointer;transition:all .2s;margin-bottom:1.25rem}.pdc-btn-secondary:hover{background:var(--navy);color:#fff}.pdc-trust{display:flex;flex-direction:column;gap:.55rem;padding-top:1.1rem;border-top:1px solid var(--border)}.pdc-trust-item{display:flex;align-items:center;gap:.55rem;font-size:.78rem;color:var(--body)}.pdc-trust-icon{width:24px;height:24px;background:var(--navy-pale);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.pdc-trust-icon .cfg-icon{color:var(--navy)!important}.pdc-trust-icon svg{width:12px;height:12px;color:var(--navy)}.pd-info-card{background:var(--off-white);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.pd-info-row{display:flex;align-items:center;justify-content:space-between;padding:.8rem 1.1rem;border-bottom:1px solid var(--border);font-size:.82rem}.pd-info-row:last-child{border-bottom:none}.pd-info-label{color:var(--mid-gray,#8890b0);font-weight:600}.pd-info-value{color:var(--text);font-weight:700;text-align:right}.related-products-section{background:var(--off-white);padding:4rem clamp(1.5rem, 5vw, 3.5rem)}.related-products-inner{max-width:1240px;margin:0 auto}.related-products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.products-empty{text-align:center;padding:5rem 2rem;color:var(--mid-gray,#8890b0);grid-column:1 / -1}.products-empty svg{opacity:.3;margin-bottom:1rem}.products-empty h3{font-size:1.3rem;color:var(--text);margin-bottom:.5rem}@media (max-width:1100px){.products-grid{grid-template-columns:repeat(2,1fr)}.related-products-grid{grid-template-columns:repeat(2,1fr)}.pd-layout{grid-template-columns:1fr}.pd-sidebar{position:static}.pd-purchase-card{max-width:500px}.product-spotlight{grid-template-columns:1fr}.spotlight-visual{height:220px}}@media (max-width:768px){.products-grid{grid-template-columns:1fr}.related-products-grid{grid-template-columns:1fr}.products-section{padding:3rem 1.5rem}.spotlight-content{padding:2rem 1.5rem}.pd-layout{padding:2.5rem 1.5rem;gap:2rem}.pd-req-row{grid-template-columns:120px 1fr}}@media (max-width:480px){.products-filter-inner{padding:.75rem 1rem}.pdc-tier{flex-wrap:wrap;gap:.25rem}}