.faq-section{background-color:#fff;color:#000;padding-top:100px;padding-bottom:80px;min-height:100vh}.faq-section .h2{margin-bottom:20px;text-align:center}.faq-intro{text-align:center;font-size:18px;line-height:1.6;max-width:800px;margin:0 auto 60px;color:#333}.faq-accordion{max-width:900px;margin:0 auto}.faq-item{margin-bottom:16px;border-radius:12px;overflow:hidden;background-color:#fff;border:2px solid #30172E;transition:all .3s ease}.faq-item:hover{border-color:#f4d011;box-shadow:0 4px 12px #30172e1a}.faq-item.is-open{border-color:#f4d011;box-shadow:0 6px 16px #f4d01133}.faq-question{width:100%;background-color:#30172e;color:#f4d011;border:none;padding:20px 24px;font-size:18px;font-weight:700;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-family:Rubik,sans-serif;transition:all .3s ease}.faq-question:hover{background-color:#3d1f3a}.faq-item.is-open .faq-question{background-color:#f4d011;color:#30172e}.faq-question-text{flex:1;padding-right:20px}.faq-icon{font-size:28px;font-weight:700;line-height:1;flex-shrink:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background-color:#ffffff1a;border-radius:50%;transition:transform .3s ease}.faq-item.is-open .faq-icon{transform:rotate(180deg);background-color:#30172e;color:#f4d011}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease-out}.faq-item.is-open .faq-answer{max-height:500px;transition:max-height .5s ease-in}.faq-answer-content{padding:24px;font-size:16px;line-height:1.7;color:#333;background-color:#fafafa;border-top:2px solid #F4D011}.faq-answer-content a{color:#30172e;text-decoration:underline;font-weight:600}.faq-answer-content a:hover{color:#f4d011}.faq-contact{max-width:900px;margin:80px auto 0;text-align:center;padding:40px 30px;background:linear-gradient(135deg,#30172e,#3d1f3a);border-radius:16px;box-shadow:0 8px 24px #30172e26}.faq-contact .h3{margin-bottom:16px}.faq-contact p{color:#fff;font-size:16px;line-height:1.6;margin-bottom:30px}.faq-contact-buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}@media screen and (max-width:768px){.faq-section{padding-top:80px;padding-bottom:60px}.faq-intro{font-size:16px;margin-bottom:40px;padding:0 20px}.faq-question{padding:16px 20px;font-size:16px}.faq-icon{font-size:24px;width:28px;height:28px}.faq-answer-content{padding:20px;font-size:15px}.faq-contact{margin-top:60px;padding:32px 24px}.faq-contact-buttons{flex-direction:column;align-items:center}.faq-contact-buttons .btn{width:100%;max-width:300px}}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.faq-item{animation:fadeIn .3s ease-out;animation-fill-mode:both}.faq-item:nth-child(1){animation-delay:.05s}.faq-item:nth-child(2){animation-delay:.1s}.faq-item:nth-child(3){animation-delay:.15s}.faq-item:nth-child(4){animation-delay:.2s}.faq-item:nth-child(5){animation-delay:.25s}@media print{.faq-icon{display:none}.faq-answer{max-height:none!important}.faq-item{page-break-inside:avoid}}
