.specs-bar {
  display: grid !important;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  padding: 24px 20px;
  background: #fff;
  border-bottom: 1px solid #e2e8f0;
}
.specs-bar > div {
  min-width: 0;
}
.specs-bar > div > div:last-child {
  word-break: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  line-height: 1.3;
}

@media (max-width: 768px) {
  .resp-table,
  .resp-table tbody,
  .resp-table tr,
  .resp-table td {
    display: block;
    width: 100% !important;
    box-sizing: border-box;
  }
  .resp-table,
  .resp-table tbody,
  .resp-table tr,
  .resp-table td,
  .resp-table th {
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
  }
  .resp-table {
    min-width: 0 !important;
    box-shadow: none !important;
    border: none !important;
  }
  .resp-table thead { display: none; }
  .resp-table tbody { border: none !important; }
  .resp-table tr {
    margin-bottom: 16px;
    border: 1px solid #e2e8f0 !important;
    border-radius: 8px;
    padding: 0;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,.04);
  }
  .resp-table td {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 10px 12px !important;
    text-align: right !important;
    border-bottom: 1px solid #f1f5f9 !important;
    font-size: 13px;
    word-break: break-word;
    overflow-wrap: break-word;
    gap: 8px;
    min-width: 0;
  }
  .resp-table td:last-child { border-bottom: none !important; }
  .resp-table td::before {
    content: attr(data-label);
    font-weight: 600;
    color: #1e293b;
    font-size: 12px;
    text-align: left;
    flex-shrink: 0;
    white-space: nowrap;
  }
  
  .specs-bar {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 12px !important;
    padding: 16px 12px !important;
  }
  
  .intro-grid { grid-template-columns: 1fr !important; gap: 32px !important; }
  .intro-grid > div:last-child { order: -1; }
  .apps-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 12px !important; }
  .hero { padding: 48px 20px !important; }
  .hero h1 { font-size: 28px !important; }
  .hero p { font-size: 14px !important; }
}

@media (max-width: 480px) {
  .specs-bar {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px !important;
    padding: 12px 8px !important;
  }
  .apps-grid { grid-template-columns: 1fr 1fr !important; }
  
  .resp-table td {
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    text-align: left !important;
  }
  .resp-table td::before { margin-bottom: 2px; }
}

/* Uniform icon sizing */
.specs-bar > div > div:first-child {
  width: 28px !important;
  height: 28px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.apps-grid [style*="display:inline-block"][style*="width:32px"] {
  width: 36px !important;
  height: 36px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}
.icon-bullet {
  display: inline-flex; align-items: center; justify-content: center;
  width: 20px; height: 20px; min-width: 20px; min-height: 20px;
  border-radius: 50%; flex-shrink: 0;
  font-size: 11px; font-weight: 700; color: #fff; line-height: 1;
}
