.lp-compare {
  padding: 70px 40px;
  background: #fff;
}

.lp-compare-inner {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.lp-compare h2 {
  font-size: 2.3em;
  color: #10195c;
  margin-bottom: 10px;
}

.lp-compare .lp-comp-sub {
  color: #555;
  font-size: 1.1em;
  margin-bottom: 40px;
}

.lp-table-wrap {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
}

.lp-comp-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 1em;
}

.lp-comp-table thead th {
  padding: 22px 25px;
  color: #fff;
  font-weight: 700;
  font-size: 1.1em;
}

.lp-comp-table thead th:first-child {
  background: #334;
  width: 40%;
}

.lp-comp-table thead th:nth-child(2) {
  background: linear-gradient(135deg, #3c5fd7, #10195c);
  text-align: center;
}

.lp-comp-table thead th:nth-child(3) {
  background: linear-gradient(135deg, #ffd700, #f0c000);
  color: #10195c;
  text-align: center;
}

.lp-comp-table tbody td {
  padding: 16px 25px;
  border-bottom: 1px solid #f0f0f0;
  color: #444;
}

.lp-comp-table tbody tr:last-child td {
  border-bottom: none;
}

.lp-comp-table tbody td:nth-child(2),
.lp-comp-table tbody td:nth-child(3) {
  text-align: center;
  font-weight: 600;
}

.lp-comp-table tbody tr:hover {
  background: #f8f9fc;
}

.lp-check-g {
  color: #22c55e;
  font-size: 1.3em;
}

.lp-check-b {
  color: #3c5fd7;
  font-size: 1.3em;
}

.lp-cross {
  color: #ccc;
  font-size: 1.2em;
}

.lp-comp-table tfoot td {
  padding: 25px;
  text-align: center;
  background: #f8f9fc;
}

.lp-comp-table tfoot a {
  display: inline-block;
  padding: 14px 35px;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s;
}

.lp-comp-cta-free {
  background: #3c5fd7;
  color: #fff;
}

.lp-comp-cta-free:hover {
  background: #2a4bc0;
  transform: translateY(-2px);
}

.lp-comp-cta-full {
  background: #ffd700;
  color: #10195c;
}

.lp-comp-cta-full:hover {
  background: #ffed4a;
  transform: translateY(-2px);
}

.lp-comp-note {
  margin-top: 25px;
  color: #888;
  font-size: 0.9em;
}

@media (max-width: 768px) {
  .lp-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .lp-comp-table {
    min-width: 580px;
    font-size: 0.85em;
  }

  .lp-comp-table thead th,
  .lp-comp-table tbody td {
    padding: 12px 10px;
  }
}
