/* GoJD product FAQ — commercial accordion, desktop + mobile/app view */
.gojd-product-faq{
  box-sizing:border-box!important;
  width:100%!important;
  max-width:1100px!important;
  margin:34px auto 28px!important;
  padding:28px 30px!important;
  border:1px solid #e7e7ea!important;
  border-radius:22px!important;
  background:#fff!important;
  color:#111318!important;
  box-shadow:0 10px 30px rgba(15,23,42,.045)!important;
  overflow:hidden!important;
}
.gojd-product-faq *,
.gojd-product-faq *::before,
.gojd-product-faq *::after{box-sizing:border-box!important}
.gojd-product-faq h2{
  margin:0 0 18px!important;
  padding:0!important;
  color:#111318!important;
  font-size:26px!important;
  line-height:1.15!important;
  font-weight:800!important;
  letter-spacing:-.025em!important;
}
.gojd-product-faq .gojd-faq-list{
  width:100%!important;
  display:block!important;
  border-top:1px solid #ececf0!important;
}
.gojd-product-faq .gojd-faq-item{
  width:100%!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-bottom:1px solid #ececf0!important;
  background:#fff!important;
  overflow:hidden!important;
}
.gojd-product-faq .gojd-faq-item:last-child{border-bottom:0!important}
.gojd-product-faq .gojd-faq-question{
  appearance:none!important;
  -webkit-appearance:none!important;
  width:100%!important;
  min-width:0!important;
  min-height:66px!important;
  height:auto!important;
  margin:0!important;
  padding:17px 2px!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 34px!important;
  align-items:center!important;
  gap:18px!important;
  text-align:left!important;
  color:#15171b!important;
  font-family:inherit!important;
  font-size:16px!important;
  line-height:1.38!important;
  font-weight:700!important;
  letter-spacing:-.006em!important;
  cursor:pointer!important;
  box-shadow:none!important;
  overflow:visible!important;
}
.gojd-product-faq .gojd-faq-question>span:first-child{
  display:block!important;
  min-width:0!important;
  max-width:100%!important;
  white-space:normal!important;
  overflow:visible!important;
  text-overflow:clip!important;
  overflow-wrap:break-word!important;
  word-break:normal!important;
}
.gojd-product-faq .gojd-faq-question:hover{color:#111!important;background:#fafafa!important}
.gojd-product-faq .gojd-faq-question:focus-visible{
  outline:2px solid #111827!important;
  outline-offset:-3px!important;
  border-radius:10px!important;
}
.gojd-product-faq .gojd-faq-symbol{
  justify-self:end!important;
  align-self:center!important;
  width:30px!important;
  height:30px!important;
  min-width:30px!important;
  margin:0!important;
  border:1px solid #dedee3!important;
  border-radius:50%!important;
  background:#f7f7f8!important;
  display:grid!important;
  place-items:center!important;
  color:#24262b!important;
  font-size:20px!important;
  line-height:1!important;
  font-weight:400!important;
  transform:none!important;
  transition:background .18s ease,border-color .18s ease!important;
}
.gojd-product-faq .gojd-faq-item.open .gojd-faq-symbol{
  transform:none!important;
  color:#fff!important;
  background:#111827!important;
  border-color:#111827!important;
}
/* Hard visibility rule prevents generic/global FAQ CSS from exposing every answer. */
.gojd-product-faq .gojd-faq-item:not(.open) .gojd-faq-answer-wrap{
  display:none!important;
  height:0!important;
  max-height:0!important;
  overflow:hidden!important;
  opacity:0!important;
  visibility:hidden!important;
}
.gojd-product-faq .gojd-faq-item.open .gojd-faq-answer-wrap{
  display:block!important;
  height:auto!important;
  max-height:none!important;
  overflow:visible!important;
  opacity:1!important;
  visibility:visible!important;
}
.gojd-product-faq .gojd-faq-answer{
  display:block!important;
  width:100%!important;
  margin:0!important;
  padding:0 54px 20px 2px!important;
  color:#5d6169!important;
  font-size:14.5px!important;
  line-height:1.62!important;
  font-weight:400!important;
  white-space:normal!important;
  overflow:visible!important;
  transform:none!important;
}
@media (max-width:768px){
  .gojd-product-faq{
    width:calc(100% - 28px)!important;
    max-width:none!important;
    margin:24px 14px 22px!important;
    padding:20px 16px 10px!important;
    border-radius:18px!important;
    box-shadow:0 6px 22px rgba(15,23,42,.04)!important;
  }
  .gojd-product-faq h2{
    margin-bottom:13px!important;
    font-size:21px!important;
    line-height:1.2!important;
    letter-spacing:-.02em!important;
  }
  .gojd-product-faq .gojd-faq-question{
    min-height:60px!important;
    padding:14px 0!important;
    grid-template-columns:minmax(0,1fr) 30px!important;
    gap:12px!important;
    font-size:14.5px!important;
    line-height:1.36!important;
  }
  .gojd-product-faq .gojd-faq-symbol{
    width:28px!important;
    height:28px!important;
    min-width:28px!important;
    font-size:18px!important;
  }
  .gojd-product-faq .gojd-faq-answer{
    padding:0 0 17px!important;
    color:#5f636b!important;
    font-size:13.5px!important;
    line-height:1.55!important;
  }
}
@media (max-width:390px){
  .gojd-product-faq{width:calc(100% - 20px)!important;margin-left:10px!important;margin-right:10px!important;padding-left:14px!important;padding-right:14px!important}
  .gojd-product-faq .gojd-faq-question{font-size:14px!important}
}
