.page-faq {
  padding-top: 84px;
  background: #F5F0E8;
}
.page-faq .faq-hero {
  position: relative;
  background: linear-gradient(135deg, #0A2A20 0%, #0A2A20 58%, #0B4D3A 100%);
  color: #F5F0E8;
  padding: 24px 16px 40px;
  border-bottom: 6px solid #F2622A;
  overflow: hidden;
}
.page-faq .faq-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(-45deg, transparent, transparent 12px, rgba(242, 98, 42, 0.08) 12px, rgba(242, 98, 42, 0.08) 14px);
  pointer-events: none;
}
.page-faq .faq-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 680px;
}
.page-faq .faq-hero .breadcrumb a {
  color: rgba(245, 240, 232, 0.72);
  text-decoration: none;
}
.page-faq .faq-hero .breadcrumb-current {
  color: #C8A24B;
  font-weight: 700;
}
.page-faq .faq-hero .eyebrow {
  color: #C8A24B;
  margin-top: 14px;
}
.page-faq .faq-hero-title {
  font-family: "Arial Black", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: clamp(28px, 5vw, 52px);
  line-height: 1.08;
  margin: 10px 0 16px;
  text-wrap: balance;
}
.page-faq .faq-hero-desc {
  font-size: 15px;
  line-height: 1.75;
  color: rgba(245, 240, 232, 0.85);
  max-width: 60ch;
  margin: 0;
}
.page-faq .faq-hero-desc a {
  color: #F2622A;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 700;
}
.page-faq .faq-hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 24px 0 0;
}
.page-faq .faq-hero-stats .stat {
  background: rgba(255, 255, 255, 0.08);
  border-left: 4px solid #F2622A;
  padding: 12px 16px;
  min-width: 104px;
}
.page-faq .faq-hero-stats .stat-num {
  font-family: "Arial Black", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 34px;
  line-height: 1.1;
  color: #C8A24B;
}
.page-faq .faq-hero-stats .stat-label {
  display: block;
  font-size: 12px;
  color: rgba(245, 240, 232, 0.75);
  letter-spacing: 0.08em;
}
.page-faq .faq-hero-frame {
  margin-top: 24px;
  border: 3px solid #C8A24B;
  box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.35);
  position: relative;
}
.page-faq .faq-hero-img {
  display: block;
  width: 100%;
  height: clamp(180px, 30vw, 300px);
  object-fit: cover;
}
.page-faq .faq-layout {
  max-width: 1440px;
  margin: 0 auto;
  padding: 24px 16px 32px;
}
.page-faq .faq-index-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  padding: 16px;
  background: #E8E0D2;
  border: 2px solid #1A1A1A;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.9);
}
.page-faq .faq-index .section-label {
  flex-basis: 100%;
  font-size: 13px;
  letter-spacing: 0.12em;
  color: #0B4D3A;
  font-weight: 700;
}
.page-faq .faq-index-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 2px solid #1A1A1A;
  background: #F5F0E8;
  color: #1A1A1A;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  padding: 8px 10px;
  text-decoration: none;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 1);
  transition: border-color 0.2s ease-out, box-shadow 0.2s ease-out, transform 0.2s ease-out;
}
.page-faq .faq-index-link:hover,
.page-faq .faq-index-link:focus-visible {
  border-color: #F2622A;
  box-shadow: 4px 4px 0 #F2622A;
  transform: translate(-1px, -1px);
  outline: none;
}
.page-faq .faq-index-num {
  font-family: "Arial Black", "PingFang SC", "Microsoft YaHei", sans-serif;
  color: #D9701A;
  font-size: 15px;
}
.page-faq .faq-index-note {
  font-size: 12px;
  line-height: 1.6;
  color: #555;
  padding: 8px 4px 0;
  margin: 4px 0 0;
  flex-basis: 100%;
}
.page-faq .faq-index-note kbd {
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  background: #F5F0E8;
  border: 1px solid #1A1A1A;
  border-radius: 2px;
  padding: 1px 5px;
  font-size: 12px;
}
.page-faq .faq-index-btn {
  margin-top: 4px;
  border-color: #F2622A;
  color: #F2622A;
}
.page-faq .faq-index-btn:hover {
  background: #F2622A;
  color: #FFFFFF;
}
.page-faq .faq-panels {
  max-width: 960px;
}
.page-faq .faq-section {
  margin-bottom: 52px;
  scroll-margin-top: 100px;
}
.page-faq .faq-section-head {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 20px;
  border-bottom: 3px solid #1A1A1A;
  padding-bottom: 14px;
}
.page-faq .faq-section-num {
  flex-shrink: 0;
  font-family: "Arial Black", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 32px;
  line-height: 1;
  color: #1A1A1A;
  background: #C8A24B;
  border: 2px solid #1A1A1A;
  padding: 8px 12px;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 1);
  transform: rotate(-2deg);
}
.page-faq .faq-section-titles h2 {
  font-family: "Arial Black", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 24px;
  line-height: 1.2;
  margin: 0 0 4px;
  color: #1A1A1A;
}
.page-faq .faq-section-titles p {
  font-size: 14px;
  line-height: 1.6;
  color: #555;
  margin: 0;
}
.page-faq .qa-item {
  background: #FFFFFF;
  border: 2px solid #1A1A1A;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 1);
  margin-bottom: 16px;
  transition: border-color 0.2s ease-out, box-shadow 0.2s ease-out;
}
.page-faq .qa-item:hover,
.page-faq .qa-item[open] {
  border-color: #F2622A;
  box-shadow: 6px 6px 0 rgba(242, 98, 42, 0.4);
}
.page-faq .qa-question {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 14px;
  cursor: pointer;
  user-select: none;
}
.page-faq .qa-question::-webkit-details-marker {
  display: none;
}
.page-faq .qa-qnum {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Arial Black", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 21px;
  font-weight: 900;
  color: #FFFFFF;
  background: #0B4D3A;
  border: 2px solid #1A1A1A;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 1);
  transition: background 0.2s ease-out;
}
.page-faq .qa-item:hover .qa-qnum,
.page-faq .qa-item[open] .qa-qnum {
  background: #F2622A;
}
.page-faq .qa-qtext {
  flex: 1;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: #1A1A1A;
}
.page-faq .qa-icon {
  flex-shrink: 0;
  position: relative;
  width: 28px;
  height: 28px;
  border: 2px solid #1A1A1A;
  background: #F5F0E8;
}
.page-faq .qa-icon::before,
.page-faq .qa-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 2px;
  background: #1A1A1A;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s ease-out, transform 0.2s ease-out;
}
.page-faq .qa-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.page-faq .qa-item[open] .qa-icon::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(0deg);
}
.page-faq .qa-answer {
  margin: 0 14px;
  padding: 14px 0 18px;
  border-top: 1px dashed rgba(26, 26, 26, 0.3);
  font-size: 15px;
  line-height: 1.75;
  color: #333333;
}
.page-faq .qa-answer p {
  margin: 0 0 10px;
}
.page-faq .qa-answer p:last-child {
  margin-bottom: 0;
}
.page-faq .qa-answer a {
  color: #D9701A;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.page-faq .faq-contact-block {
  display: grid;
  grid-template-columns: 1fr;
  background: #0B4D3A;
  color: #F5F0E8;
  border: 2px solid #1A1A1A;
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 1);
  margin-top: 24px;
}
.page-faq .faq-contact-frame {
  border-bottom: 2px solid #1A1A1A;
  overflow: hidden;
}
.page-faq .faq-contact-img {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.page-faq .faq-contact-meta {
  padding: 20px;
}
.page-faq .faq-contact-label {
  display: inline-block;
  background: #F2622A;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 4px 10px;
  margin-bottom: 12px;
}
.page-faq .faq-contact-meta p {
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
  color: rgba(245, 240, 232, 0.92);
}
.page-faq .faq-cta-slant {
  position: relative;
  margin-top: 48px;
  padding: 32px 24px;
  background: linear-gradient(153deg, #0A2A20 0%, #0A2A20 68%, #F2622A 68.1%, #F2622A 100%);
  border: 2px solid #1A1A1A;
  box-shadow: 8px 8px 0 rgba(0, 0, 0, 1);
  color: #F5F0E8;
  overflow: hidden;
}
.page-faq .faq-cta-slant::before {
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  width: 120px;
  height: 120px;
  border: 3px solid rgba(255, 255, 255, 0.25);
  transform: translateY(-50%) rotate(12deg);
  pointer-events: none;
}
.page-faq .faq-cta-copy {
  position: relative;
  z-index: 1;
}
.page-faq .faq-cta-copy h2 {
  font-family: "Arial Black", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 24px;
  margin: 0 0 8px;
  color: #F5F0E8;
}
.page-faq .faq-cta-copy p {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(245, 240, 232, 0.8);
  margin: 0 0 16px;
  max-width: 52ch;
}
.page-faq .faq-cta-num {
  position: absolute;
  right: 20px;
  bottom: -14px;
  font-family: "Arial Black", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 112px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.2);
  user-select: none;
  pointer-events: none;
  z-index: 0;
}
.page-faq .faq-cta-btn {
  background: #F2622A;
  border: 2px solid #1A1A1A;
  color: #FFFFFF;
  font-weight: 700;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.45);
}
.page-faq .faq-cta-btn:hover {
  background: #D9701A;
  color: #FFFFFF;
}
@media (min-width: 600px) {
  .page-faq .qa-question {
    padding: 20px;
  }
  .page-faq .qa-answer {
    margin-left: 74px;
    margin-right: 20px;
  }
  .page-faq .qa-qtext {
    font-size: 17px;
  }
  .page-faq .faq-contact-img {
    height: 240px;
  }
}
@media (min-width: 768px) {
  .page-faq .faq-contact-block {
    grid-template-columns: 320px 1fr;
  }
  .page-faq .faq-contact-frame {
    border-bottom: 0;
    border-right: 2px solid #1A1A1A;
  }
  .page-faq .faq-contact-img {
    height: 100%;
    min-height: 240px;
  }
  .page-faq .faq-contact-meta {
    padding: 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .page-faq .faq-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
    gap: 40px;
    align-items: center;
    padding: 40px 64px 56px;
  }
  .page-faq .faq-hero-title {
    font-size: 48px;
  }
  .page-faq .faq-hero-stats {
    gap: 16px;
  }
  .page-faq .faq-hero-frame {
    margin-top: 0;
  }
  .page-faq .faq-layout {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 56px;
    padding: 48px 64px 64px;
    align-items: start;
  }
  .page-faq .faq-index {
    position: sticky;
    top: 112px;
    margin: 0;
    align-self: start;
  }
  .page-faq .faq-index-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    padding: 20px 14px;
    background: #0A2A20;
    border-color: #1A1A1A;
    box-shadow: 6px 6px 0 #C8A24B;
  }
  .page-faq .faq-index .section-label {
    flex-basis: auto;
    color: #C8A24B;
    margin-bottom: 8px;
    padding: 0 8px;
  }
  .page-faq .faq-index-link {
    display: flex;
    justify-content: flex-start;
    background: transparent;
    border: 0;
    border-left: 4px solid transparent;
    box-shadow: none;
    color: rgba(245, 240, 232, 0.88);
    padding: 11px 10px;
  }
  .page-faq .faq-index-link:hover,
  .page-faq .faq-index-link:focus-visible {
    background: rgba(255, 255, 255, 0.08);
    border-left-color: #F2622A;
    box-shadow: none;
    transform: none;
  }
  .page-faq .faq-index-num {
    color: #F2622A;
  }
  .page-faq .faq-index-note {
    flex-basis: auto;
    display: block;
    color: rgba(245, 240, 232, 0.62);
    border-top: 1px solid rgba(245, 240, 232, 0.2);
    padding: 14px 8px 6px;
    margin-top: auto;
  }
  .page-faq .faq-index-note kbd {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.35);
    color: #C8A24B;
  }
  .page-faq .faq-index-btn {
    display: block;
    width: 100%;
    margin: 16px 0 0;
    text-align: center;
  }
  .page-faq .faq-section-num {
    font-size: 40px;
  }
  .page-faq .faq-section-titles h2 {
    font-size: 28px;
  }
  .page-faq .faq-cta-slant {
    padding: 40px 36px;
  }
  .page-faq .faq-cta-copy h2 {
    font-size: 28px;
  }
}
