.page-faq {
  --faq-rule: rgba(10, 36, 64, 0.16);
  --faq-muted: #5B7B9C;
  --faq-shadow: rgba(6, 19, 35, 0.22);
  position: relative;
  background: linear-gradient(180deg, #F8FAFC 0%, #F4EDE3 44%, #EFF3F6 100%);
  color: #261A12;
  font-family: "Source Serif", "Noto Serif SC", "Songti SC", serif;
  line-height: 1.65;
  overflow-x: clip;
}
.page-faq *,
.page-faq *::before,
.page-faq *::after {
  box-sizing: border-box;
}
.page-faq .faq-wrap {
  max-width: 1180px;
  margin-inline: auto;
  padding-inline: 20px;
}
.page-faq img {
  max-width: 100%;
  height: auto;
  display: block;
}
.page-faq a {
  color: #0A2440;
}
.page-faq .faq-crumbs {
  padding-top: 22px;
  font-family: "Roboto Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 0.82rem;
  letter-spacing: 0.05em;
  color: #5B7B9C;
}
.page-faq .faq-crumbs a {
  color: #0A2440;
  text-decoration: none;
  border-bottom: 1px solid rgba(10, 36, 64, 0.3);
}
.page-faq .faq-crumbs__sep {
  margin: 0 10px;
  color: #D4AF37;
}
.page-faq .faq-masthead {
  margin: 20px 0 0;
  padding: 42px 0 54px;
  background: linear-gradient(135deg, #061323 0%, #0A2440 66%, #16344F 100%);
  color: #F8FAFC;
  position: relative;
  overflow: hidden;
  border-top: 3px solid #D4AF37;
}
.page-faq .faq-masthead::after {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  width: 34%;
  background:
    linear-gradient(90deg, transparent 0%, transparent 38%, rgba(212, 175, 55, 0.25) 38%, rgba(212, 175, 55, 0.25) 42%, transparent 42%),
    repeating-linear-gradient(-45deg, transparent 0 12px, rgba(248, 250, 252, 0.04) 12px 14px);
  clip-path: polygon(28% 0, 100% 0, 100% 100%, 0 100%);
}
.page-faq .faq-masthead__kick {
  position: relative;
  z-index: 1;
  font-family: "Roboto Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 0.76rem;
  letter-spacing: 0.22em;
  color: #E3C26F;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.page-faq .faq-title {
  position: relative;
  z-index: 1;
  font-family: "Roboto Condensed", "Noto Sans SC", "PingFang SC", sans-serif;
  font-weight: 800;
  font-size: clamp(2.1rem, 6vw, 3.6rem);
  line-height: 1.08;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin: 0 0 14px;
  max-width: 760px;
}
.page-faq .faq-title::after {
  content: "";
  display: block;
  width: 58px;
  height: 4px;
  background: #D4AF37;
  margin-top: 14px;
}
.page-faq .faq-lead {
  position: relative;
  z-index: 1;
  max-width: 680px;
  font-size: 1.03rem;
  line-height: 1.7;
  color: #C7D3E1;
  margin: 0 0 22px;
}
.page-faq .faq-lead strong {
  color: #FFFFFF;
}
.page-faq .faq-masthead__meta {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  font-family: "Roboto Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 0.78rem;
  color: #E3C26F;
}
.page-faq .faq-masthead__meta span {
  border-left: 2px solid #D4AF37;
  padding-left: 8px;
}
.page-faq .faq-legend {
  padding: 28px 0 32px;
  background: #F4EDE3;
  border-bottom: 1px solid rgba(10, 36, 64, 0.16);
}
.page-faq .faq-legend__inner {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.page-faq .faq-legend__cap {
  font-family: "Roboto Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #5B7B9C;
}
.page-faq .faq-legend__diamond {
  color: #D4AF37;
  margin-right: 8px;
}
.page-faq .faq-legend__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: rgba(10, 36, 64, 0.16);
  border: 1px solid rgba(10, 36, 64, 0.16);
}
.page-faq .faq-legend__item {
  display: flex;
  flex-direction: column;
  gap: 6px;
  background: #F8FAFC;
  padding: 16px 16px 18px;
  color: #0A2440;
  text-decoration: none;
  position: relative;
  transition: transform 180ms ease, box-shadow 180ms ease;
}
.page-faq .faq-legend__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #D4AF37;
  transform: scaleX(0.15);
  transform-origin: left;
  transition: transform 240ms ease;
}
.page-faq .faq-legend__item:hover::before {
  transform: scaleX(1);
}
.page-faq .faq-legend__item:hover {
  z-index: 1;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(6, 19, 35, 0.12);
}
.page-faq .faq-legend__no {
  font-family: "Roboto Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  color: #E85D3D;
}
.page-faq .faq-legend__name {
  font-family: "Roboto Condensed", "Noto Sans SC", "PingFang SC", sans-serif;
  font-weight: 800;
  font-size: 1.12rem;
  line-height: 1.2;
}
.page-faq .faq-legend__desc {
  font-size: 0.8rem;
  line-height: 1.45;
  color: #5B7B9C;
}
.page-faq .faq-layout {
  display: grid;
  gap: 30px;
  padding: 42px 0 64px;
}
.page-faq .faq-index__sticky {
  border: 1px solid rgba(10, 36, 64, 0.18);
  background: #F8FAFC;
  box-shadow: 6px 8px 0 rgba(10, 36, 64, 0.06);
}
.page-faq .faq-index__head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  padding: 16px 18px 12px;
  border-bottom: 1px solid rgba(10, 36, 64, 0.14);
  background: #0A2440;
  color: #F8FAFC;
}
.page-faq .faq-index__title {
  font-family: "Roboto Condensed", "Noto Sans SC", "PingFang SC", sans-serif;
  font-weight: 800;
  font-size: 1.05rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.page-faq .faq-index__tip {
  font-family: "Roboto Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 0.7rem;
  color: #BCC7D6;
}
.page-faq .faq-index__nav {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding: 14px 16px 16px;
}
.page-faq .faq-index__group {
  flex: 0 0 170px;
  min-width: 170px;
  padding: 12px;
  background: #F4EDE3;
  border-top: 2px solid #D4AF37;
}
.page-faq .faq-index__group-title {
  margin: 0 0 10px;
  font-family: "Roboto Condensed", "Noto Sans SC", "PingFang SC", sans-serif;
  font-weight: 800;
  font-size: 0.86rem;
  letter-spacing: 0.03em;
  color: #0A2440;
}
.page-faq .faq-index__group a {
  display: block;
  padding: 4px 0;
  font-size: 0.86rem;
  line-height: 1.4;
  color: #0A2440;
  text-decoration: none;
  border-bottom: 1px dotted rgba(10, 36, 64, 0.2);
}
.page-faq .faq-index__group a:hover {
  color: #E85D3D;
  border-bottom-color: #E85D3D;
}
.page-faq .faq-panel {
  position: relative;
  background: #F8FAFC;
  border: 1px solid rgba(10, 36, 64, 0.2);
  padding: 28px 20px 16px;
  box-shadow: 10px 12px 0 rgba(10, 36, 64, 0.06);
}
.page-faq .faq-panel::before {
  content: "HELP";
  position: absolute;
  top: -12px;
  right: 16px;
  background: #D4AF37;
  color: #061323;
  font-family: "Roboto Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 4px 10px;
}
.page-faq .faq-panel__head {
  border-bottom: 1px solid rgba(10, 36, 64, 0.16);
  padding-bottom: 18px;
  margin-bottom: 22px;
}
.page-faq .faq-panel__index {
  font-family: "Roboto Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 0.76rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #5B7B9C;
  margin: 0 0 8px;
}
.page-faq .faq-panel__title {
  font-family: "Roboto Condensed", "Noto Sans SC", "PingFang SC", sans-serif;
  font-weight: 800;
  font-size: clamp(1.6rem, 3.6vw, 2.4rem);
  text-transform: uppercase;
  letter-spacing: 0.01em;
  line-height: 1.15;
  color: #0A2440;
  margin: 0 0 8px;
}
.page-faq .faq-panel__desc {
  max-width: 640px;
  margin: 0;
  line-height: 1.7;
  color: #4A5468;
}
.page-faq .faq-metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 26px;
}
.page-faq .faq-metric {
  background: #F4EDE3;
  border-left: 3px solid #D4AF37;
  padding: 14px 12px;
  font-family: "Roboto Mono", "SFMono-Regular", Consolas, monospace;
}
.page-faq .faq-metric__value {
  display: block;
  font-size: 1.78rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #0A2440;
}
.page-faq .faq-metric__label {
  display: block;
  font-family: "Source Serif", "Noto Serif SC", "Songti SC", serif;
  font-size: 0.82rem;
  color: #4A5468;
  margin-top: 6px;
}
.page-faq .faq-qa-set {
  border-top: 2px solid #0A2440;
}
.page-faq .qa-item {
  border-bottom: 1px solid rgba(10, 36, 64, 0.14);
  background: rgba(248, 250, 252, 0.75);
}
.page-faq .qa-item summary {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 12px 16px 46px;
  position: relative;
  cursor: pointer;
  font-family: "Roboto Condensed", "Noto Sans SC", "PingFang SC", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.4;
  color: #0A2440;
  transition: background 180ms ease;
}
.page-faq .qa-item summary::-webkit-details-marker {
  display: none;
}
.page-faq .qa-item summary::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -11px;
  border: 2px solid #D4AF37;
}
.page-faq .qa-item summary::after {
  content: "+";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Roboto Mono", "SFMono-Regular", Consolas, monospace;
  font-weight: 700;
  font-size: 1.15rem;
  color: #E85D3D;
}
.page-faq .qa-item[open] summary::after {
  content: "–";
  color: #0A2440;
}
.page-faq .qa-item[open] summary {
  background: rgba(212, 175, 55, 0.08);
}
.page-faq .qa-item__body {
  padding: 4px 14px 20px 46px;
  max-width: 760px;
  color: #374151;
  line-height: 1.75;
  font-size: 0.95rem;
}
.page-faq .qa-item__body p {
  margin: 0 0 10px;
}
.page-faq .faq-panel--mobile {
  background: linear-gradient(180deg, #F8FAFC 0%, #E8EFF4 100%);
}
.page-faq .faq-mobile-layout {
  display: grid;
  gap: 18px;
  align-items: center;
  margin-bottom: 26px;
}
.page-faq .faq-step-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 16px;
}
.page-faq .faq-step {
  display: flex;
  gap: 10px;
  align-items: center;
  background: #0A2440;
  color: #F8FAFC;
  padding: 14px 12px;
}
.page-faq .faq-step__no {
  font-family: "Roboto Mono", "SFMono-Regular", Consolas, monospace;
  font-weight: 700;
  color: #D4AF37;
}
.page-faq .faq-step__text {
  font-size: 0.9rem;
  line-height: 1.45;
}
.page-faq .faq-note-text {
  margin: 0 0 14px;
  color: #4A5468;
  font-size: 0.92rem;
  line-height: 1.7;
}
.page-faq .faq-inline-link {
  display: inline-block;
  font-family: "Roboto Condensed", "Noto Sans SC", "PingFang SC", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.86rem;
  color: #E85D3D;
  text-decoration: none;
  border-bottom: 2px solid #E85D3D;
}
.page-faq .faq-phone {
  max-width: 300px;
  margin: 16px auto 0;
}
.page-faq .faq-phone__frame {
  background: #061323;
  border: 8px solid #0A2440;
  border-radius: 22px;
  padding: 10px;
  box-shadow: 0 18px 34px rgba(6, 19, 35, 0.3);
}
.page-faq .faq-phone img {
  border-radius: 14px;
  width: 100%;
  height: auto;
}
.page-faq .faq-phone__cap {
  text-align: center;
  font-family: "Roboto Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 0.74rem;
  letter-spacing: 0.04em;
  color: #5B7B9C;
  margin-top: 10px;
}
.page-faq .faq-panel--ledger {
  background: #FBFAF7;
}
.page-faq .faq-shot {
  border: 1px solid rgba(10, 36, 64, 0.2);
  background: #EAE2D5;
  padding: 10px;
  margin: 0 0 22px;
}
.page-faq .faq-shot img {
  width: 100%;
  height: auto;
}
.page-faq .faq-shot__cap {
  font-family: "Roboto Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 0.76rem;
  color: #5B7B9C;
  margin-top: 8px;
}
.page-faq .faq-trustline {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 24px;
}
.page-faq .faq-trustline span {
  position: relative;
  border: 1px solid rgba(10, 36, 64, 0.2);
  background: #F4EDE3;
  color: #0A2440;
  font-family: "Roboto Condensed", "Noto Sans SC", "PingFang SC", sans-serif;
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  padding: 6px 10px;
}
.page-faq .faq-trustline span::before {
  content: "◆";
  color: #D4AF37;
  margin-right: 6px;
  font-size: 0.7rem;
}
.page-faq .faq-panel--support {
  background: #0A2440;
  border-color: #061323;
  box-shadow: 10px 12px 0 rgba(10, 36, 64, 0.2);
}
.page-faq .faq-panel--support .faq-panel__index {
  color: #D4AF37;
}
.page-faq .faq-panel--support .faq-panel__title {
  color: #F8FAFC;
}
.page-faq .faq-panel--support .faq-panel__desc {
  color: #B9C7D8;
}
.page-faq .faq-support-grid {
  display: grid;
  gap: 14px;
  margin-bottom: 24px;
}
.page-faq .faq-support-card {
  border-left: 3px solid #5B7B9C;
  background: rgba(248, 250, 252, 0.06);
  padding: 16px;
  color: #DCE4EF;
}
.page-faq .faq-support-card--gold {
  border-left-color: #D4AF37;
}
.page-faq .faq-support-card__kicker {
  display: block;
  font-family: "Roboto Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #D4AF37;
  margin-bottom: 8px;
}
.page-faq .faq-support-card p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.7;
}
.page-faq .faq-contact-grid {
  display: grid;
  gap: 1px;
  background: rgba(212, 175, 55, 0.35);
  border: 1px solid rgba(212, 175, 55, 0.35);
  margin-bottom: 26px;
}
.page-faq .faq-contact-cell {
  background: #0A2440;
  padding: 16px;
  color: #F8FAFC;
}
.page-faq .faq-contact-cell__label {
  display: block;
  font-family: "Roboto Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #E3C26F;
  margin-bottom: 6px;
}
.page-faq .faq-contact-cell__value {
  display: block;
  font-family: "Roboto Condensed", "Noto Sans SC", "PingFang SC", sans-serif;
  font-weight: 700;
  font-size: 1.12rem;
  color: #FFFFFF;
  word-break: break-word;
}
.page-faq .faq-contact-cell__note {
  margin: 6px 0 0;
  color: #A4B5CB;
  font-size: 0.8rem;
  line-height: 1.5;
}
.page-faq .qa-item--light {
  border-bottom-color: rgba(248, 250, 252, 0.16);
  background: rgba(248, 250, 252, 0.05);
}
.page-faq .qa-item--light summary {
  color: #F8FAFC;
}
.page-faq .qa-item--light[open] summary {
  background: rgba(212, 175, 55, 0.08);
}
.page-faq .qa-item--light summary::before {
  border-color: #D4AF37;
}
.page-faq .qa-item--light summary::after {
  color: #D4AF37;
}
.page-faq .qa-item--light .qa-item__body {
  color: #CBD8E7;
}
.page-faq .faq-support-foot {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 4px;
}
.page-faq .faq-btn {
  display: inline-block;
  background: #D4AF37;
  color: #0A2440;
  font-family: "Roboto Condensed", "Noto Sans SC", "PingFang SC", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 12px 22px;
  text-decoration: none;
  box-shadow: 4px 4px 0 #061323;
  font-size: 0.9rem;
  transition: transform 180ms ease, box-shadow 180ms ease;
}
.page-faq .faq-btn:hover {
  transform: translate(2px, 2px);
  box-shadow: 2px 2px 0 #061323;
}
.page-faq .faq-btn--ghost {
  background: transparent;
  color: #D4AF37;
  border: 1px solid #D4AF37;
  box-shadow: none;
}
.page-faq .faq-icp {
  margin: 18px 0 0;
  font-family: "Roboto Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  color: #A4B5CB;
}

