.faq-wrapper{max-width:700px;margin:0 auto;padding:60px 20px;font-family:Inter,system-ui,-apple-system,sans-serif}.faq-header{text-align:center;margin-bottom:40px}.faq-title{color:#0f172a;margin:0 0 10px;font-size:32px;font-weight:700}.faq-subtitle{color:#64748b;margin:0;font-size:16px}.faq-list{flex-direction:column;gap:16px;display:flex}.faq-item{background:#fff;border:1px solid #e0f2fe;border-radius:12px;transition:all .3s;overflow:hidden;box-shadow:0 4px 6px -1px #e0f2fe99}.faq-item:hover{border-color:#fbcfe8;transform:translateY(-2px);box-shadow:0 6px 12px -2px #fbcfe880}.faq-question{text-align:left;cursor:pointer;color:#1e293b;background:0 0;border:none;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:20px;font-size:16px;font-weight:600;transition:background-color .3s,color .3s;display:flex}.faq-question:hover{color:#be185d;background:#fdf2f8}.faq-icon{color:#0284c7;background:#f0f9ff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;transition:transform .4s cubic-bezier(.4,0,.2,1),background-color .3s,color .3s;display:flex}.faq-question:hover .faq-icon{color:#db2777;background:#fce7f3}.faq-icon.open{color:#db2777;background:#fce7f3;transform:rotate(180deg)}.faq-answer{background:#fafaf9;max-height:0;transition:max-height .4s cubic-bezier(.4,0,.2,1);overflow:hidden}.faq-answer.open{max-height:400px}.faq-answer p{color:#475569;margin:0;padding:0 20px 20px;font-size:15px;line-height:1.7}.faq-tabs{flex-wrap:wrap;justify-content:center;gap:12px;margin-bottom:30px;display:flex}.faq-tab{color:#64748b;cursor:pointer;background:#fff;border:1.5px solid #e0f2fe;border-radius:30px;justify-content:center;align-items:center;padding:12px 26px;font-family:Inter,sans-serif;font-size:15px;font-weight:600;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1);display:inline-flex;box-shadow:0 2px 4px #0f172a0a}.faq-tab:hover{color:#be185d;background:#fdf2f8;border-color:#fbcfe8;transform:translateY(-2px);box-shadow:0 6px 14px #ec489926}.faq-tab:active{transform:translateY(0);box-shadow:0 2px 6px #ec489926}.faq-tab.active{color:#fff;background:linear-gradient(135deg,#ec4899,#db2777);border-color:#db2777;box-shadow:0 6px 16px #ec489959}.faq-tab.active:hover{color:#fff;background:linear-gradient(135deg,#ec4899,#db2777);transform:translateY(-2px);box-shadow:0 8px 18px #ec489966}.faq-empty-note{text-align:center;color:#94a3b8;padding:40px 20px;font-size:15px}@media screen and (max-width:480px){.faq-tabs{flex-direction:column;align-items:center}.faq-tab{text-align:center;width:100%;max-width:280px}}
