/* RinFire motion gaming gun FAQ page */
.rf-gun-faq-page {
  background: #f4f4f2;
  color: #252525;
  display: none !important;
}

.rf-gun-faq-page:target,
body:has(#rf-gun-faq-general:target) .rf-gun-faq-page,
body:has(#rf-gun-faq-troubleshooting:target) .rf-gun-faq-page {
  display: block !important;
}

body:has(.rf-gun-faq-page:target) .rf-download-page,
body:has(.rf-gun-faq-page:target) .rf-assistant-page,
body:has(.rf-gun-faq-page:target) .rf-support-page,
body:has(.rf-gun-faq-page:target) .rf-gun-support-page,
body:has(.rf-gun-faq-page:target) .rf-gun-manual-page,
body:has(.rf-gun-faq-page:target) .rf-tutorial-page,
body:has(.rf-gun-faq-page:target) .rf-controller-support-page,
body:has(#rf-gun-faq-general:target) .rf-download-page,
body:has(#rf-gun-faq-general:target) .rf-assistant-page,
body:has(#rf-gun-faq-general:target) .rf-support-page,
body:has(#rf-gun-faq-general:target) .rf-gun-support-page,
body:has(#rf-gun-faq-general:target) .rf-gun-manual-page,
body:has(#rf-gun-faq-general:target) .rf-tutorial-page,
body:has(#rf-gun-faq-general:target) .rf-controller-support-page,
body:has(#rf-gun-faq-troubleshooting:target) .rf-download-page,
body:has(#rf-gun-faq-troubleshooting:target) .rf-assistant-page,
body:has(#rf-gun-faq-troubleshooting:target) .rf-support-page,
body:has(#rf-gun-faq-troubleshooting:target) .rf-gun-support-page,
body:has(#rf-gun-faq-troubleshooting:target) .rf-gun-manual-page,
body:has(#rf-gun-faq-troubleshooting:target) .rf-tutorial-page,
body:has(#rf-gun-faq-troubleshooting:target) .rf-controller-support-page {
  display: none !important;
}

.rf-gun-faq-container {
  margin: 0 auto;
  max-width: 1200px;
  padding-left: 28px;
  padding-right: 28px;
  width: 100%;
}

.rf-gun-faq-hero {
  background: radial-gradient(circle at 78% 32%, rgba(255, 135, 0, 0.2), transparent 30%), linear-gradient(135deg, #111 0%, #262626 64%, #181818 100%);
  color: #fff;
  overflow: hidden;
  padding: clamp(64px, 8vw, 112px) 0;
}

.rf-gun-faq-hero-inner {
  align-items: center;
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(0, 1fr) 220px;
}

.rf-gun-faq-eyebrow {
  color: #ff8700;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.rf-gun-faq-hero h1 {
  font-size: clamp(38px, 5vw, 66px);
  letter-spacing: -0.035em;
  line-height: 1.08;
  margin: 0;
}

.rf-gun-faq-intro {
  color: rgba(255, 255, 255, 0.7);
  font-size: 17px;
  line-height: 1.8;
  margin: 24px 0 0;
  max-width: 660px;
}

.rf-gun-faq-back {
  border-bottom: 1px solid rgba(255, 255, 255, 0.46);
  color: rgba(255, 255, 255, 0.82);
  display: inline-block;
  font-size: 14px;
  margin-top: 34px;
  padding-bottom: 4px;
}

.rf-gun-faq-back:hover,
.rf-gun-faq-back:focus-visible {
  border-color: #ff8700;
  color: #ff8700;
}

.rf-gun-faq-hero-mark {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  color: #ff8700;
  display: flex;
  height: 200px;
  justify-content: center;
  width: 200px;
}

.rf-gun-faq-hero-mark .iconfont {
  font-size: 92px;
}

.rf-gun-faq-jump {
  background: #fff;
  border-bottom: 1px solid #dededb;
  position: sticky;
  top: 68px;
  z-index: 4;
}

.rf-gun-faq-jump .rf-gun-faq-container {
  display: flex;
  gap: 36px;
  min-height: 64px;
}

.rf-gun-faq-jump a {
  align-items: center;
  border-bottom: 2px solid transparent;
  color: #555;
  display: flex;
  font-size: 14px;
  font-weight: 600;
}

.rf-gun-faq-jump a:hover,
.rf-gun-faq-jump a:focus-visible {
  border-color: #ff8700;
  color: #202020;
}

.rf-gun-faq-section {
  padding: clamp(64px, 8vw, 108px) 0;
  scroll-margin-top: 132px;
}

.rf-gun-faq-section-alt {
  background: #eaeae7;
}

.rf-gun-faq-section-grid {
  align-items: start;
  display: grid;
  gap: clamp(40px, 6vw, 86px);
  grid-template-columns: minmax(230px, 0.55fr) minmax(0, 1.45fr);
}

.rf-gun-faq-section-heading {
  position: sticky;
  top: 160px;
}

.rf-gun-faq-section-heading h2 {
  font-size: clamp(30px, 4vw, 46px);
  letter-spacing: -0.025em;
  line-height: 1.15;
  margin: 0;
}

.rf-gun-faq-section-heading > p:last-child {
  color: #6d6d6d;
  font-size: 15px;
  line-height: 1.75;
  margin: 18px 0 0;
}

.rf-gun-faq-list {
  background: #fff;
  border: 1px solid #dededb;
  border-radius: 16px;
  box-shadow: 0 18px 48px rgba(25, 25, 25, 0.08);
  overflow: hidden;
  padding: 0 30px;
}

.rf-gun-faq-list .rf-faq-item:last-child {
  border-bottom: 0;
}

.rf-gun-faq-list .rf-faq-item button {
  font-size: 17px;
  line-height: 1.55;
  min-height: 82px;
}

.rf-gun-faq-list .rf-faq-answer {
  font-size: 15px;
  line-height: 1.85;
}

.rf-gun-faq-more {
  background: #151515;
  color: #fff;
  padding: clamp(54px, 7vw, 84px) 0;
}

.rf-gun-faq-more-card {
  align-items: center;
  display: flex;
  gap: 44px;
  justify-content: space-between;
}

.rf-gun-faq-more-card h2 {
  font-size: clamp(28px, 4vw, 44px);
  margin: 0;
}

.rf-gun-faq-more-card > div:first-child > p:last-child {
  color: rgba(255, 255, 255, 0.66);
  margin: 14px 0 0;
}

.rf-gun-faq-more-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.rf-gun-faq-more-actions a {
  align-items: center;
  border: 1px solid #ff8700;
  border-radius: 999px;
  color: #ff8700;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  justify-content: center;
  min-height: 46px;
  padding: 0 24px;
}

.rf-gun-faq-more-actions a:hover,
.rf-gun-faq-more-actions a:focus-visible {
  background: #ff8700;
  color: #111;
}

@media (max-width: 840px) {
  .rf-gun-faq-hero-inner,
  .rf-gun-faq-section-grid {
    grid-template-columns: 1fr;
  }

  .rf-gun-faq-hero-mark {
    display: none;
  }

  .rf-gun-faq-section-heading {
    position: static;
  }

  .rf-gun-faq-more-card {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .rf-gun-faq-container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .rf-gun-faq-hero {
    padding: 54px 0 60px;
  }

  .rf-gun-faq-hero h1 {
    font-size: 36px;
  }

  .rf-gun-faq-jump {
    top: 60px;
  }

  .rf-gun-faq-jump .rf-gun-faq-container {
    gap: 24px;
    min-height: 58px;
  }

  .rf-gun-faq-list {
    border-radius: 12px;
    padding: 0 18px;
  }

  .rf-gun-faq-list .rf-faq-item button {
    font-size: 16px;
    min-height: 74px;
  }

  .rf-gun-faq-more-actions,
  .rf-gun-faq-more-actions a {
    width: 100%;
  }
}
