.faq-page{background:linear-gradient(135deg,#0d3b66 0%,#2c9ed8 100%);min-height:100vh;padding:80px 20px 60px}.faq-container{max-width:900px;margin:0 auto;animation:.6s ease-out fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.faq-title{color:#fff;text-align:center;text-shadow:2px 2px 4px #0003;margin-bottom:20px;font-size:3rem;font-weight:700}.faq-subtitle{color:#fffffff2;text-align:center;margin-bottom:50px;font-size:1.2rem;font-weight:300}.faq-list{flex-direction:column;gap:15px;display:flex}.faq-item{background:#fff;border-radius:12px;transition:all .3s;overflow:hidden;box-shadow:0 4px 15px #0000001a}.faq-item:hover{transform:translateY(-2px);box-shadow:0 6px 25px #00000026}.faq-item.active{box-shadow:0 8px 30px #0003}.faq-question{cursor:pointer;text-align:left;color:#2c3e50;background:#fff;border:none;justify-content:space-between;align-items:center;width:100%;padding:25px 30px;font-size:1.15rem;font-weight:600;transition:all .3s;display:flex}.faq-question:hover{background:#f8f9fa}.faq-item.active .faq-question{color:#fff;background:linear-gradient(90deg,#f6a21a,#e6911a)}.question-text{flex:1;padding-right:20px}.toggle-icon{background:#0000000d;border-radius:50%;justify-content:center;align-items:center;width:35px;height:35px;font-size:2rem;font-weight:300;transition:all .3s;display:flex}.faq-item.active .toggle-icon{background:#fff3;transform:rotate(180deg)}.faq-answer{max-height:0;transition:max-height .4s,padding .4s;overflow:hidden}.faq-answer.show{max-height:500px;padding:0 30px 25px}.faq-answer p{color:#555;text-align:justify;margin:0;padding-top:15px;font-size:1.05rem;line-height:1.8}@media (max-width:768px){.faq-title{font-size:2.2rem}.faq-subtitle{margin-bottom:35px;font-size:1.05rem}.faq-question{padding:20px;font-size:1.05rem}.toggle-icon{width:30px;height:30px;font-size:1.8rem}.faq-answer.show{padding:0 20px 20px}.faq-answer p{text-align:left;font-size:1rem}}@media (max-width:480px){.faq-page{padding:60px 15px 40px}.faq-title{font-size:1.8rem}.faq-subtitle{font-size:.95rem}.faq-question{padding:18px 15px;font-size:.95rem}.toggle-icon{width:28px;height:28px;font-size:1.6rem}.faq-answer.show{padding:0 15px 15px}.faq-answer p{font-size:.9rem}}
