.bz-tariff-choice {
  --bz-motion-time-scale: 1.428571;
  color: #081a20;
  box-sizing: border-box;
}
.bz-tariff-choice *,
.bz-tariff-choice *::before,
.bz-tariff-choice *::after { box-sizing: border-box; }
.bz-tariff-choice__eyebrow {
  margin: 0 0 11px;
  color: #935b42;
  font-size: clamp(11px, 1vw, 12px);
  line-height: 1;
  font-weight: 850;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.bz-tariff-choice__title {
  max-width: 900px;
  margin: 0;
  color: #081a20;
  font-size: 42px;
  line-height: .98;
  letter-spacing: -.052em;
  font-weight: 850;
  text-wrap: balance;
}
.bz-tariff-choice__title-desktop { display: inline; }
.bz-tariff-choice__title-mobile { display: none; }
.bz-tariff-choice__stage {
  position: relative;
  min-height: 430px;
  margin-top: clamp(26px, 3vw, 34px);
  overflow: visible;
}
.bz-tariff-choice__view {
  min-height: 430px;
  padding: 0;
  overflow: visible;
}
.bz-tariff-choice__stack {
  position: relative;
  width: min(66%, 660px);
  max-width: 660px;
  min-height: 360px;
  margin: 0 auto;
  transform: translateX(4%);
  isolation: isolate;
}
.bz-tariff-choice__card {
  position: absolute;
  left: 50%;
  width: 91.5%;
  height: 80px;
  min-height: 80px;
  padding: 15px 72px 14px 20px;
  overflow: hidden;
  color: #081a20;
  background: #fbf8f1;
  border: 1px dashed rgba(8, 26, 32, .18);
  box-shadow: 0 10px 24px rgba(8, 26, 32, .07);
  opacity: .82;
  cursor: pointer;
  transform: translateX(-50%);
  transform-origin: 50% 50%;
  transition:
    top .58s cubic-bezier(.16, 1, .3, 1),
    left .58s cubic-bezier(.16, 1, .3, 1),
    width .58s cubic-bezier(.16, 1, .3, 1),
    height .58s cubic-bezier(.16, 1, .3, 1),
    min-height .58s cubic-bezier(.16, 1, .3, 1),
    padding .58s cubic-bezier(.16, 1, .3, 1),
    opacity .36s ease,
    box-shadow .58s cubic-bezier(.16, 1, .3, 1),
    border-color .36s ease,
    background-color .36s ease;
}
.bz-tariff-choice__card:nth-child(1) { left: 50%; }
.bz-tariff-choice__card:nth-child(2) { left: 51.75%; }
.bz-tariff-choice__card:nth-child(3) { left: 53.5%; }
.bz-tariff-choice__card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 54px;
  bottom: 0;
  border-left: 1px dashed rgba(8, 26, 32, .18);
}
.bz-tariff-choice__card > button {
  position: absolute;
  inset: 0;
  z-index: 12;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.bz-tariff-choice__card:focus-within {
  border-color: #a96a4a;
  outline: 2px solid rgba(169, 106, 74, .34);
  outline-offset: 2px;
}
.bz-tariff-choice__card span,
.bz-tariff-choice__card strong,
.bz-tariff-choice__card em,
.bz-tariff-choice__card small {
  position: relative;
  z-index: 2;
  transition:
    transform .54s cubic-bezier(.16, 1, .3, 1),
    font-size .54s cubic-bezier(.16, 1, .3, 1),
    opacity .34s ease,
    margin .54s cubic-bezier(.16, 1, .3, 1),
    max-height .54s cubic-bezier(.16, 1, .3, 1);
}
.bz-tariff-choice__card > span {
  display: block;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #935b42;
}
.bz-tariff-choice__card > strong {
  display: block;
  margin-top: 12px;
  font-size: 22px;
  line-height: 1.05;
}
.bz-tariff-choice__card > em {
  display: block;
  margin-top: 7px;
  font-style: normal;
  font-size: 18px;
  font-weight: 900;
}
.bz-tariff-choice__card > small {
  display: block;
  max-height: 52px;
  margin-top: 12px;
  overflow: hidden;
  color: rgba(8, 26, 32, .62);
  font-size: 12px;
  line-height: 1.35;
}
.bz-tariff-choice[data-active="1"] .bz-tariff-choice__card:nth-child(1) { top: 0; z-index: 9; }
.bz-tariff-choice[data-active="1"] .bz-tariff-choice__card:nth-child(2) { top: 208px; z-index: 2; opacity: .84; }
.bz-tariff-choice[data-active="1"] .bz-tariff-choice__card:nth-child(3) { top: 274px; z-index: 1; opacity: .72; }
.bz-tariff-choice[data-active="2"] .bz-tariff-choice__card:nth-child(1) { top: 0; z-index: 2; opacity: .79; }
.bz-tariff-choice[data-active="2"] .bz-tariff-choice__card:nth-child(2) { top: 66px; z-index: 9; }
.bz-tariff-choice[data-active="2"] .bz-tariff-choice__card:nth-child(3) { top: 274px; z-index: 1; opacity: .79; }
.bz-tariff-choice[data-active="3"] .bz-tariff-choice__card:nth-child(1) { top: 0; z-index: 1; opacity: .72; }
.bz-tariff-choice[data-active="3"] .bz-tariff-choice__card:nth-child(2) { top: 66px; z-index: 2; opacity: .84; }
.bz-tariff-choice[data-active="3"] .bz-tariff-choice__card:nth-child(3) { top: 132px; z-index: 9; }
.bz-tariff-choice__card.is-active {
  width: 94%;
  height: 224px;
  min-height: 224px;
  padding: 27px 76px 24px 24px;
  z-index: 9;
  opacity: 1;
  background: #fffdf8;
  border-color: rgba(8, 26, 32, .29);
  box-shadow: 0 25px 54px rgba(8, 26, 32, .145);
}
.bz-tariff-choice__card:not(.is-active) > span,
.bz-tariff-choice__card:not(.is-active) > small { display: none; }
.bz-tariff-choice__card:not(.is-active) > strong {
  position: absolute;
  left: 20px;
  right: 158px;
  top: 50%;
  max-width: none;
  margin: 0;
  transform: translateY(-50%);
  font-size: 15px;
  line-height: 1.08;
  white-space: normal;
}
.bz-tariff-choice__card:not(.is-active) > em {
  position: absolute;
  right: 72px;
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
  font-size: 19px;
  line-height: 1;
  opacity: .78;
  white-space: nowrap;
}
.bz-tariff-choice__card.is-active > span {
  display: block;
  font-size: 9px;
  opacity: 1;
}
.bz-tariff-choice__card.is-active > strong {
  position: relative;
  display: block;
  max-width: 68%;
  margin-top: 14px;
  font-size: 24px;
  line-height: 1.04;
}
.bz-tariff-choice__card.is-active > small {
  display: block;
  max-width: 66%;
  max-height: 58px;
  margin-top: 14px;
  opacity: 1;
  font-size: 13px;
  line-height: 1.38;
}
.bz-tariff-choice__card.is-active > em {
  position: absolute;
  right: 76px;
  bottom: 25px;
  margin: 0;
  font-size: 29px;
  line-height: 1;
  opacity: 1;
  white-space: nowrap;
}
.bz-tariff-choice__spine {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 54px;
  padding: 0;
  overflow: hidden;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-style: normal;
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: #935b42;
  background: rgba(169, 106, 74, .035);
  opacity: 0;
  pointer-events: none;
  clip-path: inset(0 0 100% 0);
  transition:
    opacity .28s ease .14s,
    clip-path .34s cubic-bezier(.16, 1, .3, 1) .14s,
    color .28s ease,
    background-color .28s ease;
}
.bz-tariff-choice__card.is-active .bz-tariff-choice__spine {
  opacity: 1;
  clip-path: inset(0);
}
.bz-tariff-choice__spine::before { content: none; display: none; }
.bz-tariff-choice__card.is-active .bz-tariff-choice__spine::before {
  content: "";
  display: block;
  position: absolute;
  right: 9px;
  bottom: 7px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #a96a4a;
  opacity: 1;
}
.bz-tariff-choice__card:not(.is-active) .bz-tariff-choice__spine {
  display: block;
  padding: 0;
  overflow: visible;
  font-size: 0;
  color: rgba(8, 26, 32, .62);
  background: rgba(8, 26, 32, .018);
  opacity: 1;
  clip-path: inset(0);
}
.bz-tariff-choice__card:not(.is-active) .bz-tariff-choice__spine::after {
  content: attr(data-short);
  position: absolute;
  right: 8px;
  bottom: 9px;
  font-size: 11px;
  line-height: 1;
  font-weight: 850;
  letter-spacing: .08em;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
.bz-tariff-choice.is-switching .bz-tariff-choice__card.is-active {
  animation: bz-tariff-card-forward .6s cubic-bezier(.16, 1, .3, 1) both;
}

/* owner:tariff-choice-affordance-demo — one-time mobile potential-choice wave */
.bz-tariff-choice[data-affordance-demo="dim"] .bz-tariff-choice__card:nth-child(1),
.bz-tariff-choice[data-affordance-demo="focus-2"] .bz-tariff-choice__card:nth-child(1),
.bz-tariff-choice[data-affordance-demo="hold-2"] .bz-tariff-choice__card:nth-child(1),
.bz-tariff-choice[data-affordance-demo="focus-3"] .bz-tariff-choice__card:nth-child(1),
.bz-tariff-choice[data-affordance-demo="hold-3"] .bz-tariff-choice__card:nth-child(1),
.bz-tariff-choice[data-affordance-demo="settling"] .bz-tariff-choice__card:nth-child(1) {
  opacity: .92;
  box-shadow: 0 18px 38px rgba(8, 26, 32, .105);
}
.bz-tariff-choice[data-affordance-demo="dim"] .bz-tariff-choice__card:nth-child(1) .bz-tariff-choice__spine::before,
.bz-tariff-choice[data-affordance-demo="focus-2"] .bz-tariff-choice__card:nth-child(1) .bz-tariff-choice__spine::before,
.bz-tariff-choice[data-affordance-demo="hold-2"] .bz-tariff-choice__card:nth-child(1) .bz-tariff-choice__spine::before,
.bz-tariff-choice[data-affordance-demo="focus-3"] .bz-tariff-choice__card:nth-child(1) .bz-tariff-choice__spine::before,
.bz-tariff-choice[data-affordance-demo="hold-3"] .bz-tariff-choice__card:nth-child(1) .bz-tariff-choice__spine::before,
.bz-tariff-choice[data-affordance-demo="settling"] .bz-tariff-choice__card:nth-child(1) .bz-tariff-choice__spine::before {
  opacity: .42;
}
.bz-tariff-choice[data-affordance-demo="focus-2"] .bz-tariff-choice__card:nth-child(2),
.bz-tariff-choice[data-affordance-demo="hold-2"] .bz-tariff-choice__card:nth-child(2),
.bz-tariff-choice[data-affordance-demo="focus-3"] .bz-tariff-choice__card:nth-child(3),
.bz-tariff-choice[data-affordance-demo="hold-3"] .bz-tariff-choice__card:nth-child(3) {
  opacity: .97;
  color: #081a20;
  background: #faf8f2;
  border-color: rgba(8, 26, 32, .25);
  box-shadow: 0 4px 0 rgba(4, 14, 17, .16), 0 12px 22px rgba(4, 14, 17, .11);
  transform: translateX(calc(-50% - 6px));
}
.bz-tariff-choice[data-affordance-demo="focus-2"] .bz-tariff-choice__card:nth-child(2) .bz-tariff-choice__spine::before,
.bz-tariff-choice[data-affordance-demo="hold-2"] .bz-tariff-choice__card:nth-child(2) .bz-tariff-choice__spine::before,
.bz-tariff-choice[data-affordance-demo="focus-3"] .bz-tariff-choice__card:nth-child(3) .bz-tariff-choice__spine::before,
.bz-tariff-choice[data-affordance-demo="hold-3"] .bz-tariff-choice__card:nth-child(3) .bz-tariff-choice__spine::before {
  content: "";
  display: block;
  position: absolute;
  right: 8px;
  bottom: 8px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #a96a4a;
  opacity: 1;
}
.bz-tariff-choice[data-affordance-demo="focus-2"] .bz-tariff-choice__card:nth-child(2) > strong,
.bz-tariff-choice[data-affordance-demo="hold-2"] .bz-tariff-choice__card:nth-child(2) > strong,
.bz-tariff-choice[data-affordance-demo="focus-2"] .bz-tariff-choice__card:nth-child(2) > em,
.bz-tariff-choice[data-affordance-demo="hold-2"] .bz-tariff-choice__card:nth-child(2) > em,
.bz-tariff-choice[data-affordance-demo="focus-3"] .bz-tariff-choice__card:nth-child(3) > strong,
.bz-tariff-choice[data-affordance-demo="hold-3"] .bz-tariff-choice__card:nth-child(3) > strong,
.bz-tariff-choice[data-affordance-demo="focus-3"] .bz-tariff-choice__card:nth-child(3) > em,
.bz-tariff-choice[data-affordance-demo="hold-3"] .bz-tariff-choice__card:nth-child(3) > em {
  opacity: 1;
  color: #081a20;
}
@media (max-width: 760px) {
  .bz-tariff-choice__card {
    transition:
      top .58s cubic-bezier(.16, 1, .3, 1),
      left .58s cubic-bezier(.16, 1, .3, 1),
      width .58s cubic-bezier(.16, 1, .3, 1),
      height .58s cubic-bezier(.16, 1, .3, 1),
      min-height .58s cubic-bezier(.16, 1, .3, 1),
      padding .58s cubic-bezier(.16, 1, .3, 1),
      transform .18s cubic-bezier(.22, 1, .36, 1),
      opacity .16s ease,
      box-shadow .18s cubic-bezier(.22, 1, .36, 1),
      border-color .16s ease,
      background-color .16s ease;
  }
}
@media (prefers-reduced-motion: reduce) {
  .bz-tariff-choice[data-affordance-demo] .bz-tariff-choice__card {
    transform: translateX(-50%);
  }
}

#borzilov-lp :is(#bz1092-product-lab,#bz1092-product-commercial-late) [data-tariff-host] { display: contents; }
#borzilov-lp :is(#bz1092-product-lab,#bz1092-product-commercial-late) .bz1092-object > [data-tariff-host] > .bz-tariff-choice {
  grid-area: tariff;
  grid-column: 1 / -1;
  width: auto;
  margin: clamp(64px, 7vw, 80px) var(--pad) 0;
  padding: 0;
}
#borzilov-lp :is(#bz1092-product-lab,#bz1092-product-commercial-late) .bz-tariff-choice + .bz1092-action {
  margin-top: clamp(52px, 6vw, 68px);
}
#borzilov-lp :is(#bz1092-product-lab,#bz1092-product-commercial-late) + .bz1092-author-video--after-monument {
  grid-area: auto;
  width: 100%;
  margin: clamp(96px, 10vw, 148px) auto 0;
}
@media (max-width: 760px) {
  .bz-tariff-choice__title-desktop { display: none; }
  .bz-tariff-choice__title-mobile { display: inline; }
  .bz-tariff-choice__eyebrow { margin-bottom: 10px; font-size: 11px; }
  .bz-tariff-choice__title {
    max-width: 100%;
    font-size: 25px;
    line-height: 1.01;
    letter-spacing: -.045em;
  }
  .bz-tariff-choice__stage,
  .bz-tariff-choice__view { min-height: 454px; }
  .bz-tariff-choice__stage { margin-top: clamp(26px, 8vw, 34px); }
  .bz-tariff-choice__stack {
    width: 100%;
    max-width: none;
    min-height: 350px;
    margin: 0;
    transform: none;
  }
  .bz-tariff-choice__card {
    left: 50%;
    width: 96%;
    height: 78px;
    min-height: 78px;
    padding: 13px 64px 12px 17px;
  }
  .bz-tariff-choice__card:nth-child(1) { left: 50%; }
  .bz-tariff-choice__card:nth-child(2) { left: 51%; }
  .bz-tariff-choice__card:nth-child(3) { left: 51.5%; }
  .bz-tariff-choice[data-active="1"] .bz-tariff-choice__card:nth-child(1) { top: 0; }
  .bz-tariff-choice[data-active="1"] .bz-tariff-choice__card:nth-child(2) { top: 206px; }
  .bz-tariff-choice[data-active="1"] .bz-tariff-choice__card:nth-child(3) { top: 270px; }
  .bz-tariff-choice[data-active="2"] .bz-tariff-choice__card:nth-child(1) { top: 0; }
  .bz-tariff-choice[data-active="2"] .bz-tariff-choice__card:nth-child(2) { top: 64px; }
  .bz-tariff-choice[data-active="2"] .bz-tariff-choice__card:nth-child(3) { top: 270px; }
  .bz-tariff-choice[data-active="3"] .bz-tariff-choice__card:nth-child(1) { top: 0; }
  .bz-tariff-choice[data-active="3"] .bz-tariff-choice__card:nth-child(2) { top: 64px; }
  .bz-tariff-choice[data-active="3"] .bz-tariff-choice__card:nth-child(3) { top: 128px; }
  .bz-tariff-choice__card.is-active {
    width: 97%;
    height: 220px;
    min-height: 220px;
    padding: 22px 68px 22px 18px;
  }
  .bz-tariff-choice__card:not(.is-active) > strong {
    left: 17px;
    right: 145px;
    font-size: 14px;
  }
  .bz-tariff-choice__card:not(.is-active) > em { right: 64px; font-size: 18px; }
  .bz-tariff-choice__card.is-active > strong {
    max-width: 66%;
    margin-top: 13px;
    font-size: 23px;
  }
  .bz-tariff-choice__card.is-active > small {
    max-width: 64%;
    margin-top: 13px;
    font-size: 12px;
  }
  .bz-tariff-choice__card.is-active > em { right: 68px; bottom: 22px; font-size: 27px; }
  .bz-tariff-choice__card::after { right: 48px; }
  .bz-tariff-choice__spine { width: 48px; font-size: 13px; letter-spacing: .075em; }
  .bz-tariff-choice__card.is-active .bz-tariff-choice__spine::before { right: 8px; bottom: 7px; }
  .bz-tariff-choice__card:not(.is-active) .bz-tariff-choice__spine::after { right: 7px; bottom: 8px; font-size: 11px; }
  #borzilov-lp :is(#bz1092-product-lab,#bz1092-product-commercial-late) .bz1092-object > [data-tariff-host] > .bz-tariff-choice {
    order: 5;
    margin: clamp(64px, 18vw, 80px) 0 0;
    padding: 0 16px;
  }
  #borzilov-lp :is(#bz1092-product-lab,#bz1092-product-commercial-late) .bz-tariff-choice + .bz1092-action {
    margin-top: clamp(52px, 15vw, 68px);
  }
  #borzilov-lp :is(#bz1092-product-lab,#bz1092-product-commercial-late) + .bz1092-author-video--after-monument {
    order: initial;
    margin-top: clamp(88px, 24vw, 124px);
  }
}
@media (prefers-reduced-motion: reduce) {
  .bz-tariff-choice__card,
  .bz-tariff-choice__card * { transition-duration: .12s; }
  .bz-tariff-choice.is-switching .bz-tariff-choice__card { animation: none; }
}


