.faq-page{min-height:100vh;background:#000;padding:4rem 0;color:#fff}.faq-page .container{max-width:800px;margin:0 auto;padding:0 1.5rem}.faq-page .faq-header{text-align:center;margin-bottom:3rem}.faq-page .faq-header h1{font-size:2.5rem;font-weight:800;margin-bottom:1rem;background:linear-gradient(135deg,#fff,rgba(255,255,255,.8));-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.faq-page .faq-header p{font-size:1.1rem;opacity:.8}.faq-page .faq-sections{display:flex;flex-direction:column;gap:2.5rem;margin-bottom:4rem}.faq-page .faq-section .section-title{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;color:#fff;position:relative;padding-bottom:.5rem}.faq-page .faq-section .section-title:after{content:"";position:absolute;bottom:0;left:0;width:60px;height:3px;background:linear-gradient(90deg,#EFBF04,#EFBF04);border-radius:2px}.faq-page .faq-grid{display:flex;flex-direction:column;gap:1rem}.faq-page .faq-item{background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.08);border-radius:12px;overflow:hidden;transition:all .3s ease;cursor:pointer}.faq-page .faq-item:hover{background:hsla(0,0%,100%,.05);border-color:hsla(0,0%,100%,.12);transform:translateY(-1px)}.faq-page .faq-item.active{background:hsla(0,0%,100%,.05);border-color:#efbf04}.faq-page .faq-item.active .faq-question h3{color:#efbf04}.faq-page .faq-item.active .faq-question .chevron-icon{transform:rotate(180deg);color:#efbf04}.faq-page .faq-item.active .faq-answer{max-height:500px;opacity:1;padding:1.5rem}.faq-page .faq-item .faq-question{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;transition:all .3s ease}.faq-page .faq-item .faq-question h3{font-size:1.1rem;font-weight:600;margin:0;transition:color .3s ease;flex:1 1;padding-right:1rem}.faq-page .faq-item .faq-question .chevron-icon{width:24px;height:24px;transition:all .3s ease;color:hsla(0,0%,100%,.5);flex-shrink:0}.faq-page .faq-item .faq-answer{max-height:0;opacity:0;padding:0 1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.faq-page .faq-item .faq-answer p{font-size:1rem;line-height:1.6;margin:0;color:hsla(0,0%,100%,.8)}.faq-page .faq-cta{text-align:center;padding:3rem;background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.08);border-radius:16px}.faq-page .faq-cta h2{font-size:1.8rem;margin-bottom:1rem;background:linear-gradient(135deg,#fff,rgba(255,255,255,.8));-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.faq-page .faq-cta p{font-size:1.1rem;opacity:.8;margin-bottom:2rem}.faq-page .faq-cta .contact-button{padding:1rem 2rem;background:linear-gradient(135deg,#EFBF04,#EFBF04);border:none;border-radius:8px;color:#fff;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.faq-page .faq-cta .contact-button:hover{transform:translateY(-2px);box-shadow:0 4px 15px rgba(239,191,4,.3),0 0 30px rgba(239,191,4,.2)}.faq-page .faq-cta .contact-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:transform .5s ease}.faq-page .faq-cta .contact-button:hover:before{transform:translateX(100%)}