.theme-showcase {
  background: var(--background-light);
  padding: 0;
  position: relative;
}
.theme-wrapper {
  max-width: 1280px; /* You can adjust this */
  margin: 0 auto;
  padding: 0 20px; /* Side padding for smaller screens */
}

.theme-container {
  display: flex;
  align-items: center;
  min-height: 626px;
}

.theme-content {
  flex: 1;
  padding: 50px 110px;
  max-width: 720px;
}

.theme-content h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.26;
  color: #121212;
  letter-spacing: 0.4px;
  margin-bottom: 46px;
}

.theme-info {
  margin-bottom: 46px;
}

.theme-info h3 {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.26;
  color: var(--text-primary);
  letter-spacing: 0.14px;
  margin-bottom: 11px;
}

.theme-info p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.26;
  color: var(--text-primary);
  letter-spacing: 0.14px;
}

.theme-visual {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 89px 62px;
  position: relative;
}

.mobile-devices {
  position: relative;
  width: 520px;
  height: 539px;
  -webkit-mask-image: url('https://static.codia.ai/custom_image/2025-06-26/153558/mobile-mask.png');
  -webkit-mask-size: cover;
  mask-image: url('https://static.codia.ai/custom_image/2025-06-26/153558/mobile-mask.png');
  mask-size: cover;
}

.mobile-device {
  position: absolute;
  width: 279px;
  height: 561px;
}

.mobile-device:first-child {
  top: 0;
  right: 0;
}

.mobile-device:last-child {
  bottom: 0;
  left: 0;
}
