@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');*{box-sizing:border-box}html,body{margin:0;padding:0;font-family:'Poppins',sans-serif;background:#f8fafc;color:#333;line-height:1.6}.container{max-width:1200px;margin:0 auto;padding:2rem}.header{background:#1e3a8a;color:#fff;padding:0;text-align:center;margin-bottom:2rem}.header h1{margin:0;font-size:2.5rem;font-weight:600}.header p{margin:1rem 0 0 0;font-size:1.1rem;opacity:.9}.back-button{display:inline-block;background:#fff;color:#1e3a8a;padding:.8rem 1.5rem;text-decoration:none;border-radius:8px;font-weight:500;margin-top:1rem;transition:all .2s ease}.back-button:hover{background:#f1f5f9;transform:translateY(-2px)}.faq{max-width:800px;margin:0 auto}.faq h2{color:#1e3a8a;font-weight:600;font-size:1.8rem;margin-bottom:2rem;text-align:center}.faq-item{background:#fff;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.06);margin-bottom:1.2rem;overflow:hidden;transition:box-shadow .3s ease}.faq-item:hover{box-shadow:0 6px 20px rgba(30,58,138,.1)}.faq-question{display:flex;justify-content:space-between;align-items:center;padding:1.2rem 1.6rem;font-weight:500;font-size:1.1rem;cursor:pointer;background:transparent;border-radius:12px;transition:background .3s,color .3s}.faq-question:hover{background:#1e3a8a;color:white}.faq-item.open .faq-question{background:#1e3a8a;color:white}.faq-answer{background:transparent;height:0;overflow:hidden;padding:0 1.6rem;transition:height .5s ease,padding .5s ease,background .3s ease;border-bottom-left-radius:12px;border-bottom-right-radius:12px}.faq-item.open .faq-answer{background:#f0f6ff}.faq-answer-content{padding:1rem 0;opacity:0;transition:opacity .3s ease;color:#000}.faq-item.open .faq-answer-content{opacity:1}.faq-answer p,.faq-answer ul{margin:.5rem 0;line-height:1.6;color:#000}.faq-answer ul{padding-left:1.5rem}.faq-answer a{color:#1e3a8a;text-decoration:none;font-weight:500}.faq-answer a:hover{text-decoration:underline}.faq-icon{font-size:1.5rem;transition:transform .3s ease}.faq-icon.rotate{transform:rotate(90deg)}@media (max-width:768px){.container{padding:1rem}.header h1{font-size:2rem}.header p{font-size:1rem}.faq h2{font-size:1.5rem}.faq-question{font-size:1rem;padding:1rem 1.2rem}.faq-answer{padding:0 1.2rem}.faq-answer-content{padding:.8rem 0}} 