@font-face {
  font-family: "IBM Plex Sans";
  src: url("/static/assets/fonts/ibm-plex-sans-cyrillic-400-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "IBM Plex Sans";
  src: url("/static/assets/fonts/ibm-plex-sans-latin-400-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "IBM Plex Sans";
  src: url("/static/assets/fonts/ibm-plex-sans-cyrillic-500-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "IBM Plex Sans";
  src: url("/static/assets/fonts/ibm-plex-sans-latin-500-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "IBM Plex Sans";
  src: url("/static/assets/fonts/ibm-plex-sans-cyrillic-600-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "IBM Plex Sans";
  src: url("/static/assets/fonts/ibm-plex-sans-latin-600-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --tm-graphite: oklch(20% 0.009 245);
  --tm-graphite-2: oklch(24% 0.011 245);
  --tm-graphite-3: oklch(29% 0.012 245);
  --tm-graphite-4: oklch(34% 0.013 245);
  --tm-coal: oklch(20% 0.012 245);
  --tm-steel: oklch(49% 0.018 245);
  --tm-muted: oklch(64% 0.014 245);
  --tm-line: oklch(85% 0.01 245);
  --tm-page: oklch(92% 0.008 245);
  --tm-surface: oklch(97% 0.006 245);
  --tm-blue: oklch(47% 0.09 245);
  --tm-blue-dark: oklch(39% 0.075 245);
  --tm-blue-light: oklch(69% 0.075 235);
  --tm-copper: oklch(54% 0.105 52);
  --tm-ink-light: oklch(92% 0.009 245);
  --tm-width: 1240px;
  --tm-radius-s: 3px;
  --tm-radius-m: 6px;
  --tm-shadow-border: 0 0 0 1px rgba(0, 0, 0, 0.09), 0 1px 2px rgba(16, 24, 32, 0.05), 0 10px 30px rgba(16, 24, 32, 0.04);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
  background: var(--tm-graphite);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
}

.tm-landing {
  min-width: 320px;
  overflow-x: hidden;
  color: var(--tm-coal);
  background: var(--tm-graphite);
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.tm-landing button,
.tm-landing input,
.tm-landing textarea,
.tm-landing select {
  font: inherit;
  letter-spacing: 0;
}

.tm-landing a {
  color: inherit;
}

.tm-landing img {
  display: block;
  max-width: 100%;
}

.tm-landing h1,
.tm-landing h2,
.tm-landing h3,
.tm-landing p {
  margin-top: 0;
}

.tm-landing h1,
.tm-landing h2,
.tm-landing h3 {
  text-wrap: balance;
}

.tm-landing p,
.tm-landing li {
  text-wrap: pretty;
}

.tm-shell {
  width: min(calc(100% - 48px), var(--tm-width));
  margin-inline: auto;
}

.tm-metrika-pixel {
  position: absolute;
  left: -9999px;
}

.tm-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 40;
  height: 72px;
  color: var(--tm-ink-light);
  background: rgba(20, 24, 28, 0.28);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08);
  transition-property: background-color, box-shadow;
  transition-duration: 150ms;
  transition-timing-function: ease-out;
}

.tm-header.is-scrolled,
.tm-header.is-menu-open {
  background: rgba(20, 24, 28, 0.98);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.12), 0 12px 30px rgba(0, 0, 0, 0.14);
}

.tm-header-inner {
  width: min(calc(100% - 48px), var(--tm-width));
  height: 100%;
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 34px;
}

.tm-brand {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: inherit;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.tm-brand img {
  flex: 0 0 auto;
  border-radius: 4px;
  outline: 1px solid rgba(255, 255, 255, 0.1);
  outline-offset: -1px;
}

.tm-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 24px;
}

.tm-nav a,
.tm-header-demo {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: #d7dde1;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition-property: color;
  transition-duration: 120ms;
}

.tm-header-demo {
  min-width: 44px;
  justify-content: center;
}

.tm-nav a:hover,
.tm-header-demo:hover {
  color: #f4f7f8;
}

.tm-header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.tm-button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 18px;
  border: 0;
  border-radius: var(--tm-radius-s);
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition-property: color, background-color, box-shadow, transform;
  transition-duration: 140ms;
  transition-timing-function: cubic-bezier(0.2, 0, 0, 1);
}

.tm-button:hover {
  transform: translateY(-1px);
}

.tm-button:active {
  transform: scale(0.96);
}

.tm-button:focus-visible,
.tm-nav a:focus-visible,
.tm-header-demo:focus-visible,
.tm-menu-toggle:focus-visible,
.tm-contact-links a:focus-visible,
.tm-footer a:focus-visible {
  outline: 3px solid var(--tm-blue-light);
  outline-offset: 3px;
}

.tm-landing .tm-button-primary {
  color: #f8fafb;
  background: var(--tm-blue);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08), 0 8px 22px rgba(9, 32, 50, 0.2);
}

.tm-landing .tm-button-primary:hover {
  background: var(--tm-blue-dark);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12), 0 11px 28px rgba(9, 32, 50, 0.26);
}

.tm-landing .tm-button-ghost {
  color: #f2f5f7;
  background: rgba(23, 27, 31, 0.58);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.28);
}

.tm-landing .tm-button-ghost:hover {
  background: rgba(23, 27, 31, 0.82);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.42);
}

.tm-landing .tm-button-light {
  color: var(--tm-coal);
  background: #f2f5f7;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.18), 0 8px 22px rgba(0, 0, 0, 0.18);
}

.tm-landing .tm-button-light:hover {
  background: #e3e9ed;
}

.tm-menu-toggle {
  width: 44px;
  height: 44px;
  padding: 11px;
  display: none;
  border: 0;
  border-radius: var(--tm-radius-s);
  color: inherit;
  background: transparent;
  cursor: pointer;
}

.tm-menu-toggle span {
  width: 22px;
  height: 2px;
  margin: 4px auto;
  display: block;
  background: currentColor;
  transition-property: transform, opacity;
  transition-duration: 140ms;
}

.tm-header.is-menu-open .tm-menu-toggle span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.tm-header.is-menu-open .tm-menu-toggle span:nth-child(2) {
  opacity: 0;
}

