body[data-tavrus-page] {
  padding-top: 104px;
}

body[data-tavrus-page] .top-page-wrapper,
body[data-tavrus-page] .header-wrapper,
body[data-tavrus-page] .mobile-header-menu-container,
body[data-tavrus-page] .footer,
body[data-tavrus-page] .slide-sidebar-wrapper,
body[data-tavrus-page] .body-overlay {
  display: none !important;
}

body[data-tavrus-page]:not([data-tavrus-page="home"]):not([data-tavrus-page="calculators"]) .content-wrapper {
  display: none !important;
}

body[data-tavrus-page]:not([data-tavrus-page="home"]) .page-title-container .breadcrumbs-wrapper {
  display: none !important;
}

body[data-tavrus-page="calculators"] #tavrus-public-calculator-system + .content {
  display: none !important;
}

body[data-tavrus-page="calculators"] .content-wrapper.content-wrapper-remove-bottom-margin {
  margin-top: 0 !important;
}

body[data-tavrus-page="calculators"] #tavrus-public-calculator-system {
  margin-top: 18px;
}

body[data-tavrus-page="calculators"] {
  isolation: isolate;
  background:
    radial-gradient(circle at 14% 18%, rgba(0, 133, 253, .10), transparent 32%),
    radial-gradient(circle at 86% 8%, rgba(255, 149, 0, .10), transparent 28%),
    linear-gradient(180deg, #f7f9fc 0%, #eef3f8 100%);
}

.tm-calc-network-bg {
  position: fixed !important;
  inset: 0 !important;
  display: block !important;
  width: 100vw !important;
  height: 100vh !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 0 !important;
  pointer-events: none;
  overflow: hidden;
  contain: layout paint size;
}

.tm-calc-network-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 32% 32%, rgba(255,255,255,.34), transparent 34%),
    linear-gradient(90deg, rgba(255,255,255,.54), rgba(255,255,255,.18) 52%, rgba(255,255,255,.46));
}

.tm-calc-network-bg canvas {
  position: absolute;
  inset: 0;
  display: block;
  width: 100% !important;
  height: 100% !important;
  opacity: .86;
  mix-blend-mode: multiply;
}

body[data-tavrus-page="calculators"] .tavrus-market,
body[data-tavrus-page="calculators"] .tm-public-footer {
  position: relative;
  z-index: 1;
}

body[data-tavrus-page="calculators"] .tm-calculator-hero,
body[data-tavrus-page="calculators"] .tm-calc-picker,
body[data-tavrus-page="calculators"] .tm-calc-workspace {
  background: rgba(255,255,255,.84);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.tav-beta-modal {
  z-index: 90000 !important;
}

body[data-tavrus-page="calculators"] #tavrus-public-calculator-system > .tm-section:first-child {
  margin-top: 0;
}

.tm-public-header,
.tm-public-header * {
  box-sizing: border-box;
}

.tm-public-header {
  position: fixed;
  top: 20px;
  left: 20px;
  right: 20px;
  z-index: 50000;
  display: grid;
  grid-template-columns: minmax(340px, .36fr) minmax(260px, 1fr) auto;
  gap: 18px;
  align-items: center;
  min-height: 74px;
  padding: 8px 44px 8px 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, .95);
  box-shadow: 0 22px 60px rgba(17, 19, 21, .12);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  font-family: Manrope, Arial, sans-serif;
}

.tm-public-brand {
  display: inline-flex;
  align-items: center;
  gap: 22px;
  min-width: 0;
  color: #111315;
  text-decoration: none;
}

.tm-public-brand-shine {
  display: block;
  align-self: center !important;
  width: 42px;
  height: 42px;
  object-fit: contain;
  flex: 0 0 42px;
}

.tm-public-brand-bull {
  display: block;
  align-self: center !important;
  width: 52px;
  height: 52px;
  object-fit: contain;
  flex: 0 0 52px;
}

.tm-public-brand-word {
  display: block;
  align-self: center !important;
  width: 216px;
  max-height: 42px;
  object-fit: contain;
}

.tm-public-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.tm-public-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 9px;
  color: #111315;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}

.tm-public-nav a:hover,
.tm-public-nav a.is-active {
  color: #fff;
  background: #1d1d1f;
}

.tm-public-nav a:active {
  transform: translateY(1px) scale(.985);
  color: #fff;
  background: #111315;
}

.tm-public-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  min-width: 0;
  padding-right: 8px;
}

.tm-public-lang {
  position: relative;
}

.tm-public-version {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  color: rgba(17, 19, 21, .58);
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  text-transform: none;
  white-space: nowrap;
}

.tm-public-lang button,
.tm-public-access,
.tm-public-login {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  border-radius: 999px;
  font: inherit;
  font-size: 14px;
  font-weight: 500;
  color: #111315;
  text-decoration: none;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}

.tm-public-lang button {
  min-width: 72px;
  padding: 0 18px;
  border: 0;
  background: transparent;
}

.tm-public-lang button:after {
  content: "";
  width: 7px;
  height: 7px;
  margin-left: 9px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
}

.tm-public-lang-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 50001;
  display: none;
  min-width: 112px;
  padding: 7px;
  border: 1px solid rgba(17, 19, 21, .12);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(17, 19, 21, .14);
}

.tm-public-lang.is-open .tm-public-lang-menu {
  display: grid;
  gap: 3px;
}

.tm-public-lang-menu a {
  padding: 9px 10px;
  border-radius: 7px;
  color: #111315;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.tm-public-lang-menu a:hover,
.tm-public-lang-menu a.is-active {
  color: #fff;
  background: #1d1d1f;
}

.tm-public-lang-menu a:active {
  color: #fff;
  background: #111315;
}

.tm-public-access {
  flex-direction: column;
  gap: 3px;
  min-width: 138px;
  padding: 8px 18px;
  border: 1px solid #17bde8;
  background: #fff;
}

.tm-public-access-label {
  display: block;
  line-height: 1;
}

.tm-public-login {
  width: 54px;
  min-width: 54px;
  padding: 0;
  border: 1px solid rgba(17, 19, 21, .14);
  background: #fff;
}

.tm-public-login svg {
  width: 22px;
  height: 22px;
}

.tm-public-access:hover,
.tm-public-login:hover,
.tm-public-lang button:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(17, 19, 21, .12);
}

.tm-public-access:active,
.tm-public-login:active,
.tm-public-lang button:active {
  transform: translateY(0) scale(.985);
  box-shadow: 0 8px 20px rgba(17, 19, 21, .10);
}

.tm-public-footer {
  width: min(1360px, calc(100vw - 40px));
  margin: 60px auto 28px;
  padding: 22px 0;
  border-top: 1px solid rgba(17, 19, 21, .12);
  color: #111315;
  font-family: Manrope, Arial, sans-serif;
  display: grid;
  grid-template-columns: auto minmax(260px, 1fr) auto;
  gap: 20px;
  align-items: center;
}

.tm-public-footer a {
  color: inherit;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
}

.tm-public-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 18px;
}

.tm-public-footer nav a {
  color: rgba(17, 19, 21, .62);
}

.tm-public-footer nav a:hover,
.tm-public-footer > a:hover {
  color: #111315;
}

.tm-public-footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .02em;
}

.tm-public-footer-brand img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.tm-cookie-notice {
  position: fixed;
  left: 18px;
  right: 18px;
  bottom: 16px;
  z-index: 89990;
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 860px;
  margin: 0 auto;
  padding: 12px 12px 12px 16px;
  border: 1px solid rgba(17,19,21,.14);
  border-radius: 14px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 18px 54px rgba(17,19,21,.14);
  backdrop-filter: blur(14px);
}

.tm-cookie-notice p {
  margin: 0;
  flex: 1;
  color: rgba(17,19,21,.74);
  font-size: 12.5px;
  line-height: 1.4;
}

.tm-cookie-notice a {
  color: #111315;
  font-size: 12px;
  font-weight: 850;
  text-decoration: underline;
  white-space: nowrap;
}

.tm-cookie-notice button {
  min-height: 38px;
  border: 1px solid #111315;
  border-radius: 999px;
  background: #111315;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  padding: 0 18px;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
}

.tm-cookie-notice button:hover {
  transform: translateY(-1px);
  border-color: #25282c;
  background: #25282c;
  box-shadow: 0 12px 28px rgba(17,19,21,.16);
}

.tm-cookie-notice button:active {
  transform: translateY(0) scale(.985);
  border-color: #050608;
  background: #050608;
  box-shadow: 0 6px 16px rgba(17,19,21,.12);
}

@media (max-width: 720px) {
  .tm-cookie-notice {
    left: 10px;
    right: 10px;
    bottom: 10px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 8px;
    max-width: none;
    min-height: 42px;
    padding: 7px 8px 7px 11px;
    border-radius: 999px;
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(17,19,21,.16);
  }

  .tm-cookie-notice p {
    display: -webkit-box;
    overflow: hidden;
    font-size: 10.5px;
    line-height: 1.15;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .tm-cookie-notice a {
    display: none;
  }

  .tm-cookie-notice button {
    min-width: 42px;
    min-height: 28px;
    height: 28px;
    padding: 0 11px;
    font-size: 11px;
    pointer-events: none;
  }
}

@media (max-width: 1040px) {
  body[data-tavrus-page] {
    padding-top: 154px;
  }

  .tm-public-header {
    grid-template-columns: minmax(0, 1fr) auto;
    padding-right: 44px;
  }

  .tm-public-brand {
    grid-column: 1;
    grid-row: 1;
  }

  .tm-public-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .tm-public-actions {
    grid-column: 2;
    grid-row: 1;
  }

  .tm-public-version {
    display: none;
  }
}

@media (max-width: 720px) {
  body[data-tavrus-page] {
    padding-top: 102px;
  }

  .tm-public-header {
    top: 0;
    left: 0;
    right: 0;
    min-height: 102px;
    grid-template-columns: minmax(0, 1fr) auto;
    padding-right: 16px;
    border-radius: 0;
    box-shadow: none;
  }

  .tm-public-brand {
    gap: 14px;
  }

  .tm-public-brand-bull {
    width: 44px;
    height: 52px;
    flex-basis: 44px;
  }

  .tm-public-brand-word {
    width: min(190px, 48vw);
  }

  .tm-public-nav,
  .tm-public-actions {
    display: none;
  }

  .tm-public-footer {
    grid-template-columns: 1fr;
    gap: 14px;
    align-items: start;
  }

  .tm-public-footer nav {
    justify-content: flex-start;
  }

  .tm-partners-hero {
    grid-template-columns: 1fr;
  }

  .tm-partners-hero-top {
    grid-template-columns: 1fr;
  }

  .tm-partners-video {
    justify-self: start;
    width: min(100%, 320px);
  }
}

body .tavrus-market {
  --tm-ink: #111315;
  --tm-muted: #66717f;
  --tm-line: rgba(17, 19, 21, .12);
  --tm-soft: #f5f7fa;
  --tm-blue: #0085fd;
  --tm-orange: #ff9500;
  --tm-pink: #fe00e8;
  --tm-green: #ceff00;
  --tm-radius: 18px;
  width: min(1360px, calc(100vw - 40px));
  margin: clamp(44px, 6vw, 90px) auto;
  color: var(--tm-ink);
  font-family: Manrope, Arial, sans-serif;
}

body[data-tavrus-page="calculators"] .tavrus-market {
  margin: clamp(28px, 4vw, 58px) auto;
}

.tavrus-market,
.tavrus-market * {
  box-sizing: border-box;
}

.tavrus-market a {
  color: inherit;
}

.tavrus-market h2,
.tavrus-market h3,
.tavrus-market p {
  margin-top: 0;
}

.tm-section {
  margin: clamp(34px, 5vw, 78px) 0;
}

body[data-tavrus-page="calculators"] .tm-section {
  margin: clamp(24px, 3.8vw, 52px) 0;
}

body[data-tavrus-page="calculators"] .tm-calculator {
  margin-top: clamp(22px, 3vw, 42px);
}

.tm-lead {
  max-width: 860px;
  font-size: clamp(19px, 2.15vw, 34px);
  line-height: 1.14;
  font-weight: 500;
  letter-spacing: -.035em;
}

.tm-section-head {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(280px, .5fr);
  gap: clamp(22px, 4vw, 72px);
  align-items: end;
  margin-bottom: 22px;
}

.tm-section-head h2 {
  margin: 0;
  font-size: clamp(34px, 5.2vw, 78px);
  line-height: .96;
  font-weight: 500;
  letter-spacing: -.055em;
}

.tm-section-head p {
  margin: 0;
  color: var(--tm-muted);
  font-size: 16px;
  line-height: 1.55;
}

.tm-partners-hero {
  display: grid;
  gap: clamp(24px, 4vw, 56px);
}

.tm-partners-hero-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 410px);
  gap: clamp(22px, 4vw, 72px);
  align-items: center;
}

.tm-partners-copy {
  display: grid;
  gap: clamp(26px, 4vw, 54px);
}

.tm-partners-head {
  grid-template-columns: 1fr;
  gap: 18px;
  margin-bottom: 0;
}

.tm-partners-head p {
  max-width: 560px;
}

.tm-partners-video {
  position: relative;
  align-self: start;
  justify-self: end;
  width: min(100%, 410px);
  aspect-ratio: 784 / 1168;
  border: 1px solid rgba(17,19,21,.1);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(17,19,21,.08), rgba(255,255,255,.72)),
    #eef2f6;
  box-shadow: 0 28px 80px rgba(17,19,21,.12);
  overflow: hidden;
}

.tm-partners-video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.tm-partners-video::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255,255,255,.12), rgba(17,19,21,.08));
}

.tm-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.tm-grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tm-card {
  position: relative;
  min-height: 230px;
  padding: clamp(20px, 2vw, 30px);
  border: 1px solid var(--tm-line);
  border-radius: var(--tm-radius);
  background: #fff;
  overflow: hidden;
}

.tm-card.dark {
  background: #111315;
  color: #fff;
}

.tm-card.soft {
  background: var(--tm-soft);
}

.tm-card h3 {
  margin: 0 0 12px;
  font-size: clamp(22px, 2.2vw, 34px);
  line-height: 1.04;
  font-weight: 500;
  letter-spacing: -.04em;
}

.tm-card p {
  margin: 0;
  color: var(--tm-muted);
  font-size: 15px;
  line-height: 1.55;
}

.tm-card.dark p,
.tm-card.dark li {
  color: rgba(255, 255, 255, .76);
}

