.page-faq {
  --faq-gold: #E8B64C;
  --faq-gold-light: #F0D48A;
  --faq-deep: #0B1B3B;
  --faq-deeper: #071126;
  --faq-purple: #5A4FCF;
  --faq-indigo: #2E3A6E;
  --faq-text-light: #F4F6FB;
  --faq-text-body: #C6D0E4;
  --faq-muted: #8E9BB4;
  --faq-success: #3DC9B0;
  --faq-border: rgba(212, 175, 106, 0.28);
  --faq-card-bg: rgba(14, 27, 61, 0.72);
  --faq-shadow: 0 8px 28px rgba(0, 0, 0, 0.32);
}

.page-faq .faq-console-hero {
  background: radial-gradient(ellipse 80% 60% at 15% 10%, rgba(90, 79, 207, 0.22) 0%, transparent 70%),
    radial-gradient(ellipse 70% 50% at 90% 85%, rgba(232, 182, 76, 0.12) 0%, transparent 60%),
    linear-gradient(150deg, #0B1B3B 0%, #071126 58%, #0B1B3B 100%);
  padding: 6rem 0 4rem;
  border-bottom: 1px solid var(--faq-border);
  position: relative;
  overflow: hidden;
}

.page-faq .faq-console-hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 38%;
  height: 100%;
  background: radial-gradient(circle at 70% 30%, rgba(232, 182, 76, 0.08) 0%, transparent 50%),
    repeating-linear-gradient(90deg, transparent 0, transparent 23px, rgba(212, 175, 106, 0.06) 23px, rgba(212, 175, 106, 0.06) 24px);
  pointer-events: none;
}

.page-faq .faq-console-hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: center;
  position: relative;
  z-index: 2;
}

.page-faq .faq-hero-copy {
  max-width: 720px;
}

.page-faq .faq-hero-copy h1 {
  font-family: "Noto Sans SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  font-weight: 900;
  font-size: clamp(2rem, 4.8vw, 3.25rem);
  line-height: 1.22;
  letter-spacing: -0.01em;
  color: #F4F6FB;
  margin: 1rem 0 1.25rem;
  text-shadow: 0 2px 30px rgba(0, 0, 0, 0.4);
}

.page-faq .faq-hero-lead {
  font-family: "Source Serif Pro", "Songti SC", "SimSun", Georgia, serif;
  font-size: 1.06rem;
  line-height: 1.85;
  color: #C6D0E4;
  margin: 0 0 1.25rem;
}

.page-faq .faq-hero-meta {
  font-size: 0.83rem;
  letter-spacing: 0.03em;
  color: #8E9BB4;
  border-left: 2px solid rgba(232, 182, 76, 0.6);
  padding-left: 1rem;
}

.page-faq .faq-hero-visual {
  position: relative;
  border-radius: 0.625rem;
  overflow: hidden;
  box-shadow: var(--faq-shadow);
  border: 1px solid var(--faq-border);
}

.page-faq .faq-hero-visual img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.page-faq .faq-sync-badge {
  position: absolute;
  left: 1.25rem;
  bottom: 1.25rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(7, 17, 38, 0.86);
  border: 1px solid rgba(61, 201, 176, 0.45);
  border-radius: 999px;
  padding: 0.5rem 1rem;
  font-family: "Noto Sans SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  color: #F4F6FB;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.35);
}

.page-faq .faq-sync-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3DC9B0;
  box-shadow: 0 0 0 0 rgba(61, 201, 176, 0.6);
  animation: faq-sync-pulse 2s infinite;
}

@keyframes faq-sync-pulse {
  0% { box-shadow: 0 0 0 0 rgba(61, 201, 176, 0.55); }
  70% { box-shadow: 0 0 0 9px rgba(61, 201, 176, 0); }
  100% { box-shadow: 0 0 0 0 rgba(61, 201, 176, 0); }
}

.page-faq .faq-console-main {
  max-width: 1280px;
  margin: 0 auto;
  padding: 3.5rem 20px 5rem;
}

.page-faq .faq-console-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.25rem;
}

.page-faq .faq-console-aside {
  order: 1;
}

.page-faq .faq-console-sidebar {
  background: linear-gradient(165deg, rgba(14, 27, 61, 0.88) 0%, rgba(7, 17, 38, 0.9) 100%);
  border: 1px solid var(--faq-border);
  border-radius: 0.75rem;
  padding: 1.5rem;
  box-shadow: var(--faq-shadow);
  position: sticky;
  top: 92px;
}

