.wgt-home-try-demo {
  padding-top: var(--padding-2xl-48);
  padding-bottom: 80px;
}

.home-try-demo-wrapper {
  display: flex;
  gap: var(--gap-2xl-42);
  align-items: center;
  justify-content: space-between;
  padding: 3.5rem 2rem;
  border-radius: var(--radius-card);
  background: var(--background-gray);
}

.home-try-demo-content {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--gap-lg-24);
  min-width: 0;
  max-width: 520px;
}

.home-try-demo-chips {
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap-lg-24);
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-try-demo-chips li {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--text-title);
  font-size: var(--font-size-body-sm);
  font-weight: var(--font-weight-regular);
  line-height: var(--line-height-body);
}

.home-try-demo-chips img {
  display: block;
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.wgt-home-try-demo .home-section-title,
.wgt-home-try-demo .home-section-title :is(h1, h2, h3, h4, h5, h6, p) {
  font-size: var(--font-size-display-lg);
  font-weight: var(--font-weight-medium);
  line-height: var(--line-height-display);
}

.wgt-home-try-demo .home-section-description {
  max-width: 605px;
}

.home-try-demo-media {
  flex-shrink: 0;
  width: 100%;
  max-width: 590px;
}

.home-try-demo-media img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-header);
}

@media (max-width: 992px) {
  .home-try-demo-wrapper {
    flex-direction: column;
    padding: 1.5rem 0.875rem;
  }

  .home-try-demo-content {
    align-items: center;
    max-width: none;
    text-align: center;
  }

  .home-try-demo-chips {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .wgt-home-try-demo {
    padding-bottom: var(--padding-2xl-48);
  }
}
