.rj-pricehero { padding: var(--rj-sp-9) 0 calc(var(--rj-sp-10) + var(--rj-sp-6)); }
.rj-pricehero__copy { max-width: 42rem; margin-inline: auto; text-align: center; align-items: center; display: flex; flex-direction: column; }
.rj-pricehero__chips { display: flex; flex-wrap: wrap; justify-content: center; gap: var(--rj-sp-3) var(--rj-sp-6); margin-top: var(--rj-sp-2); }
.rj-pricehero__chips li {
  position: relative;
  font-size: var(--rj-fs-sm);
  font-weight: var(--rj-fw-medium);
  color: var(--rj-steel-dim);
}
.rj-pricehero__chips li + li::before {
  content: "";
  position: absolute;
  left: calc(var(--rj-sp-6) / -2 - 2px);
  top: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--rj-red);
  transform: translateY(-50%);
}

.rj-billing {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: var(--rj-sp-3);
  margin-top: var(--rj-sp-7);
}
.rj-billing__label { font-size: var(--rj-fs-xs); font-weight: var(--rj-fw-semi); letter-spacing: .1em; text-transform: uppercase; color: var(--rj-fg-soft); }
.rj-billing__switch {
  gap: 0;
  padding: 5px;
  border-radius: var(--rj-r-full);
  background: rgba(255, 255, 255, .05);
  border: 1px solid var(--rj-line-dark-warm);
}
.rj-billing .rj-tab { background: none; border-color: transparent; color: var(--rj-steel-dim); }
.rj-billing .rj-tab.is-active { background: var(--rj-red); border-color: var(--rj-red); color: #fff; }
.rj-billing__hint { font-size: var(--rj-fs-sm); color: var(--rj-ember); font-weight: var(--rj-fw-medium); }

.rj-plandeck { padding-bottom: var(--rj-sp-9); }
.rj-plandeck__grid { margin-top: calc(var(--rj-sp-10) * -1); align-items: stretch; }
.rj-plandeck__note { max-width: 62ch; margin: var(--rj-sp-6) auto 0; }

.rj-plan {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: var(--rj-sp-3);
  background: var(--rj-white);
  border: 1px solid var(--rj-line);
  border-radius: var(--rj-r-xl);
  padding: var(--rj-sp-6);
  box-shadow: var(--rj-shadow-lg);
}
.rj-plan--accent {
  background: var(--rj-obsidian);
  border-color: var(--rj-line-dark-warm);
  box-shadow: var(--rj-shadow-dark);
}
.rj-plan--accent .rj-plan__name { color: var(--rj-steel); }
.rj-plan--accent .rj-plan__tag,
.rj-plan--accent .rj-plan__cycle { color: #8A94A6; }
.rj-plan--accent .rj-plan__cur,
.rj-plan--accent .rj-plan__num { color: #fff; }
.rj-plan--accent .rj-ticks li { color: var(--rj-steel-dim); }
.rj-plan--accent .rj-ticks li::before { background: rgba(224, 18, 27, .2); border-color: rgba(255, 46, 46, .45); }
.rj-plan--accent .rj-ticks li::after { border-color: var(--rj-red-bright); }

.rj-plan__ribbon {
  position: absolute;
  top: calc(var(--rj-sp-3) * -1);
  left: var(--rj-sp-6);
  font-size: var(--rj-fs-xs);
  font-weight: var(--rj-fw-bold);
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #fff;
  background: var(--rj-grad-red);
  border-radius: var(--rj-r-full);
  padding: 6px 14px;
  box-shadow: var(--rj-shadow-red);
}
.rj-plan__name { margin: 0; }
.rj-plan__tag { margin: 0; font-size: var(--rj-fs-sm); color: var(--rj-text-soft); min-height: 2.8em; }
.rj-plan__price { display: flex; align-items: baseline; gap: 4px; flex-wrap: wrap; padding: var(--rj-sp-2) 0 var(--rj-sp-4); }
.rj-plan__cur { font-size: var(--rj-fs-xl); font-weight: var(--rj-fw-bold); color: var(--rj-ink); }
.rj-plan__num { font-size: var(--rj-fs-4xl); font-weight: var(--rj-fw-black); letter-spacing: -.03em; line-height: 1; color: var(--rj-ink); }
.rj-plan__cycle { font-size: var(--rj-fs-sm); color: var(--rj-text-soft); margin-left: 4px; }
.rj-plan__lines { margin-top: var(--rj-sp-5); }

.rj-scale { display: flex; flex-direction: column; gap: var(--rj-sp-4); }
.rj-scale__head { display: flex; align-items: baseline; justify-content: space-between; gap: var(--rj-sp-3); }
.rj-scale__head .rj-muted { font-size: var(--rj-fs-sm); }
.rj-scale__count { font-size: var(--rj-fs-2xl); font-weight: var(--rj-fw-black); color: var(--rj-ink); letter-spacing: -.02em; }
.rj-scale__range { width: 100%; accent-color: var(--rj-red); margin: 0; }
.rj-scale__marks { display: flex; justify-content: space-between; font-size: var(--rj-fs-xs); color: var(--rj-text-soft); margin-top: -6px; }
.rj-scale__rows { display: flex; flex-direction: column; border-top: 1px solid var(--rj-line); }
.rj-scale__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--rj-sp-3);
  padding: 11px 0;
  border-bottom: 1px solid var(--rj-line-soft);
  font-size: var(--rj-fs-sm);
  color: var(--rj-text);
}
.rj-scale__row b { color: var(--rj-success); font-weight: var(--rj-fw-bold); }
.rj-scale__total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--rj-sp-3);
  padding: var(--rj-sp-4);
  border-radius: var(--rj-r-md);
  background: var(--rj-obsidian);
  color: var(--rj-steel-dim);
  font-size: var(--rj-fs-sm);
}
.rj-scale__total b { font-size: var(--rj-fs-2xl); font-weight: var(--rj-fw-black); color: var(--rj-red-bright); letter-spacing: -.02em; }

