/* Neoo Tarifs — public pricing page + configurator (generated markup: scripts/generate-neoo-tarifs.mjs). */

.neoo-product-page.partners-page--overview.tarifs-page {
  --cb-title-hero: clamp(32px, 2.9vw, 52px);
  --nt-ink: #080a3e;
  --nt-copy: #3e4a78;
  --nt-muted: #6a74a4;
  --nt-line: rgba(63, 77, 160, .15);
  --nt-blue: #3f6df2;
  --nt-violet: #8a5cf6;
  --nt-cyan: #2fb6e8;
  --nt-mint: #2fc79c;
  --nt-grad: linear-gradient(135deg, #3f6df2, #8a5cf6);
  --nt-card: rgba(255, 255, 255, .86);
  --nt-shell: min(calc(100% - 96px), 1512px);
  color: var(--nt-ink);
  background: #f8f9ff;
}

.tarifs-page #main {
  overflow: clip;
  background: #f8f9ff;
}

/* Configurator visibility is driven by the hidden attribute; keep it authoritative
   over the display values set on fields, rows and locked notices. */
.tarifs-page [hidden] {
  display: none !important;
}

.tarifs-page .nt-shell {
  width: var(--nt-shell);
  margin-inline: auto;
}

.tarifs-page .nt-section {
  position: relative;
  padding-block: clamp(88px, 7.6vw, 138px);
}

.tarifs-page .nt-eyebrow {
  margin: 0 0 20px;
  color: #4d5ae8;
  font-family: var(--cb-display-font);
  font-size: var(--cb-eyebrow-size);
  font-weight: var(--cb-eyebrow-weight);
  letter-spacing: var(--cb-eyebrow-tracking);
  line-height: 1.2;
  text-transform: uppercase;
}

.tarifs-page .nt-heading {
  width: min(100%, 940px);
  margin-bottom: clamp(42px, 4.6vw, 68px);
}

.tarifs-page .nt-heading--wide {
  width: min(100%, 1140px);
}

.tarifs-page .nt-heading h2,
.tarifs-page .nt-final h2 {
  margin: 0;
  color: var(--nt-ink);
  font-family: var(--cb-display-font);
  font-size: var(--cb-title-section);
  font-weight: var(--cb-display-weight);
  letter-spacing: var(--cb-display-tracking);
  line-height: var(--cb-display-leading);
}

.tarifs-page .nt-heading h2 span,
.tarifs-page .nt-final h2 span,
.tarifs-page .nt-hero h1 span {
  display: block;
}

.tarifs-page .nt-heading > p:not(.nt-eyebrow) {
  max-width: 860px;
  margin: 24px 0 0;
  color: var(--nt-copy);
  font-size: var(--cb-lead-section);
  font-weight: var(--cb-lead-weight);
  letter-spacing: var(--cb-lead-tracking);
  line-height: 1.45;
}

.tarifs-page .nt-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.tarifs-page .nt-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 22px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  transition: transform .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.tarifs-page .nt-button svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.tarifs-page .nt-button--primary {
  color: #fff;
  background: var(--nt-grad);
  box-shadow: 0 15px 32px rgba(78, 92, 235, .24);
}

.tarifs-page .nt-button--secondary {
  color: #131f5e;
  border-color: rgba(63, 77, 160, .22);
  background: rgba(255, 255, 255, .78);
}

.tarifs-page .nt-button--ghost {
  min-height: 46px;
  padding: 11px 16px;
  color: #2a3aa8;
  border-color: rgba(63, 77, 160, .22);
  background: transparent;
  font-size: 14px;
}

.tarifs-page .nt-button:hover {
  transform: translateY(-2px);
}

.tarifs-page :is(a, button, summary, input, select, textarea):focus-visible {
  outline: 3px solid #4d5ae8;
  outline-offset: 3px;
}

/* ---------------------------------------------------------------- hero */

