body{margin:0;font-family:Poppins,sans-serif;background-color:#fdfdfd;color:#333;line-height:1.6}.faq-hero{position:relative;height:250px;display:flex;align-items:center;justify-content:center;text-align:center}.faq-hero .hero-overlay{background:#e91e63;padding:30px;border-radius:12px}.faq-hero h1{font-size:2.2rem;color:#fff;margin:0}.faq-hero p{color:#ddd;font-size:1rem;margin-top:10px}.faq-container{max-width:800px;margin:50px auto;padding:0 20px}.faq-item{margin-bottom:20px;border-bottom:1px solid #e91e63}.faq-question{width:100%;background:#fff;border:none;outline:none;text-align:left;padding:15px;font-size:1.1rem;font-weight:600;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background .3s}.faq-question:hover{background:#f5f5f5}.arrow{font-size:1.2rem;font-weight:700}.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .4s ease;background:#fafafa;padding:0 15px;border-left:3px solid #e91e63}.faq-answer.open{max-height:200px;padding:15px}