.qt-faq{
  --qt-faq-ink:#0f172a;
  --qt-faq-ink2:#161d48;
  --qt-faq-muted:#65708f;
  --qt-faq-soft:#f5f7ff;
  --qt-faq-soft2:#eef2ff;
  --qt-faq-line:rgba(106,126,255,.16);
  --qt-faq-line2:rgba(15,23,42,.09);
  --qt-faq-brand:#6a7eff;
  --qt-faq-brand2:#9aa8ff;
  --qt-faq-shell:1320px;

  min-height:100vh;
  padding:18px 12px 54px;
  color:var(--qt-faq-ink);
  font-family:Inter,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
  background:
    radial-gradient(920px 320px at 50% -160px, rgba(106,126,255,.14), transparent 62%),
    radial-gradient(620px 240px at 14% 0%, rgba(159,174,255,.11), transparent 58%),
    linear-gradient(180deg, #f6f8ff 0%, #fff 74%);
  -webkit-font-smoothing:antialiased;
  overflow-x:clip;
}

.qt-faq,
.qt-faq *{
  box-sizing:border-box;
}

.qt-faq :where(h1,h2,h3,h4,p){
  margin:0;
}

.qt-faq :where(a){
  color:inherit;
  text-decoration:none;
}

.qt-faq :where(button,input){
  font:inherit;
}

.qt-faq :where(svg){
  display:block;
}

.qt-faq-shell{
  width:min(var(--qt-faq-shell), 100%);
  margin:0 auto;
}

.qt-faq-breadcrumb{
  display:flex;
  align-items:center;
  gap:8px;
  margin:0 0 12px;
  color:var(--qt-faq-muted);
  font-size:12px;
  font-weight:850;
}

.qt-faq-breadcrumb__link{
  color:var(--qt-faq-brand);
}

.qt-faq-breadcrumb__sep{
  opacity:.55;
}

.qt-faq-breadcrumb__current{
  color:var(--qt-faq-muted);
}

.qt-faq-hero{
  position:relative;
  overflow:hidden;
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:16px;
  margin-bottom:14px;
  padding:16px;
  border:1px solid var(--qt-faq-line);
  border-radius:28px;
  background:
    radial-gradient(520px 180px at 0 0, rgba(106,126,255,.11), transparent 62%),
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(248,250,255,.88));
  box-shadow:
    0 14px 34px rgba(15,23,42,.08),
    inset 0 0 0 1px rgba(255,255,255,.82);
}

.qt-faq-hero::after{
  content:"";
  position:absolute;
  right:-42px;
  top:-60px;
  width:180px;
  height:180px;
  border-radius:999px;
  background:linear-gradient(135deg, rgba(106,126,255,.20), rgba(255,255,255,0));
  pointer-events:none;
}

.qt-faq-hero__icon{
  position:relative;
  z-index:1;
  width:56px;
  height:56px;
  display:grid;
  place-items:center;
  border-radius:19px;
  color:#fff;
  background:linear-gradient(135deg,var(--qt-faq-brand),var(--qt-faq-brand2));
  box-shadow:0 14px 26px rgba(106,126,255,.22);
}

.qt-faq-hero__icon svg{
  width:25px;
  height:25px;
  color:currentColor;
}

.qt-faq-hero__text{
  position:relative;
  z-index:1;
  min-width:0;
}

.qt-faq-title{
  margin:0 0 5px;
  color:var(--qt-faq-ink2);
  font-size:clamp(25px,3.2vw,38px);
  line-height:1.05;
  font-weight:1000;
  letter-spacing:-.055em;
}

.qt-faq-text{
  margin:0;
  max-width:74ch;
  color:var(--qt-faq-muted);
  font-size:14px;
  line-height:1.6;
  font-weight:750;
}

.qt-faq-hero__pills{
  position:relative;
  z-index:1;
  display:flex;
  justify-content:flex-end;
  gap:8px;
  flex-wrap:wrap;
}

.qt-faq-hero__pills span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:30px;
  padding:0 11px;
  border-radius:999px;
  border:1px solid rgba(106,126,255,.18);
  background:rgba(255,255,255,.76);
  color:color-mix(in srgb,var(--qt-faq-ink2) 72%, var(--qt-faq-brand));
  font-size:11px;
  font-weight:950;
  white-space:nowrap;
}

.qt-faq-layout{
  display:grid;
  grid-template-columns:310px minmax(0,1fr);
  gap:14px;
  align-items:start;
}

.qt-faq-side{
  position:sticky;
  top:92px;
}