.tarifs-page .nt-hero {
  position: relative;
  isolation: isolate;
  padding-block: clamp(70px, 6vw, 104px) clamp(72px, 5.8vw, 100px);
  overflow: hidden;
  background:
    linear-gradient(rgba(77, 90, 232, .05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(77, 90, 232, .05) 1px, transparent 1px),
    radial-gradient(circle at 76% 40%, rgba(138, 92, 246, .17), transparent 34%),
    radial-gradient(circle at 12% 86%, rgba(47, 182, 232, .14), transparent 30%),
    linear-gradient(135deg, #eef1ff 0%, #f2f0ff 52%, #fbfaff 100%);
  background-size: 44px 44px, 44px 44px, auto, auto, auto;
}

.tarifs-page .nt-hero__aura {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  filter: blur(52px);
}

.tarifs-page .nt-hero__aura--one {
  top: -180px;
  right: -140px;
  width: 480px;
  height: 480px;
  background: rgba(138, 92, 246, .2);
}

.tarifs-page .nt-hero__aura--two {
  bottom: -220px;
  left: -160px;
  width: 520px;
  height: 520px;
  background: rgba(63, 109, 242, .16);
}

.tarifs-page .nt-hero__inner {
  display: grid;
  gap: clamp(34px, 3.2vw, 50px);
}

.tarifs-page .nt-hero__copy {
  max-width: 1060px;
  margin-inline: auto;
  text-align: center;
}

.tarifs-page .nt-hero__copy .nt-eyebrow {
  margin-bottom: 16px;
}

.tarifs-page .nt-hero h1 {
  margin: 0;
  color: var(--nt-ink);
  font-family: var(--cb-display-font);
  font-size: var(--cb-title-hero);
  font-weight: var(--cb-display-weight);
  letter-spacing: var(--cb-display-tracking);
  line-height: 1.14;
}

.tarifs-page .nt-hero h1 em {
  font-style: normal;
  background: linear-gradient(100deg, #4a6cf7, #38bdf8);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.tarifs-page .nt-hero__lead {
  max-width: 720px;
  margin: 18px auto 0;
  color: var(--nt-copy);
  font-size: var(--cb-lead-section);
  font-weight: var(--cb-lead-weight);
  letter-spacing: var(--cb-lead-tracking);
  line-height: 1.5;
}

.tarifs-page .nt-compare__note,
.tarifs-page .nt-services__note {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  max-width: 660px;
  margin: 22px 0 0;
  color: var(--nt-muted);
  font-size: 14px;
  line-height: 1.5;
}

.tarifs-page :is(.nt-compare__note, .nt-services__note) svg {
  width: 18px;
  height: 18px;
  flex: none;
  margin-top: 2px;
  fill: none;
  stroke: var(--nt-mint);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.tarifs-page .nt-hero__plans {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 28px);
  align-items: stretch;
  width: min(100%, 1264px);
  margin-inline: auto;
}

.tarifs-page .nt-plan {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: clamp(24px, 2.2vw, 34px);
  border: 1px solid var(--nt-line);
  border-radius: 22px;
  background: var(--nt-card);
  box-shadow: 0 22px 44px rgba(31, 41, 122, .08);
}

.tarifs-page .nt-plan--featured {
  border: 2px solid transparent;
  background:
    linear-gradient(#fff, #fff) padding-box,
    var(--nt-grad) border-box;
  box-shadow: 0 30px 60px rgba(78, 92, 235, .18);
}

.tarifs-page .nt-plan__badge {
  position: absolute;
  top: -15px;
  left: 50%;
  margin: 0;
  padding: 6px 16px;
  border-radius: 999px;
  background: var(--nt-grad);
  color: #fff;
  font-size: 12px;
  font-weight: 640;
  letter-spacing: .06em;
  text-transform: uppercase;
  white-space: nowrap;
  transform: translateX(-50%);
}

.tarifs-page .nt-plan__head {
  display: flex;
  align-items: center;
  gap: 14px;
}

.tarifs-page .nt-plan__head h2 {
  margin: 0;
  font-family: var(--cb-display-font);
  font-size: clamp(21px, 1.6vw, 25px);
  font-weight: 620;
  color: var(--nt-ink);
}

.tarifs-page .nt-plan__head p {
  margin: 3px 0 0;
  color: var(--nt-muted);
  font-size: 14px;
}

.tarifs-page .nt-plan__icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  flex: none;
  border-radius: 15px;
}

.tarifs-page .nt-plan__icon svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.tarifs-page .nt-plan--start .nt-plan__icon {
  color: #17a37b;
  background: linear-gradient(135deg, rgba(47, 182, 232, .16), rgba(47, 199, 156, .18));
}

.tarifs-page .nt-plan--business .nt-plan__icon {
  color: #fff;
  background: var(--nt-grad);
  box-shadow: 0 12px 24px rgba(108, 92, 246, .3);
}

.tarifs-page .nt-plan--msp .nt-plan__icon {
  color: #0e9f92;
  background: rgba(47, 199, 156, .16);
}

.tarifs-page .nt-plan__price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px;
  margin: 24px 0 0;
}

.tarifs-page .nt-plan__price strong {
  font-family: var(--cb-display-font);
  font-size: clamp(38px, 2.9vw, 48px);
  font-weight: 640;
  line-height: 1;
  background: var(--nt-grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.tarifs-page .nt-plan--business .nt-plan__price strong {
  background-image: linear-gradient(135deg, #6a5cf6, #a273fb);
}

.tarifs-page .nt-plan--msp .nt-plan__price strong {
  background-image: linear-gradient(135deg, #12a5a0, #2fc79c);
}

.tarifs-page .nt-plan__price span {
  color: var(--nt-muted);
  font-size: 14px;
}

.tarifs-page .nt-plan__extra {
  margin: 10px 0 0;
  color: #0e9f92;
  font-size: 14px;
  font-weight: 600;
}

.tarifs-page .nt-plan__features {
  display: grid;
  gap: 11px;
  margin: 22px 0 24px;
  padding: 20px 0 0;
  border-top: 1px solid rgba(63, 77, 160, .14);
  list-style: none;
}

.tarifs-page .nt-plan__features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--nt-copy);
  font-size: 14.5px;
  line-height: 1.45;
}

.tarifs-page .nt-plan__features svg {
  width: 17px;
  height: 17px;
  flex: none;
  margin-top: 2px;
  fill: none;
  stroke: var(--nt-blue);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.1;
}

.tarifs-page .nt-plan--business .nt-plan__features svg {
  stroke: var(--nt-violet);
}

.tarifs-page .nt-plan--msp .nt-plan__features svg {
  stroke: var(--nt-mint);
}

.tarifs-page .nt-plan .nt-plan__cta {
  width: 100%;
  margin-top: auto;
}

.tarifs-page .nt-plan--msp .nt-plan__cta {
  background: linear-gradient(135deg, #14b3a1, #2fc79c);
  box-shadow: 0 15px 32px rgba(20, 179, 161, .26);
}

.tarifs-page .nt-hero__value {
  width: min(100%, 1264px);
  margin-inline: auto;
  padding: clamp(26px, 2.4vw, 38px) clamp(22px, 2.4vw, 40px);
  border: 1px solid var(--nt-line);
  border-radius: 24px;
  background: var(--nt-card);
  box-shadow: 0 22px 44px rgba(31, 41, 122, .07);
}

.tarifs-page .nt-hero__value h2 {
  margin: 0 0 clamp(20px, 2vw, 28px);
  color: var(--nt-ink);
  font-family: var(--cb-display-font);
  font-size: clamp(20px, 1.7vw, 25px);
  font-weight: 620;
  text-align: center;
}

.tarifs-page .nt-value {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.tarifs-page .nt-value li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding-inline: clamp(14px, 1.4vw, 24px);
  border-left: 1px solid rgba(63, 77, 160, .14);
}

.tarifs-page .nt-value li:first-child {
  padding-left: 0;
  border-left: 0;
}

.tarifs-page .nt-value li:last-child {
  padding-right: 0;
}

.tarifs-page .nt-value__icon {
  flex: none;
  margin-top: 2px;
  color: #5560ea;
}

.tarifs-page .nt-value__icon svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.tarifs-page .nt-value b {
  display: block;
  color: var(--nt-ink);
  font-size: 14.5px;
  font-weight: 640;
  line-height: 1.3;
}

.tarifs-page .nt-value div > span {
  display: block;
  margin-top: 5px;
  color: var(--nt-muted);
  font-size: 13px;
  line-height: 1.45;
}

.tarifs-page .nt-hero__foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px 36px;
}

.tarifs-page .nt-hero__foot p {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: var(--nt-copy);
  font-size: 14.5px;
}

.tarifs-page .nt-hero__foot p svg {
  width: 18px;
  height: 18px;
  flex: none;
  fill: none;
  stroke: var(--nt-ink);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.tarifs-page .nt-hero__talk {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #1c2c8f;
  font-size: 15px;
  font-weight: 640;
  text-decoration: none;
}

.tarifs-page .nt-hero__talk svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  transition: transform .2s ease;
}

.tarifs-page .nt-hero__talk:hover svg {
  transform: translateX(3px);
}

.tarifs-page .nt-pack ul svg,
.tarifs-page .nt-care__card ul svg {
  width: 17px;
  height: 17px;
  flex: none;
  margin-top: 3px;
  fill: none;
  stroke: var(--nt-mint);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.1;
}

/* ------------------------------------------------------------- compare */

.tarifs-page .nt-compare__scroll {
  overflow-x: auto;
  border: 1px solid var(--nt-line);
  border-radius: 20px;
  background: var(--nt-card);
  box-shadow: 0 22px 44px rgba(31, 41, 122, .07);
}

.tarifs-page .nt-compare__table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  font-size: 14.5px;
}

.tarifs-page .nt-compare__table :is(th, td) {
  padding: 15px 20px;
  border-bottom: 1px solid rgba(63, 77, 160, .1);
  text-align: left;
  vertical-align: middle;
}

.tarifs-page .nt-compare__table tbody tr:last-child :is(th, td) {
  border-bottom: 0;
}

.tarifs-page .nt-compare__table thead th {
  font-family: var(--cb-display-font);
  font-size: 15px;
  font-weight: 640;
  color: var(--nt-ink);
  background: rgba(77, 90, 232, .06);
}

.tarifs-page .nt-compare__table thead th:nth-child(3) {
  color: #4d3ae8;
}

.tarifs-page .nt-compare__table tbody th {
  font-weight: 600;
  color: var(--nt-ink);
}

.tarifs-page .nt-compare__table td {
  color: var(--nt-copy);
}

.tarifs-page .nt-compare__ok {
  color: #157a5c;
}

.tarifs-page .nt-compare__ok svg {
  width: 16px;
  height: 16px;
  margin-right: 7px;
  vertical-align: -3px;
  fill: none;
  stroke: var(--nt-mint);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.tarifs-page .nt-compare__na {
  color: var(--nt-muted);
}

.tarifs-page .nt-compare__opt {
  color: #4d3ae8;
  font-weight: 600;
}

/* -------------------------------------------------------- configurator */

.tarifs-page .nt-config {
  background:
    radial-gradient(circle at 88% 8%, rgba(138, 92, 246, .08), transparent 32%),
    linear-gradient(#f3f4ff, #eef1ff 55%, #f6f7ff);
}

.tarifs-page .nt-config__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 384px;
  gap: clamp(24px, 2.4vw, 40px);
  align-items: start;
}

.tarifs-page .nt-config__wizard {
  min-width: 0;
}

.tarifs-page .nt-wizard__progress {
  margin: 0 0 16px;
  padding: 8px;
  border: 1px solid rgba(63, 77, 160, .13);
  border-radius: 18px;
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 12px 30px rgba(31, 41, 122, .05);
}

.tarifs-page .nt-wizard__progress ol {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 5px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tarifs-page .nt-wizard__progress button {
  display: grid;
  grid-template-rows: 28px auto;
  justify-items: center;
  gap: 5px;
  width: 100%;
  min-height: 62px;
  padding: 6px 4px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: var(--nt-muted);
  cursor: pointer;
  transition: background .16s ease, color .16s ease, transform .16s ease;
}

.tarifs-page .nt-wizard__progress button:hover {
  background: rgba(77, 90, 232, .07);
  color: var(--nt-ink);
}

.tarifs-page .nt-wizard__progress button > span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(63, 77, 160, .2);
  border-radius: 50%;
  background: #fff;
  color: #4450ca;
  font-size: 12px;
  font-weight: 680;
  font-variant-numeric: tabular-nums;
}

.tarifs-page .nt-wizard__progress button > b {
  max-width: 90px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}

.tarifs-page .nt-wizard__progress .is-current button {
  background: linear-gradient(135deg, rgba(76, 91, 235, .12), rgba(135, 78, 238, .11));
  color: var(--nt-ink);
}

.tarifs-page .nt-wizard__progress .is-current button > span {
  border-color: transparent;
  background: var(--nt-grad);
  color: #fff;
  box-shadow: 0 7px 16px rgba(80, 83, 226, .25);
}

.tarifs-page .nt-wizard__progress .is-complete button > span {
  border-color: rgba(20, 185, 153, .3);
  background: rgba(20, 185, 153, .1);
  color: #087d6d;
}

.tarifs-page .nt-config__steps {
  display: grid;
  gap: clamp(18px, 1.8vw, 26px);
  min-width: 0;
}

.tarifs-page .nt-step {
  scroll-margin-top: 154px;
  padding: clamp(22px, 2vw, 30px);
  border: 1px solid var(--nt-line);
  border-radius: 20px;
  background: var(--nt-card);
  box-shadow: 0 16px 34px rgba(31, 41, 122, .06);
}

.tarifs-page .nt-step.is-active {
  animation: nt-wizard-step-in .24s ease both;
}

.tarifs-page .nt-step[hidden] {
  display: none !important;
}

.tarifs-page .nt-step:focus {
  outline: none;
}

.tarifs-page .nt-step__substep {
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid rgba(63, 77, 160, .13);
}

.tarifs-page .nt-step__substep > .nt-step__header {
  margin-bottom: 14px;
}

.tarifs-page .nt-wizard__actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid rgba(63, 77, 160, .11);
}

.tarifs-page .nt-wizard__actions .nt-button {
  min-height: 44px;
}

.tarifs-page .nt-wizard__actions .nt-button--ghost {
  justify-self: start;
}

.tarifs-page .nt-wizard__actions .nt-button--primary {
  justify-self: end;
}

@keyframes nt-wizard-step-in {
  from { opacity: .25; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

.tarifs-page .nt-step__header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.tarifs-page .nt-step__number {
  flex: none;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(77, 90, 232, .1);
  color: #3c49d8;
  font-size: 12.5px;
  font-weight: 640;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.tarifs-page .nt-step h3 {
  margin: 0;
  font-family: var(--cb-display-font);
  font-size: clamp(19px, 1.5vw, 23px);
  font-weight: 620;
  color: var(--nt-ink);
}

.tarifs-page .nt-step__body {
  min-width: 0;
}

.tarifs-page fieldset.nt-step__body,
.tarifs-page .nt-step fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

.tarifs-page .nt-step__note {
  margin: 0 0 14px;
  color: var(--nt-copy);
  font-size: 14px;
  line-height: 1.5;
}

.tarifs-page .nt-step__note b {
  color: var(--nt-ink);
}

.tarifs-page .nt-grid-fields {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(196px, 1fr));
  gap: 14px;
}

.tarifs-page .nt-field {
  display: grid;
  align-content: start;
  gap: 7px;
  padding: 14px 15px;
  border: 1px solid rgba(63, 77, 160, .14);
  border-radius: 14px;
  background: rgba(255, 255, 255, .82);
}

.tarifs-page .nt-field--wide {
  grid-column: 1 / -1;
}

.tarifs-page .nt-field label {
  color: var(--nt-ink);
  font-size: 13.5px;
  font-weight: 600;
}

.tarifs-page .nt-field__price {
  color: var(--nt-muted);
  font-size: 12.5px;
}

.tarifs-page .nt-field__hint {
  margin: 0;
  color: #8a4fd8;
  font-size: 12.5px;
}

.tarifs-page .nt-stepper {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) 40px;
  align-items: stretch;
  border: 1px solid rgba(63, 77, 160, .2);
  border-radius: 11px;
  overflow: hidden;
  background: #fff;
}

.tarifs-page .nt-stepper button {
  display: grid;
  place-items: center;
  min-height: 40px;
  border: 0;
  background: rgba(77, 90, 232, .07);
  color: #3c49d8;
  cursor: pointer;
  transition: background .15s ease;
}

.tarifs-page .nt-stepper button:hover {
  background: rgba(77, 90, 232, .16);
}

.tarifs-page .nt-stepper button svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 2.2;
}

.tarifs-page .nt-stepper input {
  width: 100%;
  min-width: 0;
  border: 0;
  text-align: center;
  color: var(--nt-ink);
  font-size: 15.5px;
  font-weight: 620;
  font-variant-numeric: tabular-nums;
  background: transparent;
}

.tarifs-page .nt-stepper input::-webkit-outer-spin-button,
.tarifs-page .nt-stepper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
}

.tarifs-page .nt-stepper input[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
}

.tarifs-page .nt-stepper--small {
  max-width: 148px;
  grid-template-columns: 36px minmax(0, 1fr) 36px;
}

.tarifs-page .nt-stepper--small button {
  min-height: 36px;
}

.tarifs-page .nt-field input[type="text"],
.tarifs-page .nt-field select {
  min-height: 42px;
  padding: 8px 12px;
  border: 1px solid rgba(63, 77, 160, .2);
  border-radius: 11px;
  background: #fff;
  color: var(--nt-ink);
  font-size: 14.5px;
}

.tarifs-page .nt-pick-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(216px, 1fr));
  gap: 14px;
}

