.blog-article-content .tb-value-signals {
  margin: 28px 0 34px;
}

.blog-article-content .tb-value-signals__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

.blog-article-content .tb-value-signals__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 128px;
  padding: 22px 24px 26px;
  border: 1px solid #e7edf2;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
  text-align: center;
}

.blog-article-content .tb-value-signals__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, #1bc4cf 0%, #0fa7b6 100%);
  color: #fff;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(15, 167, 182, 0.22);
}

.blog-article-content .tb-value-signals__text {
  margin: 0;
  color: #0f172a;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 700;
  text-wrap: balance;
}

@media (max-width: 991px) {
  .blog-article-content .tb-value-signals__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .blog-article-content .tb-value-signals__card {
    min-height: 0;
  }
}

@media (max-width: 575px) {
  .blog-article-content .tb-value-signals {
    margin: 24px 0 28px;
  }

  .blog-article-content .tb-value-signals__card {
    padding: 18px 18px 22px;
    border-radius: 16px;
  }

  .blog-article-content .tb-value-signals__badge {
    width: 40px;
    height: 40px;
    margin-bottom: 18px;
    font-size: 22px;
  }

  .blog-article-content .tb-value-signals__text {
    font-size: 15px;
    line-height: 1.4;
  }
}

.blog-article-content .tb-ev-rule {
  margin: 30px 0 34px;
  padding: 24px 28px 26px;
  border: 1px solid #d9f3ee;
  border-radius: 20px;
  background:
    radial-gradient(circle at top right, rgba(34, 197, 94, 0.06), transparent 32%),
    linear-gradient(135deg, #f7fffd 0%, #eefcf8 100%);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
}

.blog-article-content .tb-ev-rule__eyebrow {
  margin: 0 0 14px;
  color: #0f8a88;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.blog-article-content .tb-ev-rule__formula {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}

.blog-article-content .tb-ev-rule__formula-main {
  color: #0f172a;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 800;
}

.blog-article-content .tb-ev-rule__formula-sign,
.blog-article-content .tb-ev-rule__formula-arrow {
  color: #0f8a88;
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
}

.blog-article-content .tb-ev-rule__formula-threshold {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid #cdebe6;
  color: #0f172a;
  font-size: 20px;
  line-height: 1;
  font-weight: 800;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.05);
}

.blog-article-content .tb-ev-rule__formula-result {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, #14b8a6 0%, #0f8a88 100%);
  color: #ffffff;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(15, 138, 136, 0.2);
}

.blog-article-content .tb-ev-rule__examples {
  display: grid;
  gap: 12px;
}

.blog-article-content .tb-ev-rule__example {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 10px;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid transparent;
  background: #ffffff;
}

.blog-article-content .tb-ev-rule__example--positive {
  border-color: #ccecdf;
  background: linear-gradient(135deg, #ffffff 0%, #f5fffa 100%);
}

.blog-article-content .tb-ev-rule__example--negative {
  border-color: #f2d7db;
  background: linear-gradient(135deg, #ffffff 0%, #fff8f8 100%);
}

.blog-article-content .tb-ev-rule__example-label {
  color: #64748b;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 600;
}

.blog-article-content .tb-ev-rule__example-text {
  color: #334155;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 500;
}

.blog-article-content .tb-ev-rule__example-text strong {
  color: #0f172a;
  font-weight: 800;
}

.blog-article-content .tb-ev-rule__example-status {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
}

.blog-article-content .tb-ev-rule__example-status--positive {
  background: #e8fbf2;
  color: #0f9f6e;
}

.blog-article-content .tb-ev-rule__example-status--negative {
  background: #fff1f2;
  color: #dc2626;
}

@media (max-width: 767px) {
  .blog-article-content .tb-ev-rule {
    padding: 20px 18px 22px;
    border-radius: 16px;
  }

  .blog-article-content .tb-ev-rule__formula-main {
    font-size: 18px;
  }

  .blog-article-content .tb-ev-rule__formula-sign,
  .blog-article-content .tb-ev-rule__formula-arrow,
  .blog-article-content .tb-ev-rule__formula-threshold {
    font-size: 18px;
  }

  .blog-article-content .tb-ev-rule__formula-threshold {
    min-width: 40px;
    height: 34px;
    padding: 0 12px;
  }

  .blog-article-content .tb-ev-rule__formula-result {
    min-height: 34px;
    padding: 7px 12px;
    font-size: 15px;
  }

  .blog-article-content .tb-ev-rule__example {
    padding: 12px 14px;
  }

  .blog-article-content .tb-ev-rule__example-text {
    font-size: 15px;
    line-height: 1.45;
  }

  .blog-article-content .tb-ev-rule__example-status {
    font-size: 13px;
  }
}


.blog-article-content .tb-process-steps {
  position: relative;
  margin: 32px 0 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.blog-article-content .tb-process-steps__item {
  position: relative;
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 18px;
  align-items: flex-start;
  padding: 22px 24px;
  border: 1px solid #dceff4;
  border-radius: 20px;
  background:
    radial-gradient(circle at top right, rgba(27, 196, 207, 0.08), transparent 28%),
    linear-gradient(135deg, #ffffff 0%, #fbfeff 100%);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
  overflow: hidden;
}

.blog-article-content .tb-process-steps__item::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, #1bc4cf 0%, #0f8a88 100%);
  opacity: 0.9;
}

.blog-article-content .tb-process-steps__badge {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-top: 2px;
  border-radius: 999px;
  background: linear-gradient(135deg, #1bc4cf 0%, #0f8a88 100%);
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
  font-weight: 800;
  box-shadow: 0 10px 20px rgba(15, 138, 136, 0.22);
}

.blog-article-content .tb-process-steps__content {
  min-width: 0;
}

.blog-article-content .tb-process-steps__title {
  margin: 0 0 8px;
  color: #0f172a;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 800;
}

.blog-article-content .tb-process-steps__text {
  margin: 0;
  color: #526072;
  font-size: 16px;
  line-height: 1.65;
}

.blog-article-content .tb-process-steps__text strong {
  color: #1f2937;
  font-weight: 700;
}

.blog-article-content .tb-process-steps__accent {
  color: #0f8a88;
  font-weight: 700;
}

.blog-article-content .tb-process-steps__formula {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 4px 10px;
  border: 1px solid #cdebf2;
  border-radius: 999px;
  background: #f2fcff;
  color: #0f8a88;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 700;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .blog-article-content .tb-process-steps {
    margin: 26px 0 32px;
    gap: 14px;
  }

  .blog-article-content .tb-process-steps__item {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 14px;
    padding: 18px 18px 18px 20px;
    border-radius: 16px;
  }

  .blog-article-content .tb-process-steps__badge {
    width: 34px;
    height: 34px;
    font-size: 16px;
  }

  .blog-article-content .tb-process-steps__title {
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 1.35;
  }

  .blog-article-content .tb-process-steps__text {
    font-size: 15px;
    line-height: 1.55;
  }

  .blog-article-content .tb-process-steps__formula {
    padding: 4px 9px;
    font-size: 14px;
  }
}
