.faq-page{min-height:calc(100vh - 200px);padding:2rem 0;background:var(--background-primary)}.faq-container{max-width:1000px;margin:0 auto;padding:0 2rem}.faq-header{text-align:center;margin-bottom:3rem}.faq-header h1{font-size:3rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem;background:linear-gradient(45deg,var(--primary-color),var(--accent-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.faq-header p{font-size:1.25rem;color:var(--text-secondary);max-width:600px;margin:0 auto;line-height:1.6}.faq-search{margin-bottom:3rem}.search-box{position:relative;max-width:500px;margin:0 auto}.search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:var(--text-tertiary);pointer-events:none}.search-input{width:100%;padding:1rem 1rem 1rem 3rem;border:2px solid var(--border-color);border-radius:25px;background:var(--background-secondary);color:var(--text-primary);font-size:1rem;outline:none;transition:all .3s ease}.search-input:focus{border-color:var(--primary-color);background:var(--background-primary);box-shadow:0 0 0 3px #ff00001a}.search-input::placeholder{color:var(--text-tertiary)}.faq-content{margin-bottom:4rem}.faq-list{display:flex;flex-direction:column;gap:1rem}.faq-item{background:var(--background-secondary);border:1px solid var(--border-color);border-radius:16px;overflow:hidden;transition:all .3s ease}.faq-item:hover{border-color:var(--primary-color);box-shadow:0 4px 12px #0000001a}.faq-item.open{border-color:var(--primary-color);background:linear-gradient(135deg,var(--background-secondary),rgba(255,0,0,.02))}.faq-question{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1.5rem 2rem;background:none;border:none;text-align:left;cursor:pointer;transition:all .3s ease;color:var(--text-primary)}.faq-question:hover{background:#ff00000d}.question-text{font-size:1.1rem;font-weight:600;line-height:1.4;flex-grow:1;margin-right:1rem}.question-icon{color:var(--primary-color);transition:transform .3s ease;flex-shrink:0}.faq-item.open .question-icon{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq-item.open .faq-answer{max-height:500px}.answer-content{padding:0 2rem 1.5rem;border-top:1px solid var(--border-color);margin-top:0}.answer-content p{font-size:1rem;line-height:1.6;color:var(--text-secondary);margin-top:1rem}.faq-footer{background:linear-gradient(135deg,var(--background-secondary),var(--background-tertiary));border-radius:20px;padding:3rem;text-align:center;border:1px solid var(--border-color)}.contact-card h3{font-size:1.8rem;font-weight:600;color:var(--text-primary);margin-bottom:1rem}.contact-card p{font-size:1.1rem;color:var(--text-secondary);margin-bottom:2rem;line-height:1.6}.contact-button{display:inline-block;background:linear-gradient(135deg,var(--primary-color),var(--accent-color));color:#fff;padding:1rem 2rem;border-radius:25px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .3s ease;box-shadow:0 4px 12px #ff00004d}.contact-button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #f006;text-decoration:none}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.faq-item{animation:fadeInUp .5s ease forwards}.faq-item:nth-child(1){animation-delay:.1s}.faq-item:nth-child(2){animation-delay:.2s}.faq-item:nth-child(3){animation-delay:.3s}.faq-item:nth-child(4){animation-delay:.4s}.faq-item:nth-child(5){animation-delay:.5s}@media(max-width:768px){.faq-header h1{font-size:2.5rem}.faq-question{padding:1.25rem 1.5rem}.question-text{font-size:1rem}.answer-content{padding:0 1.5rem 1.25rem}.faq-footer{padding:2rem}.contact-card h3{font-size:1.5rem}}.dark .faq-item.open{background:linear-gradient(135deg,var(--background-secondary),rgba(255,68,68,.02))}.dark .faq-question:hover{background:#ff44440d}.faq-item.loading{opacity:.6;pointer-events:none}.faq-item.loading .question-icon{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.faq-question:focus{outline:2px solid var(--primary-color);outline-offset:2px}.search-input:focus{outline:none}.highlight{background:#f003;padding:.1rem .2rem;border-radius:3px}
