.spec-hero{background:linear-gradient(90deg,var(--brand-primary-dark),var(--brand-primary));color:var(--brand-text-inverse);padding:86px 0}.spec-hero p{color:rgba(255,255,255,.82);max-width:780px}.spec-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:20px;gap:20px}.spec-card-grid article{border:1px solid var(--brand-border);background:var(--brand-bg);padding:26px}.spec-download img{width:100%;min-height:420px;-o-object-fit:cover;object-fit:cover;border:1px solid var(--brand-border);background:#f8fafc}@media (max-width:991px){.spec-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.spec-card-grid{grid-template-columns:1fr}}