.tfc-compare-section,
.tfc-compare-section * {
  box-sizing: border-box;
}

.tfc-compare-section {
  padding: 42px 18px 50px;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 20% 6%, rgba(18, 101, 255, .055), transparent 27%),
    radial-gradient(circle at 82% 10%, rgba(107, 25, 255, .06), transparent 31%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 58%, #eef5ff 100%);
  color: #071126;
  overflow: hidden;
}

.tfc-compare-section svg,
.tfc-compare-section svg * {
  box-sizing: border-box;
}

.tfc-compare-section svg {
  display: block !important;
  width: 18px !important;
  height: 18px !important;
  max-width: 18px !important;
  max-height: 18px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2.15 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
  overflow: visible !important;
}

.tfc-compare-section svg path,
.tfc-compare-section svg rect,
.tfc-compare-section svg circle,
.tfc-compare-section svg line,
.tfc-compare-section svg polyline,
.tfc-compare-section svg polygon {
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2.15 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

.tfc-compare-inner {
  width: min(1040px, 100%);
  margin: 0 auto;
}

.tfc-compare-header {
  max-width: 900px;
  margin: 0 auto 22px;
  text-align: center;
}

.tfc-compare-pill {
  width: fit-content;
  margin: 0 auto 14px;
  padding: 8px 15px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  background: rgba(255,255,255,.88);
  border: 1px solid #dfe8f5;
  color: #1265ff;
  font-size: 11px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: .11em;
  text-transform: uppercase;
  box-shadow: 0 10px 26px rgba(31,70,120,.06);
}

.tfc-compare-pill svg {
  width: 14px !important;
  height: 14px !important;
  max-width: 14px !important;
  max-height: 14px !important;
}

.tfc-compare-header h2 {
  max-width: 930px;
  margin: 0 auto;
  color: #071126;
  font-size: clamp(34px, 4.4vw, 58px);
  line-height: .98;
  letter-spacing: -.075em;
  font-weight: 950;
}

.tfc-compare-header h2 span {
  color: transparent;
  background: linear-gradient(90deg, #1265ff 0%, #4938ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.tfc-compare-header p {
  max-width: 680px;
  margin: 16px auto 0;
  color: #5e6b80;
  font-size: clamp(15px, 1.35vw, 18px);
  line-height: 1.34;
  font-weight: 760;
}

.tfc-compare-table {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  border-radius: 24px;
  background: rgba(255,255,255,.9);
  border: 1px solid #dfe8f5;
  box-shadow: 0 20px 56px rgba(31,70,120,.095);
}

.tfc-compare-side {
  min-width: 0;
}

.tfc-compare-side--bad {
  border-right: 1px solid #dfe8f5;
}

.tfc-compare-side-head {
  min-height: 78px;
  padding: 18px 28px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.tfc-compare-side--bad .tfc-compare-side-head {
  background:
    radial-gradient(circle at 14% 28%, rgba(255,74,87,.11), transparent 34%),
    linear-gradient(90deg, rgba(255,74,87,.065), rgba(255,255,255,.2));
}

.tfc-compare-side--good .tfc-compare-side-head {
  background:
    radial-gradient(circle at 14% 28%, rgba(21,184,106,.14), transparent 34%),
    linear-gradient(90deg, rgba(21,184,106,.08), rgba(255,255,255,.2));
}

.tfc-compare-head-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  flex: 0 0 auto;
}

.tfc-compare-side--bad .tfc-compare-head-icon {
  background: linear-gradient(135deg, #ff4d5e, #ff6a4d);
  color: #fff;
}

.tfc-compare-side--good .tfc-compare-head-icon {
  background: linear-gradient(135deg, #16b86a, #12a75e);
  color: #fff;
}

.tfc-compare-head-icon svg {
  width: 21px !important;
  height: 21px !important;
  max-width: 21px !important;
  max-height: 21px !important;
}

.tfc-compare-side-head h3 {
  margin: 0;
  color: #071126;
  font-size: clamp(22px, 2vw, 29px);
  line-height: 1;
  letter-spacing: -.06em;
  font-weight: 950;
}

.tfc-compare-side ul {
  margin: 0;
  padding: 0 28px 20px;
  list-style: none;
}

.tfc-compare-side li {
  min-height: 54px;
  display: grid;
  align-items: center;
  border-bottom: 1px solid rgba(18, 101, 255, .095);
}

.tfc-compare-side li:last-child {
  border-bottom: 0;
}

.tfc-compare-side--bad li {
  grid-template-columns: 39px 1fr;
}

.tfc-compare-side--good li {
  grid-template-columns: 39px 1fr 34px;
  gap: 0;
}

.tfc-compare-row-icon {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
}

.tfc-compare-side--bad .tfc-compare-row-icon {
  background: #fff0ef;
  color: #ff4d5e;
}

.tfc-compare-side--good .tfc-compare-row-icon {
  background: linear-gradient(135deg, #19bf73, #10a961);
  color: #fff;
  font-size: 16px;
  font-weight: 950;
}

.tfc-compare-side li strong {
  display: block;
  color: #071126;
  font-size: 14.5px;
  line-height: 1.1;
  letter-spacing: -.03em;
  font-weight: 950;
}

.tfc-compare-side--bad li strong {
  color: #536176;
}

.tfc-compare-side li small {
  display: block;
  margin-top: 3px;
  color: #5e6b80;
  font-size: 11.7px;
  line-height: 1.17;
  font-weight: 710;
}

.tfc-compare-feature-icon {
  width: 28px;
  height: 28px;
  margin-left: auto;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #eaf9f2;
  color: #16a861;
}

.tfc-compare-feature-icon svg {
  width: 16px !important;
  height: 16px !important;
  max-width: 16px !important;
  max-height: 16px !important;
}

.tfc-compare-vs {
  position: absolute;
  left: 50%;
  top: 53%;
  z-index: 5;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #fff;
  border: 1px solid #dfe8f5;
  color: #071126;
  font-size: 18px;
  font-weight: 950;
  box-shadow: 0 14px 34px rgba(31,70,120,.095);
}

@media (max-width: 820px) {
  .tfc-compare-section {
    padding: 38px 10px 44px;
  }

  .tfc-compare-inner {
    width: min(720px, 100%);
  }

  .tfc-compare-pill {
    padding: 7px 10px;
    font-size: 8.5px;
    letter-spacing: .065em;
    white-space: nowrap;
  }

  .tfc-compare-header {
    margin-bottom: 16px;
  }

  .tfc-compare-header h2 {
    font-size: clamp(28px, 8.2vw, 39px);
    letter-spacing: -.071em;
  }

  .tfc-compare-header p {
    margin-top: 12px;
    font-size: 12.8px;
    line-height: 1.3;
  }

  .tfc-compare-table {
    grid-template-columns: 1fr 1fr;
    border-radius: 18px;
  }

  .tfc-compare-side--bad {
    border-right: 1px solid #dfe8f5;
    border-bottom: 0;
  }

  .tfc-compare-side-head {
    min-height: 58px;
    padding: 12px 8px;
    gap: 7px;
  }

  .tfc-compare-head-icon {
    width: 28px;
    height: 28px;
  }

  .tfc-compare-head-icon svg {
    width: 14px !important;
    height: 14px !important;
    max-width: 14px !important;
    max-height: 14px !important;
  }

  .tfc-compare-side-head h3 {
    font-size: 16px;
    letter-spacing: -.045em;
  }

  .tfc-compare-side ul {
    padding: 0 8px 10px;
  }

  .tfc-compare-side li {
    min-height: 46px;
  }

  .tfc-compare-side--bad li {
    grid-template-columns: 24px 1fr;
  }

  .tfc-compare-side--good li {
    grid-template-columns: 24px 1fr;
  }

  .tfc-compare-row-icon {
    width: 18px;
    height: 18px;
    font-size: 15px;
  }

  .tfc-compare-side--good .tfc-compare-row-icon {
    font-size: 11px;
  }

  .tfc-compare-side li strong {
    font-size: 11.2px;
    line-height: 1.08;
  }

  .tfc-compare-side li small {
    display: none;
  }

  .tfc-compare-feature-icon {
    display: none;
  }

  .tfc-compare-vs {
    top: 52%;
    width: 38px;
    height: 38px;
    font-size: 12px;
  }
}

@media (max-width: 390px) {
  .tfc-compare-side-head h3 {
    font-size: 14.5px;
  }

  .tfc-compare-side li strong {
    font-size: 10.4px;
  }

  .tfc-compare-side-head {
    padding-left: 7px;
    padding-right: 7px;
  }

  .tfc-compare-side ul {
    padding-left: 7px;
    padding-right: 7px;
  }
}