.page-faq .faq-search-panel {
  margin-bottom: 1.5rem;
}

.page-faq .faq-search-label {
  display: block;
  font-family: "Noto Sans SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  color: #F0D48A;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.6rem;
}

.page-faq .faq-search-box {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(11, 27, 59, 0.82);
  border: 1px solid rgba(212, 175, 106, 0.3);
  border-radius: 0.4rem;
  padding: 0.55rem 0.8rem;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.page-faq .faq-search-box:focus-within {
  border-color: #E8B64C;
  box-shadow: 0 0 0 3px rgba(232, 182, 76, 0.18);
}

.page-faq .faq-search-icon {
  color: #8E9BB4;
  display: flex;
  align-items: center;
}

.page-faq .faq-search-input {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  font-family: "Source Serif Pro", "Songti SC", "SimSun", Georgia, serif;
  font-size: 0.94rem;
  color: #F4F6FB;
}

.page-faq .faq-search-input::placeholder {
  color: #68728C;
}

.page-faq .faq-index-label {
  font-family: "Noto Sans SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #8E9BB4;
  text-transform: uppercase;
  margin: 0 0 0.7rem;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid rgba(212, 175, 106, 0.18);
}

.page-faq .faq-index-list {
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0;
  max-height: 520px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(232, 182, 76, 0.3) rgba(11, 27, 59, 0.4);
}

.page-faq .faq-index-list::-webkit-scrollbar {
  width: 5px;
}

.page-faq .faq-index-list::-webkit-scrollbar-thumb {
  background: rgba(232, 182, 76, 0.3);
  border-radius: 4px;
}

.page-faq .faq-index-list::-webkit-scrollbar-track {
  background: rgba(11, 27, 59, 0.4);
}

.page-faq .faq-index-link {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  padding: 0.65rem 0.65rem;
  border-radius: 0.35rem;
  text-decoration: none;
  border-left: 3px solid transparent;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.page-faq .faq-index-link.is-active {
  background: rgba(232, 182, 76, 0.09);
  border-left-color: #E8B64C;
}

.page-faq .faq-index-link:hover,
.page-faq .faq-index-link:focus-visible {
  background: rgba(232, 182, 76, 0.06);
  outline: none;
}

.page-faq .faq-code {
  font-family: "Noto Sans SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  color: #F0D48A;
  white-space: nowrap;
  margin-top: 0.15rem;
  letter-spacing: 0.04em;
}

.page-faq .faq-q-title {
  font-family: "Source Serif Pro", "Songti SC", "SimSun", Georgia, serif;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #C6D0E4;
  transition: color 0.2s ease;
}

.page-faq .faq-index-link:hover .faq-q-title,
.page-faq .faq-index-link.is-active .faq-q-title {
  color: #F4F6FB;
}

.page-faq .faq-category-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  border-top: 1px solid rgba(212, 175, 106, 0.18);
  padding-top: 1.1rem;
}

.page-faq .faq-tag {
  display: inline-block;
  font-family: "Noto Sans SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.4rem 0.65rem;
  border-radius: 999px;
  letter-spacing: 0.02em;
}

.page-faq .faq-tag--account {
  background: rgba(90, 79, 207, 0.16);
  border: 1px solid rgba(90, 79, 207, 0.4);
  color: #BAB4F2;
}

.page-faq .faq-tag--sync {
  background: rgba(61, 201, 176, 0.14);
  border: 1px solid rgba(61, 201, 176, 0.35);
  color: #7BE1CE;
}

.page-faq .faq-tag--platform {
  background: rgba(232, 182, 76, 0.12);
  border: 1px solid rgba(232, 182, 76, 0.35);
  color: #F0D48A;
}

.page-faq .faq-tag--news {
  background: rgba(46, 58, 110, 0.5);
  border: 1px solid rgba(142, 155, 180, 0.28);
  color: #AEB8D0;
}

.page-faq .faq-console-content {
  order: 2;
  min-width: 0;
}

.page-faq .faq-section {
  scroll-margin-top: 120px;
}

.page-faq .faq-section + .faq-section {
  margin-top: 4rem;
}

.page-faq .faq-section-head {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  margin-bottom: 1.6rem;
}

.page-faq .faq-section-title {
  font-family: "Noto Sans SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  font-weight: 900;
  font-size: clamp(1.4rem, 2.6vw, 1.9rem);
  letter-spacing: -0.01em;
  color: #F4F6FB;
  margin: 0.35rem 0 0;
}

.page-faq .faq-section-note {
  font-family: "Source Serif Pro", "Songti SC", "SimSun", Georgia, serif;
  font-size: 0.86rem;
  color: #8E9BB4;
  line-height: 1.6;
  margin: 0;
}

.page-faq .faq-item {
  background: linear-gradient(135deg, rgba(14, 27, 61, 0.82) 0%, rgba(7, 17, 38, 0.76) 100%);
  border: 1px solid rgba(212, 175, 106, 0.22);
  border-radius: 0.6rem;
  margin-bottom: 0.85rem;
  overflow: hidden;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.page-faq .faq-item:hover {
  border-color: rgba(232, 182, 76, 0.42);
}

.page-faq .faq-item.is-open {
  border-color: rgba(232, 182, 76, 0.55);
  box-shadow: 0 0 0 1px rgba(232, 182, 76, 0.12), 0 8px 24px rgba(0, 0, 0, 0.25);
}

.page-faq .faq-q-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.95rem 1.1rem;
  cursor: pointer;
  user-select: none;
}

.page-faq .faq-q-code {
  font-family: "Noto Sans SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  color: #E8B64C;
  background: rgba(232, 182, 76, 0.1);
  border: 1px solid rgba(232, 182, 76, 0.28);
  border-radius: 0.3rem;
  padding: 0.25rem 0.5rem;
  white-space: nowrap;
}

.page-faq .faq-q-heading {
  flex: 1;
  font-family: "Noto Sans SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.5;
  color: #F4F6FB;
  margin: 0;
}

.page-faq .faq-q-indicator {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #E8B64C;
  border-bottom: 2px solid #E8B64C;
  transform: rotate(-45deg);
  transition: transform 0.25s ease;
  flex-shrink: 0;
  margin-top: -4px;
}

.page-faq .faq-item.is-open .faq-q-indicator {
  transform: rotate(45deg);
  margin-top: 4px;
}

.page-faq .faq-a-body {
  display: none;
  padding: 0 1.1rem 1.2rem 3rem;
  border-top: 1px solid transparent;
}

.page-faq .faq-item.is-open .faq-a-body {
  display: block;
  border-top-color: rgba(232, 182, 76, 0.15);
  animation: faq-fade-in 0.25s ease;
}

@keyframes faq-fade-in {
  from { opacity: 0; transform: translateY(-4px); }
  to { opacity: 1; transform: translateY(0); }
}

.page-faq .faq-a-body p {
  font-family: "Source Serif Pro", "Songti SC", "SimSun", Georgia, serif;
  font-size: 0.95rem;
  line-height: 1.8;
  color: #C6D0E4;
  margin: 0 0 0.8rem;
}

.page-faq .faq-steps {
  margin: 0 0 0.85rem;
  padding: 0;
  list-style: none;
  counter-reset: faq-step-counter;
}

.page-faq .faq-steps li {
  counter-increment: faq-step-counter;
  position: relative;
  font-family: "Source Serif Pro", "Songti SC", "SimSun", Georgia, serif;
  font-size: 0.93rem;
  line-height: 1.7;
  color: #C6D0E4;
  padding-left: 2.1rem;
  margin-bottom: 0.4rem;
}

.page-faq .faq-steps li::before {
  content: counter(faq-step-counter, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 0.18rem;
  font-family: "Noto Sans SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  color: #F0D48A;
  border: 1px solid rgba(232, 182, 76, 0.45);
  border-radius: 0.25rem;
  padding: 0.15rem 0.35rem;
  line-height: 1.2;
}

.page-faq .faq-answer-list {
  list-style: none;
  margin: 0 0 0.85rem;
  padding: 0;
}

.page-faq .faq-answer-list li {
  position: relative;
  font-family: "Source Serif Pro", "Songti SC", "SimSun", Georgia, serif;
  font-size: 0.93rem;
  line-height: 1.7;
  color: #C6D0E4;
  padding-left: 1.4rem;
  margin-bottom: 0.4rem;
}

.page-faq .faq-answer-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72rem;
  width: 0.55rem;
  height: 0.55rem;
  border-top: 1.5px solid #E8B64C;
  border-right: 1.5px solid #E8B64C;
  transform: rotate(45deg);
}

.page-faq .faq-tip {
  border-left: 3px solid #3DC9B0;
  background: rgba(61, 201, 176, 0.08);
  border-radius: 0 0.3rem 0.3rem 0;
  padding: 0.65rem 0.9rem;
}

.page-faq .faq-tip p {
  margin-bottom: 0;
}

.page-faq .faq-category-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
}

