.cgb-automationdemo1 {
  background-color: #fff;
  padding: 40px 0;
  box-sizing: border-box;
}
.cgb-automationdemo1 *,
.cgb-automationdemo1 *:before,
.cgb-automationdemo1 *:after {
  box-sizing: border-box;
}
.cgb-automationdemo1__container {
  max-width: 1370px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.cgb-automationdemo1__head {
  margin-bottom: 40px;
}
.cgb-automationdemo1__title {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: -0.06em;
  text-align: center;
  margin: 0;
  color: #131313;
}
.cgb-automationdemo1__subtitle {
  max-width: 900px;
  margin: 20px auto 0;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: -0.04em;
  text-align: center;
  color: rgba(19, 19, 19, 0.7);
}
@media (max-width: 991px) {
  .cgb-automationdemo1__head { margin-bottom: 24px; }
  .cgb-automationdemo1__title { font-size: 28px; text-align: left; }
  .cgb-automationdemo1__subtitle { margin: 12px 0 0; text-align: left; font-size: 15px; }
}
.cgb-automationdemo1__wrap {
  display: flex;
  align-items: stretch;
  gap: 30px;
}
@media (max-width: 920px) {
  .cgb-automationdemo1__wrap { flex-direction: column; }
}
.cgb-automationdemo1__list {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.cgb-automationdemo1__item {
  display: block;
  width: 100%;
  appearance: none;
  background: none;
  border: none;
  border-left: 3px solid rgba(19, 19, 19, 0.1);
  border-radius: 0;
  margin: 0;
  padding: 15px 0 15px 25px;
  text-align: left;
  font: inherit;
  color: inherit;
  cursor: pointer;
  transition: border-color 0.35s ease;
}
.cgb-automationdemo1__item h4 {
  margin: 0 0 10px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.05em;
  color: #131313;
}
.cgb-automationdemo1__item p {
  margin: 0;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: -0.04em;
  color: rgba(19, 19, 19, 0.7);
}
.cgb-automationdemo1__item:hover {
  border-color: rgba(3, 137, 203, 0.4);
}
.cgb-automationdemo1__item.active {
  border-color: rgb(3, 137, 203);
}
.cgb-automationdemo1__mockup {
  position: relative;
  flex: 0 0 46%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #f3f3f3;
  border-radius: 10px;
  padding: 40px 0;
}
@media (max-width: 920px) {
  .cgb-automationdemo1__mockup { flex: none; padding: 40px 20px; }
}
.cgb-automationdemo1__phone {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 280px;
  overflow: hidden;
}
.cgb-automationdemo1__phone img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  transition: opacity 0.25s ease;
}
@media (max-width: 920px) {
  .cgb-automationdemo1__phone { max-width: 240px; }
}
.cgb-automationdemo1__blur {
  position: absolute;
  border-radius: 50%;
  filter: blur(50px);
  pointer-events: none;
}
.cgb-automationdemo1__blur--1 {
  width: 270px;
  height: 270px;
  left: 15%;
  bottom: 15%;
  background: linear-gradient(47deg, rgb(66, 187, 235) 0%, rgb(57, 81, 219) 100%);
  opacity: 0.4;
}
.cgb-automationdemo1__blur--2 {
  width: 300px;
  height: 300px;
  right: 10%;
  top: 10%;
  background-color: #3951DB;
  opacity: 0.4;
}