.tarifs-page .nt-pick-grid--care,
.tarifs-page .nt-pick-grid--packs {
  grid-template-columns: repeat(auto-fill, minmax(238px, 1fr));
}

.tarifs-page .nt-pick-grid > .nt-step__note {
  grid-column: 1 / -1;
  margin: 0;
}

.tarifs-page .nt-pick {
  position: relative;
  display: grid;
  align-content: start;
  gap: 7px;
  padding: 16px 17px;
  border: 1px solid rgba(63, 77, 160, .16);
  border-radius: 15px;
  background: rgba(255, 255, 255, .84);
  cursor: pointer;
  transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.tarifs-page .nt-pick:hover {
  transform: translateY(-2px);
  border-color: rgba(77, 90, 232, .4);
}

.tarifs-page .nt-pick input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  clip-path: inset(50%);
  overflow: hidden;
  white-space: nowrap;
}

.tarifs-page .nt-pick:has(input:checked) {
  border: 2px solid transparent;
  padding: 15px 16px;
  background:
    linear-gradient(rgba(255, 255, 255, .94), rgba(244, 243, 255, .94)) padding-box,
    var(--nt-grad) border-box;
  box-shadow: 0 16px 34px rgba(78, 92, 235, .16);
}

.tarifs-page .nt-pick:has(input:focus-visible) {
  outline: 3px solid #4d5ae8;
  outline-offset: 3px;
}

