.faq-section{min-height:auto;padding:2.5rem 1.5rem;color:#ffffff;background:linear-gradient(180deg,rgba(0,0,0,.2),rgba(13,11,45,.2),rgba(2,1,15,.2));backdrop-filter:blur(12px)}.faq-container{max-width:72rem;margin:0 auto;display:flex;flex-direction:column;justify-content:center;gap:4rem;padding:.5rem}.faq-left{text-align:center}.faq-badge{display:inline-block;padding:.25rem 1rem;border-radius:9999px;font-size:1rem;font-weight:600;letter-spacing:.08em;background-color:#1a1a3a;color:#EBD9FC}.faq-heading{margin-top:1.5rem;margin-bottom:1rem;font-size:2.5rem;font-weight:700;line-height:1.1}@media (min-width:768px){.faq-heading{font-size:3rem}}.faq-subheading{font-size:1.25rem;margin-top:.75rem;background:linear-gradient(90deg,#a855f7,#3b82f6);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.faq-right{display:flex;flex-direction:column;gap:1rem}.faq-item{background-color:#0b0b1f;border-radius:1rem;border:1px solid #1f1f3a;overflow:hidden;transition:border-color .3s ease,box-shadow .3s ease,background-color .3s ease}.faq-item:hover{background-color:#131335;box-shadow:0 18px 35px rgba(15,23,42,.6)}.faq-question{width:100%;padding:1.25rem 1.5rem;display:flex;justify-content:space-between;align-items:center;text-align:left;border:none;outline:none;background:transparent;color:inherit;cursor:pointer;transition:background-color .2s ease}.faq-question:hover{background-color:#131335}.faq-question-text{font-size:1.1rem;font-weight:500}.faq-icon{margin-left:1rem;color:#a855f7;transition:transform .3s ease}.faq-icon-open{transform:rotate(180deg)}.faq-answer{display:grid;grid-template-rows:0fr;opacity:0;transition:grid-template-rows .5s ease-in-out,opacity .5s ease-in-out}.faq-answer.open{grid-template-rows:1fr;opacity:1}.faq-answer-inner{overflow:hidden}.faq-answer-text{padding:0 1.5rem 1.25rem;color:#d1d5db;line-height:1.6;font-size:.95rem}