.page-faq {
  --faq-red: #E63946;
  background: #EAEAEA;
  color: #0B1D3A;
  overflow-x: hidden;
}

/* ---------- Hero 区 ---------- */
.page-faq .faq-hero {
  background: radial-gradient(ellipse at 82% 18%, rgba(26, 58, 107, 0.9) 0%, transparent 58%), linear-gradient(128deg, #0B1D3A 0%, #1A3A6B 100%);
  position: relative;
  color: #FFFFFF;
  padding: clamp(1.75rem, 4.5vw, 3.5rem) 0 0;
  overflow: hidden;
}

.page-faq .faq-hero::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  top: -160px;
  left: -130px;
  border: 42px solid rgba(212, 168, 67, 0.12);
  border-radius: 50%;
  pointer-events: none;
}

.page-faq .faq-hero::after {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  right: -90px;
  bottom: -120px;
  transform: rotate(24deg);
  background: repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(240, 199, 94, 0.12) 10px, rgba(240, 199, 94, 0.12) 20px);
  pointer-events: none;
}

.page-faq .faq-hero__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.25rem;
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
  position: relative;
  z-index: 1;
}

.page-faq .faq-hero__copy {
  max-width: 52rem;
  position: relative;
  padding-left: 0;
}

.page-faq .faq-hero__copy::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(#D4A843 0%, #E63946 100%);
  transform: skewY(-10deg);
  transform-origin: top;
  display: none;
}

.page-faq .faq-hero__kicker {
  color: #D4A843;
  font-family: Inter, "Noto Sans SC", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 0.8125rem;
  margin: 1.25rem 0 0.5rem;
}

.page-faq .faq-hero__kicker::before {
  content: "●";
  color: #E63946;
  margin-right: 0.5rem;
  display: inline-block;
  animation: faqPulse 2s ease-in-out infinite;
}

.page-faq .faq-hero__title {
  font-family: Inter, "Noto Sans SC", sans-serif;
  font-weight: 800;
  font-size: clamp(2.4rem, 6vw, 4.2rem);
  line-height: 1.05;
  margin: 0 0 1rem;
  letter-spacing: -0.02em;
}

.page-faq .faq-hero__title .text-gold {
  display: block;
  color: #D4A843;
  font-size: 0.45em;
  letter-spacing: 0.02em;
  margin-top: 0.5rem;
}

.page-faq .faq-hero__lead {
  font-family: "PingFang SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: 1.0625rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.86);
  max-width: 37rem;
  margin: 0 0 1.5rem;
}

.page-faq .faq-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 2rem;
}

.page-faq .faq-hero__meta-item {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid #4A5A78;
  border-left: 3px solid #D4A843;
  padding: 0.4rem 0.8rem;
  font-family: Inter, "Noto Sans SC", sans-serif;
  font-size: 0.875rem;
  color: #FFFFFF;
  line-height: 1.3;
}

.page-faq .faq-hero__figure {
  margin: 0;
  position: relative;
  border: 5px solid #D4A843;
  box-shadow: 12px 14px 0 rgba(212, 168, 67, 0.24);
  transform: rotate(1.6deg);
  overflow: hidden;
  align-self: end;
}

.page-faq .faq-hero__img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: saturate(1.1) contrast(1.05);
}

.page-faq .faq-hero__badge {
  position: absolute;
  top: -14px;
  right: 18px;
  background: #E63946;
  color: #FFFFFF;
  font-family: Inter, "Noto Sans SC", sans-serif;
  font-weight: 700;
  font-size: 0.8125rem;
  letter-spacing: 0.04em;
  padding: 0.3rem 0.85rem;
  box-shadow: 0 4px 10px rgba(230, 57, 70, 0.35);
  transform: rotate(3deg);
}

/* ---------- FAQ 主体 ---------- */
.page-faq .faq-main {
  padding: clamp(2.5rem, 6vw, 5rem) 0;
}

.page-faq .faq-main__layout {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.25rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: start;
}

/* ---------- 左侧目录 ---------- */
.page-faq .faq-toc {
  background: #0B1D3A;
  color: #FFFFFF;
  padding: 1.75rem 1.4rem;
  position: relative;
  border-top: 4px solid #D4A843;
  box-shadow: 10px 14px 0 rgba(212, 168, 67, 0.16);
}