/* 2192 — scoped mobile placement: tariff stack replaces the small month-cost strip. */
.bz-tariff-choice__price-context { display: none !important; }
@media (max-width: 760px) {
  #borzilov-lp :is(#bz1092-product-lab,#bz1092-product-commercial-late) .bz1092-object > [data-tariff-host="mobile"] > .bz-tariff-choice {
    order: 5;
    margin: 0;
    padding: 52px 8px clamp(30px, 8vw, 42px);
  }
  #borzilov-lp :is(#bz1092-product-lab,#bz1092-product-commercial-late) .bz1092-supports::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    height: 1px;
    background: rgba(8, 26, 32, .16);
    pointer-events: none;
  }
  .bz-tariff-choice__card.is-active[data-tariff-index="1"] .bz-tariff-choice__price-context {
    position: absolute;
    left: 18px;
    bottom: 18px;
    z-index: 3;
    display: grid !important;
    gap: 4px;
    width: 132px;
    padding: 8px 10px 9px;
    border: 1px solid rgba(35, 57, 93, .16);
    background: #e9edf0;
    color: #081a20;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.68);
    pointer-events: none;
  }
  .bz-tariff-choice__price-context > b {
    font-size: 8px;
    line-height: 1;
    font-weight: 850;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: rgba(8, 26, 32, .58);
  }
  .bz-tariff-choice__price-context > strong {
    margin: 0;
    font-size: 10.5px;
    line-height: 1.05;
    font-weight: 850;
    letter-spacing: -.02em;
    color: #081a20;
    white-space: nowrap;
  }
  .bz-tariff-choice__card.is-active[data-tariff-index="1"] > em {
    bottom: 24px;
  }
}


