.landing-pricing-desktop-legacy {
  display: block;
}

.st-pricing-section {
  --st-sage: #a9c4a0;
  --st-ink: #080a09;
  width: 100%;
  display: none;
  padding: 76px 0 88px;
  overflow: hidden;
  color: var(--st-ink);
  background: #fff;
  font-family: inherit;
}

.st-pricing-section,
.st-pricing-section * {
  box-sizing: border-box;
}

.st-pricing-section a {
  text-decoration: none;
}

.st-pricing-overline {
  margin: 0 21px 26px;
  color: #70806d;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: 0.13em;
}

.st-pricing-track {
  display: flex;
  gap: 12px;
  padding: 0 17px 16px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 17px;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x pan-y;
}

.st-pricing-track::-webkit-scrollbar {
  display: none;
}

.st-price-card {
  position: relative;
  flex: 0 0 calc(100% - 44px);
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 24px 18px 20px;
  color: #f7f8f7;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 28px;
  background: radial-gradient(
    circle at 85% 7%,
    #1a261d 0,
    #0b0e0c 34%,
    #050605 72%
  );
  box-shadow: 0 18px 45px rgba(8, 10, 9, 0.18);
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.st-launch-badge {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 7px;
  color: #a7b1a8;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.st-launch-badge > span[aria-hidden] {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--st-sage);
  box-shadow: 0 0 0 4px rgba(169, 196, 160, 0.2);
}

.st-launch-badge {
  max-width: calc(100% - 78px);
  color: #ff8a34;
  text-transform: uppercase;
}

.st-launch-badge > span[aria-hidden] {
  background: #ff7a1a;
  box-shadow: 0 0 0 4px rgba(255, 122, 26, 0.18);
}

.st-launch-badge .pricing-launch-copy small {
  text-transform: none;
}

.st-price-card .pricing-discount-badge {
  top: 21px;
  right: 24px;
  width: 64px;
  height: 40px;
  padding: 0 5px;
  overflow: hidden;
  border-color: #ffb15f;
  background: linear-gradient(145deg, #ffad3d, #ff7417 58%, #ee4f00);
  color: #fff8ee;
  box-shadow: 0 3px 0 #a93800, 0 6px 16px rgba(255, 106, 0, 0.26);
  transform: rotate(4deg);
  font-size: 16px;
}

.st-price-card h2 {
  margin: 15px 0 4px;
  font-size: 43px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.055em;
}

.st-plan-description {
  min-height: 38px;
  margin: 0;
  color: #929a94;
  font-size: 12px;
  line-height: 1.45;
}

.st-price-line {
  display: flex;
  align-items: baseline;
  gap: 7px;
  margin-top: 25px;
}

.st-price-line strong {
  font-size: 43px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.06em;
}

.st-price-line span {
  color: #919993;
  font-size: 12px;
}

.st-previous-price {
  margin: 4px 0 23px;
  color: #858d87;
  font-size: 10px;
}

.st-previous-price del {
  margin-left: 3px;
  color: #c0c7c1;
  font-size: 11px;
  font-weight: 650;
  text-decoration-color: #e1827c;
  text-decoration-thickness: 1.5px;
}

.st-feature-list {
  padding: 18px 0 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.st-feature-list p {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 12px;
  color: #d4d9d5;
  font-size: 11px;
  line-height: 1.35;
}

.st-feature-list p span {
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
  display: grid;
  place-items: center;
  color: var(--st-sage);
  border: 1px solid rgba(169, 196, 160, 0.4);
  border-radius: 50%;
  font-size: 9px;
}

.st-feature-check {
  width: 11px;
  height: 11px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.st-pricing-section .st-price-cta {
  min-height: 52px;
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0b0d0b;
  background: #fff;
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
  font-size: 12px;
  font-weight: 800;
}

.st-price-reassurance {
  margin: 12px 0 0;
  color: #8f9791;
  font-size: 8px;
  line-height: 1.4;
  text-align: center;
}

@media (max-width: 767px) {
  .landing-pricing-desktop-legacy {
    display: none;
  }

  .st-pricing-section {
    display: block;
  }
}
