/* =========================================================
   09. Comparison
   ========================================================= */

.compare-section {
  background:
    radial-gradient(
      circle at top left,
      rgba(0, 97, 255, 0.07),
      transparent 24%
    ),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.compare-head {
  max-width: 1200px;
}

.compare-kicker {
  color: #0056d6;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.compare-kicker span {
  width: 54px;
  height: 2px;
  background: currentColor;
  display: block;
}

.text-dark-blue {
  color: #071333;
}

.compare-head h2 {
  font-size: 44px;
  line-height: 1.12;
}
.compare-cta-left h3 {
  font-size: 26px;
}
.compare-cta-left p {
  font-size: 18px;
}

.compare-head p {
  max-width: 1050px;
  line-height: 1.55;
  font-size: 18px;
}

.compare-table {
  box-shadow: 0 18px 40px rgba(17, 40, 80, 0.08);
  border-color: #d7e4f5 !important;
}

.compare-th {
  min-height: 92px;
  padding: 22px 48px;
  font-size: 22px;
}

.compare-th-dark {
  background: #05143a;
}

.compare-th-light {
  background: #eef3fb;
  color: #071333;
}

.compare-th-blue {
  background: linear-gradient(135deg, #0878ff, #0057e8);
}

.compare-head-icon,
.compare-user-icon,
.compare-logo-icon {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.compare-head-icon {
  font-size: 34px;
}

.compare-user-icon {
  border: 1px solid #0056d6;
  color: #071333;
  background: #ffffff;
  font-size: 28px;
}

.compare-logo-icon {
  color: #0056d6;
  background: #ffffff;
  font-size: 26px;
}

.compare-row {
  border-top: 1px solid #d7e4f5;
}

.compare-td {
  min-height: 82px;
  padding: 18px 48px;
  font-size: 18px;
  color: #17213b;
}

.compare-td:not(:last-child) {
  border-right: 1px solid #d7e4f5;
}

.criteria-cell i {
  width: 28px;
  color: #0066ff;
  font-size: 28px;
  text-align: center;
}

.minus-icon,
.check-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #ffffff;
  font-size: 15px;
}

.minus-icon {
  background: #a8b2c4;
}

.check-icon {
  background: #0aa362;
}

.hapus-cell {
  background: #edf5ff;
  color: #071333;
}

.hapus-cell strong {
  font-weight: 800;
}

.compare-cta {
  background: linear-gradient(90deg, #eef6ff 0%, #ffffff 100%);
  border-color: #bfd8ff !important;
}

.compare-cta-icon {
  width: 118px;
  height: 118px;
  color: #0056d6;
  background: #ffffff;
  border: 1px solid #bfd8ff;
  box-shadow: 0 15px 35px rgba(0, 86, 214, 0.12);
  font-size: 52px;
}

.compare-btn {
  background: linear-gradient(135deg, #ff7a00, #ff4d00);
  border: 0;
  min-width: 230px;
}

.compare-outline-btn {
  color: #0056d6;
  border: 2px solid #0056d6;
  background: #ffffff;
  min-width: 250px;
}

.compare-btn:hover {
  color: #ffffff;
}

.compare-outline-btn:hover {
  color: #0056d6;
  background: #ffffff;
}
/* Compare mobile cards */
.bg-dark-blue {
  background: #061a45;
}

.compare-mobile-icon {
  width: 42px;
  height: 42px;
  background: rgba(255, 255, 255, 0.12);
}

.compare-minus,
.compare-check {
  width: 34px;
  height: 34px;
  color: #ffffff;
  font-size: 14px;
}

.compare-minus {
  background: #9aa8bd;
}

.compare-check {
  background: #0877ff;
}

.compare-hapus-bg {
  background: #eef6ff;
}

@media (max-width: 991.98px) {
  .compare-table {
    display: none;
  }
}

@media (max-width: 1199px) {
  .compare-head h2 {
    font-size: 38px;
  }

  .compare-th,
  .compare-td {
    padding-left: 26px;
    padding-right: 26px;
  }

  .compare-th {
    font-size: 22px;
  }

  .compare-td {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .compare-table {
    overflow-x: auto !important;
  }

  .compare-table > .row {
    min-width: 900px;
  }

  .compare-cta-left {
    flex-direction: column;
    text-align: center;
  }

  .compare-btn,
  .compare-outline-btn {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 12px;
  }
}

@media (max-width: 575px) {
  .compare-head h2 {
    font-size: 32px;
  }

  .compare-kicker span {
    width: 34px;
  }

  .compare-cta-icon {
    width: 82px;
    height: 82px;
    font-size: 36px;
  }
}
@media (max-width: 1399px) {
  .compare-head h2 {
    font-size: 32px;
  }
  .compare-head p {
    font-size: 16px;
  }
  .compare-head {
    max-width: 960px;
  }
  .compare-th {
    font-size: 18px;
  }
  .compare-td {
    font-size: 16px;
  }
  .compare-cta-left h3 {
    font-size: 22px;
  }
  .compare-cta-left p {
    font-size: 16px;
  }
  .compare-btn,
  .compare-outline-btn {
    font-size: 14px;
    min-width: auto;
  }
}
