.faq-section{padding:5rem 1.5rem;background:linear-gradient(180deg,#f8fafc,#fff);position:relative;overflow:hidden}.faq-container{max-width:900px;margin:0 auto}.faq-header{text-align:center;margin-bottom:3.5rem}.faq-badge{display:inline-block;font-size:.85rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:#dc2626;background:rgba(220,38,38,.08);padding:.35rem 1rem;border-radius:9999px;margin-bottom:1rem}.faq-title{font-size:2.25rem;font-weight:800;color:#0f172a;line-height:1.25;margin-bottom:1rem}.faq-subtitle{font-size:1.05rem;color:#64748b;max-width:650px;margin:0 auto;line-height:1.6}.faq-list{display:flex;flex-direction:column;gap:1rem}.faq-item{background:#fff;border:1px solid #e2e8f0;border-radius:12px;transition:all .25s ease-in-out;overflow:hidden}.faq-item:hover{border-color:#cbd5e1;box-shadow:0 4px 12px rgba(0,0,0,.04)}.faq-item-open{border-color:#f87171;box-shadow:0 6px 18px rgba(220,38,38,.06)}.faq-question-btn{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;background:none;border:none;cursor:pointer;text-align:left;gap:1rem;font-family:inherit}.faq-question-text{font-size:1.1rem;font-weight:600;color:#1e293b;line-height:1.4;transition:color .2s ease}.faq-item-open .faq-question-text{color:#dc2626}.faq-icon{flex-shrink:0;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#f1f5f9;color:#64748b;transition:all .25s ease}.faq-item-open .faq-icon{background:#fee2e2;color:#dc2626;transform:rotate(180deg)}.faq-answer-wrapper{max-height:0;overflow:hidden;transition:max-height .35s cubic-bezier(.4,0,.2,1)}.faq-answer-wrapper.show{max-height:400px}.faq-answer-content{padding:0 1.5rem 1.5rem;font-size:1rem;line-height:1.7;color:#475569}.faq-answer-content p{margin:0}@media (max-width:640px){.faq-section{padding:3.5rem 1rem}.faq-title{font-size:1.75rem}.faq-question-btn{padding:1rem 1.25rem}.faq-question-text{font-size:1rem}.faq-answer-content{padding:0 1.25rem 1.25rem;font-size:.95rem}}