.price-plan .price-promo-view,
.price-plan .price-promo-caption {
  display: none;
}

.price-plan .price-with-promo .price-normal-view {
  display: inline-flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 0;
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-transform: none;
}

.price-plan .price-with-promo .price-normal-view small {
  display: inline-block;
  margin-left: 6px;
  color: rgba(208, 225, 231, 0.6);
  font-size: 15px;
  font-weight: 760;
  line-height: inherit;
  white-space: nowrap;
}

.promo-mode .price-plan.featured {
  border-color: rgba(111, 227, 189, 0.5);
}

.promo-mode .price-plan.featured .price-normal-view {
  display: none;
}

.promo-mode .price-promo-view {
  display: grid;
  gap: 12px;
  margin-bottom: 16px;
}

.promo-mode .price-promo-old {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  width: fit-content;
  color: rgba(232, 243, 247, 0.58);
  font-size: 31px;
  font-weight: 920;
  line-height: 1;
  text-decoration: line-through;
  text-decoration-color: rgba(255, 96, 96, 0.85);
  text-decoration-thickness: 3px;
}

.promo-mode .price-promo-old small {
  color: rgba(208, 225, 231, 0.55);
  font-size: 13px;
  font-weight: 760;
}

.promo-mode .price-promo-new-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  width: fit-content;
  margin: 0;
  padding: 10px 12px;
  border: 1px solid rgba(111, 227, 189, 0.32);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(111, 240, 199, 0.14), rgba(74, 168, 255, 0.08)),
    rgba(7, 18, 26, 0.34);
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.16),
    0 0 28px rgba(111, 240, 199, 0.08),
    0 1px 0 rgba(255, 255, 255, 0.08) inset;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: 1;
  text-transform: none;
}

.promo-mode .price-promo-new {
  display: flex;
  align-items: baseline;
  gap: 7px;
  width: fit-content;
  margin: 0;
  color: #6ff0c7;
  font-size: 40px;
  font-weight: 960;
  line-height: 1;
  text-transform: none;
  text-shadow: 0 0 22px rgba(111, 227, 189, 0.16);
}

.promo-mode .price-promo-new small {
  color: rgba(208, 225, 231, 0.68);
  font-size: 14px;
  font-weight: 820;
  text-transform: none;
}

.promo-mode .price-promo-discount {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  margin: 0;
  padding: 0 9px;
  border: 1px solid rgba(255, 213, 77, 0.34);
  border-radius: 6px;
  background: rgba(255, 213, 77, 0.1);
  color: #ffd54d;
  font-size: 12px;
  font-weight: 920;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.promo-mode .price-promo-caption {
  display: block;
  max-width: 300px;
  margin: 0 0 22px;
  color: rgba(208, 225, 231, 0.72);
  font-size: 13px;
  font-weight: 720;
  line-height: 1.45;
  text-transform: none;
}

.promo-mode .price-promo-caption strong {
  display: inline;
  margin: 0;
  color: #6ff0c7;
  font-size: 13px;
  font-weight: 860;
  line-height: inherit;
  text-transform: none;
}

.promo-mode .price-promo-caption small {
  font-size: inherit;
  font-weight: inherit;
}

.promo-mode .price-plan.featured .price-action-primary {
  border-color: transparent;
  background: linear-gradient(135deg, #1ef0aa, #4aa8ff);
  color: #06131b;
  box-shadow: 0 18px 46px rgba(30, 240, 170, 0.14);
}

.promo-mode .price-plan.featured .price-action-primary:hover,
.promo-mode .price-plan.featured .price-action-primary:focus-visible {
  border-color: transparent;
  background: linear-gradient(135deg, #35f3b5, #5bb5ff);
}

.promo-modal[hidden] {
  display: none;
}

.promo-modal {
  position: fixed;
  inset: 0;
  z-index: 118;
  display: grid;
  place-items: center;
  padding: 22px;
}

.promo-backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 38%, rgba(22, 139, 118, 0.18), transparent 32%),
    rgba(2, 10, 16, 0.74);
  backdrop-filter: blur(10px);
}

.promo-panel {
  position: relative;
  z-index: 1;
  width: min(100%, 620px);
  padding: 34px;
  border: 1px solid rgba(111, 227, 189, 0.3);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(111, 227, 189, 0.12), transparent 36%),
    radial-gradient(circle at 86% 0%, rgba(49, 134, 189, 0.22), transparent 38%),
    linear-gradient(180deg, rgba(18, 43, 55, 0.98), rgba(7, 18, 26, 0.99));
  box-shadow:
    0 42px 140px rgba(0, 0, 0, 0.58),
    0 0 0 1px rgba(255, 255, 255, 0.035) inset;
}