.tarifs-page .nt-pick__name {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  color: var(--nt-ink);
  font-family: var(--cb-display-font);
  font-size: 16px;
  font-weight: 620;
}

.tarifs-page .nt-pick__flag {
  padding: 3px 9px;
  border-radius: 999px;
  background: var(--nt-grad);
  color: #fff;
  font-size: 11px;
  font-style: normal;
  font-weight: 640;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.tarifs-page .nt-pick__meta {
  color: var(--nt-muted);
  font-size: 12.5px;
  line-height: 1.45;
}

.tarifs-page .nt-pick__price {
  color: var(--nt-copy);
  font-size: 13.5px;
}

.tarifs-page .nt-pick__price b {
  font-weight: 640;
  color: var(--nt-ink);
}

.tarifs-page .nt-options {
  display: grid;
  gap: 16px;
}

.tarifs-page .nt-option-group {
  padding: 18px;
  border: 1px solid rgba(63, 77, 160, .13);
  border-radius: 16px;
  background: rgba(255, 255, 255, .68);
}

.tarifs-page .nt-option-group h4 {
  margin: 0 0 6px;
  font-family: var(--cb-display-font);
  font-size: 16.5px;
  font-weight: 620;
  color: var(--nt-ink);
}

.tarifs-page .nt-option-group__note {
  margin: 0 0 14px;
  color: var(--nt-muted);
  font-size: 13px;
  line-height: 1.5;
}

.tarifs-page .nt-option-group__note b {
  color: var(--nt-ink);
}

.tarifs-page .nt-switch {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid rgba(63, 77, 160, .16);
  border-radius: 13px;
  background: #fff;
  cursor: pointer;
}

.tarifs-page .nt-switch input {
  width: 42px;
  height: 24px;
  margin: 0;
  appearance: none;
  border-radius: 999px;
  background: rgba(63, 77, 160, .24);
  position: relative;
  flex: none;
  cursor: pointer;
  transition: background .18s ease;
}

.tarifs-page .nt-switch input::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 6px rgba(8, 10, 62, .28);
  transition: translate .18s ease;
}

.tarifs-page .nt-switch input:checked {
  background: var(--nt-grad);
}

.tarifs-page .nt-switch input:checked::after {
  translate: 18px 0;
}

.tarifs-page .nt-switch span {
  color: var(--nt-ink);
  font-size: 14.5px;
  font-weight: 600;
}

.tarifs-page .nt-switch .nt-field__price {
  margin-left: auto;
  font-weight: 600;
}

.tarifs-page .nt-switch--plain {
  border: 0;
  padding: 8px 2px;
  background: transparent;
}

.tarifs-page .nt-switch + .nt-field {
  margin-top: 12px;
}

.tarifs-page .nt-locked {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 13px 15px;
  border: 1px dashed rgba(138, 92, 246, .5);
  border-radius: 13px;
  background: rgba(138, 92, 246, .07);
  color: var(--nt-copy);
  font-size: 13.5px;
  line-height: 1.5;
}

.tarifs-page .nt-locked p {
  margin: 0;
  flex: 1 1 260px;
}

.tarifs-page .nt-locked + .nt-grid-fields {
  margin-top: 12px;
}

.tarifs-page .nt-storage + .nt-storage {
  margin-top: 10px;
}

.tarifs-page .nt-storage .nt-field {
  max-width: 340px;
}

.tarifs-page .nt-storage > .nt-field__hint {
  margin-top: 6px;
}

.tarifs-page .nt-recommend {
  margin-top: 18px;
  border: 1px solid rgba(47, 182, 232, .34);
  border-radius: 16px;
  background: rgba(47, 182, 232, .06);
}

.tarifs-page .nt-recommend summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 15px 18px;
  color: var(--nt-ink);
  font-family: var(--cb-display-font);
  font-size: 15.5px;
  font-weight: 620;
  cursor: pointer;
  list-style: none;
}

.tarifs-page .nt-recommend summary::-webkit-details-marker {
  display: none;
}

.tarifs-page .nt-recommend summary i {
  position: relative;
  flex: none;
  width: 22px;
  height: 22px;
}

.tarifs-page .nt-recommend summary i::before,
.tarifs-page .nt-recommend summary i::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 12px;
  height: 2px;
  border-radius: 2px;
  background: #168aa8;
  translate: -50% -50%;
  transition: rotate .18s ease;
}

.tarifs-page .nt-recommend summary i::after {
  rotate: 90deg;
}

.tarifs-page .nt-recommend[open] summary i::after {
  rotate: 0deg;
}

.tarifs-page .nt-recommend > :not(summary) {
  margin-inline: 18px;
}

.tarifs-page .nt-recommend > .nt-step__note {
  margin-top: 2px;
}

.tarifs-page .nt-recommend .nt-grid-fields {
  margin-bottom: 14px;
}

.tarifs-page .nt-recommend__result {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
  margin: 0 18px 14px;
  color: var(--nt-copy);
  font-size: 14.5px;
}

.tarifs-page .nt-recommend__result b {
  font-family: var(--cb-display-font);
  font-size: 16.5px;
  font-weight: 640;
  color: var(--nt-ink);
}

