.faq-accordion{max-width:900px;margin:0 auto}.faq-accordion-grid{width:100%}.faq-item{margin-bottom:16px;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 15px #0057b814;border:2px solid #e2e8f0;transition:all .3s ease}.faq-item.active{border-color:#3b82f6;box-shadow:0 6px 20px #3b82f626}.faq-item:hover{box-shadow:0 6px 20px #0057b81f}.faq-question{width:100%;padding:24px 28px;display:flex;justify-content:space-between;align-items:center;background:#fff;border:none;cursor:pointer;transition:all .3s ease;text-align:left}.faq-item.active .faq-question{background:linear-gradient(135deg,#dbeafe,#bfdbfe)}.faq-question:hover{background:linear-gradient(135deg,#f8fafc,#f1f5f9)}.faq-item.active .faq-question:hover{background:linear-gradient(135deg,#dbeafe,#bfdbfe)}.faq-question-text{margin:0;font-size:1.25rem;font-weight:700;color:#334155;flex:1;padding-right:20px;line-height:1.4;transition:color .3s ease}.faq-item.active .faq-question-text{color:#1e3a8a}.faq-icon{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#e2e8f0,#cbd5e1);display:flex;align-items:center;justify-content:center;transition:all .3s ease;flex-shrink:0;color:#64748b}.faq-item.active .faq-icon{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease;background:linear-gradient(135deg,#f8fafc,#fff)}.faq-answer.open{max-height:1000px}.faq-answer-content{padding:32px 28px 24px}.faq-answer-content p{margin:0 0 16px;font-size:1.05rem;line-height:1.7;color:#475569}.faq-answer-content p:last-child:not(:only-child){margin-bottom:0}.faq-list{list-style:none;padding:0;margin:16px 0 0;display:flex;flex-direction:column;gap:10px}.faq-list li{display:flex;align-items:flex-start;gap:12px;padding:12px 16px;background:#fff;border-radius:10px;border:1px solid #e2e8f0;transition:all .2s ease}.faq-list li:hover{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);transform:translate(3px)}.faq-list-icon{display:flex;align-items:center;justify-content:center;width:22px;height:22px;background:linear-gradient(135deg,#3b82f6,#60a5fa);color:#fff;border-radius:6px;font-size:12px;font-weight:800;flex-shrink:0;margin-top:2px;box-shadow:0 2px 8px #3b82f64d}.faq-list li span:last-child{flex:1;color:#334155;font-size:1rem;line-height:1.6;font-weight:500}.faq-answer-content a,.faq-link{color:#2563eb;text-decoration:none;font-weight:600;border-bottom:2px solid transparent;transition:all .2s ease}.faq-answer-content a:hover,.faq-link:hover{border-bottom-color:#2563eb;color:#1e40af}.faq-section-title{color:#0057b8;position:relative;padding-bottom:10px;margin-bottom:30px;font-weight:700;text-align:center;font-size:2rem}.faq-section-title:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:50px;height:3px;background-color:#0057b8}@media (max-width: 768px){.faq-accordion{padding:0 15px}.faq-question{padding:20px 22px}.faq-question-text{font-size:1.1rem}.faq-icon{width:36px;height:36px}.faq-answer-content{padding:28px 22px 22px}.faq-answer-content p{font-size:1rem}.faq-section-title{font-size:1.75rem}}@media (max-width: 480px){.faq-question{padding:18px 20px}.faq-question-text{font-size:1rem;padding-right:15px}.faq-icon{width:34px;height:34px}.faq-answer-content{padding:24px 20px 20px}.faq-answer-content p{font-size:.95rem}.faq-list li{padding:10px 14px}.faq-list li span:last-child{font-size:.95rem}.faq-section-title{font-size:1.5rem}}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.faq-answer.open .faq-answer-content{animation:fadeIn .3s ease-out}.faq-question:focus{outline:3px solid #3b82f6;outline-offset:2px}.faq-question:focus:not(:focus-visible){outline:none}.faq-question:focus-visible{outline:3px solid #3b82f6;outline-offset:2px}@media print{.faq-item{page-break-inside:avoid;border:1px solid #ccc;box-shadow:none}.faq-answer{max-height:none!important;overflow:visible!important}.faq-icon{display:none}}
