.cgb-faq1 {
  background-color: #fff;
  padding: 40px 0 80px;
  box-sizing: border-box;
}
@media (max-width: 920px) {
  .cgb-faq1 { padding: 60px 0; }
}
@media (max-width: 620px) {
  .cgb-faq1 { padding: 40px 0; }
}
.cgb-faq1 *,
.cgb-faq1 *:before,
.cgb-faq1 *:after {
  box-sizing: border-box;
}
.cgb-faq1__container {
  max-width: 1370px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
@media (max-width: 920px) {
  .cgb-faq1__container { flex-direction: column; gap: 24px; }
}
.cgb-faq1__title {
  flex-shrink: 0;
  flex: 1;
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.06em;
  color: #131313;
  padding-top: 4px;
}
@media (max-width: 920px) {
  .cgb-faq1__title { font-size: 32px; }
}
@media (max-width: 620px) {
  .cgb-faq1__title { font-size: 24px; }
}
.cgb-faq1__items {
  flex-shrink: 0;
  width: 100%;
  max-width: 776px;
  display: flex;
  flex-direction: column;
}
.cgb-faq1__item {
  background-color: #f2f3f5;
  border-radius: 10px;
  margin-bottom: 15px;
}
.cgb-faq1__item:last-child {
  margin-bottom: 0;
}
.cgb-faq1__btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 25px 15px;
  background: none;
  border: none;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: #131313;
  text-align: left;
}
@media (max-width: 920px) {
  .cgb-faq1__btn { font-size: 17px; }
}
@media (max-width: 620px) {
  .cgb-faq1__btn { font-size: 15px; }
}
.cgb-faq1__btn::after {
  content: "";
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  transition: transform 0.35s ease;
  background:
    linear-gradient(rgb(3, 137, 203), rgb(3, 137, 203)) center / 100% 2px no-repeat,
    linear-gradient(rgb(3, 137, 203), rgb(3, 137, 203)) center / 2px 100% no-repeat;
}
.cgb-faq1__item.active .cgb-faq1__btn::after {
  transform: rotate(45deg);
  background:
    linear-gradient(rgba(19, 19, 19, 0.7), rgba(19, 19, 19, 0.7)) center / 100% 2px no-repeat,
    linear-gradient(rgba(19, 19, 19, 0.7), rgba(19, 19, 19, 0.7)) center / 2px 100% no-repeat;
}
.cgb-faq1__item.active .cgb-faq1__text {
  padding: 0 15px 25px;
  margin-bottom: 0;
}
.cgb-faq1__item.active .cgb-faq1__text p {
  margin: 0;
}
.cgb-faq1__text {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding-bottom 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 0 15px;
}
.cgb-faq1__text p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: rgba(19, 19, 19, 0.7);
  margin: 0;
}
.cgb-faq1__text p:last-child {
  margin-bottom: 20px;
}
