.faq-container{max-width:800px;margin:0 auto;padding:2rem;border-radius:12px}.faq-container h1{text-align:center;margin-bottom:2rem;color:#2c3e50}.faq-search{box-sizing:border-box;width:100%;padding:.8rem 1rem;margin-bottom:1.5rem;font-size:1rem;border:1px solid #cfd8dc;border-radius:8px;outline:none;transition:border-color .2s;overflow:hidden}.faq-search:focus{border-color:#4caf50;box-shadow:0 0 5px rgba(76,175,80,.3)}.faq-no-results{text-align:center;color:#777;margin-top:1rem}.faq-list{display:flex;flex-direction:column;gap:1rem}.faq-item{border:1px solid #cfd8dc;border-radius:8px;overflow:hidden;background:#fff;box-shadow:0 2px 5px rgba(0,0,0,.05);transition:box-shadow .2s ease-in-out}.faq-item:hover{box-shadow:0 4px 10px rgba(0,0,0,.08)}.faq-question{width:100%;text-align:left;padding:1rem;font-size:1.1rem;font-weight:600;background:linear-gradient(90deg,#e6f4ea,#e6f2fa);border:none;display:flex;justify-content:space-between;align-items:center;cursor:pointer;color:#2c3e50;transition:background .3s ease,color .3s ease}.faq-question:hover{background:linear-gradient(90deg,#4caf50,#2196f3);color:#fff}.faq-answer{padding:1rem;background:#fff;font-size:1rem;line-height:1.5;color:#2c3e50}