.tm-mini {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  margin-bottom: 18px;
  color: var(--tm-muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.tm-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 22px;
  border-radius: 50%;
  background: #111315;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.tm-card.dark .tm-index {
  background: #fff;
  color: #111315;
}

.tm-flow {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border: 1px solid var(--tm-line);
  border-radius: 22px;
  overflow: hidden;
  background: #fff;
}

.tm-flow-step {
  position: relative;
  min-height: 170px;
  padding: 22px 22px 30px;
  border-right: 1px solid var(--tm-line);
}

.tm-flow-step:before {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 16px;
  height: 5px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, #ff9500 0 var(--tm-flow-progress, 20%), rgba(17,19,21,.12) var(--tm-flow-progress, 20%) 100%);
  box-shadow: inset 0 0 0 1px rgba(17,19,21,.04);
}

.tm-flow-step:nth-child(1) { --tm-flow-progress: 20%; }
.tm-flow-step:nth-child(2) { --tm-flow-progress: 40%; }
.tm-flow-step:nth-child(3) { --tm-flow-progress: 60%; }
.tm-flow-step:nth-child(4) { --tm-flow-progress: 80%; }
.tm-flow-step:nth-child(5) { --tm-flow-progress: 100%; }

.tm-flow-step:last-child {
  border-right: 0;
}

.tm-flow-step:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -11px;
  z-index: 2;
  width: 21px;
  height: 21px;
  border-top: 1px solid var(--tm-line);
  border-right: 1px solid var(--tm-line);
  background: #fff;
  transform: translateY(-50%) rotate(45deg);
}

.tm-flow-step:last-child:after {
  display: none;
}

.tm-flow-step b {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
  color: var(--tm-muted);
}

.tm-flow-step strong {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.08;
  font-weight: 600;
  letter-spacing: -.03em;
}

.tm-flow-step span {
  display: block;
  color: var(--tm-muted);
  font-size: 13px;
  line-height: 1.45;
}

.tm-compare {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1fr);
  gap: 14px;
  align-items: stretch;
}

.tm-compare ul,
.tm-card ul {
  display: grid;
  gap: 10px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.tm-compare li,
.tm-card li {
  position: relative;
  padding-left: 22px;
  color: var(--tm-muted);
  font-size: 14px;
  line-height: 1.45;
}

.tm-compare li:before,
.tm-card li:before {
  content: "";
  position: absolute;
  top: .52em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--tm-blue);
}

.tm-scenario {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 14px;
}

.tm-scenario-board {
  min-height: 420px;
  padding: 24px;
  border-radius: 24px;
  background: #111315;
  color: #fff;
  overflow: hidden;
}

.tm-timeline-row {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 16px;
  align-items: center;
  margin: 16px 0;
}

.tm-timeline-row span {
  color: rgba(255,255,255,.7);
  font-size: 13px;
}

.tm-bar {
  position: relative;
  height: 18px;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
}

.tm-bar i {
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--w, 50%);
  border-radius: inherit;
  background: var(--c, var(--tm-blue));
}

.tm-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 22px;
}

.tm-metric {
  padding: 16px;
  border-radius: 14px;
  background: rgba(255,255,255,.1);
}

.tm-metric strong {
  display: block;
  font-size: 26px;
  line-height: 1;
}

.tm-metric small {
  display: block;
  margin-top: 8px;
  color: rgba(255,255,255,.7);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.tm-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 24px;
}

.tm-button,
.tm-link-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border: 1px solid #111315;
  border-radius: 999px;
  background: #111315;
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
}

.tm-link-button {
  background: #fff;
  color: #111315 !important;
}

.tm-button:hover,
.tm-link-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 44px rgba(17,19,21,.16);
}

.tm-button:active,
.tm-link-button:active {
  transform: translateY(0) scale(.985);
  box-shadow: 0 8px 22px rgba(17,19,21,.12);
}

.tm-calculator {
  display: grid;
  grid-template-columns: minmax(300px, .82fr) minmax(0, 1fr);
  gap: 14px;
}

.tm-calc-form {
  display: grid;
  gap: 12px;
}

.tm-calc-form label {
  display: grid;
  gap: 7px;
  color: var(--tm-muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.tm-calc-form input,
.tm-calc-form select {
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid var(--tm-line);
  border-radius: 12px;
  background: #fff;
  color: var(--tm-ink);
  font: inherit;
  font-size: 15px;
  text-transform: none;
  letter-spacing: 0;
}

.tm-calc-result {
  display: grid;
  align-content: center;
  min-height: 330px;
  padding: clamp(24px, 4vw, 54px);
  border-radius: 24px;
  background: #111315;
  color: #fff;
}

.tm-calc-result strong {
  display: block;
  margin: 8px 0;
  font-size: clamp(34px, 5vw, 72px);
  line-height: .95;
  letter-spacing: -.06em;
}

.tm-calc-result p {
  max-width: 540px;
  color: rgba(255,255,255,.7);
  font-size: 15px;
  line-height: 1.55;
}

.tm-calculator-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, .62fr);
  gap: 20px;
  align-items: stretch;
  margin-top: 0;
  padding: clamp(22px, 2.4vw, 32px);
  border: 1px solid rgba(17,19,21,.1);
  border-radius: 22px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 24px 70px rgba(17,19,21,.07);
}

.tm-calc-wizard-step {
  scroll-margin-top: 112px;
}

.tm-calc-picker-step {
  display: grid;
  gap: 14px;
  padding: clamp(18px, 2.4vw, 28px);
  border: 1px solid rgba(17,19,21,.1);
  border-radius: 22px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 24px 70px rgba(17,19,21,.07);
}

.tm-calc-step-copy {
  display: grid;
  align-content: center;
}

.tm-calc-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.tm-calc-toolbar label {
  display: grid;
  gap: 6px;
  min-width: 320px;
  color: var(--tm-muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.tm-calc-country-control span {
  display: block;
}

.tm-calc-country-control small {
  color: rgba(17,19,21,.45);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1.25;
  text-transform: none;
}

.tm-calc-toolbar select,
.tm-calc-control input,
.tm-calc-control select {
  min-height: 46px;
  width: 100%;
  border: 1px solid rgba(17,19,21,.12);
  border-radius: 8px;
  background: #fff;
  color: var(--tm-ink);
  font: inherit;
  font-size: 14px;
  font-weight: 650;
  letter-spacing: 0;
  outline: none;
  transition: border-color .16s ease, box-shadow .16s ease;
}

.tm-calc-toolbar select {
  padding: 0 38px 0 14px;
}

.tm-calc-control input,
.tm-calc-control select {
  padding: 0 12px;
}

.tm-calc-control select:invalid {
  color: rgba(17,19,21,.42);
}

.tm-calc-control select option {
  color: var(--tm-ink);
}

.tm-calc-toolbar select:focus,
.tm-calc-control input:focus,
.tm-calc-control select:focus {
  border-color: rgba(17,19,21,.34);
  box-shadow: 0 0 0 4px rgba(0,133,253,.1);
}

.tm-calc-hero-note {
  position: relative;
  overflow: hidden;
  display: grid;
  align-content: center;
  gap: 10px;
  padding: clamp(18px, 2.4vw, 28px);
  border: 1px solid rgba(17,19,21,.12);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(17,19,21,.06);
}

.tm-calculator-hero[data-calc-step="country"] .tm-calc-hero-note {
  min-height: 360px;
  grid-template-rows: auto 1fr auto auto;
  align-content: stretch;
  background: #fff;
}

.tm-calculator-hero[data-calc-step="country"] .tm-calc-hero-note::after {
  display: none;
}

.tm-calc-hero-note > * {
  position: relative;
  z-index: 1;
  max-width: 100%;
}

.tm-calc-country-map {
  display: block;
  align-self: center;
  justify-self: center;
  width: min(100%, 360px);
  max-width: 100%;
  height: auto;
  margin: 8px auto 12px;
}

.tm-calc-hero-note span {
  color: var(--tm-muted);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.tm-calc-hero-note strong {
  display: block;
  align-self: end;
  padding: 11px 0 0;
  border-top: 0;
  font-size: clamp(17px, 1.45vw, 23px);
  font-weight: 620;
  letter-spacing: -.03em;
}

.tm-calc-hero-note p {
  margin: 0;
  color: var(--tm-muted);
  font-size: 14px;
  line-height: 1.5;
}

.tm-calculator {
  grid-template-columns: minmax(260px, .4fr) minmax(0, .6fr);
  align-items: start;
  gap: 14px;
}

.tm-calc-picker,
.tm-calc-workspace {
  border: 1px solid rgba(17,19,21,.12);
  border-radius: 18px;
  background: #fff;
  overflow: hidden;
}

.tm-calc-picker {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(196px, 1fr));
  gap: 8px;
  padding: 8px;
  overflow: visible;
}

.tm-calc-improvement-note {
  max-width: 900px;
  margin: 2px 0 0;
  padding: 12px 14px;
  border: 1px solid rgba(17,19,21,.1);
  border-radius: 12px;
  background: rgba(17,19,21,.035);
  color: rgba(17,19,21,.64);
  font-size: 13px;
  line-height: 1.45;
}

.tm-calc-improvement-note span {
  display: inline-block;
  margin-left: 8px;
  color: rgba(17,19,21,.42);
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.tm-calc-system-story {
  display: grid;
  gap: 18px;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(17,19,21,.12);
  border-radius: 22px;
  background:
    radial-gradient(circle at 12% 10%, rgba(255,149,0,.12), transparent 32%),
    radial-gradient(circle at 86% 12%, rgba(0,133,253,.1), transparent 30%),
    #fff;
  box-shadow: 0 24px 70px rgba(17,19,21,.07);
}

.tm-calc-system-story .tm-section-head {
  margin: 0;
}

.tm-calc-system-explainer {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, .65fr);
  gap: 14px;
  align-items: stretch;
}

.tm-calc-system-motion {
  position: relative;
  display: grid;
  gap: 14px;
  min-height: 260px;
  padding: clamp(20px, 2.5vw, 30px);
  border-radius: 18px;
  background: #111315;
  color: #fff;
  overflow: hidden;
}

.tm-calc-system-motion:before {
  content: "";
  position: absolute;
  inset: -45% 24% auto -15%;
  height: 72%;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(206,255,0,.2), transparent 66%);
  animation: tmCalcHubDrift 7s ease-in-out infinite;
}

.tm-calc-system-motion > * {
  position: relative;
  z-index: 1;
}

.tm-calc-system-motion h3 {
  margin: 0;
  color: #fff;
  font-size: 34px;
  line-height: 1.15;
  letter-spacing: 0;
}

.tm-calc-system-motion p {
  max-width: 640px;
  margin: 0;
  color: rgba(255,255,255,.66);
  font-size: 14px;
  line-height: 1.55;
}

.tm-calc-system-motion > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.tm-calc-system-motion > div span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.86);
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
  animation: tmCalcFlowPulse 4.8s ease-in-out infinite;
  animation-delay: calc(var(--i) * .24s);
}

.tm-calc-system-motion i {
  width: 16px;
  height: 1px;
  background: rgba(255,149,0,.9);
}

.tm-calc-knowledge-lanes {
  display: grid;
  gap: 10px;
}

.tm-calc-knowledge-lanes a {
  display: grid;
  gap: 7px;
  min-height: 80px;
  padding: 16px;
  border: 1px solid rgba(17,19,21,.1);
  border-radius: 16px;
  background: rgba(255,255,255,.82);
  color: var(--tm-ink);
  text-decoration: none;
  transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.tm-calc-knowledge-lanes a:hover,
.tm-calc-knowledge-lanes a:focus-visible {
  border-color: rgba(17,19,21,.24);
  box-shadow: 0 16px 34px rgba(17,19,21,.08);
  transform: translateY(-1px);
  outline: 0;
}

.tm-calc-knowledge-lanes strong {
  font-size: 15px;
  line-height: 1.16;
}

.tm-calc-knowledge-lanes span {
  color: var(--tm-muted);
  font-size: 13px;
  line-height: 1.4;
}

.tm-calc-directory-head {
  margin-top: clamp(26px, 4vw, 44px);
}

.tm-calc-directory-grid .tm-card {
  min-height: 190px;
}

.tm-calc-tab {
  display: grid;
  grid-template-columns: 26px 1fr;
  align-items: center;
  gap: 8px;
  width: 100%;
  min-height: 56px;
  padding: 10px;
  border: 1px solid rgba(17,19,21,.1);
  border-radius: 12px;
  background: #fff;
  color: var(--tm-ink);
  text-align: left;
  outline: none;
  cursor: pointer;
  position: relative;
  transition: background .16s ease, border-color .16s ease, box-shadow .16s ease, color .16s ease, transform .16s ease;
}

.tm-calc-tab:focus-visible {
  box-shadow: inset 0 0 0 2px rgba(0,133,253,.35);
}

.tm-calc-tab:last-child {
  border-bottom: 1px solid rgba(17,19,21,.1);
}

.tm-calc-tab:hover {
  background: #111315;
  color: #fff;
}

.tm-calc-tab:active {
  transform: translateY(0) scale(.99);
  border-color: rgba(17,19,21,.38);
  background: #050608;
  color: #fff;
}

.tm-calc-tab.is-active,
.tm-calc-tab[aria-selected="true"] {
  border-color: rgba(255, 111, 0, .92);
  background: #111315;
  color: #fff;
  box-shadow: 0 14px 30px rgba(17, 19, 21, .16), inset 0 0 0 2px rgba(255, 111, 0, .92);
}

.tm-calc-tab.is-active:before,
.tm-calc-tab[aria-selected="true"]:before {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #ff6f00;
  box-shadow: 0 0 0 4px rgba(255, 111, 0, .2);
}

body[data-tavrus-page="calculators"] .content-wrapper .tm-calc-picker .tm-calc-tab {
  display: grid !important;
  border: 1px solid rgba(17,19,21,.1) !important;
  background: #fff !important;
  color: var(--tm-ink) !important;
  box-shadow: none !important;
}

body[data-tavrus-page="calculators"] .content-wrapper .tm-calc-picker .tm-calc-tab:hover,
body[data-tavrus-page="calculators"] .content-wrapper .tm-calc-picker .tm-calc-tab.is-active,
body[data-tavrus-page="calculators"] .content-wrapper .tm-calc-picker .tm-calc-tab[aria-selected="true"] {
  border-color: rgba(255, 111, 0, .92) !important;
  background: #111315 !important;
  color: #fff !important;
  box-shadow: 0 14px 30px rgba(17, 19, 21, .16), inset 0 0 0 2px rgba(255, 111, 0, .92) !important;
}

body[data-tavrus-page="calculators"] .content-wrapper .tm-calc-picker .tm-calc-tab:active {
  transform: translateY(0) scale(.99) !important;
  border-color: rgba(255, 111, 0, 1) !important;
  background: #050608 !important;
  color: #fff !important;
  box-shadow: 0 8px 20px rgba(17, 19, 21, .14), inset 0 0 0 2px rgba(255, 111, 0, 1) !important;
}

body[data-tavrus-page="calculators"] .content-wrapper .tm-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-height: 50px !important;
  border: 1px solid #111315 !important;
  background: #111315 !important;
  color: #fff !important;
  box-shadow: none !important;
}

