.cs-idemo-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 28px;
}

.cs-idemo-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 32px;
}

.cs-eyebrow {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #0d4Eb5;
  letter-spacing: 0.8em;
  text-transform: uppercase;
}

.cs-idemo-h2 {
  font-family: 'Montserrat', system-ui, sans-serif;
  font-weight: 800;
  font-size: clamp(34px, 3.4vw, 44px);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #03172c;
  margin: 14px 0 0;
}

.cs-idemo-lede {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: #3c3d3e;
  max-width: 56ch;
  margin: 18px auto 0;
}

/* --- Demo frame ----*/
.cs-idemo {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  box-shadow:
    0 12px 32px rgba(3, 23, 44, 0.12),
    0 4px 8px rgba(3,23,44,0.06);
}

/* --- Storylane container --- */
.cs-idemo__storylane {
  background: #fff;
  position: relative;
  line-height: 0;
}

.cs-idemo__storylane .sl-demo {
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

/* --- Mobile --- */
@media (max-width: 640px) {
  .cs-idemo-section {
    padding: 56px 0 40px;
}
  .cs-idemo-inner {
    padding: 0 16px;
  }
  
  
  