.v106-faq-page{
  --v106-purple:#4b1fb3;
  --v106-purple-dark:#35117f;
  --v106-navy:#07132f;
  --v106-text:#17223b;
  --v106-muted:#69758b;
  --v106-line:#e7e2f2;
  background:#f7f8fc;
  color:var(--v106-text);
}
.v106-faq-page .v60-topbar{height:88px;background:#fff}
.v106-faq-page .v60-nav-wrap{grid-template-columns:300px 1fr auto;gap:26px}
.v106-faq-page .v60-brand img{width:270px;max-height:66px}
.v106-faq-page .v60-main-nav{gap:34px}
.v106-faq-page .v60-main-nav a{font-size:13px}
.v106-faq-page .v60-btn{height:44px;min-width:104px;padding:0 18px;font-size:13px}
.v106-faq-page .container{width:min(calc(100% - 56px),1420px)}
.v106-faq{padding-bottom:72px}

.v106-hero{padding:34px 0 28px;background:linear-gradient(180deg,#fbfaff 0%,#f7f8fc 100%)}
.v106-hero__inner{
  display:grid;
  grid-template-columns:minmax(0,1.2fr) minmax(360px,.8fr);
  gap:24px;
}
.v106-hero__copy,.v106-help-card{
  border:1px solid var(--v106-line);
  border-radius:25px;
  box-shadow:0 18px 45px rgba(50,31,95,.055);
}
.v106-hero__copy{
  padding:50px 52px;
  background:
    radial-gradient(circle at 92% 6%,rgba(112,72,220,.12),transparent 28%),
    linear-gradient(135deg,#fff 0%,#fbf9ff 100%);
}
.v106-eyebrow,.v106-cta>div>span{
  display:inline-flex;
  color:var(--v106-purple);
  font-size:11px;
  font-weight:900;
  letter-spacing:.12em;
}
.v106-hero h1{
  margin:12px 0 15px;
  color:var(--v106-navy);
  font-size:clamp(44px,4.7vw,66px);
  line-height:1.03;
  letter-spacing:-2.6px;
}
.v106-hero h1 span{color:var(--v106-purple)}
.v106-hero__copy>p{
  max-width:800px;
  margin:0;
  color:#59667d;
  font-size:16px;
  line-height:1.75;
}
.v106-topic-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:28px}
.v106-topic-row a{
  display:inline-flex;
  align-items:center;
  min-height:35px;
  padding:0 13px;
  border:1px solid #e3dcf3;
  border-radius:999px;
  background:#fff;
  color:#4b3578!important;
  text-decoration:none!important;
  font-size:11px;
  font-weight:800;
}
.v106-topic-row a:hover{border-color:#cfc1ec;color:var(--v106-purple)!important}

.v106-help-card{
  padding:32px;
  position:relative;
  overflow:hidden;
  background:linear-gradient(160deg,#4c1fad 0%,#321177 100%);
  color:#fff;
}
.v106-help-card:before{
  content:"";
  position:absolute;
  width:250px;height:250px;
  right:-95px;top:-100px;
  border-radius:50%;
  background:rgba(255,255,255,.08);
}
.v106-help-icon{
  width:52px;height:52px;
  display:grid;place-items:center;
  border-radius:15px;
  background:#fff;
  color:var(--v106-purple);
  font-size:21px;
  font-weight:950;
  position:relative;
}
.v106-help-card>span{
  display:block;
  margin-top:25px;
  color:#d9cff7;
  font-size:10px;
  font-weight:900;
  letter-spacing:.11em;
  position:relative;
}
.v106-help-card h2{
  margin:9px 0 11px;
  color:#fff;
  font-size:29px;
  line-height:1.18;
  letter-spacing:-1px;
  position:relative;
}
.v106-help-card p{margin:0;color:#ded5f4;font-size:13px;line-height:1.7;position:relative}
.v106-help-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:9px;
  margin-top:27px;
  position:relative;
}
.v106-help-actions a{
  min-height:43px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0 13px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:10px;
  background:rgba(255,255,255,.08);
  color:#fff!important;
  text-decoration:none!important;
  font-size:11px;
  font-weight:850;
}
.v106-help-actions a:first-child{background:#fff;color:#351179!important}

.v106-shortcuts{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
  padding-top:18px;
}
.v106-shortcuts>a{
  display:grid;
  grid-template-columns:42px 1fr auto;
  gap:11px;
  align-items:center;
  min-height:78px;
  padding:13px 14px;
  border:1px solid var(--v106-line);
  border-radius:14px;
  background:#fff;
  text-decoration:none!important;
  box-shadow:0 10px 28px rgba(34,25,70,.025);
}
.v106-shortcuts>a>span{
  width:38px;height:38px;
  display:grid;place-items:center;
  border-radius:11px;
  background:#efe9ff;
  color:var(--v106-purple);
  font-size:15px;
  font-weight:900;
}
.v106-shortcuts strong{display:block;color:var(--v106-navy);font-size:12px}
.v106-shortcuts small{display:block;margin-top:3px;color:#7c879a;font-size:10px}
.v106-shortcuts b{color:var(--v106-purple);font-size:13px}

.v106-faq-layout{
  display:grid;
  grid-template-columns:240px minmax(0,1fr);
  gap:24px;
  align-items:start;
  padding-top:44px;
}
.v106-faq-nav{
  position:sticky;
  top:104px;
  padding:20px;
  border:1px solid var(--v106-line);
  border-radius:17px;
  background:#fff;
  box-shadow:0 12px 32px rgba(34,25,70,.03);
}
.v106-faq-nav>span{
  display:block;
  padding-bottom:13px;
  margin-bottom:8px;
  border-bottom:1px solid #eeeaf5;
  color:#8a719f;
  font-size:10px;
  font-weight:900;
  letter-spacing:.1em;
}
.v106-faq-nav>a{
  display:block;
  padding:10px 8px;
  border-radius:8px;
  color:#5e687d!important;
  text-decoration:none!important;
  font-size:11px;
  font-weight:750;
}
.v106-faq-nav>a:hover{background:#f6f2ff;color:var(--v106-purple)!important}
.v106-nav-note{
  margin-top:14px;
  padding:15px;
  border-radius:12px;
  background:#f7f3ff;
}
.v106-nav-note strong{display:block;color:var(--v106-navy);font-size:11px}
.v106-nav-note p{margin:5px 0 9px;color:#748096;font-size:10px;line-height:1.5}
.v106-nav-note a{color:var(--v106-purple)!important;text-decoration:none!important;font-size:10px;font-weight:900}

.v106-section-head{margin-bottom:18px}
.v106-section-head h2{
  margin:7px 0 8px;
  color:var(--v106-navy);
  font-size:clamp(29px,3vw,41px);
  line-height:1.12;
  letter-spacing:-1.4px;
}
.v106-section-head p{margin:0;color:var(--v106-muted);font-size:13px}
.v106-faq-list{display:grid;gap:10px}
.v106-faq-item{
  border:1px solid var(--v106-line);
  border-radius:15px;
  background:#fff;
  overflow:hidden;
  box-shadow:0 10px 28px rgba(34,25,70,.025);
}
.v106-faq-item summary{
  min-height:88px;
  display:grid;
  grid-template-columns:44px 1fr 34px;
  gap:13px;
  align-items:center;
  padding:15px 18px;
  cursor:pointer;
  list-style:none;
}
.v106-faq-item summary::-webkit-details-marker{display:none}
.v106-faq-number{
  width:40px;height:40px;
  display:grid;place-items:center;
  border-radius:11px;
  background:#efe9ff;
  color:var(--v106-purple);
  font-size:10px;
  font-weight:950;
}
.v106-faq-copy small{
  display:block;
  margin-bottom:4px;
  color:#8d73a7;
  font-size:9px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.v106-faq-copy strong{
  display:block;
  color:var(--v106-navy);
  font-size:14px;
  line-height:1.35;
}
.v106-faq-plus{
  width:32px;height:32px;
  display:grid;place-items:center;
  border-radius:9px;
  background:#f6f2ff;
  color:var(--v106-purple);
  font-size:19px;
  font-weight:500;
  transition:.2s ease;
}
.v106-faq-item[open] .v106-faq-plus{transform:rotate(45deg);background:#4b1fb3;color:#fff}
.v106-faq-item[open] summary{background:#fcfbff}
.v106-faq-answer{
  padding:0 18px 18px 75px;
  border-top:1px solid #f0edf6;
}
.v106-faq-answer p{
  max-width:900px;
  margin:16px 0 0;
  color:var(--v106-muted);
  font-size:13px;
  line-height:1.72;
}

.v106-cta{
  margin-top:48px;
  padding:34px 38px!important;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:26px;
  border-radius:21px;
  background:linear-gradient(120deg,#351179,#5424bb);
  color:#fff;
  box-shadow:0 18px 38px rgba(58,20,132,.15);
}
.v106-cta>div>span{color:#d9ccff}
.v106-cta h2{
  margin:7px 0;
  color:#fff;
  font-size:31px;
  line-height:1.15;
  letter-spacing:-1px;
}
.v106-cta p{margin:0;color:#ddd4f5;font-size:13px}
.v106-cta-actions{display:flex;gap:10px;flex-shrink:0}
.v106-btn{
  min-height:47px;
  padding:0 20px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:11px;
  text-decoration:none!important;
  font-size:12px;
  font-weight:900;
}
.v106-btn--light{background:#fff;color:#351179!important}
.v106-btn--ghost{border:1px solid rgba(255,255,255,.28);background:rgba(255,255,255,.08);color:#fff!important}
.v106-faq-page .ig-footer{margin-top:0}

@media(max-width:1180px){
  .v106-faq-page .v60-nav-wrap{grid-template-columns:250px 1fr auto}
  .v106-faq-page .v60-brand img{width:230px}
  .v106-faq-page .v60-main-nav{gap:20px}
  .v106-hero__inner{grid-template-columns:1fr .8fr}
  .v106-shortcuts{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:1020px){
  .v106-faq-page .v60-topbar{height:74px}
  .v106-faq-page .v75-header .v60-brand img{width:190px!important;max-width:190px}
  .v106-hero__inner{grid-template-columns:1fr}
  .v106-faq-layout{grid-template-columns:1fr}
  .v106-faq-nav{
    position:static;
    display:flex;
    gap:6px;
    overflow:auto;
    padding:13px;
  }
  .v106-faq-nav>span,.v106-nav-note{display:none}
  .v106-faq-nav>a{white-space:nowrap;background:#faf8ff}
}
@media(max-width:760px){
  .v106-faq-page .container{width:100%!important}
  .v106-faq{padding-bottom:48px}
  .v106-hero{padding-top:18px}
  .v106-hero__copy,.v106-help-card{border-radius:19px}
  .v106-hero__copy{padding:28px 22px}
  .v106-hero h1{font-size:40px;letter-spacing:-1.7px}
  .v106-hero__copy>p{font-size:15px}
  .v106-help-card{padding:25px 21px}
  .v106-help-actions{grid-template-columns:1fr}
  .v106-shortcuts{grid-template-columns:1fr;padding-top:14px}
  .v106-faq-layout{padding-top:30px}
  .v106-faq-nav{margin:0 14px}
  .v106-faq-content{padding:0 14px}
  .v106-faq-item summary{grid-template-columns:40px 1fr 31px;padding:14px}
  .v106-faq-answer{padding:0 14px 16px 14px}
  .v106-faq-answer p{margin-top:14px}
  .v106-cta{
    margin-left:14px!important;
    margin-right:14px!important;
    padding:28px 22px!important;
    display:block;
  }
  .v106-cta h2{font-size:27px}
  .v106-cta-actions{margin-top:20px;display:grid}
}
@media(max-width:420px){
  .v106-hero h1{font-size:35px}
}
