.product-card{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-sm);flex-direction:column;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden}.product-card:hover{transform:translateY(-3px);box-shadow:0 8px 25px #00000014}.product-card__header{background:var(--color-blue);color:#fff;font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.06em;text-align:center;padding:.6rem 1.2rem;font-size:.7rem;font-weight:600}.product-card__img{background:var(--color-surface);aspect-ratio:4/3;justify-content:center;align-items:center;font-size:2.8rem;display:flex}.product-card__img img{object-fit:contain;width:100%;height:100%;padding:var(--space-3)}.product-card__body{padding:var(--space-4);gap:var(--space-2);text-align:center;flex-direction:column;flex:1;display:flex}.product-card__tag{background:var(--color-blue);color:#fff;font-family:var(--font-heading);border-radius:var(--radius-sm);letter-spacing:.06em;text-transform:uppercase;align-self:center;padding:.25rem .7rem;font-size:.65rem;font-weight:600;display:inline-block}.product-card__title{font-family:var(--font-heading);color:var(--color-text);font-size:1.1rem;font-weight:700}.product-card__specs{color:var(--color-muted);gap:var(--space-1);margin-bottom:var(--space-3);flex-direction:column;font-size:.85rem;display:flex}.product-card__specs strong{color:var(--color-text);font-weight:600}.product-card__cta{text-align:center;margin-top:auto}