body[data-tavrus-page="calculators"] .content-wrapper .tm-button:hover {
  transform: translateY(-2px) !important;
  border-color: #25282c !important;
  background: #25282c !important;
  box-shadow: 0 18px 44px rgba(17,19,21,.16) !important;
}

body[data-tavrus-page="calculators"] .content-wrapper .tm-button:active {
  transform: translateY(0) scale(.985) !important;
  border-color: #050608 !important;
  background: #050608 !important;
  box-shadow: 0 8px 22px rgba(17,19,21,.12) !important;
}

body[data-tavrus-page="calculators"] .content-wrapper .tm-calc-contractor .tm-button {
  border-color: #111315 !important;
  background: #111315 !important;
  color: #fff !important;
}

.tm-calc-tab span {
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 850;
}

.tm-calc-tab strong {
  display: block;
  margin-top: 1px;
  font-size: 12.5px;
  font-weight: 760;
  letter-spacing: 0;
  line-height: 1.25;
}

.tm-calc-tab em {
  display: none;
}

.tm-calc-workspace {
  grid-column: 1;
  overflow: visible;
  padding: clamp(18px, 2.4vw, 28px);
}

.tm-section-head.compact {
  display: block;
  margin-bottom: 10px;
}

.tm-section-head.compact .tm-mini {
  min-height: 0;
  margin-bottom: 5px;
  line-height: 1;
}

.tm-section-head.compact h2 {
  max-width: 760px;
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.02;
}

.tm-section-head.compact p {
  max-width: 780px;
  margin-top: 4px;
  font-size: 14px;
}

body[data-tavrus-page="calculators"] .content-wrapper .tm-section-head.compact {
  display: block !important;
  margin-bottom: 10px !important;
}

body[data-tavrus-page="calculators"] .content-wrapper .tm-section-head.compact .tm-mini {
  min-height: 0 !important;
  margin: 0 0 5px !important;
  line-height: 1 !important;
}

body[data-tavrus-page="calculators"] .content-wrapper .tm-section-head.compact h2 {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.02 !important;
}

body[data-tavrus-page="calculators"] .content-wrapper .tm-section-head.compact p {
  margin: 4px 0 0 !important;
}

.tm-calc-panel {
  display: none;
}

.tm-calc-panel.is-active {
  display: block;
}

.tm-calc-step {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 12px;
  align-items: start;
  margin-bottom: 14px;
}

.tm-calc-step > span {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: #111315;
  color: #fff;
  font-size: 12px;
  font-weight: 850;
}

.tm-calc-step h3 {
  margin: 0;
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 700;
  letter-spacing: -.04em;
}

.tm-calc-step p {
  margin: 5px 0 0;
  max-width: 640px;
  color: var(--tm-muted);
  font-size: 14px;
  line-height: 1.5;
}

.tm-calc-controls {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.tm-calc-control {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 6px 8px;
  align-items: center;
  color: var(--tm-muted);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.tm-calc-control span {
  color: rgba(17,19,21,.46);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .04em;
}

.tm-calc-control input,
.tm-calc-control select {
  grid-column: 1 / -1;
}

.tm-calc-sequence {
  --progress: 0%;
  display: grid;
  gap: 10px;
  margin: 12px 0 16px;
  padding: 13px;
  border: 1px solid rgba(17,19,21,.1);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(206,255,0,.14), transparent 34%),
    linear-gradient(180deg, #fff, rgba(17,19,21,.025));
  overflow: hidden;
}

.tm-calc-sequence-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
}

.tm-calc-sequence-head .tm-mini {
  min-height: 0;
  margin: 0;
  line-height: 1;
}

.tm-calc-sequence-head strong {
  color: #111315;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .02em;
  white-space: nowrap;
}

.tm-calc-progress {
  position: relative;
  height: 7px;
  border-radius: 999px;
  background: rgba(17,19,21,.08);
  overflow: hidden;
}

.tm-calc-progress i {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #CEFF00, #ff9500);
  transition: width .48s cubic-bezier(.22, 1, .36, 1);
}

.tm-calc-sequence p {
  margin: 0;
  color: rgba(17,19,21,.58);
  font-size: 12px;
  font-weight: 720;
  line-height: 1.35;
}

.tm-calc-sequence-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
  padding: 2px 0 4px;
  min-width: 0;
}

.tm-calc-sequence-item {
  appearance: none;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) auto;
  gap: 9px;
  align-items: center;
  min-height: 58px;
  width: 100%;
  padding: 8px;
  border: 1px solid rgba(17,19,21,.1);
  border-radius: 12px;
  background: rgba(255,255,255,.74);
  color: #111315;
  text-align: left;
  cursor: pointer;
  opacity: 1;
  transform: translateY(0);
  animation: none;
  transition: border-color .2s ease, background .2s ease, transform .2s ease, box-shadow .2s ease;
}

.tm-calc-sequence-item:hover,
.tm-calc-sequence-item:focus-visible {
  border-color: rgba(17,19,21,.22);
  background: #fff;
  box-shadow: 0 10px 22px rgba(17,19,21,.08);
  transform: translateY(-1px);
  outline: 0;
}

.tm-calc-sequence-item > span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: rgba(17,19,21,.08);
  color: rgba(17,19,21,.62);
  font-size: 10px;
  font-weight: 850;
}

.tm-calc-sequence-item div {
  min-width: 0;
}

.tm-calc-sequence-item strong,
.tm-calc-sequence-item small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tm-calc-sequence-item strong {
  margin: 0;
  color: #111315;
  font-size: 12px;
  font-weight: 820;
  letter-spacing: 0;
}

.tm-calc-sequence-item small {
  margin-top: 2px;
  color: rgba(17,19,21,.52);
  font-size: 11px;
  font-weight: 650;
}

.tm-calc-sequence-item em {
  padding: 5px 7px;
  border-radius: 999px;
  background: rgba(17,19,21,.06);
  color: rgba(17,19,21,.62);
  font-size: 9px;
  font-style: normal;
  font-weight: 850;
  letter-spacing: .06em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.tm-calc-sequence-item.is-next {
  border-color: rgba(255,149,0,.46);
  background: rgba(255,149,0,.08);
  box-shadow: 0 12px 26px rgba(255,149,0,.13);
}

.tm-calc-sequence-item.is-next > span {
  background: #ff9500;
  color: #111315;
  box-shadow: 0 0 0 5px rgba(255,149,0,.14);
}

.tm-calc-sequence-item.is-complete {
  border-color: rgba(206,255,0,.44);
  background: rgba(206,255,0,.12);
}

.tm-calc-sequence-item.is-pending {
  opacity: .72;
}

.tm-calc-sequence-item.is-complete > span {
  background: #111315;
  color: #CEFF00;
}

.tm-calc-sequence-item.is-complete em {
  background: rgba(17,19,21,.86);
  color: #CEFF00;
}

.tm-calc-result {
  grid-column: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 16px;
  position: static;
  min-height: 0;
  overflow: visible;
  padding: clamp(18px, 2.1vw, 26px);
  border-radius: 18px;
  background: #111315;
  color: #fff;
}

.tm-calc-result > .tm-mini,
.tm-calc-result > strong,
.tm-calc-result > p,
.tm-calc-result > .tm-calc-stats,
.tm-calc-result > .tm-calc-breakdown,
.tm-calc-result > .tm-calc-assumption,
.tm-calc-result > .tm-cta,
.tm-calc-result > .tm-calc-contractor,
.tm-calc-result > .tm-calc-feedback {
  grid-column: 1 / -1;
}

.tm-calc-result strong[data-calc-result-range] {
  position: relative;
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  margin: 10px 0 8px;
  font-size: clamp(30px, 3.2vw, 46px);
  line-height: 1;
  letter-spacing: -.055em;
}

.tm-calc-result strong[data-calc-result-range].is-changing {
  animation: tmCalcValuePulse .72s ease;
}

.tm-calc-result p {
  max-width: none;
  font-size: 13px;
}

@keyframes tmCalcSequenceIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes tmCalcValuePulse {
  0% {
    transform: translateY(0) scale(1);
    text-shadow: 0 0 0 rgba(67,214,138,0);
  }
  38% {
    transform: translateY(-1px) scale(1.018);
    text-shadow: 0 0 20px rgba(67,214,138,.32);
  }
  100% {
    transform: translateY(0) scale(1);
    text-shadow: 0 0 0 rgba(67,214,138,0);
  }
}

@keyframes tmCalcRowGlow {
  0% {
    transform: translateY(0);
    box-shadow: inset 0 0 0 1px rgba(67,214,138,0), 0 0 0 rgba(67,214,138,0);
  }
  36% {
    transform: translateY(-1px);
    box-shadow: inset 0 0 0 1px rgba(67,214,138,.28), 0 12px 32px rgba(67,214,138,.12);
  }
  100% {
    transform: translateY(0);
    box-shadow: inset 0 0 0 1px rgba(67,214,138,0), 0 0 0 rgba(67,214,138,0);
  }
}

@keyframes tmCalcDeltaFloat {
  0% {
    opacity: 0;
    transform: translateY(8px) scale(.96);
  }
  16% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  76% {
    opacity: 1;
    transform: translateY(-8px) scale(1);
  }
  100% {
    opacity: 0;
    transform: translateY(-18px) scale(.98);
  }
}

@keyframes tmCalcHubDrift {
  0%, 100% {
    transform: translate3d(0,0,0) rotate(0deg);
  }
  50% {
    transform: translate3d(16%, 20%, 0) rotate(6deg);
  }
}

@keyframes tmCalcFlowPulse {
  0%, 100% {
    border-color: rgba(255,255,255,.14);
    background: rgba(255,255,255,.08);
    transform: translateY(0);
  }
  45% {
    border-color: rgba(206,255,0,.28);
    background: rgba(206,255,0,.1);
    transform: translateY(-1px);
  }
}

.tm-calc-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 14px 0;
}

.tm-calc-stats div {
  min-height: 66px;
  padding: 10px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 12px;
  background: rgba(255,255,255,.05);
}

.tm-calc-stats span {
  display: block;
  color: #fff;
  font-size: 19px;
  font-weight: 760;
  letter-spacing: -.03em;
}

.tm-calc-stats small {
  display: block;
  margin-top: 5px;
  color: rgba(255,255,255,.62);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .07em;
  line-height: 1.25;
  text-transform: uppercase;
}

.tm-calc-breakdown {
  display: grid;
  gap: 7px;
  margin: 14px 0;
}

.tm-calc-bar {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: center;
  color: rgba(255,255,255,.72);
  font-size: 12px;
  font-weight: 760;
}

.tm-calc-bar strong {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0;
}

.tm-calc-bar i {
  position: relative;
  grid-column: 1 / -1;
  display: block;
  height: 4px;
  border-radius: 999px;
  background: rgba(255,255,255,.14);
  overflow: hidden;
}

.tm-calc-bar i::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--w);
  border-radius: inherit;
  background: #CEFF00;
}

.tm-calc-package-list {
  grid-column: 1;
  display: grid;
  gap: 5px;
  margin-top: 14px;
  padding-right: 4px;
  overflow: visible;
}

.tm-calc-package-list h4 {
  margin: 0 0 4px;
  color: rgba(255,255,255,.56);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.tm-calc-package-list h4.is-changing {
  color: #ceff00;
  animation: tmCalcValuePulse .72s ease;
}

.tm-calc-package-list div {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  padding: 7px 0;
  border-top: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.72);
  font-size: 12px;
}

.tm-calc-package-list div.is-changing {
  animation: tmCalcRowGlow 1.2s ease;
}

.tm-calc-package-list strong {
  margin: 0;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0;
}

.tm-calc-package-list span,
.tm-calc-package-list strong {
  display: grid;
  gap: 2px;
}

.tm-calc-package-list span {
  position: relative;
}

.tm-calc-delta {
  display: inline-grid;
  place-items: center;
  width: max-content;
  min-height: 20px;
  margin-left: 7px;
  padding: 3px 7px;
  border-radius: 999px;
  background: rgba(67,214,138,.14);
  color: #8cffbd;
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0;
  white-space: nowrap;
  pointer-events: none;
  animation: tmCalcDeltaFloat 2.1s cubic-bezier(.22, 1, .36, 1) forwards;
}

.tm-calc-delta.is-negative {
  background: rgba(123,220,255,.13);
  color: #9ee8ff;
}

.tm-calc-package-list small {
  color: rgba(255,255,255,.48);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0;
}

.tm-calc-schedule {
  grid-column: 2;
  display: grid;
  gap: 8px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,.12);
}

.tm-calc-schedule:empty {
  display: none;
}