.page-faq .faq-category-card {
  display: block;
  background: linear-gradient(135deg, rgba(14, 27, 61, 0.78) 0%, rgba(30, 42, 80, 0.72) 100%);
  border: 1px solid rgba(212, 175, 106, 0.2);
  border-radius: 0.625rem;
  padding: 1.4rem 1.3rem;
  text-decoration: none;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.page-faq .faq-category-card:hover {
  border-color: rgba(232, 182, 76, 0.55);
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.25);
}

.page-faq .faq-category-num {
  display: inline-block;
  font-family: "Noto Sans SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  color: #F0D48A;
  border-bottom: 1px solid rgba(232, 182, 76, 0.4);
  padding-bottom: 0.25rem;
  margin-bottom: 0.65rem;
}

.page-faq .faq-category-name {
  font-family: "Noto Sans SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #F4F6FB;
  margin: 0 0 0.4rem;
}

.page-faq .faq-category-card p {
  font-family: "Source Serif Pro", "Songti SC", "SimSun", Georgia, serif;
  font-size: 0.87rem;
  line-height: 1.65;
  color: #8E9BB4;
  margin: 0 0 0.85rem;
}

.page-faq .faq-category-more {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-family: "Noto Sans SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  color: #E8B64C;
}

.page-faq .faq-category-card--account .faq-category-num {
  border-bottom-color: rgba(90, 79, 207, 0.6);
}

