.capabilities-section {
  background: #F8F8F8 url(/resources/23f99d91/snippet/snippet-604/images/line-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 115px 0;
}

.capabilities-section .hyk-container {
  max-width: 880px;
  margin: 0 auto;
}

/* ── Header ── */
.capabilities-header {
  text-align: center;
  margin-bottom: 48px;
}

.capabilities-label {
      display: block;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 6px;
    line-height: 28px;
}

.capabilities-title {
  font-size: 38px;
    font-weight: 600;
    color: #000000;
    margin: 0 0 6px 0;
    line-height: 54px;
}

.capabilities-subtitle{
  font-size: 16px;
    color: rgba(0, 0, 0, 0.80);
    line-height: 28px;
    max-width: 853px;
    width: 100%;
    margin: 0 auto;
    font-weight: 400;
}

/* ── Table Wrapper ── */
.capabilities-table-wrap {
  background: #ffffff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 1px 1px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-bottom: 1px dashed rgba(0, 0, 0, 0.08);
}
.capabilities-table {
  background: #ffffff;
}

/* ── Table ── */
.capabilities-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  background: #ffffff;
      border: 0;
    border-radius: 12px;
    overflow: hidden;
  margin: 0;
}

/* ── Header Row ── */
.capabilities-thead-row th {
  padding: 14px 24px;
    text-align: left;
    font-size: 15px;
    font-weight: 500;
    color: #374151;
    background-color: #F5F5F5;
    border-bottom: 1px solid #e5e7eb;
    line-height: 21px;
}

.cap-col-name {
  width: 38%;
}

.cap-col-detail {
  width: 62%;
  background: #FBFCFE;
}

/* ── Data Rows ── */
.cap-row td {
  padding: 18px 24px;
    vertical-align: middle;
    background: #ffffff;
    border: 0;
    border-bottom: 1px dashed #e5e7eb;
}

.cap-row:last-child td {
  border-bottom: none;
}

/* ── Name Cell ── */
.cap-name-cell {
  display: flex;
  align-items: center;
      gap: 18px;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    color: rgba(17, 24, 39, 0.80);
}

.cap-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #374151;
}

.cap-name {
  font-size: 0.92rem;
  font-weight: 500;
  color: #111;
}

/* ── Detail Cell ── */
.cap-detail {
  font-size: 14px;
  color: rgba(17, 24, 39, 0.80);
  line-height: 23px;
  font-weight: 500;
}

/* ── Responsive ── */
@media (max-width: 640px) {
  .capabilities-section {
    padding: 56px 20px;
  }

  .cap-col-name {
    width: 50%;
  }

  .cap-col-detail {
    width: 50%;
  }

  .capabilities-table th,
  .cap-row td {
    padding: 14px 16px;
  }
}

@media (max-width: 480px) {
  .capabilities-table {
    table-layout: auto;
  }

  .cap-icon {
    display: none;
  }

  .cap-col-name,
  .cap-col-detail {
    width: auto;
  }
}