.tm-header.is-menu-open .tm-menu-toggle span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.tm-hero {
  min-height: max(620px, calc(100svh - 64px));
  position: relative;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: #f2f5f7;
  background: var(--tm-graphite);
}

.tm-hero-media,
.tm-hero-media img,
.tm-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.tm-hero-media img {
  object-fit: cover;
  object-position: center 46%;
  filter: saturate(0.86) contrast(1.05);
}

.tm-hero-shade {
  background: rgba(9, 13, 16, 0.72);
}

.tm-hero-inner {
  position: relative;
  z-index: 2;
  padding-top: 72px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 292px;
  align-items: end;
  gap: 76px;
}

.tm-hero-copy {
  min-width: 0;
}

.tm-hero-label {
  margin-bottom: 18px;
  color: #c8d0d5;
  font-size: 15px;
  font-weight: 500;
}

.tm-hero h1 {
  max-width: 880px;
  margin-bottom: 20px;
  font-size: 52px;
  font-weight: 600;
  line-height: 1.02;
}

.tm-hero-lead {
  max-width: 720px;
  margin-bottom: 12px;
  color: #d9e0e4;
  font-size: 18px;
  line-height: 1.45;
}

.tm-hero-note {
  max-width: 720px;
  margin-bottom: 28px;
  color: #aeb9c0;
  font-size: 14px;
  line-height: 1.5;
}

.tm-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.tm-hero-status {
  margin: 0 0 2px;
  align-self: end;
  color: #e5eaed;
  background: rgba(20, 25, 29, 0.86);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.17), 0 18px 44px rgba(0, 0, 0, 0.22);
}

.tm-hero-status > div {
  min-height: 72px;
  padding: 15px 18px;
  display: grid;
  align-content: center;
  gap: 2px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.tm-hero-status span {
  color: #99a6ae;
  font-size: 12px;
}

.tm-hero-status strong {
  font-size: 16px;
  font-weight: 500;
  font-variant-numeric: tabular-nums;
}

.tm-hero-status p {
  min-height: 48px;
  margin: 0;
  padding: 13px 18px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: #b9c4ca;
  font-size: 12px;
}

.tm-hero-status i {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #63a979;
  box-shadow: 0 0 0 4px rgba(99, 169, 121, 0.12);
}

.tm-process-rail {
  min-height: 76px;
  display: flex;
  align-items: center;
  color: #dfe5e8;
  background: var(--tm-graphite-3);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.tm-process-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.tm-process-items span {
  min-height: 76px;
  padding: 13px 18px;
  display: grid;
  grid-template-columns: 30px 1fr;
  align-items: center;
  gap: 10px;
  border-left: 1px solid rgba(255, 255, 255, 0.13);
}

.tm-process-items small {
  color: var(--tm-blue-light);
  font-size: 11px;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}

.tm-process-items strong {
  color: #e2e8eb;
  font-size: 14px;
  font-weight: 500;
}

.tm-process-items span:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.13);
}

.tm-section {
  padding-block: 112px;
}

.tm-section-heading {
  max-width: 760px;
  margin-bottom: 58px;
}

.tm-section-heading-wide {
  max-width: 900px;
}

.tm-section-code {
  margin-bottom: 34px;
  padding-top: 13px;
  display: grid;
  grid-template-columns: 64px 1fr;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.17);
  color: #89969e;
  font-size: 12px;
}

.tm-section-code span {
  color: var(--tm-blue-light);
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}

.tm-section-code p {
  margin: 0;
}

.tm-section-heading h2,
.tm-project-heading h2,
.tm-architecture-copy h2,
.tm-monitoring-copy h2,
.tm-contact-copy h2,
.tm-results h2 {
  margin-bottom: 18px;
  color: var(--tm-coal);
  font-size: 40px;
  font-weight: 600;
  line-height: 1.12;
}

.tm-section-heading p,
.tm-project-heading > p,
.tm-architecture-copy > p,
.tm-monitoring-copy > p,
.tm-contact-copy > p {
  max-width: 690px;
  margin-bottom: 0;
  color: var(--tm-steel);
  font-size: 18px;
}

.tm-problems {
  color: var(--tm-ink-light);
  background: var(--tm-graphite);
}

.tm-problems .tm-section-heading h2 {
  color: #eef2f4;
}

.tm-problems .tm-section-heading p {
  color: #9eabb3;
}

.tm-problem-ledger {
  border-top: 1px solid rgba(255, 255, 255, 0.17);
}

.tm-problem-ledger article {
  min-height: 132px;
  padding-block: 28px;
  display: grid;
  grid-template-columns: 70px minmax(220px, 0.75fr) 1.25fr;
  align-items: start;
  gap: 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}

.tm-ledger-index {
  color: var(--tm-copper);
  font-variant-numeric: tabular-nums;
  font-weight: 600;
}

.tm-problem-ledger h3 {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
}

.tm-problem-ledger p {
  max-width: 600px;
  margin-bottom: 0;
  color: #9eabb3;
}

.tm-directions {
  background: var(--tm-page);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.06), inset 0 -1px 0 rgba(0, 0, 0, 0.06);
}

.tm-direction-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #aeb8bf;
  border-bottom: 1px solid #aeb8bf;
}

.tm-direction {
  min-height: 590px;
  padding: 42px 30px 42px 0;
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 18px;
}

.tm-direction + .tm-direction {
  padding-right: 30px;
  padding-left: 30px;
  border-left: 1px solid #aeb8bf;
}

.tm-direction:last-child {
  padding-right: 0;
}

.tm-direction-number {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: var(--tm-radius-s);
  color: #f1f5f7;
  background: var(--tm-blue);
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}

.tm-direction-warm .tm-direction-number {
  background: var(--tm-copper);
}

.tm-direction-cloud .tm-direction-number {
  background: var(--tm-graphite-4);
}

.tm-direction h3 {
  margin-bottom: 20px;
  font-size: 27px;
  font-weight: 600;
  line-height: 1.2;
}

.tm-direction p {
  min-height: 154px;
  margin-bottom: 28px;
  color: var(--tm-steel);
  font-size: 16px;
}

