.tsp-plan-compare {
  --tsp-green: #00c441;
  --tsp-green-dark: #087a30;
  --tsp-green-soft: #eafaf0;
  --tsp-ink: #101c16;
  --tsp-muted: #5f6f65;
  --tsp-line: #dce7df;
  --tsp-surface: #ffffff;
  background: #f6faf7;
  color: var(--tsp-ink);
  font-family: "Montserrat", Arial, sans-serif;
  padding: clamp(64px, 8vw, 112px) 20px;
}

.tsp-plan-compare * {
  box-sizing: border-box;
}

.tsp-plan-compare__inner {
  margin: 0 auto;
  max-width: 1180px;
}

.tsp-plan-compare__intro {
  margin: 0 auto 30px;
  max-width: 760px;
  text-align: center;
}

.tsp-plan-compare__eyebrow {
  color: var(--tsp-green-dark);
  display: block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.tsp-plan-compare__intro h2 {
  color: var(--tsp-ink);
  font-family: "Poppins", "Montserrat", Arial, sans-serif;
  font-size: clamp(34px, 5vw, 56px);
  font-weight: 800;
  letter-spacing: -.035em;
  line-height: 1.02;
  margin: 0 0 18px;
}

.tsp-plan-compare__intro p {
  color: var(--tsp-muted);
  font-size: 17px;
  line-height: 1.7;
  margin: 0;
}

.tsp-plan-compare__legend {
  align-items: center;
  color: var(--tsp-muted);
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  font-weight: 700;
  gap: 12px 24px;
  justify-content: center;
  margin: 0 0 22px;
}

.tsp-plan-compare__legend span {
  align-items: center;
  display: inline-flex;
  gap: 7px;
}

.tsp-plan-compare__check {
  align-items: center;
  background: var(--tsp-green);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  flex: 0 0 22px;
  font-size: 13px;
  height: 22px;
  justify-content: center;
  line-height: 1;
  width: 22px;
}

.tsp-plan-compare__detail-dot {
  background: #e9b949;
  border-radius: 50%;
  display: inline-block;
  height: 9px;
  width: 9px;
}

.tsp-plan-compare__dash {
  color: #98a49c;
  font-size: 18px;
}

.tsp-plan-compare__scroll {
  background: var(--tsp-surface);
  border: 1px solid var(--tsp-line);
  border-radius: 20px;
  box-shadow: 0 22px 60px rgba(20, 50, 31, .08);
  overflow: auto;
  scroll-behavior: smooth;
}

.tsp-plan-compare__scroll:focus-visible {
  outline: 3px solid rgba(0, 196, 65, .38);
  outline-offset: 4px;
}

.tsp-plan-compare table {
  border: 0;
  border-collapse: separate;
  border-spacing: 0;
  margin: 0;
  min-width: 900px;
  table-layout: fixed;
  width: 100%;
}

.tsp-plan-compare th,
.tsp-plan-compare td {
  border: 0;
}

.tsp-plan-compare thead th {
  background: #fff;
  border-bottom: 1px solid var(--tsp-line);
  color: var(--tsp-ink);
  padding: 24px 18px 22px;
  position: sticky;
  text-align: center;
  top: 0;
  vertical-align: bottom;
  z-index: 3;
}

.tsp-plan-compare thead th:first-child {
  font-size: 13px;
  letter-spacing: .08em;
  padding-left: 28px;
  text-align: left;
  text-transform: uppercase;
  width: 36%;
}

.tsp-plan-compare thead th.is-featured {
  background: var(--tsp-green-soft);
}

.tsp-plan-compare thead span {
  display: block;
  font-family: "Poppins", "Montserrat", Arial, sans-serif;
  font-size: 18px;
  font-weight: 800;
}

.tsp-plan-compare thead strong {
  display: block;
  font-size: 26px;
  line-height: 1.2;
  margin: 4px 0 12px;
}

.tsp-plan-compare thead strong small {
  color: var(--tsp-muted);
  font-size: 12px;
  font-weight: 700;
}

.tsp-plan-compare thead em {
  background: var(--tsp-green);
  border-radius: 999px;
  color: #fff;
  display: inline-block;
  font-size: 9px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: .08em;
  margin: 0 0 8px;
  padding: 5px 9px;
  text-transform: uppercase;
}

.tsp-plan-compare thead a {
  background: var(--tsp-ink);
  border-radius: 999px;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  padding: 10px 13px;
  text-decoration: none;
  transition: background-color .2s ease, transform .2s ease;
}

.tsp-plan-compare thead a:hover,
.tsp-plan-compare thead a:focus-visible {
  background: var(--tsp-green-dark);
  color: #fff;
  transform: translateY(-1px);
}

.tsp-plan-compare tbody th,
.tsp-plan-compare tbody td {
  border-bottom: 1px solid #edf2ee;
  padding: 15px 18px;
}

.tsp-plan-compare tbody th {
  color: var(--tsp-ink);
  font-size: 13px;
  font-weight: 700;
  padding-left: 28px;
  text-align: left;
}

.tsp-plan-compare tbody td {
  color: var(--tsp-muted);
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
}

.tsp-plan-compare tbody td.is-featured {
  background: rgba(234, 250, 240, .48);
}

.tsp-plan-compare__feature-name {
  display: block;
}

.tsp-plan-compare tbody th small {
  color: #7a8980;
  display: block;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.45;
  margin-top: 3px;
}

.tsp-plan-compare__status {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  min-height: 22px;
}

.tsp-plan-compare__status.is-detail {
  background: #fff7db;
  border: 1px solid #f3df97;
  border-radius: 999px;
  color: #725600;
  font-size: 10px;
  line-height: 1.2;
  max-width: 132px;
  padding: 6px 9px;
}

.tsp-plan-compare__status.is-unavailable {
  color: #a1aaa4;
  font-size: 18px;
}

.tsp-plan-compare__group th {
  background: #eef5f0;
  border-bottom: 1px solid var(--tsp-line);
  color: var(--tsp-green-dark);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .1em;
  padding: 12px 28px;
  text-align: left;
  text-transform: uppercase;
}

.tsp-plan-compare__fine-print {
  color: var(--tsp-muted);
  font-size: 11px;
  line-height: 1.65;
  margin: 18px auto 0;
  max-width: 980px;
  text-align: center;
}

.tsp-plan-compare__fine-print strong {
  color: var(--tsp-ink);
}

.tsp-plan-compare__cta {
  align-items: center;
  background: var(--tsp-ink);
  border-radius: 18px;
  color: #fff;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-top: 32px;
  padding: 25px 28px;
}

.tsp-plan-compare__cta span,
.tsp-plan-compare__cta strong {
  display: block;
}

.tsp-plan-compare__cta span {
  color: #a9c7b4;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.tsp-plan-compare__cta strong {
  font-family: "Poppins", "Montserrat", Arial, sans-serif;
  font-size: clamp(18px, 2vw, 24px);
}

.tsp-plan-compare__cta a {
  background: var(--tsp-green);
  border-radius: 999px;
  color: #fff;
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 800;
  padding: 14px 20px;
  text-decoration: none;
  transition: background-color .2s ease, transform .2s ease;
}

.tsp-plan-compare__cta a:hover,
.tsp-plan-compare__cta a:focus-visible {
  background: #0bd84f;
  color: #fff;
  transform: translateY(-1px);
}

@media (max-width: 767px) {
  .tsp-plan-compare {
    padding-left: 14px;
    padding-right: 14px;
  }

  .tsp-plan-compare__intro p {
    font-size: 15px;
  }

  .tsp-plan-compare__legend {
    align-items: flex-start;
    flex-direction: column;
    margin-left: 4px;
  }

  .tsp-plan-compare__scroll {
    border-radius: 14px;
  }

  .tsp-plan-compare__cta {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tsp-plan-compare__scroll {
    scroll-behavior: auto;
  }

  .tsp-plan-compare a {
    transition: none;
  }
}