.tarifs-page .nt-recommend__result small {
  flex-basis: 100%;
  color: var(--nt-muted);
  font-size: 13px;
}

.tarifs-page .nt-recommend > .nt-button {
  margin-bottom: 18px;
}

.tarifs-page .nt-services-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tarifs-page .nt-service {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 18px;
  padding: 13px 16px;
  border: 1px solid rgba(63, 77, 160, .14);
  border-radius: 14px;
  background: rgba(255, 255, 255, .8);
}

.tarifs-page .nt-service__info {
  display: grid;
  gap: 3px;
  flex: 1 1 300px;
  min-width: 0;
}

.tarifs-page .nt-service__info b {
  color: var(--nt-ink);
  font-size: 14.5px;
  font-weight: 600;
}

.tarifs-page .nt-service__price {
  color: var(--nt-muted);
  font-size: 13px;
}

.tarifs-page .nt-service__price i,
.tarifs-page .nt-services__table i {
  font-style: normal;
  color: var(--nt-muted);
  font-weight: 400;
}

/* -------------------------------------------------------- summary aside */

.tarifs-page .nt-summary {
  position: sticky;
  top: calc(var(--partner-overview-header-h, 74px) + 18px);
  min-width: 0;
}

.tarifs-page .nt-summary__card {
  padding: 24px 24px 22px;
  border: 2px solid transparent;
  border-radius: 22px;
  background:
    linear-gradient(rgba(255, 255, 255, .97), rgba(247, 246, 255, .97)) padding-box,
    var(--nt-grad) border-box;
  box-shadow: 0 30px 60px rgba(31, 41, 122, .16);
}

.tarifs-page .nt-summary__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.tarifs-page .nt-summary__head h3 {
  margin: 0;
  font-family: var(--cb-display-font);
  font-size: 20px;
  font-weight: 630;
  color: var(--nt-ink);
}

.tarifs-page .nt-summary__close {
  display: none;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(63, 77, 160, .2);
  border-radius: 11px;
  background: #fff;
  color: var(--nt-ink);
  cursor: pointer;
  place-items: center;
}

.tarifs-page .nt-summary__close svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 2;
}

.tarifs-page .nt-summary__body {
  display: grid;
  gap: 14px;
  max-height: min(34vh, 320px);
  margin-top: 14px;
  padding-right: 4px;
  overflow: auto;
  overscroll-behavior: contain;
}