.tm-direction ul,
.tm-monitoring-copy ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tm-direction li,
.tm-monitoring-copy li {
  position: relative;
  padding: 13px 0 13px 22px;
  border-top: 1px solid #c7cfd4;
}

.tm-direction li::before,
.tm-monitoring-copy li::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 2px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--tm-blue);
}

.tm-direction-warm li::before {
  background: var(--tm-copper);
}

.tm-direction-cloud li::before {
  background: var(--tm-graphite-4);
}

.tm-architecture {
  color: var(--tm-ink-light);
  background: var(--tm-graphite-2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), inset 0 -1px 0 rgba(255, 255, 255, 0.08);
}

.tm-architecture-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  align-items: stretch;
  gap: 72px;
}

.tm-architecture-photo {
  min-height: 640px;
  overflow: hidden;
  border-radius: var(--tm-radius-m);
  background: var(--tm-graphite-2);
  outline: 1px solid rgba(255, 255, 255, 0.12);
  outline-offset: -1px;
}

.tm-architecture-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.tm-architecture-copy {
  align-self: center;
}

.tm-architecture-index {
  margin-bottom: 24px;
  color: var(--tm-blue-light);
  font-size: 12px;
  font-weight: 600;
}

.tm-architecture-copy h2 {
  color: #eef2f4;
}

.tm-architecture-copy > p {
  color: #a6b1b8;
}

.tm-architecture-copy .tm-architecture-note {
  max-width: 660px;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: #8f9da6;
  font-size: 14px;
}

.tm-system-chain {
  margin: 38px 0 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  list-style: none;
}

.tm-system-chain li {
  min-height: 86px;
  padding-block: 18px;
  display: grid;
  grid-template-columns: 52px 1fr;
  align-items: center;
  gap: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.tm-system-chain > li > span {
  color: var(--tm-blue-light);
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}

.tm-system-chain div {
  display: grid;
  gap: 3px;
}

.tm-system-chain strong {
  font-size: 18px;
  font-weight: 600;
}

.tm-system-chain small {
  color: #98a5ad;
  font-size: 14px;
}

.tm-combustion {
  background: var(--tm-page);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.06), inset 0 -1px 0 rgba(0, 0, 0, 0.06);
}

.tm-drawing-header {
  margin-bottom: 42px;
  padding: 12px 0;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid #aeb8bf;
  border-bottom: 1px solid #aeb8bf;
  color: var(--tm-steel);
  font-size: 12px;
  font-weight: 500;
}

.tm-mode-table {
  overflow-x: auto;
  border-radius: var(--tm-radius-s);
  background: var(--tm-surface);
  box-shadow: var(--tm-shadow-border);
}

.tm-mode-row {
  min-width: 720px;
  min-height: 78px;
  padding-inline: 28px;
  display: grid;
  grid-template-columns: 1.2fr repeat(4, 1fr);
  align-items: center;
  border-top: 1px solid var(--tm-line);
  font-variant-numeric: tabular-nums;
}

.tm-mode-row:first-child {
  border-top: 0;
}

.tm-mode-head {
  min-height: 56px;
  color: var(--tm-steel);
  font-size: 13px;
  font-weight: 500;
}

.tm-mode-row strong {
  font-size: 22px;
  font-weight: 600;
}

.tm-mode-row.is-current {
  color: #eff5f8;
  background: var(--tm-blue);
  border-color: var(--tm-blue);
}

.tm-control-notes {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: 1px solid #c2cbd1;
  border-radius: var(--tm-radius-s);
  background: var(--tm-surface);
}

.tm-control-notes p {
  min-height: 98px;
  margin: 0;
  padding: 20px;
  display: grid;
  align-content: center;
  gap: 6px;
  border-right: 1px solid #c2cbd1;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.tm-control-notes p:last-child {
  border-right: 0;
}

.tm-control-notes strong {
  font-weight: 600;
}

.tm-control-notes span {
  color: var(--tm-steel);
  font-variant-numeric: tabular-nums;
}

.tm-project {
  color: var(--tm-ink-light);
  background: var(--tm-graphite);
}

.tm-project-rail {
  margin-bottom: 44px;
  padding: 12px 0;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  color: #8f9ca4;
  font-size: 12px;
  font-variant-numeric: tabular-nums;
}

.tm-project-heading {
  margin-bottom: 52px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: end;
  gap: 64px;
}

.tm-project-place {
  margin-bottom: 12px;
  color: var(--tm-copper);
  font-weight: 600;
}

.tm-project-heading h2 {
  margin-bottom: 0;
  color: #eef2f4;
}

.tm-project-heading > p {
  padding-bottom: 6px;
  color: #9eabb3;
}

.tm-photo-grid {
  height: 760px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  grid-template-rows: 1fr 1fr;
  gap: 12px;
}

.tm-photo-grid picture {
  overflow: hidden;
  border-radius: var(--tm-radius-m);
  background: var(--tm-graphite-2);
  outline: 1px solid rgba(255, 255, 255, 0.11);
  outline-offset: -1px;
}

.tm-photo-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition-property: transform;
  transition-duration: 150ms;
  transition-timing-function: ease-out;
}

.tm-photo-grid picture:hover img {
  transform: scale(1.012);
}

.tm-photo-main {
  grid-row: 1 / 3;
}

.tm-photo-wide {
  grid-column: 2 / 4;
}

.tm-results {
  padding-block: 86px;
  color: var(--tm-ink-light);
  background: var(--tm-graphite-3);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 -1px 0 rgba(255, 255, 255, 0.1);
}

.tm-results h2 {
  max-width: 680px;
  margin-bottom: 48px;
  color: #f2f5f7;
}

.tm-result-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.26);
  border-bottom: 1px solid rgba(255, 255, 255, 0.26);
}

.tm-result-grid article {
  min-height: 168px;
  padding: 28px 22px;
  display: grid;
  align-content: start;
  gap: 12px;
  border-left: 1px solid rgba(255, 255, 255, 0.26);
}

.tm-result-grid article:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.26);
}

.tm-result-grid strong {
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  color: #eef4f7;
}

.tm-result-grid span {
  color: #aebbc3;
  font-size: 14px;
  line-height: 1.45;
}

