.mobile-hero-cta .demo-banner__fine a {
  color: inherit;
}

.steps-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
  counter-reset: step;
}

.steps-list li {
  display: flex;
  gap: 1rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid #f3f4f6;
  counter-increment: step;
  font-size: 0.9rem;
  color: #374151;
  line-height: 1.5;
}

.steps-list li:last-child {
  border-bottom: none;
}

.steps-list li::before {
  content: counter(step);
  min-width: 1.75rem;
  height: 1.75rem;
  background: #00c853;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 0.78rem;
  flex-shrink: 0;
  margin-top: 0.1rem;
}

.trouble-card {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 1rem 1.1rem;
  margin-bottom: 0.75rem;
  background: #fff;
}

.trouble-card__title {
  font-weight: 700;
  font-size: 0.88rem;
  color: #111;
  margin: 0 0 0.4rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.trouble-card__title::before {
  content: "!";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fef2f2;
  color: #dc2626;
  font-size: 0.7rem;
  font-weight: 800;
  flex-shrink: 0;
}

.trouble-card p {
  margin: 0 0 0.3rem;
  font-size: 0.83rem;
  color: #4b5563;
  line-height: 1.5;
}

.trouble-card p:last-child {
  margin-bottom: 0;
}

.trouble-card__fix {
  color: #15803d !important;
  font-weight: 500;
}