.page-faq .faq-category-card--account:hover {
  border-color: rgba(90, 79, 207, 0.7);
}

.page-faq .faq-category-card--sync .faq-category-num {
  border-bottom-color: rgba(61, 201, 176, 0.6);
}

.page-faq .faq-category-card--sync:hover {
  border-color: rgba(61, 201, 176, 0.65);
}

.page-faq .faq-category-card--news .faq-category-num {
  border-bottom-color: rgba(142, 155, 180, 0.6);
}

.page-faq .faq-category-card--news:hover {
  border-color: rgba(142, 155, 180, 0.7);
}

.page-faq .faq-contact-panel {
  background: linear-gradient(155deg, rgba(16, 29, 67, 0.9) 0%, rgba(10, 20, 46, 0.94) 100%);
  border: 1px solid rgba(212, 175, 106, 0.28);
  border-radius: 0.75rem;
  padding: 2rem 1.6rem;
  box-shadow: var(--faq-shadow);
  position: relative;
  overflow: hidden;
}

.page-faq .faq-contact-panel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, #E8B64C 0%, #5A4FCF 70%, transparent 100%);
}

.page-faq .faq-contact-copy > p {
  font-family: "Source Serif Pro", "Songti SC", "SimSun", Georgia, serif;
  font-size: 0.94rem;
  line-height: 1.75;
  color: #C6D0E4;
  margin: 0 0 1.25rem;
}

.page-faq .faq-contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-faq .faq-contact-list li {
  display: flex;
  flex-direction: column;
  padding: 0.6rem 0;
  border-bottom: 1px solid rgba(212, 175, 106, 0.12);
}

.page-faq .faq-contact-type {
  font-family: "Noto Sans SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #F0D48A;
  text-transform: uppercase;
  margin-bottom: 0.2rem;
}

.page-faq .faq-contact-value {
  font-family: "Source Serif Pro", "Songti SC", "SimSun", Georgia, serif;
  font-size: 0.98rem;
  color: #F4F6FB;
  line-height: 1.5;
}

.page-faq .faq-contact-action {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  margin: 1.5rem 0 1.25rem;
}

.page-faq .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  background: #E8B64C;
  border: 1px solid #E8B64C;
  border-radius: 0.4rem;
  padding: 0.7rem 1.3rem;
  font-family: "Noto Sans SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  color: #071126;
  text-decoration: none;
  transition: background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}

.page-faq .btn:hover {
  background: #F0D48A;
  box-shadow: 0 0 20px rgba(232, 182, 76, 0.35);
}

.page-faq .btn--ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  background: transparent;
  border: 1px solid rgba(212, 175, 106, 0.55);
  border-radius: 0.4rem;
  padding: 0.7rem 1.3rem;
  font-family: "Noto Sans SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  color: #E8B64C;
  text-decoration: none;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.page-faq .btn--ghost:hover {
  background: rgba(232, 182, 76, 0.1);
  border-color: #E8B64C;
}