.tm-calc-schedule h4 {
  margin: 0;
  color: rgba(255,255,255,.56);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.tm-calc-schedule-months {
  display: grid;
  grid-template-columns: minmax(88px, 38%) repeat(var(--months), minmax(18px, 1fr));
  gap: 4px 7px;
  margin-left: 0;
}

.tm-calc-schedule-months span {
  min-width: 0;
  color: rgba(255,255,255,.54);
  font-size: 9px;
  font-weight: 800;
  line-height: 1.1;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.tm-calc-schedule-months span:first-child {
  visibility: hidden;
}

.tm-calc-schedule-months.is-compact {
  gap: 4px;
}

.tm-calc-schedule-months.is-compact span:not(:first-child) {
  display: grid;
  place-items: center;
  min-height: 18px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.78);
  font-size: 10px;
}

.tm-calc-schedule-rows {
  display: grid;
  gap: 8px;
}

.tm-calc-schedule-row {
  display: grid;
  grid-template-columns: minmax(88px, 38%) 1fr;
  gap: 7px;
  align-items: center;
}

.tm-calc-schedule-row > span {
  color: rgba(255,255,255,.74);
  font-size: 10px;
  font-weight: 760;
  line-height: 1.25;
}

.tm-calc-donut {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 12px;
  align-items: center;
  min-height: 260px;
  padding: 4px 0 8px;
}

.tm-calc-donut-chart {
  display: grid;
  place-items: center;
  width: 138px;
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, #111315 0 46%, transparent 47%),
    var(--donut);
  box-shadow: inset 0 0 0 8px rgba(255,255,255,.04), 0 18px 44px rgba(0,0,0,.2);
  transition: background .42s ease, transform .42s cubic-bezier(.22, 1, .36, 1);
}

.tm-calc-donut-chart:hover {
  transform: scale(1.025);
}

.tm-calc-donut-chart span,
.tm-calc-donut-chart strong {
  grid-area: 1 / 1;
  text-align: center;
}

.tm-calc-donut-chart span {
  transform: translateY(-9px);
  color: rgba(255,255,255,.5);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.tm-calc-donut-chart strong {
  transform: translateY(8px);
  color: #fff;
  font-size: 22px;
  line-height: 1;
  letter-spacing: -.04em;
}

.tm-calc-donut-callouts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  width: 100%;
}

.tm-calc-donut-callouts div {
  position: relative;
  display: grid;
  grid-template-columns: 10px minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  min-height: 46px;
  padding: 9px 10px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 12px;
  background: rgba(255,255,255,.045);
  min-width: 0;
  color: rgba(255,255,255,.72);
  font-size: 11px;
  line-height: 1.25;
  transition: border-color .22s ease, background .22s ease, transform .22s ease;
}

.tm-calc-donut-callouts div.is-changing {
  border-color: rgba(67,214,138,.32);
  background: rgba(67,214,138,.08);
  animation: tmCalcRowGlow 1.2s ease;
}

.tm-calc-donut-callouts i {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #ffb11b;
}

.tm-calc-donut-callouts div[style*="--tone:1"] i {
  background: #43d68a;
}

.tm-calc-donut-callouts div[style*="--tone:2"] i {
  background: #7bdcff;
}

.tm-calc-donut-callouts div[style*="--tone:3"] i {
  background: #c29bff;
}

.tm-calc-donut-callouts span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tm-calc-donut-callouts strong {
  margin: 0;
  color: #fff;
  font-size: 11px;
  letter-spacing: 0;
}

.tm-calc-schedule-row::after {
  content: "";
  grid-column: 2;
  grid-row: 1;
  height: 18px;
  border-radius: 7px;
  background: repeating-linear-gradient(90deg, rgba(255,255,255,.11) 0, rgba(255,255,255,.11) 1px, rgba(255,255,255,.04) 1px, rgba(255,255,255,.04) calc(100% / var(--months)));
}

.tm-calc-schedule-bar {
  z-index: 1;
  grid-row: 1;
  height: 18px;
  border-radius: 7px;
  background: #7fb5ff;
}

.tm-calc-schedule-row {
  grid-template-columns: minmax(88px, 38%) repeat(var(--months), minmax(18px, 1fr));
}

.tm-calc-schedule-row::after {
  grid-column: 2 / -1;
}

.tm-calc-schedule-bar.tone-design {
  background: #b78cff;
}

.tm-calc-schedule-bar.tone-engineering {
  background: #74d5ff;
}

.tm-calc-assumption {
  grid-column: 1 / -1;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,.12);
}

body[data-tavrus-page] .tm-tooltip-term,
body[data-tavrus-page] [data-tavrus-tooltip] {
  position: relative;
  color: inherit;
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 4px;
  cursor: help;
}

body[data-tavrus-page] .tm-tooltip-term::after,
body[data-tavrus-page] [data-tavrus-tooltip]::after {
  content: attr(data-tavrus-tooltip);
  position: absolute;
  left: 0;
  bottom: calc(100% + 10px);
  z-index: 20;
  width: min(300px, calc(100vw - 32px));
  padding: 10px 12px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 10px;
  background: #111315;
  color: #fff;
  box-shadow: 0 18px 45px rgba(0,0,0,.2);
  font-size: 12px;
  font-weight: 650;
  line-height: 1.42;
  letter-spacing: 0;
  text-transform: none;
  pointer-events: none;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity .18s ease, transform .18s ease;
}

body[data-tavrus-page] .tm-tooltip-term:hover::after,
body[data-tavrus-page] .tm-tooltip-term:focus-visible::after,
body[data-tavrus-page] [data-tavrus-tooltip]:hover::after,
body[data-tavrus-page] [data-tavrus-tooltip]:focus-visible::after {
  opacity: 1;
  transform: translateY(0);
}

.tm-calc-contractor {
  display: grid;
  gap: 10px;
  margin-top: 18px;
  padding: 16px;
  border: 1px solid rgba(37,196,122,.24);
  border-left: 4px solid #25c47a;
  border-radius: 14px;
  background: #f4fbf7;
  color: #111315;
  box-shadow: 0 14px 34px rgba(0,0,0,.12);
}

.tm-calc-contractor h3 {
  margin: 0;
  color: #111315;
  font-size: clamp(17px, 1.45vw, 21px);
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -.02em;
}

.tm-calc-contractor p {
  margin: 0;
  color: rgba(17,19,21,.72);
  font-size: 14px;
  line-height: 1.42;
}

.tm-calc-lead-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.tm-calc-lead-form[hidden] {
  display: none;
}

.tm-calc-lead-form .tav-beta-hp {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  min-height: 1px !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.tm-calc-lead-form label {
  display: grid;
  min-width: 0;
  gap: 5px;
  color: rgba(17,19,21,.62);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.tm-calc-lead-form input:not([type="hidden"]) {
  min-height: 38px !important;
  height: 38px !important;
  width: 100%;
  border: 1px solid rgba(17,19,21,.14);
  border-radius: 8px;
  background: #fff;
  color: #111315;
  font: inherit;
  font-size: 13px;
  font-weight: 650;
  letter-spacing: 0;
  outline: none;
  padding: 0 10px !important;
}

.tm-calc-lead-form input:not([type="hidden"]):focus {
  border-color: rgba(17,19,21,.38);
  box-shadow: 0 0 0 4px rgba(17,19,21,.08);
}

.tm-calc-lead-form button {
  grid-column: 1 / -1;
  justify-self: start;
}

.tm-supplier-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, .55fr);
  align-items: stretch;
  gap: 18px;
}

body[data-tavrus-page="suppliers"] .tavrus-market {
  margin-top: clamp(56px, 6vw, 72px);
}

body[data-tavrus-page="suppliers"] .tm-section {
  margin-bottom: clamp(20px, 3vw, 34px);
}

.tm-supplier-hero h1 {
  max-width: 900px;
  margin: 12px 0 0;
  color: var(--tm-ink);
  font-size: clamp(36px, 4vw, 58px);
  line-height: .96;
  letter-spacing: 0;
}

body[data-tavrus-page="suppliers"] .tm-supplier-hero .tm-lead {
  max-width: 820px;
  font-size: clamp(17px, 1.65vw, 24px);
  line-height: 1.16;
}

.tm-supplier-card-preview {
  position: relative;
  display: grid;
  align-content: space-between;
  min-height: 230px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid rgba(17,19,21,.12);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255,111,0,.14), rgba(0,133,253,.08) 54%, rgba(255,255,255,.92)),
    #fff;
  color: #111315;
  box-shadow: 0 24px 70px rgba(17,19,21,.08);
}

.tm-supplier-card-preview:before {
  content: "";
  position: absolute;
  inset: auto -20% -38% 20%;
  height: 70%;
  background: radial-gradient(circle, rgba(255,111,0,.22), transparent 62%);
}

.tm-supplier-card-preview > * {
  position: relative;
  z-index: 1;
}

.tm-supplier-card-preview span {
  color: rgba(17,19,21,.54);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.tm-supplier-card-preview strong {
  display: block;
  max-width: 320px;
  font-size: clamp(25px, 2.4vw, 38px);
  line-height: 1.05;
}

.tm-supplier-card-preview p {
  max-width: 340px;
  margin: 0;
  color: rgba(17,19,21,.66);
  font-size: 15px;
  line-height: 1.55;
}

.tm-supplier-card-preview i {
  display: block;
  width: 92px;
  height: 6px;
  border-radius: 999px;
  background: #ff6f00;
}

.tm-supplier-wizard {
  display: grid;
  gap: 18px;
}

.tm-supplier-progress {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  padding: 6px;
  border: 1px solid rgba(17,19,21,.08);
  border-radius: 22px;
  background:
    linear-gradient(90deg, rgba(255,111,0,.16), rgba(17,19,21,.06)),
    #fff;
}

.tm-supplier-progress [data-supplier-step-dot] {
  position: relative;
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center !important;
  justify-content: start !important;
  gap: 9px;
  min-height: 58px;
  padding: 9px 10px;
  border: 1px solid rgba(17,19,21,.14) !important;
  border-radius: 16px !important;
  background: rgba(255,255,255,.78) !important;
  color: rgba(17,19,21,.62) !important;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.1;
  cursor: pointer;
  box-shadow: none !important;
  text-align: left;
  transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.tm-supplier-progress [data-supplier-step-dot] b {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: rgba(17,19,21,.08);
  color: #111315;
  font-size: 12px;
  line-height: 1;
}

.tm-supplier-progress [data-supplier-step-dot] span {
  display: block;
  min-width: 0;
  overflow-wrap: anywhere;
}

.tm-supplier-progress [data-supplier-step-dot].is-done {
  border-color: rgba(255,111,0,.35) !important;
  background: rgba(255,111,0,.08) !important;
  color: rgba(17,19,21,.78) !important;
}

.tm-supplier-progress [data-supplier-step-dot].is-done b {
  background: #ff6f00;
  color: #fff;
}

.tm-supplier-progress [data-supplier-step-dot].is-active {
  border-color: rgba(255,111,0,.95) !important;
  background:
    linear-gradient(145deg, rgba(255,111,0,.14), rgba(255,255,255,.94)),
    #fff !important;
  color: #111315 !important;
  box-shadow: inset 0 0 0 2px rgba(255,111,0,.72), 0 14px 32px rgba(255,111,0,.14) !important;
  transform: translateY(-1px);
}

.tm-supplier-progress [data-supplier-step-dot].is-active b {
  background: #ff6f00;
  color: #fff;
}

body[data-tavrus-page="suppliers"] #tavrus-public-supplier-system .tm-supplier-progress [data-supplier-step-dot]:not(.is-active) {
  border-color: rgba(17,19,21,.14) !important;
}

body[data-tavrus-page="suppliers"] #tavrus-public-supplier-system .tm-supplier-progress [data-supplier-step-dot].is-active {
  border-color: rgba(255,111,0,.95) !important;
  background:
    linear-gradient(145deg, rgba(255,111,0,.14), rgba(255,255,255,.94)),
    #fff !important;
  color: #111315 !important;
  box-shadow: inset 0 0 0 2px rgba(255,111,0,.72), 0 14px 32px rgba(255,111,0,.14) !important;
}

.tm-supplier-step {
  display: none;
  scroll-margin-top: 112px;
}

.tm-supplier-step.is-active {
  display: grid;
  gap: 18px;
}

.tm-supplier-choice-head {
  align-items: start;
}

.tm-supplier-choice-head strong {
  justify-self: end;
  align-self: start;
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(255,111,0,.45);
  border-radius: 999px;
  background: rgba(255,111,0,.1);
  color: #9a4200;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
  white-space: nowrap;
}

.tm-supplier-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 10px;
  border: 1px solid rgba(17,19,21,.1);
  border-radius: 22px;
  background:
    linear-gradient(90deg, rgba(0,133,253,.06), rgba(255,111,0,.08)),
    #fff;
}

.tm-supplier-choice {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px 14px;
  min-height: 210px;
  padding: 22px;
  border: 2px solid rgba(17,19,21,.12);
  border-radius: 18px;
  background: #fff;
  cursor: pointer;
  box-shadow: 0 16px 42px rgba(17,19,21,.06);
  transition: border-color .16s ease, box-shadow .16s ease, background .16s ease, color .16s ease, transform .16s ease;
}

.tm-supplier-choice input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.tm-supplier-choice em {
  display: inline-grid;
  grid-row: 1 / span 3;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: rgba(17,19,21,.06);
  color: rgba(17,19,21,.72);
  font-style: normal;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .04em;
}

.tm-supplier-choice span {
  padding-right: 42px;
  font-size: clamp(24px, 2.6vw, 36px);
  font-weight: 850;
  line-height: 1.05;
}

.tm-supplier-choice p {
  grid-column: 2;
  margin: 0;
  color: var(--tm-muted);
  font-size: 14px;
  line-height: 1.5;
}

.tm-supplier-choice b {
  grid-column: 2;
  align-self: end;
  justify-self: start;
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(17,19,21,.16);
  border-radius: 999px;
  color: rgba(17,19,21,.72);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.tm-supplier-choice:after {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  width: 24px;
  height: 24px;
  border: 2px solid rgba(17,19,21,.22);
  border-radius: 999px;
  background: #fff;
  box-shadow: inset 0 0 0 6px #fff;
}

.tm-supplier-choice:hover {
  border-color: rgba(17,19,21,.32);
  transform: translateY(-1px);
}

.tm-supplier-choice.is-active {
  border-color: rgba(255,111,0,.95);
  background:
    linear-gradient(145deg, rgba(255,111,0,.14), rgba(0,133,253,.08)),
    #fff;
  color: #111315;
  box-shadow: 0 22px 56px rgba(255,111,0,.18), inset 0 0 0 2px rgba(255,111,0,.85);
  transform: translateY(-2px);
}

.tm-supplier-choice.is-active p {
  color: rgba(17,19,21,.68);
}

.tm-supplier-choice.is-active em {
  background: #ff6f00;
  color: #fff;
}

.tm-supplier-choice.is-active b {
  border-color: rgba(255,111,0,.5);
  background: #ff6f00;
  color: #fff;
}

.tm-supplier-choice.is-active:after {
  border-color: #ff6f00;
  background: #ff6f00;
  box-shadow: inset 0 0 0 6px #fff, 0 0 0 5px rgba(255,111,0,.18);
}

.tm-supplier-check-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 8px;
}