.rj-compare { border: 1px solid var(--rj-line); border-radius: var(--rj-r-lg); overflow: hidden; background: var(--rj-white); }
.rj-compare__table { width: 100%; border-collapse: collapse; }
.rj-compare__table thead th {
  position: sticky;
  top: var(--rj-header-h);
  z-index: 2;
  background: var(--rj-white);
  border-bottom: 1px solid var(--rj-line);
  padding: var(--rj-sp-5) var(--rj-sp-4);
  text-align: center;
  vertical-align: top;
}
body.admin-bar .rj-compare__table thead th { top: calc(var(--rj-header-h) + 32px); }
.rj-compare__table thead th:first-child { text-align: left; width: 34%; }
.rj-compare__table thead th.is-accent { background: var(--rj-bg-soft); }
.rj-compare__plan { display: block; font-size: var(--rj-fs-lg); font-weight: var(--rj-fw-bold); color: var(--rj-ink); }
.rj-compare__price { display: block; font-size: var(--rj-fs-sm); color: var(--rj-text-soft); margin: 2px 0 var(--rj-sp-3); }
.rj-compare__grouprow th {
  background: var(--rj-obsidian);
  color: var(--rj-steel);
  text-align: left;
  font-size: var(--rj-fs-xs);
  font-weight: var(--rj-fw-bold);
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 11px var(--rj-sp-4);
}
.rj-compare__table tbody th[scope="row"] {
  text-align: left;
  font-weight: var(--rj-fw-medium);
  font-size: var(--rj-fs-sm);
  color: var(--rj-text);
  padding: 13px var(--rj-sp-4);
  border-bottom: 1px solid var(--rj-line-soft);
}
.rj-compare__table tbody td {
  text-align: center;
  padding: 13px var(--rj-sp-4);
  border-bottom: 1px solid var(--rj-line-soft);
}
.rj-compare__table tbody td.is-accent { background: var(--rj-bg-soft); }
.rj-compare__table tbody tr:hover th[scope="row"],
.rj-compare__table tbody tr:hover td { background: var(--rj-red-soft); }

