.cgb-comparisontable1 {
  padding: 35px 0;
  box-sizing: border-box;
}
@media (min-width: 920px) {
  .cgb-comparisontable1 { padding: 60px 0; }
}
@media (min-width: 1200px) {
  .cgb-comparisontable1 { padding: 90px 0; }
}
.cgb-comparisontable1 *,
.cgb-comparisontable1 *:before,
.cgb-comparisontable1 *:after {
  box-sizing: border-box;
}
.cgb-comparisontable1__container {
  max-width: 1370px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.cgb-comparisontable1__title {
  max-width: 760px;
  margin: 0 auto 50px;
  display: block;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: -0.06em;
  text-align: center;
  color: rgb(37, 43, 54);
}
@media (max-width: 991px) {
  .cgb-comparisontable1__title { font-size: 28px; margin-bottom: 24px; }
}
.cgb-comparisontable1__table {
  display: flex;
  align-items: stretch;
  gap: 10px;
}
.cgb-comparisontable1__col {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
}
.cgb-comparisontable1__col--features {
  display: flex;
  width: 40%;
  background-color: transparent;
  max-width: 520px;
}
@media (min-width: 620px) {
  .cgb-comparisontable1__col--features { width: 100%; }
}
.cgb-comparisontable1__col--chatapp {
  background: linear-gradient(90deg, #0389CB 0%, #6CABFC 100%);
  border-radius: 10px;
  max-width: 420px;
  width: 100%;
}
.cgb-comparisontable1__col--others {
  background-color: #fff;
  border-radius: 10px;
  max-width: 354px;
  width: 100%;
  display: none;
}
@media (min-width: 620px) {
  .cgb-comparisontable1__col--others { display: flex; }
}
.cgb-comparisontable1__col-header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 16px;
  min-height: 80px;
}
@media (min-width: 620px) {
  .cgb-comparisontable1__col-header { min-height: 120px; }
}
@media (min-width: 1200px) {
  .cgb-comparisontable1__col-header { min-height: 140px; }
}
.cgb-comparisontable1__col--others .cgb-comparisontable1__col-header span {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: rgba(19, 19, 19, 0.7);
  letter-spacing: -0.04em;
  text-align: center;
}
@media (min-width: 1200px) {
  .cgb-comparisontable1__col--others .cgb-comparisontable1__col-header span { font-size: 18px; }
}
.cgb-comparisontable1__brand {
  display: flex;
  align-items: center;
  gap: 10px;
}
.cgb-comparisontable1__brand-icon {
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media (min-width: 1200px) {
  .cgb-comparisontable1__brand-icon { width: 48px; height: 48px; }
}
.cgb-comparisontable1__brand-icon svg {
  display: block;
  width: 60%;
  height: 60%;
  object-fit: contain;
}
.cgb-comparisontable1__brand-name {
  font-family: "Inter", sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  letter-spacing: -0.04em;
}
@media (min-width: 1200px) {
  .cgb-comparisontable1__brand-name { font-size: 26px; }
}
.cgb-comparisontable1__cell {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 14px 16px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.35;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  height: 90px;
}
@media (min-width: 1200px) {
  .cgb-comparisontable1__cell { padding: 18px 20px; font-size: 15px; }
}
.cgb-comparisontable1__cell--feature {
  justify-content: flex-start;
  text-align: left;
  color: rgba(19, 19, 19, 0.7);
}
.cgb-comparisontable1__cell--chatapp {
  background: transparent;
  color: #fff;
  font-weight: 500;
  border-top-color: rgba(255, 255, 255, 0.2);
}
.cgb-comparisontable1__cell--others {
  background-color: #fff;
  color: rgba(19, 19, 19, 0.7);
}
.cgb-comparisontable1__col--features .cgb-comparisontable1__cell:last-child,
.cgb-comparisontable1__col--chatapp .cgb-comparisontable1__cell:last-child,
.cgb-comparisontable1__col--others .cgb-comparisontable1__cell:last-child {
  border-radius: 0 0 10px 10px;
}
