body .faq-section{
  padding:95px clamp(28px,6vw,96px);
  background:radial-gradient(circle at 70% 20%,rgba(0,119,255,.22),transparent 38%),linear-gradient(120deg,#020b18,#061b35);
  display:grid;
  grid-template-columns:.78fr 1.45fr;
  gap:64px;
  align-items:center;
  overflow:hidden;
}
body .faq-section .section-intro>p:last-child{line-height:1.75;color:#acbbcf;font-size:16px}
body .faq-controls{display:flex;align-items:center;gap:12px;margin-top:30px}
body .faq-controls button{
  width:48px;height:48px;border:1px solid rgba(25,195,255,.42);border-radius:50%;
  background:rgba(8,120,255,.14);color:#dcecff;font-size:30px;line-height:1;cursor:pointer;transition:.22s;
}
body .faq-controls button:hover{background:#0878ff;transform:translateY(-2px)}
body .faq-controls span{min-width:56px;color:#b8c9de;font-size:13px;font-weight:700;text-align:center}
body .faq-carousel{width:100%;max-width:100%;min-width:0;overflow:hidden;padding:18px 0 24px}
body .faq-list{display:flex!important;gap:24px;transition:transform .38s ease;will-change:transform}
body .faq-list article{
  flex:0 0 min(440px,100%);min-height:270px;border:1px solid rgba(0,118,255,.28);border-radius:20px;
  background:linear-gradient(145deg,rgba(5,21,42,.92),rgba(3,12,26,.98));box-shadow:0 28px 58px rgba(0,0,0,.28);
  overflow:hidden;color:white;position:relative;opacity:.55;transform:scale(.94);transition:opacity .28s ease,transform .28s ease,border-color .28s ease;
}
body .faq-list article.is-active{opacity:1;transform:scale(1);border-color:rgba(25,195,255,.58)}
body .faq-list article:before{content:"?";position:absolute;right:22px;bottom:10px;color:rgba(25,195,255,.13);font-size:105px;font-weight:900}
body .faq-list h3{margin:0;padding:38px 30px 18px;font-weight:850;color:#fff;font-size:22px;line-height:1.22;position:relative;z-index:1}
body .faq-list p{margin:0;padding:0 30px 30px;color:#9fadc0;line-height:1.68;position:relative;z-index:1}
body .faq-list a{color:#71d7ff;font-weight:700}
@media(max-width:900px){body .faq-section{grid-template-columns:1fr;padding:75px 22px}body .faq-carousel{padding:10px 0 18px}body .faq-list{gap:0}body .faq-list article{flex:0 0 100%;max-width:100%;min-height:250px;opacity:1;transform:none}body .faq-list article.is-active{transform:none}body .faq-list h3{padding:32px 26px 16px;font-size:21px}body .faq-list p{padding:0 26px 28px;overflow-wrap:break-word}}