.page-faq .faq-toc::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 36px solid transparent;
  border-bottom: 36px solid #EAEAEA;
}

.page-faq .faq-toc__label {
  color: #D4A843;
  font-size: 0.875rem;
  font-family: Inter, "Noto Sans SC", sans-serif;
  font-weight: 700;
  letter-spacing: 0.14em;
  margin: 0;
}

.page-faq .faq-toc__title {
  font-family: Inter, "Noto Sans SC", sans-serif;
  font-size: 1.5rem;
  margin: 0.3rem 0 1.25rem;
}

.page-faq .faq-toc__list {
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
  display: grid;
  gap: 0.4rem;
}

.page-faq .faq-toc__link {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
  padding: 0.7rem 0.7rem;
  border: 1px solid transparent;
  border-left: 3px solid #4A5A78;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  font-family: "PingFang SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.4;
}

.page-faq .faq-toc__link:hover,
.page-faq .faq-toc__link:focus {
  color: #FFFFFF;
  border-left-color: #D4A843;
  background: rgba(212, 168, 67, 0.12);
}

.page-faq .faq-toc__icon {
  flex: 0 0 auto;
  color: #D4A843;
  stroke-width: 2.2;
}

.page-faq .faq-toc__num {
  color: #D4A843;
  font-family: Inter, "Noto Sans SC", sans-serif;
  font-weight: 700;
  font-size: 0.8125rem;
  width: 1.8rem;
  flex: 0 0 1.8rem;
  text-align: right;
}

.page-faq .faq-toc__btn {
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}

/* ---------- 右侧内容 ---------- */
.page-faq .faq-body {
  display: grid;
  gap: 3rem;
}

.page-faq .faq-section {
  position: relative;
  scroll-margin-top: 110px;
}

.page-faq .faq-section__bar {
  display: flex;
  align-items: baseline;
  gap: 0.9rem;
  padding-bottom: 0.8rem;
  margin-bottom: 1.4rem;
  border-bottom: 3px solid #0B1D3A;
  position: relative;
}

.page-faq .faq-section__bar::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 78px;
  height: 3px;
  background: #D4A843;
  transition: width 0.3s ease;
}

.page-faq .faq-section:target .faq-section__bar::after {
  width: 150px;
}

.page-faq .faq-section__no {
  font-family: Inter, "Noto Sans SC", sans-serif;
  font-weight: 800;
  font-size: 1.9rem;
  color: #A87A30;
  line-height: 1;
}

.page-faq .faq-section__bar h2 {
  font-family: Inter, "Noto Sans SC", sans-serif;
  font-weight: 800;
  font-size: clamp(1.4rem, 3vw, 2.1rem);
  color: #0B1D3A;
  margin: 0;
}

.page-faq .faq-list {
  display: grid;
  gap: 0.85rem;
}

/* ---------- 比分功能插图 ---------- */
.page-faq .faq-score__media {
  position: relative;
  max-width: 620px;
  margin: 0 0 1.6rem;
  border: 5px solid #1A3A6B;
  box-shadow: 8px 10px 0 #D4A843;
  transform: rotate(-1.2deg);
  overflow: hidden;
}

.page-faq .faq-score__img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-faq .faq-score__badge {
  position: absolute;
  top: -12px;
  right: 14px;
  background: #E63946;
  color: #FFFFFF;
  font-family: Inter, "Noto Sans SC", sans-serif;
  font-weight: 700;
  font-size: 0.8125rem;
  padding: 0.25rem 0.75rem;
  box-shadow: 0 4px 10px rgba(230, 57, 70, 0.35);
  transform: rotate(2deg);
}

/* ---------- 手风琴项 ---------- */
.page-faq .faq-item {
  background: #FFFFFF;
  border: 1px solid rgba(11, 29, 58, 0.1);
  border-left: 4px solid #4A5A78;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.page-faq .faq-item[open] {
  border-left-color: #D4A843;
  box-shadow: 0 10px 24px rgba(11, 29, 58, 0.1);
  transform: translateY(-2px);
}

.page-faq .faq-item__q {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.05rem 1.2rem;
  font-family: Inter, "Noto Sans SC", sans-serif;
  font-weight: 650;
  font-size: 1.02rem;
  color: #0B1D3A;
  line-height: 1.45;
  transition: color 0.2s ease;
  user-select: none;
}

