/* The pricing canvas continues the profession section without changing shared variants. */
.review.theme-v4 .section.nt-section {
  --nt-night: #0b0e28;
  --nt-ink: #f5f1ed;
  --nt-muted: #d4ceed;
  --nt-accent: #ccb4fc;
  --nt-line: #76689f;
  background: var(--nt-night);
  color: var(--nt-ink);
  padding-block: 44px 52px;
  container: tariffs / inline-size;
}
.review.theme-v4 .nt-section > .wrap {
  inline-size: min(1252px, calc(100% - 112px));
  padding: 0;
  border: 0;
}
.nt-section .nt-heading {
  text-align: center;
}
.nt-section .nt-kicker {
  color: var(--nt-accent);
  letter-spacing: .24em;
  font: 600 13px/1.6 var(--body);
  margin: 0 0 10px;
}
.review.theme-v4 .nt-section h2 {
  font: 400 clamp(38px, 4.6vw, 62px)/1.16 var(--title);
  letter-spacing: -.025em;
  text-wrap: balance;
  margin: 0;
  max-inline-size: none;
}
.nt-section .nt-subtitle {
  font-size: 20px;
  line-height: 1.5;
  margin: 14px 0 22px;
  text-wrap: balance;
}
.nt-section .nt-cycle {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: stretch;
  inline-size: fit-content;
  max-inline-size: 100%;
  margin: 0 auto;
  border: 1px solid var(--nt-accent);
  border-radius: 28px;
  padding: 2px;
  gap: 2px;
}
.nt-section .nt-cycle button {
  min-block-size: 44px;
  padding: 9px 26px;
  color: inherit;
  background: transparent;
  border: 0;
  border-radius: 24px;
  font: 500 16px/1.35 var(--body);
  cursor: pointer;
  transition: background-color 180ms ease, color 180ms ease;
}
.nt-section .nt-cycle button[aria-pressed=true] {
  color: #161139;
  background: #f0eaff;
}
.nt-section .nt-advantage {
  display: flex;
  align-items: center;
  padding: 9px 18px;
  border-radius: 24px;
  font-size: 15px;
  color: #211644;
  background: #ccb4fc;
}
.nt-section .nt-trial-note {
  text-align: center;
  font-size: 15px;
  color: var(--nt-muted);
  margin: 10px 0 24px;
}
.nt-section .nt-plans {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 14px;
}
.nt-section .nt-plan {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  min-inline-size: 0;
  padding: 24px 24px 22px;
  border: 1px solid var(--nt-line);
  border-radius: 13px;
  background:
    linear-gradient(
      135deg,
      #11162e40,
      transparent);
}
.nt-section .nt-cabinet {
  --nt-ink: #171039;
  --nt-muted: #342953;
  --nt-accent: #6442b0;
  --nt-line: #c6b4ed;
  color: var(--nt-ink);
  background:
    linear-gradient(
      150deg,
      #f7f4ff,
      #eeebfa);
  border-color: #b399ee;
}
.nt-section .nt-plan-header {
  position: relative;
  text-align: center;
  padding-block: 26px 22px;
}
.nt-section .nt-badge {
  position: absolute;
  inset-block-start: -12px;
  inset-inline: 0;
  margin: 0 auto;
  inline-size: fit-content;
  max-inline-size: 100%;
  background: #ccb4fc;
  padding: 5px 17px;
  border-radius: 18px;
  font: 650 11px/1.3 var(--body);
  letter-spacing: .065em;
}
.nt-section .nt-plan h3 {
  font: 400 clamp(30px, 2.9vw, 42px)/1.17 var(--title);
  letter-spacing: -.025em;
  margin: 0 0 7px;
  overflow-wrap: anywhere;
}
.nt-section .nt-description {
  margin: 0;
  color: var(--nt-muted);
  font-size: 16px;
  line-height: 1.45;
  text-wrap: balance;
}
.nt-section .nt-price {
  border-block: 1px solid var(--nt-line);
  text-align: center;
  padding-block: 18px 17px;
}
.nt-section .nt-price > strong {
  display: block;
  font: 500 clamp(40px, 4.5vw, 62px)/1.18 var(--title);
  letter-spacing: -.035em;
  font-variant-numeric: lining-nums;
  white-space: normal;
  overflow-wrap: normal;
}
.nt-section .nt-unit {
  display: block;
  font-size: 16px;
  margin-block-start: 3px;
}
.nt-section .nt-unit-envelope,
.nt-section .nt-invoice-envelope {
  display: grid;
}
.nt-section .nt-unit-envelope > *,
.nt-section .nt-invoice-envelope > * {
  grid-area: 1 / 1;
}
.nt-section .nt-reserve {
  visibility: hidden;
}
.nt-section .nt-invoice {
  font-size: 16px;
  line-height: 1.45;
  margin: 10px 0;
  text-wrap: balance;
}
.nt-section .nt-saving {
  color: var(--nt-ink);
  background: #7b6bb85c;
  font-weight: 550;
  font-size: 16px;
  line-height: 1.4;
  border-radius: 8px;
  margin: 0;
  padding: 7px 8px;
}
.nt-section .nt-cabinet .nt-saving {
  background: #d9c7ff;
}
.nt-section .nt-saving.nt-inactive {
  visibility: hidden;
}
.nt-section .nt-features {
  padding: 22px 0 28px;
  margin: 0;
  list-style: none;
}
.nt-section .nt-features li {
  display: grid;
  grid-template-columns: 27px minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  font-size: 16px;
  line-height: 1.45;
  margin-block-end: 13px;
}
.nt-section .nt-features li:last-child {
  margin-block-end: 0;
}
.nt-section .nt-features .icon {
  inline-size: 26px;
  block-size: 26px;
  color: var(--nt-accent);
}
.nt-section .nt-actions {
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 9px;
  text-align: center;
  align-items: stretch;
}
.nt-section .nt-action {
  display: flex;
  align-items: center;
  justify-content: center;
  min-block-size: 50px;
  padding: 12px 10px;
  border: 1px solid #e8e1f4;
  border-radius: 10px;
  font: 650 17px/1.35 var(--body);
  text-decoration: none;
  color: inherit;
  transition: background-color 180ms ease, border-color 180ms ease;
}
.nt-section .nt-filled {
  color: #22133c;
  background: #c5a4fa;
  border-color: #c5a4fa;
}
.nt-section .nt-action .icon,
.nt-section .nt-secondary .icon {
  display: none;
}
.nt-section .nt-secondary {
  display: flex;
  align-items: center;
  justify-content: center;
  min-block-size: 36px;
  color: var(--nt-accent);
  font-size: 16px;
  text-underline-offset: 3px;
}
.nt-section .nt-cabinet .nt-secondary {
  color: #412572;
}
.nt-section .nt-demo-note {
  text-align: center;
  font-size: 19px;
  line-height: 1.5;
  margin: 21px 0 10px;
  text-wrap: balance;
}
.nt-section .nt-offer-notes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: baseline;
  gap: 12px 30px;
  color: var(--nt-muted);
  font-size: 14px;
  line-height: 1.5;
}
.nt-section .nt-saving-note {
  text-align: end;
  margin: 0;
  padding-block: 12px;
}
.nt-section .nt-details {
  display: contents;
}
.nt-section .nt-details[open]::details-content {
  display: contents;
}
.nt-section .nt-details summary {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  color: var(--nt-accent);
  padding: 12px 0 12px 30px;
  border-inline-start: 1px solid var(--nt-line);
  text-decoration: underline;
  text-underline-offset: 3px;
  list-style: none;
}
.nt-section .nt-details summary::-webkit-details-marker {
  display: none;
}
.nt-section .nt-details summary .icon {
  flex: 0 0 18px;
  inline-size: 18px;
  block-size: 18px;
  transition: transform 180ms ease;
}
.nt-section .nt-details[open] summary .icon {
  transform: rotate(90deg);
}
.nt-section .nt-details-content {
  grid-column: 1 / -1;
  border: 1px solid var(--nt-line);
  border-radius: 10px;
  padding: 24px;
  margin-block: 6px 14px;
}
.nt-section .nt-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.nt-section .nt-options h3 {
  font: 400 25px/1.25 var(--title);
  color: var(--nt-ink);
  margin: 0 0 14px;
}
.nt-section .nt-options p,
.nt-section .nt-options li {
  margin-block: 8px;
}
.nt-section .nt-options ul {
  padding-inline-start: 18px;
}
.nt-section .nt-options-note {
  margin: 16px 0 8px;
}
.nt-section .nt-reader-contact,
.nt-section .nt-contact {
  color: var(--nt-accent);
  text-underline-offset: 3px;
}
.nt-section .nt-contact {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-block-size: 44px;
}
.nt-section .nt-common {
  margin-block-start: 20px;
}
.nt-section .nt-common-heading {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-block-end: 16px;
}
.nt-section .nt-common-heading::before,
.nt-section .nt-common-heading::after {
  content: "";
  block-size: 1px;
  background: var(--nt-line);
  flex: 1;
}
.nt-section .nt-common-heading h3 {
  font: 400 clamp(27px, 2.6vw, 36px)/1.25 var(--title);
  margin: 0;
  text-align: center;
  text-wrap: balance;
  max-inline-size: 75%;
}
.nt-section .nt-groups {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.nt-section .nt-group {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 26px;
  padding: 24px 42px;
  border-block-end: 1px solid var(--nt-line);
}
.nt-section .nt-group:nth-child(odd) {
  border-inline-end: 1px solid var(--nt-line);
}
.nt-section .nt-group > .icon {
  inline-size: 48px;
  block-size: 48px;
  color: var(--nt-accent);
}
.nt-section .nt-group h4 {
  font: 400 24px/1.3 var(--title);
  margin: 0 0 12px;
}
.nt-section .nt-group ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nt-section .nt-group li {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 12px;
  font-size: 15px;
  line-height: 1.5;
  margin-block: 4px;
}
.nt-section .nt-group li .icon {
  inline-size: 18px;
  block-size: 22px;
  color: var(--nt-accent);
}
.nt-section .nt-custom {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 12px;
  margin: 18px 0 0;
  font-size: 15px;
  text-align: center;
}
.nt-section :is(a, button, summary):focus-visible {
  outline: 3px solid var(--nt-accent);
  outline-offset: 4px;
}
@media (hover: hover) {
  .nt-section .nt-filled:hover {
    background: #d4bbff;
    border-color: #d4bbff;
  }
  .nt-section .nt-outline:hover {
    background: #8872bf26;
  }
  .nt-section .nt-cycle button:not([aria-pressed=true]):hover {
    background: #8872bf26;
  }
}
@container tariffs (max-width: 1150px) {
  .review.theme-v4 .nt-section > .wrap {
    inline-size: calc(100% - 64px);
  }
  .nt-section .nt-plan {
    padding-inline: 17px;
  }
  .nt-section .nt-group {
    padding-inline: 22px;
    gap: 20px;
  }
}
@container tariffs (max-width: 899px) {
  .nt-section .nt-price > strong {
    font-size: clamp(32px, 14cqw, 62px);
  }
  .nt-section .nt-plans {
    grid-template-columns: 1fr;
    gap: 22px;
    max-inline-size: 580px;
    margin-inline: auto;
  }
  .nt-section .nt-plan {
    grid-template-rows: auto auto auto auto;
    padding: 24px 30px 20px;
  }
  .nt-section .nt-plan h3 {
    font-size: 38px;
  }
  .nt-section .nt-features {
    padding-block: 24px;
  }
  .nt-section .nt-action {
    min-block-size: 50px;
  }
  .nt-section .nt-offer-notes {
    display: block;
    text-align: center;
  }
  .nt-section .nt-saving-note {
    text-align: center;
  }
  .nt-section .nt-details summary {
    border: 0;
    justify-content: center;
    padding: 12px 0;
  }
  .nt-section .nt-details-content {
    text-align: start;
  }
  .nt-section .nt-options {
    grid-template-columns: 1fr;
  }
  .nt-section .nt-options > div + div {
    border-block-start: 1px solid var(--nt-line);
    padding-block-start: 20px;
  }
  .nt-section .nt-group {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 16px;
    padding-inline: 18px;
  }
  .nt-section .nt-group > .icon {
    inline-size: 36px;
    block-size: 36px;
  }
}
@container tariffs (max-width: 599px) {
  .review.theme-v4 .nt-section > .wrap {
    inline-size: calc(100% - 40px);
  }
  .nt-section .nt-subtitle {
    font-size: 18px;
  }
  .nt-section .nt-cycle button {
    padding-inline: 14px;
  }
  .nt-section .nt-advantage {
    padding-inline: 12px;
    font-size: 14px;
  }
  .nt-section .nt-plan {
    padding-inline: 24px;
  }
  .nt-section .nt-groups {
    grid-template-columns: 1fr;
  }
  .nt-section .nt-group {
    padding: 24px 0;
    gap: 20px;
  }
  .nt-section .nt-group:nth-child(odd) {
    border-inline-end: 0;
  }
  .nt-section .nt-common-heading {
    gap: 12px;
  }
  .nt-section .nt-common-heading h3 {
    max-inline-size: 82%;
  }
}
@container tariffs (max-width: 359px) {
  .nt-section .nt-price > strong {
    font-size: clamp(28px, 14cqw, 54px);
  }
  .nt-section .nt-plan {
    padding-inline: 14px;
  }
  .nt-section .nt-plan h3 {
    font-size: 32px;
  }
  .nt-section .nt-group {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 12px;
  }
  .nt-section .nt-group > .icon {
    inline-size: 28px;
    block-size: 30px;
  }
}
@media (max-width: 599px) {
  .review.theme-v4 .section.nt-section {
    padding-block: 36px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .nt-section *,
  .nt-section *::before,
  .nt-section *::after {
    transition: none;
  }
}
