.products__grid{grid-template-columns:repeat(3,1fr);grid-auto-rows:minmax(280px,auto);gap:24px;display:grid}.product-card{cursor:pointer;background:var(--glass-bg);height:100%;-webkit-backdrop-filter:var(--glass-blur);border:var(--glass-border);border-radius:var(--radius-lg);box-shadow:var(--glass-shadow);transition:border-color var(--transition-medium),box-shadow var(--transition-medium);color:inherit;flex-direction:column;display:flex;overflow:hidden;text-decoration:none!important}.product-card:hover{border-color:var(--border-hover);box-shadow:var(--glass-shadow-hover)}.product-card:active{opacity:.9}.product-card__header{justify-content:space-between;align-items:center;padding:20px 24px 0;display:flex}.product-card__emoji{font-size:2.5rem}.product-card__body{flex-direction:column;flex-grow:1;gap:10px;padding:16px 24px 24px;display:flex}.product-card__name{font-family:var(--font-display);font-size:1.2rem;font-weight:800}.product-card__tagline{color:var(--text-secondary);font-size:.86rem}.product-card__features{flex-wrap:wrap;gap:5px;margin:4px 0;display:flex}.product-card__feature{border-radius:var(--radius-full);border:1px solid var(--border-color);color:var(--text-secondary);background:#7c3aed0f;align-items:center;gap:4px;padding:3px 10px;font-size:.7rem;display:inline-flex}.product-card__feature svg{color:var(--status-green)}.product-card__divider{background:var(--border-color);height:1px;margin:6px 0}.product-card__bottom-wrap{margin-top:auto}.product-card__footer{justify-content:space-between;align-items:center;padding-top:4px;display:flex}.product-card__price{align-items:baseline;gap:8px;display:flex}.product-card__price-current{font-family:var(--font-display);background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.35rem;font-weight:800}.product-card__price-original{color:var(--text-muted);font-size:.82rem;text-decoration:line-through}.product-card__price-free{text-shadow:0 0 20px #22c55e4d;-webkit-text-fill-color:var(--status-green)!important;background:0 0!important}.product-card__price-label{color:var(--text-muted);font-size:.8rem;font-weight:500}.product-card__cta{color:var(--accent-light);transition:gap var(--transition-fast),color var(--transition-fast);align-items:center;gap:6px;font-size:.85rem;font-weight:600;display:inline-flex}.product-card:hover .product-card__cta{color:var(--accent-primary);gap:10px}@media (max-width:900px){.products__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:500px){.products__grid{grid-template-columns:1fr}.product-card__header{padding:16px 20px 0}.product-card__body{padding:12px 20px 20px}}
