/* CrafLogix marketing overrides — keep ListOn theme intact */

.footer-module-links a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
}

.footer-module-links a:hover {
  color: #fff;
}

.screenshot-slot img {
  background: #f0f4f8;
  min-height: 160px;
  object-fit: cover;
}

/* Home journey — ListOn .numbers-wrapper (two separate 3-step rows) */
.journey-flow .number-wrap h6 {
  margin-bottom: 0.5rem;
}

/* Testimonials — keep quote size readable on smaller screens */
@media (max-width: 991.98px) {
  .testimonial-carousel .testimonial-text {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}

@media (max-width: 575.98px) {
  .testimonial-carousel .testimonial-text {
    font-size: 1.25rem;
    line-height: 1.45;
  }
}

.letter-spacing-1 {
  letter-spacing: 0.06em;
}

.module-hero {
  min-height: 280px;
}

.capability-list li {
  margin-bottom: 0.65rem;
}

.works-with a {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}

.contact-success {
  border-left: 4px solid #198754;
}

.pricing-module-card .card-body {
  display: flex;
  flex-direction: column;
}

.pricing-module-card ul {
  flex-grow: 1;
}

.navbar .btn-sm {
  white-space: nowrap;
}
