.hardware-matrix-section{background:rgba(248,250,252,.5);padding:8rem 0}.hardware-matrix-section .container{margin:0 auto;max-width:1200px;padding:0 1.5rem}.hardware-matrix-section .matrix-header{margin:0 auto 5rem;max-width:800px;text-align:center}.hardware-matrix-section .matrix-title{color:var(--foreground);font-size:clamp(2rem,4vw,2.75rem);font-weight:800;margin-bottom:1.5rem}.hardware-matrix-section .matrix-description{color:var(--muted-foreground);font-size:1.125rem;line-height:1.7}.hardware-matrix-section .matrix-table-card{background:#fff;border:1px solid rgba(var(--border),.3);border-radius:32px;box-shadow:0 25px 50px -12px rgba(0,0,0,.05);overflow:hidden}.hardware-matrix-section .matrix-scroll-wrapper{overflow-x:auto}.hardware-matrix-section .hardware-matrix-table{border-collapse:collapse;min-width:1000px;width:100%}.hardware-matrix-section .hardware-matrix-table th{background:#f8fafc;border-bottom:1px solid rgba(var(--border),.1);color:var(--foreground);font-size:.875rem;font-weight:700;letter-spacing:.05em;padding:1.5rem 1rem;text-transform:uppercase}.hardware-matrix-section .hardware-matrix-table td{border-bottom:1px solid #f1f5f9;padding:1.5rem 1rem;text-align:center}.hardware-matrix-section .hardware-matrix-table td:first-child,.hardware-matrix-section .hardware-matrix-table th:first-child{padding-left:2.5rem;text-align:left}.hardware-matrix-section .feature-name-cell{background:#fbfcfd;color:var(--foreground);font-weight:600}.hardware-matrix-section .matrix-icon{align-items:center;border-radius:50%;display:inline-flex;height:2.5rem;justify-content:center;width:2.5rem}.hardware-matrix-section .matrix-icon.check{background:rgba(34,197,94,.1);color:#22c55e}.hardware-matrix-section .matrix-icon.xmark{background:rgba(0,0,0,.05);color:var(--muted-foreground);opacity:.5}.hardware-matrix-section .matrix-text-val{color:var(--primary);font-weight:700}.hardware-matrix-section tbody tr:last-child td{border-bottom:none}.hardware-matrix-section tbody tr:hover td{background:#fbfcfd}@media (max-width:768px){.hardware-matrix-section{padding:5rem 0}}