@media (max-width: 520px) {
  .page-faq .faq-step-list {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 720px) {
  .page-faq .faq-metrics {
    grid-template-columns: repeat(4, 1fr);
  }
  .page-faq .faq-contact-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 920px) {
  .page-faq .faq-masthead {
    padding: 64px 0 76px;
  }
  .page-faq .faq-legend {
    padding-top: 36px;
    padding-bottom: 38px;
  }
  .page-faq .faq-legend__grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .page-faq .faq-layout {
    grid-template-columns: 320px minmax(0, 1fr);
    gap: 40px;
    align-items: start;
    padding: 56px 0 80px;
  }
  .page-faq .faq-index__sticky {
    position: sticky;
    top: 24px;
    max-height: calc(100vh - 48px);
    overflow: auto;
  }
  .page-faq .faq-index__nav {
    display: block;
    overflow: visible;
    padding: 0;
  }
  .page-faq .faq-index__group {
    flex: none;
    min-width: 0;
    border-top: none;
    border-bottom: 1px solid rgba(10, 36, 64, 0.12);
    background: transparent;
    padding: 16px 18px;
  }
  .page-faq .faq-index__group-title {
    font-size: 0.8rem;
    margin-bottom: 8px;
  }
  .page-faq .faq-panel {
    padding: 38px 32px 24px;
  }
  .page-faq .faq-panel__head {
    margin-bottom: 30px;
  }
  .page-faq .faq-mobile-layout {
    grid-template-columns: 1fr 300px;
    align-items: start;
  }
  .page-faq .faq-step-list {
    grid-template-columns: 1fr;
  }
  .page-faq .faq-phone {
    margin-top: 0;
  }
}
