.cpm-card-grid{display:grid;gap:18px}.cpm-card-grid--categories{grid-template-columns:repeat(8,minmax(0,1fr))}.cpm-card-grid--products{grid-template-columns:repeat(4,minmax(0,1fr))}.cpm-card-grid--services{grid-template-columns:repeat(6,minmax(0,1fr))}.cpm-card-grid--builds,.cpm-card-grid--reviews{grid-template-columns:repeat(3,minmax(0,1fr))}.cpm-category-card,.cpm-product-card,.cpm-service-card,.cpm-brand-card,.cpm-build-card,.cpm-review-card{border:1px solid rgba(255,255,255,.1);background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.02));border-radius:var(--cpm-radius-md);text-decoration:none;box-shadow:var(--cpm-shadow-card)}.cpm-category-card{min-height:190px;padding:18px;text-align:center;display:grid;align-content:end;gap:6px}.cpm-category-card__image,.cpm-product-card__image,.cpm-build-card__image{min-height:82px;border-radius:var(--cpm-radius-sm);background:radial-gradient(circle at 50% 40%,rgba(255,255,255,.18),transparent 34%),linear-gradient(135deg,#2B313C,#11151B);margin-bottom:10px}.cpm-product-card__image--real img{width:100%;height:170px;object-fit:contain}.cpm-category-card strong,.cpm-product-card h3,.cpm-service-card h3,.cpm-build-card h3{text-transform:uppercase}.cpm-category-card span,.cpm-product-card p,.cpm-service-card p,.cpm-build-card p,.cpm-review-card p{color:var(--cpm-muted);font-size:13px}.cpm-brand-row{display:flex;gap:14px;overflow-x:auto;padding-bottom:10px}.cpm-brand-card{flex:0 0 150px;min-height:72px;display:grid;place-items:center;font-size:22px;font-weight:1000}.cpm-product-card,.cpm-service-card,.cpm-build-card,.cpm-review-card{position:relative;padding:18px}.cpm-product-card strong{display:block;margin:14px 0;font-size:22px}.cpm-product-card a,.cpm-service-card a,.cpm-build-card a{color:var(--cpm-red-bright);font-weight:900;text-transform:uppercase;font-size:12px}.cpm-product-card__brand{display:inline-flex;margin-bottom:10px;color:#fff;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1);border-radius:999px;padding:5px 9px;font-size:11px;font-weight:900;text-transform:uppercase}.cpm-product-card__sku{color:var(--cpm-muted);font-size:12px;margin-top:8px}.cpm-badge{display:inline-flex;padding:5px 9px;border-radius:999px;background:rgba(215,25,32,.16);color:var(--cpm-red-bright);font-size:11px;font-weight:900;text-transform:uppercase}.cpm-badge--dark{background:rgba(255,255,255,.08);color:#fff}.cpm-service-card{min-height:210px}.cpm-service-card__icon{width:52px;height:52px;display:grid;place-items:center;border-radius:50%;margin-bottom:18px;background:rgba(215,25,32,.14);color:var(--cpm-red-bright);font-weight:1000}.cpm-review-card strong{color:#ffb000;letter-spacing:.1em}.cpm-review-card span{color:#fff;font-weight:900}