.page-faq .cta-arrow {
  display: inline-block;
  transition: transform 0.2s ease;
}

.page-faq .btn:hover .cta-arrow,
.page-faq .btn--ghost:hover .cta-arrow,
.page-faq .faq-guide-link:hover .cta-arrow {
  transform: translateX(3px);
}

.page-faq .faq-contact-note {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  background: rgba(61, 201, 176, 0.07);
  border: 1px solid rgba(61, 201, 176, 0.22);
  border-radius: 0.45rem;
  padding: 0.8rem 1rem;
}

.page-faq .faq-contact-note-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #3DC9B0;
  margin-top: 0.5rem;
  flex-shrink: 0;
}

.page-faq .faq-contact-note p {
  font-family: "Source Serif Pro", "Songti SC", "SimSun", Georgia, serif;
  font-size: 0.82rem;
  line-height: 1.6;
  color: #A4B8B2;
  margin: 0;
}

.page-faq .faq-guide-grid {
  background: linear-gradient(140deg, rgba(46, 58, 110, 0.55) 0%, rgba(11, 27, 59, 0.85) 100%);
  border: 1px solid rgba(212, 175, 106, 0.2);
  border-radius: 0.75rem;
  padding: 2rem 1.6rem;
}

.page-faq .faq-guide-copy > p {
  font-family: "Source Serif Pro", "Songti SC", "SimSun", Georgia, serif;
  font-size: 0.94rem;
  line-height: 1.75;
  color: #C6D0E4;
  margin: 0 0 1.5rem;
}

.page-faq .faq-guide-steps {
  list-style: none;
  margin: 0 0 1.4rem;
  padding: 0;
}

.page-faq .faq-guide-steps li {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(212, 175, 106, 0.12);
}

.page-faq .faq-guide-no {
  font-family: "Noto Sans SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  color: #F0D48A;
  border: 1px solid rgba(232, 182, 76, 0.4);
  border-radius: 0.3rem;
  padding: 0.3rem 0.45rem;
  line-height: 1.2;
  flex-shrink: 0;
  min-width: 2.2rem;
  text-align: center;
}

.page-faq .faq-guide-steps h3 {
  font-family: "Noto Sans SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  color: #F4F6FB;
  margin: 0 0 0.2rem;
}

.page-faq .faq-guide-steps p {
  font-family: "Source Serif Pro", "Songti SC", "SimSun", Georgia, serif;
  font-size: 0.84rem;
  line-height: 1.6;
  color: #8E9BB4;
  margin: 0;
}

.page-faq .faq-guide-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.page-faq .faq-guide-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-family: "Noto Sans SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  color: #E8B64C;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease;
}

.page-faq .faq-guide-link:hover {
  border-bottom-color: rgba(232, 182, 76, 0.5);
}

@media (min-width: 768px) {
  .page-faq .faq-console-hero {
    padding: 7rem 0 5rem;
  }

  .page-faq .faq-console-hero-grid {
    grid-template-columns: 1.1fr 0.9fr;
    gap: 3.5rem;
  }

  .page-faq .faq-section-head {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }

  .page-faq .faq-section-note {
    margin-bottom: 0.35rem;
  }

  .page-faq .faq-category-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }

  .page-faq .faq-contact-panel {
    padding: 2.5rem 2.2rem;
  }

  .page-faq .faq-contact-action {
    flex-direction: row;
  }

  .page-faq .faq-guide-grid {
    padding: 2.4rem 2.2rem;
  }

  .page-faq .faq-guide-steps {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 2rem;
  }
}

@media (min-width: 992px) {
  .page-faq .faq-console-layout {
    grid-template-columns: 310px 1fr;
    gap: 2.5rem;
    align-items: start;
  }

  .page-faq .faq-console-aside {
    order: 1;
  }

  .page-faq .faq-console-content {
    order: 2;
  }

  .page-faq .faq-q-heading {
    font-size: 1.02rem;
  }

  .page-faq .faq-hero-visual {
    border-radius: 0.75rem;
  }
}

@media (min-width: 1200px) {
  .page-faq .faq-console-layout {
    grid-template-columns: 340px 1fr;
    gap: 3rem;
  }

  .page-faq .faq-console-main {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-faq .faq-sync-dot {
    animation: none;
  }

  .page-faq .faq-item.is-open .faq-a-body {
    animation: none;
  }

  .page-faq .faq-category-card:hover {
    transform: none;
  }
}