.promo-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(208, 225, 231, 0.7);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.promo-close:hover,
.promo-close:focus-visible {
  color: #ffffff;
  outline: none;
}

.promo-panel .eyebrow {
  margin: 0 0 12px;
  color: #6fe3bd;
}

.promo-panel h2 {
  margin: 0 0 12px;
  max-width: 500px;
  font-size: clamp(30px, 5vw, 46px);
  line-height: 1.02;
}

.promo-lead {
  margin: 0;
  color: rgba(208, 225, 231, 0.78);
  font-size: 16px;
  line-height: 1.62;
}

.promo-offer {
  display: grid;
  gap: 16px;
  margin-top: 24px;
  padding: 18px;
  border: 1px solid rgba(111, 227, 189, 0.24);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(7, 18, 26, 0.72), rgba(7, 18, 26, 0.44)),
    rgba(7, 18, 26, 0.62);
}

.promo-offer-head,
.promo-offer-prices {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}

.promo-offer-head {
  justify-content: space-between;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(129, 165, 176, 0.16);
}

.promo-offer-head span {
  color: rgba(208, 225, 231, 0.6);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.promo-offer-head strong {
  color: #ffffff;
  font-size: 18px;
}

.promo-offer-old {
  color: rgba(208, 225, 231, 0.5);
  font-size: clamp(26px, 5vw, 36px);
  font-weight: 920;
  line-height: 1;
  text-decoration: line-through;
  text-decoration-color: rgba(255, 96, 96, 0.82);
  text-decoration-thickness: 3px;
}

.promo-offer-new {
  color: #6ff0c7;
  font-size: clamp(34px, 7vw, 52px);
  font-weight: 960;
  line-height: 1;
}

.promo-offer-new-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.promo-offer-discount {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid rgba(255, 213, 77, 0.34);
  border-radius: 6px;
  background: rgba(255, 213, 77, 0.1);
  color: #ffd54d;
  font-size: 13px;
  font-weight: 920;
  line-height: 1;
}

.promo-offer-old small,
.promo-offer-new small {
  font-size: 13px;
  font-weight: 820;
}

.promo-term {
  width: fit-content;
  color: #6ff0c7;
  font-size: 13px;
  font-weight: 860;
  line-height: 1.35;
}

.promo-regular-after {
  color: rgba(208, 225, 231, 0.7);
  font-size: 13px;
  font-weight: 760;
  line-height: 1.35;
}

.promo-period {
  margin-top: 16px !important;
  color: rgba(208, 225, 231, 0.62) !important;
  font-size: 13px !important;
}

.promo-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.promo-actions a:not(.button) {
  color: #77e3c0;
  font-size: 13px;
  font-weight: 760;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (min-width: 901px) {
  .promo-mode .price-plan {
    min-height: 560px;
  }

  .promo-mode .price-plan > p {
    min-height: 112px;
  }

  .promo-mode .price-plan .price-action {
    margin-top: auto;
  }

  .promo-mode .price-features {
    min-height: 116px;
    margin-top: 0;
  }
}

@media (max-width: 640px) {
  .promo-panel {
    padding: 26px 22px;
  }

  .promo-mode .price-promo-old {
    font-size: 28px;
  }

  .promo-mode .price-promo-new {
    font-size: 34px;
  }

  .promo-mode .price-promo-new-row {
    width: 100%;
  }

  .promo-offer-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }
}
