.gradient-bg {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}
.faq-accordion {
    background: linear-gradient(135deg, #87ceeb 0%, #b0e0e6 100%);
}
.faq-item {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.faq-item.active {
    background: rgba(255, 255, 255, 0.2);
}
.faq-answer {
    background: rgba(255, 255, 255, 0.9);
    color: #2d3748;
}
.accordion-toggle {
    transition: transform 0.3s ease;
}
.accordion-toggle.rotated {
    transform: rotate(180deg);
}