.faq-module{font-family:Inter,sans-serif;margin:0 auto;max-width:800px;padding:0 16px}.faq-item{background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:16px;overflow:hidden;transition:box-shadow .2s ease}.faq-item.open{box-shadow:0 4px 12px rgba(0,0,0,.05)}.faq-question{align-items:center;background:transparent;border:none;cursor:pointer;display:flex;font-size:20px;font-weight:600;justify-content:space-between;padding:20px;text-align:left;transition:background .2s ease;width:100%}.faq-question:hover{background-color:#f9fafb}.faq-toggle{align-items:center;background-color:#f3f4f6;border-radius:50%;display:flex;flex-shrink:0;font-size:20px;height:32px;justify-content:center;line-height:1;transition:transform .2s ease;width:32px}.faq-item.open .faq-toggle{transform:rotate(45deg)}.faq-answer{background-color:#1f2937;background-position:50%;background-repeat:no-repeat;background-size:cover;color:#fff;font-size:16px;max-height:0;overflow:hidden;padding:0 20px;position:relative;transition:max-height .3s ease,padding .3s ease}.faq-item.open .faq-answer{max-height:500px;padding:16px 20px 20px}.faq-answer-inner{background:rgba(0,0,0,.5);border-radius:8px;padding:16px}@media (max-width:768px){.faq-question{font-size:16px;padding:16px}.faq-toggle{font-size:18px;height:28px;width:28px}.faq-answer{font-size:15px;padding:0 16px}.faq-item.open .faq-answer{padding:16px}.faq-answer-inner{padding:12px}}@media (max-width:480px){.faq-question{flex-direction:row;font-size:15px}.faq-toggle{font-size:16px;height:24px;width:24px}.faq-answer{font-size:14px}}