.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.faq-hub {
  padding: clamp(56px, 7vw, 88px) clamp(16px, 4vw, 48px) clamp(72px, 9vw, 96px);
}
.faq-hub .faq-hub-inner { max-width: 1180px; margin: 0 auto; }
.faq-hub .faq-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto clamp(36px, 5vw, 48px);
}
.faq-hub .faq-head h1 {
  font-size: clamp(32px, 4.8vw, 48px);
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: -0.015em;
  color: #3f0808;
}
.faq-hub .faq-head .lead {
  margin-top: clamp(18px, 2.6vw, 24px);
  font-size: clamp(15px, 1.55vw, 18px);
  line-height: 1.75;
  color: #3f0808;
}
.faq-hub .faq-head .lead a {
  color: inherit;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.faq-hub .faq-panel {
  background: #fff;
  border-radius: 28px;
  border: 1px solid rgba(26, 23, 20, 0.06);
  box-shadow: 0 12px 40px rgba(26, 23, 20, 0.05);
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  overflow: hidden;
  min-height: 520px;
}
.faq-hub .faq-side {
  padding: 20px 14px;
  border-right: 1px solid rgba(26, 23, 20, 0.08);
  background: #fafaf8;
}
.faq-hub .faq-side-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  text-align: left;
  border: 0;
  background: transparent;
  color: #1a1714;
  font: inherit;
  font-size: 14px;
  font-weight: 550;
  padding: 11px 14px;
  border-radius: 999px;
  cursor: pointer;
  margin-bottom: 4px;
}
.faq-hub .faq-side-btn:hover { background: rgba(26, 23, 20, 0.05); }
.faq-hub .faq-side-btn.is-active { background: #111; color: #fff; }
.faq-hub .faq-side-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.35;
  flex-shrink: 0;
}
.faq-hub .faq-side-btn.is-active .faq-side-dot { opacity: 1; }
.faq-hub .faq-main { padding: clamp(24px, 3vw, 36px) clamp(20px, 3vw, 36px); }
.faq-hub .faq-cat-title {
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 700;
  color: #3f0808;
  letter-spacing: -0.015em;
  margin-bottom: 10px;
}
.faq-hub .faq-cat-desc {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(26, 23, 20, 0.72);
  max-width: 42em;
  margin-bottom: 22px;
}
.faq-hub .faq-section-label {
  font-size: 13px;
  font-weight: 600;
  color: rgba(26, 23, 20, 0.48);
  margin-bottom: 14px;
}
.faq-hub .faq-list { display: flex; flex-direction: column; gap: 12px; }
.faq-hub .faq-item {
  padding: 18px 18px 16px;
  border-radius: 16px;
  border: 1px solid rgba(26, 23, 20, 0.1);
  background: #fff;
}
.faq-hub .faq-item h3 {
  font-size: 17px;
  font-weight: 650;
  line-height: 1.4;
  color: #1a1714;
  margin-bottom: 10px;
}
.faq-hub .faq-item p {
  font-size: 15px;
  line-height: 1.75;
  color: rgba(26, 23, 20, 0.72);
}
.faq-hub .faq-panel-note {
  margin-top: 18px;
  font-size: 13px;
  color: rgba(26, 23, 20, 0.48);
  line-height: 1.6;
}
.faq-hub .faq-panel-note a {
  color: #3f0808;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.faq-hub .faq-cta {
  margin-top: clamp(28px, 4vw, 40px);
  padding: clamp(24px, 3vw, 32px);
  background: #111;
  color: #fff;
  border-radius: 28px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
}
.faq-hub .faq-cta h2 { font-size: 20px; margin-bottom: 8px; }
.faq-hub .faq-cta p { font-size: 14px; color: rgba(255, 255, 255, 0.72); max-width: 36em; line-height: 1.65; }
.faq-hub .faq-cta img {
  border-radius: 14px;
  width: 132px;
  height: 132px;
  background: #fff;
  padding: 8px;
}
.faq-hub .faq-mobile-select {
  display: none;
  width: 100%;
  margin-bottom: 16px;
  min-height: 44px;
  padding: 0 14px;
  border-radius: 12px;
  border: 1px solid rgba(26, 23, 20, 0.12);
  background: #fff;
  font: inherit;
  font-size: 15px;
  color: #1a1714;
}
@media (max-width: 960px) {
  .faq-hub .faq-panel { grid-template-columns: 1fr; }
  .faq-hub .faq-side { display: none; }
  .faq-hub .faq-mobile-select { display: block; }
  .faq-hub .faq-cta { grid-template-columns: 1fr; text-align: center; }
  .faq-hub .faq-cta img { margin: 0 auto; }
  .faq-hub .faq-cta p { margin: 0 auto; }
}
