.cj-pricing {
  position: relative;
  isolation: isolate;
  color: #f5f2ec;
}

.cj-pricing::before {
  content: var(--pricing-watermark, "PRIX");
  position: absolute;
  z-index: -1;
  right: -1vw;
  top: -10px;
  font-family: "Saira Condensed", sans-serif;
  font-size: clamp(70px, 15vw, 220px);
  font-weight: 900;
  line-height: 0.78;
  color: rgba(245, 242, 236, 0.045);
  pointer-events: none;
}

.cj-pricing__header {
  max-width: 760px;
  margin-bottom: clamp(28px, 4vw, 44px);
}

.cj-pricing__eyebrow {
  display: inline-block;
  margin: 0 0 20px;
  padding: 7px 13px;
  background: #eb5d0f;
  color: #0b0a09;
  font-family: "Saira Condensed", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.cj-pricing__title {
  margin: 0;
  color: #f5f2ec;
  font-family: "Saira Condensed", sans-serif;
  font-size: clamp(40px, 5.4vw, 76px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.92;
  text-transform: uppercase;
}

.cj-pricing__title-accent {
  color: #eb5d0f;
}

.cj-pricing__intro {
  max-width: 620px;
  margin: 18px 0 0;
  color: rgba(245, 242, 236, 0.72);
  font-family: "Saira", sans-serif;
  font-size: clamp(15px, 1.1vw, 18px);
  line-height: 1.55;
}

.cj-pricing__table {
  background: #fff;
}

.cj-pricing__group-label {
  position: relative;
  margin: 0;
  padding: 16px clamp(18px, 2.4vw, 32px);
  background: #eb5d0f;
}

.cj-pricing__group-label span {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #0b0a09;
  font-family: "Saira Condensed", sans-serif;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.cj-pricing__group-label span::before {
  content: "";
  width: 18px;
  height: 2px;
  background: #0b0a09;
}

.cj-pricing__row {
  padding: 22px clamp(18px, 2.4vw, 32px) 26px;
  border-bottom: 1px solid rgba(11, 10, 9, 0.1);
  transition: background 160ms ease;
}

.cj-pricing__table .cj-pricing__row:last-of-type {
  border-bottom: 0;
}

.cj-pricing__row:hover {
  background: rgba(235, 93, 15, 0.06);
}

.cj-pricing__row-top {
  display: flex;
  align-items: flex-end;
  gap: clamp(16px, 3vw, 40px);
}

.cj-pricing__name-block {
  flex: 1 1 auto;
  min-width: 0;
}

.cj-pricing__name {
  margin: 0;
  color: #0b0a09;
  font-family: "Saira Condensed", sans-serif;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 900;
  line-height: 0.94;
  letter-spacing: 0;
  text-transform: uppercase;
  transition: color 160ms ease;
}

.cj-pricing__row:hover .cj-pricing__name {
  color: #eb5d0f;
}

.cj-pricing__meta {
  margin: 8px 0 0;
  color: rgba(11, 10, 9, 0.75);
  font-family: "Saira", sans-serif;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.cj-pricing__price-block {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}

.cj-pricing__price-note {
  margin-bottom: 2px;
  color: rgba(11, 10, 9, 0.65);
  font-family: "Saira", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.cj-pricing__price {
  color: #eb5d0f;
  font-family: "Saira Condensed", sans-serif;
  font-size: clamp(32px, 3.6vw, 54px);
  font-weight: 900;
  line-height: 0.85;
  white-space: nowrap;
}

.cj-pricing__link {
  flex: 0 0 auto;
}

.cj-pricing__note {
  max-width: 620px;
  margin: 14px 0 0;
  color: rgba(11, 10, 9, 0.78);
  font-family: "Saira", sans-serif;
  font-size: 13.5px;
  line-height: 1.4;
}

.cj-pricing__years-line {
  max-width: 720px;
  margin: 12px 0 0;
  padding-top: 12px;
  border-top: 1px solid rgba(11, 10, 9, 0.12);
  color: rgba(11, 10, 9, 0.78);
  font-family: "Saira", sans-serif;
  font-size: 13px;
  line-height: 1.7;
}

.cj-pricing__years-label {
  margin-right: 10px;
  color: rgba(11, 10, 9, 0.6);
  font-family: "Saira", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cj-pricing__year-value {
  color: #0b0a09;
  font-weight: 700;
}

.cj-pricing__footnote {
  margin: 20px 0 0;
  color: rgba(245, 242, 236, 0.5);
  font-family: "Saira", sans-serif;
  font-size: 12px;
  line-height: 1.5;
}

@media (max-width: 720px) {
  .cj-pricing__row-top {
    flex-wrap: wrap;
  }

  .cj-pricing__price-block {
    flex: 1 1 auto;
    align-items: flex-start;
    text-align: left;
  }

  .cj-pricing__link {
    flex-basis: 100%;
  }
}
