.elementor-18987 .elementor-element.elementor-element-23485e36{--display:flex;}/* Start custom CSS */.page-title,
.entry-title,
h1.wp-block-post-title {
  display: none !important;
}

.interactive-demos {
  background: #f7f9fc;
  padding: 72px 24px;
}

.interactive-demos-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.demo-eyebrow {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 999px;
  background: #ede9ff;
  color: #4f46e5;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.demo-heading {
  margin: 18px 0 12px;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.05;
  color: #0f172a;
  font-weight: 800;
  text-align: center;
}

.demo-intro {
  max-width: 620px;
  margin: 0 auto 44px;
  color: #475569;
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
}

.demo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.demo-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 22px;
  padding: 30px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.demo-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.10);
}

.demo-icon {
  font-size: 42px;
  line-height: 1;
  margin-bottom: 18px;
}

.demo-card h3 {
  margin: 0 0 10px;
  color: #0f172a;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 800;
}

.demo-card p {
  margin: 0 0 22px;
  color: #475569;
  font-size: 15px;
  line-height: 1.65;
}

.demo-button,
.demo-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 18px;
  border-radius: 999px;
  background: #4f46e5;
  color: #ffffff !important;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
}

.demo-cta {
  margin-top: 48px;
  padding: 46px 28px;
  border-radius: 28px;
  background: linear-gradient(135deg, #211c5f 0%, #4f46e5 100%);
  text-align: center;
  color: #ffffff;
  box-shadow: 0 24px 70px rgba(79, 70, 229, 0.28);
}

.demo-cta h2 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.1;
  font-weight: 800;
}

.demo-cta p {
  max-width: 620px;
  margin: 0 auto 24px;
  color: #e0e7ff;
  font-size: 17px;
  line-height: 1.6;
}

.demo-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 26px;
  border-radius: 999px;
  background: #ffffff;
  color: #4f46e5 !important;
  font-weight: 800;
  text-decoration: none;
}

.demo-cta small {
  display: block;
  margin-top: 16px;
  color: #c7d2fe;
}

@media (max-width: 980px) {
  .demo-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 620px) {
  .interactive-demos {
    padding: 48px 18px;
  }

  .demo-grid {
    grid-template-columns: 1fr;
  }

  .demo-card {
    padding: 26px;
  }
}/* End custom CSS */