/* ===== DARK SaaS STYLE ===== */

.gesfaq-wrapper {
    margin: 20px 0;
}

.gesfaq-item {
    background: #0b1220;
    border: 1px solid rgba(0, 234, 255, 0.15);
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 12px;
    transition: all 0.3s ease;
}

.gesfaq-item:hover {
    border-color: rgba(0, 234, 255, 0.4);
    box-shadow: 0 0 20px rgba(0, 234, 255, 0.08);
}

.gesfaq-question {
    color: #00eaff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    cursor: pointer;
}

.gesfaq-answer {
    color: #e6f1ff;
    font-size: 14px;
    line-height: 1.6;
}