.faq-container{max-width:1200px;margin:0 auto;padding:0 1rem}.faq-item{background:white;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.1);margin-bottom:1.5rem;overflow:hidden;transition:all .3s ease}.faq-item:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.15)}.faq-question{background:linear-gradient(135deg,#f9c1d5,#d66797);color:white;padding:1.5rem;font-weight:600;font-size:1.1rem;cursor:pointer;transition:all .3s ease}.faq-question:hover{background:linear-gradient(135deg,#f0b3c7,#c55a8a)}.faq-answer{padding:1.5rem;color:#4a5568;line-height:1.7;background:white}.contact-section{background:linear-gradient(135deg,#667eea,#764ba2);color:white;border-radius:16px;padding:2rem;text-align:center;margin-top:3rem}.contact-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:1.5rem}.contact-button{display:inline-flex;align-items:center;padding:.75rem 1.5rem;border-radius:8px;font-weight:500;text-decoration:none;transition:all .3s ease;min-width:160px;justify-content:center}.contact-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.2)}.contact-button.line{background:#00c300;color:white}.contact-button.line:hover{background:#00a800}.contact-button.facebook{background:#1877f2;color:white}.contact-button.facebook:hover{background:#166fe5}.contact-button.phone{background:#8b5cf6;color:white}.contact-button.phone:hover{background:#7c3aed}@media (max-width:768px){.faq-question{font-size:1rem}.faq-answer,.faq-question{padding:1.25rem}.contact-buttons{flex-direction:column;align-items:center}.contact-button{width:100%;max-width:280px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.faq-item{animation:fadeInUp .6s ease-out}.faq-item:first-child{animation-delay:.1s}.faq-item:nth-child(2){animation-delay:.2s}.faq-item:nth-child(3){animation-delay:.3s}.faq-item:nth-child(4){animation-delay:.4s}.faq-item:nth-child(5){animation-delay:.5s}.faq-item:nth-child(6){animation-delay:.6s}.faq-item:nth-child(7){animation-delay:.7s}.faq-item:nth-child(8){animation-delay:.8s}.faq-item:nth-child(9){animation-delay:.9s}.faq-item:nth-child(10){animation-delay:1s}