.faqs-page .site-header {
  background: rgba(2, 7, 18, .74);
}

.faqs-hero {
  position: relative;
  padding: 34px 0 42px;
  overflow: hidden;
}

.faqs-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 72% 28%, rgba(124, 60, 255, .3), transparent 32%),
    radial-gradient(circle at 20% 75%, rgba(0, 213, 255, .1), transparent 28%);
  pointer-events: none;
}

.faqs-breadcrumb {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 34px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.faqs-breadcrumb svg {
  width: 16px;
  height: 16px;
}

.faqs-breadcrumb a:hover,
.faqs-breadcrumb strong {
  color: #fff;
}

.faqs-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr);
  gap: 52px;
  align-items: center;
}

.faqs-kicker {
  color: var(--purple-2);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.faqs-hero h1 {
  max-width: 620px;
  margin: 22px 0 18px;
  font-size: clamp(46px, 5.8vw, 76px);
  line-height: 1.03;
  letter-spacing: -.055em;
}

.faqs-hero h1 span {
  display: block;
  color: var(--purple-2);
}

.faqs-hero-copy > p {
  max-width: 620px;
  margin: 0;
  color: rgba(247, 248, 255, .78);
  font-size: 17px;
  line-height: 1.85;
}

.faqs-search {
  width: min(600px, 100%);
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
  padding: 0 18px;
  border-radius: 9px;
  color: var(--muted);
  background: rgba(5, 13, 29, .84);
  border: 1px solid rgba(255, 255, 255, .12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
}

.faqs-search svg {
  width: 22px;
  height: 22px;
}

.faqs-search input {
  width: 100%;
  border: 0;
  outline: 0;
  color: #fff;
  background: transparent;
}

.faqs-hero-panel {
  position: relative;
  min-height: 410px;
}

.faqs-help-orb {
  position: absolute;
  left: 50%;
  top: 44%;
  z-index: 3;
  width: 132px;
  height: 132px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #d5a4ff;
  transform: translate(-50%, -50%);
  background:
    radial-gradient(circle at 38% 32%, rgba(255, 255, 255, .2), transparent 30%),
    linear-gradient(135deg, rgba(181, 76, 255, .6), rgba(77, 25, 216, .72));
  border: 1px solid rgba(207, 160, 255, .5);
  box-shadow: 0 0 70px rgba(124, 60, 255, .58), 0 34px 90px rgba(0, 0, 0, .42);
}

.faqs-help-orb svg {
  width: 62px;
  height: 62px;
}

.faqs-question-card {
  position: absolute;
  width: 250px;
  height: 108px;
  padding: 26px;
  border-radius: 14px;
  background: rgba(8, 16, 34, .74);
  border: 1px solid rgba(181, 76, 255, .28);
  box-shadow: 0 26px 80px rgba(0, 0, 0, .32), inset 0 1px 0 rgba(255, 255, 255, .06);
}

.faqs-question-card span {
  display: block;
  height: 9px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(181, 76, 255, .84), rgba(0, 213, 255, .28));
}

.faqs-question-card span:first-child {
  width: 78%;
}

.faqs-question-card span:last-child {
  width: 54%;
}

.faqs-question-card.one {
  left: 4%;
  top: 74px;
  transform: rotate(-7deg);
}

.faqs-question-card.two {
  right: 4%;
  top: 112px;
  transform: rotate(5deg);
}

.faqs-question-card.three {
  left: 27%;
  bottom: 54px;
  transform: rotate(2deg);
}

.faqs-glow-ring {
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 24px;
  height: 122px;
  border-radius: 50%;
  background:
    repeating-radial-gradient(ellipse at center, rgba(124, 60, 255, .34) 0 2px, transparent 2px 24px),
    radial-gradient(ellipse at center, rgba(181, 76, 255, .42), transparent 66%);
  transform: perspective(720px) rotateX(64deg);
}

.faqs-featured-section,
.faqs-browser-section {
  position: relative;
  padding: 12px 0;
}

.faqs-section-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 20px;
}

.faqs-section-head h2 {
  margin: 0 0 8px;
  font-size: 24px;
  letter-spacing: -.03em;
}

.faqs-section-head p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.faqs-section-head > span,
.faqs-section-head a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--purple-2);
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

.faqs-featured-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.faqs-featured-card,
.faqs-side-card,
.faqs-list-panel {
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .035), transparent),
    rgba(7, 15, 32, .78);
  border: 1px solid rgba(160, 130, 255, .15);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035), 0 24px 70px rgba(0, 0, 0, .16);
}

