.faq-block{margin:2.5rem 0;padding:2rem;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:1rem;box-shadow:0 10px 30px rgba(0,0,0,.1)}.faq-title{font-size:2rem;font-weight:700;margin-bottom:1.5rem;color:#fff;text-align:center}.faq-accordion{display:flex;flex-direction:column;gap:1rem}.faq-item{background:#fff !important;border-radius:.75rem;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.08);transition:box-shadow .3s ease}.faq-item:hover{box-shadow:0 4px 12px rgba(0,0,0,.12)}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;background:#fff !important;border:none;cursor:pointer;text-align:left;transition:background-color .3s ease;font-family:inherit}.faq-question:hover{background-color:#f9fafb !important}.faq-question:focus{outline:2px solid #667eea;outline-offset:-2px}.faq-question[aria-expanded=true]{background-color:#f0f4ff !important}.faq-question-text{font-weight:600;font-size:1.125rem;color:#111827;line-height:1.5;padding-right:1rem;flex:1}.faq-toggle-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;border-radius:50%;font-size:1.5rem;font-weight:300;line-height:1;flex-shrink:0;transition:transform .3s ease,background .3s ease}.faq-question[aria-expanded=true] .faq-toggle-icon{background:linear-gradient(135deg,#f093fb 0%,#f5576c 100%)}.faq-answer{max-height:0;overflow:hidden;opacity:0;transition:max-height .4s ease,padding .4s ease,opacity .3s ease;background:#fafbfc !important;padding:0}.faq-answer.active{max-height:1000px;padding:1.25rem 1.5rem;opacity:1}.faq-answer-content{color:#374151;line-height:1.7;font-size:1rem;border-left:3px solid #667eea;padding-left:1rem}@media (max-width:768px){.faq-block{padding:1.5rem 1rem}.faq-title{font-size:1.5rem;margin-bottom:1rem}.faq-question{padding:1rem}.faq-question-text{font-size:1rem}.faq-toggle-icon{width:28px;height:28px;font-size:1.25rem}.faq-answer.active{padding:1rem}.faq-answer-content{font-size:.95rem}}