
.lead-generation p {
  line-height: 1.8;
  font-size: 16px;
}

.section-box {
  background: #f9fafc;
  border-left: 4px solid #dc3545;
  padding: 25px;
  margin: 30px 0;
  border-radius: 6px;
}

.section-divider {
  border-top: 1px solid #e6e6e6;
  margin: 45px 0;
}

.process-list li {
  margin-bottom: 15px;
}

.testimonial-box {
  background: #fff;
  border: 1px solid #eee;
  border-left: 4px solid #dc3545;
  padding: 20px;
  border-radius: 6px;
  height: 100%;
}

.related-blog-box {
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}

.related-blog-box h4 {
  font-size: 16px;
}
/* Lead Generation Process UI */
.lead-process {
  margin-top: 30px;
}

.process-step {
  display: flex;
  gap: 20px;
  padding: 22px;
  margin-bottom: 18px;
  background: #ffffff;
  border: 1px solid #eee;
  border-radius: 6px;
  transition: all 0.2s ease;
}

.process-step:hover {
  box-shadow: 0 8px 25px rgba(0,0,0,0.06);
}

.step-number {
  width: 46px;
  height: 46px;
  background: #dc3545;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.step-content h4 {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 700;
  color: #222;
}

.step-content p {
  margin: 0;
  font-size: 15.5px;
  line-height: 1.7;
  color: #555;
}
/* Mid Page CTA Strip */
.lead-cta-strip {
  background: linear-gradient(90deg, #0f2a3f 0%, #5f7f95 100%);
  padding: 45px 0;
  margin: 60px 0;
}

.lead-cta-strip h3 {
  color: #ffffff;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 10px;
}

.lead-cta-strip p {
  color: #e6eef4;
  font-size: 16px;
  max-width: 620px;
  margin: 0;
  line-height: 1.6;
}

.cta-btn {
  display: inline-block;
  background: #dc3545;
  color: #fff;
  padding: 12px 32px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
}

.cta-btn:hover {
  background: #c82333;
  color: #fff;
  text-decoration: none;
}