.faqs-featured-card {
  min-height: 220px;
  padding: 24px;
}

.faqs-featured-card > span,
.faqs-support-card > svg {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  padding: 11px;
  border-radius: 10px;
  color: var(--purple-2);
  background: rgba(124, 60, 255, .16);
}

.faqs-featured-card strong {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
}

.faqs-featured-card p,
.faqs-side-card p,
.faqs-item p,
.faqs-empty span {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.faqs-browser-grid {
  display: grid;
  grid-template-columns: 290px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding-bottom: 44px;
}

.faqs-sidebar {
  position: sticky;
  top: 106px;
  display: grid;
  gap: 16px;
}

.faqs-side-card,
.faqs-list-panel {
  padding: 24px;
}

.faqs-side-card h2 {
  margin: 0 0 16px;
  font-size: 18px;
}

.faqs-category-list {
  display: grid;
  gap: 8px;
}

.faqs-category-list button {
  min-height: 44px;
  display: grid;
  grid-template-columns: 24px 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 0 10px;
  border: 0;
  border-radius: 8px;
  color: rgba(247, 248, 255, .82);
  background: transparent;
  text-align: left;
  font-weight: 850;
}

.faqs-category-list button:hover,
.faqs-category-list button.active {
  color: #fff;
  background: rgba(124, 60, 255, .16);
}

.faqs-category-list svg {
  color: var(--purple-2);
}

.faqs-category-list em {
  min-width: 25px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: var(--muted);
  background: rgba(255, 255, 255, .06);
  font-size: 11px;
  font-style: normal;
}

.faqs-support-card {
  background:
    radial-gradient(circle at 14% 14%, rgba(124, 60, 255, .26), transparent 34%),
    rgba(7, 15, 32, .82);
}

.faqs-support-card p {
  margin-bottom: 18px;
}

.faqs-support-card .btn {
  width: 100%;
  min-height: 46px;
}

.faqs-list {
  display: grid;
  gap: 10px;
}

.faqs-item {
  border-radius: 9px;
  background: rgba(4, 11, 26, .5);
  border: 1px solid rgba(255, 255, 255, .08);
  overflow: hidden;
}

.faqs-item summary {
  min-height: 72px;
  display: grid;
  grid-template-columns: 44px 1fr 22px;
  align-items: center;
  gap: 14px;
  padding: 12px 16px;
  color: rgba(247, 248, 255, .92);
  cursor: pointer;
  font-size: 15px;
  font-weight: 900;
}

.faqs-item summary::-webkit-details-marker {
  display: none;
}

.faqs-item summary > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  color: var(--purple-2);
  background: rgba(124, 60, 255, .15);
}

.faqs-item summary > svg {
  color: var(--muted);
  transition: transform .2s ease;
}

.faqs-item[open] summary > svg {
  transform: rotate(180deg);
}

.faqs-item p {
  padding: 0 18px 20px 72px;
}

.faqs-item.is-hidden {
  display: none;
}

.faqs-empty {
  display: grid;
  gap: 8px;
  margin-top: 12px;
  padding: 24px;
  border-radius: 9px;
  text-align: center;
  background: rgba(4, 11, 26, .48);
  border: 1px dashed rgba(181, 76, 255, .28);
}

.faqs-empty strong {
  color: #fff;
}

@media (max-width: 1040px) {
  .faqs-hero-grid,
  .faqs-browser-grid {
    grid-template-columns: 1fr;
  }

  .faqs-sidebar {
    position: static;
  }

  .faqs-featured-grid {
    grid-template-columns: 1fr;
  }

  .faqs-hero-panel {
    min-height: 330px;
  }
}

@media (max-width: 720px) {
  .faqs-hero {
    padding-top: 24px;
  }

  .faqs-breadcrumb {
    margin-bottom: 24px;
  }

  .faqs-hero h1 {
    font-size: clamp(40px, 13vw, 58px);
  }

  .faqs-section-head {
    display: grid;
  }

  .faqs-question-card {
    width: 210px;
  }

  .faqs-question-card.one {
    left: 0;
  }

  .faqs-question-card.two {
    right: 0;
  }

  .faqs-question-card.three {
    display: none;
  }

  .faqs-help-orb {
    width: 112px;
    height: 112px;
  }

  .faqs-item summary {
    grid-template-columns: 38px 1fr 20px;
    padding: 12px;
  }

  .faqs-item summary > span {
    width: 36px;
    height: 36px;
  }

  .faqs-item p {
    padding: 0 14px 18px;
  }
}
