.compare-section .section-desc {
  max-width: 560px;
  margin-bottom: 0;
  color: var(--text-color);
  opacity: 0.85;
  font-size: 0.95rem;
}

.compare-wrap {
  margin-top: 3rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid var(--surface-border);
  border-radius: 8px;
  background: var(--surface-bg);
}

.compare-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  table-layout: fixed;
}

.compare-table th,
.compare-table td {
  padding: 0.9rem 1rem;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid var(--surface-border);
  font-size: 0.75rem;
}

.compare-table thead th {
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 700;
  color: var(--heading-color);
  padding: 1.1rem 1rem;
  background: rgba(255, 255, 255, 0.02);
}

.compare-table thead th:first-child {
  font-weight: 400;
}

.compare-table tbody tr:last-child th,
.compare-table tbody tr:last-child td {
  border-bottom: none;
}

.compare-table tbody th {
  text-align: left;
  font-weight: 400;
  color: var(--text-color);
  font-size: 0.78rem;
  line-height: 1.45;
  padding-left: 1.25rem;
  padding-right: 1rem;
}

.compare-table .compare-col-ct {
  background: rgba(90, 193, 142, 0.06);
}

.compare-table thead .compare-col-ct {
  color: var(--heading-color);
  box-shadow: inset 0 -2px 0 var(--tick-color);
}

.compare-yes,
.compare-no {
  font-size: 1.05rem;
  line-height: 1;
}

.compare-yes {
  color: var(--tick-color);
}

.compare-no {
  color: #e07070;
}

@media (max-width: 900px) {
  .compare-table th,
  .compare-table td {
    padding: 0.75rem 0.65rem;
  }

  .compare-table tbody th {
    padding-left: 0.85rem;
    font-size: 0.72rem;
  }
}
