.cgb-channels1 {
  background-color: #f3f3f3;
  padding: 40px 0;
  box-sizing: border-box;
}
.cgb-channels1 *,
.cgb-channels1 *:before,
.cgb-channels1 *:after {
  box-sizing: border-box;
}
.cgb-channels1__container {
  max-width: 1370px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.cgb-channels1__title {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: -0.06em;
  text-align: center;
  margin: 0 0 50px;
  color: #131313;
}
@media (max-width: 991px) {
  .cgb-channels1__title { font-size: 28px; text-align: left; margin-bottom: 24px; }
}
.cgb-channels1__row {
  display: flex;
  align-items: stretch;
  gap: 10px;
}
@media (max-width: 920px) {
  .cgb-channels1__row { flex-direction: column; }
}
.cgb-channels1__panel {
  flex: 1;
  background-color: #fff;
  border-radius: 30px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.cgb-channels1__panel--crm {
  background: linear-gradient(135deg, #0389CB 0%, #6CABFC 100%);
}
.cgb-channels1__heading {
  margin: 0 auto 30px;
  max-width: 330px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 1.05;
  letter-spacing: -0.08em;
  text-align: center;
  color: #131313;
}
@media (max-width: 991px) {
  .cgb-channels1__heading { font-size: 26px; }
}
.cgb-channels1__sources {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cgb-channels1__source {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 25px;
  background-color: #f3f3f3;
  border-radius: 10px;
}
.cgb-channels1__source img {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  object-fit: contain;
  border-radius: 10px;
}
.cgb-channels1__source span {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.05;
  letter-spacing: -0.08em;
  color: #131313;
}
@media (max-width: 991px) {
  .cgb-channels1__source span { font-size: 20px; }
}
.cgb-channels1__icons {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex: 1;
}
.cgb-channels1__icons img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}
.cgb-channels1__connector {
  display: none;
  flex-shrink: 0;
  align-self: center;
  width: 80px;
  height: 0;
  border-top: 2px solid rgb(3, 137, 203);
}
@media (min-width: 920px) {
  .cgb-channels1__connector { display: block; }
}
.cgb-channels1__crm-head {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
.cgb-channels1__crm-head img {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  object-fit: contain;
}
.cgb-channels1__crm-head span {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 1.05;
  letter-spacing: -0.08em;
  color: #fff;
}
@media (max-width: 991px) {
  .cgb-channels1__crm-head span { font-size: 26px; }
}
.cgb-channels1__checklist {
  display: flex;
  flex-direction: column;
}
.cgb-channels1__check-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.cgb-channels1__check-item:last-child {
  border-bottom: none;
}
.cgb-channels1__check-item span:not(.cgb-channels1__check-icon) {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.05em;
  color: #fff;
}
.cgb-channels1__check-icon {
  position: relative;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}
.cgb-channels1__check-icon::before {
  content: "✓";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
}