.tarifs-page .nt-summary__group > p {
  margin: 0 0 7px;
  color: var(--nt-muted);
  font-size: 12px;
  font-weight: 640;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.tarifs-page .nt-summary__group ul {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tarifs-page .nt-summary__group li {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  color: var(--nt-copy);
  font-size: 13.5px;
  line-height: 1.4;
}

.tarifs-page .nt-summary__group li b {
  flex: none;
  font-weight: 620;
  font-variant-numeric: tabular-nums;
  color: var(--nt-ink);
}

.tarifs-page .nt-summary__muted {
  color: var(--nt-muted);
}

.tarifs-page .nt-summary__totals {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px dashed rgba(77, 90, 232, .3);
}

.tarifs-page .nt-total {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  margin: 0 0 8px;
  color: var(--nt-copy);
  font-size: 14px;
}

.tarifs-page .nt-total b {
  font-size: 16px;
  font-weight: 640;
  font-variant-numeric: tabular-nums;
  color: var(--nt-ink);
}

.tarifs-page .nt-total--year {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(77, 90, 232, .18);
}

.tarifs-page .nt-total--year b {
  font-family: var(--cb-display-font);
  font-size: 21px;
  background: var(--nt-grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.tarifs-page .nt-summary__vat {
  margin: 6px 0 0;
  color: var(--nt-muted);
  font-size: 12.5px;
}

.tarifs-page .nt-summary__status {
  min-height: 1.3em;
  margin: 10px 0 0;
  color: #157a5c;
  font-size: 13px;
  font-weight: 600;
}

.tarifs-page .nt-summary__actions {
  display: grid;
  gap: 9px;
  margin-top: 12px;
}

.tarifs-page .nt-summary__actions .nt-button {
  width: 100%;
}

/* --------------------------------------------------------------- drawer */

.tarifs-page .nt-drawer {
  display: none;
}

.tarifs-page .nt-drawer__toggle {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 54px;
  padding: 12px 18px;
  border: 0;
  border-radius: 14px;
  background: var(--nt-grad);
  color: #fff;
  font-size: 14.5px;
  font-weight: 620;
  cursor: pointer;
  box-shadow: 0 14px 30px rgba(78, 92, 235, .32);
}

.tarifs-page .nt-drawer__toggle b {
  font-variant-numeric: tabular-nums;
  font-weight: 660;
}

/* ----------------------------------------------------------- quote form */

.tarifs-page .nt-quote {
  margin-top: clamp(36px, 3.4vw, 52px);
}

.tarifs-page .nt-quote__card {
  width: min(100%, 880px);
  padding: clamp(24px, 2.4vw, 36px);
  border: 1px solid var(--nt-line);
  border-radius: 22px;
  background: var(--nt-card);
  box-shadow: 0 24px 48px rgba(31, 41, 122, .09);
}

.tarifs-page .nt-quote__card h3 {
  margin: 0 0 8px;
  font-family: var(--cb-display-font);
  font-size: clamp(21px, 1.7vw, 26px);
  font-weight: 620;
  color: var(--nt-ink);
}

.tarifs-page .nt-quote__card > p {
  margin: 0 0 20px;
  color: var(--nt-copy);
  font-size: 14.5px;
}

.tarifs-page .nt-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.tarifs-page .nt-form__field {
  display: grid;
  gap: 6px;
}

.tarifs-page .nt-form__field--wide {
  grid-column: 1 / -1;
}

.tarifs-page .nt-form__field label {
  color: var(--nt-ink);
  font-size: 13.5px;
  font-weight: 600;
}

.tarifs-page .nt-form__field input,
.tarifs-page .nt-form__field textarea {
  min-height: 46px;
  padding: 11px 14px;
  border: 1px solid rgba(63, 77, 160, .22);
  border-radius: 12px;
  background: #fff;
  color: var(--nt-ink);
  font-size: 14.5px;
  font-family: inherit;
}

.tarifs-page .nt-form__field textarea {
  resize: vertical;
}

.tarifs-page .nt-form__field :is(input, textarea)[aria-invalid="true"] {
  border-color: #d54f6c;
}

.tarifs-page .nt-form__status {
  min-height: 1.3em;
  margin: 14px 0 0;
  color: #157a5c;
  font-size: 14px;
  font-weight: 600;
}

.tarifs-page .nt-form__status--error {
  color: #b8385a;
}

.tarifs-page .nt-quote form .nt-actions {
  margin-top: 14px;
}

.tarifs-page .nt-form__pending {
  margin: 12px 0 0;
  color: var(--nt-muted);
  font-size: 12.5px;
}

/* ----------------------------------------------------------- packs/care */

.tarifs-page .nt-packs {
  background: linear-gradient(#f8f9ff, #f2f3ff 55%, #f8f9ff);
}

.tarifs-page .nt-packs__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: clamp(16px, 1.8vw, 24px);
}

.tarifs-page .nt-pack {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: clamp(22px, 2vw, 30px);
  border: 1px solid var(--nt-line);
  border-radius: 20px;
  background: var(--nt-card);
  box-shadow: 0 18px 38px rgba(31, 41, 122, .07);
}

.tarifs-page .nt-pack--flagged {
  border-color: rgba(77, 90, 232, .38);
}

.tarifs-page .nt-pack__flag {
  position: absolute;
  top: -13px;
  left: 24px;
  margin: 0;
  padding: 5px 12px;
  border-radius: 999px;
  background: var(--nt-grad);
  color: #fff;
  font-size: 11.5px;
  font-weight: 640;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.tarifs-page .nt-pack h3 {
  margin: 0 0 8px;
  font-family: var(--cb-display-font);
  font-size: 20px;
  font-weight: 620;
  color: var(--nt-ink);
}

.tarifs-page .nt-pack__price {
  margin: 0 0 6px;
  font-family: var(--cb-display-font);
  font-size: 26px;
  font-weight: 640;
  background: var(--nt-grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.tarifs-page .nt-pack__price span {
  font-family: var(--cb-body-font, inherit);
  font-size: 13px;
  font-weight: 500;
  -webkit-text-fill-color: var(--nt-muted);
  color: var(--nt-muted);
}

.tarifs-page .nt-pack__audience {
  margin: 0 0 14px;
  color: var(--nt-copy);
  font-size: 13.5px;
}

.tarifs-page .nt-pack__audience span {
  color: var(--nt-muted);
  font-weight: 600;
  text-transform: uppercase;
  font-size: 11.5px;
  letter-spacing: .05em;
  margin-right: 6px;
}

.tarifs-page .nt-pack ul,
.tarifs-page .nt-care__card ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 14px 0 0;
  border-top: 1px dashed rgba(77, 90, 232, .24);
  list-style: none;
}

.tarifs-page .nt-pack ul li,
.tarifs-page .nt-care__card ul li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: var(--nt-copy);
  font-size: 13.5px;
  line-height: 1.45;
}

.tarifs-page .nt-care {
  margin-top: clamp(40px, 4vw, 60px);
}

.tarifs-page .nt-care > h3 {
  margin: 0 0 20px;
  font-family: var(--cb-display-font);
  font-size: clamp(21px, 1.8vw, 26px);
  font-weight: 620;
  color: var(--nt-ink);
}

.tarifs-page .nt-care__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(268px, 1fr));
  gap: clamp(14px, 1.6vw, 22px);
}

.tarifs-page .nt-care__card {
  padding: 22px;
  border: 1px solid var(--nt-line);
  border-radius: 18px;
  background: rgba(255, 255, 255, .78);
}

.tarifs-page .nt-care__card h4 {
  margin: 0 0 6px;
  font-family: var(--cb-display-font);
  font-size: 17px;
  font-weight: 620;
  color: var(--nt-ink);
}

.tarifs-page .nt-care__price {
  margin: 0 0 12px;
  font-family: var(--cb-display-font);
  font-size: 21px;
  font-weight: 640;
  color: #4d3ae8;
}

.tarifs-page .nt-care__price span {
  font-family: var(--cb-body-font, inherit);
  color: var(--nt-muted);
  font-size: 13px;
  font-weight: 500;
}

/* ------------------------------------------------------------- services */

.tarifs-page .nt-services__table {
  display: grid;
  margin: 0;
  padding: 0;
  border: 1px solid var(--nt-line);
  border-radius: 20px;
  overflow: hidden;
  background: var(--nt-card);
  box-shadow: 0 22px 44px rgba(31, 41, 122, .07);
  list-style: none;
}

.tarifs-page .nt-services__table li {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px 20px;
  padding: 15px 22px;
  border-bottom: 1px solid rgba(63, 77, 160, .1);
}

.tarifs-page .nt-services__table li:last-child {
  border-bottom: 0;
}

.tarifs-page .nt-services__table li:nth-child(odd) {
  background: rgba(77, 90, 232, .035);
}

.tarifs-page .nt-services__table span {
  color: var(--nt-ink);
  font-size: 14.5px;
  font-weight: 600;
}

.tarifs-page .nt-services__table b {
  color: var(--nt-copy);
  font-size: 14.5px;
  font-weight: 620;
  font-variant-numeric: tabular-nums;
}

/* ------------------------------------------------------------------ faq */

.tarifs-page .nt-faq {
  background: linear-gradient(#f8f9ff, #f3f4ff 60%, #f8f9ff);
}

.tarifs-page .nt-faq__layout {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: clamp(32px, 4vw, 72px);
  align-items: start;
}

.tarifs-page .nt-faq .nt-heading {
  margin-bottom: 0;
}

.tarifs-page .nt-faq__items {
  display: grid;
  gap: 12px;
}

.tarifs-page .nt-faq__items details {
  border: 1px solid var(--nt-line);
  border-radius: 16px;
  background: var(--nt-card);
  overflow: hidden;
}

.tarifs-page .nt-faq__items details[open] {
  border-color: rgba(77, 90, 232, .38);
  box-shadow: 0 16px 34px rgba(31, 41, 122, .08);
}

.tarifs-page .nt-faq__items summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 17px 20px;
  color: var(--nt-ink);
  font-family: var(--cb-display-font);
  font-size: 15.5px;
  font-weight: 620;
  line-height: 1.35;
  cursor: pointer;
  list-style: none;
}

.tarifs-page .nt-faq__items summary::-webkit-details-marker {
  display: none;
}

.tarifs-page .nt-faq__items summary i {
  position: relative;
  flex: none;
  width: 22px;
  height: 22px;
}

.tarifs-page .nt-faq__items summary i::before,
.tarifs-page .nt-faq__items summary i::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 12px;
  height: 2px;
  border-radius: 2px;
  background: #4d5ae8;
  translate: -50% -50%;
  transition: rotate .18s ease;
}

.tarifs-page .nt-faq__items summary i::after {
  rotate: 90deg;
}

.tarifs-page .nt-faq__items details[open] summary i::after {
  rotate: 0deg;
}

.tarifs-page .nt-faq__items details p {
  margin: 0;
  padding: 0 20px 18px;
  color: var(--nt-copy);
  font-size: 14.5px;
  line-height: 1.55;
}

/* ---------------------------------------------------------------- final */

.tarifs-page .nt-final {
  position: relative;
  isolation: isolate;
  padding-block: clamp(96px, 8.4vw, 150px);
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 82% 18%, rgba(138, 92, 246, .45), transparent 42%),
    radial-gradient(circle at 12% 88%, rgba(47, 182, 232, .3), transparent 40%),
    linear-gradient(135deg, #0a103f 0%, #131a63 55%, #241a70 100%);
}

.tarifs-page .nt-final__glow {
  position: absolute;
  z-index: -1;
  top: -180px;
  right: -120px;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  background: rgba(94, 108, 255, .32);
  filter: blur(60px);
}

.tarifs-page .nt-final .nt-eyebrow {
  color: #9fb2ff;
}

.tarifs-page .nt-final h2 {
  color: #fff;
}

.tarifs-page .nt-final > .nt-shell > p:not(.nt-eyebrow) {
  max-width: 720px;
  margin: 24px 0 30px;
  color: rgba(233, 237, 255, .84);
  font-size: var(--cb-lead-section);
  font-weight: var(--cb-lead-weight);
  letter-spacing: var(--cb-lead-tracking);
  line-height: 1.5;
}

.tarifs-page .nt-final .nt-button--secondary {
  color: #eef1ff;
  border-color: rgba(233, 237, 255, .34);
  background: rgba(255, 255, 255, .08);
}

/* ------------------------------------------------------------ responsive */

@media (max-width: 1360px) {
  .neoo-product-page.partners-page--overview.tarifs-page {
    --nt-shell: min(calc(100% - 64px), 1512px);
  }
}

@media (max-width: 1180px) {
  .tarifs-page .nt-value {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 28px;
  }

  .tarifs-page .nt-value li {
    padding-inline: 0;
    border-left: 0;
  }

  .tarifs-page .nt-config__layout {
    grid-template-columns: minmax(0, 1fr) 344px;
  }

  .tarifs-page .nt-faq__layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  .tarifs-page .nt-config__layout {
    grid-template-columns: 1fr;
  }

  .tarifs-page .nt-summary {
    position: fixed;
    inset: 0;
    z-index: 90;
    display: none;
    padding: calc(var(--partner-overview-header-h, 74px) + 14px) 16px calc(92px + env(safe-area-inset-bottom));
    overflow: auto;
    overscroll-behavior: contain;
    background: rgba(8, 10, 62, .5);
  }

  .tarifs-page .nt-summary.nt-summary--open {
    display: block;
  }

  .tarifs-page .nt-summary__card {
    width: min(100%, 560px);
    margin-inline: auto;
  }

  .tarifs-page .nt-summary__close {
    display: grid;
  }

  .tarifs-page .nt-summary__body {
    max-height: none;
    overflow: visible;
  }

  body.nt-drawer-lock {
    overflow: hidden;
  }

  .tarifs-page .nt-drawer {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 95;
    padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
    background: rgba(248, 249, 255, .94);
    border-top: 1px solid var(--nt-line);
    backdrop-filter: blur(8px);
  }

  .tarifs-page .nt-hero__plans {
    grid-template-columns: 1fr;
    max-width: 560px;
    margin-inline: auto;
  }

  .tarifs-page .nt-plan--featured {
    order: -1;
    margin-top: 8px;
  }
}

@media (max-width: 760px) {
  .neoo-product-page.partners-page--overview.tarifs-page {
    --nt-shell: min(calc(100% - 40px), 1512px);
  }

  .tarifs-page .nt-wizard__progress {
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: thin;
  }

  .tarifs-page .nt-wizard__progress ol {
    grid-template-columns: repeat(7, minmax(92px, 1fr));
    min-width: 680px;
  }

  .tarifs-page .nt-wizard__progress li {
    scroll-snap-align: center;
  }

  .tarifs-page .nt-wizard__actions {
    grid-template-columns: 1fr 1fr;
  }

  .tarifs-page .nt-wizard__actions .nt-button {
    width: 100%;
  }

  .tarifs-page .nt-compare__scroll {
    overflow: visible;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .tarifs-page .nt-compare__table {
    min-width: 0;
  }

  .tarifs-page .nt-compare__table,
  .tarifs-page .nt-compare__table tbody,
  .tarifs-page .nt-compare__table tr,
  .tarifs-page .nt-compare__table tbody th,
  .tarifs-page .nt-compare__table td {
    display: block;
  }

  .tarifs-page .nt-compare__table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
  }

  .tarifs-page .nt-compare__table tr {
    margin-bottom: 14px;
    padding: 6px 18px 10px;
    border: 1px solid var(--nt-line);
    border-radius: 16px;
    background: var(--nt-card);
    box-shadow: 0 14px 30px rgba(31, 41, 122, .06);
  }

  .tarifs-page .nt-compare__table tbody th {
    padding: 12px 0 8px;
    border-bottom: 1px solid rgba(63, 77, 160, .14);
    font-size: 15px;
  }

  .tarifs-page .nt-compare__table td {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
    padding: 9px 0;
    border-bottom: 1px dashed rgba(63, 77, 160, .12);
    text-align: right;
  }

  .tarifs-page .nt-compare__table td:last-child {
    border-bottom: 0;
  }

  .tarifs-page .nt-compare__table td::before {
    content: attr(data-nt-col);
    color: var(--nt-muted);
    font-size: 12.5px;
    font-weight: 600;
    text-align: left;
  }

  .tarifs-page .nt-form__grid {
    grid-template-columns: 1fr;
  }

  .tarifs-page .nt-hero__foot {
    flex-direction: column;
    text-align: center;
  }

  .tarifs-page .nt-service {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .tarifs-page .nt-grid-fields,
  .tarifs-page .nt-pick-grid,
  .tarifs-page .nt-pick-grid--packs,
  .tarifs-page .nt-pick-grid--care,
  .tarifs-page .nt-value {
    grid-template-columns: 1fr;
  }

  .tarifs-page .nt-step__header {
    flex-wrap: wrap;
    gap: 10px;
  }

  .tarifs-page .nt-switch .nt-field__price {
    margin-left: 54px;
    flex-basis: 100%;
  }
}

/* ------------------------------------------------- Neoo MSP levels */

.tarifs-page .nt-compare__table thead th small {
  display: block;
  margin-top: 8px;
  color: var(--nt-muted);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
}

.tarifs-page .nt-compare__table thead th small a {
  color: var(--nt-blue);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.tarifs-page .nt-plan__billing {
  margin: 20px 0 4px;
}

.tarifs-page .nt-plan__price--msp {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: end;
  column-gap: 8px;
}

.tarifs-page .nt-plan__price--msp > span:first-child {
  grid-column: 1 / -1;
}

.tarifs-page .nt-msp-toggle {
  display: flex;
  width: fit-content;
  margin: 0 auto clamp(30px, 4vw, 48px);
  padding: 4px;
  border: 1px solid var(--nt-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 10px 30px rgba(34, 43, 105, .08);
}

.tarifs-page .nt-msp-toggle--compact {
  margin: 0;
  box-shadow: none;
}

.tarifs-page .nt-msp-toggle label {
  position: relative;
  cursor: pointer;
}

.tarifs-page .nt-msp-toggle input {
  position: absolute;
  inline-size: 1px;
  block-size: 1px;
  opacity: 0;
}

.tarifs-page .nt-msp-toggle span {
  display: block;
  min-width: 104px;
  padding: 10px 18px;
  border-radius: 999px;
  color: var(--nt-copy);
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.tarifs-page .nt-msp-toggle--compact span {
  min-width: 78px;
  padding: 7px 12px;
  font-size: 12px;
}

.tarifs-page .nt-msp-toggle input:checked + span {
  color: #fff;
  background: var(--nt-grad);
}

.tarifs-page .nt-msp-toggle input:focus-visible + span {
  outline: 3px solid rgba(63, 109, 242, .35);
  outline-offset: 3px;
}

.tarifs-page .nt-msp-levels {
  background: linear-gradient(180deg, #f8f9ff 0%, #eef2ff 50%, #f8f9ff 100%);
}

.tarifs-page .nt-msp-levels .nt-heading {
  margin-inline: auto;
  text-align: center;
}

.tarifs-page .nt-msp-levels .nt-heading > p:not(.nt-eyebrow) {
  margin-inline: auto;
}

.tarifs-page .nt-msp-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.tarifs-page .nt-msp-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 100%;
  padding: clamp(24px, 2.4vw, 34px);
  border: 1px solid var(--nt-line);
  border-radius: 26px;
  flex-direction: column;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 20px 55px rgba(34, 43, 105, .08);
}

.tarifs-page .nt-msp-card--recommended {
  border-color: rgba(95, 91, 235, .52);
  box-shadow: 0 24px 65px rgba(77, 87, 211, .18);
}

.tarifs-page .nt-msp-card.is-selected {
  outline: 3px solid rgba(63, 109, 242, .22);
  outline-offset: 3px;
}

.tarifs-page .nt-msp-card__badge {
  width: fit-content;
  margin: -12px 0 16px;
  padding: 7px 11px;
  border-radius: 999px;
  color: #fff;
  background: var(--nt-grad);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.tarifs-page .nt-msp-card h3 {
  margin: 0 0 14px;
  font-size: clamp(21px, 1.7vw, 28px);
  line-height: 1.1;
}

.tarifs-page .nt-msp-card > p:not([class]) {
  min-height: 7em;
  margin: 0 0 22px;
  color: var(--nt-copy);
  line-height: 1.55;
}

.tarifs-page .nt-msp-card__price {
  margin: auto 0 8px;
}

.tarifs-page .nt-msp-card__price strong,
.tarifs-page .nt-msp-card__quote {
  display: block;
  color: var(--nt-ink);
  font-size: clamp(30px, 2.5vw, 42px);
  font-weight: 800;
  line-height: 1;
}

.tarifs-page .nt-msp-card__price span,
.tarifs-page .nt-msp-card__cadence,
.tarifs-page .nt-msp-card__annual,
.tarifs-page .nt-msp-card__saving {
  color: var(--nt-muted);
  font-size: 13px;
  line-height: 1.45;
}

.tarifs-page .nt-msp-card__cadence,
.tarifs-page .nt-msp-card__annual,
.tarifs-page .nt-msp-card__saving {
  margin: 8px 0 0;
}

.tarifs-page .nt-msp-card__saving {
  color: #167b61;
  font-weight: 700;
}

.tarifs-page .nt-msp-card .nt-button {
  width: 100%;
  margin-top: 24px;
}

.tarifs-page .nt-msp-matrix {
  margin-top: clamp(48px, 6vw, 84px);
}

.tarifs-page .nt-msp-matrix > header {
  max-width: 920px;
  margin-bottom: 24px;
}

.tarifs-page .nt-msp-matrix > header h3 {
  margin: 0 0 10px;
  font-size: clamp(24px, 2vw, 34px);
}

.tarifs-page .nt-msp-matrix > header p {
  margin: 0;
  color: var(--nt-copy);
  line-height: 1.55;
}

.tarifs-page .nt-msp-matrix__scroll {
  overflow-x: auto;
  border: 1px solid var(--nt-line);
  border-radius: 22px;
  background: #fff;
}

.tarifs-page .nt-msp-matrix table {
  width: 100%;
  min-width: 820px;
  border-collapse: collapse;
}

.tarifs-page .nt-msp-matrix th,
.tarifs-page .nt-msp-matrix td {
  padding: 15px 18px;
  border-bottom: 1px solid var(--nt-line);
  text-align: center;
}

.tarifs-page .nt-msp-matrix th:first-child {
  width: 34%;
  text-align: left;
}

.tarifs-page .nt-msp-matrix tbody th {
  color: var(--nt-copy);
  font-weight: 600;
}

.tarifs-page .nt-msp-matrix td svg {
  width: 17px;
  margin-right: 5px;
  fill: none;
  stroke: var(--nt-mint);
  stroke-width: 2.2;
  vertical-align: middle;
}

.tarifs-page .nt-pick-grid--msp-plans {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 24px;
}

.tarifs-page .nt-pick--msp-plan .nt-pick__price {
  display: block;
  margin-top: 8px;
}

.tarifs-page .nt-step--msp .nt-msp-toggle {
  margin: 0 0 16px;
}

@media (max-width: 1100px) {
  .tarifs-page .nt-msp-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tarifs-page .nt-msp-card > p:not([class]) {
    min-height: 0;
  }
}

@media (max-width: 640px) {
  .tarifs-page .nt-msp-cards,
  .tarifs-page .nt-pick-grid--msp-plans {
    grid-template-columns: 1fr;
  }

  .tarifs-page .nt-msp-toggle {
    width: 100%;
  }

  .tarifs-page .nt-msp-toggle label {
    flex: 1;
  }

  .tarifs-page .nt-msp-toggle span {
    min-width: 0;
  }
}

/* ------------------------------------------------- motion & high contrast */

@media (prefers-reduced-motion: reduce) {
  .tarifs-page .nt-step.is-active {
    animation: none;
  }

  .tarifs-page .nt-button,
  .tarifs-page .nt-wizard__progress button,
  .tarifs-page .nt-pick,
  .tarifs-page .nt-stepper button,
  .tarifs-page .nt-switch input,
  .tarifs-page .nt-switch input::after,
  .tarifs-page .nt-recommend summary i::before,
  .tarifs-page .nt-recommend summary i::after,
  .tarifs-page .nt-faq__items summary i::before,
  .tarifs-page .nt-faq__items summary i::after {
    transition: none;
  }

  .tarifs-page .nt-hero__talk svg {
    transition: none;
  }

  .tarifs-page .nt-button:hover,
  .tarifs-page .nt-pick:hover {
    transform: none;
  }

  .tarifs-page .nt-hero__talk:hover svg {
    transform: none;
  }
}

@media (forced-colors: active) {
  .tarifs-page .nt-plan,
  .tarifs-page .nt-hero__value,
  .tarifs-page .nt-step,
  .tarifs-page .nt-pick,
  .tarifs-page .nt-field,
  .tarifs-page .nt-option-group,
  .tarifs-page .nt-summary__card,
  .tarifs-page .nt-pack,
  .tarifs-page .nt-care__card,
  .tarifs-page .nt-quote__card,
  .tarifs-page .nt-services__table,
  .tarifs-page .nt-faq__items details,
  .tarifs-page .nt-drawer__toggle,
  .tarifs-page .nt-button {
    border: 1px solid CanvasText;
  }

  .tarifs-page .nt-hero h1 em,
  .tarifs-page .nt-plan__price strong,
  .tarifs-page .nt-pack__price,
  .tarifs-page .nt-total--year b {
    background: none;
    -webkit-text-fill-color: CanvasText;
    color: CanvasText;
  }

  .tarifs-page .nt-switch input {
    border: 1px solid CanvasText;
  }
}
