.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;margin-top:20px}.product-card{background:var(--white,#fff);border:1px solid rgba(0,0,0,0.08);border-radius:20px;padding:36px 32px;position:relative;transition:transform .3s ease,box-shadow .3s ease}.product-card:hover{transform:translateY(-6px);box-shadow:0 20px 45px rgba(0,0,0,0.12)}.product-icon{font-size:2.4rem;margin-bottom:10px}.product-badge{display:inline-block;background:rgba(8,112,150,0.1);color:var(--forest,#087096);font-weight:700;font-size:.75rem;letter-spacing:.04em;text-transform:uppercase;padding:4px 12px;border-radius:20px;margin-bottom:14px}.product-card h3{font-size:1.4rem;font-weight:800;margin-bottom:10px;line-height:1.3}.product-card>p{color:var(--text-muted,#666);margin-bottom:18px;line-height:1.6}.product-features{list-style:none;padding:0;margin:0 0 24px;display:flex;flex-direction:column;gap:10px}.product-features li{position:relative;padding-left:26px;color:var(--text-dark,#333);font-size:.95rem}.product-features li::before{content:'✓';position:absolute;left:0;color:var(--forest,#087096);font-weight:800}.product-price{display:flex;align-items:baseline;gap:8px;margin-bottom:22px;padding-top:18px;border-top:1px dashed rgba(0,0,0,0.12)}.product-price .price{font-family:'Inter',sans-serif;font-size:2.2rem;font-weight:900;color:var(--forest,#087096);line-height:1}.product-price .price-period{color:var(--text-muted,#888);font-size:.9rem}.product-actions{display:flex;flex-direction:column;gap:12px}.btn-buy-now{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:14px 20px;background:#25D366;color:#fff;font-weight:700;border-radius:10px;text-decoration:none;transition:background .25s ease,transform .2s ease}.btn-buy-now:hover{background:#1ebe57;transform:translateY(-2px)}.btn-view-details{text-align:center;color:var(--forest,#087096);font-weight:600;text-decoration:none;padding:8px}.btn-view-details:hover{text-decoration:underline}.product-hero-price{display:inline-flex;align-items:baseline;gap:10px;background:rgba(240,165,0,0.12);border-radius:14px;padding:14px 24px;margin:18px 0}.product-hero-price .price{font-family:'Inter',sans-serif;font-size:2.4rem;font-weight:900;color:#f0a500;line-height:1}.product-hero-price .price-was{font-size:1.1rem;color:var(--text-muted,#888);text-decoration:line-through}.screenshot-strip{display:flex;flex-wrap:nowrap;gap:20px;padding:10px 0 20px}.screenshot-strip .shot{flex:1 1 0;border-radius:14px;background:linear-gradient(135deg,rgba(8,112,150,0.12),rgba(240,165,0,0.12));overflow:hidden}.screenshot-strip .shot img{width:100%;height:auto;display:block}@media(max-width:900px){.screenshot-strip{flex-wrap:wrap}.screenshot-strip .shot{flex:1 1 45%}}@media(max-width:900px){.product-grid{grid-template-columns:1fr}}.products-stats-row{display:flex;flex-wrap:wrap;gap:28px;margin-top:22px}.products-stats-row .pstat{display:flex;align-items:center;gap:10px}.products-stats-row .pstat-num{font-family:'Inter',sans-serif;font-weight:900;font-size:1.6rem;color:#fff;line-height:1}.products-stats-row .pstat-label{font-size:.8rem;color:rgba(255,255,255,.75);line-height:1.3}.tf-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px;margin-bottom:32px}.tf-filter-tabs{display:flex;flex-wrap:wrap;gap:10px}.tf-filter-tab{border:1px solid rgba(0,0,0,0.12);background:#fff;color:var(--text-dark,#333);font-weight:600;font-size:.9rem;padding:9px 18px;border-radius:30px;cursor:pointer;transition:all .2s ease;white-space:nowrap}.tf-filter-tab:hover{border-color:var(--forest,#087096);color:var(--forest,#087096)}.tf-filter-tab.active{background:var(--forest,#087096);border-color:var(--forest,#087096);color:#fff}.tf-count{display:inline-block;margin-left:6px;opacity:.65;font-size:.8em}.tf-result-note{color:var(--text-muted,#888);font-size:.9rem}.tf-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.tf-card{background:#fff;border:1px solid rgba(0,0,0,0.08);border-radius:16px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.tf-card:hover{transform:translateY(-6px);box-shadow:0 20px 45px rgba(0,0,0,0.12)}.tf-thumb{position:relative;height:190px;display:flex;align-items:center;justify-content:center;overflow:hidden}.tf-thumb-icon{font-size:3.6rem;position:relative;z-index:1;transition:transform .35s ease}.tf-card:hover .tf-thumb-icon{transform:scale(1.12) rotate(-4deg)}.tf-cat-chip{position:absolute;top:14px;left:14px;background:rgba(255,255,255,0.92);color:var(--forest,#087096);font-size:.72rem;font-weight:800;letter-spacing:.03em;text-transform:uppercase;padding:5px 12px;border-radius:20px;z-index:2}.tf-badge-ribbon{position:absolute;top:14px;right:14px;background:#f0a500;color:#fff;font-size:.7rem;font-weight:800;letter-spacing:.03em;text-transform:uppercase;padding:5px 12px;border-radius:20px;z-index:2}.tf-overlay{position:absolute;inset:0;background:rgba(8,20,25,0.55);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease;z-index:1}.tf-card:hover .tf-overlay{opacity:1}.tf-overlay-btn{background:#fff;color:var(--ink,#191919);font-weight:700;font-size:.85rem;padding:10px 20px;border-radius:8px;text-decoration:none;transform:translateY(8px);transition:transform .3s ease}.tf-card:hover .tf-overlay-btn{transform:translateY(0)}.tf-body{padding:20px 22px 22px;display:flex;flex-direction:column;flex:1}.tf-eyebrow{font-size:.75rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted,#8a8a8a);margin-bottom:6px}.tf-title{font-size:1.15rem;font-weight:800;line-height:1.35;margin-bottom:8px}.tf-title a{color:inherit;text-decoration:none}.tf-title a:hover{color:var(--forest,#087096)}.tf-desc{color:var(--text-muted,#666);font-size:.9rem;line-height:1.6;margin-bottom:16px}.tf-tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:18px}.tf-tag{background:rgba(8,112,150,0.08);color:var(--forest,#087096);font-size:.72rem;font-weight:600;padding:4px 10px;border-radius:6px}.tf-meta-row{display:flex;align-items:center;justify-content:space-between;padding-top:16px;margin-top:auto;border-top:1px solid rgba(0,0,0,0.08)}.tf-price-wrap{display:flex;align-items:baseline;gap:6px}.tf-price{font-family:'Inter',sans-serif;font-weight:900;font-size:1.35rem;color:var(--forest,#087096)}.tf-price-old{font-size:.85rem;color:var(--text-muted,#aaa);text-decoration:line-through}.tf-seller{font-size:.78rem;color:var(--text-muted,#999)}.tf-cta-row{display:flex;gap:10px;margin-top:16px}.tf-btn-buy{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;background:var(--gold,#f0a500);color:#fff;font-weight:700;font-size:.85rem;padding:11px 14px;border-radius:8px;text-decoration:none;transition:background .2s ease}.tf-btn-buy:hover{background:var(--amber,#e5b030)}.tf-btn-details{display:flex;align-items:center;justify-content:center;border:1px solid rgba(0,0,0,0.15);color:var(--text-dark,#333);font-weight:700;font-size:.85rem;padding:11px 14px;border-radius:8px;text-decoration:none;transition:border-color .2s ease,color .2s ease}.tf-btn-details:hover{border-color:var(--forest,#087096);color:var(--forest,#087096)}.trust-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:8px}.trust-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px;padding:20px 12px;background:#fff;border:1px solid rgba(0,0,0,0.06);border-radius:14px}.trust-icon{font-size:1.8rem}.trust-item h5{font-size:.92rem;font-weight:800;margin:0}.trust-item p{font-size:.8rem;color:var(--text-muted,#888);margin:0;line-height:1.5}@media(max-width:1024px){.tf-grid{grid-template-columns:repeat(2,1fr)}.trust-strip{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.tf-grid{grid-template-columns:1fr}.tf-toolbar{flex-direction:column;align-items:flex-start}.trust-strip{grid-template-columns:1fr}.products-stats-row{gap:18px}}.page-hero{position:relative;height:48vh;min-height:340px;max-height:480px;overflow:hidden;background:linear-gradient(135deg,rgba(240,165,0,.32) 0%,rgba(8,112,150,.92) 45%,rgba(15,28,20,.98) 100%);display:flex;align-items:center;justify-content:center}
