.compare-hero-grid {
  grid-template-columns: minmax(0, 1fr) minmax(600px, 660px);
  gap: 44px;
}

.tier-preview {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tier-preview-card {
  min-height: 342px;
  padding: 23px 20px;
}

.tier-preview-card--premium {
  transform: none;
}

.tier-preview-card--plus {
  transform: translateY(-16px);
  border-color: rgba(167, 139, 250, .42);
  background:
    radial-gradient(circle at 100% 0, rgba(167, 139, 250, .22), transparent 46%),
    radial-gradient(circle at 0 100%, rgba(69, 248, 130, .08), transparent 42%),
    rgba(16, 17, 25, .97);
  box-shadow: 0 28px 80px rgba(78, 53, 145, .18);
}

.tier-preview-card--plus > small,
.tier-preview-card--plus h2 span {
  color: #bba7ff;
}

.tier-preview-card p,
.tier-preview-card li {
  font-size: 10.5px;
}

.tier-preview-card--plus li::before {
  color: #bba7ff;
}

.phasmoplus-note {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 15px;
  margin: 18px 30px 0;
  padding: 16px 18px;
  border: 1px solid rgba(167, 139, 250, .32);
  border-radius: 15px;
  background:
    radial-gradient(circle at 100% 0, rgba(167, 139, 250, .13), transparent 38%),
    rgba(167, 139, 250, .055);
}

.phasmoplus-note__mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(167, 139, 250, .38);
  border-radius: 12px;
  background: rgba(167, 139, 250, .11);
  color: #c8b9ff;
  font-family: "Space Grotesk", sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.phasmoplus-note strong,
.phasmoplus-note p {
  display: block;
  margin: 0;
}

.phasmoplus-note strong {
  color: #ded6ff;
  font-size: 12px;
}

.phasmoplus-note p {
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.phasmoplus-note a {
  padding: 10px 13px;
  border: 1px solid rgba(167, 139, 250, .3);
  border-radius: 10px;
  color: #cbbfff;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.feature-matrix--plus th:not(:first-child),
.feature-matrix--plus td:not(:first-child) {
  width: 15%;
}

.plus-tier-heading {
  background: rgba(167, 139, 250, .09) !important;
  color: #c7b9ff !important;
}

.plus-tier-heading span,
.plus-tier-heading small {
  display: block;
}

.plus-tier-heading small {
  margin-top: 3px;
  color: #8f83bd;
  font-size: 12px;
  letter-spacing: .03em;
  text-transform: none;
}

.plus-tier-cell {
  background: rgba(167, 139, 250, .025);
}

.feature-state.is-plus {
  border: 1px solid rgba(167, 139, 250, .38);
  background: rgba(167, 139, 250, .11);
  color: #c7b8ff;
  box-shadow: 0 0 24px rgba(130, 96, 230, .09);
}

.plus-feature-badge {
  display: inline-flex;
  margin-left: 10px;
  padding: 4px 7px;
  border: 1px solid rgba(167, 139, 250, .27);
  border-radius: 999px;
  background: rgba(167, 139, 250, .08);
  color: #bcaaff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
  vertical-align: middle;
}

@media (max-width: 1180px) {
  .compare-hero-grid {
    grid-template-columns: 1fr;
  }

  .tier-preview {
    max-width: none;
  }
}

@media (max-width: 700px) {
  .tier-preview {
    grid-template-columns: 1fr;
  }

  .tier-preview-card--plus {
    transform: none;
  }

  .phasmoplus-note {
    grid-template-columns: auto minmax(0, 1fr);
    margin-inline: 18px;
  }

  .phasmoplus-note a {
    grid-column: 1 / -1;
    text-align: center;
  }

  .feature-matrix--plus .feature-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .plus-feature-badge {
    display: table;
    margin: 7px 0 0;
  }
}