.rj-cell { display: inline-block; line-height: 1; }
.rj-cell--yes { width: 9px; height: 16px; border: solid var(--rj-red); border-width: 0 2px 2px 0; transform: rotate(45deg); }
.rj-cell--no { width: 12px; height: 2px; background: var(--rj-line); border-radius: 2px; vertical-align: middle; }
.rj-cell--txt { font-size: var(--rj-fs-sm); font-weight: var(--rj-fw-semi); color: var(--rj-ink-2); }

.rj-never { display: flex; flex-direction: column; gap: 6px; }
.rj-never__num {
  font-family: var(--rj-font-display);
  font-size: var(--rj-fs-3xl);
  font-weight: var(--rj-fw-black);
  letter-spacing: -.03em;
  line-height: 1;
  color: transparent;
  background: var(--rj-grad-red);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: var(--rj-sp-2);
}
.rj-never p { margin: 0; font-size: var(--rj-fs-sm); }

.rj-guarantee__item { display: flex; flex-direction: column; gap: 4px; }
.rj-guarantee__item b { color: var(--rj-steel); font-size: var(--rj-fs-md); }
.rj-guarantee__item .rj-muted { font-size: var(--rj-fs-sm); }
.rj-guarantee__ic {
  width: 40px;
  height: 40px;
  border-radius: var(--rj-r-sm);
  display: grid;
  place-items: center;
  background: rgba(224, 18, 27, .16);
  color: var(--rj-red-bright);
  font-size: var(--rj-fs-lg);
  margin-bottom: var(--rj-sp-2);
}

.rj-fitlist { display: flex; flex-direction: column; gap: var(--rj-sp-3); }
.rj-fit {
  display: grid;
  grid-template-columns: 108px 1fr auto;
  align-items: center;
  gap: var(--rj-sp-5);
  padding: var(--rj-sp-5);
  border: 1px solid var(--rj-line);
  border-radius: var(--rj-r-lg);
  background: var(--rj-white);
  text-decoration: none;
  transition: border-color var(--rj-t), box-shadow var(--rj-t), transform var(--rj-t);
}
.rj-fit:hover { border-color: var(--rj-red); box-shadow: var(--rj-shadow-md); transform: translateY(-2px); }
.rj-fit__plan {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: var(--rj-fs-sm);
  font-weight: var(--rj-fw-bold);
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--rj-red-ink);
  background: var(--rj-red-soft);
  border-radius: var(--rj-r-full);
  padding: 8px 14px;
}
.rj-fit--accent .rj-fit__plan { background: var(--rj-obsidian); color: var(--rj-red-bright); }
.rj-fit__body { display: flex; flex-direction: column; gap: 2px; }
.rj-fit__body b { color: var(--rj-ink); font-size: var(--rj-fs-lg); font-weight: var(--rj-fw-semi); }
.rj-fit__body .rj-muted { font-size: var(--rj-fs-sm); }
.rj-fit__more { font-size: var(--rj-fs-sm); font-weight: var(--rj-fw-semi); color: var(--rj-red); white-space: nowrap; }

.rj-open { text-align: center; display: flex; flex-direction: column; gap: var(--rj-sp-4); align-items: center; }
.rj-open p { margin: 0; max-width: 68ch; font-size: var(--rj-fs-md); }
.rj-open__points { display: flex; flex-wrap: wrap; justify-content: center; gap: var(--rj-sp-2); }
.rj-open__points span {
  font-size: var(--rj-fs-xs);
  font-weight: var(--rj-fw-semi);
  color: var(--rj-text-soft);
  border: 1px solid var(--rj-line);
  background: var(--rj-white);
  border-radius: var(--rj-r-full);
  padding: 7px 14px;
}

