.faq-header{background:linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url('https://images.unsplash.com/photo-1449965408869-eaa3f722e40d?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80');background-size:cover;background-position:center;color:white;text-align:center;padding:80px 0;margin-bottom:40px}.faq-header h1{font-size:2.5rem;margin-bottom:10px}.faq-categories{display:flex;justify-content:center;gap:15px;margin-bottom:40px;flex-wrap:wrap}.category-btn{background:white;border:2px solid#ffd700;color:#333;padding:10px 20px;border-radius:25px;cursor:pointer;font-weight:500;transition:all 0.3s ease}.category-btn:hover,.category-btn.active{background:#ffd700;color:#333}.faq-list{max-width:800px;margin:0 auto}.faq-item{background:white;border-radius:10px;margin-bottom:15px;box-shadow:0 2px 10px rgba(0,0,0,0.1);overflow:hidden}.faq-question{padding:20px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background-color 0.3s ease}.faq-question:hover{background-color:#f9f9f9}.faq-question h3{margin:0;font-size:1.1rem;color:#333}.faq-question i{color:#ffd700;transition:transform 0.3s ease}.faq-question i.rotate{transform:rotate(180deg)}.faq-answer{padding:0 20px;max-height:0;overflow:hidden;transition:max-height 0.3s ease;background-color:#f9f9f9}.faq-answer p{margin:0;padding:20px 0;color:#666;line-height:1.6}.faq-answer a{color:#ffd700;text-decoration:none;font-weight:500}.faq-answer a:hover{text-decoration:underline}.contact-section{text-align:center;margin-top:60px;padding:40px;background:white;border-radius:10px;box-shadow:0 2px 10px rgba(0,0,0,0.1)}.contact-section h2{color:#333;margin-bottom:10px}.contact-section p{color:#666;margin-bottom:20px}.contact-buttons{display:flex;justify-content:center;gap:20px;flex-wrap:wrap}.contact-button{display:flex;align-items:center;gap:8px;padding:12px 25px;border-radius:25px;text-decoration:none;font-weight:500;transition:all 0.3s ease}.contact-button:first-child{background:#ffd700;color:#333}.contact-button.whatsapp{background:#25d366;color:white}.contact-button:hover{transform:translateY(-2px);box-shadow:0 5px 15px rgba(0,0,0,0.1)}@media(max-width:768px){.faq-header{padding:60px 0}.faq-header h1{font-size:2rem}.category-btn{padding:8px 15px;font-size:0.9rem}.faq-question h3{font-size:1rem}}@media(max-width:480px){.faq-header{padding:40px 0}.faq-header h1{font-size:1.8rem}.contact-buttons{flex-direction:column}.contact-button{width:100%;justify-content:center}}
