.tw-faq {
  background: #fff;
  padding: 60px 56px;
  font-family: "Poppins", sans-serif;
  color: #190750;
}
.tw-faq *, .tw-faq *::before, .tw-faq *::after {
  box-sizing: border-box;
}
.tw-faq .tw-faq-inner {
  max-width: 820px;
  margin: 0 auto;
}
.tw-faq .tw-faq-head {
  text-align: center;
  margin-bottom: 40px;
}
.tw-faq .tw-faq-head .tw-eyebrow {
  font: 700 12px/1 "Poppins", sans-serif;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #3E5EE2;
}
.tw-faq .tw-faq-head h2 {
  font: 600 44px/1.15 "Poppins", sans-serif;
  letter-spacing: -0.02em;
  color: #190750;
  margin: 12px 0 0;
}
.tw-faq .tw-faq-list,
.tw-faq ul.tw-faq-list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid #EFEFEF;
}
.tw-faq .tw-faq-item {
  border-bottom: 1px solid #EFEFEF;
  cursor: pointer;
  transition: background 0.15s;
}
.tw-faq .tw-faq-item:hover {
  background: #F5EEFC;
}
.tw-faq .tw-faq-q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 0;
  gap: 24px;
  font: 600 17px/1.4 "Poppins";
  color: #190750;
}
.tw-faq .tw-faq-sign {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #EDF0FC;
  color: #3E5EE2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 400;
  flex-shrink: 0;
  transition: all 0.2s;
}
.tw-faq .tw-faq-item.open .tw-faq-sign {
  background: linear-gradient(135deg, #3E5EE2, #7526C5);
  color: #fff;
  transform: rotate(45deg);
}
.tw-faq .tw-faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  font-size: 15px;
  line-height: 1.6;
  color: #190750;
}
.tw-faq .tw-faq-item.open .tw-faq-a {
  max-height: 400px;
  padding: 0 0 22px;
}

@media (max-width: 760px) {
  .tw-faq {
    padding: 56px 24px;
  }
  .tw-faq .tw-faq-head h2 {
    font-size: 32px;
  }
  .tw-faq .tw-faq-q {
    font-size: 15px;
    padding: 18px 0;
  }
}
