.product-card--compact{border:1px solid #e0e0e0;border-radius:8px;overflow:hidden;transition:box-shadow .2s,transform .2s;background:white}.product-card--compact:hover{box-shadow:0 4px 12px rgba(0,0,0,.1);transform:translateY(-2px)}.product-card__link{display:block;padding:1.25rem;text-decoration:none;color:inherit}.product-card__image-container{width:100%;height:180px;background:#f5f5f5;margin-bottom:1.25rem;border-radius:4px;overflow:hidden;display:flex;align-items:center;justify-content:center}.product-card__image{width:100%;height:100%;object-fit:contain;transition:transform .3s}.product-card--compact:hover .product-card__image{transform:scale(1.05)}.product-card__image-placeholder{color:#999;font-size:.9rem;font-weight:500}.product-card__name{margin:0 0 .5rem;font-size:1.1rem;color:#1a1a1a}.product-card__model{margin:0 0 .75rem;font-family:monospace;font-size:.9rem;color:#0066cc}.product-card__desc{margin:0 0 1rem;font-size:.9rem;color:#666;line-height:1.5}.product-card__specs{list-style:none;padding:0;margin:0}.product-card__specs li{font-size:.85rem;padding:.25rem 0;color:#555}.product-card__specs .spec-label{font-weight:500;color:#333}.product-card__actions{padding:.75rem 1.25rem;border-top:1px solid #e0e0e0;background:#fafafa}.product-card__compare{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:#666;cursor:pointer}.product-card__compare input{cursor:pointer}.product-card--detailed{background:white;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1);overflow:hidden}.product-card__detailed-header{display:grid;grid-template-columns:300px 1fr;border-bottom:1px solid #e0e0e0}.product-card__detailed-image{background:#f9f9f9;padding:2rem;display:flex;align-items:center;justify-content:center;border-right:1px solid #e0e0e0}.product-card__detailed-image img{max-width:100%;max-height:250px;object-fit:contain}.product-card__detailed-header .product-card__section{border-bottom:none}.product-card__section{padding:1.5rem;border-bottom:1px solid #e0e0e0}.product-card__section:last-child{border-bottom:none}.product-card__section h3{margin:0 0 1rem;font-size:1rem;color:#333}.product-card__category{margin:0 0 .75rem;font-size:.85rem;color:#888}.product-card__table{width:100%;border-collapse:collapse}.product-card__table td,.product-card__table th{padding:.75rem;text-align:left;border-bottom:1px solid #f0f0f0}.product-card__table th{font-weight:500;color:#555;width:40%}.product-card__table td{color:#333}.product-card__docs{list-style:none;padding:0;margin:0}.product-card__docs li{padding:.5rem 0}.product-card__docs a{display:flex;align-items:center;gap:.5rem;color:#0066cc;text-decoration:none}.product-card__docs a:hover{text-decoration:underline}.doc-icon{font-size:1.1rem}.product-card__quote{text-align:center}.btn-quote{padding:.75rem 2rem;background:#0066cc;color:white;border:none;border-radius:4px;font-size:1rem;font-weight:500;cursor:pointer;transition:background .2s}.btn-quote:hover{background:#0052a3}