.tm-supplier-check-grid.countries {
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.tm-supplier-check {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  min-height: 48px;
  padding: 10px 12px;
  border: 1px solid rgba(17,19,21,.12);
  border-radius: 12px;
  background: #fff;
  color: var(--tm-ink);
  font-size: 13px;
  font-weight: 760;
}

.tm-supplier-check input {
  position: static !important;
  display: inline-block !important;
  flex: 0 0 18px !important;
  width: 18px !important;
  height: 18px !important;
  margin: 0 !important;
  opacity: 1 !important;
  accent-color: #ff6f00;
}

.tm-supplier-check:has(input:checked) {
  border-color: rgba(255,111,0,.88);
  background: rgba(255,111,0,.07);
}

.tm-supplier-branch {
  display: none;
  gap: 16px;
}

.tm-supplier-branch.is-active {
  display: grid;
}

.tm-supplier-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.tm-supplier-fields label {
  display: grid;
  gap: 8px;
}

.tm-supplier-fields label:has(textarea),
.tm-supplier-fields label:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}

.tm-supplier-fields span {
  color: var(--tm-muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.tm-supplier-fields input,
.tm-supplier-fields textarea {
  width: 100%;
  min-height: 50px;
  border: 1px solid rgba(17,19,21,.18);
  border-radius: 10px;
  background: #fff;
  color: var(--tm-ink);
  font: inherit;
  font-size: 14px;
  font-weight: 680;
  outline: none;
  padding: 13px 14px;
}

.tm-supplier-fields textarea {
  min-height: 112px;
  resize: vertical;
}

.tm-supplier-fields input:focus,
.tm-supplier-fields textarea:focus {
  border-color: rgba(0,133,253,.72);
  box-shadow: 0 0 0 3px rgba(0,133,253,.12);
}

.tm-supplier-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.tm-supplier-actions .tm-button,
.tm-supplier-actions .tm-link-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 50px !important;
  width: auto !important;
  border-radius: 999px !important;
  padding: 0 22px !important;
  font-size: 14px !important;
  font-weight: 850 !important;
  text-decoration: none !important;
}

.tm-supplier-actions .tm-button {
  border: 1px solid #ff6f00 !important;
  background: #ff6f00 !important;
  color: #fff !important;
  box-shadow: 0 14px 34px rgba(255,111,0,.2) !important;
}

.tm-supplier-actions .tm-button:hover {
  transform: translateY(-2px) !important;
  border-color: #f97316 !important;
  background: #f97316 !important;
  box-shadow: 0 18px 44px rgba(255,111,0,.26) !important;
}

.tm-supplier-actions .tm-button:active {
  transform: translateY(0) scale(.985) !important;
  border-color: #c2410c !important;
  background: #c2410c !important;
  box-shadow: 0 8px 22px rgba(255,111,0,.18) !important;
}

.tm-supplier-actions .tm-link-button {
  border: 1px solid rgba(17,19,21,.14) !important;
  background: #fff !important;
  color: #111315 !important;
}

.tm-supplier-actions .tm-link-button:hover,
.tm-calc-feedback .tm-link-button:hover {
  transform: translateY(-2px) !important;
  border-color: rgba(17,19,21,.24) !important;
  background: #fff !important;
  box-shadow: 0 18px 44px rgba(17,19,21,.16) !important;
}

.tm-supplier-actions .tm-link-button:active,
.tm-calc-feedback .tm-link-button:active {
  transform: translateY(0) scale(.985) !important;
  border-color: rgba(17,19,21,.28) !important;
  background: #f8fafc !important;
  box-shadow: 0 8px 22px rgba(17,19,21,.12) !important;
}

.tm-supplier-status {
  min-height: 24px;
  color: #c2410c;
  font-size: 14px;
  font-weight: 800;
}

.tm-privacy-hero h1 {
  max-width: 980px;
  margin: 14px 0 0;
  color: var(--tm-ink);
  font-size: clamp(40px, 5.6vw, 84px);
  line-height: .96;
  letter-spacing: 0;
}

.tm-privacy-updated {
  margin: 18px 0 0;
  color: var(--tm-muted);
  font-size: 13px;
  font-weight: 850;
}

.tm-privacy-layout {
  display: grid;
  grid-template-columns: minmax(220px, .32fr) minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.tm-privacy-index {
  position: sticky;
  top: 112px;
  display: grid;
  gap: 6px;
  padding: 14px;
  border: 1px solid rgba(17,19,21,.1);
  border-radius: 14px;
  background: #fff;
}

.tm-privacy-index a {
  display: block;
  padding: 8px 9px;
  border-radius: 8px;
  color: rgba(17,19,21,.72);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
  text-decoration: none;
}

.tm-privacy-index a:hover {
  background: rgba(17,19,21,.06);
  color: #111315;
}

.tm-privacy-content {
  display: grid;
  gap: 14px;
}

.tm-privacy-content section {
  scroll-margin-top: 112px;
  padding: clamp(18px, 2.4vw, 28px);
  border: 1px solid rgba(17,19,21,.1);
  border-radius: 16px;
  background: #fff;
}

.tm-privacy-content h2 {
  margin: 0 0 10px;
  color: var(--tm-ink);
  font-size: clamp(22px, 2.2vw, 32px);
  line-height: 1.08;
  letter-spacing: 0;
}

.tm-privacy-content h3 {
  margin: 0 0 8px;
  color: var(--tm-ink);
  font-size: 16px;
  line-height: 1.2;
}

.tm-privacy-content p {
  margin: 0;
  color: rgba(17,19,21,.72);
  font-size: 15px;
  line-height: 1.68;
}

.tm-privacy-content a {
  color: #111315;
  font-weight: 850;
}

.tm-privacy-cookie-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.tm-privacy-cookie-grid div {
  padding: 16px;
  border: 1px solid rgba(17,19,21,.1);
  border-radius: 12px;
  background: rgba(17,19,21,.035);
}

@media (max-width: 1180px) {
  .tm-calc-lead-form {
    grid-template-columns: 1fr;
  }
  .tm-supplier-hero,
  .tm-supplier-choice-grid,
  .tm-supplier-choice,
  .tm-supplier-fields,
  .tm-privacy-layout,
  .tm-privacy-cookie-grid {
    grid-template-columns: 1fr;
  }
  .tm-supplier-card-preview {
    min-height: 240px;
  }
  .tm-supplier-progress {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .tm-supplier-progress [data-supplier-step-dot]:last-child {
    grid-column: 1 / -1;
  }
  .tm-privacy-index {
    position: static;
  }
  .tm-cookie-notice {
    align-items: stretch;
    flex-direction: column;
  }
  .tm-cookie-notice a,
  .tm-cookie-notice button {
    width: fit-content;
  }
}

@media (max-width: 640px) {
  body[data-tavrus-page="suppliers"] .tavrus-market {
    margin-top: 96px;
  }

  body[data-tavrus-page="suppliers"] .tm-supplier-card-preview {
    display: none;
  }

  body[data-tavrus-page="suppliers"] .tm-supplier-hero {
    gap: 0;
  }

  body[data-tavrus-page="suppliers"] .tm-supplier-hero h1 {
    font-size: clamp(36px, 11vw, 48px);
  }

  body[data-tavrus-page="suppliers"] .tm-supplier-progress {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 4px;
    padding: 5px;
    border-radius: 16px;
  }

  body[data-tavrus-page="suppliers"] .tm-supplier-progress [data-supplier-step-dot],
  body[data-tavrus-page="suppliers"] .tm-supplier-progress [data-supplier-step-dot]:last-child {
    grid-column: auto;
    grid-template-columns: 1fr;
    justify-items: center !important;
    min-height: 48px;
    padding: 6px 4px;
    border-radius: 12px !important;
  }

  body[data-tavrus-page="suppliers"] .tm-supplier-progress [data-supplier-step-dot] span {
    display: none;
  }

  body[data-tavrus-page="suppliers"] .tm-supplier-progress [data-supplier-step-dot] b {
    width: 30px;
    height: 30px;
    border-radius: 10px;
  }

  body[data-tavrus-page="suppliers"] .tm-supplier-choice-head strong {
    justify-self: start;
  }
}

.tm-calc-feedback {
  grid-column: 1 / -1;
  display: grid;
  gap: 12px;
  margin-top: 16px;
  padding: 16px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px;
  background: rgba(255,255,255,.06);
}

.tm-calc-feedback h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(17px, 1.55vw, 22px);
  line-height: 1.12;
  font-weight: 700;
  letter-spacing: -.03em;
}

.tm-calc-feedback-title-link {
  color: inherit;
  text-decoration: none;
}

.tm-calc-feedback-title-link:hover,
.tm-calc-feedback-title-link:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.tm-calc-feedback > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.tm-calc-feedback article {
  min-height: 96px;
  padding: 12px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 10px;
  background: rgba(255,255,255,.05);
}

.tm-calc-feedback strong {
  display: block;
  color: #fff;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.25;
}

.tm-calc-feedback p {
  margin: 7px 0 0;
  color: rgba(255,255,255,.64);
  font-size: 11px;
  line-height: 1.35;
}

.tm-calc-feedback .tm-link-button {
  justify-self: start;
  min-height: 42px;
  border-color: rgba(255,255,255,.24);
  background: #fff;
  color: #111315 !important;
}

.tm-pro-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(320px, .72fr);
  gap: clamp(18px, 3vw, 38px);
  align-items: stretch;
  padding: clamp(24px, 4vw, 44px);
  border-radius: 24px;
  background:
    radial-gradient(circle at 82% 14%, rgba(206,255,0,.14), transparent 28%),
    radial-gradient(circle at 12% 84%, rgba(0,133,253,.16), transparent 32%),
    #0d0f11;
  color: #fff;
  overflow: hidden;
  box-shadow: 0 34px 90px rgba(17,19,21,.16);
}

.tm-pro-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 0 34%, rgba(255,255,255,.08) 42%, transparent 52% 100%);
  opacity: .62;
  transform: translateX(-62%);
  animation: tmProSweep 8s cubic-bezier(.22, 1, .36, 1) infinite;
}

.tm-pro-section > * {
  position: relative;
  z-index: 1;
}

.tm-pro-copy {
  display: grid;
  gap: 16px;
}

.tm-pro-copy .tm-mini {
  color: rgba(206,255,0,.76);
}

.tm-pro-copy h2 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: 58px;
  line-height: .98;
  letter-spacing: 0;
}

.tm-pro-copy > p {
  max-width: 760px;
  margin: 0;
  color: rgba(255,255,255,.68);
  font-size: 17px;
  line-height: 1.6;
}

.tm-pro-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 6px;
}

.tm-pro-points article {
  display: grid;
  gap: 8px;
  min-height: 132px;
  padding: 16px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 16px;
  background: rgba(255,255,255,.06);
}

.tm-pro-points h3 {
  margin: 0;
  color: #fff;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 0;
}

.tm-pro-points p {
  margin: 0;
  color: rgba(255,255,255,.6);
  font-size: 12px;
  line-height: 1.45;
}

.tm-pro-motion {
  position: relative;
  display: grid;
  align-content: center;
  min-height: 460px;
  overflow: hidden;
}

.tm-pro-plane {
  position: relative;
  width: min(100%, 540px);
  min-height: 420px;
  margin: auto;
  overflow: visible;
  isolation: isolate;
}