/* 2193 — mobile tariff typography and cross-browser-safe price row. */
@media (max-width: 760px) {
  .bz-tariff-choice__card.is-active {
    display: grid;
    grid-template-columns: minmax(0, 1fr) max-content;
    grid-template-rows: auto auto minmax(0, 1fr) auto;
    column-gap: 10px;
    row-gap: 0;
    align-content: stretch;
  }

  .bz-tariff-choice__card.is-active > span:not(.bz-tariff-choice__price-context) {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .bz-tariff-choice__card.is-active > strong {
    grid-column: 1 / -1;
    grid-row: 2;
    max-width: none;
    min-width: 0;
    margin-top: 12px;
    font-size: 22px;
    line-height: 1.03;
  }

  .bz-tariff-choice__card.is-active[data-tariff-index="1"] > strong,
  .bz-tariff-choice__card.is-active[data-tariff-index="2"] > strong {
    white-space: nowrap;
  }

  .bz-tariff-choice__card.is-active > small {
    grid-column: 1 / -1;
    grid-row: 3;
    align-self: start;
    max-width: none;
    width: 100%;
    margin-top: 10px;
    padding-right: 0;
    font-size: 11.5px;
    line-height: 1.32;
  }

  .bz-tariff-choice__card.is-active > em {
    position: static;
    grid-column: 2;
    grid-row: 4;
    align-self: end;
    justify-self: end;
    margin: 0;
    transform: none;
    font-size: 25px;
    line-height: 1;
  }

  .bz-tariff-choice__card.is-active[data-tariff-index="1"] .bz-tariff-choice__price-context {
    position: static;
    grid-column: 1;
    grid-row: 4;
    align-self: end;
    justify-self: start;
    display: inline-flex !important;
    align-items: center;
    width: max-content;
    max-width: 100%;
    min-height: 32px;
    padding: 7px 9px;
    border: 1px solid rgba(35, 57, 93, .16);
    background: #e9edf0;
    color: #081a20;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.68);
    pointer-events: none;
  }

  .bz-tariff-choice__price-context > b {
    display: none !important;
  }

  .bz-tariff-choice__price-context > strong {
    margin: 0;
    font-size: 9.5px;
    line-height: 1;
    font-weight: 850;
    letter-spacing: -.025em;
    color: #081a20;
    white-space: nowrap;
  }
}

@media (max-width: 370px) {
  .bz-tariff-choice__card.is-active {
    column-gap: 8px;
  }
  .bz-tariff-choice__card.is-active > strong {
    font-size: 21px;
  }
  .bz-tariff-choice__card.is-active > em {
    font-size: 24px;
  }
  .bz-tariff-choice__price-context > strong {
    font-size: 9px;
  }
}

/* 2194 — tighter mobile stack, quieter prices, Firefox-safe collapsed rows. */
@media (max-width: 760px) {
  .bz-tariff-choice__stage,
  .bz-tariff-choice__view {
    min-height: 310px;
  }

  .bz-tariff-choice__stack {
    min-height: 310px;
  }

  .bz-tariff-choice__card {
    height: 68px;
    min-height: 68px;
    padding: 11px 62px 10px 16px;
  }

  .bz-tariff-choice__card.is-active {
    height: 198px;
    min-height: 198px;
    padding: 18px 62px 18px 16px;
    grid-template-columns: minmax(0, 1fr) max-content;
    grid-template-rows: auto auto minmax(0, 1fr) auto;
    column-gap: 8px;
  }

  .bz-tariff-choice[data-active="1"] .bz-tariff-choice__card:nth-child(2) { top: 184px; }
  .bz-tariff-choice[data-active="1"] .bz-tariff-choice__card:nth-child(3) { top: 240px; }
  .bz-tariff-choice[data-active="2"] .bz-tariff-choice__card:nth-child(2) { top: 56px; }
  .bz-tariff-choice[data-active="2"] .bz-tariff-choice__card:nth-child(3) { top: 240px; }
  .bz-tariff-choice[data-active="3"] .bz-tariff-choice__card:nth-child(2) { top: 56px; }
  .bz-tariff-choice[data-active="3"] .bz-tariff-choice__card:nth-child(3) { top: 112px; }

  .bz-tariff-choice__card:not(.is-active) {
    display: grid;
    grid-template-columns: minmax(0, 1fr) max-content;
    align-items: center;
    column-gap: 10px;
  }

  .bz-tariff-choice__card:not(.is-active) > strong {
    position: static;
    min-width: 0;
    max-width: none;
    margin: 0;
    transform: none;
    font-size: 13px;
    line-height: 1.05;
    overflow-wrap: normal;
  }

  .bz-tariff-choice__card:not(.is-active) > em {
    position: static;
    justify-self: end;
    margin: 0;
    transform: none;
    font-size: 16px;
    line-height: 1;
  }

  .bz-tariff-choice__card.is-active > strong {
    margin-top: 10px;
    font-size: 21px;
    line-height: 1.02;
  }

  .bz-tariff-choice__card.is-active[data-tariff-index="1"] > strong,
  .bz-tariff-choice__card.is-active[data-tariff-index="2"] > strong {
    white-space: nowrap;
  }

  .bz-tariff-choice__card.is-active > small {
    max-width: none;
    width: 100%;
    margin-top: 8px;
    font-size: 11px;
    line-height: 1.28;
  }

  .bz-tariff-choice__card.is-active > em {
    font-size: 23px;
    line-height: 1;
  }

  .bz-tariff-choice__card.is-active[data-tariff-index="1"] .bz-tariff-choice__price-context {
    min-height: 28px;
    padding: 6px 8px;
  }

  .bz-tariff-choice__price-context > strong {
    font-size: 9px;
  }
}

@media (max-width: 370px) {
  .bz-tariff-choice__card.is-active > strong {
    font-size: 20px;
  }

  .bz-tariff-choice__card.is-active > em {
    font-size: 22px;
  }

  .bz-tariff-choice__card:not(.is-active) > strong {
    font-size: 12.5px;
  }

  .bz-tariff-choice__card:not(.is-active) > em {
    font-size: 15.5px;
  }
}

/* 2196 — raise collapsed spine indexes so Firefox/Chromium do not crop them at the lower edge. */
.bz-tariff-choice__card:not(.is-active) .bz-tariff-choice__spine::after {
  bottom: 15px;
}
@media (max-width: 760px) {
  .bz-tariff-choice__card:not(.is-active) .bz-tariff-choice__spine::after {
    bottom: 14px;
  }
}

/* 0003 — canonical compact post-tariff salvage.
   It belongs to the commercial monument but remains visibly subordinate to payment. */
#borzilov-lp #bz1092-product-commercial-late .bz-tariff-salvage{
  grid-area:salvage;
  box-sizing:border-box;
  position:relative;
  z-index:8;
  width:100%;
  min-width:0;
  margin:0;
  padding:0 var(--pad);
  background:#fffdf8;
  color:#17353a;
  opacity:1;
  transform:none;
}
#borzilov-lp #bz1092-product-commercial-late .bz-tariff-salvage__line{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:20px;
  width:100%;
  padding:15px 0 16px;
  border-top:1px solid rgba(23,53,58,.14);
}
#borzilov-lp #bz1092-product-commercial-late .bz-tariff-salvage__copy{
  min-width:0;
  max-width:620px;
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  align-items:baseline;
  gap:7px 12px;
}
#borzilov-lp #bz1092-product-commercial-late .bz-tariff-salvage__copy h3{
  margin:0;
  color:#17353a;
  font:720 clamp(14px,1.1vw,16px)/1.15 Inter,system-ui,sans-serif;
  letter-spacing:-.018em;
  white-space:nowrap;
}
#borzilov-lp #bz1092-product-commercial-late .bz-tariff-salvage__copy p{
  margin:0;
  color:rgba(23,53,58,.56);
  font:520 clamp(12px,.95vw,13.5px)/1.38 Inter,system-ui,sans-serif;
  letter-spacing:-.006em;
}
#borzilov-lp #bz1092-product-commercial-late .bz-tariff-salvage__action{
  position:relative;
  flex:0 0 auto;
}
#borzilov-lp #bz1092-product-commercial-late .bz-tariff-salvage__reveal{
  appearance:none;
  display:inline-flex;
  align-items:center;
  gap:7px;
  min-height:34px;
  margin:0;
  padding:0;
  border:0;
  background:transparent;
  color:rgba(23,53,58,.82);
  font:760 11px/1.2 Inter,system-ui,sans-serif;
  letter-spacing:.052em;
  text-decoration:underline;
  text-decoration-thickness:1px;
  text-underline-offset:5px;
  cursor:pointer;
}
#borzilov-lp #bz1092-product-commercial-late .bz-tariff-salvage__reveal span:last-child{
  color:#a96a4a;
  font-size:15px;
  text-decoration:none;
}
#borzilov-lp #bz1092-product-commercial-late .bz-tariff-salvage__reveal:hover{color:#a96a4a}
#borzilov-lp #bz1092-product-commercial-late .bz-tariff-salvage__reveal:focus-visible{
  outline:2px solid rgba(169,106,74,.52);
  outline-offset:5px;
}
#borzilov-lp #bz1092-product-commercial-late .bz-tariff-salvage__popover[hidden]{display:none!important}
#borzilov-lp #bz1092-product-commercial-late .bz-tariff-salvage__popover{
  position:absolute;
  right:0;
  bottom:calc(100% + 9px);
  z-index:70;
  width:min(310px,calc(100vw - 36px));
}
#borzilov-lp #bz1092-product-commercial-late .bz-tariff-salvage__popover-panel{
  position:relative;
  padding:15px 42px 9px 15px;
  border:1px solid rgba(255,253,248,.14);
  border-radius:10px;
  background:#0a232a;
  color:#fffdf8;
  box-shadow:0 14px 38px rgba(2,18,22,.24);
  opacity:0;
  transform:translateY(5px);
}
#borzilov-lp #bz1092-product-commercial-late .bz-tariff-salvage__popover.is-open .bz-tariff-salvage__popover-panel{
  animation:bzTariffPopoverIn 180ms cubic-bezier(.22,1,.36,1) forwards;
}
#borzilov-lp #bz1092-product-commercial-late .bz-tariff-salvage__popover-panel p{
  margin:0 0 7px;
  color:rgba(255,253,248,.58);
  font:600 11px/1.35 Inter,system-ui,sans-serif;
  letter-spacing:.025em;
  text-transform:uppercase;
}
#borzilov-lp #bz1092-product-commercial-late .bz-tariff-salvage__popover-panel a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  min-height:43px;
  border-bottom:1px solid rgba(255,253,248,.09);
  color:rgba(255,253,248,.9);
  font:680 13px/1.2 Inter,system-ui,sans-serif;
  text-decoration:underline;
  text-underline-offset:4px;
}
#borzilov-lp #bz1092-product-commercial-late .bz-tariff-salvage__popover-panel a:last-child{border-bottom:0}
#borzilov-lp #bz1092-product-commercial-late .bz-tariff-salvage__popover-panel a:hover,
#borzilov-lp #bz1092-product-commercial-late .bz-tariff-salvage__popover-panel a:focus-visible{color:#fff;outline:none}
#borzilov-lp #bz1092-product-commercial-late .bz-tariff-salvage__close{
  position:absolute;
  top:6px;
  right:6px;
  width:30px;
  height:30px;
  border:0;
  border-radius:999px;
  background:transparent;
  color:rgba(255,253,248,.62);
  font:400 20px/1 Arial,sans-serif;
  cursor:pointer;
}
#borzilov-lp #bz1092-product-commercial-late .bz-tariff-salvage__close:hover,
#borzilov-lp #bz1092-product-commercial-late .bz-tariff-salvage__close:focus-visible{
  background:rgba(255,253,248,.07);
  color:#fff;
  outline:none;
}
@keyframes bzTariffPopoverIn{to{opacity:1;transform:none}}

