.faq-page {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 7% 35%, rgba(2, 81, 255, 0.045), transparent 24%),
    radial-gradient(circle at 92% 70%, rgba(2, 81, 255, 0.04), transparent 26%),
    #0b0d0f;
}
.faq-eyebrow,
.faq-section-index,
.faq-panel-label {
  color: #397dff;
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.faq-text-link,
.faq-answer-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: max-content;
  color: #eef2f6;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.22s ease;
}
.faq-text-link span,
.faq-answer-link span {
  transition: transform 0.22s ease;
}
.faq-text-link:hover,
.faq-answer-link:hover {
  color: #79a5ff;
}
.faq-text-link:hover span,
.faq-answer-link:hover span {
  transform: translateX(3px);
}
.faq-hero {
  position: relative;
  width: min(1320px, calc(100% - 72px));
  margin: 0 auto;
  padding: 82px 0 94px;
  display: block;
  text-align: center;
  isolation: isolate;
}
.faq-hero-ambient {
  position: absolute;
  z-index: -2;
  left: 50%;
  top: -260px;
  width: 900px;
  height: 760px;
  transform: translateX(-50%);
  pointer-events: none;
  background: radial-gradient(
    circle at 50% 42%,
    rgba(2, 81, 255, 0.2) 0%,
    rgba(2, 81, 255, 0.09) 31%,
    rgba(2, 81, 255, 0.025) 51%,
    rgba(2, 81, 255, 0) 72%
  );
  filter: blur(8px);
}
.faq-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
}
.faq-hero h1 {
  max-width: 900px;
  margin: 22px auto 26px;
  color: #f8f8f9;
  font-size: clamp(58px, 5.25vw, 78px);
  line-height: 1.02;
  letter-spacing: -0.054em;
  font-weight: 600;
}
.faq-hero-copy > p {
  max-width: 760px;
  margin: 0 auto;
  color: #d0d4da;
  font-size: 20px;
  line-height: 1.65;
  letter-spacing: -0.02em;
}
.faq-hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  margin-top: 38px;
}
.faq-overview {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 88px;
  align-items: center;
  padding-top: 108px;
  padding-bottom: 118px;
}
.faq-overview-heading {
  max-width: 610px;
}
.faq-overview-heading .faq-section-index {
  display: block;
  margin-bottom: 22px;
}
.faq-overview-heading h2,
.faq-section-heading h2 {
  margin: 0;
  color: #f5f5f6;
  font-size: clamp(40px, 4vw, 56px);
  line-height: 1.08;
  letter-spacing: -0.045em;
  font-weight: 600;
}
.faq-overview-copy {
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.faq-overview-copy p {
  margin: 0;
  color: #c4c8cf;
  font-size: 19px;
  line-height: 1.74;
}
.faq-overview-links {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 26px;
}
.faq-section {
  position: relative;
  padding-top: 110px;
  padding-bottom: 118px;
  scroll-margin-top: 130px;
}
.faq-alt {
  background:
    radial-gradient(circle at 6% 30%, rgba(2, 81, 255, 0.05), transparent 27%),
    #10141b;
}
.faq-section-heading {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}
.faq-section-heading .faq-section-index {
  display: block;
  margin-bottom: 22px;
}
.faq-section-heading p {
  max-width: 730px;
  margin: 22px auto 0;
  color: #b8bdc5;
  font-size: 18px;
  line-height: 1.68;
}
.faq-layout {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 70px;
  align-items: start;
}
.faq-side-nav {
  position: sticky;
  top: 155px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  background: #0f1319;
}
.faq-side-label {
  margin-bottom: 12px;
  color: #6f9bff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.faq-side-nav a {
  padding: 10px 11px;
  border-radius: 10px;
  color: #9ea5af;
  font-size: 14px;
  line-height: 1.35;
  text-decoration: none;
  transition:
    color 0.2s ease,
    background 0.2s ease;
}
.faq-side-nav a:hover {
  color: #fff;
  background: rgba(2, 81, 255, 0.07);
}
.faq-content .faq-section-heading {
  margin-left: 0;
  text-align: left;
}
.faq-content .faq-section-heading p {
  margin-left: 0;
}
.faq-list {
  margin-top: 52px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.faq-list-contained {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.faq-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.faq-item summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 88px;
  padding: 24px 2px;
  cursor: pointer;
  color: #f3f4f6;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 600;
  letter-spacing: -0.025em;
}
.faq-item summary::-webkit-details-marker {
  display: none;
}
.faq-item summary:hover {
  color: #fff;
}
.faq-toggle {
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(2, 81, 255, 0.35);
  border-radius: 50%;
  color: #8db4ff;
  background: rgba(2, 81, 255, 0.045);
  font-size: 20px;
  font-weight: 400;
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    background 0.22s ease;
}
.faq-item[open] .faq-toggle {
  transform: rotate(45deg);
  border-color: rgba(2, 81, 255, 0.55);
  background: rgba(2, 81, 255, 0.09);
}
.faq-answer {
  max-width: 900px;
  padding: 0 58px 28px 0;
}
.faq-answer p {
  margin: 0;
  color: #adb3bc;
  font-size: 16px;
  line-height: 1.72;
}
.faq-answer-link {
  margin-top: 17px;
  font-size: 14px;
}
.faq-security-callout {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 20px;
  max-width: 1080px;
  margin: 56px auto 0;
  padding: 30px 32px;
  border: 1px solid rgba(2, 81, 255, 0.3);
  border-radius: 23px;
  background:
    radial-gradient(circle at 5% 50%, rgba(2, 81, 255, 0.13), transparent 31%),
    #10151d;
}
.faq-callout-mark {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(97, 145, 255, 0.45);
  border-radius: 50%;
  color: #fff;
  background: rgba(2, 81, 255, 0.12);
  font-size: 22px;
  font-weight: 700;
}
.faq-security-callout span {
  color: #6d9bff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.faq-security-callout h3 {
  margin: 10px 0 9px;
  color: #f5f6f8;
  font-size: 25px;
  line-height: 1.3;
  letter-spacing: -0.03em;
}
.faq-security-callout p {
  margin: 0;
  color: #b7bdc6;
  font-size: 15px;
  line-height: 1.65;
}
.faq-support-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 50px;
  align-items: center;
  max-width: 1100px;
  margin: 58px auto 0;
  padding: 38px 40px;
  border: 1px solid rgba(2, 81, 255, 0.2);
  border-radius: 25px;
  background:
    radial-gradient(circle at 92% 8%, rgba(2, 81, 255, 0.13), transparent 34%),
    #10141b;
}
.faq-support-panel h3 {
  margin: 23px 0 12px;
  color: #f4f5f6;
  font-size: 29px;
  line-height: 1.22;
  letter-spacing: -0.035em;
}
.faq-support-panel p {
  max-width: 700px;
  margin: 0;
  color: #b8bec7;
  font-size: 16px;
  line-height: 1.7;
}
.faq-cta {
  padding-top: 0;
}
@media (max-width: 1000px) {
  .faq-layout {
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 45px;
  }
}
@media (max-width: 900px) {
  .faq-overview {
    grid-template-columns: 1fr;
    gap: 34px;
    padding-top: 94px;
    padding-bottom: 104px;
  }
  .faq-section {
    padding-top: 94px;
    padding-bottom: 104px;
  }
  .faq-layout {
    grid-template-columns: 1fr;
  }
  .faq-side-nav {
    position: static;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }
  .faq-side-label {
    grid-column: 1/-1;
  }
  .faq-content .faq-section-heading {
    text-align: center;
  }
  .faq-content .faq-section-heading p {
    margin-left: auto;
  }
  .faq-support-panel {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}
@media (max-width: 620px) {
  .faq-hero {
    width: calc(100% - 38px);
    padding: 64px 0 72px;
  }
  .faq-eyebrow,
  .faq-section-index,
  .faq-panel-label {
    font-size: 11px;
  }
  .faq-hero h1 {
    margin-top: 18px;
    font-size: 45px;
    letter-spacing: -0.047em;
  }
  .faq-hero-copy > p {
    font-size: 16px;
    line-height: 1.62;
  }
  .faq-hero-actions {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 14px;
    margin-top: 30px;
  }
  .faq-hero-actions .button {
    min-height: 50px;
    padding: 0 18px;
    font-size: 13px;
    white-space: nowrap;
  }
  .faq-hero-actions .faq-text-link {
    flex: 0 0 auto;
    font-size: 13px;
    white-space: nowrap;
  }
  .faq-overview {
    padding-top: 76px;
    padding-bottom: 86px;
  }
  .faq-overview-heading h2,
  .faq-section-heading h2 {
    font-size: 34px;
  }
  .faq-overview-copy p,
  .faq-section-heading p {
    font-size: 16px;
  }
  .faq-overview-links {
    flex-wrap: wrap;
    gap: 18px;
  }
  .faq-section {
    padding-top: 76px;
    padding-bottom: 86px;
  }
  .faq-section-heading .faq-section-index {
    margin-bottom: 16px;
  }
  .faq-section-heading p {
    margin-top: 18px;
  }
  .faq-side-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 18px;
  }
  .faq-list {
    margin-top: 44px;
  }
  .faq-item summary {
    min-height: 76px;
    gap: 18px;
    padding: 20px 0;
    font-size: 18px;
  }
  .faq-toggle {
    width: 34px;
    height: 34px;
    font-size: 18px;
  }
  .faq-answer {
    padding: 0 46px 24px 0;
  }
  .faq-answer p {
    font-size: 15px;
  }
  .faq-security-callout {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 44px;
    padding: 25px;
  }
  .faq-security-callout h3 {
    font-size: 21px;
  }
  .faq-support-panel {
    margin-top: 46px;
    padding: 28px 24px;
  }
}
@media (max-width: 360px) {
  .faq-hero-actions {
    gap: 10px;
  }
  .faq-hero-actions .button {
    min-height: 48px;
    padding: 0 14px;
    font-size: 12px;
  }
  .faq-hero-actions .faq-text-link {
    font-size: 12px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .faq-toggle {
    transition: none !important;
  }
}