.rj-help {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 2fr);
  align-items: center;
  gap: var(--rj-sp-6);
  padding: var(--rj-sp-6);
  border: 1px solid var(--rj-line);
  border-radius: var(--rj-r-xl);
  background: var(--rj-white);
  box-shadow: var(--rj-shadow-sm);
}
.rj-help__copy { display: flex; flex-direction: column; gap: var(--rj-sp-2); }
.rj-help__copy p { margin: 0; font-size: var(--rj-fs-sm); }
.rj-help__links { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--rj-sp-3); }
.rj-help__link {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: var(--rj-sp-4);
  border: 1px solid var(--rj-line);
  border-radius: var(--rj-r-md);
  text-decoration: none;
  transition: border-color var(--rj-t), background var(--rj-t);
}
.rj-help__link:hover { border-color: var(--rj-red); background: var(--rj-red-soft); }
.rj-help__link b { color: var(--rj-ink); font-size: var(--rj-fs-md); font-weight: var(--rj-fw-semi); }
.rj-help__link .rj-muted { font-size: var(--rj-fs-xs); }

@media (max-width: 1024px) {
  .rj-pricehero { padding-bottom: calc(var(--rj-sp-9) + var(--rj-sp-6)); }
  .rj-help { grid-template-columns: 1fr; align-items: start; }
  .rj-plandeck__grid { margin-top: calc(var(--rj-sp-9) * -1); }
  .rj-fit { grid-template-columns: 96px 1fr; }
  .rj-fit__more { grid-column: 2; }
}
@media (max-width: 900px) {
  .rj-plandeck__grid { grid-template-columns: 1fr; margin-top: calc(var(--rj-sp-8) * -1); }
  .rj-plan__tag { min-height: 0; }
  .rj-compare__table thead th { position: static; }
  .rj-compare { border: 0; background: none; overflow: visible; }
  .rj-compare__table,
  .rj-compare__table tbody,
  .rj-compare__table tr,
  .rj-compare__table th,
  .rj-compare__table td { display: block; width: auto; }
  .rj-compare__table thead { display: none; }
  .rj-compare__table tbody {
    border: 1px solid var(--rj-line);
    border-radius: var(--rj-r-lg);
    overflow: hidden;
    background: var(--rj-white);
    margin-bottom: var(--rj-sp-4);
  }
  .rj-compare__table tbody th[scope="row"] {
    background: var(--rj-bg-soft);
    font-weight: var(--rj-fw-semi);
    color: var(--rj-ink);
    border-bottom: 0;
    padding-bottom: 6px;
  }
  .rj-compare__table tbody td {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--rj-sp-4);
    text-align: right;
    padding: 9px var(--rj-sp-4);
    border-bottom: 0;
    background: var(--rj-bg-soft);
  }
  .rj-compare__table tbody td::before {
    content: attr(data-label);
    font-size: var(--rj-fs-xs);
    font-weight: var(--rj-fw-semi);
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--rj-text-soft);
  }
  .rj-compare__table tbody td.is-accent { background: var(--rj-bg-soft); }
  .rj-compare__table tbody tr { border-bottom: 1px solid var(--rj-line); }
  .rj-compare__table tbody tr:last-child { border-bottom: 0; }
  .rj-compare__table tbody tr:hover th[scope="row"],
  .rj-compare__table tbody tr:hover td { background: var(--rj-bg-soft); }
  .rj-compare__grouprow th { padding: 12px var(--rj-sp-4); }
}
@media (max-width: 640px) {
  .rj-fit { grid-template-columns: 1fr; gap: var(--rj-sp-3); }
  .rj-fit__plan { justify-self: start; }
  .rj-fit__more { grid-column: 1; }
  .rj-billing { gap: var(--rj-sp-2); }
  .rj-help__links { grid-template-columns: 1fr; }
}