.page-faq .faq-item__q::-webkit-details-marker {
  display: none;
}

.page-faq .faq-item__q:hover {
  color: #A87A30;
}

.page-faq .faq-item__q::after {
  content: "+";
  flex: 0 0 auto;
  width: 1.9rem;
  height: 1.9rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1;
  color: #D4A843;
  background: rgba(212, 168, 67, 0.12);
  transition: transform 0.25s ease, background 0.2s ease, color 0.2s ease;
}

.page-faq .faq-item[open] .faq-item__q::after {
  transform: rotate(45deg);
  background: #D4A843;
  color: #FFFFFF;
}

.page-faq .faq-item__a {
  padding: 0.9rem 1.2rem 1.2rem;
  margin: 0 0.9rem 0.9rem;
  background: #EAEAEA;
  border: 1px solid rgba(11, 29, 58, 0.06);
  color: rgba(11, 29, 58, 0.85);
  font-family: "PingFang SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: 1rem;
  line-height: 1.75;
  display: grid;
  gap: 0.5rem;
}

.page-faq .faq-item__a p {
  margin: 0;
}

.page-faq .faq-item__a a {
  color: #A87A30;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.page-faq .faq-item[open] .faq-item__a {
  animation: faqFadeIn 0.3s ease;
}

/* ---------- 联系列表 ---------- */
.page-faq .faq-connect__list {
  margin: 0;
  padding-left: 1.2rem;
  display: grid;
  gap: 0.3rem;
}

.page-faq .faq-connect__list li::marker {
  color: #D4A843;
}

/* ---------- CTA 区 ---------- */
.page-faq .faq-cta {
  background: linear-gradient(118deg, #0B1D3A 0%, #1A3A6B 60%, #25467A 100%);
  border-top: 6px solid #D4A843;
  padding: clamp(2.5rem, 6vw, 4rem) 0;
  position: relative;
  overflow: hidden;
}

.page-faq .faq-cta::after {
  content: "FAQ";
  position: absolute;
  right: -1rem;
  bottom: -2.5rem;
  font-family: Inter, "Noto Sans SC", sans-serif;
  font-weight: 900;
  font-size: clamp(5rem, 16vw, 13rem);
  color: rgba(255, 255, 255, 0.05);
  letter-spacing: -0.06em;
  pointer-events: none;
  transform: rotate(-8deg);
}

.page-faq .faq-cta__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.25rem;
  display: grid;
  gap: 1.75rem;
  position: relative;
  z-index: 1;
}

.page-faq .faq-cta__copy h2 {
  font-family: Inter, "Noto Sans SC", sans-serif;
  font-size: clamp(1.7rem, 3.5vw, 2.5rem);
  font-weight: 800;
  color: #FFFFFF;
  margin: 0 0 0.5rem;
}

.page-faq .faq-cta__copy p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.0625rem;
  line-height: 1.6;
  margin: 0;
}

.page-faq .faq-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.page-faq .faq-cta__btn-ghost {
  background: transparent;
  color: #F0C75E;
  border: 2px solid #D4A843;
  box-shadow: none;
}

.page-faq .faq-cta__btn-ghost:hover {
  background: #D4A843;
  color: #0B1D3A;
  border-color: #D4A843;
}

/* ---------- 动画 ---------- */
@keyframes faqPulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}

@keyframes faqFadeIn {
  from { opacity: 0; transform: translateY(-5px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ---------- 响应式：平板 ---------- */
@media (min-width: 720px) {
  .page-faq .faq-hero__inner {
    grid-template-columns: 1.15fr 0.85fr;
    align-items: center;
    gap: 3rem;
  }

  .page-faq .faq-hero__copy::before {
    display: block;
    left: -1rem;
  }

  .page-faq .faq-hero__copy {
    padding-left: 1.75rem;
  }

  .page-faq .faq-cta__inner {
    grid-template-columns: 1fr auto;
    align-items: center;
  }
}

/* ---------- 响应式：桌面 ---------- */
@media (min-width: 960px) {
  .page-faq .faq-main__layout {
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 3.5rem;
  }

  .page-faq .faq-toc {
    position: sticky;
    top: 130px;
  }

  .page-faq .faq-main {
    padding: clamp(3rem, 7vw, 6rem) 0;
  }
}