@media(max-width:760px){
  #borzilov-lp #bz1092-product-commercial-late .bz-tariff-salvage{
    order:6;
    width:100%;
    margin:0;
    padding:0 16px;
  }
  #borzilov-lp #bz1092-product-commercial-late .bz-tariff-salvage__line{
    grid-template-columns:minmax(0,1fr) auto;
    align-items:center;
    gap:12px;
    padding:13px 0 14px;
  }
  #borzilov-lp #bz1092-product-commercial-late .bz-tariff-salvage__copy{
    display:block;
    max-width:245px;
  }
  #borzilov-lp #bz1092-product-commercial-late .bz-tariff-salvage__copy h3{
    font-size:14px;
    line-height:1.14;
    white-space:normal;
  }
  #borzilov-lp #bz1092-product-commercial-late .bz-tariff-salvage__copy p{
    margin-top:4px;
    font-size:11.5px;
    line-height:1.34;
  }
  #borzilov-lp #bz1092-product-commercial-late .bz-tariff-salvage__reveal{
    min-height:32px;
    font-size:10px;
    letter-spacing:.045em;
    white-space:nowrap;
  }
  #borzilov-lp #bz1092-product-commercial-late .bz-tariff-salvage__popover{
    left:auto;
    right:0;
    bottom:calc(100% + 7px);
  }
}

@media(max-width:390px){
  #borzilov-lp #bz1092-product-commercial-late .bz-tariff-salvage__line{
    grid-template-columns:minmax(0,1fr);
    gap:7px;
  }
  #borzilov-lp #bz1092-product-commercial-late .bz-tariff-salvage__copy{max-width:300px}
  #borzilov-lp #bz1092-product-commercial-late .bz-tariff-salvage__reveal{min-height:30px}
  #borzilov-lp #bz1092-product-commercial-late .bz-tariff-salvage__popover{left:0;right:auto}
}

@media(prefers-reduced-motion:reduce){
  #borzilov-lp #bz1092-product-commercial-late .bz-tariff-salvage__popover.is-open .bz-tariff-salvage__popover-panel{
    animation:none!important;
    opacity:1!important;
    transform:none!important;
  }
}
