.elementor-29497 .elementor-element.elementor-element-337e455{--display:flex;}/* Start custom CSS for html, class: .elementor-element-eff6ba7 */.le-integrations {
  max-width: 1100px;
  margin: auto;
  padding: 40px 20px;
  font-family: Inter, sans-serif;
}

.le-int-hero {
  text-align: center;
  margin-bottom: 40px;
}

.le-int-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px,1fr));
  gap: 20px;
}

.le-int-card {
  background: #f8fafc;
  padding: 22px;
  border-radius: 14px;
  transition: 0.2s;
}
.le-int-card:hover {
  transform: translateY(-5px);
  background: #eef2ff;
}

.le-int-card span {
  display: inline-block;
  margin-top: 10px;
  font-size: 13px;
  color: #64748B;
}

.le-int-cta {
  text-align: center;
  margin-top: 60px;
  background: #eef2ff;
  padding: 40px;
  border-radius: 14px;
}

.le-int-cta a {
  display: inline-block;
  margin-top: 12px;
  background: #2563EB;
  color: white;
  padding: 12px 22px;
  border-radius: 8px;
}/* End custom CSS */