@media(max-width:980px){
  section{padding:36px 24px}
  .topbar,.hero,.app-footer{padding-left:24px;padding-right:24px}
  .io-grid{grid-template-columns:1fr}
  .seg-grid{grid-template-columns:repeat(2,1fr)}
  .proc-card{grid-template-columns:1fr}
  .rd-grid,.mke-list{grid-template-columns:1fr}
  .res-table th:nth-child(n+5),.res-table td:nth-child(n+5){display:none}
  .strip-header,.strip-row{grid-template-columns:160px 1fr}
}

