.faq-container{display:flex;justify-content:center;align-items:start;min-height:100vh;background-color:#eaf2ff;padding:20px}.faq-content{max-width:900px;background:white;padding:30px;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.1);text-align:left}.faq-content h2{font-size:40px;font-weight:700;text-align:center;color:#333;margin-bottom:10px;background:linear-gradient(90deg,#9133ff,#336bff,#3389ff,#33e5ff);background-clip:border-box;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;transition:.3s ease-in-out}.faq-content h3{color:#6a11cb;font-size:1.3rem;margin-top:15px}.faq-content p{font-size:16px;color:#333;margin-bottom:12px;line-height:1.5}.faq-content strong{color:#6a11cb}.faq-content a{color:#2575fc;text-decoration:none;font-weight:700}.faq-content a:hover{text-decoration:underline}@media (max-width:768px){.faq-content{max-width:90%;padding:20px}}