.demo-teaser {
  margin: 0 0 2rem;
  padding: 1.5rem;
  background: linear-gradient(135deg, #1a2332 0%, #0f1419 100%);
  border: 1px solid #2a3548;
  border-radius: 12px;
  color: #e8eef4;
}

.demo-teaser-inner {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 1.5rem;
  align-items: center;
}

.demo-teaser h2 {
  margin: 0 0 0.75rem;
  font-size: 1.35rem;
  color: #fff;
}

.demo-teaser p {
  margin: 0 0 0.75rem;
  line-height: 1.55;
  color: #b8c5d6;
}

.demo-teaser-actions {
  margin-top: 1rem !important;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  align-items: center;
}

.demo-teaser-btn {
  display: inline-block;
  padding: 0.55rem 1.1rem;
  background: #3d8bfd;
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 8px;
  font-weight: 600;
}

.demo-teaser-btn:hover {
  filter: brightness(1.1);
}

.demo-teaser-link {
  color: #8b9cb3 !important;
  text-decoration: underline;
}

.demo-teaser-link:hover {
  color: #c5d0de !important;
}

.demo-teaser-preview {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #2a3548;
  background: #0f1419;
  min-height: 280px;
}

.demo-teaser-preview iframe {
  display: block;
  width: 100%;
  height: 320px;
  border: 0;
}

@media (max-width: 800px) {
  .demo-teaser-inner {
    grid-template-columns: 1fr;
  }

  .demo-teaser-preview iframe {
    height: 360px;
  }
}
