.faq-section{padding:5rem 2rem;max-width:900px;margin:0 auto;position:relative}.faq-header{text-align:center;margin-bottom:3rem;position:relative;z-index:1}.faq-title{font-size:3rem;font-weight:700;background:linear-gradient(to right,var(--accent-blue),var(--accent-purple));-webkit-background-clip:text;background-clip:text;color:transparent;margin-bottom:1rem}.faq-subtitle{font-size:1.2rem;color:hsla(0,0%,100%,.8);max-width:600px;margin:0 auto}.faq-list{display:flex;flex-direction:column;gap:1.25rem}.faq-item{background:rgba(25,25,30,.6);border:1px solid hsla(0,0%,100%,.1);border-radius:1rem;overflow:hidden;transition:all .3s ease}.faq-item:hover{border-color:rgba(var(--accent-purple-rgb),.3);box-shadow:0 8px 25px rgba(0,0,0,.2)}.faq-question{padding:1.5rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-size:1.2rem;font-weight:600;line-height:1.4;transition:background-color .2s ease}.faq-question:hover{background:rgba(30,30,35,.8)}.faq-question-text{flex:1}.faq-icon{flex:0 0 24px;height:24px;display:flex;align-items:center;justify-content:center;margin-left:1rem;transition:transform .3s ease}.faq-icon svg{width:100%;height:100%}.faq-answer{max-height:0;overflow:hidden;transition:max-height .35s ease,padding .35s ease}.faq-answer-content{padding:0 1.5rem 1.5rem;font-size:1rem;line-height:1.6;color:hsla(0,0%,100%,.8)}.faq-item.active .faq-icon{transform:rotate(180deg)}.faq-item.active .faq-answer{max-height:1000px}.faq-item.active{border-color:rgba(var(--accent-purple-rgb),.5);background:rgba(30,30,35,.8)}.faq-accent{position:absolute;border-radius:50%;filter:blur(80px);z-index:0;opacity:.15;pointer-events:none}.faq-accent-1{width:350px;height:350px;background:var(--accent-mint);top:10%;left:-20%}.faq-accent-2{width:300px;height:300px;background:var(--accent-purple);bottom:10%;right:-15%}@media (max-width:768px){.faq-section{padding:4rem 1.5rem}.faq-title{font-size:2.5rem}.faq-question,.faq-subtitle{font-size:1.1rem}.faq-question{padding:1.25rem}.faq-answer-content{padding:0 1.25rem 1.25rem}.faq-accent-1,.faq-accent-2{width:250px;height:250px}}@media (max-width:480px){.faq-section{padding:3rem 1rem}.faq-title{font-size:2rem}.faq-subtitle{font-size:1rem}.faq-list{gap:1rem}.faq-question{padding:1rem;font-size:1rem}.faq-answer-content{padding:0 1rem 1rem;font-size:.95rem}.faq-icon{flex:0 0 20px;height:20px}.faq-accent-1,.faq-accent-2{width:200px;height:200px}}