.tm-pro-plane-links {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.tm-pro-plane-links path {
  fill: none;
  stroke: rgba(206,255,0,.52);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 9 10;
  marker-end: url(#tm-pro-arrow);
  animation: tmProArrowFlow 3.4s linear infinite;
  animation-delay: calc(var(--i) * .24s);
}

.tm-pro-plane-links marker path {
  fill: rgba(206,255,0,.78);
}

.tm-pro-plane-card,
.tm-pro-plane-center {
  position: absolute;
  display: grid;
  align-content: center;
  gap: 7px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 14px;
  background: rgba(17,19,21,.8);
  color: #fff;
  box-shadow: 0 16px 42px rgba(0,0,0,.18);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.tm-pro-plane-card {
  width: min(42%, 206px);
  min-height: 118px;
  padding: 15px;
  z-index: 2;
  animation: tmProCardSignal 5.8s ease-in-out infinite;
  animation-delay: calc(var(--i) * .32s);
}

.tm-pro-plane-card:nth-of-type(1) { left: 0; top: 26px; }
.tm-pro-plane-card:nth-of-type(2) { right: 0; top: 26px; }
.tm-pro-plane-card:nth-of-type(3) { left: 0; bottom: 28px; }
.tm-pro-plane-card:nth-of-type(4) { right: 0; bottom: 28px; }

.tm-pro-plane-card span,
.tm-pro-plane-center span {
  position: relative;
  z-index: 2;
  color: rgba(255,255,255,.54);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.tm-pro-plane-card strong {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 13px;
  line-height: 1.25;
}

.tm-pro-plane-card i {
  --motion-ease: cubic-bezier(.17,.78,.18,1);
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 38px;
  margin-top: 3px;
  border-radius: 9px;
  overflow: visible;
}

.tm-pro-plane-card[data-plane-visual="0"] i {
  background:
    linear-gradient(rgba(206,255,0,.8) 0 0) 0 8px / 56% 3px no-repeat,
    linear-gradient(rgba(255,255,255,.26) 0 0) 0 18px / 82% 3px no-repeat,
    linear-gradient(90deg, rgba(123,220,255,.78) 0 48%, rgba(255,177,27,.8) 48% 76%, transparent 76%) 0 29px / 70% 3px no-repeat;
}

.tm-pro-plane-card[data-plane-visual="1"] i {
  height: 60px;
  border: 0;
  background: none;
  overflow: visible;
}

.tm-pro-plane-card[data-plane-visual="2"] i {
  background:
    repeating-linear-gradient(90deg, rgba(255,255,255,.18) 0 1px, transparent 1px 24px),
    linear-gradient(rgba(255,255,255,.16), rgba(255,255,255,.16)) 0 30px / 100% 1px no-repeat;
}

.tm-pro-schedule-node {
  position: absolute;
  inset: 4px 2px 1px;
  display: grid;
  grid-template-columns: 34px 1fr 40px;
  gap: 5px;
  align-items: end;
  padding: 6px 5px;
  border: 1px solid rgba(123,220,255,.22);
  border-radius: 9px;
  background:
    linear-gradient(rgba(206,255,0,.7) 0 0) 14px 29px / 70% 3px no-repeat,
    linear-gradient(rgba(255,177,27,.76) 0 0) 42px 17px / 46% 3px no-repeat,
    linear-gradient(rgba(123,220,255,.62) 0 0) 6px 10px / 38% 3px no-repeat,
    linear-gradient(90deg, rgba(123,220,255,.1), rgba(255,255,255,.04));
  color: #fff;
  font-style: normal;
}

.tm-pro-schedule-node::before {
  content: "";
  position: absolute;
  inset: 7px 8px auto;
  height: 1px;
  background: rgba(255,255,255,.16);
  box-shadow: 0 10px 0 rgba(255,255,255,.12), 0 20px 0 rgba(255,255,255,.1);
}

.tm-pro-schedule-node small,
.tm-pro-schedule-node strong {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  min-height: 20px;
  margin: 0;
  border-radius: 7px;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none;
}

.tm-pro-schedule-node small {
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.74);
  font-size: 7px;
  font-weight: 900;
}

.tm-pro-schedule-node strong {
  min-height: 28px;
  border: 1px solid rgba(206,255,0,.3);
  background: rgba(206,255,0,.16);
  color: #ceff00;
  font-size: 14px;
  font-weight: 950;
}

.tm-pro-plane-card[data-plane-visual="3"] i {
  height: 44px;
  background:
    linear-gradient(rgba(255,255,255,.16), rgba(255,255,255,.16)) 0 35px / 100% 1px no-repeat,
    linear-gradient(90deg, rgba(206,255,0,.1), rgba(123,220,255,.08));
}

.tm-pro-plane-card[data-plane-visual="3"] i::before {
  left: 7px;
  bottom: 7px;
  width: 50px;
  height: 24px;
  border-radius: 5px 5px 3px 3px;
  background:
    linear-gradient(135deg, transparent 0 24%, rgba(255,255,255,.22) 24% 26%, transparent 26%) 0 0 / 12px 100% repeat-x,
    linear-gradient(rgba(17,19,21,.45), rgba(17,19,21,.45)) 8px 11px / 12px 8px no-repeat,
    linear-gradient(rgba(17,19,21,.32), rgba(17,19,21,.32)) 28px 11px / 12px 8px no-repeat,
    linear-gradient(135deg, rgba(255,177,27,.55), rgba(206,255,0,.22));
  box-shadow: 0 0 0 1px rgba(255,255,255,.16);
}

.tm-pro-plane-card[data-plane-visual="3"] i::after {
  left: 60px;
  bottom: 10px;
  width: 55px;
  height: 18px;
  border-radius: 3px;
  background:
    linear-gradient(rgba(255,255,255,.28) 0 0) 0 2px / 100% 2px no-repeat,
    linear-gradient(rgba(206,255,0,.24) 0 0) 0 8px / 72% 2px no-repeat,
    linear-gradient(rgba(123,220,255,.2) 0 0) 0 14px / 88% 2px no-repeat;
}

.tm-pro-plane-card i b,
.tm-pro-plane-card i::before,
.tm-pro-plane-card i::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.tm-pro-plane-card i b {
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  opacity: 0;
  transform: translate(-50%, -50%);
}

.tm-pro-plane-card i b:nth-of-type(1) { --delay:.05s; --dur:5.1s; --sx:-42px; --sy:-17px; --mx:74px; --my:46px; --tx:128px; --ty:84px; }
.tm-pro-plane-card i b:nth-of-type(2) { --delay:.72s; --dur:6.2s; --sx:-18px; --sy:22px; --mx:96px; --my:32px; --tx:138px; --ty:72px; }
.tm-pro-plane-card i b:nth-of-type(3) { --delay:1.38s; --dur:4.8s; --sx:-58px; --sy:6px; --mx:78px; --my:66px; --tx:118px; --ty:96px; }
.tm-pro-plane-card i b:nth-of-type(4) { --delay:2.05s; --dur:6.8s; --sx:-8px; --sy:-24px; --mx:104px; --my:52px; --tx:148px; --ty:88px; }
.tm-pro-plane-card i b:nth-of-type(5) { --delay:2.86s; --dur:5.6s; --sx:-66px; --sy:28px; --mx:86px; --my:38px; --tx:126px; --ty:78px; }
.tm-pro-plane-card i b:nth-of-type(6) { --delay:3.42s; --dur:7.2s; --sx:-30px; --sy:2px; --mx:112px; --my:70px; --tx:154px; --ty:102px; }

.tm-pro-plane-card[data-plane-visual="1"] i b:nth-of-type(1) { --sx:42px; --sy:-18px; --mx:-70px; --my:48px; --tx:-126px; --ty:84px; --delay:.22s; --dur:5.8s; }
.tm-pro-plane-card[data-plane-visual="1"] i b:nth-of-type(2) { --sx:20px; --sy:18px; --mx:-92px; --my:34px; --tx:-144px; --ty:76px; --delay:.96s; --dur:6.5s; }
.tm-pro-plane-card[data-plane-visual="1"] i b:nth-of-type(3) { --sx:64px; --sy:4px; --mx:-76px; --my:62px; --tx:-118px; --ty:96px; --delay:1.64s; --dur:5.2s; }
.tm-pro-plane-card[data-plane-visual="1"] i b:nth-of-type(4) { --sx:8px; --sy:-25px; --mx:-104px; --my:50px; --tx:-150px; --ty:90px; --delay:2.28s; --dur:7s; }
.tm-pro-plane-card[data-plane-visual="1"] i b:nth-of-type(5) { --sx:72px; --sy:26px; --mx:-88px; --my:38px; --tx:-132px; --ty:78px; --delay:3.12s; --dur:5.7s; }
.tm-pro-plane-card[data-plane-visual="1"] i b:nth-of-type(6) { --sx:32px; --sy:1px; --mx:-114px; --my:68px; --tx:-156px; --ty:104px; --delay:3.76s; --dur:7.4s; }

.tm-pro-plane-card[data-plane-visual="3"] i b:nth-of-type(1) { --sx:48px; --sy:18px; --mx:-74px; --my:-46px; --tx:-132px; --ty:-82px; --delay:.38s; --dur:5.9s; }
.tm-pro-plane-card[data-plane-visual="3"] i b:nth-of-type(2) { --sx:18px; --sy:-20px; --mx:-96px; --my:-34px; --tx:-148px; --ty:-76px; --delay:1.14s; --dur:6.7s; }
.tm-pro-plane-card[data-plane-visual="3"] i b:nth-of-type(3) { --sx:66px; --sy:-2px; --mx:-80px; --my:-64px; --tx:-120px; --ty:-98px; --delay:1.88s; --dur:5.1s; }
.tm-pro-plane-card[data-plane-visual="3"] i b:nth-of-type(4) { --sx:2px; --sy:24px; --mx:-106px; --my:-52px; --tx:-152px; --ty:-90px; --delay:2.48s; --dur:7.1s; }
.tm-pro-plane-card[data-plane-visual="3"] i b:nth-of-type(5) { --sx:76px; --sy:-26px; --mx:-88px; --my:-38px; --tx:-134px; --ty:-78px; --delay:3.28s; --dur:5.5s; }
.tm-pro-plane-card[data-plane-visual="3"] i b:nth-of-type(6) { --sx:34px; --sy:4px; --mx:-114px; --my:-70px; --tx:-158px; --ty:-104px; --delay:4s; --dur:7.6s; }

.tm-pro-plane-card[data-plane-visual="0"] i b {
  display: grid;
  place-items: center;
  width: 24px;
  height: 18px;
  border-radius: 6px;
  background: rgba(206,255,0,.14);
  color: #ceff00;
  font-size: 9px;
  font-weight: 900;
  line-height: 1;
  animation: tmProFlyToCenter var(--dur) var(--motion-ease) infinite;
  animation-delay: calc(var(--delay) * -1);
}

.tm-pro-plane-card[data-plane-visual="0"] i b:nth-of-type(1)::before { content: "m2"; }
.tm-pro-plane-card[data-plane-visual="0"] i b:nth-of-type(2)::before { content: "qty"; }
.tm-pro-plane-card[data-plane-visual="0"] i b:nth-of-type(3)::before { content: "%"; }
.tm-pro-plane-card[data-plane-visual="0"] i b:nth-of-type(4)::before { content: "x"; }
.tm-pro-plane-card[data-plane-visual="0"] i b:nth-of-type(5)::before { content: "sum"; }
.tm-pro-plane-card[data-plane-visual="0"] i b:nth-of-type(6)::before { content: "+"; }

.tm-pro-plane-card[data-plane-visual="0"] i b:nth-of-type(2n) {
  background: rgba(123,220,255,.13);
  color: #7bdcff;
}

.tm-pro-staff-node {
  position: absolute;
  left: 0;
  top: 2px;
  z-index: 1;
  display: grid;
  gap: 4px;
  width: 142px;
  min-height: 58px;
  padding: 6px;
  border: 1px solid rgba(36,87,255,.28);
  border-radius: 10px;
  background: linear-gradient(180deg, #fff, #f4f8ff);
  box-shadow: 0 9px 18px rgba(36,87,255,.13);
  color: #0f172a;
  font-style: normal;
  transform: scale(.78);
  transform-origin: left top;
}

.tm-pro-staff-node span,
.tm-pro-staff-node small {
  position: relative;
  z-index: 1;
  display: flex;
  min-width: 0;
  margin: 0;
  color: inherit;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none;
}

.tm-pro-staff-node-title {
  overflow: hidden;
  color: #0f172a !important;
  font-size: 9px !important;
  font-weight: 900 !important;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.tm-pro-staff-node-chips {
  gap: 3px;
}

.tm-pro-staff-node-chips small {
  align-items: center;
  min-height: 12px;
  padding: 0 4px;
  border: 1px solid rgba(148,163,184,.2);
  border-radius: 999px;
  background: #f8fafc;
  color: #64748b;
  font-size: 5.8px;
  font-weight: 950;
  white-space: nowrap;
}

.tm-pro-staff-node-chips small:first-child,
.tm-pro-staff-node-chips small:last-child {
  color: #166534;
  border-color: rgba(22,163,74,.2);
  background: #f0fdf4;
}

.tm-pro-staff-node-grid {
  display: grid !important;
  grid-template-columns: 28px 1fr 18px;
  gap: 3px;
}

.tm-pro-staff-node-grid small {
  align-items: center;
  justify-content: center;
  min-height: 16px;
  border: 1px solid #dbe3ef;
  border-radius: 6px;
  background: #fff;
  color: #64748b;
  font-size: 6px;
  font-weight: 900;
}

.tm-pro-staff-node-grid .is-on {
  position: relative;
  background: #22c55e;
  border-color: rgba(22,163,74,.34);
  box-shadow: 0 0 0 3px rgba(34,197,94,.1);
}

.tm-pro-staff-node-grid .is-on::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #fff;
  transform: translateX(3px);
}

.tm-pro-staff-node-people {
  display: grid !important;
  grid-template-columns: 17px 22px 17px 22px;
  gap: 3px;
  align-items: center;
}

.tm-pro-staff-node-people small {
  align-items: center;
  justify-content: center;
  min-height: 17px;
  border-radius: 6px;
  background: #eef2ff;
  color: #2457ff;
  font-size: 6px;
  font-weight: 950;
}

.tm-pro-staff-node-people .is-avatar {
  min-height: 19px;
  border: 1px solid #fff;
  border-radius: 999px;
  background: #2457ff;
  color: #fff;
  box-shadow: 0 6px 14px rgba(37,99,235,.22);
}

.tm-pro-plane-card[data-plane-visual="1"] i b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--avatar-size, 22px);
  height: var(--avatar-size, 22px);
  border-radius: 999px;
  border: 1px solid #fff;
  background: var(--work-type-color, #2457ff);
  color: #fff;
  font-size: 7.5px;
  font-weight: 950;
  line-height: 1;
  box-shadow: 0 6px 14px color-mix(in srgb, var(--work-type-color, #2457ff) 24%, transparent);
  overflow: hidden;
  animation: tmProFlyToCenter var(--dur) var(--motion-ease) infinite;
  animation-delay: calc(var(--delay) * -1);
}

.tm-pro-plane-card[data-plane-visual="1"] i b::before {
  position: static;
  content: "AM";
  color: inherit;
  background: none;
}

.tm-pro-plane-card[data-plane-visual="1"] i b:nth-of-type(1) {
  --avatar-size: 22px;
  --work-type-color: #2457ff;
}

.tm-pro-plane-card[data-plane-visual="1"] i b:nth-of-type(2) {
  --avatar-size: 20px;
  --work-type-color: #22c55e;
}

.tm-pro-plane-card[data-plane-visual="1"] i b:nth-of-type(3) {
  --avatar-size: 23px;
  --work-type-color: #f59e0b;
}

.tm-pro-plane-card[data-plane-visual="1"] i b:nth-of-type(4) {
  --avatar-size: 20px;
  --work-type-color: #0ea5e9;
}

.tm-pro-plane-card[data-plane-visual="1"] i b:nth-of-type(5) {
  --avatar-size: 21px;
  --work-type-color: #7c3aed;
}

.tm-pro-plane-card[data-plane-visual="1"] i b:nth-of-type(6) {
  --avatar-size: 24px;
  --work-type-color: #dc2626;
}

.tm-pro-plane-card[data-plane-visual="1"] i b:nth-of-type(2)::before { content: "DS"; }
.tm-pro-plane-card[data-plane-visual="1"] i b:nth-of-type(3)::before { content: "MK"; }
.tm-pro-plane-card[data-plane-visual="1"] i b:nth-of-type(4)::before { content: "IV"; }
.tm-pro-plane-card[data-plane-visual="1"] i b:nth-of-type(5)::before { content: "PT"; }
.tm-pro-plane-card[data-plane-visual="1"] i b:nth-of-type(6)::before { content: "QS"; }

.tm-pro-plane-card[data-plane-visual="2"] i b {
  left: 12%;
  top: 8px;
  width: 44%;
  height: 6px;
  border-radius: 999px;
  background: #7bdcff;
  opacity: 1;
  transform: translateY(0);
  transform-origin: left center;
  animation: tmProScheduleSlide var(--dur, 4.2s) cubic-bezier(.32,0,.18,1) infinite;
  animation-delay: calc(var(--delay, 0s) * -1);
  --slide: 38px;
}

.tm-pro-plane-card[data-plane-visual="2"] i b:nth-of-type(2) {
  top: 20px;
  width: 58%;
  background: #ceff00;
  --delay: .35s;
  --dur: 5.2s;
  --slide: 24px;
}

.tm-pro-plane-card[data-plane-visual="2"] i b:nth-of-type(3) {
  top: 30px;
  width: 34%;
  background: #ffb11b;
  --delay: .7s;
  --dur: 4.6s;
  --slide: 46px;
}

.tm-pro-plane-card[data-plane-visual="2"] i b:nth-of-type(4) {
  top: 3px;
  width: 28%;
  background: rgba(255,255,255,.5);
  --delay: 1.05s;
  --dur: 5.8s;
  --slide: 34px;
}

.tm-pro-plane-card[data-plane-visual="2"] i b:nth-of-type(5) {
  top: 25px;
  width: 24%;
  background: rgba(206,255,0,.48);
  --delay: 1.4s;
  --dur: 4.9s;
  --slide: 52px;
}

.tm-pro-plane-card[data-plane-visual="2"] i b:nth-of-type(6) {
  top: 15px;
  width: 18%;
  background: rgba(123,220,255,.48);
  --delay: 1.75s;
  --dur: 6.1s;
  --slide: 42px;
}

.tm-pro-plane-card[data-plane-visual="3"] i b {
  width: 24px;
  height: 16px;
  border-radius: 4px;
  background:
    linear-gradient(#7bdcff 0 0) 6px 2px / 9px 5px no-repeat,
    linear-gradient(#ffb11b 0 0) 2px 6px / 19px 7px no-repeat;
  box-shadow:
    inset 0 -3px 0 rgba(17,19,21,.16),
    3px 11px 0 -5px #111315,
    15px 11px 0 -5px #111315;
  animation: tmProFlyToCenter var(--dur) var(--motion-ease) infinite;
  animation-delay: calc(var(--delay) * -1);
}

.tm-pro-plane-card[data-plane-visual="3"] i b:nth-of-type(2) {
  width: 22px;
  height: 17px;
  border-radius: 3px 8px 3px 3px;
  background:
    radial-gradient(circle at 74% 74%, #111315 0 3px, transparent 3.4px),
    linear-gradient(#ceff00 0 0) 3px 10px / 15px 4px no-repeat,
    linear-gradient(135deg, #7bdcff 0 56%, #ffb11b 56%);
  box-shadow: 0 0 0 1px rgba(255,255,255,.18);
}

.tm-pro-plane-card[data-plane-visual="3"] i b:nth-of-type(3) {
  width: 26px;
  height: 18px;
  border-radius: 2px;
  background:
    repeating-linear-gradient(90deg, rgba(17,19,21,.38) 0 2px, transparent 2px 6px),
    linear-gradient(90deg, #d7dde3, #ceff00);
  transform-origin: center;
}

.tm-pro-plane-card[data-plane-visual="3"] i b:nth-of-type(4) {
  width: 22px;
  height: 20px;
  border-radius: 2px;
  background:
    linear-gradient(#d7dde3 0 0) 8px 0 / 5px 18px no-repeat,
    linear-gradient(#ffb11b 0 0) 3px 7px / 17px 5px no-repeat,
    radial-gradient(circle at 50% 50%, #111315 0 3px, transparent 3.4px);
  box-shadow: none;
}

.tm-pro-plane-card[data-plane-visual="3"] i b:nth-of-type(5) {
  width: 17px;
  height: 20px;
  border-radius: 4px 4px 5px 5px;
  background:
    linear-gradient(rgba(17,19,21,.42) 0 0) 3px 5px / 11px 3px no-repeat,
    linear-gradient(#7bdcff, #5ba6ff);
  box-shadow: inset 0 -4px 0 rgba(17,19,21,.16);
}

.tm-pro-plane-card[data-plane-visual="3"] i b:nth-of-type(6) {
  width: 20px;
  height: 18px;
  border-radius: 4px 4px 7px 7px;
  background:
    radial-gradient(ellipse at 50% 0, transparent 0 7px, rgba(255,255,255,.7) 7.4px 8.4px, transparent 8.8px),
    linear-gradient(rgba(17,19,21,.32) 0 0) 4px 7px / 12px 3px no-repeat,
    linear-gradient(#ceff00, #80e55a);
  box-shadow: inset 0 -5px 0 rgba(17,19,21,.18);
}

.tm-pro-plane-particles {
  position: absolute;
  inset: 0;
  z-index: 8;
  pointer-events: none;
  overflow: visible;
}

.tm-pro-flight-group {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.tm-pro-flight-group b {
  --motion-ease: cubic-bezier(.18,.74,.12,1);
  position: absolute;
  left: var(--x);
  top: var(--y);
  z-index: 1;
  display: grid;
  place-items: center;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 10px 16px rgba(0,0,0,.22));
  animation: tmProPanelFly var(--dur, 6s) var(--motion-ease) infinite;
  animation-delay: calc(var(--delay, 0s) * -1);
}

.tm-pro-flight-group b::before,
.tm-pro-flight-group b::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.tm-pro-flight-group[data-plane-visual="0"] b:nth-child(1) { --x:91px; --y:92px; --mx:95px; --my:34px; --tx:169px; --ty:118px; --delay:.05s; --dur:5.8s; }
.tm-pro-flight-group[data-plane-visual="0"] b:nth-child(2) { --x:122px; --y:114px; --mx:112px; --my:50px; --tx:138px; --ty:96px; --delay:.82s; --dur:6.6s; }
.tm-pro-flight-group[data-plane-visual="0"] b:nth-child(3) { --x:74px; --y:128px; --mx:104px; --my:64px; --tx:186px; --ty:82px; --delay:1.46s; --dur:5.3s; }
.tm-pro-flight-group[data-plane-visual="0"] b:nth-child(4) { --x:135px; --y:94px; --mx:98px; --my:38px; --tx:125px; --ty:116px; --delay:2.18s; --dur:7.1s; }
.tm-pro-flight-group[data-plane-visual="0"] b:nth-child(5) { --x:95px; --y:138px; --mx:126px; --my:74px; --tx:165px; --ty:72px; --delay:2.91s; --dur:6.1s; }
.tm-pro-flight-group[data-plane-visual="0"] b:nth-child(6) { --x:130px; --y:132px; --mx:116px; --my:62px; --tx:130px; --ty:78px; --delay:3.64s; --dur:7.5s; }

.tm-pro-flight-group[data-plane-visual="1"] b:nth-child(1) { --x:428px; --y:94px; --mx:-90px; --my:36px; --tx:-168px; --ty:116px; --delay:.18s; --dur:6s; }
.tm-pro-flight-group[data-plane-visual="1"] b:nth-child(2) { --x:455px; --y:118px; --mx:-118px; --my:50px; --tx:-195px; --ty:92px; --delay:.98s; --dur:6.8s; }
.tm-pro-flight-group[data-plane-visual="1"] b:nth-child(3) { --x:408px; --y:132px; --mx:-92px; --my:68px; --tx:-148px; --ty:78px; --delay:1.72s; --dur:5.4s; }
.tm-pro-flight-group[data-plane-visual="1"] b:nth-child(4) { --x:470px; --y:98px; --mx:-128px; --my:42px; --tx:-210px; --ty:112px; --delay:2.44s; --dur:7.2s; }
.tm-pro-flight-group[data-plane-visual="1"] b:nth-child(5) { --x:433px; --y:140px; --mx:-106px; --my:76px; --tx:-173px; --ty:70px; --delay:3.15s; --dur:5.9s; }
.tm-pro-flight-group[data-plane-visual="1"] b:nth-child(6) { --x:462px; --y:134px; --mx:-130px; --my:64px; --tx:-202px; --ty:76px; --delay:3.92s; --dur:7.6s; }

.tm-pro-flight-group[data-plane-visual="2"] b:nth-child(1) { --x:94px; --y:292px; --mx:92px; --my:-36px; --tx:166px; --ty:-82px; --delay:.34s; --dur:6.2s; }
.tm-pro-flight-group[data-plane-visual="2"] b:nth-child(2) { --x:124px; --y:310px; --mx:118px; --my:-50px; --tx:136px; --ty:-100px; --delay:1.08s; --dur:5.5s; }
.tm-pro-flight-group[data-plane-visual="2"] b:nth-child(3) { --x:76px; --y:330px; --mx:104px; --my:-68px; --tx:184px; --ty:-120px; --delay:1.86s; --dur:6.9s; }
.tm-pro-flight-group[data-plane-visual="2"] b:nth-child(4) { --x:135px; --y:284px; --mx:100px; --my:-42px; --tx:125px; --ty:-74px; --delay:2.52s; --dur:5.8s; }
.tm-pro-flight-group[data-plane-visual="2"] b:nth-child(5) { --x:102px; --y:338px; --mx:128px; --my:-76px; --tx:158px; --ty:-128px; --delay:3.22s; --dur:7.3s; }
.tm-pro-flight-group[data-plane-visual="2"] b:nth-child(6) { --x:132px; --y:326px; --mx:116px; --my:-64px; --tx:128px; --ty:-116px; --delay:4s; --dur:6.4s; }

.tm-pro-flight-group[data-plane-visual="3"] b:nth-child(1) { --x:430px; --y:292px; --mx:-92px; --my:-36px; --tx:-170px; --ty:-82px; --delay:.46s; --dur:6.1s; }
.tm-pro-flight-group[data-plane-visual="3"] b:nth-child(2) { --x:462px; --y:310px; --mx:-118px; --my:-50px; --tx:-202px; --ty:-100px; --delay:1.22s; --dur:6.9s; }
.tm-pro-flight-group[data-plane-visual="3"] b:nth-child(3) { --x:410px; --y:330px; --mx:-100px; --my:-68px; --tx:-150px; --ty:-120px; --delay:1.98s; --dur:5.6s; }
.tm-pro-flight-group[data-plane-visual="3"] b:nth-child(4) { --x:474px; --y:286px; --mx:-130px; --my:-42px; --tx:-214px; --ty:-76px; --delay:2.68s; --dur:7.4s; }
.tm-pro-flight-group[data-plane-visual="3"] b:nth-child(5) { --x:434px; --y:338px; --mx:-106px; --my:-76px; --tx:-174px; --ty:-128px; --delay:3.36s; --dur:6s; }
.tm-pro-flight-group[data-plane-visual="3"] b:nth-child(6) { --x:466px; --y:326px; --mx:-132px; --my:-64px; --tx:-206px; --ty:-116px; --delay:4.14s; --dur:7.8s; }

.tm-pro-flight-group[data-plane-visual="0"] b {
  width: 25px;
  height: 18px;
  border-radius: 6px;
  background: rgba(206,255,0,.18);
  color: #ceff00;
  font-size: 9px;
  font-weight: 950;
  line-height: 1;
}

.tm-pro-flight-group[data-plane-visual="0"] b::before,
.tm-pro-flight-group[data-plane-visual="1"] b::before,
.tm-pro-flight-group[data-plane-visual="2"] b::before {
  position: static;
  color: inherit;
  background: none;
}

.tm-pro-flight-group[data-plane-visual="0"] b:nth-child(1)::before { content: "m2"; }
.tm-pro-flight-group[data-plane-visual="0"] b:nth-child(2)::before { content: "qty"; }
.tm-pro-flight-group[data-plane-visual="0"] b:nth-child(3)::before { content: "%"; }
.tm-pro-flight-group[data-plane-visual="0"] b:nth-child(4)::before { content: "x"; }
.tm-pro-flight-group[data-plane-visual="0"] b:nth-child(5)::before { content: "sum"; }
.tm-pro-flight-group[data-plane-visual="0"] b:nth-child(6)::before { content: "+"; }

.tm-pro-flight-group[data-plane-visual="0"] b:nth-child(2n) {
  background: rgba(123,220,255,.16);
  color: #7bdcff;
}

.tm-pro-flight-group[data-plane-visual="1"] b {
  width: var(--avatar-size, 22px);
  height: var(--avatar-size, 22px);
  border: 1px solid #fff;
  border-radius: 999px;
  background: var(--work-type-color, #2457ff);
  color: #fff;
  font-size: 7.5px;
  font-weight: 950;
  line-height: 1;
  overflow: hidden;
  box-shadow: 0 6px 14px color-mix(in srgb, var(--work-type-color, #2457ff) 24%, transparent);
}

.tm-pro-flight-group[data-plane-visual="1"] b:nth-child(1) { --avatar-size: 22px; --work-type-color: #2457ff; }
.tm-pro-flight-group[data-plane-visual="1"] b:nth-child(2) { --avatar-size: 20px; --work-type-color: #22c55e; }
.tm-pro-flight-group[data-plane-visual="1"] b:nth-child(3) { --avatar-size: 23px; --work-type-color: #f59e0b; }
.tm-pro-flight-group[data-plane-visual="1"] b:nth-child(4) { --avatar-size: 20px; --work-type-color: #0ea5e9; }
.tm-pro-flight-group[data-plane-visual="1"] b:nth-child(5) { --avatar-size: 21px; --work-type-color: #7c3aed; }
.tm-pro-flight-group[data-plane-visual="1"] b:nth-child(6) { --avatar-size: 24px; --work-type-color: #dc2626; }
.tm-pro-flight-group[data-plane-visual="1"] b:nth-child(1)::before { content: "AM"; }
.tm-pro-flight-group[data-plane-visual="1"] b:nth-child(2)::before { content: "DS"; }
.tm-pro-flight-group[data-plane-visual="1"] b:nth-child(3)::before { content: "MK"; }
.tm-pro-flight-group[data-plane-visual="1"] b:nth-child(4)::before { content: "IV"; }
.tm-pro-flight-group[data-plane-visual="1"] b:nth-child(5)::before { content: "PT"; }
.tm-pro-flight-group[data-plane-visual="1"] b:nth-child(6)::before { content: "QS"; }

.tm-pro-flight-group[data-plane-visual="2"] b {
  width: 27px;
  height: 24px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 7px;
  background:
    linear-gradient(#7bdcff 0 0) 0 0 / 100% 7px no-repeat,
    linear-gradient(rgba(255,255,255,.94), rgba(236,244,255,.94));
  color: #0f172a;
  font-size: 8px;
  font-weight: 950;
  line-height: 1;
}

.tm-pro-flight-group[data-plane-visual="2"] b::after {
  left: 7px;
  right: 7px;
  top: 4px;
  height: 3px;
  border-radius: 999px;
  background: rgba(15,23,42,.22);
}

.tm-pro-flight-group[data-plane-visual="2"] b:nth-child(1)::before { content: "08"; }
.tm-pro-flight-group[data-plane-visual="2"] b:nth-child(2)::before { content: "Mon"; }
.tm-pro-flight-group[data-plane-visual="2"] b:nth-child(3)::before { content: "D+7"; }
.tm-pro-flight-group[data-plane-visual="2"] b:nth-child(4)::before { content: "HOL"; }
.tm-pro-flight-group[data-plane-visual="2"] b:nth-child(5)::before { content: "Fri"; }
.tm-pro-flight-group[data-plane-visual="2"] b:nth-child(6)::before { content: "24"; }

.tm-pro-flight-group[data-plane-visual="2"] b:nth-child(2),
.tm-pro-flight-group[data-plane-visual="2"] b:nth-child(5) {
  width: 32px;
  height: 18px;
  border-radius: 999px;
  background: rgba(206,255,0,.92);
}

.tm-pro-flight-group[data-plane-visual="2"] b:nth-child(2)::after,
.tm-pro-flight-group[data-plane-visual="2"] b:nth-child(5)::after {
  display: none;
}

.tm-pro-flight-group[data-plane-visual="2"] b:nth-child(3) {
  width: 30px;
  height: 18px;
  border-radius: 6px;
  background: rgba(123,220,255,.9);
}

.tm-pro-flight-group[data-plane-visual="2"] b:nth-child(3)::after {
  display: none;
}

.tm-pro-flight-group[data-plane-visual="2"] b:nth-child(4) {
  width: 30px;
  height: 20px;
  border-radius: 7px;
  background: rgba(255,177,27,.94);
}

.tm-pro-flight-group[data-plane-visual="2"] b:nth-child(4)::after {
  left: 50%;
  top: 2px;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: rgba(255,255,255,.58);
  transform: translateX(-50%) rotate(45deg);
}

.tm-pro-flight-group[data-plane-visual="3"] b {
  width: 24px;
  height: 16px;
  border-radius: 4px;
  background:
    linear-gradient(#7bdcff 0 0) 6px 2px / 9px 5px no-repeat,
    linear-gradient(#ffb11b 0 0) 2px 6px / 19px 7px no-repeat;
  box-shadow:
    inset 0 -3px 0 rgba(17,19,21,.16),
    3px 11px 0 -5px #111315,
    15px 11px 0 -5px #111315;
}

.tm-pro-flight-group[data-plane-visual="3"] b:nth-child(2) {
  width: 22px;
  height: 17px;
  border-radius: 3px 8px 3px 3px;
  background:
    radial-gradient(circle at 74% 74%, #111315 0 3px, transparent 3.4px),
    linear-gradient(#ceff00 0 0) 3px 10px / 15px 4px no-repeat,
    linear-gradient(135deg, #7bdcff 0 56%, #ffb11b 56%);
  box-shadow: 0 0 0 1px rgba(255,255,255,.18);
}

.tm-pro-flight-group[data-plane-visual="3"] b:nth-child(3) {
  width: 26px;
  height: 18px;
  border-radius: 2px;
  background:
    repeating-linear-gradient(90deg, rgba(17,19,21,.38) 0 2px, transparent 2px 6px),
    linear-gradient(90deg, #d7dde3, #ceff00);
  box-shadow: none;
}

.tm-pro-flight-group[data-plane-visual="3"] b:nth-child(4) {
  width: 22px;
  height: 20px;
  border-radius: 2px;
  background:
    linear-gradient(#d7dde3 0 0) 8px 0 / 5px 18px no-repeat,
    linear-gradient(#ffb11b 0 0) 3px 7px / 17px 5px no-repeat,
    radial-gradient(circle at 50% 50%, #111315 0 3px, transparent 3.4px);
  box-shadow: none;
}

.tm-pro-flight-group[data-plane-visual="3"] b:nth-child(5) {
  width: 17px;
  height: 20px;
  border-radius: 4px 4px 5px 5px;
  background:
    linear-gradient(rgba(17,19,21,.42) 0 0) 3px 5px / 11px 3px no-repeat,
    linear-gradient(#7bdcff, #5ba6ff);
  box-shadow: inset 0 -4px 0 rgba(17,19,21,.16);
}

.tm-pro-flight-group[data-plane-visual="3"] b:nth-child(6) {
  width: 20px;
  height: 18px;
  border-radius: 4px 4px 7px 7px;
  background:
    radial-gradient(ellipse at 50% 0, transparent 0 7px, rgba(255,255,255,.7) 7.4px 8.4px, transparent 8.8px),
    linear-gradient(rgba(17,19,21,.32) 0 0) 4px 7px / 12px 3px no-repeat,
    linear-gradient(#ceff00, #80e55a);
  box-shadow: inset 0 -5px 0 rgba(17,19,21,.18);
}

.tm-pro-plane-center {
  left: 50%;
  top: 50%;
  width: min(38%, 186px);
  min-height: 122px;
  padding: 18px;
  z-index: 4;
  text-align: center;
  transform: translate(-50%, -50%);
  border-color: rgba(206,255,0,.34);
  background: rgba(206,255,0,.11);
}

.tm-pro-plane-center strong {
  color: #fff;
  font-size: 18px;
  line-height: 1.15;
}

.tm-pro-plane-pulse {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 180px;
  height: 180px;
  border: 1px solid rgba(206,255,0,.18);
  border-radius: 999px;
  z-index: 3;
  transform: translate(-50%, -50%);
  animation: tmProPlanePulse 3.6s ease-in-out infinite;
  pointer-events: none;
}

@keyframes tmProSweep {
  0%, 42% {
    transform: translateX(-70%);
  }
  58%, 100% {
    transform: translateX(70%);
  }
}

@keyframes tmProArrowFlow {
  to {
    stroke-dashoffset: -38;
  }
}

@keyframes tmProCardSignal {
  0%, 100% {
    transform: translateY(0);
    border-color: rgba(255,255,255,.14);
  }
  45% {
    transform: translateY(-3px);
    border-color: rgba(206,255,0,.24);
  }
}

@keyframes tmProFlyToCenter {
  0% {
    opacity: 0;
    transform: translate(var(--sx), var(--sy)) scale(.54) rotate(-4deg);
  }
  12% {
    opacity: 1;
  }
  72% {
    opacity: .9;
    transform: translate(var(--mx), var(--my)) scale(.94) rotate(6deg);
  }
  86% {
    opacity: 1;
    transform: translate(var(--tx), var(--ty)) scale(.42) rotate(10deg);
  }
  100% {
    opacity: 0;
    transform: translate(var(--tx), var(--ty)) scale(.16) rotate(14deg);
  }
}

@keyframes tmProPanelFly {
  0%, 4% {
    opacity: 0;
    transform: translate(-50%, -50%) translate(0, 0) scale(.42) rotate(-7deg);
  }
  15% {
    opacity: 1;
    transform: translate(-50%, -50%) translate(calc(var(--mx) * .18), calc(var(--my) * .18)) scale(.7) rotate(-2deg);
  }
  67% {
    opacity: .96;
    transform: translate(-50%, -50%) translate(var(--mx), var(--my)) scale(1) rotate(5deg);
  }
  88% {
    opacity: 1;
    transform: translate(-50%, -50%) translate(var(--tx), var(--ty)) scale(.58) rotate(1deg);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) translate(var(--tx), var(--ty)) scale(.12) rotate(0);
  }
}

@keyframes tmProScheduleSlide {
  0%, 100% {
    opacity: .54;
    transform: translateX(0) scaleX(.78);
  }
  38% {
    opacity: 1;
    transform: translateX(var(--slide)) scaleX(1);
  }
  72% {
    opacity: .72;
    transform: translateX(calc(var(--slide) * .52)) scaleX(.9);
  }
}

@keyframes tmProPlanePulse {
  0%, 100% {
    opacity: .34;
    transform: translate(-50%, -50%) scale(.86);
  }
  50% {
    opacity: .08;
    transform: translate(-50%, -50%) scale(1.18);
  }
}

.tm-faq {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.tm-faq details {
  border: 1px solid var(--tm-line);
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
}

.tm-faq summary {
  cursor: pointer;
  padding: 18px 20px;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -.02em;
}

.tm-faq details p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--tm-muted);
  font-size: 14px;
  line-height: 1.55;
}

.tm-directory {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.tm-directory span {
  display: block;
  min-height: 90px;
  padding: 16px;
  border: 1px solid var(--tm-line);
  border-radius: 14px;
  background: #fff;
  font-size: 14px;
  font-weight: 700;
}

@media (max-width: 1100px) {
  .tm-section-head,
  .tm-scenario,
  .tm-calculator-hero,
  .tm-compare,
  .tm-calc-system-explainer,
  .tm-pro-section {
    grid-template-columns: 1fr;
  }
  .tm-pro-motion {
    min-height: 360px;
  }
  .tm-calculator {
    grid-template-columns: minmax(260px, .4fr) minmax(0, .6fr);
  }
  .tm-calc-result {
    position: static;
    max-height: none;
    overflow: visible;
    grid-template-columns: 1fr;
  }
  .tm-calc-package-list,
  .tm-calc-schedule {
    grid-column: 1;
  }
  .tm-calc-picker {
    position: static;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(148px, 1fr));
    max-height: none;
    overflow: visible;
    border-radius: 16px;
  }
  .tm-calc-tab {
    min-height: 66px;
  }
  .tm-calc-tab em {
    display: none;
  }
  .tm-flow {
    grid-template-columns: 1fr;
  }
  .tm-flow-step {
    border-right: 0;
    border-bottom: 1px solid var(--tm-line);
  }
  .tm-flow-step:after {
    display: none;
  }
  .tm-grid,
  .tm-grid.two,
  .tm-faq,
  .tm-directory,
  .tm-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  body .tavrus-market {
    width: min(100% - 24px, 1360px);
    margin: 34px auto;
  }
  .tm-grid,
  .tm-grid.two,
  .tm-faq,
  .tm-directory,
  .tm-metrics {
    grid-template-columns: 1fr;
  }
  .tm-timeline-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .tm-card,
  .tm-scenario-board,
  .tm-calc-result {
    border-radius: 16px;
  }
  .tm-calc-result {
    padding: 16px;
  }
  .tm-calculator-hero[data-calc-step="country"] .tm-calc-hero-note {
    min-height: 300px;
    background: #fff;
  }
  .tm-calc-hero-note > * {
    max-width: 100%;
  }
  .tm-calc-country-map {
    width: min(100%, 250px);
    margin: 6px auto 10px;
  }
  .tm-calc-system-motion,
  .tm-pro-section {
    border-radius: 18px;
  }
  .tm-calc-system-motion h3 {
    font-size: 28px;
  }
  .tm-calc-system-motion > div span {
    white-space: normal;
  }
  .tm-calc-donut-callouts,
  .tm-pro-points {
    grid-template-columns: 1fr;
  }
  .tm-pro-section {
    padding: 20px;
  }
  .tm-pro-copy h2 {
    font-size: 36px;
  }
  .tm-pro-copy > p {
    font-size: 15px;
  }
  .tm-pro-motion {
    min-height: 320px;
  }
  .tm-pro-plane {
    display: grid;
    gap: 10px;
    min-height: 0;
  }
  .tm-pro-plane-links {
    display: none;
  }
  .tm-pro-plane-card,
  .tm-pro-plane-center {
    position: relative;
    inset: auto;
    width: 100%;
    min-height: 0;
    margin: 0 0 10px;
    transform: none;
  }
  .tm-pro-plane-card i {
    overflow: hidden;
  }
  .tm-pro-plane-particles {
    display: none;
  }
  .tm-pro-plane-card i b {
    opacity: 1;
    transform: none;
  }
  .tm-pro-plane-center {
    order: 2;
    text-align: left;
  }
  .tm-pro-plane-pulse {
    display: none;
  }
  .tm-calc-result strong[data-calc-result-range] {
    font-size: clamp(28px, 10vw, 38px);
  }
  .tm-calc-controls,
  .tm-calc-sequence-list,
  .tm-calc-stats,
  .tm-calc-lead-form,
  .tm-calc-feedback > div {
    grid-template-columns: 1fr;
  }
  .tm-calc-sequence {
    padding: 12px;
  }
  .tm-calc-sequence-list {
    grid-template-columns: 1fr;
    padding-bottom: 5px;
  }
  .tm-calc-sequence-item {
    grid-template-columns: 28px minmax(0, 1fr) auto;
  }
  .tm-calc-stats {
    gap: 6px;
  }
  .tm-calc-stats div {
    min-height: 0;
  }
  .tm-calc-toolbar label {
    min-width: 100%;
  }
  .tm-calc-tab {
    grid-template-columns: 30px 1fr;
    padding: 13px 12px;
  }
  .tm-calc-tab em {
    display: none;
  }
  .tm-calc-workspace {
    padding: 16px;
  }
  .tm-calculator {
    grid-template-columns: 1fr;
  }
  .tm-calc-picker,
  .tm-calc-workspace,
  .tm-calc-result {
    grid-column: 1;
  }
  .tm-calc-step {
    grid-template-columns: 1fr;
  }
  .tm-calc-package-list {
    max-height: none;
  }
  .tm-calc-schedule {
    overflow-x: visible;
    padding-bottom: 4px;
  }
  .tm-calc-schedule-months,
  .tm-calc-schedule-row {
    min-width: 0;
  }
  .tm-calc-donut {
    grid-template-columns: 1fr;
  }
  .tm-calc-donut-chart {
    width: 136px;
    justify-self: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tm-calc-progress i,
  .tm-calc-sequence-item,
  .tm-calc-result strong[data-calc-result-range],
  .tm-calc-package-list h4,
  .tm-calc-package-list div,
  .tm-calc-delta,
  .tm-calc-donut-callouts div,
  .tm-calc-system-motion:before,
  .tm-calc-system-motion > div span,
  .tm-pro-section::before,
  .tm-pro-plane-links path,
  .tm-pro-plane-card,
  .tm-pro-plane-card i b,
  .tm-pro-flight-group b,
  .tm-pro-plane-pulse {
    transition: none;
    animation: none;
  }
  .tm-calc-sequence-item {
    opacity: 1;
    transform: none;
  }
  .tm-calc-delta {
    opacity: 1;
    transform: none;
  }
}

body[data-tavrus-page],
body[data-tavrus-page] button,
body[data-tavrus-page] input,
body[data-tavrus-page] select,
body[data-tavrus-page] textarea,
body[data-tavrus-page] .content-wrapper,
body[data-tavrus-page] .content-wrapper *,
body[data-tavrus-page] .tavrus-market,
body[data-tavrus-page] .tavrus-market *,
body[data-tavrus-page] .tav-public-topbar,
body[data-tavrus-page] .tav-public-topbar *,
body[data-tavrus-page] .tm-public-header,
body[data-tavrus-page] .tm-public-header *,
body[data-tavrus-page] .tm-public-footer,
body[data-tavrus-page] .tm-public-footer * {
  font-family: Manrope, Arial, sans-serif !important;
}