.tm-monitoring {
  color: var(--tm-ink-light);
  background: #10161b;
}

.tm-monitoring-grid {
  display: grid;
  grid-template-columns: minmax(360px, 0.8fr) minmax(0, 1.2fr);
  align-items: center;
  gap: 70px;
}

.tm-monitoring-copy h2,
.tm-contact-copy h2 {
  color: #eef2f4;
}

.tm-monitoring-copy > p,
.tm-contact-copy > p {
  color: #aeb8bf;
}

.tm-monitoring-copy ul {
  margin: 30px 0;
}

.tm-monitoring-copy li {
  border-color: rgba(255, 255, 255, 0.12);
  color: #d8dfe3;
}

.tm-monitoring-copy li::before {
  background: var(--tm-blue-light);
}

.tm-monitoring-phases {
  margin: 30px 0 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.tm-monitoring-phases > div {
  padding: 18px 0;
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.tm-monitoring-phases span {
  color: var(--tm-blue-light);
  font-size: 13px;
  font-weight: 600;
}

.tm-monitoring-phases p {
  margin: 0;
  color: #d8dfe3;
  font-size: 15px;
}

.tm-monitoring-screen {
  overflow: hidden;
  border-radius: var(--tm-radius-m);
  background: var(--tm-graphite-2);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12), 0 18px 50px rgba(0, 0, 0, 0.24);
}

.tm-monitoring-screen img {
  width: 100%;
  height: auto;
  outline: 1px solid rgba(255, 255, 255, 0.1);
  outline-offset: -1px;
}

.tm-contact {
  padding-top: 40px;
  color: var(--tm-ink-light);
  background: var(--tm-graphite-2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.tm-contact-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(380px, 1.28fr);
  align-items: start;
  gap: 76px;
}

.tm-contact-copy {
  position: sticky;
  top: 110px;
}

.tm-contact-links {
  margin-top: 34px;
  display: grid;
  gap: 8px;
}

.tm-contact-links a {
  width: fit-content;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: #f2f5f7;
  font-size: 19px;
  font-weight: 500;
  text-decoration-color: rgba(92, 160, 204, 0.6);
  text-underline-offset: 5px;
}

.tm-form-note {
  max-width: 430px;
  margin-top: 34px;
  color: #87939c !important;
  font-size: 14px !important;
}

.tm-bitrix-host {
  min-height: 570px;
  position: relative;
}

.tm-form-loading {
  min-height: 570px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 16px;
  border-radius: var(--tm-radius-m);
  color: var(--tm-steel);
  background: #f3f6f8;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.tm-form-loading span {
  width: 28px;
  height: 28px;
  border: 3px solid #ccd5db;
  border-top-color: var(--tm-blue);
  border-radius: 50%;
  animation: tm-spin 700ms linear infinite;
}

.tm-form-loading p {
  margin: 0;
}

.tm-bitrix-host.is-loaded .tm-form-loading {
  display: none;
}

.tm-bitrix-host.is-error .tm-form-loading span {
  display: none;
}

.tm-bitrix-host.is-error .tm-form-loading p {
  max-width: 360px;
  padding-inline: 24px;
  color: var(--tm-coal);
  text-align: center;
}

.tm-noscript-form {
  grid-column: 2;
  color: #d8dfe3;
}

@keyframes tm-spin {
  to { transform: rotate(360deg); }
}

.tm-footer {
  padding-block: 34px;
  color: #aeb8bf;
  background: #111519;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.tm-footer-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 32px;
}

.tm-brand-footer {
  color: #edf2f4;
}

.tm-footer p {
  margin: 0;
  font-size: 14px;
}

.tm-footer-links {
  display: flex;
  gap: 18px;
}

.tm-footer-links a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: #dbe1e4;
  font-size: 14px;
}

@media (max-width: 1120px) {
  .tm-header-inner {
    gap: 22px;
  }

  .tm-nav {
    gap: 16px;
  }

  .tm-header-cta {
    display: none;
  }

  .tm-hero h1 {
    max-width: 820px;
    font-size: 46px;
  }

  .tm-hero-inner {
    grid-template-columns: minmax(0, 1fr) 270px;
    gap: 42px;
  }

  .tm-direction {
    padding-right: 22px;
    grid-template-columns: 40px 1fr;
    gap: 14px;
  }

  .tm-direction + .tm-direction {
    padding-right: 22px;
    padding-left: 22px;
  }

  .tm-direction:last-child {
    padding-right: 0;
  }

  .tm-direction h3 {
    font-size: 24px;
  }

  .tm-direction p {
    min-height: 174px;
  }

  .tm-result-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .tm-result-grid article:nth-child(4),
  .tm-result-grid article:nth-child(5) {
    border-top: 1px solid rgba(255, 255, 255, 0.26);
  }

  .tm-result-grid article:nth-child(4) {
    grid-column: 1 / 2;
  }

  .tm-monitoring-grid {
    gap: 44px;
  }
}

@media (max-width: 900px) {
  .tm-shell,
  .tm-header-inner {
    width: min(calc(100% - 36px), var(--tm-width));
  }

  .tm-header {
    height: 64px;
  }

  .tm-header-inner {
    gap: 16px;
  }

  .tm-header-demo {
    display: none;
  }

  .tm-menu-toggle {
    display: block;
  }

  .tm-nav {
    position: absolute;
    top: 64px;
    right: 0;
    left: 0;
    padding: 10px 18px 18px;
    display: grid;
    gap: 0;
    background: rgba(23, 27, 31, 0.98);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.2);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition-property: opacity, transform;
    transition-duration: 140ms;
    transition-timing-function: cubic-bezier(0.2, 0, 0, 1);
  }

  .tm-header.is-menu-open .tm-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .tm-nav a {
    min-height: 52px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .tm-hero-inner {
    padding-top: 64px;
    grid-template-columns: 1fr;
  }

  .tm-hero-status {
    display: none;
  }

  .tm-hero h1 {
    max-width: 760px;
    font-size: 44px;
  }

  .tm-process-items {
    grid-template-columns: repeat(2, 1fr);
  }

  .tm-process-items span:nth-child(3),
  .tm-process-items span:nth-child(4) {
    border-top: 1px solid rgba(255, 255, 255, 0.13);
  }

  .tm-section {
    padding-block: 84px;
  }

  .tm-section-heading h2,
  .tm-project-heading h2,
  .tm-architecture-copy h2,
  .tm-monitoring-copy h2,
  .tm-contact-copy h2,
  .tm-results h2 {
    font-size: 34px;
  }

  .tm-problem-ledger article {
    grid-template-columns: 54px minmax(200px, 0.75fr) 1.25fr;
    gap: 18px;
  }

  .tm-direction-grid,
  .tm-architecture-grid,
  .tm-monitoring-grid,
  .tm-contact-grid {
    grid-template-columns: 1fr;
  }

  .tm-direction {
    min-height: auto;
    padding: 38px 0;
  }

  .tm-direction + .tm-direction {
    padding: 38px 0;
    border-top: 1px solid var(--tm-line);
    border-left: 0;
  }

  .tm-direction p {
    min-height: auto;
  }

  .tm-architecture-grid {
    gap: 46px;
  }

  .tm-architecture-photo {
    min-height: 520px;
    max-height: 700px;
  }

  .tm-project-heading {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .tm-photo-grid {
    height: 650px;
  }

  .tm-monitoring-grid,
  .tm-contact-grid {
    gap: 46px;
  }

  .tm-contact-copy {
    position: static;
  }

  .tm-noscript-form {
    grid-column: 1;
  }

  .tm-footer-inner {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .tm-footer-links {
    flex-wrap: wrap;
  }
}

@media (max-width: 640px) {
  .tm-shell,
  .tm-header-inner {
    width: min(calc(100% - 28px), var(--tm-width));
  }

  .tm-brand {
    gap: 9px;
  }

  .tm-brand img {
    width: 38px;
    height: 38px;
  }

  .tm-brand span {
    font-size: 14px;
  }

  .tm-hero {
    min-height: max(690px, calc(100svh - 72px));
  }

  .tm-hero-media img {
    object-position: 58% center;
  }

  .tm-hero-shade {
    background: rgba(9, 13, 16, 0.7);
  }

  .tm-hero-label {
    margin-bottom: 15px;
    font-size: 13px;
  }

  .tm-hero h1 {
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 1.05;
  }

  .tm-hero-lead {
    margin-bottom: 12px;
    font-size: 17px;
  }

  .tm-hero-note {
    margin-bottom: 24px;
    font-size: 13px;
  }

  .tm-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .tm-actions .tm-button {
    width: 100%;
  }

  .tm-process-rail {
    min-height: 72px;
    overflow: hidden;
  }

  .tm-process-items {
    width: max-content;
    min-width: 100%;
    grid-template-columns: repeat(4, auto);
    overflow-x: auto;
    scrollbar-width: none;
  }

  .tm-process-items span {
    min-width: 170px;
    min-height: 72px;
    padding-inline: 16px;
    border-top: 0 !important;
  }

  .tm-section {
    padding-block: 68px;
  }

  .tm-section-heading {
    margin-bottom: 38px;
  }

  .tm-section-heading h2,
  .tm-project-heading h2,
  .tm-architecture-copy h2,
  .tm-monitoring-copy h2,
  .tm-contact-copy h2,
  .tm-results h2 {
    margin-bottom: 14px;
    font-size: 29px;
  }

  .tm-section-heading p,
  .tm-project-heading > p,
  .tm-architecture-copy > p,
  .tm-monitoring-copy > p,
  .tm-contact-copy > p {
    font-size: 16px;
  }

  .tm-problem-ledger article {
    min-height: 0;
    padding-block: 24px;
    grid-template-columns: 38px 1fr;
    gap: 10px 14px;
  }

  .tm-problem-ledger h3 {
    font-size: 21px;
  }

  .tm-problem-ledger p {
    grid-column: 2;
  }

  .tm-direction {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .tm-direction h3 {
    font-size: 26px;
  }

  .tm-direction li {
    padding-right: 4px;
  }

  .tm-architecture-photo {
    min-height: 460px;
  }

  .tm-control-notes {
    grid-template-columns: 1fr;
  }

  .tm-control-notes p {
    min-height: 84px;
    border-right: 0;
    border-bottom: 1px solid #c2cbd1;
  }

  .tm-control-notes p:last-child {
    border-bottom: 0;
  }

  .tm-drawing-header,
  .tm-project-rail {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .tm-photo-grid {
    height: auto;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 430px 270px 290px;
  }

  .tm-photo-main {
    grid-column: 1 / 3;
    grid-row: 1;
  }

  .tm-photo-wide {
    grid-column: 1 / 3;
    grid-row: 3;
  }

  .tm-result-grid {
    grid-template-columns: 1fr 1fr;
  }

  .tm-result-grid article,
  .tm-result-grid article:nth-child(4) {
    min-height: 150px;
    grid-column: auto;
    border-top: 1px solid rgba(255, 255, 255, 0.26);
  }

  .tm-result-grid article:first-child,
  .tm-result-grid article:nth-child(2) {
    border-top: 0;
  }

  .tm-result-grid article:last-child {
    grid-column: 1 / 3;
  }

  .tm-result-grid strong {
    font-size: 28px;
  }

  .tm-monitoring {
    padding-top: 76px;
  }

  .tm-monitoring-phases > div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .tm-contact {
    padding-top: 26px;
  }

  .tm-bitrix-host,
  .tm-form-loading {
    min-height: 520px;
  }

  .tm-footer-links {
    display: grid;
    gap: 2px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

.tm-thanks-page {
  color: #eef2f4;
  background: var(--tm-graphite);
}

.tm-thanks-main {
  min-height: 100svh;
  padding: 32px;
  display: grid;
  place-items: center;
  background: var(--tm-graphite);
}

.tm-thanks-panel {
  width: min(100%, 720px);
  padding: 54px;
  border-radius: var(--tm-radius-m);
  background: var(--tm-graphite-2);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1), 0 22px 60px rgba(0, 0, 0, 0.24);
}

.tm-thanks-brand {
  color: #eef2f4;
}

.tm-thanks-rule {
  width: 56px;
  height: 3px;
  margin: 42px 0 30px;
  background: var(--tm-copper);
}

.tm-thanks-panel h1 {
  margin-bottom: 18px;
  font-size: 46px;
  font-weight: 600;
  line-height: 1.08;
}

.tm-thanks-panel > p {
  max-width: 570px;
  margin-bottom: 32px;
  color: #b7c0c6;
  font-size: 18px;
}

@media (max-width: 640px) {
  .tm-thanks-main {
    padding: 18px;
  }

  .tm-thanks-panel {
    padding: 32px 24px;
  }

  .tm-thanks-panel h1 {
    font-size: 36px;
  }
}

/* Narrative redesign: compact platform nodes, asymmetric modules and FAQ. */

.tm-process-rail {
  min-height: 0;
  padding-block: 24px;
  background: var(--tm-graphite-3);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.tm-process-items {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.tm-process-items span {
  min-height: 0;
  padding: 0;
  display: inline-flex;
  grid-template-columns: none;
  border: 0;
}

.tm-process-item {
  min-width: 0;
  min-height: 128px;
  padding: 20px;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  align-items: start;
  gap: 16px;
  border-radius: var(--tm-radius-m);
  background: rgba(255, 255, 255, 0.055);
}

.tm-process-icon {
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: var(--tm-radius-m);
  color: #eaf4fa;
  background: var(--tm-blue);
}

.tm-process-icon svg {
  width: 24px;
  height: 24px;
}

.tm-process-item > div {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 5px;
}

.tm-process-item small {
  color: var(--tm-blue-light);
  font-size: 11px;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}

.tm-process-item strong {
  color: #edf2f4;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.28;
}

.tm-process-item p {
  margin: 0;
  color: #aab5bc;
  font-size: 13px;
  line-height: 1.4;
}

.tm-problem-mosaic {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.tm-problem-mosaic article {
  grid-column: 8 / 13;
  min-height: 224px;
  padding: 30px;
  border-radius: var(--tm-radius-m);
  color: #e7edf0;
  background: #242c32;
}

.tm-problem-mosaic article:last-child {
  background: #1f262c;
}

.tm-problem-mosaic .tm-problem-primary {
  grid-column: 1 / 8;
  grid-row: 1 / 3;
  min-height: 464px;
  padding: 40px;
  background: #1c2329;
}

.tm-problem-head {
  margin-bottom: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tm-problem-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: var(--tm-radius-m);
  color: #dff0fa;
  background: rgba(70, 139, 184, 0.28);
}

.tm-problem-icon svg {
  width: 23px;
  height: 23px;
}

.tm-problem-head small {
  color: var(--tm-copper);
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}

.tm-problem-mosaic h3 {
  margin-bottom: 16px;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
}

.tm-problem-mosaic p {
  margin-bottom: 0;
  color: #a8b3ba;
}

.tm-problem-primary h3 {
  max-width: 560px;
  font-size: 34px;
}

.tm-problem-primary > p {
  max-width: 620px;
  font-size: 18px;
}

.tm-problem-primary ul {
  margin: 42px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  list-style: none;
}

.tm-problem-primary li {
  min-height: 88px;
  padding: 17px;
  display: flex;
  align-items: flex-end;
  border-radius: var(--tm-radius-s);
  color: #dbe4e8;
  background: rgba(255, 255, 255, 0.055);
  font-size: 13px;
  line-height: 1.4;
}

.tm-direction-mosaic {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: auto auto;
  gap: 16px;
}

.tm-direction {
  min-height: 0;
  padding: 34px;
  display: flex;
  flex-direction: column;
  gap: 34px;
  border: 0;
  border-radius: var(--tm-radius-m);
  background: var(--tm-surface);
  box-shadow: var(--tm-shadow-border);
}

.tm-direction + .tm-direction,
.tm-direction:last-child {
  padding: 34px;
  border: 0;
}

.tm-direction-primary {
  grid-column: 1 / 13;
  grid-row: 1;
  color: #edf3f6;
  background: var(--tm-blue-dark);
  box-shadow: none;
}

.tm-direction-warm {
  grid-column: 1 / 7;
  grid-row: 2;
}

.tm-direction-cloud {
  grid-column: 7 / 13;
  grid-row: 2;
  color: #edf2f4;
  background: var(--tm-graphite-2);
  box-shadow: none;
}

.tm-direction-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.tm-direction-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: var(--tm-radius-m);
  color: var(--tm-blue);
  background: #e6edf1;
}

.tm-direction-icon svg {
  width: 25px;
  height: 25px;
}

.tm-direction-primary .tm-direction-icon {
  color: #edf6fb;
  background: rgba(255, 255, 255, 0.13);
}

.tm-direction-cloud .tm-direction-icon {
  color: #dff0fa;
  background: rgba(70, 139, 184, 0.25);
}

.tm-direction-top small {
  color: var(--tm-steel);
  font-size: 12px;
  font-weight: 600;
}

.tm-direction-primary .tm-direction-top small,
.tm-direction-cloud .tm-direction-top small {
  color: #b7c6ce;
}

.tm-direction h3 {
  margin-bottom: 16px;
  font-size: 28px;
}

.tm-direction-primary h3 {
  max-width: 560px;
  font-size: 38px;
}

.tm-direction p {
  min-height: 0;
  margin-bottom: 24px;
  color: var(--tm-steel);
}

.tm-direction-primary p,
.tm-direction-cloud p {
  color: #c5d1d7;
}

.tm-direction ul {
  display: grid;
  gap: 9px;
}

.tm-direction-primary ul {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tm-direction li {
  min-height: 54px;
  padding: 13px 14px 13px 34px;
  border: 0;
  border-radius: var(--tm-radius-s);
  background: rgba(29, 91, 135, 0.065);
}

.tm-direction-primary li,
.tm-direction-cloud li {
  color: #e2eaee;
  background: rgba(255, 255, 255, 0.075);
}

.tm-direction li::before {
  top: 21px;
  left: 15px;
}

.tm-direction-warm li::before {
  background: var(--tm-copper);
}

.tm-architecture-grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(430px, 1.1fr);
  gap: 64px;
}

.tm-architecture-photo {
  min-height: 690px;
}

.tm-solution-components {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.tm-solution-components > div {
  min-height: 118px;
  padding: 18px;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  align-items: start;
  gap: 13px;
  border-radius: var(--tm-radius-m);
  background: rgba(255, 255, 255, 0.06);
}

.tm-solution-components svg {
  width: 24px;
  height: 24px;
  color: var(--tm-blue-light);
}

.tm-solution-components span {
  display: grid;
  gap: 5px;
}

.tm-solution-components strong {
  color: #e8eef1;
  font-size: 16px;
  font-weight: 600;
}

.tm-solution-components small {
  color: #98a5ad;
  font-size: 13px;
  line-height: 1.45;
}

.tm-architecture-copy .tm-architecture-note {
  margin-top: 16px;
  padding: 17px 18px;
  border: 0;
  border-radius: var(--tm-radius-m);
  background: rgba(0, 0, 0, 0.14);
}

.tm-delivery {
  background: #dfe5e8;
}

.tm-delivery-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 14px;
}

.tm-delivery-grid article {
  min-height: 238px;
  padding: 28px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-content: start;
  gap: 18px;
  border-radius: var(--tm-radius-m);
  background: var(--tm-surface);
  box-shadow: 0 0 0 1px rgba(22, 30, 37, 0.07);
}

.tm-delivery-grid article:nth-child(1) {
  grid-column: span 4;
}

.tm-delivery-grid article:nth-child(2) {
  grid-column: span 3;
}

.tm-delivery-grid article:nth-child(3) {
  grid-column: span 5;
  color: #edf3f6;
  background: var(--tm-blue-dark);
  box-shadow: none;
}

.tm-delivery-grid article:nth-child(4) {
  grid-column: span 7;
  color: #edf2f4;
  background: var(--tm-graphite-2);
  box-shadow: none;
}

.tm-delivery-grid article:nth-child(5) {
  grid-column: span 5;
}

.tm-delivery-grid article > span {
  color: var(--tm-blue);
  font-size: 12px;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}

.tm-delivery-grid article:nth-child(3) > span,
.tm-delivery-grid article:nth-child(4) > span {
  color: var(--tm-blue-light);
}

.tm-delivery-grid svg {
  width: 26px;
  height: 26px;
  color: var(--tm-blue);
}

.tm-delivery-grid article:nth-child(3) svg,
.tm-delivery-grid article:nth-child(4) svg {
  color: #d8edf8;
}

.tm-delivery-grid h3 {
  grid-column: 1 / -1;
  margin: 10px 0 0;
  font-size: 23px;
  font-weight: 600;
}

.tm-delivery-grid p {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--tm-steel);
}

.tm-delivery-grid article:nth-child(3) p,
.tm-delivery-grid article:nth-child(4) p {
  color: #bac8cf;
}

.tm-algorithm-flow {
  margin-bottom: 26px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.tm-algorithm-flow article {
  min-height: 166px;
  padding: 22px;
  display: grid;
  grid-template-columns: 32px 28px minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  border-radius: var(--tm-radius-m);
  background: var(--tm-surface);
  box-shadow: 0 0 0 1px rgba(22, 30, 37, 0.075);
}

.tm-algorithm-flow > article > span {
  color: var(--tm-blue);
  font-size: 11px;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}

.tm-algorithm-flow svg {
  width: 23px;
  height: 23px;
  color: var(--tm-blue);
}

.tm-algorithm-flow strong {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
}

.tm-algorithm-flow p {
  margin: 0;
  color: var(--tm-steel);
  font-size: 13px;
  line-height: 1.45;
}

.tm-project-facts {
  margin-bottom: 18px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.tm-project-facts article {
  min-height: 128px;
  padding: 22px;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: start;
  gap: 14px;
  border-radius: var(--tm-radius-m);
  background: #20272d;
}

.tm-project-facts svg {
  width: 27px;
  height: 27px;
  color: var(--tm-blue-light);
}

.tm-project-facts strong {
  display: block;
  margin-bottom: 6px;
  color: #e8eef1;
  font-size: 17px;
}

.tm-project-facts p {
  margin: 0;
  color: #9da9b0;
  font-size: 14px;
}

.tm-result-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 14px;
  border: 0;
}

.tm-result-grid article,
.tm-result-grid article:nth-child(4),
.tm-result-grid article:nth-child(5) {
  min-height: 156px;
  padding: 26px;
  grid-column: span 3;
  border: 0;
  border-radius: var(--tm-radius-m);
  background: rgba(255, 255, 255, 0.065);
}

.tm-result-grid article:nth-child(1) {
  grid-column: span 4;
  background: var(--tm-blue-dark);
}

.tm-result-grid article:nth-child(2) {
  grid-column: span 5;
}

.tm-result-grid article:nth-child(4) {
  grid-column: span 7;
}

.tm-result-grid article:nth-child(5) {
  grid-column: span 5;
}

.tm-monitoring-phases {
  margin: 30px 0 32px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  border: 0;
}

.tm-monitoring-phases > div {
  min-height: 146px;
  padding: 20px;
  display: block;
  border: 0;
  border-radius: var(--tm-radius-m);
  background: rgba(255, 255, 255, 0.065);
}

.tm-monitoring-phases span {
  display: block;
  margin-bottom: 10px;
}

.tm-faq {
  background: var(--tm-page);
}

.tm-faq-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.68fr) minmax(0, 1.32fr);
  align-items: start;
  gap: 76px;
}

.tm-faq-heading {
  position: sticky;
  top: 112px;
}

.tm-faq-heading h2 {
  margin-bottom: 18px;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.12;
}

.tm-faq-heading p {
  max-width: 470px;
  margin-bottom: 28px;
  color: var(--tm-steel);
  font-size: 17px;
}

.tm-faq .tm-button-secondary {
  color: #eef4f7;
  background: var(--tm-blue);
}

.tm-faq .tm-button-secondary:hover {
  background: var(--tm-blue-dark);
}

.tm-faq-list {
  display: grid;
  gap: 10px;
}

.tm-faq-list details {
  border-radius: var(--tm-radius-m);
  background: var(--tm-surface);
  box-shadow: 0 0 0 1px rgba(22, 30, 37, 0.07);
}

.tm-faq-list summary {
  min-height: 72px;
  padding: 17px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  cursor: pointer;
  list-style: none;
  font-size: 17px;
  font-weight: 600;
}

.tm-faq-list summary::-webkit-details-marker {
  display: none;
}

.tm-faq-list summary svg {
  width: 21px;
  height: 21px;
  flex: 0 0 auto;
  color: var(--tm-blue);
  transition-property: transform;
  transition-duration: 140ms;
  transition-timing-function: cubic-bezier(0.2, 0, 0, 1);
}

.tm-faq-list details[open] summary svg {
  transform: rotate(45deg);
}

.tm-faq-list details > p {
  max-width: 720px;
  margin: 0;
  padding: 0 64px 22px 20px;
  color: var(--tm-steel);
}

@media (max-width: 1120px) {
  .tm-process-item {
    padding: 17px;
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 12px;
  }

  .tm-process-icon {
    width: 40px;
    height: 40px;
  }

  .tm-direction-primary h3 {
    font-size: 34px;
  }

  .tm-architecture-grid {
    grid-template-columns: minmax(0, 0.8fr) minmax(400px, 1.2fr);
    gap: 44px;
  }

  .tm-solution-components {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .tm-process-items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tm-problem-mosaic {
    grid-template-rows: auto;
  }

  .tm-problem-mosaic .tm-problem-primary {
    grid-column: 1 / 13;
    grid-row: auto;
    min-height: 0;
  }

  .tm-problem-mosaic article {
    grid-column: span 6;
    min-height: 230px;
  }

  .tm-direction-mosaic {
    grid-template-rows: auto;
  }

  .tm-direction-primary {
    grid-column: 1 / 13;
    grid-row: auto;
  }

  .tm-direction-warm,
  .tm-direction-cloud {
    grid-column: span 6;
    grid-row: auto;
  }

  .tm-direction + .tm-direction {
    padding: 30px;
    border: 0;
  }

  .tm-direction {
    padding: 30px;
  }

  .tm-direction-primary ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tm-architecture-grid,
  .tm-faq-grid {
    grid-template-columns: 1fr;
  }

  .tm-architecture-photo {
    min-height: 560px;
  }

  .tm-delivery-grid article:nth-child(1),
  .tm-delivery-grid article:nth-child(2),
  .tm-delivery-grid article:nth-child(3),
  .tm-delivery-grid article:nth-child(4),
  .tm-delivery-grid article:nth-child(5) {
    grid-column: span 6;
  }

  .tm-delivery-grid article:last-child {
    grid-column: 4 / 10;
  }

  .tm-algorithm-flow {
    grid-template-columns: 1fr;
  }

  .tm-algorithm-flow article {
    min-height: 0;
  }

  .tm-faq-grid {
    gap: 40px;
  }

  .tm-faq-heading {
    position: static;
  }
}

@media (max-width: 640px) {
  .tm-process-rail {
    padding-block: 14px;
    overflow: visible;
  }

  .tm-process-items {
    width: auto;
    min-width: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: visible;
  }

  .tm-process-items span {
    min-width: 0;
    min-height: 0;
    padding: 0;
    border: 0;
  }

  .tm-process-item {
    min-width: 0;
    min-height: 154px;
    padding: 15px;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .tm-process-icon {
    width: 40px;
    height: 40px;
  }

  .tm-process-item strong {
    font-size: 14px;
  }

  .tm-process-item p {
    font-size: 12px;
  }

  .tm-problem-mosaic {
    grid-template-columns: 1fr;
  }

  .tm-problem-mosaic .tm-problem-primary,
  .tm-problem-mosaic article {
    grid-column: 1;
    min-height: 0;
    padding: 24px;
  }

  .tm-problem-primary h3 {
    font-size: 28px;
  }

  .tm-problem-primary > p {
    font-size: 16px;
  }

  .tm-problem-primary ul {
    margin-top: 28px;
    grid-template-columns: 1fr;
  }

  .tm-problem-primary li {
    min-height: 62px;
    align-items: center;
  }

  .tm-direction-mosaic {
    grid-template-columns: 1fr;
  }

  .tm-direction-primary,
  .tm-direction-warm,
  .tm-direction-cloud {
    grid-column: 1;
  }

  .tm-direction,
  .tm-direction + .tm-direction,
  .tm-direction:last-child {
    padding: 24px;
  }

  .tm-direction {
    gap: 26px;
  }

  .tm-direction-primary h3 {
    font-size: 30px;
  }

  .tm-direction-primary ul {
    grid-template-columns: 1fr;
  }

  .tm-solution-components {
    grid-template-columns: 1fr;
  }

  .tm-solution-components > div {
    min-height: 0;
  }

  .tm-delivery-grid {
    grid-template-columns: 1fr;
  }

  .tm-delivery-grid article:nth-child(1),
  .tm-delivery-grid article:nth-child(2),
  .tm-delivery-grid article:nth-child(3),
  .tm-delivery-grid article:nth-child(4),
  .tm-delivery-grid article:nth-child(5),
  .tm-delivery-grid article:last-child {
    grid-column: 1;
    min-height: 0;
  }

  .tm-project-facts {
    grid-template-columns: 1fr;
  }

  .tm-result-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tm-result-grid article,
  .tm-result-grid article:nth-child(1),
  .tm-result-grid article:nth-child(2),
  .tm-result-grid article:nth-child(4),
  .tm-result-grid article:nth-child(5) {
    min-height: 144px;
    grid-column: span 1;
    border: 0;
  }

  .tm-result-grid article:last-child {
    grid-column: 1 / 3;
  }

  .tm-monitoring-phases {
    grid-template-columns: 1fr;
  }

  .tm-monitoring-phases > div {
    min-height: 0;
  }

  .tm-faq-heading h2 {
    font-size: 29px;
  }

  .tm-faq-list summary {
    min-height: 64px;
    padding: 16px;
    gap: 14px;
    font-size: 16px;
  }

  .tm-faq-list details > p {
    padding: 0 48px 18px 16px;
    font-size: 14px;
  }
}