.qt-faq-sideBox,
.qt-faq-category,
.qt-faq-foot{
  border:1px solid var(--qt-faq-line);
  border-radius:26px;
  background:linear-gradient(180deg, rgba(255,255,255,.97), rgba(248,250,255,.90));
  box-shadow:
    0 12px 30px rgba(15,23,42,.07),
    inset 0 0 0 1px rgba(255,255,255,.80);
}

.qt-faq-sideBox{
  padding:13px;
}

.qt-faq-sideTitle{
  margin:0 0 10px;
  padding:2px 3px 0;
  color:var(--qt-faq-ink2);
  font-size:14px;
  line-height:1.25;
  font-weight:1000;
  letter-spacing:-.02em;
}

.qt-faq-search{
  position:relative;
  display:block;
  margin-bottom:10px;
}

.qt-faq-search__icon{
  position:absolute;
  left:13px;
  top:50%;
  width:17px;
  height:17px;
  color:var(--qt-faq-muted);
  transform:translateY(-50%);
  pointer-events:none;
}

.qt-faq-search input{
  width:100%;
  min-height:45px;
  padding:11px 14px 11px 40px;
  border:1.4px solid rgba(148,163,184,.48);
  border-radius:14px;
  background:linear-gradient(180deg,#fff,#f8fafc);
  color:var(--qt-faq-ink);
  outline:none;
  font-size:13.5px;
  font-weight:850;
  -webkit-appearance:none;
  appearance:none;
  transition:border-color .16s ease, box-shadow .16s ease, background .16s ease;
}

.qt-faq-search input:focus{
  border-color:var(--qt-faq-brand);
  background:#fff;
  box-shadow:0 0 0 4px rgba(106,126,255,.13);
}

.qt-faq-cats{
  display:grid;
  gap:7px;
  max-height:calc(100vh - 210px);
  overflow:auto;
  padding-right:2px;
  overscroll-behavior:contain;
  scrollbar-width:thin;
}

.qt-faq-cat{
  display:grid;
  grid-template-columns:34px minmax(0,1fr) 18px;
  align-items:center;
  gap:9px;
  min-height:54px;
  padding:9px;
  border:1px solid rgba(15,23,42,.075);
  border-radius:16px;
  background:rgba(255,255,255,.72);
  color:var(--qt-faq-ink2);
  transition:transform .15s ease, background .15s ease, border-color .15s ease, box-shadow .15s ease, color .15s ease;
}

.qt-faq-cat:hover{
  transform:translateX(1px);
  background:#fff;
  border-color:rgba(106,126,255,.16);
}

.qt-faq-cat.is-active{
  color:#fff;
  border-color:transparent;
  background:
    radial-gradient(160px 60px at 0 0, rgba(255,255,255,.18), transparent 70%),
    linear-gradient(135deg,var(--qt-faq-brand),var(--qt-faq-brand2));
  box-shadow:0 12px 24px rgba(106,126,255,.22);
}

.qt-faq-cat__icon{
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border-radius:12px;
  color:var(--qt-faq-brand);
  background:rgba(106,126,255,.09);
  border:1px solid rgba(106,126,255,.10);
}

.qt-faq-cat.is-active .qt-faq-cat__icon{
  color:#fff;
  background:rgba(255,255,255,.16);
  border-color:rgba(255,255,255,.18);
}

.qt-faq-cat__icon svg{
  width:20px;
  height:20px;
  color:currentColor;
}

.qt-faq-cat__body{
  min-width:0;
  display:grid;
  gap:2px;
}

.qt-faq-cat__label{
  min-width:0;
  color:inherit;
  font-size:13.2px;
  line-height:1.22;
  font-weight:950;
  letter-spacing:-.01em;
  overflow-wrap:anywhere;
}

.qt-faq-cat__meta{
  color:currentColor;
  opacity:.68;
  font-size:10.5px;
  line-height:1.2;
  font-weight:850;
}

.qt-faq-cat__arrow{
  width:18px;
  height:18px;
  display:grid;
  place-items:center;
  color:currentColor;
  opacity:.68;
}

.qt-faq-cat__arrow svg{
  width:18px;
  height:18px;
}

.qt-faq-main{
  min-width:0;
}

.qt-faq-category{
  position:relative;
  overflow:hidden;
  padding:16px;
  margin-bottom:12px;
}

.qt-faq-category::after{
  content:"";
  position:absolute;
  right:-38px;
  top:-46px;
  width:140px;
  height:140px;
  border-radius:999px;
  background:linear-gradient(135deg, rgba(106,126,255,.16), rgba(255,255,255,0));
  pointer-events:none;
}

.qt-faq-category__top{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:48px minmax(0,1fr);
  gap:12px;
  align-items:center;
}

.qt-faq-category__icon{
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  border-radius:16px;
  color:var(--qt-faq-brand);
  background:rgba(106,126,255,.10);
  border:1px solid rgba(106,126,255,.12);
}

.qt-faq-category__icon svg{
  width:25px;
  height:25px;
  color:currentColor;
}

.qt-faq-category__copy{
  min-width:0;
}

.qt-faq-category__eyebrow{
  display:block;
  margin-bottom:3px;
  color:var(--qt-faq-brand);
  font-size:10px;
  line-height:1.2;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.qt-faq-category__title{
  color:var(--qt-faq-ink2);
  font-size:24px;
  line-height:1.05;
  font-weight:1000;
  letter-spacing:-.04em;
}

.qt-faq-category__text{
  position:relative;
  z-index:1;
  margin-top:12px;
  max-width:78ch;
  color:var(--qt-faq-muted);
  font-size:13.5px;
  line-height:1.65;
  font-weight:800;
}

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

.qt-faq-item{
  overflow:hidden;
  border:1px solid var(--qt-faq-line2);
  border-radius:20px;
  background:linear-gradient(180deg, rgba(255,255,255,.97), rgba(248,250,255,.91));
  box-shadow:
    0 8px 22px rgba(15,23,42,.052),
    inset 0 0 0 1px rgba(255,255,255,.72);
}

.qt-faq-toggle{
  width:100%;
  display:grid;
  grid-template-columns:38px minmax(0,1fr) 28px;
  align-items:center;
  gap:11px;
  padding:13px;
  border:0;
  background:transparent;
  color:var(--qt-faq-ink2);
  text-align:left;
  cursor:pointer;
  -webkit-appearance:none;
  appearance:none;
}

.qt-faq-toggle:hover{
  background:rgba(106,126,255,.035);
}

.qt-faq-toggle__number{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border-radius:13px;
  color:var(--qt-faq-brand);
  background:rgba(106,126,255,.09);
  font-size:11px;
  line-height:1;
  font-weight:1000;
}

.qt-faq-toggle__question{
  min-width:0;
  color:inherit;
  font-size:15px;
  line-height:1.42;
  font-weight:950;
  letter-spacing:-.01em;
  overflow-wrap:anywhere;
}

.qt-faq-toggle__arrow{
  width:28px;
  height:28px;
  display:grid;
  place-items:center;
  justify-self:end;
  border-radius:10px;
  color:var(--qt-faq-brand);
  background:rgba(106,126,255,.08);
  font-size:16px;
  line-height:1;
  font-weight:950;
  transition:transform .16s ease, color .16s ease, background .16s ease;
}

.qt-faq-item.is-open .qt-faq-toggle{
  color:#fff;
  background:
    radial-gradient(340px 90px at 0 0, rgba(255,255,255,.16), transparent 70%),
    linear-gradient(135deg,var(--qt-faq-brand),var(--qt-faq-brand2));
}

.qt-faq-item.is-open .qt-faq-toggle__number,
.qt-faq-item.is-open .qt-faq-toggle__arrow{
  color:#fff;
  background:rgba(255,255,255,.16);
}

.qt-faq-item.is-open .qt-faq-toggle__arrow{
  transform:rotate(180deg);
}

.qt-faq-answer{
  display:none;
  padding:0;
  border-top:1px solid rgba(15,23,42,.07);
  background:rgba(255,255,255,.76);
}

.qt-faq-item.is-open .qt-faq-answer{
  display:block;
}

.qt-faq-answer__inner{
  padding:15px 17px 17px 62px;
  color:#465772;
  font-size:14.3px;
  line-height:1.85;
  font-weight:760;
}

.qt-faq-foot{
  position:relative;
  overflow:hidden;
  display:grid;
  gap:13px;
  margin-top:14px;
  padding:17px;
}

.qt-faq-foot::after{
  content:"";
  position:absolute;
  right:-34px;
  top:-40px;
  width:132px;
  height:132px;
  border-radius:999px;
  background:linear-gradient(135deg, rgba(106,126,255,.16), transparent);
  pointer-events:none;
}

.qt-faq-foot__copy,
.qt-faq-foot__links,
.qt-faq-cta{
  position:relative;
  z-index:1;
}

.qt-faq-foot__title{
  color:var(--qt-faq-ink2);
  font-size:17px;
  line-height:1.22;
  font-weight:1000;
  letter-spacing:-.02em;
}

.qt-faq-foot__text{
  margin-top:7px;
  max-width:78ch;
  color:var(--qt-faq-muted);
  font-size:13px;
  line-height:1.68;
  font-weight:800;
}

.qt-faq-foot__links{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.qt-faq-foot__links a{
  min-height:34px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 11px;
  border-radius:999px;
  border:1px solid rgba(106,126,255,.16);
  background:rgba(255,255,255,.86);
  color:var(--qt-faq-brand);
  font-size:11.5px;
  line-height:1;
  font-weight:950;
}

.qt-faq-cta{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
}

.qt-faq-cta__btn{
  min-height:42px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 15px;
  border-radius:14px;
  font-size:13px;
  line-height:1;
  font-weight:950;
  transition:transform .14s ease, filter .14s ease, box-shadow .14s ease;
}

.qt-faq-cta__btn:hover{
  transform:translateY(-1px);
}

.qt-faq-cta__btn--primary{
  color:#fff;
  background:linear-gradient(135deg,var(--qt-faq-brand),var(--qt-faq-brand2));
  box-shadow:0 12px 24px rgba(106,126,255,.18);
}

.qt-faq-cta__btn--ghost{
  color:var(--qt-faq-ink2);
  background:#fff;
  border:1px solid rgba(106,126,255,.18);
}

@media (max-width:1040px){
  .qt-faq-layout{
    grid-template-columns:1fr;
  }

  .qt-faq-side{
    position:static;
  }

  .qt-faq-cats{
    grid-template-columns:repeat(2,minmax(0,1fr));
    max-height:none;
    overflow:visible;
    padding-right:0;
  }
}

@media (max-width:720px){
  .qt-faq{
    padding:12px 10px 40px;
  }

  .qt-faq-breadcrumb{
    margin-bottom:10px;
    font-size:11.5px;
  }

  .qt-faq-hero{
    grid-template-columns:auto minmax(0,1fr);
    gap:12px;
    padding:13px;
    border-radius:23px;
  }

  .qt-faq-hero__icon{
    width:48px;
    height:48px;
    border-radius:16px;
  }

  .qt-faq-hero__icon svg{
    width:23px;
    height:23px;
  }

  .qt-faq-hero__pills{
    grid-column:1 / -1;
    justify-content:flex-start;
  }

  .qt-faq-title{
    font-size:24px;
  }

  .qt-faq-text{
    font-size:12.8px;
    line-height:1.55;
  }

  .qt-faq-hero__pills span{
    min-height:27px;
    padding:0 8px;
    font-size:10px;
  }

  .qt-faq-layout{
    gap:12px;
  }

  .qt-faq-sideBox{
    padding:11px;
    border-radius:22px;
  }

  .qt-faq-cats{
    grid-template-columns:1fr;
    gap:7px;
  }

  .qt-faq-cat{
    min-height:51px;
    border-radius:15px;
  }

  .qt-faq-category{
    padding:13px;
    border-radius:22px;
  }

  .qt-faq-category__top{
    grid-template-columns:42px minmax(0,1fr);
    gap:10px;
  }

  .qt-faq-category__icon{
    width:42px;
    height:42px;
    border-radius:14px;
  }

  .qt-faq-category__icon svg{
    width:22px;
    height:22px;
  }

  .qt-faq-category__title{
    font-size:21px;
  }

  .qt-faq-category__text{
    font-size:12.8px;
    line-height:1.62;
  }

  .qt-faq-list{
    gap:9px;
  }

  .qt-faq-item{
    border-radius:18px;
  }

  .qt-faq-toggle{
    grid-template-columns:34px minmax(0,1fr) 26px;
    gap:9px;
    padding:11px;
  }

  .qt-faq-toggle__number{
    width:34px;
    height:34px;
    border-radius:12px;
    font-size:10.5px;
  }

  .qt-faq-toggle__question{
    font-size:13.7px;
    line-height:1.42;
  }

  .qt-faq-toggle__arrow{
    width:26px;
    height:26px;
    border-radius:9px;
  }

  .qt-faq-answer__inner{
    padding:13px 13px 15px;
    font-size:13.4px;
    line-height:1.78;
  }

  .qt-faq-foot{
    padding:14px;
    border-radius:20px;
  }

  .qt-faq-foot__links{
    gap:7px;
  }

  .qt-faq-foot__links a{
    min-height:32px;
    font-size:11px;
  }

  .qt-faq-cta{
    display:grid;
    grid-template-columns:1fr;
  }

  .qt-faq-cta__btn{
    width:100%;
  }
}

@media (prefers-reduced-motion:reduce){
  .qt-faq *,
  .qt-faq *::before,
  .qt-faq *::after{
    animation:none !important;
    transition:none !important;
  }
}