.f8-faq-page {
  background: radial-gradient(circle at 18% 10%, rgba(254, 231, 5, 0.09), transparent 28%), radial-gradient(circle at 82% 20%, rgba(254, 231, 5, 0.06), transparent 24%), linear-gradient(135deg, #02110d 0%, #030303 45%, #000 100%);
  color: var(--f8-text);
  min-height: 100vh;
  overflow: hidden;
}
.f8-faq-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(14px);
  background: rgba(0, 0, 0, 0.76);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.f8-faq-nav__inner,
.f8-faq-container {
  max-width: 1220px;
  margin: 0 auto;
  padding-left: 22px;
  padding-right: 22px;
}
.f8-faq-nav__inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}
.f8-faq-logo img {
  height: 34px;
  width: auto;
  display: block;
}
.f8-faq-menu {
  display: flex;
  align-items: center;
  gap: 24px;
}
.f8-faq-menu a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  font-weight: 650;
  font-size: 14px;
  letter-spacing: .01em;
  transition: color .2s ease;
}
.f8-faq-menu a:hover, .f8-faq-menu a.is-active {
  color: var(--f8-gold);
}
.f8-faq-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.f8-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  background: var(--f8-gold);
  color: #000;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 0 28px rgba(254, 231, 5, .18);
  border: 1px solid rgba(254, 231, 5, .62);
}
.f8-btn--ghost {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, .18);
  box-shadow: none;
}
.f8-faq-hero {
  padding: 96px 0 42px;
  text-align: center;
  position: relative;
}
.f8-eyebrow {
  color: var(--f8-gold);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.f8-faq-hero h1 {
  font-size: clamp(44px, 7vw, 86px);
  line-height: .95;
  margin: 0;
  letter-spacing: -.055em;
  font-weight: 900;
}
.f8-faq-hero p {
  max-width: 780px;
  margin: 24px auto 0;
  color: var(--f8-muted);
  font-size: 18px;
  line-height: 1.75;
}
.f8-faq-search-wrap {
  max-width: 780px;
  margin: 36px auto 0;
  position: relative;
}
.f8-faq-search {
  width: 100%;
  min-height: 62px;
  border-radius: 18px;
  border: 1px solid var(--f8-border);
  background: rgba(255, 255, 255, .055);
  color: #fff;
  padding: 0 58px 0 22px;
  font-size: 16px;
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06), 0 26px 80px rgba(0, 0, 0, .28);
}
.f8-faq-search:focus {
  border-color: rgba(254, 231, 5, .55);
}
.f8-faq-search-icon {
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--f8-gold);
}
.f8-popular {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 18px;
}
.f8-popular button {
  background: rgba(254, 231, 5, .08);
  color: rgba(255, 255, 255, .86);
  border: 1px solid var(--f8-border);
  border-radius: 999px;
  padding: 9px 14px;
  cursor: pointer;
  font-weight: 700;
}
.f8-faq-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 42px auto 0;
  max-width: 860px;
}
.f8-stat {
  background: rgba(255, 255, 255, .045);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 20px;
  padding: 22px;
}
.f8-stat strong {
  display: block;
  font-size: 28px;
  color: var(--f8-gold);
  margin-bottom: 4px;
}
.f8-stat span {
  color: var(--f8-muted);
  font-size: 14px;
}
.f8-faq-layout {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 28px;
  padding: 44px 0 92px;
}
.f8-faq-sidebar {
  position: sticky;
  top: 104px;
  align-self: start;
  background: rgba(255, 255, 255, .035);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 26px;
  padding: 14px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .28);
}
.f8-faq-category-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 14px;
  border-radius: 16px;
  background: transparent;
  color: #fff;
  border: 0;
  cursor: pointer;
  text-align: left;
  transition: background .2s ease, color .2s ease;
}
.f8-faq-category-btn:hover, .f8-faq-category-btn.is-active {
  background: rgba(254, 231, 5, .11);
  color: var(--f8-gold);
}
.f8-faq-category-btn span:first-child {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
}
.f8-count {
  color: rgba(255, 255, 255, .5);
  font-size: 12px;
}
.f8-faq-content {
  min-width: 0;
}
.f8-faq-section {
  scroll-margin-top: 112px;
  margin-bottom: 28px;
  background: rgba(255, 255, 255, .025);
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: 28px;
  overflow: hidden;
}
.f8-faq-section-header {
  padding: 28px 30px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, .07);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.f8-faq-section-header h2 {
  margin: 0;
  font-size: 28px;
  letter-spacing: -.02em;
}
.f8-faq-section-header span {
  color: var(--f8-gold);
  font-weight: 800;
}
.f8-accordion {
  border-top: 1px solid rgba(255, 255, 255, .065);
}
.f8-accordion:first-of-type {
  border-top: 0;
}
.f8-accordion__button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 30px;
  color: #fff;
  background: transparent;
  border: 0;
  text-align: left;
  cursor: pointer;
  font-size: 17px;
  font-weight: 850;
  letter-spacing: -.01em;
}
.f8-accordion__button:hover {
  color: var(--f8-gold);
}
.f8-plus {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  border-radius: 50%;
  border: 1px solid var(--f8-border);
  color: var(--f8-gold);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform .2s ease;
}
.f8-accordion.is-open .f8-plus {
  transform: rotate(45deg);
}
.f8-accordion__panel {
  display: none;
  padding: 0 30px 24px;
  color: var(--f8-muted);
  line-height: 1.75;
  font-size: 15.5px;
}
.f8-accordion.is-open .f8-accordion__panel {
  display: block;
}
.f8-faq-cta {
  margin: 20px 0 90px;
  text-align: center;
  border: 1px solid var(--f8-border);
  border-radius: 32px;
  padding: 50px 24px;
  background: linear-gradient(135deg, rgba(254, 231, 5, .10), rgba(255, 255, 255, .025));
}
.f8-faq-cta h2 {
  margin: 0 0 12px;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.05;
  letter-spacing: -.04em;
}
.f8-faq-cta p {
  max-width: 680px;
  margin: 0 auto 26px;
  color: var(--f8-muted);
  line-height: 1.7;
}
.f8-no-results {
  display: none;
  padding: 30px;
  border: 1px solid var(--f8-border);
  border-radius: 24px;
  color: var(--f8-muted);
  background: rgba(254, 231, 5, .05);
}
@media (max-width: 980px) {
  .f8-faq-menu {
    display: none;
  }
  .f8-faq-layout {
    grid-template-columns: 1fr;
  }
  .f8-faq-sidebar {
    position: relative;
    top: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .f8-faq-stats {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  .f8-faq-nav__inner {
    min-height: 72px;
  }
  .f8-faq-actions .f8-btn--ghost {
    display: none;
  }
  .f8-faq-hero {
    padding-top: 62px;
  }
  .f8-faq-sidebar {
    grid-template-columns: 1fr;
  }
  .f8-accordion__button {
    padding: 20px;
    font-size: 16px;
  }
  .f8-accordion__panel {
    padding: 0 20px 22px;
  }
  .f8-faq-section-header {
    padding: 24px 20px 16px;
  }
}
.f8-faq-page-wrapper .header {
  position: relative;
  z-index: 100;
}
.f8-faq-page-wrapper .navlink.w--current {
  color: #fee705;
}
.f8-faq-page-wrapper .f8-footer-links,
.f8-faq-page-wrapper .f8-footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
}
.f8-faq-page-wrapper .f8-footer-links a,
.f8-faq-page-wrapper .f8-footer-socials a {
  color: rgba(255, 255, 255, .78);
  text-decoration: none;
}
.f8-faq-page-wrapper .f8-footer-links a:hover, .f8-faq-page-wrapper .f8-footer-socials a:hover {
  color: #fee705;
}
.f8-faq-page-wrapper .f8-faq-page {
  margin-top: 0;
}


html,
body {
  background: #030303
}
.f8-faq-page-wrapper,
.f8-faq-main {
  background: radial-gradient(circle at 10% 6%, rgba(254, 231, 5, .21), transparent 33%), radial-gradient(circle at 92% 12%, rgba(254, 231, 5, .13), transparent 34%), radial-gradient(circle at 50% 105%, rgba(254, 231, 5, .08), transparent 38%), linear-gradient(135deg, #040404 0%, #0b0a05 50%, #000 100%)
}
.f8-faq-page-wrapper:before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(rgba(254, 231, 5, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(254, 231, 5, .028) 1px, transparent 1px);
  background-size: 74px 74px;
  mask-image: radial-gradient(circle at center, rgba(0, 0, 0, .62), transparent 72%);
  z-index: 0
}
.f8-faq-page-wrapper>* {
  position: relative;
  z-index: 1
}
.header.w-nav {
  background: rgba(3, 3, 3, .76);
  border-bottom: 1px solid rgba(254, 231, 5, .16);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px)
}
.f8-faq-hero-card,
.f8-faq-search-wrap,
.f8-faq-sidebar,
.f8-faq-content,
.f8-accordion,
.f8-faq-cta,
.footer-wraper {
  background: linear-gradient(145deg, var(--f8-glass), var(--f8-glass-2));
  border-color: var(--f8-line);
  box-shadow: 0 24px 90px rgba(0, 0, 0, .42), inset 0 1px 0 rgba(255, 255, 255, .07);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px)
}
.f8-btn,
.button.animation,
.button.hover,
.button_login_bt {
  background: linear-gradient(135deg, #fff27a 0%, var(--f8-gold) 48%, var(--f8-gold-2) 100%);
  color: #050505;
  border-color: rgba(254, 231, 5, .55);
  box-shadow: 0 0 34px rgba(254, 231, 5, .20), inset 0 1px 0 rgba(255, 255, 255, .45)
}
.f8-btn--ghost,
.button.border {
  background: rgba(255, 255, 255, .045);
  color: #fff;
  border: 1px solid var(--f8-line)
}
.f8-btn--ghost:hover, .button.border:hover {
  color: var(--f8-gold);
  background: rgba(254, 231, 5, .10)
}
.f8-faq-category-btn.is-active,
.f8-faq-category-btn:hover {
  background: rgba(254, 231, 5, .12);
  color: var(--f8-gold)
}
.f8-faq-page-wrapper .navlink.w--current,
.w--current,
.f8-faq-eyebrow,
.tags {
  color: var(--f8-gold)
}
.f8-faq-search {
  background: rgba(0, 0, 0, .48);
  border-color: var(--f8-line);
  color: #fff
}


html,
body {
  background: #030303;
  color: #fff
}
.main-wrapper,
.f8-challenges-page,
.f8-challenges-main,
.f8-faq-page {
  background: radial-gradient(ellipse at 0% 16%, rgba(254, 231, 5, .20) 0%, rgba(254, 231, 5, .075) 22%, transparent 46%), radial-gradient(ellipse at 100% 34%, rgba(254, 231, 5, .16) 0%, rgba(254, 231, 5, .055) 24%, transparent 48%), radial-gradient(ellipse at 50% 115%, rgba(254, 231, 5, .10) 0%, transparent 42%), linear-gradient(90deg, #0b0901 0%, #050505 18%, #030303 50%, #050505 82%, #0c0a02 100%);
  position: relative;
  overflow: hidden
}
.main-wrapper:before, .f8-challenges-main:before, .f8-faq-page:before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background: linear-gradient(115deg, transparent 0%, rgba(254, 231, 5, .045) 28%, transparent 44%, rgba(254, 231, 5, .035) 70%, transparent 100%), linear-gradient(rgba(254, 231, 5, .018) 1px, transparent 1px), linear-gradient(90deg, rgba(254, 231, 5, .016) 1px, transparent 1px);
  background-size: 100% 100%, 88px 88px, 88px 88px;
  opacity: .88;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, .82), rgba(0, 0, 0, .22) 22%, rgba(0, 0, 0, .18) 78%, rgba(0, 0, 0, .82))
}
.main-wrapper>*,
.f8-challenges-main>*,
.f8-faq-page>* {
  position: relative;
  z-index: 1
}
.header.w-nav,
.f8-faq-nav {
  background: rgba(3, 3, 3, .84);
  border-bottom: 1px solid rgba(254, 231, 5, .14);
  box-shadow: 0 20px 70px rgba(0, 0, 0, .35);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px)
}
.f8c-hero-card,
.f8c-step-grid article,
.f8c-feature-grid article,
.f8c-builder-left,
.f8c-checkout-card,
.f8c-compare-table-wrap,
.footer-wraper,
.f8-faq-sidebar,
.f8-faq-section,
.f8-faq-cta,
.f8-stat {
  background: linear-gradient(145deg, rgba(8, 8, 6, .58), rgba(255, 255, 255, .024));
  border-color: rgba(254, 231, 5, .18);
  box-shadow: 0 26px 90px rgba(0, 0, 0, .46), inset 0 1px 0 rgba(255, 255, 255, .055);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px)
}
.f8c-hero-card:before {
  background: linear-gradient(120deg, transparent, rgba(254, 231, 5, .16), transparent);
  opacity: .75
}
.f8c-eyebrow,
.f8-eyebrow,
.tags,
.w--current,
.navlink.w-nav-link:hover, .navlink.w-nav-link.w--current {
  color: #fee705
}
.f8c-tabs button.is-active,
.f8c-platforms button.is-active,
.f8-faq-category-btn:hover, .f8-faq-category-btn.is-active {
  background: rgba(254, 231, 5, .13);
  border-color: #fee705;
  color: #fee705
}
.button.animation,
.button.hover,
.button_login_bt,
.f8c-purchase-btn,
.f8-btn {
  background: linear-gradient(135deg, #fff677 0%, #fee705 42%, #d7ad00 73%, #9a7800 100%);
  color: #050505;
  border: 1px solid rgba(254, 231, 5, .72);
  box-shadow: 0 0 34px rgba(254, 231, 5, .18), inset 0 1px 0 rgba(255, 255, 255, .52)
}
.button.border,
.f8-btn--ghost {
  background: rgba(10, 10, 8, .46);
  color: #fff;
  border: 1px solid rgba(254, 231, 5, .30);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .07), 0 0 24px rgba(254, 231, 5, .05)
}
.f8c-chart span {
  background: linear-gradient(180deg, #fff677 0%, #fee705 40%, #9a7800 100%);
  box-shadow: 0 0 36px rgba(254, 231, 5, .22)
}
.f8c-rule-row div:first-child, .f8c-compare-table th {
  color: #fee705
}
.f8c-section-head p,
.f8c-lead,
.f8c-step-grid p,
.f8c-feature-grid p,
.f8-faq-hero p,
.f8-accordion__panel {
  color: var(--f8-muted)
}
@media(max-width: 767px) {
  .main-wrapper, .f8-challenges-main, .f8-faq-page {
    background: radial-gradient(ellipse at 50% 0%, rgba(254, 231, 5, .18), transparent 34%), #030303
  }
}
