.hardware-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:28px 0 30px}.hardware-gallery article{background:linear-gradient(145deg,#112b49,#0b2340);border:1px solid var(--line);border-radius:16px;padding:14px}.hardware-gallery img{display:block;width:100%;height:210px;object-fit:contain;background:#071a32;border-radius:11px}.hardware-gallery h3{margin:16px 4px 4px}.hardware-gallery p{margin:0 4px;font-size:14px}@media(max-width:760px){.hardware-gallery{grid-template-columns:1fr}.hardware-gallery img{height:180px}}
