/* 0075 Custom Styles - Midnight Purple Theme */
html { scroll-behavior: smooth; }
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; }
.counter { font-variant-numeric: tabular-nums; }
.faq-toggle i { transition: transform 0.3s ease; }
.faq-toggle.active i { transform: rotate(180deg); }
.faq-answer { display: none; }
.faq-answer.show { display: block; animation: listSlide 0.3s ease; }
@keyframes listSlide { from { opacity: 0; max-height: 0; } to { opacity: 1; max-height: 300px; } }
.download-btn:hover i { color: #6d28d9; }
#navbar.scrolled { box-shadow: 0 4px 20px rgba(76,29,149,0.1); }

@media (max-width: 768px) {
    #mobileMenu.show { display: block !important; }
}
