
.b11faq,
.b11faq *{
  box-sizing:border-box;
}
.b11faq{
  --b11-gap:18px;
  --b11-radius:22px;
  --b11-accent:#f47b20;
  width:100%;
  font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height:normal;
}
.b11faq-head{
  margin-bottom:26px;
}
.b11faq .b11faq-section-title{
  margin:0 0 10px !important;
  color:#161616;
  font-size:34px;
  line-height:1.1;
  font-weight:800;
  letter-spacing:-.03em;
  text-transform:none;
}
.b11faq .b11faq-section-desc{
  color:#6c6c74;
  font-size:15px;
  line-height:1.8;
  max-width:72ch;
  margin:0 !important;
}
.b11faq .b11faq-list{
  display:flex;
  flex-direction:column;
  gap:var(--b11-gap);
}
.b11faq .b11faq-item{
  background:#fff;
  border:1px solid #d8dde8;
  border-radius:var(--b11-radius);
  overflow:hidden;
  transition:border-color .26s ease, box-shadow .26s ease, transform .26s ease, background-color .26s ease;
  will-change:transform;
}
.b11faq .b11faq-item:hover{
  border-color:var(--b11-accent);
  background:#fff8f2;
  transform:translateY(-1px);
}
.b11faq .b11faq-item.is-open{
  border-color:#f1c4a1;
  background:#fffdfb;
}
.b11faq .b11faq-question{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  border:none !important;
  background:transparent !important;
  padding:28px 28px 28px 30px;
  cursor:pointer;
  text-align:left;
  box-shadow:none !important;
  appearance:none;
  -webkit-appearance:none;
  outline:none !important;
  font:inherit !important;
  text-transform:none;
  margin:0 !important;
}
.b11faq .b11faq-question:hover,
.b11faq .b11faq-question:focus,
.b11faq .b11faq-question:active{
  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
  outline:none !important;
}
.b11faq .b11faq-question-text{
  color:#1c1f26;
  font-size:22px;
  line-height:1.3;
  font-weight:800;
  letter-spacing:-.02em;
  font-family:inherit;
  text-transform:none;
}
.b11faq .b11faq-item:hover .b11faq-question-text{
  color:var(--b11-accent);
}
.b11faq .b11faq-icon{
  color:#1c1f26;
  flex:0 0 auto;
  width:22px;
  height:22px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  transition:transform .25s ease, color .25s ease;
}
.b11faq .b11faq-icon svg{
  width:22px;
  height:22px;
  display:block;
}
.b11faq .b11faq-item.is-open .b11faq-icon{
  transform:rotate(180deg);
  color:#f47b20;
}
.b11faq .b11faq-answer{
  display:grid;
  grid-template-rows:0fr;
  opacity:0;
  transition:grid-template-rows .34s ease, opacity .26s ease;
}
.b11faq .b11faq-item.is-open .b11faq-answer{
  grid-template-rows:1fr;
  opacity:1;
}
.b11faq .b11faq-answer-inner{
  min-height:0;
  overflow:hidden;
  padding:0 30px 0 30px;
}
.b11faq .b11faq-item.is-open .b11faq-answer-inner{
  padding:0 30px 28px 30px;
}
.b11faq .b11faq-answer-text{
  color:#4b5563;
  font-size:15px;
  line-height:1.9;
  white-space:pre-line;
  margin:0 !important;
  font-family:ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing:.005em;
  background:linear-gradient(180deg, rgba(255,255,255,.72), rgba(255,255,255,.45));
  border:1px solid rgba(244,123,32,.08);
  border-radius:16px;
  padding:18px 18px 18px 18px;
  box-shadow:0 10px 24px rgba(17,24,39,.04);
}
.b11faq .b11faq-answer-text strong{
  font-weight:700;
}
@media (max-width:1024px){
  .b11faq .b11faq-section-title{font-size:30px}
  .b11faq .b11faq-question-text{font-size:20px}
}
@media (max-width:767px){
  .b11faq-head{margin-bottom:18px}
  .b11faq .b11faq-section-title{font-size:26px}
  .b11faq .b11faq-section-desc{font-size:14px;line-height:1.75}
  .b11faq .b11faq-question{padding:20px 18px 20px 18px;gap:12px}
  .b11faq .b11faq-answer-inner{padding:0 18px 0 18px}
  .b11faq .b11faq-item.is-open .b11faq-answer-inner{padding:0 18px 20px 18px}
  .b11faq .b11faq-question-text{font-size:18px;line-height:1.4}
  .b11faq .b11faq-answer-text{font-size:14px;line-height:1.85}
}

/* v3 mobile overflow fix */
.b11faq{
  max-width:100%;
  overflow:visible;
}
.b11faq .b11faq-item,
.b11faq .b11faq-question,
.b11faq .b11faq-answer,
.b11faq .b11faq-answer-inner,
.b11faq .b11faq-answer-text,
.b11faq .b11faq-question-text{
  max-width:100%;
  min-width:0;
}
.b11faq .b11faq-question-text,
.b11faq .b11faq-answer-text{
  overflow-wrap:anywhere;
  word-break:break-word;
}
@media (max-width: 767px){
  .b11faq .b11faq-question{
    align-items:flex-start;
  }
  .b11faq .b11faq-question-text{
    flex:1 1 auto;
    min-width:0;
    padding-right:6px;
  }
  .b11faq .b11faq-icon{
    width:18px;
    height:18px;
    margin-top:4px;
  }
  .b11faq .b11faq-icon svg{
    width:18px;
    height:18px;
  }
  .b11faq .b11faq-answer-text{
    width:100%;
    max-width:100%;
    padding:16px;
  }
}

/* v4 typography + title nowrap fix */
.b11faq .b11faq-question{
  min-width:0;
}
.b11faq .b11faq-question-text{
  display:block;
  flex:1 1 auto;
  min-width:0;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
@media (max-width: 767px){
  .b11faq .b11faq-question{
    align-items:center;
  }
  .b11faq .b11faq-question-text{
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
  }
}
